@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=Dosis:wght@200..800&family=Fredoka:wght@300..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&family=Outfit:wght@100..900&family=Readex+Pro:wght@160..700&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px;
    color: #393939;
    overflow-x: hidden;
    font-family: 'blender';
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


@font-face {
    font-family: 'blender';
    src: url(../fonts/blender.ttf);
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'blender';
    font-size: 65px;
    line-height: 75px;
    color: #fff;
    font-weight: 900;
    margin: 0 0 5px;
    text-transform: uppercase;
}

h2 {
    font-family: 'blender';
    font-size: 50px;
    line-height: 30px;
    color: #000;
    font-weight: 800;
    margin: 0 0 15px;
    text-transform: uppercase;
}

h3 {
    font-family: 'blender';
    font-size: 30px;
    line-height: 34px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #737272;
    font-size: 14px;
    line-height: 25px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/* Header Start */

header {
    padding: 15px 0;
}

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {

    text-decoration: none;
    color: #393939;
    padding: 8px 22px;
    font-size: 16px;
}

.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5sease;
    -webkit-transition: all 0.5sease;
    -moz-transition: all 0.5s ease;
    color: #c69f3e;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.header-logo a img {
    width: 60%;
}

.theme-btn-1:hover {
    background: #fe2919;
    transition: 0.5s;
}

.menusec-search-bar input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    background: #f7f8fa;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 15px;
    color: #8b8b8c;
    font-weight: 600;
}

.menusec-search-bar form {
    position: relative;
    display: flex;
    align-items: center;
    width: 80%;
}

.menusec-search-bar-btn {
    position: absolute;
    right: 0;
}

.menusec-search-bar-btn button {
    height: 55px;
    width: 110px;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    background: #000000;
    border: midnightblue;
    text-transform: uppercase;
    font-weight: 600;
}

.menusec-search-bar input::placeholder {
    color: #929293;
}

.menusec-search-bar {
    display: flex;
    align-items: center;
    justify-content: end;
}

a.menusec-shopping {
    border: 1px solid #d7d7d7;
    width: 45px;
    height: 45px;
    display: flex !important
;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 10px;
    position: relative !important;
    font-size: 18px !important;
    color: #c89d3d !important;
}





a.menusec-user {
    padding: 0 !important;
    text-align: center;
}

.menusec-accounts-icon ul {
    display: flex;
    align-items: center;
    gap: 25px;
    justify-content: end;
}

.menu-right-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 8px;
}

a.menusec-menu-btn {
    border: 1px solid #d7d7d7;
    width: 55px;
    height: 55px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 5px;
    font-size: 18px !important;
}

.menusec-button ul {
    display: flex !important;
    align-items: center !important;
    gap: 15px;
    justify-content: end;
}

.theme-btn-1 {
    background: #000000;
    padding: 18px 28px !important;
    color: #fff !important;
    border: 1px solid #d7d7d7;
    border-radius: 8px;
    text-transform: uppercase;
    transition: 0.5s;
}

.menusec-accounts-icon ul li {
    text-align: center;
}

a.menusec-shopping span {
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -7px;
    right: 0;
}

a.menusec-user p {
    margin-bottom: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
}

a.menusec-user i {
    color: #000;
}

/*Meun Right Start */
.menu-btn {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #333;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    z-index: 1001;
    border-radius: 5px;
}


.menu-overlay {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #c89d3dd1;
    color: white;
    display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: right 0.4sease -in-out;
    z-index: 999;
}

.menu-overlay.active {
    right: 0;
}


.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    cursor: pointer;
}


.menu-items {
    list-style: none;
    text-align: center;
}

.menu-items li {
    margin: 20px 0;
}

.menu-items a {
    color: #000;
    text-decoration: none;
    font-size: 24px;
    transition: color 0.3s ease;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-items a:hover {
    color: #f39c12;
}


/*Meun Right Ends*/

/* Header Ends */

/* Banner Start */


.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 544px;
}

section.main_slider {
    background: #bbbbbb;
}

.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 {
    top: 25%;
    position: absolute;
    right: 10px;
    bottom: inherit;
    left: 0;
    z-index: 2;
    display: inline-block;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    list-style: none;
    left: inherit;
    margin-bottom: 0 !important;
}

.carousel-indicators {}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 25px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #c89d3d;
    background-clip: padding-box;
    border: 0;
    border-top: inherit !important;
    border-bottom: inherit !important;
    opacity: 1;
    border-radius: 50px !important;
    background: #c89d3d;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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;
}

.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: #c89d3d;
    width: 8px;
    height: 8px;
    position: relative;
}

.carousel-indicators .active:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #c89d3d;
    border-radius: 50%;
}

.banner_text p {
    margin-bottom: 35px;
    width: 85%;
}

.banner_text h1 span {
    font-size: 85px !important;
    color: #fff;
}

/* Banner Ends */


/*Free Shipping Returns Start*/


.free-shipping-returns-sec {
    margin: 100px 0;
}

.free-shipping-returns-box ul li h2 {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 25px;
}

.free-shipping-returns-box ul li p {
    color: #868686;
    margin-bottom: 0;
    font-size: 13px;
}

.free-shipping-returns-box ul li img {
    width: 44px;
    height: 30px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(59%) sepia(35%) saturate(757%) hue-rotate(3deg) brightness(102%) contrast(84%);
}

.free-shipping-returns-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: center;
}

.free-shipping-returns-sec .row {
    border: 1px solid #e1e1e1;
    padding: 30px 25px;
    border-radius: 10px;
}

/*Free Shipping Returns End */


/*Scents Fragrances Start*/


.scents-fragrances-heading h2 {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
}

.scents-fragrances-box {
    background: #000000;
    padding: 30px 25px;
    border-radius: 10px;
    transition: 0.5s;
}

.scents-fragrances-box:hover {
    background: #fe2919;
    transition: 0.5s;
}
.scents-fragrances-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 0;
    color: #fff;
}

.scents-fragrances-box p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}

.scents-fragrances-one-img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.scents-fragrances-two-img img {
    width: 100%;
    height: 105px;
    object-fit: cover;
    border-radius: 10px;
}

.scents-fragrances-one-img img {
    width: 100%;
    height: 368px;
    object-fit: cover;
    border-radius: 10px;
}

.business-branding-box {
    background: #000000;
    padding: 30px 25px;
    border-radius: 10px;
      transition: 0.5s;
}

.business-branding-box:hover {
    background: #fe2919;
    transition: 0.5s;
}

.apparel-clothing-day-lowest:hover {
    background: #fe2919;
    transition: 0.5s;
}


.business-branding-box h3 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 5px;
    color: #fff;
}
.business-branding-img-box img {
    width: 100%;
    height: 167px;
    object-fit: cover;
    border-radius: 10px;
}

.business-branding-img-box {
    margin-top: 20px;
}

.scents-fragrances-day-lowest-box ul li p {
    color: #fff;
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
}
.scents-fragrances-day-lowest-box ul li h2 {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
}



