/* FONT IMPORT */
@import url(layout.min.css);
/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --white: #fff;
    --black: #000;
    --primary: #FFB700;
    --secondary: #333333;
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Work Sans", sans-serif;
}

section {
    position: relative;
}

h1,
h2,
h3,
h4 {
    font-family: "Oswald", sans-serif;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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

figure {
    margin: 0;
}

/* PRELOADER */

.preLoader {
    width: 100%;
    height: 100%;
    z-index: 1111;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.preLoader.black {
    background-color: var(--black);
    z-index: 11113;
}

.preLoader.white {
    z-index: 11112;
    background-color: var(--primary);
}

/* PRELOADER */

/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 1rem;
    color: var(--secondary);
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    padding: 1.125rem 2.5em;
    border-radius: 7px;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn:before {
    content: "";
    position: absolute;
    background: var(--black);
    width: 100%;
    height: 100%;
    bottom: 0;
    right: -100%;
    transition: 0.5s ease;
    z-index: -1;
}

.themeBtn:hover:before {
    right: 0;
}

.themeBtn:hover {
    color: var(--white);
}

/* !GLOBAL CSS */

/* Main Banner Css Start */

.mainBanner {
    background: url(../images/mainBanner.png) center no-repeat;
    height: 650px;
    display: flex;
    align-items: center;
    margin: 2.5rem 0;
}

.bannerContent {
    margin-top: 3rem;
}

.bannerContent small {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.125rem;
}

.bannerContent h1 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 3.4375rem;
    font-weight: 600;
    margin: 8px 0 1.625rem 0;
}

.bannerContent h1 span {
    color: var(--primary);
    display: block;
}

/* Main Banner Css End */

/* Shop Sec Css Start */

.shopSec {
    padding: 3.75rem 0;
}

.secHeading {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.875rem;
    color: var(--secondary);
}

.shopHeading p {
    color: var(--secondary);
    font-size: 0.875rem;
    margin-bottom: 1.25rem;
}

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

.shopBox {
    position: relative;
    cursor: pointer;
}

.shopBtn a {
    text-transform: uppercase;
    font-family: 'Oswald';
    color: var(--secondary);
    background: var(--primary);
    width: 90%;
    display: block;
    text-align: center;
    border-radius: 6px;
    padding: 6px 0;
    margin: auto;
}

.shopBtn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1.25rem;
}

.shopBtn a:hover {
    background: var(--black);
    color: var(--white);
}

/* Shop Sec Css End */

/* Product Sec Css Start */

.productSec {
    padding: 2.5rem 0;
}

.productWraps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.productCard h4 {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--secondary);
    margin-top: 1rem;
}

.productCard span {
    color: var(--secondary);
    letter-spacing: 1px;
}

.productCard figure img {
    border-radius: 1rem;
    height: 400px !important;
    object-fit: contain;
}

/* Product Sec Css End */

/* Service Sec Css Start */

.serviceSec {
    padding: 3.75rem 0 6.25rem 0;
}

.serviceWraps {
    position: relative;
}

.serviceContent {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 1.875rem;
    align-items: baseline;
}

.serviceContent small {
    color: var(--white);
    font-size: 1rem;
}

.serviceContent h3 {
    color: var(--white);
    text-transform: uppercase;
    font-weight: 400;
    font-size: 2.5rem;
    margin: 8px 0 1.5rem 0;
}

.serviceContent h3 span {
    color: var(--primary);
    display: block;
}

.serviceContent .themeBtn {
    font-size: 0.875rem;
    background: var(--white);
    letter-spacing: 1px;
    padding: 0.75rem 1.7em;
}

/* Service Sec Css End */

/* Deal Sec Css Start */

.dealSec {
    background: #1C1C1E;
    padding: 3.125rem 0 4.375rem 0;
}

.dealWraps {
    border: 3px solid var(--primary);
    border-radius: 1rem;
    border-bottom: unset;
    border-bottom-left-radius: unset;
    border-bottom-right-radius: unset;
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 2.8125rem 1.375rem 0 1.375rem;
}

.dealContent {
    flex: 1;
}

.dealWraps figure img {
    border-radius: 1rem;
}

