header.main-header {
    position: fixed;
    z-index: 100;
    display: flex;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: space-between;
    align-items: center;
    padding: 0 2rem;
}

#cat-1 {
    background-image: url("../images/cat.jpg");
}

#cat-2 {
    background-image: url("../images/shoe.jpg");
}

#cat-3 {
    background-image: url("../images/cat4.jpg");
}

#section3 {
    background-image: url("../images/3.jpg");
}

#section4 {
    background-image: url("../images/4.jpg");
}

#section5 {
    background-image: url("../images/footer.jpg");
}

.btn-primary-cm {
    background-color: #6d6d6d !important;
}

.slide.fp-slide.fp-table {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.slide.fp-slide.fp-table.active {
    background-position: center;
    transition: all 20s ease-in;
    -webkit-transition: all 20s ease-in;
    -moz-transition: all 20s ease-in;
    -ms-transition: all 20s ease-in;
    -o-transition: all 20s ease-in;
    transform: scale(1.17);
    -webkit-transform: scale(1.17);
    -moz-transform: scale(1.17);
    -ms-transform: scale(1.17);
    -o-transform: scale(1.17);
}

.product-card {
    border-radius: 7px !important;
    -webkit-border-radius: 7px !important;
    -moz-border-radius: 7px !important;
    -ms-border-radius: 7px !important;
    -o-border-radius: 7px !important;
}

.form-ui .form-footer a {
    color: #6d6d6d !important;
    border-bottom: 1px dashed #6d6d6d !important;
}

footer.main-footer .footer-padding {
    padding: 4.25rem 0;
    background: #00000078;
}

.blog-card {
    height: 40vh;
    border: 5px solid rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.35);
    margin: 0 0.5rem;
    padding: 0 0.5rem;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.cat-item {
    position: relative;
    display: flex;
    align-items: center;
}

.cat-img {
    width: 20%;
}

.cat-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.cat-item .cat-title {
    background-color: white;
}

.cat-title {
    color: black;
    width: 80%;
    margin: 0 -15px;
    padding: 1.3rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.blog-card .blog-title {
    color: white;
    text-align: center;
}

.blog-card .blog-txt {
    text-align: justify;
    color: white;
    padding: 0 7px;
}

.blog-card:hover {
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.blog-img {
    display: flex;
    justify-content: center;
}

.blog-img img {
    width: unset !important;
}

.blog-link,
.blog-link:hover {
    padding: 0 !important;
    background: none !important;
}

#footer {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    color: white;
    padding: 5px 20px;
    text-shadow: 0px 0px 10px rgb(0, 0, 0);
    width: 100%;
    background-color: #000000;
}

.social-icon .mdi {
    font-size: 1.4rem;
    margin: 0 5px;
    color: white;
}

.fp-slidesNav.fp-bottom {
    bottom: 45px;
}

#footer p {
    margin-bottom: 0;
}

.about-us {
    height: 50vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-content {
    background: #0000009e;
    padding: 2rem 3rem;
    border-radius: 5px;
    color: white;
    text-align: justify;
    overflow: hidden;
}

.about-header {
    padding: 5px 0;
    display: inline-block;
    border-bottom: 2px solid white;
}

.fp-controlArrow.fp-prev {
    border-width: 1.5rem 1.5rem 1.5rem 0;
    left: 40px;
}

.fp-controlArrow.fp-next {
    border-width: 1.5rem 0 1.5rem 1.5rem;
    right: 40px;
}

#fp-nav.fp-right {
    right: 10px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: white;
}

.fp-controlArrow {
    top: unset;
    bottom: 15%;
}

.pro-carousel .item {
    padding: 1rem;
}

.blog-header {
    color: white;
    text-align: center;
    padding: 5px;
    z-index: 99;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.fixed-flag {
    list-style: none;
    display: flex;
    margin-bottom: 0;
}

.fixed-flag li {
    margin: 2px;
}

.fixed-flag img {
    width: 2rem;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.cat-card {
    position: relative;
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.75);
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
}

.cat-card:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.75);
    transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    -o-transform: scale(1.02);
}

