@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Maven+Pro:wght@400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Oxygen:wght@300;400;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@1,100&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Spartan:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/gotham?styles=17585");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500&display=swap");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4?styles=18006");
@import url("https://fonts.cdnfonts.com/css/lemonmilk?:wght@300;400;500;600;700&display=swap");

@font-face {
    font-family: "jeko";
    src: url("../fonts/FontsFree-Net-Jeko-Black.ttf");
}

/*html {*/
/*    scroll-behavior: smooth;*/
/*    touch-action: none;*/
/*}*/

@font-face {
    font-family: "Granite";
    src: url("../fonts/Granite.ttf");
}

.thumbnail {
    overflow: hidden;
}

.thumbnail img {
    width: 100%;
    height: auto;
}

figure {
    margin: 0;
}

:root {
    --first-color: #f32122;
    --secon-color: #000000;
    --third-color: #142841;
    --forth-color: #fff;
    --font-primary: "SF Pro Display", "SF Pro Icons", "Helvetica Neue",
        "Helvetica", "Arial", sans-serif;
    --font-secondary: "Poppins";
    --font-third: "Poppins";
    --font-fourth: "Montserrat", sans-serif;
}

body {
    background-color: #fff;
    font-family: var(--font-secondary);
    color: var(--third-color);
    z-index: 9999;
}

p {
    font-size: 30px;
    font-weight: 200;
    font-family: "jeko";
    color: #14213d;
    line-height: 50px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-secondary);
}

a {
    font-family: var(--font-third);
}

/* h5, h6{    font-family:var(--font-fourth);} */
/* / Prelaoder / */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #25c7d9;
}

#preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    border: 6px solid #171c28;
    border-top: 6px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* / pre loader / */
/* begin of nav-top  */
.preload {
    background-image: url(../images/preload-img.png);
    height: 100vh;
    background-attachment: fixed;
    background-size: 50%;
    background-position: center center;
    background-repeat: no-repeat;
}

/* header#top {  font-family: 'Oxygen'!important;  z-index: 999999 !important;  position: relative;} */
header#top {
    padding: 0 100px;
    background: #111111;
    position: relative;
    z-index: 1;
}

.MainPage-Section header#top {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
}

header#top ul#main-menu {
    justify-content: flex-start;
    list-style-type: none;
    padding: 0px;
    display: flex;
    margin-bottom: 0px;
    align-items: center;
}

header#top ul#main-menu li.nav-item #Canvas {
    cursor: pointer;
}

header#top ul#right-menu-items {
    justify-content: end;
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

header#top .center-menu-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
}

header#top ul#right-menu-items li {
    margin: 0px 10px;
}

header#top ul#main-menu li.nav-item a {
    color: #fff;
    text-transform: capitalize;
    font-family: "Poppins";
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin: 8px 15px;
    padding: 0;
}

header#top ul#main-menu li.nav-item a:before {
    content: "";
    background: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: 0.6s;
}

header#top ul#main-menu li.nav-item a:hover:before {
    width: 100%;
}

/* header#top ul#right-menu-items li i {  color: #000 !important;  font-size: 19px;} */
header#top ul#right-menu-items li a img {
    width: 20px;
    height: 20px;
}

header#top ul#main-menu li#Canvas {
    cursor: pointer;
    padding-right: 10px;
}

header#top .logo-wrapper img {
    height: 53px;
    margin: 0px auto;
    filter: brightness(0) invert(1);
}

.dark-logo {
    display: none;
}

header .mobile-header {
    width: 30%;
    height: 100%;
    position: fixed;
    background: #111111;
    top: 0;
    z-index: 1;
    right: 0;
    padding-top: 30px;
    transition: 0.7s;
    transform: translateX(100%);
}

header .mobile-header.show {
    transform: translateX(0%);
    background: #111111;
    overflow-y: scroll;
}

header .mobile-header ul.mobile-nav {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

header .mobile-header .cancel {
    background: #fff;
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 55px;
    margin: 0px 20px 20px auto;
}

header#top li.nav-item a {
    font-size: 37px;
    font-weight: 700;
}

header .mobile-header ul.mobile-nav li.nav-item {
    padding: 10px 0;
    border: 0;
    border-bottom: 1px solid #dddddd4a;
}

header .mobile-header ul.mobile-nav li.nav-item a {
    color: #fff;
    font-size: 14px;
    padding: 0 20px;
}

.canvas-icon i {
    font-size: 27px;
}

.canvas-icon i {
    display: none;
}

@media (max-width: 1100px) {
    header#top ul#main-menu li.nav-item a {
        padding: 10px 5px;
    }
}

@media (max-width: 991px) {
    .canvas-icon i {
        display: block;
        color: #fff;
    }

    header#top .logo-wrapper img {
        height: auto;
        width: 100%;
    }

    header#top ul#main-menu {
        display: none;
    }

    header .mobile-header {
        width: 52%;
    }

    header#top {
        padding: 0 10px !important;
    }
}

@media (max-width: 575px) {
    header#top {
        position: relative;
        z-index: 9;
    }

    header#top {
        padding: 0px;
    }

    header#top .logo-wrapper img {
        width: 85px;
        height: 40px;
        position: absolute;
        margin-top: -21px;
        margin-left: -38px;
    }

    header#top li.nav-item a {
        font-size: 18px;
        font-weight: 500;
        font-family: "poppins";
    }

    header .mobile-header ul.mobile-nav .card .card-header {
        background: transparent;
        padding: 10px 0;
        border-bottom: 1px solid #ffffff4f;
    }

    header .mobile-header ul.mobile-nav .card {
        background: transparent;
        border: 0;
    }

    header
        .mobile-header
        ul.mobile-nav
        .card
        .card-header
        h5
        button.btn.btn-link {
        font-size: 18px;
        font-weight: 500;
        font-family: "poppins";
        color: #fff;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        box-shadow: none !important;
        outline: none !important;
        text-decoration: none;
        padding-top: 3px;
        padding-bottom: 3px;
    }

    header
        .mobile-header
        ul.mobile-nav
        .card
        .card-header
        h5
        button.btn.btn-link
        h5 {
        margin: 0;
    }

    header .mobile-header ul.mobile-nav .card ul.productss {
        list-style: none;
        padding: 10px 40px;
    }

    header .mobile-header ul.mobile-nav .card ul.productss li {
        padding: 6px 0;
    }

    header .mobile-header ul.mobile-nav .card ul.productss li a {
        color: #fff;
        font-size: 17px;
        font-family: "Poppins";
    }
}