.dealContent h3 {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.dealContent span {
    color: var(--white);
    letter-spacing: 1px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 0.875rem;
}

.dealContent .line {
    background: var(--white);
    width: 100%;
    height: 8px;
    border-radius: 4px;
    position: relative;
}

.dealContent small {
    color: var(--white);
    font-size: 0.875rem;
    font-weight: 500;
    display: block;
    margin-bottom: 1.5rem;
}

.dealContent .line:before {
    content: "";
    position: absolute;
    background: var(--primary);
    width: 70px;
    height: 8px;
    border-radius: 25px;
}

.dealContent .themeBtn {
    font-size: 0.875rem;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    padding: 0.75rem 0;
}

/* Deal Sec Css End */

/* Popular Sec Css Start */

.popularSec {
    padding: 6.25rem 0 4.6875rem 0;
}

.popularWraps {
    position: relative;
}

.popularText {
    position: absolute;
    top: 2.5rem;
    left: 2.5rem;
}

.popularText small {
    color: var(--white);
    font-size: 1rem;
}

.popularText h2 {
    text-transform: uppercase;
    color: var(--white);
    font-weight: 400;
    font-size: 2.5rem;
    margin: 8px 0 1.625rem 0;
}

.popularText h2 span {
    color: var(--primary);
    display: block;
}

.popularText .themeBtn {
    background: var(--white);
    font-size: 0.875rem;
    letter-spacing: 1px;
    padding: 0.75rem 1.8em;
}

.popularCard {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.popularCard figure img {
    border-radius: 1rem;
}

.popularContent {
    flex: 1;
}

.popularContent h4 {
    text-transform: uppercase;
    color: var(--secondary);
    font-weight: bold;
    font-size: 0.875rem;
}

.popularContent span {
    display: block;
    letter-spacing: 1px;
    color: var(--secondary);
    margin-bottom: 1.5625rem;
}

.popularContent .themeBtn {
    width: 100%;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 1px;
    padding: 0.75rem 0;
}

.popularCard+.popularCard {
    margin-top: 1.375rem;
}

.popularWraps img {
    height: 530px;
    object-fit: cover;
    border-radius: 1rem;
}

/* Popular Sec Css End */

/* Selling Sec Css Start */

.sellingSec {
    padding-bottom: 5rem;
}

/* Selling Sec Css End */

/* Brand Sec Css Start */

.brandSec {
    background: url(../images/brandBg.png)center/cover;
    padding: 6.875rem 0;
}

.brandSlider {
    margin: 0 6.25rem;
}

.brandSlider .swiper-wrapper {
    transition-timing-function: linear;
    align-items: center;
}

/* Brand Sec Css End */

/* Whole Sale Sec Css Start */

.wholesaleSec {
    padding: 6.25rem 0;
}

.wholesaleContent h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #1F242E;
    font-size: 3.5625rem;
    margin-bottom: 1.25rem;
}

.wholesaleContent p {
    color: var(--secondary);
    font-size: 1.0625rem;
    font-family: 'Oswald';
    width: 83%;
    line-height: 1.75;
    margin-bottom: 4.5rem;
}

.wholesaleContent {
    margin: 1.875rem 0 0 1.875rem;
}

.wholesaleContent .themeBtn {
    padding: 1.125rem 4em;
}

/* Whole Sale Sec Css End */

/* Customer Sec Css Start */

.customerSec {
    padding-bottom: 4.375rem;
}

.customerBox {
    background: #F5F5F5;
    border-radius: 1rem;
    padding: 1.5625rem 1.5625rem 2.1875rem 1.5625rem;
}

.customerBox p {
    color: #666666;
    font-family: 'Oswald';
    margin: 1.125rem 0 1.5rem 0;
    line-height: 1.75;
}

.customerBox ul {
    display: flex;
    gap: 0.625rem;
}

.customerBox ul li i {
    color: var(--primary);
}

.customerBox h3 {
    text-transform: capitalize;
    color: var(--secondary);
    font-weight: bold;
    font-size: 1.125rem;
    margin: 0.625rem 0 1.5625rem 0;
}

.userWraps {
    display: flex;
    align-items: center;
    gap: 1rem;
    border-top: 1px solid #E5E5E5;
    padding-top: 0.75rem;
}

.userWraps h4 {
    text-transform: uppercase;
    font-size: 0.875rem;
    font-weight: bold;
    color: var(--secondary);
    margin: 0;
    line-height: 2;
    flex: 1;
}

.userWraps h4 span {
    display: block;
    font-family: 'Work Sans';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 1px;
}

/* Customer Sec Css End */

/* Shipping Sec Css Start */

.shippingSec {
    background: var(--primary);
    padding: 3.75rem 0;
}

.shippingWrap {
    text-align: center;
}

.shippingWrap h3 {
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 500;
    color: #1F242E;
    margin: 0.625rem 0;
}

.shippingWrap span {
    color: var(--secondary);
    font-size: 0.875rem;
}

/* Shipping Sec Css End */

/* Footer Css Start */

footer {
    background: #222222;
    padding-top: 5rem;
}

footer h3 {
    color: var(--white);
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 20px;
}

.subscribeForm p {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.subscribeForm input {
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 45px;
    border-radius: 6px;
    width: auto;
    padding-left: 1rem;
}

.subscribeForm .themeBtn {
    font-size: 0.875rem;
    border: unset;
    outline: unset;
    letter-spacing: 1px;
    padding: 0.9375rem 1.6em;
}

.subscribeWraps ul {
    display: flex;
    gap: 0.625rem;
    margin-top: 1.375rem;
}

.subscribeWraps ul li a {
    background: #3B5998;
    width: 34px;
    height: auto;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    color: var(--white);
    font-size: 1.125rem;
}

.subscribeWraps ul li:nth-child(2) a {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}

.subscribeWraps ul li:nth-child(3) a {
    background: #00ACED;
}

.subscribeWraps ul li:nth-child(4) a {
    background: #CB2027;
}

.links li a {
    text-transform: capitalize;
    color: #E4E4E4;
    font-size: 0.875rem;
}

.links li a:hover {
    color: var(--primary);
}

.links li+li {
    margin-top: 1rem;
}

.links {
    margin-top: 1.875rem;
}

.contactLinks li a {
    color: #E4E4E4;
    font-size: 0.875rem;
    display: flex;
    /*align-items: center;*/
    align-items: flex-start;
}

.contactLinks li a span {
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
}

.contactLinks li:nth-child(1) a {
    gap: 15px;
}

.contactLinks li a h5 small {
    display: block;
    font-size: 0.875rem;
    color: #E4E4E4;
}

.contactLinks li a h5 {
    margin: 0;
    font-size: 1.125rem;
    color: var(--white);
    font-weight: 600;
    line-height: 1.7;
}

.contactLinks li+li {
    margin-top: 1.5rem;
}

.contactLinks {
    margin-top: 1.875rem;
}

.copyRight {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4.375rem 0 1.25rem 0;
}

.copyRight p {
    color: #E4E4E4;
    margin: 0;
    font-size: 0.875rem;
    letter-spacing: 0.7px;
}

/* Footer Css End */

/* Inner Css Start */

.productBanner {
    background: #F5F5F5;
    padding: 0.75rem 0;
}

.productBanner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
}

.productBanner ul li a {
    color: var(--secondary);
    text-transform: uppercase;
    font-size: 0.875rem;
    font-family: 'Oswald';
}

.productInner {
    padding: 3.75rem 0 2.5rem 0;
}

.prodHeads h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 2.5rem;
    font-weight: 600;
    color: #131921;
    margin: 0;
}