.scents-fragrances-day-lowest-box ul {
    display: flex
;
    align-items: center;
    gap: 15px;
    background: #272727;
    padding: 15px 15px;
    margin-top: 20px;
    border-radius: 8px;
}

.scents-fragrances-day-lowest-box ul li img {
    width: 98px;
    height: 85px;
    object-fit: cover;
    border-radius: 10px;

}

.apparel-clothing-day-lowest {
    background: #000;
    padding: 15px 15px;
    border-radius: 10px;
      transition: 0.5s;
}
.apparel-clothing-day-lowest ul li p {
    color: #fff;
    margin-bottom: 0;
    font-size: 12px;
    text-transform: uppercase;
}
.apparel-clothing-day-lowest-img-box h2 {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 25px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
}

.apparel-clothing-day-lowest-img-box {
    background: #000;
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
      transition: 0.5s;
}

.apparel-clothing-day-lowest-img-box:hover {
    background: #ff2718;
    transition: 0.5s;
}


.apparel-clothing-day-lowest-img {
    margin-top: 22px;
}

.apparel-clothing-day-lowest-img img {
    width: 100%;
    height: 380px;
    object-fit: cover;
    border-radius: 10px;
}

.apparel-clothing-day-lowest ul li h2 {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 22px;
    color: #fff;
    font-weight: 600;
}

.apparel-clothing-day-lowest ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.apparel-clothing-day-lowest ul li img {
    width: 115px;
    height: 105px;
    object-fit: cover;
    border-radius: 8px;
}


/*Scents Fragrances Ends */


/*Our Products Start*/


.our-products-sec {
    padding: 100px 0;
}

.our-products-sec .nav-tabs {
    border-bottom: none;
    justify-content: end;
    gap: 25px;
}

.our-products-sec .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: inherit;
    background-color: inherit;
    border-color: inherit;
    border: none !important;
    color: #c69f3e;
}

.our-products-sec .nav-tabs .nav-link {
    font-size: 15px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    padding: 0 0px;
}

.our-products-sec .nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: inherit;
    isolation: inherit;
    border: none;
    letter-spacing: 0;
    border: none !important;
}

.our-products-heading h2 {
    margin-bottom: 0;
}

.our-products-row {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

.our-products-boxs {
    margin-top: 30px;
    background: #fff;
    box-shadow: 0 0 5px 0 #00000012;
    padding: 12px 12px;
    border-radius: 8px;
}

.our-products-boxs h2 {
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

.our-products-boxs p {
    font-size: 12px;
    color: #c89d3d;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 5px;
}

.our-products-boxs ul li i {
    color: #fd8f00;
}

.our-products-boxs img {
    width: 100%;
    height: 209px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 15px;
}

.our-products-boxs h3 {
    margin-top: 15px;
    font-size: 18px;
    margin-bottom: 0;
    color: #c89d3d;
    font-weight: 800;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 5px;
}

.our-products-boxs a.theme-btn-1 {
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    width: 100%;
    margin-top: 20px;
}

.our-products-boxs ul li span {
    font-size: 14px;
    color: #000;
    margin-left: 5px;
    font-weight: 700;
}

.our-products-boxs ul li i {
    font-size: 12px;
}

.our-products-boxs ul {
    display: flex;
    align-items: center;
    gap: 2px;
}


/*Our Products Ends */



/*Design It Your Way Start*/

.design-it-your-way-heading h2 {
    color: #fff;
}
.design-it-your-way-heading p {
    font-family: 'blender';
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.design-it-your-way-icon-button-box ul li img {
    width: 60px;
    height: 60px;
    object-fit: contain;
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7500%) hue-rotate(266deg) brightness(104%) contrast(105%);
}
.design-it-your-way-file-uploader-box {
    background: #ffffff;
    border-radius: 8px;
    position: relative;
    z-index: 99999;
}


.design-it-your-way-file-uploader-top ul li h2 {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 20px;
}
.design-it-your-way-file-uploader-top ul li p {
    font-size: 12px;
    color: #9c9c9c;
    margin-bottom: 0;
    font-weight: 600;
}
.design-it-your-way-file-uploader-top ul {
    display: flex
;
    align-items: center;
    gap: 15px;
    padding: 25px 20px;
    border-bottom: 1px solid #e7e7e7;
}
.design-it-your-way-tabs-contant-box {
    text-align: center;
    position: relative;
}
.design-it-your-way-tabs-contant-main-images-before {
    position: absolute;
    bottom: -60px;
}
.design-it-your-way-tabs-contant-main-images-before img {
    width: 100%;
    height: 187px;
    object-fit: cover;
}
.design-it-your-way-tabs-contant-box div#pills-tabContent img {
    margin-left: 90px;
    width: 346px;
    height: 487px;
    object-fit: contain;
}
.design-it-your-way-tabs-types-select-types label {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 15px;
}
.design-it-your-way-tabs-types-select-color label {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.design-it-your-way-slect-phone-case label {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}
.design-it-your-way-slect-phone-case {
    margin-top: 25px;
}

.design-it-your-way-slect-phone-case ul li a:hover {
    background: #ff2718;
    color: #fff;
    transition: 0.5s;
}
.design-it-your-way-slect-phone-case ul li a {
    
    transition: 0.5s;
}
.design-it-your-way-tabs-types-select-color {
    margin-top: 40px;
}
.design-it-your-way-tabs-types-select-types ul {
    margin-top: 10px;
    display: flex
;
    align-items: center;
    gap: 20px;
}

.design-it-your-way-tabs-types-select-types ul li a {
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 15px 25px;
    background: #272727;
}
.design-it-your-way-file-uploader-top ul li span {
    border: 2px solid #979797;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.design-it-your-way-main-file-uploader {
    padding: 20px;
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.design-it-your-way-main-file-uploader input {
    border: 2px dotted #888888;
    width: 100%;
    height: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
}
.design-it-your-way-file-uploader-input-text h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}
.design-it-your-way-file-uploader-input-text p {
    font-size: 13px;
    margin-bottom: 18px;
}
.design-it-your-way-file-uploader-input-text span img {
    width: 25px;
    height: 20px;
    object-fit: contain;
    margin-bottom: 10px;
}
.design-it-your-way-file-uploader-input-text a {
    padding: 15px 20px !important;
}
.design-it-your-way-file-uploader-input-text {
    text-align: center;
    position: absolute;
    z-index: -1;
}
.design-it-your-way-row-bottom {
    margin-top: 50px;
}
.design-it-your-way-file-uploader-input {
    border: 2px dotted #888888;
    width: 100%;
    height: 400px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}
.design-it-your-way-sec {
    background: #000000;
    padding: 100px 0;
}
.design-it-your-way-sec .nav-pills .nav-link.active, .nav-pills .show > .nav-link  {
    color: #fff;
    background-color: #fff;
}
.design-it-your-way-sec .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
    padding: 0;
    border: 2px dotted #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    border-radius: 20px;
}
.design-it-your-way-sec .nav {

    display: flex
;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.design-it-your-way-tabs-types-select-color ul li a {
    background: #dfdeda;
    width: 55px;
    height: 30px;
    display: flex
;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #000;
    font-size: 15px;
    box-shadow: 0 0 5px 0 #00000040;
}
.design-it-your-way-tabs-types-select-color ul {
    display: flex
;
    align-items: center;
    justify-content: space-between;
}
.design-it-your-way-slect-phone-case select {
    width: 100%;
    height: 50px;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    padding: 0 15px;
    text-transform: uppercase;
    color: #e9d8b1;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    background: #c89d3d;
}
.design-it-your-way-slect-phone-case-select-icon {
    position: absolute;
    right: 10px;
    pointer-events: none;
}
a.design-it-your-btn-1 {
    color: #c89d3d;
    background: #fff;
    padding: 18px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
}
a.design-it-your-btn-2 {
    color: #fff;
    padding: 18px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
    background: #c89d3d;
}
.design-it-your-way-slect-phone-case ul {
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-top: 45px;
}
.design-it-your-way-slect-phone-case-select-icon i {
    color: #fff;
}
.design-it-your-way-slect-phone-case-select {
    position: relative;
    display: flex
;
    align-items: center;
    justify-content: end;
}

.design-it-your-way-sec .nav-link.active img {
    filter: brightness(0) saturate(100%) invert(86%) sepia(52%) saturate(3721%) hue-rotate(330deg) brightness(87%) contrast(78%);
}

/*Design It Your Way Ends*/
/* Testimonial Section Start */

.our-client-sec .head-effect::after {
    width: 50%;
}

.client-sli .slick-slide {
    opacity: 1;
}

.client-sli .slick-prev,
.client-sli .slick-next {
    top: 2%;
}

.client-sli .slick-prev {
    left: -50px;
}

.client-box {
    margin: 0px 0;
}

.client-sli {
    position: relative;
    z-index: 1;
}


.client-box h6 {
    color: #3c3c3c;
    font-size: 15px;
    font-weight: 500;
    display: block;
    margin-bottom: 10px;
    padding-left: 20px;
}

.client-box .quotess {
    margin-left: 20px;
    position: relative;
    left: 0;
    top: 0;
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background-color: #000;
    z-index: -1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    animation: pulse-animation 2s infinite;
}

@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(0 0 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}


@keyframes pulse-animation-two {
    0% {
        box-shadow: 0 0 0 0px rgb(0 0 0);
    }

    100% {
        box-shadow: 0 0 0 20px rgb(180 9 9 / 5%);
    }
}


.our-client-silder-row .slick-slide {
    margin: 30px 20px;
}

.client-box .quotess::after {
    content: '';
    position: absolute;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-image: url(../images/p1.png);
    color: #fff;
    font-size: 30px;
    z-index: 99;
}

.client-box .quotess::before {
    z-index: 2;
    color: #c69f3e;
    font-size: 20px;
}

.client-ineer-box::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 5%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-top-color: #ffff;
    border-bottom: 0;
    margin-left: 20px;
    margin-bottom: 20px;
    transform: rotate(180deg);
    filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
    z-index: 2;
    background-color: #fff;
    padding: 60px 28px;
    position: relative;
    box-shadow: 0 0 10px 0 #00000022;
    background: #fff;
    border-radius: 10px;
}

.client-ineer-box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.client-ineer-box ul li h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: 'blender';
}