@media (max-width: 480px) {
    header
        .mobile-header
        ul.mobile-nav
        .card
        .card-header
        h5
        button.btn.btn-link {
        padding-right: 35px;
    }

    .fa-heart-o span {
        margin-left: 4px;
        font-size: 11px !important;
        position: relative;
        top: -7px !important;
    }

    header#top .center-menu-wrapper {
        padding-top: 24px;
        padding-bottom: 33px;
    }

    header#top .mobile-header li.menu-items.small-txt a {
        color: #fff;
        line-height: 3;
        padding: 6px 20px;
        font-size: 20px;
    }

    header#top .mobile-header li.menu-items.small-txt {
        border-bottom: 1px solid #dddddd4a;
    }

    .cart-count {
        color: white;
        position: absolute;
        top: -2px !important;
        left: 16px !important;
        font-size: 10px;
        font-family: "FontAwesome";
    }
}

@media (max-width: 414px) {
    /* header#top ul#right-menu-items {
        display: none;
    } */
    header#top ul#right-menu-items li {
        margin: 0px 5px;
    }

    header#top ul#right-menu-items li a img {
        width: 14px;
        height: 14px;
    }

    header#top ul#right-menu-items li.cart i {
        font-size: 14px !important;
    }

    header#top .logo-wrapper img {
        margin-top: -22px;
    }

    header#top .center-menu-wrapper {
        padding-top: 32px;
        padding-bottom: 20px;
    }

    header .mobile-header {
        width: 100%;
    }
}

/* .MainPage-Section {
  position: relative;
} */
.banner .pill {
    padding: 0px;
}

.banner .product_col {
    position: relative;
}

.banner .product_col .img_box img {
    filter: brightness(0.5);
}

.banner .product_col .banner_caption {
    position: absolute;
    bottom: 50px;
    padding: 0px 20px 140px 110px;
}

.banner .product_col .banner_caption .heading_wrapper {
    padding-bottom: 20px;
}

.banner .product_col .banner_caption .heading_wrapper h2 {
    color: #ffffff;
    font-size: 72px;
    text-transform: uppercase;
    font-family: "jeko";
}

.banner .product_col .banner_caption .heading_wrapper p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.banner .product_col .banner_caption .shop_now_btn a.btn {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
}

.banner .product_col .banner_caption .shop_now_btn a.btn img {
    margin-left: 10px;
    transition: 0.6s;
}

.banner .product_col .banner_caption .shop_now_btn a.btn:hover img {
    transform: translateX(10px);
}

.banner figure img.img-fluid {
    height: 110vh;
    width: 100%;
    object-fit: cover;
    margin-top: -11px;
}

.banner .banner-content {
    padding: 0px 30px;
}

.banner-content h1 {
    font-size: 92px;
    font-weight: 800;
    color: #092f33;
}

.banner-content h1 span.sp1 {
    font-size: 40px;
}

.banner-content h1 span.sp2 {
    font-size: 54px;
}

.banner-content p {
    margin-top: 25px;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 500;
    color: #14213d;
}

.banner-content a {
    color: #2f3847;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    font-family: "Lemon/Milk";
    letter-spacing: 3px;
}

.banner-content a img {
    margin-left: 20px;
}

.banner-content a img {
    transition: 0.6s;
}

.banner-content a:hover img {
    transform: translateX(20px);
}

.banner .img_box video {
    height: 110vh;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1366px) {
    .banner .product_col .banner_caption .heading_wrapper p {
        line-height: 26px;
    }

    .banner .product_col .banner_caption {
        bottom: 0px;
    }
}

@media (max-width: 1100px) {
    .banner .product_col .banner_caption .heading_wrapper h2 {
        font-size: 50px;
    }

    .banner .product_col .banner_caption .heading_wrapper p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .banner .product_col .banner_caption {
        padding: 0px 20px 0px 60px;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .banner .product_col .banner_caption {
        padding: 0px 20px 0px 20px;
    }

    .banner .product_col .banner_caption .heading_wrapper h2 {
        font-size: 35px;
    }

    .banner .product_col .banner_caption .heading_wrapper p br {
        display: none;
    }
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

header#top span.cart-items {
    background: #d60f0f;
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right: -36%;
    font-family: "Lemon/Milk";
}

header#top ul li.cart {
    position: relative;
}

/* end of nav-top  */
/* Mega Menu Css Start Here */
.products-subMenu::-webkit-scrollbar {
    width: 0;
}

header .offCanvas {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    /* background: #00000082; */
    height: 100vh;
    display: flex;
    transition: 0.7s;
    transform: translateX(-100%);
    z-index: 9999;
}

header .offCanvas.show-canvas {
    transform: translateX(0%);
}

header .offCanvas .navArea {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33%;
    background: #fff;
    height: 100%;
    padding: 0 70px 0 60px;
    transition: 0.8s;
}

header .offCanvas .navArea ul {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    width: 100%;
}

header .offCanvas .navArea ul .cancel {
    padding: 20px 0;
    cursor: pointer;
    position: absolute;
    top: 10px;
    left: 50px;
}

header .offCanvas .navArea ul li.menu-items.large-txt {
    border-bottom: 2px solid #00000017;
    padding: 12px 0px;
}

header .offCanvas .navArea ul li.menu-items.large-txt a {
    font-size: 22px;
    color: #092f33;
    font-family: "poppins";
    font-weight: 500;
    text-decoration: none;
}

header .offCanvas .navArea ul .spacer {
    padding: 20px 0;
}

header .offCanvas .navArea ul li.menu-items.small-txt {
    padding: 10px 0;
}

header .offCanvas .navArea ul li.menu-items.small-txt a {
    font-family: "Poppins";
    text-decoration: none;
    color: #5b5b5b;
    font-size: 14px;
    letter-spacing: 2px;
}

#powderCoated {
    transform: translateX(0%);
}

