@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

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

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

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

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

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

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

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

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

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

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

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

img {
    max-width: 100%
}

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


@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
}

/***** 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: 100px 0;
}

.all-section-btm {
    padding-bottom: 100px;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Playfair Display", serif;
    font-size: 66px;
    color: #111111;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h2 {
    font-family: "Playfair Display", serif;
    font-size: 50px;
    color: #000;
    font-weight: 400;
    margin: 0 0 10px;
    text-transform: uppercase;
}

h3 {
    font-family: "Playfair Display", serif;
    font-size: 35px;
    color: #000000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h4 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h5 {
    font-family: "Playfair Display", serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h6 {
    font-family: "Playfair Display", serif;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0px;
    text-transform: uppercase;
}

p {
    color: #3d3b3b;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

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

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    padding: 0;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #ffffff;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

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

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    right: 7%;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}

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


/*header css start */


/*banner css start */

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

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

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

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

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

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

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

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    /* background: 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*/

/* search box css */

.top-shipping ul li {
    margin-right: 15px;
}

.top-shipping ul {
    align-items: baseline !important;
}

body.search-open {
    overflow: hidden;
}

.close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    background: none;
    border: 0;
    font-size: 50px;
    font-weight: 700;
    display: block;
    cursor: pointer;
    color: black;
    padding: 1rem 1.25rem;
    border-radius: 50%;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    font: 18px;
    opacity: 1 !important;
    width: 50px;
    height: 50px;
}

.close:hover {
    background: #e21d1a;
    color: white;
    opacity: 1 !important;
    top: 2rem;
    right: 2rem;
}