.prodHeads {
    background: #F5F5F5;
    border-radius: 1rem;
    padding: 1.3rem 0;
}

.filterWraps {
    border: 1px solid #E5E5E5;
    border-radius: 7px;
    padding: 9px 1rem;
    display: flex;
    align-items: center;
    gap: 2.5rem;
    margin: 3.75rem 0 1.25rem 0;
}

.filterWraps span {
    color: #121212;
    opacity: 75%;
    letter-spacing: 0.4px;
}

.filterWraps select {
    border: unset;
    outline: unset;
    box-shadow: unset;
    font-size: 1rem;
    font-family: 'Oswald';
    color: var(--secondary);
    letter-spacing: 0.4px;
    width: 100px;
}

.sortWraps {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    justify-content: end;
    margin-bottom: 1.375rem;
}

.sortWraps span,
.sortWraps select {
    color: var(--secondary);
    font-family: 'Oswald';
    letter-spacing: 0.4px;
}

.sortWraps select {
    border: unset;
    outline: unset;
    box-shadow: unset;
    width: 150px;
}

.productInner .productCard {
    margin-bottom: 1.875rem;
    display: block;
}

.productdetailSec {
    padding: 3.75rem 0;
}

.prodFlex {
    display: flex;
    align-items: center;
    gap: 1.875rem;
    margin-top: 1.875rem;
}