.client-ineer-box ul li h4 span {
    font-size: 16px;
    display: block;
    color: #000;
    text-transform: capitalize;
    margin-top: 2px;
}

.client-ineer-box ul li i {
    color: #ffb503;
    margin-right: 5px;
    font-size: 15px;
}

.our-client-silder-row .slick-slide.slick-current.slick-active.slick-center .client-ineer-box:before {
    border-top-color: #000000;
}

.our-client-silder-row .slick-slide.slick-current.slick-active.slick-center .client-box .quotess {
    background-color: #000;
    animation: pulse-animation-two 2s infinite;
}

.our-client-silder-row .slick-slide.slick-current.slick-active.slick-center .client-ineer-box ul li i {

    color: #ffb503 !important;
}


section.our-client-sec {
    padding: 70px 0;
}


section.our-client-sec.themes-padd .slick-track {
    margin-bottom: 30px;
}

h2.themes-h2.head-effect {
    font-size: 70px;
    color: #1f1f1f;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
    background: #000;
}

.client-sli .slick-next {
    right: -20px;
}

.client-ineer-box p {
    font-size: 14px;
    color: #7c7c7c;
    margin: 0;
    font-weight: 500;
}

section.our-client-sec h6 {
    font-size: 30px;
    color: #1f1f1f;
}

section.our-client-sec h6 span {
    color: #ff0004;
}

.theme_heading h2 {
    color: #000;
    font-size: 82px;
}

.client-sli .slick-next {
    color: #fff;
}

.our-client-heading {
    text-align: center;
    width: 60%;
    margin: 0 auto;
}

.our-client-heading h2 {
    margin-bottom: 18px;
}

.our-client-silder-row {
    margin-top: 30px;
}

.our-client-silder-row .slick-slide.slick-current.slick-active.slick-center .client-ineer-box {
    background-color: #000000;
}



.our-client-silder-row .slick-slide.slick-current.slick-active.slick-center .client-ineer-box * {
    color: #fff;
}

.our-client-heading p {
    margin-bottom: 15px;

}


/* Testimonial Section End */


/*Our Gallery Start */


.our-gallery-sec {
    padding-bottom: 100px;
}

.our-gallery-one-box img {
    width: 100%;
    height: 235px;
    object-fit: cover;
    border-radius: 5px;
}

.our-gallery-boxs {
    background: #000;
    margin-top: 30px;
    padding: 120px 50px;
    border-radius: 5px;
       transition: 0.5s;
}

.our-gallery-boxs:hover * {
  color: #fff;
}
.our-gallery-boxs:hover {
    background: #ff2718;
    transition: 0.5s;
}

.our-gallery-boxs h2 {
    color: #fff;
    padding: 8px 0px 8px 25px;
    border-left: 5px solid #c89d3d;
}

.our-gallery-boxs p {
    margin-bottom: 0;
    color: #808080;
    width: 80%;
}

.our-products-two-box img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 5px;
}

.our-products-two-box {
    margin-bottom: 30px;
}

/*Our Gallery Ends */


/* Footer  Start */

.footerSec {
    padding-top: 80px;
    background: #0e0e0f;
    padding-bottom: 20px;
}

.footerSec p {
    color: #a7a7a7;
    margin-top: 0;
    line-height: 25px;
    margin-bottom: 0;
    font-size: 14px;
}

.footer-contact p {
    width: 90%;
}

.foot-links h5 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    font-size: 22px;
    margin-bottom: 25px;
    font-family: 'blender';
}