.cat-card .cat-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    background-color: #00000075;
    color: white;
    text-align: center;
}

.blog-carousel .owl-nav button {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    margin-top: -20px;
    line-height: 30px !important;
    text-align: center;
    outline: 0;
    -webkit-box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 8px 9px 0 rgba(0, 0, 0, 0.05);
}

.blog-carousel .owl-nav button.owl-next,
.blog-carousel .owl-nav button.owl-prev {
    background-color: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #6a6a6a;
}

.blog-carousel .owl-nav button.owl-next {
    left: 2px;
    cursor: pointer;
}

.blog-carousel .owl-nav button.owl-prev {
    right: 2px;
    cursor: pointer;
}

.blog-carousel .owl-nav button.owl-next:hover,
.blog-carousel .owl-nav button.owl-prev:hover {
    background-color: #fff;
    color: #000;
}

.blog-carousel .owl-nav button.disabled {
    opacity: 0 !important;
}

.item-col {
    margin: 1.5rem 0;
}

.main-footer .footer-link .mdi {
    display: flex;
    align-items: center;
}

footer.main-footer {
    margin-top: 10px;
}

.footer-section footer.main-footer {
    background: none !important;
}

.footer-section footer.main-footer .footer-padding {
    border-radius: 0.3rem;
    -webkit-border-radius: 0.3rem;
    -moz-border-radius: 0.3rem;
    -ms-border-radius: 0.3rem;
    -o-border-radius: 0.3rem;
}

.main-footer .footer-link .mdi::before {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}

.about-btn {
    display: none;
}

@media (max-width: 1200px) {
    .cat-title {
        padding: 0.8rem;
    }
}

@media (max-width: 992px) {
    .cat-title {
        padding: 0.65rem;
    }
}

@media (min-width: 992px) {
    .section {
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
        transition: all 20s ease-in;
        -webkit-transition: all 20s ease-in;
        -moz-transition: all 20s ease-in;
        -ms-transition: all 20s ease-in;
        -o-transition: all 20s ease-in;
    }
    .section.active {
        background-size: 120%;
    }
}

@media (min-width: 768px) {
    .footer-section footer.main-footer .footer-padding {
        margin: 0 3rem;
    }
}

@media (max-width: 768px) {
    #container {
        flex-direction: column;
    }
    header.main-header {
        padding: 0 1rem;
    }
    .item-col {
        margin: 0.5rem 0;
    }
    .cat-title {
        padding: 0.5rem;
        margin: 0 -10px;
    }
    .footer-link,
    .footer-link a {
        text-align: center;
    }
    .customers {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
    #footer {
        padding: 2px 20px;
    }
    .fixed-flag {
        left: 7rem;
    }
    .about-content {
        position: relative;
        padding: 0.5rem 1rem;
        margin: 0 2rem;
        height: 55vh;
    }
    .about-content p {
        margin-bottom: 0.5rem;
    }
    .about-btn {
        position: absolute;
        display: block;
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        -webkit-box-shadow: 5px 5px 15px 5px #d0d0d0;
        box-shadow: 0px -9px 20px -6px #d0d0d0;
        background: linear-gradient(0deg, #000, #1e1e22, #717171b5, #ffffff5e);
        color: #fff;
        font-size: 16px;
        border-radius: 2px;
    }
    footer.main-footer .footer-padding {
        padding: 0;
    }
    .cat-title {
        padding: 0.8rem;
    }
    .main-footer .footer-link .mdi {
        justify-content: center;
    }
}