.productDetails small {
    text-transform: uppercase;
    color: #666666;
    font-size: 1rem;
}

.productDetails h2 {
    text-transform: uppercase;
    color: var(--secondary);
    font-size: 1.75rem;
    font-weight: bold;
    margin: 0.875rem 0 1rem 0;
}

.productDetails h3 {
    font-family: 'Work Sans';
    font-weight: 400;
    font-size: 1.125rem;
    letter-spacing: 1.3px;
    color: var(--secondary);
    display: flex;
    align-items: center;
    gap: 2.375rem;
    margin-bottom: 1.25rem;
}

.productDetails h3 del {
    font-size: 1rem;
    color: #666666;
}

.productDetails h3 .saleBadge {
    font-size: 0.75rem;
    letter-spacing: 1px;
    background: var(--secondary);
    color: var(--white);
    padding: 4px 6px;
    border-radius: 1rem;
}

.productDetails p {
    color: var(--secondary);
    font-size: 0.875rem;
    line-height: 1.75;
    margin-bottom: 0.625rem;
}

.productDetails .readMore {
    color: var(--secondary);
    text-transform: capitalize;
    text-decoration: underline !important;
}

.productDetails {
    position: sticky;
    top: 1rem;
}

.listOne li a {
    color: var(--secondary);
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 0.875rem;
}

.listOne {
    margin-top: 1.125rem;
}

.listTwo {
    display: flex;
    gap: 0.625rem;
}

.listTwo li a {
    background: var(--primary);
    width: 40px !important;
    height: auto !important;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border-radius: 7px;
    color: var(--secondary);
    font-size: 1.25rem;
}

.productDetails .form-check {
    margin: 1.125rem 0;
}

.productDetails .form-check label {
    color: var(--secondary);
}

.productDetails h6 {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.4px;
    color: var(--secondary);
}

.detailBtns {
    display: flex;
    align-items: center;
    gap: 0.625rem;
}

.detailBtns .themeBtn {
    letter-spacing: 1px;
    font-size: 0.875rem;
    width: 74%;
    text-align: center;
    padding: 0.8125rem 2.5em;
}

a.themeBtn.butBtn {
    text-transform: uppercase;
    background: var(--secondary);
    color: var(--white);
    letter-spacing: 1px;
    font-size: 0.875rem;
    width: 99%;
    text-align: center;
    padding: 0.875rem 2.5em;
    margin: 8px 0 0.75rem 0;
}

.categoreisWrap {
    display: flex;
    gap: 0.875rem;
    margin-bottom: 0.875rem;
    align-items: center;
}

.categoreisWrap li {
    color: var(--secondary);
    font-weight: 500;
    letter-spacing: 0.4px;
}

.categoreisWrap li:nth-child(2) a {
    font-size: 0.875rem;
    color: #666666;
    font-weight: 400;
    letter-spacing: 0;
    text-decoration: underline;
}

.shareBtn {
    font-size: 0.875rem;
    background: var(--secondary);
    color: var(--white);
    display: flex;
    align-items: center;
    width: fit-content;
    gap: 0.625rem;
    border-radius: 7px;
    padding: 0.6875rem 2.2em;
}

.shareBtn:hover {
    background: var(--primary);
    color: white;
}

.quantity-container {
    display: inline-flex;
    align-items: center;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    overflow: hidden;
    width: 140px;
    justify-content: center;
}