.foot-links.products {
    padding-left: 40px;
    border-left: 1px solid;
    padding-top: 10px;
    height: 295px;
}

.foot-links.products.link {
    margin-left: 50px;
}

ul.f-nav li a {
    font-size: 14px;
    color: #a7a7a7;
    line-height: 3;
    text-transform: uppercase;
    font-weight: 500;
    font-family: "Montserrat", serif;
}

.footer-logo img {
    margin-bottom: 25px;
    width: 30%;
    /*filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(331deg) brightness(103%) contrast(101%);*/
}

ul.f-contact li a {
    font-size: 16px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
}

ul.f-contact li {
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 300;
    color: #fff;
    line-height: 3;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}

ul.f-contact li i {
    font-size: 18px;
    margin: 0 10px 0 0;
    font-weight: 600;
    font-family: "Font Awesome 5 Free";
    color: #a7a7a7;
}

.f-input input {
    width: 95%;
    height: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 20px;
    border-radius: 8px;
    background: none;
    border: 1px solid #434344;
    color: #ffff;
}

.f-input input::placeholder {
    color: #fff;
}

.f-input button {
    border: 0;
}

.footer-contact ul {
    display: flex;
    margin-top: 20px;
    gap: 10px;
    justify-content: center;
}

.footer-contact ul li:hover i {
    animation: scale-in-center 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite both;
    background: #0b1e2f;
    box-shadow: 0 0 8px 4px #00dcff;
}

@-webkit-keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes scale-in-center {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.footer-contact ul li i {
    background-color: #00dcff;
    align-items: center;
    justify-content: center;
    display: flex;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0;
    transition: .5s ease-in-out;
    font-size: 20px;
}

.footer-btm {
    position: relative;
    z-index: 1;
}

ul.f-contact li a {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
}


.footer-contact {
    width: 90%;
    padding-top: 10px;
}


ul.f-contact {
    width: 90%;
}

ul.f-nav li {
    position: relative;
    z-index: 9;
    padding-left: 0;
}

ul.f-nav li:after {
    position: absolute;
    content: '';
    width: 0;
    height: 100%;
    left: -10px;
    top: 0;
    background: #c89d3d;
    z-index: -1;
    transition: .5s ease-in-out;
}

ul.f-nav li:hover:after {
    width: 100%;
    color: #fff;
}

.foot-links.contact-us {
    border-left: 1px solid;
    padding-top: 10px;
    height: 295px;
    padding-left: 30px;
}

ul.f-nav li:hover a {

    color: #fff;
}

.footerSec:hover .foot-links h5:after {
    width: 100%;
}

.copy-txt-all-right {
    text-align: center;
}

.copy-card-atm {
    text-align: end;
}


.copy-txt-all-right p {
    color: #fff;
}

.copy-txt-socail-link ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-btm .row {
    border: 1px solid #888888;
    background: #1c1b1b;
    padding: 15px 20px;
}

.copy-card-atm img {
    width: 48%;
    margin-bottom: -10px;
}


.foot-links button {
    background: no-repeat;
    margin-top: 20px;
}

.foot-links .theme-btn-img {

    background: #fff;
}

.copy-txt-socail-link ul li a {
    color: #fff;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    transition: 0.5s;
}

.copy-txt-socail-link ul li a:hover {
    background: #c89d3d;
    color: #fff;
    transition: 0.5s;
    border: 1px solid #c89d3d;
}

/* Footer  End */


/*Inner Reviews Start*/

.inner-banner-sec {
    background-image: url(../images/inner-banner-back.jpg);
    width: 100%;
    height: 460px;
    background-size: cover;
    display: flex
;
    align-items: center;
    background-position: 100% 100%;
}

.inner-banner-heading h2 {
    color: #ffff;
}

.inner-banner-heading h2 {
    margin-bottom: 0;
}

.client-box.inner {
    margin-top: 40px;
}

section.our-client-sec.inner {
    padding: 100px 0;
}

.client-ineer-box {
    transition: 0.5s;
}

.client-box.inner:hover .client-ineer-box {
    background: #000;
}

.client-box.inner:hover .client-ineer-box * {
    color: #fff;
}

.client-box.inner:hover .client-ineer-box ul li i {
    color: #fdb808;
}

.client-box.inner:hover i {
    background-color: #000;
    animation: pulse-animation-two 2s infinite;
}

/*Inner Reviews Ends*/

/*Inner About Us Start*/


.inner-about-us-sec {
    padding: 100px 0;
}

.inner-about-us-boxs img {
    width: 100%;
    height: 412px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-about-us-boxs h2 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 5px;
}

.inner-about-us-boxs p {
    font-size: 13px;
    line-height: 22px;
}

.inner-about-us-text {
    margin-left: 10px;
}

.inner-about-us-text img {
    width: 100%;
    height: 255px;
    object-fit: cover;
    border-radius: 5px;
    margin-top: 20px;
}

.inner-about-us-text label {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: 'blender';
    text-transform: uppercase;
    color: #c89d3d;
    font-weight: 600;
}

.inner-about-us-bottom-row {
    margin-top: 80px;
}

.inner-about-us-bottom-images img {
    width: 100%;
    height: 428px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-about-us-bottom-text h2 span {
    display: block;
}

.inner-about-us-bottom-text h2 {
    line-height: 50px;
    margin-bottom: 10px;
}

.inner-about-us-bottom-text {
    margin-left: 10px;
}

.inner-about-us-text p {
    margin-top: 20px;
}


/*Inner About Us Ends */


/* Inner Cart Start */


.inner-cart-sec {
    padding: 100px 0;
}

.inner-cart-sec .shopping_cart_table h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #0e0d0d;
    font-size: 35px;
}


.inner-cart-sec .shopping_cart_table table th {
    font-size: 14px;
    text-transform: uppercase;
    padding-bottom: 10px;
    color: #151414;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .shopping_cart_table table thead {
    border-bottom: 1px solid #e6e6e6;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e3d4ce;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.cart_product_img img {
    width: 100px;
    height: 117px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    text-transform: capitalize;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #000;
}

.inner-cart-sec .shopping_cart_table table tbody td select {
    height: 50px;
    appearance: auto;
    border: 1px solid #b8b8b8;
    width: 135px;
    color: #000;
    font-weight: 600;
    padding: 0 15px;
}

.inner-cart-sec .shopping_cart_table table tbody td .skin-2 .num-in {
    border-radius: 0;
}

.inner-cart-sec .shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    text-transform: uppercase;
    color: #c89d3d;
    margin-bottom: 0;
    font-family: 'blender';
}

.inner-cart-sec th.w-40 {
    width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.inner-cart-sec .cart_recipt {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-cart-sec .cart_recipt>a {
    padding: 15px 35px;
    border: 1px solid #b8b8b8;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 600;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .cart_recipt>a i {
    margin-right: 10px;
}

.inner-cart-sec .recipt {
    width: 30%;
}

.inner-cart-sec .recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #151414;
}

.inner-cart-sec .recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    color: #000;
}