#powderCoated {
    height: 100%;
    display: flex;
    align-items: center;
    width: 33%;
    background-image: url("../images/nav-img1.png");
    background-size: cover;
    padding: 0px 50px 260px;
    transition: 0.7s;
    z-index: -1;
    transform: translateX(-100%);
}

.PowderCoated-subMenu ul.powderMenu {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.PowderCoated-subMenu ul.powderMenu li.menu-items.large-txt {
    border-bottom: 1px solid rgba(255, 255, 255, 0.308);
    padding: 12px 0px;
}

.PowderCoated-subMenu ul.powderMenu li.menu-items.large-txt a {
    font-size: 22px;
    color: #fff;
    font-family: "poppins";
    font-weight: 400;
    text-decoration: none;
    padding-left: 0px;
}

#powder-coated {
    transform: translateX(-200%);
}

#electro {
    transform: translateX(-200%);
}

#matte-finish {
    transform: translateX(-200%);
}

#trending-menu {
    transform: translateX(-200%);
}

header .offCanvas .products-subMenu {
    padding: 0px 80px 0 40px;
    width: 34%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: 0.7s;
    z-index: -2;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow-y: auto;
}

header .offCanvas .products-subMenu ul.powderMenu {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items
    a
    .productsFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #00000017;
    padding: 25px 0;
    overflow: hidden;
}