.qty-btn {
    background-color: transparent;
    border: none;
    padding: 0.5rem 0.9375rem;
    cursor: pointer;
    font-size: 1rem;
    user-select: none;
    transition: background 0.3s;
    outline: unset !important;
    box-shadow: unset;
    color: var(--secondary);
    font-weight: 500;
}

.qty-input {
    width: 50px;
    text-align: center;
    border: none;
    font-size: 1rem;
    outline: none;
    color: var(--secondary);
    font-weight: 500;
}

.discriptionSec {
    padding: 5rem 0;
}

.tabsPack {
    display: flex;
    gap: 5px;
    align-items: center;
    border-bottom: 1px solid #E5E5E5;
}

.tabsPack a {
    background: var(--secondary);
    color: var(--white);
    text-transform: capitalize;
    padding: 1rem 1.5rem;
}

.tabsPack a.active,
.tabsPack a.current {
    background: var(--primary);
    color: var(--white);
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

.discriptionBox {
    border: 1px solid #E5E5E5;
    border-radius: 7px;
        padding: 1%;
}

.discriptionContent p {
    margin: 0;
    font-size: 0.875rem;
    color: #666666;
    line-height: 2;
}

.discriptionContent {
    margin: 1.875rem 1.25rem;
}

.tabsPack a:nth-child(1) {
    border-top-left-radius: 7px;
}

.contactInner {
    padding: 3.75rem 0;
}

.contactHead h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 3.125rem;
    color: var(--secondary);
    font-weight: 400;
    margin-bottom: 3.75rem;
}

.maps iframe {
    display: block;
    margin-bottom: 2.5rem;
}

.contactInformation h2,
.contactBox h2 {
    text-transform: uppercase;
    font-size: 2rem;
    color: var(--secondary);
    margin-bottom: 0.875rem;
}

.contactInformation p {
    color: #666666;
    font-size: 0.875rem;
    margin-bottom: 2rem;
    line-height: 1.75;
}

.contactInformation ul li {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contactInformation ul li h4 {
    font-size: 1rem;
    margin: 0;
    text-transform: uppercase;
    color: var(--secondary);
    line-height: 1.4;
}

.contactInformation ul li h4 a {
    display: block;
    text-transform: none;
    color: #666666;
    font-family: "Work Sans", sans-serif;
    font-weight: 400;
}

.contactInformation ul li i {
    color: var(--secondary);
    font-size: 1.5rem;
    width: 30px;
    text-align: center;
}

.contactInformation ul li+li {
    margin-top: 1.5rem;
}


.contactForm .form-control {
    background: #F5F5F5;
    border: unset;
    outline: unset;
    box-shadow: unset;
    height: 45px;
    border-radius: 6px;
    padding-left: 1.2rem;
}

.contactForm textarea {
        height: 100px !important;
    padding-top: 1rem;
    resize: none;
    width: 100%;
    background: #F5F5F5;
    border: unset;
    outline: unset;
    box-shadow: unset;
    border-radius: 6px;
    padding-left: 1.2rem;
}

.contactForm .form-group {
    margin-bottom: 1.375rem;
}

.contactForm button {
    margin-top: 1rem;
    border: unset;
    outline: unset;
    font-size: 0.875rem;
    text-transform: capitalize;
    letter-spacing: 1px;
    background: var(--secondary);
    color: var(--white);
    border-radius: 7px;
    padding: 0.75rem 1.8em;
}

.aboutInner .wholesaleImg img {
    width: 100%;
}

.aboutInner .wholesaleContent p{
    width: 90%;
    margin-bottom: 2rem;
}

.aboutInner .wholesaleContent{
    margin: 0 0;
}

.aboutInner .row + .row{
    margin-top: 5rem;
}

/* Inner Css End */


.woocommerce span.onsale {
    padding: 0 !important;
}

.tinv-wishlist .product-action {
    width: 170px !important;
}

.tinv-wishlist .product-action button.button.alt {
    background: var(--primary);
}

span.tinvwl-input-group-btn button.button,
.tinvwl-to-right.look_in button.button{
    background: var(--primary);
    color: var(--white);
}