.inner-cart-sec .recipt li span {
    font-size: 16px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 700;
}

.inner-cart-sec .payment_card {
    padding: 30px 30px;
}

.inner-cart-sec .payment_card h3 {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
}

.inner-cart-sec .expiry_cvv a {
    border: none !important;
}

.inner-cart-sec .credit_paypal a {
    padding: 12px 25px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    background: #f3f3f3;
}

.inner-cart-sec .credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
}

.inner-cart-sec .credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

.cart-btn {
    text-align: center;
    margin-top: 35px;
}

.inner-cart-sec .payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #0e0d0d;
}

.inner-cart-sec .payment_card form {
    margin-top: 15px;
}

.inner-cart-sec .payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    color: #0e0d0d;
    font-weight: 600;
    font-size: 14px;
}

.inner-cart-sec .payment_card form select {
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    font-weight: 600;
    color: #0e0d0d;
}

.credit_paypal label {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #0e0d0d;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inner-cart-sec .payment_card form input::placeholder {
    color: #0e0d0d;
    font-weight: 700;
    font-size: 14px;
}

.inner-cart-sec .expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-cart-sec .expiry_date {
    width: 70%;
}

.inner-cart-sec .cvv_box {
    width: 26%;
}

.inner-cart-sec .month_year {
    display: flex;
    justify-content: space-between;
}

.inner-cart-sec .month_year select {
    width: 48% !important;
    appearance: auto;
}

.inner-cart-sec .month_year select option {
    color: #000;
}

.inner-cart-sec .payment_card form .btn1 {
    margin: 30px 85px;
    border: none;
}

.inner-cart-sec .shopping_cart_table {
    padding-right: 40px;
}

section.shopping_cart .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    color: #9d9d9d;
}

section.shopping_cart .skin-2 .num-in span {
    width: 40px !important;
    height: 40px !important;
    float: left;
    position: relative;
    color: #9d9d9d;
    border: 1px solid #d7d7d7;
    border-radius: 20%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-quantity-box {
    margin-top: 50px;
}

.pro-quantity-box .quanity.product-detail input {

    border: none !important;
}

.pro-quantity-box .product-detail .num-in {

    background: #0000000f;
    width: 160px;
    border: 1px solid #cfc3bd;
}

.pro-quantity-box .row {
    align-items: center;
}

.productdetail-line {
    margin-top: 40px;
}

.products-detail-text p {
    margin-bottom: 30px;
}

.productdetail-line p {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
}

.productdetail-line ul {
    display: flex;
    align-items: center;
    gap: 20px;

}

.productdetail-line ul li p {
    margin-bottom: 0;
}

.productdetail-line ul li a {
    color: #f26877;
    font-size: 22px;
}

.pro-quantity-box .quanity.product-detail input {
    width: 50%;
    height: 40px;
    border: 1px solid #000;
    padding: 13px;
    color: #000;
}

section.shopping_cart .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

section.shopping_cart .num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

section.shopping_cart .skin-2 .num-in input {
    float: left;
    width: 45%;
    height: 45px;
    border: none;
    text-align: center;
    background: transparent;
    font-family: 'Montserrat';
    color: #000000;
    font-size: 20px;
    font-weight: 500;
}

section.shopping_cart .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #000;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.cart-btn button {
    border: none;
}

.cart_product_name {
    margin-left: 15px;
}


/* Inner Cart End */


/* Inner Check Out Start */


.billing_form h3 {
    margin: 0;
    margin-bottom: 40px;
    color: #000;
    font-size: 50px;
    text-transform: uppercase;
}

.billing_form label {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #7c7c7c;
    font-family: "Montserrat", sans-serif;
}

.radiosss p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 0;
}

.check-out-btn button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0;
    height: 60px;
    border: none;

}

.billing_form input {
    width: 100%;
    height: 55px;
    border: 1px solid #e0e0e0;
    margin-bottom: 20px;
    padding-left: 15px;
    background: transparent;
    font-weight: 500;
    color: #8d8d8d;
}

.billing_form input::placeholder {
    color: #c5c5c5;
    font-family: "Montserrat", sans-serif;

}

.cart_sidebar .cart_lst li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 14px;
    font-weight: 600;
    color: #8c8c8c;
    font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li span {
    float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    font-family: 'blender';
    text-transform: uppercase;
}


.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: #700ea3;
}

.cart_sidebar {
    padding: 40px 30px;
    border-radius: 5px;
    background: #f2f2f2;
}

.cart_sidebar h3 {
    font-size: 28px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
}

.cart_sidebar .h-sub {
    font-weight: 600;
    font-size: 28px;
    border-bottom: 1px solid #cbcbcb;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
    color: #000;
    font-family: 'blender';
    text-transform: uppercase;
}

.cart_sidebar h5 span {
    float: right;
    color: #000;
}


.cart_sidebar h4 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    color: #000;
    font-family: 'blender';
    text-transform: uppercase;
}

.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;
    font-family: "Montserrat", sans-serif;
}

.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 #c89d3d;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.check-out-btn {
    margin-top: 35px;
}

.cart_sidebar ul li:not(:last-child) {
    margin-bottom: 15px;
}

.cart_sidebar form {
    margin-top: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
    font-size: 14px;
    font-weight: 400;
    color: #b7b7b7;
    font-family: 'Roboto', sans-serif;
}

.cart_sidebar form select {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form select option {
    color: #000;
}

.cart_sidebar form input {
    width: 100%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0;
    border: 1px solid #b7b7b7;
    margin-bottom: 20px;
    appearance: auto;
    color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
    color: #b7b7b7;
    font-family: 'Montserrat-Ultral';
}

.cart_sidebar form button {
    color: #000;
    font-size: 15px;
    border-radius: 0px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 40px;
    background-color: #ebebeb;
    border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
    background-color: transparent;
    transition: 0.3s ease-in-out;
}

.checkout_btn {
    padding: 12px 50px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 24px;
    border-radius: 0;
    font-weight: 500;
    border: 2px solid transparent;
    background-color: #ff2e98;
    font-family: 'Montserrat-Ultral';
}

.checkout_btn:hover {
    /* color: white; */
}

ul.shipping-ul {
    border-bottom: 1px solid #cbcbcb;
    margin: 0;
    padding-bottom: 30px;
}

h6.payment-h {
    color: #000;
    font-size: 28px;
    margin-bottom: 30px;
    font-family: 'blender';
    font-weight: 600;
    margin-top: 30px;
}

.cart_sidebar .radiosss-payments li label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b7b7b7;
    box-shadow: 0 1px 2px rgb(0 0 0 / 5%), inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #c89d3d;
}

.radiosss-payments .card.card-body {
    padding: 0;
    border: 0;
    margin-left: 30px;
    background: none;
}

.radiosss-payments {
    border-bottom: 1px solid #d5d5d5;
}


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);
}


/* Inner Check Out End */


/*Inner Contact Us Start*/