.search-box.search-elem {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: #000000b0;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.search-box.search-elem .inner {
    width: 70%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

.search-box.search-elem label {
    color: white;
    font-weight: 300;
    font-family: 'Raleway', sans-serif;
}

.search-box.search-elem button.submit {
    outline: none;
    position: absolute;
    top: 0;
    right: 15px;
    height: 70px;
    color: #ffffff;
    width: 171px;
    height: 55px;
    background: #000000;
    font-family: 'Poppins';
    font-size: 22px;
    cursor: pointer;
    border: 0;
}

.top-cart ul li i {
    margin-right: 13px;
    font-size: 20px;
}

.search-box.search-elem button.submit[disabled] {
    width: 171px;
    height: 55px;
    font-size: 20px;
    color: white;
    background: linear-gradient(to top, #e70e0e 0%, #f66565 100%);
    display: inline-block;
}

.search-box.search-elem input[type=text] {
    padding: 20px;
    height: 55px;
    width: 80%;
    font-size: 32px;
    font-family: 'Poppins';
    font-weight: 300;
    border: none;
    border-bottom: solid 2px #e21d1a;
    transition: border 0.3s;
    border-radius: 0;
}

.search-box.search-elem input[type=text]:focus {
    border-bottom: solid 2px #55cd6c;
    box-shadow: none;
}

.search-box.search-elem label.placeholder {
    position: absolute;
    top: 13px;
    left: 2rem;
    font-size: 32px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #999;
    transition: all 0.3s;
}

.search-box.search-elem label.placeholder.move-up {
    top: -25px;
    color: white;
    font-size: 17px;
    font-family: 'Poppins';
}

.search-box.search-elem.search-open {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-btn {
    font-family: 'Raleway', sans-serif;
    font-size: 0.875rem;
    padding: 0 10px;
    display: inline-block;
    color: white;
}

/* end search box css */

/* header */

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

.topSec {
    background: #ffffff;
    padding: 10px 0;
}

.top-bar-right ul li a {
    color: #000;
    font-size: 20px;
}

.top-bar-right ul {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
}

.menuSection {
    background: #111111;
    padding: 20px 0;
}

.marquee {
    display: block;
    line-height: 1;
    background: #d1a852;
    color: #000000;
    padding: 15px 0;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.marquee span {
    margin: 0 80px;
}

.d_block {
    display: block;
}

.top-bar-center form input {
    width: 100%;
    border-bottom: 1px solid #cbcbcb !important;
    padding: 10px 150px 10px 0px;
    border: none;
    color: #000000;
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
}

.top-bar-center form input::placeholder {
    color: #626262;
    text-transform: uppercase;
}

.top-bar-center form {
    position: relative;
}

.top-bar-center form button {
    border: none;
    background: none;
}

.top-bar-center form button i {
    color: #000;
    font-size: 20px;
}

.top-bar-center div {
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 10px;
    gap: 10px;
}

/* header */

/* banner */

.banner_text h6 {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

img.img-fluid {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.banner_text {
    text-align: center;
}

.banner_text p {
    width: 77%;
    margin: 0 auto 20px;
}

.themebtn {
    font-family: "Jost", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background: #d1a852;
    border: 1px solid #d1a852;
    text-align: center;
    padding: 15px 30px;
    text-transform: uppercase;
    transition: all .3s ease-in;
}

.themebtn:hover {
    color: #d1a852;
    background: #ffffff;
    border: 1px solid #d1a852;
}

.main_slider {
    position: relative;
}

.banner_left img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.banner_left {
    position: absolute;
    bottom: 0;
    left: 90px;
    height: 74vh;
    width: auto;
}

.banner_img ul li {
    border: 10px solid #ffffff;
    height: 170px;
    width: 300px;
    position: relative;
}

.banner_img ul li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner_img ul li:nth-child(1) {
    border-bottom: 0;
}

.banner_img ul li:nth-child(2) {
    border-bottom: 0;
}

.banner_img {
    float: right;
}

.banner_img ul li h6 {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 25px;
}

.banner_img ul li h6::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    width: 70px;
    height: 1px;
    z-index: 99;
    left: 30px;
}

.banner_img ul li h5 {
    font-size: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 25px;
}

.banner_img ul li h5::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #ccc;
    width: 90px;
    height: 1px;
    z-index: 99;
    right: 30px;
}

/* banner */

/* Timeless Fashion Style */

.prd_tabs .nav-tabs {
    border: none;
    justify-content: flex-end;
    gap: 25px;
    margin-bottom: 20px;
}

.prd_tabs .nav-tabs .nav-link {
    border: 1px solid #111111;
    background: #ffffff;
    color: #111111;
    padding: 15px 30px;
    border-radius: 0px;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.prd_tabs .nav-tabs .nav-link:hover {
    border: 1px solid #d1a852;
    background: #d1a852;
}

.prd_tabs .nav-tabs .nav-link.active {
    border: 1px solid #d1a852;
    background: #d1a852;
}

.prd_main_txt h3 a {
    font-size: 20px;
    margin: 20px 0 10px;
    color: #111111;
}

.prd_main_txt ul li {
    color: #111111;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.prd_main_txt ul {
    display: flex;
    justify-content: flex-start;
    gap: 25px;
    align-items: center;
}

.prd_main_img a {
    width: 100%;
    height: 100%;
}

.prd_main_img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.prd_main {
    margin-bottom: 40px;
}

/* Timeless Fashion Style */

/* UP TO 60% OFF EVERYTHING */

.uptosixtyoff_txt {
    padding: 50px 30px 20px;
    background: #ffffff;
    text-align: center;
}

.uptosixtyoff .container-fluid {
    padding: 0 1% 0 0;
}

.uptosixtyoff_left img {
    width: 100%;
    height: 900px;
    object-fit: cover;
    object-position: right;
}

.uptosixtyoff_txt h6 {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.uptosixtyoff_txt h2 {
    font-size: 66px;
}

.uptosixtyoff_right {
    padding: 30px;
    background: url(../images/upto-2.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* UP TO 60% OFF EVERYTHING */

/* best seller */

.best_seller_heading {
    text-align: center;
    margin-bottom: 30px;
}

/* best seller */

/* explore */

.explore .container-fluid {
    padding: 0;
}

.explore h3 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}

.explore h3::before {
    content: '';
    position: absolute;
    background: #c0b9b8;
    width: 25%;
    height: 1px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.explore_left a {
    color: #111111;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px solid #646161;
    line-height: 15px;
}

.explore_left p {
    width: 100%;
    margin-bottom: 10px;
}

.explore_left {
    background: #f1e8e7;
    padding: 100px 50px;
    position: relative;
    height: 100%;
}

.explore_left img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    object-fit: contain;
}

.explore_left.explore_right img {
    position: absolute;
    top: 0;
    left: 30px;
}

.explore_mid img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.explore_mid a {
    font-family: "Playfair Display", serif;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-align: center;
    background: #ffffff;
    text-transform: uppercase;
    position: absolute;
    z-index: 99;
    bottom: 30px;
    left: 50%;
    padding: 10px 30px;
    transform: translateX(-50%);
}

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

/* explore */

/* footer */

.footerSec {
    background: #111111;
}

.ftr_top {
    padding: 20px 0;
    border-bottom: 1px solid #383838;
}

.newsletter form input {
    background: #1b1b1b;
    padding: 15px;
    border-radius: 5px;
    font-size: 12px;
    color: #ffffff;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    border: none;
    width: 64%;
}

.newsletter form input::placeholder {
    color: #686868;
}

.newsletter form button {
    border-radius: 5px;
    color: #ffffff;
    font-size: 12px;
    padding: 15px 40px;
}

.newsletter form {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

.ftr_links h5,
.ftr_contact h5 {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.ftr_links ul li a {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.ftr_mid {
    padding: 50px 0;
}

.ftr_contact ul li a {
    color: #b8b8b8;
    font-size: 14px;
    font-family: "Jost", sans-serif;
    font-weight: 500;
    margin-bottom: 10px;
}

.ftr_contact ul li i {
    color: #b8b8b8;
    font-size: 16px;
    margin-bottom: 10px;
}

.ftr_contact ul li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
}

.footer-btm {
    padding: 20px 0;
    border-top: 1px solid #383838;
}

.credit {
    text-align: end;
}

.copy-txt p {
    color: #d6d6d6;
}

/* footer */

html,
body {
    overflow-x: hidden;
}