.white-sep {
    height: 90vh;
    background-color: rgb(230, 230, 230);
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

.blue-sep {
    height: 60vh;
    background-color: #35017f;
    transition: all 1s ease-in;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -ms-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
}

.cat-desc {
    color: white;
    text-align: justify;
    margin: 0 2rem;
    background-color: rgba(0, 0, 0, 0.4);
    padding: 1rem 1rem;
    border: 5px solid rgba(0, 0, 0, 0.5);
    border-radius: 5px;
}

.sub-cat-img {
    width: 32px;
}

.sub-item {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

.sub-item:hover {
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -o-transform: translateX(-10px);
}

@media (max-width: 450px) {
    .cat-title {
        padding: 0.5rem;
    }
}

.fixed-menu {
    display: flex;
    list-style: none;
    padding: 5px 2px;
    border-radius: 5px;
    margin-bottom: 0;
    align-items: center;
    margin: 0 2rem 0 0;
}

.fixed-menu li {
    padding: 5px;
}

.fixed-menu a {
    color: white;
    padding: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.fixed-menu a:hover {
    text-decoration: none;
}

.product-menu {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background: url(./../images/cat-back.jpg) no-repeat;
    background-size: cover;
    z-index: 1200;
    transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -ms-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.product-menu.active {
    visibility: visible;
    opacity: 1;
}

.close-btn {
    color: white;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.close-btn:hover {
    cursor: pointer;
}

.mobile-menu-btn {
    color: white;
}

.mobile-menu-btn:hover {
    cursor: pointer;
}

.mobile-menu-content {
    position: fixed;
    display: block;
    z-index: 1005;
    width: 250vmax;
    height: 250vmax;
    border-radius: 50%;
    background: rgb(255 141 0);
    top: calc(32px - 125vmax);
    left: calc(40px - 125vmax);
    transform: scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.mobile-menu-content.open {
    transform: scale(1);
    visibility: visible;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
}

.close-mobile-menu {
    display: none;
    position: fixed;
    top: 1rem;
    left: 1rem;
    z-index: 1009;
    cursor: pointer;
}

.fp-slidesNav.fp-bottom {
    text-align: center;
}

.background-layer {
    display: flex;
    height: 100vh;
    align-items: center;
    /* background: #0000008f; */
}

.slider-tile {
    font-size: 2rem;
}

.slider-content {
    margin-top: 4rem;
    color: white;
}

.card-bg {
    top: unset !important;
}

.show-products {
    color: white !important;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

.category-lists li {
    padding: 0.25rem;
}

.category-lists a {
    color: white;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.footer-link,
.footer-link a {
    display: flex;
    flex-direction: column;
    color: white;
    padding: 3px 9px;
}

.footer-link .footer-head {
    border-bottom: 1px solid;
    padding: 10px 0;
}

.dt-sn {
    margin: 3rem 0 0;
    border-radius: 5px;
    background-color: #dedede;
    color: #fff;
}

.product-info .product-title h1::before {
    content: none;
}

.product-info .product-title h3::before {
    content: none;
}

.params .params-list li .params-list-value,
.params .params-list li .params-list-key {
    border-radius: 5px;
}

#fp-nav {
    z-index: 99 !important;
}

.params .params-list li .params-list-value,
.params .params-list li .params-list-key {
    color: #000;
}

.error-txt {
    font-size: 34px;
    margin-top: 5rem;
    color: #fff;
}

@media (max-width: 575px) {
    .slider-content {
        text-align: center;
    }
}

.logo-loc img {
    width: 170px;
}

.fixed-logo img {
    width: 130px;
}

.product-params .sum-more {
    background: #dedede;
    box-shadow: 0 0 10px #dedede;
}

.category-carousel {
    display: flex !important;
    justify-content: center;
    /* padding-top: 3rem; */
}

.category-carousel .item {
    margin: 3rem 0.5rem 0.5rem;
    padding: 1rem 2rem;
    border: 5px solid #000;
    background: #00000060;
    border-radius: 5px;
}

.category-carousel .item-box {
    transition: all 0.5s;
}

.category-carousel .item-box:hover {
    transform: translateY(-20px);
}

.footer-link .footer-icon {
    margin: 0 0.8rem;
}

.page-contact-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #1d1919;
    padding: 3px 9px;
}

.page-contact-link .footer-icon {
    margin: 0 0.8rem;
}

.page-contact-link .mdi::before {
    font-size: 1.5rem;
    margin: 0 0.5rem;
}
.sub-cat-img.product-carousel {
    width: 32px !important;
}
.product-carousel.menu-style .owl-nav button.owl-prev {
    right: -70px;
}
.product-carousel.menu-style .owl-nav button.owl-next {
    left: -70px;
}