.inner-contact-us-sec {
    padding: 100px 0 0;
}

.inner-contact-us-box {
    text-align: center;
    background: #fff;
    padding: 40px 0;
    width: 75%;
    margin: 0 auto;
    border-radius: 8px;
    transition: 0.5s;
}

.inner-contact-us-box:hover * {
    color: #fff;
}

.inner-contact-us-box:hover img {
    filter: brightness(0) saturate(100%) invert(91%) sepia(100%) saturate(33%) hue-rotate(198deg) brightness(108%) contrast(99%);
}

.inner-contact-us-box img {
    width: 65px;
    height: 65px;
    object-fit: contain;
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(86%) sepia(52%) saturate(3721%) hue-rotate(330deg) brightness(87%) contrast(78%);
}

.inner-contact-us-box:hover {
    transition: 0.5s;
    background: #c89d3d;
}

.inner-contact-us-box h2 {
    font-size: 25px;
    margin-bottom: 2px;
    color: #000;
}

.inner-contact-us-box a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    line-height: 22px;
}


.inner-contact-us-row {
    margin-top: 70px;
}

.inner-contact-us-images img {
    width: 100%;
    height: 660px;
    object-fit: cover;
}

.inner-contact-us-from h2 {
    color: #000;
    margin-bottom: 40px;
}

.container-fluid {
    padding: 0;
}

.inner-contact-us-row {
    background: #f2f2f2;
    padding: 0 0 0 5%;
}

.inner-contact-us-from {
    padding: 70px 60px 0px 0;
}

.inner-contact-us-from input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 2px solid #d8dcdf;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: none;
}

.inner-contact-us-from form textarea {
    width: 100%;
    height: 110px;
    border: none;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    resize: none;
    border-bottom: 2px solid #d8dcdf;
    background: no-repeat;
}