header .offCanvas .products-subMenu ul.powderMenu li.menu-items a {
    text-decoration: none;
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items
    a
    .productsFlex
    .images {
    display: flex;
    transition: 0.7s;
    transform: translateX(108px);
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items:hover
    a
    .productsFlex
    .images {
    transform: translateX(0);
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items
    a
    .productsFlex
    .images
    figure {
    padding: 0 10px;
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items
    a
    .productsFlex
    .images
    figure
    img {
    width: 40px;
    height: 60px;
}

header
    .offCanvas
    .products-subMenu
    ul.powderMenu
    li.menu-items
    a
    .productsFlex
    .images
    figure:last-child {
    padding-right: 0;
}

header .offCanvas .products-subMenu ul.powderMenu li.menu-items a .title p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
    font-size: 18px;
    font-family: "Poppins";
}

@media (max-width: 1366px) {
    header .offCanvas .navArea ul li.menu-items.large-txt {
        padding: 5px 0px;
    }

    header .offCanvas .navArea ul li.menu-items.large-txt a {
        font-size: 16px;
        line-height: 26px;
    }

    header .offCanvas .navArea ul .spacer {
        padding: 5px 0;
    }

    header .offCanvas .navArea ul li.menu-items.small-txt {
        padding: 5px 0;
    }

    header .offCanvas .navArea ul li.menu-items.small-txt a {
        font-size: 12px;
        line-height: 22px;
    }

    .PowderCoated-subMenu ul.powderMenu li.menu-items.large-txt {
        padding: 5px 0px;
    }

    .PowderCoated-subMenu ul.powderMenu li.menu-items.large-txt a {
        font-size: 16px;
        line-height: 26px;
    }

    header
        .offCanvas
        .products-subMenu
        ul.powderMenu
        li.menu-items
        a
        .productsFlex {
        padding: 5px 0;
    }

    header
        .offCanvas
        .products-subMenu
        ul.powderMenu
        li.menu-items
        a
        .productsFlex
        .images
        figure
        img {
        height: 60px;
    }

    header .offCanvas .products-subMenu ul.powderMenu li.menu-items a .title p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media (max-width: 1100px) {
    header .offCanvas .products-subMenu {
        padding: 0px 30px 0 30px;
    }
}

/* Mega Meny Css End Here */
/* begin of news letter  */

/* Offer tags Slider Css Start Here */
.offers_tags {
    padding: 5px 0;
}

.offers_tags span {
    padding: 0 18px;
    font-size: 65px;
    color: #70706c;
    font-weight: 500;
}

.offers_tags marquee i {
    color: #d53a3a;
}

.offers_tags span img {
    margin-right: 5px;
}

/* Offer tags Slider Css Start Here */

/* Popular Sec Start Here */
.popular_products {
    padding: 50px 0;
    overflow-x: hidden;
}

.popular_products .heading_wrapper {
    padding-top: 60px;
    padding-left: 70px;
}

.popular_products .heading_wrapper h2 {
    font-family: "jeko";
    color: #000;
    font-size: 40px;
    line-height: 50px;
}

.popular_products .popular_products_slider {
    margin-right: -200px;
}

.popular_products .popular_products_slider a {
    text-decoration: none;
}

.popular_products .popular-box {
    padding: 0 10px;
    position: relative;
}

.popular_products .popular-box .pro-name {
    padding: 15px 0;
    position: absolute;
    top: 44%;
    z-index: 99999;
    left: 19%;
}

.popular_products .popular-box .pro-name h5 {
    text-align: center !important;
    display: inline-block;
    margin: 0px auto !important;
}

.popular_products .popular-box .img_box img {
    height: 355px;
    object-fit: cover;
    transition: 0.6s;
    width: 100%;
    object-fit: contain;
}

/*.popular_products .popular-box .img_box:hover img {*/
/*  !*filter: brightness(0.5);*!*/
/*  width: 100%;*/
/*  object-fit: contain;*/
/*}*/
.popular_products .popular-box .pro-name {
    padding: 15px 0;
}

.popular_products .popular-box .pro-name i {
    margin-left: -10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.popular_products .popular-box:hover .pro-name i {
    margin-left: 0px;
    opacity: 1;
    color: #fff;
}

.popular_products .popular-box:hover .pro-name h5 {
    color: #fff;
}

.popular_products .popular-box .pro-name h5 {
    font-size: 22px;
    color: #000;
    font-family: "Poppins";
    font-weight: 600;
}

.popular_products button.slick-next.slick-arrow {
    position: absolute;
    right: 240px;
    color: #000;
    bottom: 165px;
    top: unset;
}

.popular_products button.slick-next.slick-arrow:before {
    content: "\f0a9";
    font-family: "FontAwesome";
    opacity: 1;
    font-size: 35px;
    color: #000;
}

.category-sec .img_box figure {
    overflow: hidden;
}

.category-sec .img_box figure img {
    transition: all 1s ease-in-out;
    height: 500px;
}

.category-sec .img_box figure img:hover {
    transform: scale(1.1);
}

.category-sec .category_box i {
    margin-left: -10px;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.category-sec .category_box:hover i {
    margin-left: 0px;
    opacity: 1;
}

@media (max-width: 1100px) {
    .new_arrival .new_arrival_content .heading_wrapper {
        padding-bottom: 80px;
    }

    .popular_products .heading_wrapper h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .popular_products .popular_products_slider {
        margin-right: -140px;
    }

    .new_arrival .new_arrival_img img {
        height: 86vh;
        object-fit: cover;
    }
}

@media (max-width: 575px) {
    .popular_products .popular_products_slider {
        margin: 0;
    }

    .popular_products .heading_wrapper {
        padding-top: 0px;
        padding-left: 0px !important;
        text-align: center;
        padding-bottom: 30px;
    }
}

/* Popular Sec Start Here */

/* New Arrival Sec Css Start Here */
.new_arrival {
    padding: 0px 0;
    overflow-x: hidden;
}
.new_arrival .new_arrival_img img {
    width: 100%;
}
.new_arrival .new_arrival_content {
    background: #000;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 50px;
}

.new_arrival .new_arrival_content .heading_wrapper {
    padding-bottom: 150px;
}

.new_arrival .new_arrival_content .heading_wrapper h2 {
    color: #fff;
    font-size: 72px;
    font-family: "jeko";
    line-height: 102px;
    font-weight: 400;
}

.new_arrival .new_arrival_content .heading_wrapper p {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    padding-top: 10px;
}

.new_arrival .new_arrival_content .shop_now a.btn {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    letter-spacing: 2px;
}

.new_arrival .new_arrival_content .shop_now a.btn img {
    filter: brightness(0) invert(1);
    margin-left: 10px;
    margin-top: -2px;
    transition: 0.6s;
}

.new_arrival .new_arrival_content .shop_now a.btn:hover img {
    transform: translateX(10px);
}

@media (max-width: 1100px) {
    .new_arrival .new_arrival_content .heading_wrapper {
        padding-bottom: 80px;
    }

    .new_arrival .new_arrival_content .heading_wrapper h2 {
        font-size: 45px;
        line-height: 55px;
    }
}

@media (max-width: 575px) {
    .new_arrival {
        padding: 0px 0 0px;
    }

    .new_arrival .new_arrival_content {
        padding: 30px 35px;
    }

    .new_arrival .new_arrival_content .heading_wrapper h2 {
        font-size: 40px;
        line-height: 0.7;
    }

    .new_arrival .new_arrival_content .heading_wrapper {
        padding-bottom: 10px;
    }

    .new_arrival .new_arrival_content .heading_wrapper p {
        line-height: 1.8;
        font-size: 15px;
    }

    .category-sec {
        padding: 10px 0 50px;
    }
}

/* New Arrival Sec Css End Here */

/* Category Sec Start Here */
.category-sec {
    padding: 70px 0 50px;
}

.category-sec .category_box {
    position: relative;
}

.category-sec .category_box .category_name {
    position: absolute;
    top: 0;
    padding: 60px 30px;
    /* z-index: 999; */
}

.category-sec .category_box.cat-one .category_name {
    padding-top: 190px;
}

.charity {
    padding-bottom: 100px;
}

.charity .category_box.cat-one .category_name {
    padding-top: 63px;
}

.charity-heading-wrapper h2 {
    font-size: 68px;
    color: #2c2c2c;
    font-weight: 500;
}

.category-sec .category_box .category_name h4 {
    font-size: 32px;
    font-family: "jeko";
    color: #ffffff;
}

.category-sec .category_box .category_name p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
}

.category-sec .category_box .action_btn {
    position: absolute;
    bottom: 0;
    padding: 30px 50px;
    /* z-index: 9999; */
}

.category-sec .category_box .action_btn a.btn {
    padding: 0;
    font-family: "poppins";
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

@media (max-width: 1100px) {
    .category-sec .category_box.cat-one .category_name {
        padding-top: 80px;
    }
}

@media (max-width: 575px) {
    .category-sec {
        padding: 0px 0 50px;
    }

    .category-sec .category_box .category_name p {
        font-size: 16px;
        line-height: 26px;
    }

    .category-sec .img_box figure img {
        height: 360px;
        filter: brightness(0.5);
    }

    .category-sec .category_box .action_btn {
        padding: 30px 40px;
        /* z-index: 9999; */
    }

    .category-sec .category_box.cat-one .category_name {
        z-index: 2;
    }

    .charity-heading-wrapper h2 br {
        display: none;
    }

    .charity-heading-wrapper h2 {
        font-size: 30px;
    }

    .category-sec .category_box {
        margin-top: 2rem !important;
    }

    .category-sec .category_box .category_name {
        z-index: 2;
    }

    .charity {
        padding-bottom: 50px;
    }

    .elegant_design .elegant_design_content {
        padding: 50px 25px 40px 35px;
    }

    .elegant_design .elegant_design_content .heading_wrapper h4 {
        font-size: 18px;
        line-height: 28px;
    }

    .elegant_design .elegant_design_content .heading_wrapper p {
        font-size: 14px;
        line-height: 30px;
    }
}

/* Category Sec End Here */

/* About Sec Css Start Here */
.chat_about {
    position: relative;
    z-index: 9999;
}

.about_sec {
    padding: 80px 0 50px;
}

.about_sec .content_warpper {
    padding-right: 20px;
}

.about_sec .content_warpper h5 {
    font-size: 18px;
    color: #0a0a0a;
    font-family: "Poppins";
    font-weight: 400;
}

.about_sec .content_warpper h4 {
    font-size: 32px;
    color: #14213d;
    font-family: "jeko";
    line-height: 50px;
}

.about_sec .content_warpper {
    padding-right: 20px;
}

.about_sec .chat_about ul.helpful_links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.about_sec .chat_about ul.helpful_links li {
    border-bottom: 1px solid #ddd;
    padding: 13px 0;
}

.about_sec .chat_about ul.helpful_links li button {
    color: #000000;
    font-size: 19px;
    font-family: "poppins";
    text-decoration: none;
    font-weight: 600;
    background: transparent;
    border: 0px;
    padding: 0px;
    margin: 0px;
    transition: all 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.about_sec .chat_about ul.helpful_links li button:focus {
    outline: none;
}

.about_sec .chat_about ul.helpful_links li button:hover {
    font-style: italic;
    opacity: 0.8;
}

.about_sec .chat_about .help {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.about_sec .chat_about .help .img_box {
    position: relative;
    margin-right: 15px;
    padding-top: 15px;
}

.about_sec .chat_about .help .img_box span.active_tag {
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    right: 3px;
    bottom: 3px;
}

.about_sec .chat_about .help .img_box img {
    width: 58px;
    border: 1px solid #25c7d9;
    border-radius: 50%;
}

.about_sec .chat_about h5 {
    margin: 0 0 4px;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    font-family: "Poppins";
}

.about_sec .chat_about h6 {
    margin: 7px 0 0 0;
    color: #000000;
    font-size: 10px;
    font-weight: 500;
}

.about_sec .button-wrapper button {
    background: transparent;
    border: 0px;
    font-family: "Poppins";
}

.about_sec .button-wrapper button:hover {
    font-style: italic;
    opacity: 0.8;
}

@media (max-width: 575px) {
    .about_sec {
        padding: 30px 0 70px;
    }

    .about_sec .content_warpper h4 {
        font-size: 23px;
        line-height: 33px;
    }
}

/* About Sec Css End Here */

/* Elegant Sec Css Start Here */
.elegant_design {
    padding: 0px 0 60px;
    height: 85vh;
    overflow-x: hidden;
}

.elegant_design::-webkit-scrollbar {
    display: none;
}

.elegant_design .elegant_img img {
    /* height: 100vh; */
    object-fit: cover;
}

.elegant_design .elegant_design_content {
    background: #a5b8ce;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px 20px 0 100px;
}

.elegant_design .elegant_design_content .heading_wrapper {
    padding-bottom: 150px;
}

.elegant_design .elegant_design_content .heading_wrapper h2 {
    color: #2c2c2c;
    font-size: 72px;
    font-family: "jeko";
    line-height: 102px;
}

.elegant_design .elegant_design_content .heading_wrapper p {
    font-size: 18px;
    color: #2c2c2c;
    font-weight: 400;
    padding-top: 10px;
}

.elegant_design .elegant_design_content .shop_now a.btn {
    padding: 0;
    font-size: 12px;
    text-transform: uppercase;
    color: #2c2c2c;
    font-weight: 600;
    letter-spacing: 2px;
}

.elegant_design .elegant_design_content .shop_now a.btn img {
    margin-left: 10px;
    margin-top: -2px;
    transition: 0.6s;
}

.elegant_design .elegant_design_content .shop_now a.btn:hover img {
    transform: translateX(10px);
}

@media (max-width: 1366px) {
    .elegant_design .elegant_design_content .heading_wrapper {
        padding-bottom: 10px;
    }

    .elegant_design .elegant_design_content .heading_wrapper p {
        font-size: 16px;
        line-height: 36px;
    }

    .elegant_design .elegant_design_content {
        padding: 0 20px 0 50px;
    }
}

@media (max-width: 1100px) {
    .elegant_design .elegant_design_content {
        padding: 0 20px 0 60px;
    }

    .elegant_design .elegant_design_content .heading_wrapper {
        padding-bottom: 80px;
    }

    .elegant_design .elegant_design_content .heading_wrapper h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media (max-width: 575px) {
    .elegant_design .elegant_design_content .heading_wrapper {
        padding-bottom: 10px;
    }

    .elegant_design .elegant_design_content {
        padding: 50px 20px 50px 60px;
    }
}

@media (max-width: 480px) {
    .elegant_design {
        height: auto;
    }
}

/* Elegant Sec Css End Here */

/* Porduct Sec Start Here */
.products_sec {
    padding: 20px 0px 80px;
}

.products_sec .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
}

.products_sec .heading_wrapper {
    padding-bottom: 20px;
}

.products_sec .heading_wrapper h4 {
    font-size: 36px;
    color: #2c2c2c;
    font-family: "jeko";
    font-weight: 600;
    position: relative;
}

.products_sec .heading_wrapper h4:before {
    content: "";
    background: #000;
    width: 60px;
    height: 4px;
    position: absolute;
    bottom: -6px;
    border-radius: 50px;
}

.products_sec a {
    text-decoration: none;
}

.products_sec .product_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
    padding: 15px 30px;
    border-left: 2px solid #c9c9c9;
}

.products_sec .product_box div {
    flex: 6;
}

.products_sec .product_box .pro_img img {
    width: 29px;
}

.products_sec .product_box h5 {
    margin: 0;
    font-size: 21px;
    color: #5e5e5e;
}

.products_sec .product_box .pro_img img {
    transform: translateX(159px);
    transition: all 0.9s ease-in-out;
}

section.products_sec .pro_img {
    overflow: hidden;
}

.popular_products .popular-box .img_box::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 355px;
    background: #26262659;
    top: 0px;
    transform: translateY(100%);
}

.popular_products .popular-box .img_box {
    position: relative;
    overflow: hidden;
}

.popular_products .popular-box:hover .img_box:after {
    transform: translateY(0px);
}

.products_sec .product_box:hover .pro_img img {
    transform: translateX(70px);
}

@media (max-width: 575px) {
    .products_sec {
        padding: 20px 0px 20px;
    }

    .products_sec .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .products_sec .product_box {
        border: 0;
    }

    .products_sec .product_box {
        border-bottom: 1px solid #ddd;
    }

    .products_sec .product_box {
        padding: 15px 0px;
    }

    .products_sec .product_box h5 {
        font-size: 17px;
        line-height: 26px;
    }
}

/* Porduct Sec Start Here */

/* Community Sec Start Here */
.community_sec {
    padding: 40px 0 60px;
}

.community_sec .container-fluid {
    padding-left: 10rem;
    padding-right: 10rem;
}

.community_sec .heading_wrapper {
    padding-bottom: 35px;
    text-align: center;
}

.community_sec .heading_wrapper h5 {
    font-size: 22px;
    color: #5e5e5e;
    padding-bottom: 10px;
    font-family: "poppins";
}

.community_sec .heading_wrapper h2 {
    font-size: 72px;
    color: #2c2c2c;
    font-family: "jeko";
}

/*.community_sec .gallery_images {*/
/*    column-count: 3;*/
/*}*/
.community_sec .gallery_images .gal_img_box {
    margin-bottom: 20px;
}

.community_sec .gallery_images .gal_img_box img {
    width: 100%;
    object-fit: cover;
    transition: 0.6s;
}

.community_sec .gallery_images .gal_img_box img:hover {
    filter: brightness(0.5);
}

.community_sec .gallery_images .gal_img_box.for-visible img {
    height: 0px;
}

@media (max-width: 1100px) {
    .community_sec .heading_wrapper h2 {
        font-size: 55px;
    }
}

@media (max-width: 575px) {
    .community_sec {
        padding: 40px 0 20px;
    }

    .community_sec .heading_wrapper h2 {
        font-size: 35px;
        line-height: 45px;
    }

    .community_sec .gallery_images {
        column-count: 1;
    }

    .community_sec .gallery_images .gal_img_box.for-visible img {
        height: 0px !important;
    }

    .community_sec .gallery_images .gal_img_box img {
        height: auto !important;
    }

    .community_sec .heading_wrapper p {
        font-size: 17px;
        line-height: 30px;
    }
}

/* Community Sec End Here */

/* Newsletter Sec Start Here */
.newsletter_sec {
    padding: 0 0 80px;
}

.newsletter_sec .news_text {
    display: inline-flex;
    align-items: center;
}

/* .news-sec button.btn {
    visibility: hidden;
} */
.newsletter_sec .news_text:hover h2 {
    font-style: italic;
    opacity: 0.8;
}

.news-sec button.btn {
    position: absolute;
    left: 71%;
    bottom: 28px;
    background: transparent;
}

.newsletter_sec .news_text h2 {
    font-size: 65px;
    color: #000000;
    font-family: "Poppins";
    font-weight: 400;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
}

.newsletter_sec .news_text a:hover {
    text-decoration: none;
}

@media (max-width: 1100px) {
    .newsletter_sec .news_text h2 {
        font-size: 35px;
    }
}

@media (max-width: 575px) {
    .newsletter_sec {
        padding: 0 0 30px;
    }

    .newsletter_sec p {
        line-height: 32px;
    }

    .community_sec .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .newsletter_sec .news_text {
        justify-content: center;
        padding-bottom: 20px;
    }

    .newsletter_sec .news_text img {
        display: none;
    }

    .newsletter_sec .news_text h2 {
        padding: 0;
    }
}

/* Newsletter Sec Start Here */

.news-head h2 {
    font-size: 25px;
    color: #14213d;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Poppins";
}

.news-head p {
    font-size: 18px;
    color: #14213d;
    font-weight: 400;
    margin-bottom: 50px;
    font-family: "poppins";
}

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

.news-sec input#exampleInputEmail1 {
    border: none;
    border-bottom: 1px solid #10141a;
    position: relative;
    width: 50%;
    margin: 0 auto;
    border-radius: unset;
}

.news-sec svg.bi.bi-arrow-right {
    position: absolute;
    top: 1px;
    margin: 0 auto;
    width: 58%;
    right: 0;
    cursor: pointer;
}

.news-sec input#exampleInputEmail1::placeholder {
    font-size: 14px;
    color: #202731;
    font-family: "Poppins";
    font-weight: 300;
}

section.news-sec {
    padding: 60px 0px 100px;
}

@media (max-width: 575px) {
    section.news-sec {
        padding: 20px 15px 60px;
    }

    .news-sec input#exampleInputEmail1 {
        width: 100%;
    }

    .news-sec svg.bi.bi-arrow-right {
        width: 14%;
    }
}

/* end of newsletter  */
/* begin of insta section  */
.insta-head h2 {
    font-size: 39px;
    color: #393939;
    font-weight: 700;
    position: relative;
}

.insta-head h3 {
    font-size: 38px;
    color: #393939;
    font-weight: 800;
    position: relative;
}

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

section.insta-sec {
    padding: 70px 0px;
}

.insta-head {
    text-align: center;
    padding-bottom: 80px;
}

section.insta-sec .col-md-3 {
    padding: 0;
}

.insta-img img {
    width: 100%;
    transition: 0.6s;
}

.insta-img:hover img {
    filter: brightness(0.5);
}

/* .insta-head h3::after {    content: '';    background-color: #25c7d9;    width: 200px;    height: 6px;    position: absolute;    border-radius: 60px;    bottom: -14px;    left: 0px;    right: 0;    margin: 0 auto;}.insta-head h2::after {    content: '';    background-color: #25c7d9;    width: 22px;    height: 6px;    position: absolute;    border-radius: 60px;    left: 243px;    right: 0;    top: 101px;    margin: 0 auto;} */
/* end of insta section  */
/* footer- section  */
footer {
    background: #23293c;
    padding: 46px 0px 0;
}

.footer-bottom-stuff ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: "Poppins";
    margin: 1em 2em 0.5em;
    transition: 0.6s;
    padding: 0;
    position: relative;
}

.footer-bottom-stuff ul li a:before {
    content: "";
    background: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.6s;
}

.footer-bottom-stuff ul li a:hover:before {
    width: 100%;
}

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

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

.footer-icons ul {
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
    padding-bottom: 10px;
}

.footer-icons ul li {
    margin: 0 20px;
}

.footer-icons ul li a {
    color: #fff;
    margin: 8px;
    text-decoration: none;
}

.footer-icons ul li a i {
    font-size: 20px;
    transition: 0.6s;
    background: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.footer-icons ul li a:hover i {
    background-color: #fff;
}

.footer-icons ul li:hover a i {
    color: #000;
}

.footer-icons {
    padding-top: 40px;
}

footer .info_box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0 45px;
}

footer .info_box .phone-mail {
    padding: 0px 40px 0px !important;
}

footer ul.generic-pages {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

footer ul.generic-pages li {
    display: inline-block;
}

footer ul.generic-pages li a {
    font-size: 13px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0px;
    text-transform: capitalize;
    font-family: "Poppins";
    margin: 1em 2em 1em;
    transition: 0.6s;
    padding: 0;
    transition: 0.6s;
    position: relative;
}

footer ul.generic-pages li a:before {
    content: "";
    background: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.6s;
}

footer ul.generic-pages li a:hover:before {
    width: 100%;
}

.phone-mail a {
    font-size: 13px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
}

.phone-mail {
    text-align: center;
}

.phone-mail a {
    transition: 0.6s;
    color: #fff !important;
    position: relative;
}

.phone-mail:hover a {
    color: #000;
}

.phone-mail a:before {
    content: "";
    background: #fff;
    width: 0%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -5px;
    transition: 0.6s;
}

.phone-mail a:hover:before {
    width: 100%;
}

.copy-right p {
    font-size: 13px;
    color: #fff;
    font-family: "Poppins";
    font-weight: 300;
    letter-spacing: 1px;
}

.copy-right {
    text-align: center;
    margin-top: 34px;
}

/* end of footer section  */
/* footer 2 for sign-up and login pages */
/* .footer2 {    position: fixed;    width: 100%;    bottom: 0px;} */
.footer2 p {
    font-size: 15px;
    color: #636060;
    font-family: "Maven Pro";
}

.footer2 a {
    font-size: 15px;
    color: #25c7d9;
    font-family: "Maven Pro";
}

/* footer 2 for sign-up and login pages */
/* footer reveal effects start here */
footer .footer__inner {
    padding: 0px 60px;
}

footer .logo {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 15px;
    /* transform: translateY(50px); */
    /* opacity: 0; */
    /* transition: transform, opacity; */
    /* transition-duration: 0.9s; */
    /* transition-timing-function: ease; */
}

@media (max-width: 575px) {
    .copy-right {
        margin-top: 10px;
    }

    footer .footer__inner {
        padding: 0px 20px;
    }

    .footer-bottom-stuff ul {
        display: block;
        text-align: center;
    }

    footer .info_box {
        display: block;
    }

    footer .info_box {
        display: block;
        padding: 20px 0 20px;
    }
}

.zip {
    transform: translateY(0) !important;
    opacity: 1 !important;
}

/* footer reveal effects ends here */
/* Prelaoder */
/* #preloader {  position: fixed;  top: 0;  left: 0;  right: 0;  bottom: 0;  z-index: 9999;  overflow: hidden;  background: #fff;}#preloader:before {  content: "";  position: fixed;  top: calc(50% - 30px);  left: calc(50% - 30px);  border: 6px solid #f2f2f2;  border-top: 6px solid #25c7d9;  border-radius: 50%;  width: 60px;  height: 60px;  -webkit-animation: animate-preloader 1s linear infinite;  animation: animate-preloader 1s linear infinite;} */
@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* pre loader */
/* Media Query Start Here */
@media (max-width: 1100px) {
    header .offCanvas .navArea {
        padding: 0 30px 0 40px;
    }

    #powderCoated {
        padding: 0px 20px 175px;
    }

    .banner-content h1 {
        font-size: 70px;
    }

    .banner-content h1 span.sp1 {
        font-size: 30px;
    }

    .banner-content h1 span.sp2 {
        font-size: 30px;
    }
}

@media (max-width: 768px) {
    .pro-list ul li a {
        font-size: 9px !important;
    }
}

@media (max-width: 500px) {
    .pro-list ul li a {
        font-size: 14px !important;
    }
}

@media (max-width: 480px) {
    .banner-sec img {
        height: 250px;
        object-fit: cover;
        object-position: right;
        filter: opacity(0.5);
    }
}

/* Media Query Start Here */

/* loading images */

/* Lazy Load Styles */
.card-image {
    display: block;
    /* min-height: 20rem; layout hack */
    background: #fff center center no-repeat;
    background-size: cover;
    filter: blur(3px);
    /* blur the lowres image */
}

.card-image > img {
    display: block;
    /* width: 100%; */
    opacity: 0;
    /* visually hide the img element */
}

.card-image.is-loaded {
    filter: none;
    /* remove the blur on fullres image */
    transition: filter 1s;
}

.search-box {
    background: #23293c;
    position: fixed;
    top: 0;
    z-index: 9999 !important;
    width: 100%;
    padding: 25px 0px;
    transition: 0.6s;
    transform: translateY(-150%);
}

.search-box.show {
    transform: translateY(0%);
}

.search-box .form-group {
    display: flex;
    align-items: center;
    position: relative;
}

.search-box .form-group button {
    border: 0;
    background: transparent;
    position: absolute;
    right: 0;
    outline: none;
    padding: 10px 20px;
}

.search-box .form-group input {
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

.search-box .cancel {
    text-align: right;
    padding: 10px 0px;
}

.search-box .cancel svg {
    color: #fff;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.fa-heart-o span {
    margin-left: 7px;
    font-size: 15px;
    font-family: "Poppins";
}

.cart-count {
    color: white;
    position: absolute;
    /* top: 3px; */
    left: 24px;
    font-size: 15px;
    bottom: 1px;
}

.pro_name h5 {
    margin-top: 10px;
}

.skw-pages {
    overflow: hidden;
    position: relative;
    height: 90vh;
}

.skw-page {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.skw-page__half {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100vh;
    transition: transform 1s;
}

.skw-page__half--left {
    left: 0;
    transform: translate3d(-32.4vh, 100%, 0);
}

.skw-page__half--right {
    left: 50%;
    transform: translate3d(32.4vh, -100%, 0);
}

.skw-page.active .skw-page__half {
    transform: translate3d(0, 0, 0);
}

.skw-page__skewed {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 140%;
    height: 100%;
    transform: skewX(-18deg);
    background: #000;
}

.skw-page__half--left .skw-page__skewed {
    left: -40%;
}

.skw-page__half--right .skw-page__skewed {
    right: -40%;
}

.skw-page__content {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-flow: column wrap;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0 30%;
    color: #fff;
    transform: skewX(18deg);
    transition: transform 1s, opacity 1s;
    background-size: cover;
}

.skw-page__half--left .skw-page__content {
    padding-left: 30%;
    padding-right: 30%;
    transform-origin: 100% 0;
}

.skw-page__half--right .skw-page__content {
    padding-left: 30%;
    padding-right: 30%;
    transform-origin: 0 100%;
}

.skw-page.inactive .skw-page__content {
    opacity: 0.5;
    transform: skewX(18deg) scale(0.95);
}

.skw-page__heading {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}

.skw-page__description {
    font-size: 18px;
    text-align: center;
}

.skw-page__link {
    color: #ffa0a0;
}

.skw-page-1 .skw-page__half--left .skw-page__content {
    /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/mousover-img-1.jpg"); */
}

.skw-page-1 .skw-page__half--right .skw-page__content {
    background: #000;
}

.skw-page-2 .skw-page__half--left .skw-page__content {
    background: #000;
}

.skw-page-2 .skw-page__half--right .skw-page__content {
    /* background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/slider-2.jpg"); */
}

.skw-page-3 .skw-page__half--left .skw-page__content {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/mousover-img-2.jpg");
}

.skw-page-3 .skw-page__half--right .skw-page__content {
    background: #292929;
}

.skw-page-4 .skw-page__half--left .skw-page__content {
    background: #292929;
}

.skw-page-4 .skw-page__half--right .skw-page__content {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/sections-3.jpg");
}

.skw-page-5 .skw-page__half--left .skw-page__content {
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/img-test.jpg");
}

.skw-page-5 .skw-page__half--right .skw-page__content {
    background: #292929;
}

.curve-sec .skw-page__content h4 {
    color: #fff;
    font-size: 72px;
    font-family: "jeko";
    line-height: 102px;
    font-weight: 400;
}

.curve-sec .skw-page__content P {
    color: #fff;
}

.curve-sec .skw-pages .action_btn a.btn {
    color: #fff;
    padding: 0px;
}

.curve-sec .mobile-curve {
    display: none;
}

/* responsive starts here */
@media (max-width: 1366px) {
    header .offCanvas .navArea ul .cancel {
        top: -6px;
    }

    .curve-sec .skw-page__content h4 {
        font-size: 50px;
        line-height: 1.3;
    }

    .curve-sec .skw-page__content P {
        line-height: 2.5;
        font-size: 16px !important;
    }

    .skw-page__half--right .skw-page__content {
        padding-left: 20%;
        padding-right: 20%;
    }

    .skw-page__half--left .skw-page__content {
        padding-left: 24%;
        padding-right: 24%;
        transform-origin: 100% 0;
    }

    .popular_products .heading_wrapper {
        padding-left: 47px;
    }

    .new_arrival .new_arrival_content .heading_wrapper h2 {
        font-size: 50px;
        line-height: 1.3;
    }

    .new_arrival .new_arrival_content .heading_wrapper p {
        line-height: 2.5;
    }

    .popular_products .heading_wrapper h2 {
        font-size: 36px;
        line-height: 45px;
    }

    header#top {
        padding: 0px 50px;
    }
}

@media (max-width: 1200px) {
    header#top {
        padding: 0px 20px;
    }
}

@media (max-width: 1100px) {
    .curve-sec .skw-page__content h4 {
        font-size: 48px;
        line-height: 56px;
    }

    .curve-sec .skw-page__content P {
        color: #fff;
        font-size: 16px !important;
        line-height: 1.5;
    }

    .products_sec .product_box .pro_img img {
        transform: translateX(77px);
    }
}

@media (max-width: 575px) {
    .search-box {
        padding: 40px 0px 25px;
    }

    .search-box .cancel {
        position: absolute;
        right: 20px;
        top: -47px;
    }

    .search-box .cancel svg {
        color: #fff;
    }

    .popular_products {
        padding-top: 0;
    }

    .popular_products .heading_wrapper h2 {
        font-size: 25px;
        line-height: 35px;
    }

    .curve-sec .mobile-curve {
        padding: 0px 0px 0px 0px;
    }

    .curve-sec .mobile-curve .curve-content-wrapper {
        padding: 30px 15px;
    }

    .curve-sec .mobile-curve .curve-content-wrapper h4 {
        font-size: 25px;
        line-height: 1.4;
    }

    .cart-count {
        font-size: 7px;
        bottom: 1px;
    }
}

@media (max-width: 480px) {
    .skw-page__half--left .skw-page__skewed {
        left: -59%;
    }

    .skw-page__half--right .skw-page__skewed {
        right: -20%;
    }

    .curve-sec .desktop-curve {
        display: none;
    }

    .curve-sec .mobile-curve {
        display: block;
    }

    .curve-sec .mobile-curve {
        padding: 100px 10px;
    }

    .curve-sec .mobile-curve {
        padding: 0px 0px 0px 0px;
    }

    .curve-sec .mobile-curve .curve-content-wrapper {
        padding: 48px 15px;
    }

    .curve-sec .mobile-curve .curve-content-wrapper h4 {
        font-size: 25px;
        line-height: 1.5;
    }

    .charity .charity-heading-wrapper {
        padding-top: 32px;
    }

    .curve-sec .mobile-curve .curve-content-wrapper h4 {
        font-family: "Poppins";
        font-size: 26px;
        line-height: 1.5;
        font-weight: 600;
    }

    .curve-sec .mobile-curve .curve-content-wrapper p {
        color: #000;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400 !important;
        font-family: "Poppins";
    }

    .curve-sec .mobile-curve .curve-content-wrapper .action_btn a.btn {
        background: black;
        color: #fff;
        border-radius: 0px;
        padding: 10px 20px;
    }
}

/* Oher Css  */
.not-found-text p {
    font-size: 12px;
    color: #999999;
    width: 56%;
    line-height: 20px;
    margin: 0 auto;
}
.not-found-text h5 span a {
    color: #ff9401;
    text-decoration: unset;
}
.not-found-text {
    text-align: center;
}
section.not-found-sec {
    padding: 140px 0px;
}
.notfound-img img {
    width: 70%;
    margin: 0 auto;
}
.notfound-img {
    text-align: center;
}
.not-found-btn a {
    background-color: #263160;
    padding: 10px 30px;
    line-height: 80px;
    color: #ffffff;
    font-family: "Poppins";
    font-weight: 500;
}
.not-found-text h3 {
    font-size: 40px;
    color: #23293c;
    font-family: "Poppins";
    font-weight: 500;
}
/* =============== */