.inner-contact-us-from input::placeholder {


    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.inner-contact-us-from textarea::placeholder {


    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    color: #000;
}

.top-selling-sec.inner {
    padding: 100px 0;
}


/*Inner Contact Us Ends */


/*Login Sign Up Start*/


.login-box {
    padding: 50px 40px;
    border-radius: 5px;
    background: #000;
}


.login-box h2 {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 35px;
    text-align: center;
}

.login-box input {
    width: 100%;
    height: 60px;
    margin-bottom: 22px;
    border: 1px solid #fff;
    background: #c89d3d;
    padding: 0 30px;
    border-radius: 5px;
    color: #ffff;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

.quanity.product-detail h2 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    font-family: "Montserrat", serif;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
}

.productdetail-cart-btn {
    margin-bottom: 10px;
}

.productdetail-quanity-btn {
    display: flex;
    align-items: end;
}

.login-box input::placeholder {

    color: #fff;
    font-size: 16px;
    font-family: "Montserrat", serif;
}

.login-box button {
    background: #fff;
    width: 100%;
    height: 55px;
    border-radius: 5px;
    border: none;
    color: #c69f3e;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    font-family: 'blender';
}

.login-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.login-box ul li a {
    color: #fffcfd;
    font-size: 15px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.by-creating p {
    color: #000;
    font-family: "Montserrat", serif;
    font-size: 16px;
    font-weight: 600;
}

.by-creating p a {
    color: #c4a13f;
    text-decoration: underline;
    margin-left: 8px;
    font-weight: 600;
}

.login-box.signup button {
    color: #fff !important;
    background: #c69f3e !important;
}

.login-sec {
    padding: 100px 0;
}

.login-box ul li input {
    width: 18px;
    height: 18px;
    margin-bottom: 0;
}

.login-box.signup {
    background: #fff !important;
    box-shadow: 0 0 5px 0 #00000029;
}

.login-box.signup h2 {
    color: #000;
}

.login-box.signup input {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #f2f2f2 !important;
}

.login-box.signup input {
    background: #be1d2c;
}

.login-box.signup input::placeholder {
    color: #666666;
    font-weight: 500;
}

.login-box.signup button {
    background: #fff;
    color: #000;
    font-weight: 500;
}

.by-creating {
    margin-bottom: 20px;
}


/*Login Sign Up End */


/* Inner Product Detail Start */

.productdetailsec {
    padding: 100px 0 80px;
    position: relative;
}

.productdetailtext h3 {
    font-size: 35px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.prd-btn a {
    font-family: 'Cormorant Garamond', serif;
    font-size: 16px;
    padding: 17px 25px;
    font-weight: 700;
}

.productdetailtext del {
    color: #2b2828;
    font-family: 'Cormorant Garamond', serif;
    font-size: 26px;
    font-weight: 900;
    margin-left: 5px;
}


.productdetailtext ul {
    padding: 0;
    margin: 1px 0 0;
    align-items: center;
    justify-content: flex-start;
}


.productdetailtext ul li {
    list-style: none;
    display: inline-block;
    color: black;
    font-size: 21px;
    font-weight: 500;
    font-family: 'Poppins';
}

ul.d-flex li {}

ul.product-social {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

ul.product-social li i {
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    border-radius: 50px;
}

ul.product-social li i:hover {
    background: #93d50a;
    color: #fff;
    border: 0;
    transition: 0.5s ease-in-out;
}

.productdetailtext ul li a i {
    color: #ffc21f;
    font-size: 16px;
    margin-right: 0px;
}

.clearfix ul li span {
    font-size: 15px;
    color: #000;
    margin-left: 5px;
    font-family: "Montserrat", serif;
    font-weight: 600;
}

span.wite-your-rewiew i {
    color: #e31b00;
}

.productdetailtext ul li:last-child a i {
    color: #DADADA;
}

/* .productdetailtext ul li:nth-child(4) a i {
                color: #DADADA;
            }
            */
.productdetailtext p {
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

.productdetailtext strong {
    color: #000;
    margin-bottom: 25px;
    display: block;
    font-family: "Montserrat", serif;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-plus {
    font-size: 13px;
    margin: 0;
    top: -15px;
    right: 3px;
}

.productdetailtext .input-group input.form-control.input-number {
    width: 100%;
    margin: 0 auto;
    display: table;
    height: 50px;
    text-align: center;
}

.productdetailtext .input-group button.btn.btn-default.btn-number {
    border-radius: 50px;
    width: 30px;
    height: 30px;
    margin: 0 15px;
}

.productdetailtext .input-group span.glyphicon.glyphicon-minus {
    font-size: 13px;
    margin: 0;
    top: -13px;
    right: 5px;
}

.productdetailtext .input-group {
    width: 50%;
    margin: 0 0 34px;
}

.iconlist ul {
    margin-top: 40px;
    column-count: 2;
}


.iconlist ul li i {
    margin: 0 0px 0px 10px;
    font-size: 18px;
    color: #c89d3d;
}

.productdetailtext .input-group span.input-group-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
}

.productdetailsmallportion {
    position: relative;
    top: 0;
    z-index: 99;
}

.productdetailsmallportion img {
    margin: auto;
    width: 100%;
    border: 2px solid #0000000d;
    height: 100%;
    background: #ffff;
    box-shadow: 0 0 5px #00000021;
}

.productdetailsec .productdetailportion {
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eae5e9;
    border-radius: 10px;
}

.productdetailnav .slick-slide {
    opacity: 1;
    z-index: 9999;
    position: relative;
    margin: 0;
}

.product-detail span {
    margin: 0;
}

.iconlist ul li {
    font-size: 18px;
    color: #000;
    font-family: "Montserrat", serif;
    font-weight: 500;
    margin-bottom: 20px;
}

.iconlist {
    margin-top: 60px;
    width: 65%;
}

span.pull-rightnumber {
    font-size: 45px;
    font-weight: 600;
    font-family: 'blender';
}


.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
}

.product-detail span {
    width: 35px !important;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    height: 30px !important;
    margin: 5px;
}

.product-detail .skin-2 .num-in span:before,
.product-detail .skin-2 .num-in span:after {
    background-color: #000;
}

.product-detail span:hover:before,
.product-detail span:hover:after {
    background-color: rgb(255, 255, 255) !important;
}

.product-details-btn.btn10 {
    background-color: #CFA55A !important;
    color: black;
    border-color: #CFA55A;
    font-size: 17px;
}

.quanity.product-detail {
    margin-left: 0;
    width: 35%;
}

.product-detail span:hover {
    background-color: #000;
}

ul.product-detail-heading {
    display: grid;
    align-items: center;
    justify-content: space-between;
}

.product-details-btn {
    height: 60px;
    border: 0;
    width: 180px;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #cfa55a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    cursor: pointer;
}

a.cat-sub-btn {
    background: #335650;
    color: #fff;
    padding: 15px 40px;
    font-weight: 500;
}

a.cat-sub-btn:hover {
    background: #000;
}


.description li.nav-item {
    margin-right: 12px;
}

.description li.nav-item button {
    border-radius: 0;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 900;
    color: #000;
    text-align: center;
    padding: 0;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: inherit !important;
    isolation: inherit !important;
}

.nav-tabs .nav-link:hover {
    border: none !important;
}

ul.dolor-sit-amet-points li {
    font-family: 'big-noodle';
    font-size: 20px;
    color: #000;
}

ul.dolor-sit-amet-points li a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #000;
    font-family: 'blender';
    text-transform: uppercase;
    font-weight: 600;
}

ul.dolor-sit-amet-points {
    margin-bottom: 20px;
    line-height: 35px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #000;
    background-color: inherit;
    border-color: inherit;
    border: none !important;
    position: relative;
}

.nav-tabs .nav-link.active:before {
    content: "";
    position: absolute;
    background: #c4a145;
    width: 100%;
    height: 2px;
    bottom: -35px;
    right: 0;
    left: 0;
    margin: 0 auto;
}


.description .nav-tabs {
    gap: 40px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-bottom: 2px solid #ededed;
}

.description {
    padding: 0px 0 100px;
}


.description .tab-content p {}

.productdetailfor .slick-slide img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 5px;
}


.productdetailsmallportion img {
    width: auto;

    position: relative;
    z-index: 999999999999999;
}

.productdetailnav .slick-list.draggable {
    margin-top: -25px;
}

/* skin 2 */

.skin-2 .num-in {
    background: #F0F0F0;
    box-shadow: 0px 1px 4px rgb(0 0 0 / 15%);
    height: 40px;
    width: 110px;
    float: left;
    border-radius: 12px;
    cursor: pointer;
}

.skin-2 .num-in span {
    width: 40%;
    display: block;
    height: 40px;
    float: left;
    position: relative;
}

.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: 'Roboto';
}

.product-detail .num-in {
    background: transparent;
    box-shadow: none;
    width: 75%;
    display: flex;
    align-items: center;
}

.product-detail input.in-num {
    border: 1px solid #DADADA;
    background-color: transparent;
    width: 40%;
    margin: 0 5px;
    padding: 30px 0;
}

.productdetailsec .btn10 {
    color: white;
}

.productdetailsmallportion img {
    width: 100%;
    height: 120px;
    object-fit: cover;
    border-radius: 5px;
}


a.btn.shp-btn {
    font-family: 'cereR';
    font-size: 18px;
    color: #fff;
    background: #000;
    border-radius: 0;
    padding: 14px 45px;
}


.productdetailnav {
    margin-top: 40px;
}

.productdetailnav .slick-slide {
    margin: 0px 8px !important;
}

.productdetailfor .slick-slide {
    margin: 0;
}

section.related-prod {
    position: relative;
    padding: 50px;
}

.product-head {
    text-align: center;
    margin-bottom: 50px;
}

.quanity.product-detail input {
    width: 50%;
    height: 50px;
    border: 1px solid #d4d4d4;
    padding: 13px;
    color: #000;
}

ul.product-quintity li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.quanity.product-detail input::-webkit-outer-spin-button,
.quanity.product-detail input::-webkit-inner-spin-button {
    -webkit-appearance: auto !important;
    margin: 0px !important;
    opacity: 1 !important;
}

/* product tabs css */

.rate {
    height: 46px;
    float: left;
    display: block;
    clear: both;
    margin-bottom: 30px;
}


.productdetailtext {
    margin-left: 15px;
}

.rate input {
    top: 0;
    visibility: hidden;
}

.rate:not(:checked)>input {
    position: absolute;
    /* top: -9999px; */
}

.rate:not(:checked)>label {
    float: right;
    width: 0.8em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 35px;
    color: #ccc;
    margin: 0 3px;
}

.rate:not(:checked)>label:before {
    content: '\f005';
    font-family: 'Font Awesome 5 Free';
    font-weight: 800;
    color: #000;
    font-size: 24px;
}

.rate>input:checked~label {
    color: #f9d71c;
}

.rate:not(:checked)>label:hover,
.rate:not(:checked)>label:hover~label {
    color: #deb217;
}

.rate>input:checked+label:hover,
.rate>input:checked+label:hover~label,
.rate>input:checked~label:hover,
.rate>input:checked~label:hover~label,
.rate>label:hover~input:checked~label {
    color: #c59b08;
}

.prd-commets .testimonial-heading {
    letter-spacing: 1px;
    margin: 30px 0px;
    padding: 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.prd-commets .testimonial-heading span {
    font-size: 1.3rem;
    color: #252525;
    margin-bottom: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.prd-commets .testimonial-box-container {
    display: block;
}

.prd-commets .testimonial-box {
    width: 100%;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    padding: 20px;
    margin: 15px;
    cursor: pointer;
}

.testi-box {
    border: 1px solid #e1e1e1;
    padding: 30px;
    margin: 20px 0;
}

.prd-commets .prd-commets .profile-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}

.prd-commets .profile-img img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50px;
    margin-right: 20px;
}

.prd-commets .profile {
    display: flex;
    align-items: center;
}

.prd-commets .name-user {
    display: flex;
    flex-direction: column;
}

.prd-commets .name-user strong {
    color: #3d3d3d;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

.prd-commets .name-user span {
    color: #979797;
    font-size: 0.8rem;
}

.prd-commets .reviews {
    color: #f9d71c;
}

.prd-commets .box-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.prd-commets .client-comment p {
    font-size: 0.9rem;
    color: #4b4b4b;
    text-align: left;
}

.prd-commets .testimonial-box:hover {
    transform: translateY(-10px);
    transition: all ease 0.3s;
}

.description .tab-content input[type="text"] {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 0px 20px;
    height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.rev-btn h6 {
    font-family: 'big-noodle';
    color: #000;
    font-size: 30px;
    margin-bottom: 0;
}

.prdtc-rvw ul {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.description .tab-content form .row {
    align-items: center;
}

.prdtc-rvw i {
    font-size: 25px;
    margin-right: 10px;
}

.description .tab-content textarea {
    width: 100%;
    border: 0px;
    background-color: rgb(246, 246, 246);
    padding: 20px 20px;
    margin-bottom: 20px;
    font-weight: 500;
    color: rgb(124, 124, 124);
}

.description .tab-content form {
    margin-bottom: 70px;
}

.prdtc-rvw i:hover {
    color: #FFC107;
}

.products-box img {
    width: 40%;
    height: 220px;
    object-fit: contain;
}


.product-ratting {
    margin-top: 10px;
    margin-bottom: 20px;
}


/* Inner Product Start */


section.Inner_Product_Sec {
    padding: 100px 0;
}

.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

.bannertabs input[type=range] {
    -webkit-appearance: none;
    border: 1px solid white;
    width: 100%;
    position: absolute;
    left: 0;
}



     

.banner {
    display: flex
;
    font-weight: bold;
    gap: 5px;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 80px;
}

        .letter {
            display: inline-block;
            opacity: 0;
            transform: rotateY(90deg);
        }
.banner.chg {
    font-size: 85px !important;
    margin-bottom: 20px;
}
 



.product_heading h4 {
    color: #2b2b2b;
    margin: 0;
    letter-spacing: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 600;
}


.product_select {
    display: flex;
    align-items: center;
}

.product_select select {
    padding: 0 10px;
    appearance: auto;
    width: 100%;
    height: 40px;
    border: 1px solid #e2e3e4;
    border-radius: 6px;
    color: #101010;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    padding: 0 10px;
    font-size: 14px;
}

.product_select h6 {
    width: 100px;
    margin: 0;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3c454e;
}

section.banner_sec.inner_banner_sec {
    height: 450px;
}

.product_show ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_show ul {
    font-family: montserrat;
    font-size: 17px;
}

.product_show ul li a:focus-within {
    color: #8c2420;
}

.product_show ul li a:hover {
    color: #8c2420;
}

section.categorie_sec.sec {
    padding-bottom: 0;
}

.wekk_leftbox {
    width: 22%;
    padding: 0 10px;
}

.week_rightbox {
    width: 78%;
}

.week_main-tab a {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    height: 100%;
    padding: 17px 0;
    background: #f26877;
    margin: 5px 0;
    color: #fff;
}

.week_main-tab.week_main-tab1 a {
    background: #52121d;
}

.product_grid ul {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;

}

.product_grid ul li {
    position: relative;
   
}

.product_grid ul li a:hover {
    color: #ff1559;
}

.product_grid ul li a:focus-within {
    color: #ff1559;
}


.tool_tip {
    display: none;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #c89d3d;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    z-index: 1;
    font-size: 10px;
}

section.Inner_Product_Sec .our-products-silder-items {
    margin-top: 28px;
}

.product_grid ul li a:hover .tool_tip {
    display: block;
    
}



.range-slider {
    width: 100%;
    text-align: center;
    position: relative;
}

span.rangeValues {
    text-align: left;
    display: block;
    padding-top: 40px;
    font-size: 14px;
    margin-bottom: 40px;
    color: #000;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.bannertabs input[type=range] {
    -webkit-appearance: none;
    border: 1px solid #fff;
    width: 100%;
    position: absolute;
    left: 0;
}

.bannertabs input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    background: #c89d3d;
    border: none;
    border-radius: 3px;
}

.bannertabs input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 2px solid #fff;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background: #000;
    margin-top: -8px;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.bannertabs input[type=range]:focus {
    outline: none;
}

.bannertabs input[type=range]:focus::-webkit-slider-runnable-track {
    background: #ccc;
}

.bannertabs input[type=range]::-moz-range-track {
    width: 300px;
    height: 5px;
    background: #e9c638;
    border: none;
    border-radius: 3px;
}

.bannertabs input[type=range]::-moz-range-thumb {
    border: none;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background: #e9c638;
}

/*hide the outline behind the border*/
.bannertabs input[type=range]:-moz-focusring {
    outline: 5px solid white;
    outline-offset: -1px;
}

.bannertabs input[type=range]::-ms-track {
    width: 300px;
    height: 10px;
    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;
    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 10px 0;
    /*remove default tick marks*/
    color: transparent;
    z-index: -4;
}

.bannertabs input[type=range]::-ms-fill-lower {
    background: #e9c638;
    border-radius: 10px;
}

.bannertabs input[type=range]::-ms-fill-upper {
    background: #e9c638;
    border-radius: 10px;
}

.bannertabs input[type=range]::-ms-thumb {
    border: none;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    background: #000;
}

.bannertabs input[type=range]:focus::-ms-fill-lower {
    background: #e9c638;
}

.bannertabs input[type=range]:focus::-ms-fill-upper {
    background: #e9c638;
}

.bannertabs h5 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'blender';
    text-transform: uppercase;
}

.bannertabs {
    background: #f2f2f2;
    box-shadow: 1px 1px 5px 1px #00000017;
    padding: 35px 20px;
    border-radius: 10px;
}

.nav1.stroke ul li a {
    text-transform: capitalize;
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e0e1e2;
    color: #000;
    font-weight: 600;
}

.filter-by-color {
    margin-top: 40px;
}

.product_top_bar {
    background: #f2f2f2;
    box-shadow: 1px 1px 5px 1px #00000017;
    padding: 20px 20px;
    border-radius: 5px;
}

.nav.nav1.stroke ul li:last-child a {
    border: navajowhite;
}

.product_show ul li a {
    font-size: 16px;
    color: #a7a7a7;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.product_show li.active a {
    color: #c89d3d !important;
}

.product_main_box .clothing_box_image img {
    height: 450px;
    object-fit: cover;
    object-position: center;
}

.product_show ul li {
    font-size: 15px;
    color: #3c454e;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.product_grid ul li i {
    color: #101010;
}

.product_grid ul li {
    position: relative;
    font-size: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    color: #3c454e;
}

.nav1.stroke a.active {
    color: #c69f3e !important;
}


/* Inner Product Ends */

.our-products-boxs h2 a {
    display: unset;
    color: #000;
}
