body {
    font-family: 'PT Sans', sans-serif !important;
}

.pagination {
    display: flex !important;
    flex-wrap: wrap !important
}
a:hover
{
    color:white;
}

#wait {
    top: 0;
    left: 0;
    position: fixed;
    padding-top: 25vh;
    width: 100%;
    background-color: #fff;
    z-index: 999999999 !important;
    height: 100%
}

.bannerImage {
    width: 100%;
    height: 250px
}

.proTitleText {
    height: 22px;
    max-height: 22px;
    vertical-align: middle;
    overflow: hidden;
}
.proTitleInside {
        height: 44px;
        max-height: 44px;
        vertical-align: middle;
        overflow: hidden;
    }


.footer_head
{
    font-size: 20px !important;
    font-family: 'Jura', sans-serif !important;
    position: relative; 
    
}


.footer_head::before {
    position: absolute;
    content: "";
    top: 91%;
    height: 3px;
    width: 50px;
    /* right: 0; */
    margin: auto;
    background-color: #fff;
}


@media (max-width: 640px) {
    .bannerImage {
        width: 100%;
        height: 155px
    }

    .proTitleText {
        height: 44px;
        max-height: 44px;
        vertical-align: middle;
        overflow: hidden;
    }
}

a:hover {
    text-decoration: none !important
}

.logoContent {
    text-align: center
}

.prdBtn {
    font-size: 13px !important;
    border: 1px solid #000 !important;
    border-radius: 25px !important;
    background-color: #000 !important;
    color: #fff !important;
    transition: all .3s linear !important
}

.prdBtn a {
    color: #fff !important
}

.prdBtn:hover > a {
    color: #000 !important
}

.prdBtn:hover {
    background-color: transparent !important;
    color: #000 !important
}

.maxWidhtContainer {
    max-width: 1366px !important;
    margin: auto !important;
    padding-left: 10px;
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important
}

#myVideo {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

#logSign > .modal-dialog {
    width: 80%;
    max-width: 1366px !important
}

.stickbtnposition-fixed {
    position: fixed !important;
    top: 100px !important;
    z-index: 9;
    padding-top: 15px !important;
    background-color: #fff;
    box-shadow: 0 0 10px 5px #000;
    padding-bottom: 0 !important;
    transition: all .5s ease-in-out
}

.stickbtnposition-fixed .col-12.pb-5 {
    padding-bottom: 15px !important
}

.scrSys {
    transition: all .5s ease-in-out
}

.login_form .fade:not(.show) {
    opacity: inherit
}

.forgot {
    display: none
}

.forgatPass:hover,
.logIN:hover {
    color: #000 !important;
    cursor: pointer
}

.signUP.active,
.signIn.active {
    color: #000 !important;
    border: 0;
    border-bottom: 2px solid #000
}

.breadThum {
    justify-content: flex-end;
    text-align: right
}

.headStyle2 {
    font-size: 2vw !important
}

.headStyle {
    font-size: 20px !important;
    font-family: 'Jura', sans-serif !important;
    position: relative;
}

.headStyle::before {
    position: absolute;
    content: "";
    top: 120%;
    left: 0;
    height: 3px;
    width: 50px;
    right: 0;
    margin: auto;
    background-color: #000
}

.headpadding {
    padding-top: 35px;
    padding-bottom: 45px;
}

.fixedTopMenu {
    transition: all .5s linear
}

.fixedTopMenu:hover {
    background-color: #000;
    box-shadow: 0 0 5px 0 #000
}

.navbar-scroll {
    background-color: #000;
    box-shadow: 0 0 5px 0 #000
}

.btnDefault {
    text-align: right
}

.slidehover {
    position: relative
}

.slidehover::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slideHoverContent {
    position: absolute;
    top: 0;
    color: #fff;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center
}

.slideHoverContent .h1 {
    font-size: 7vw !important;
    font-family: 'Jura', sans-serif !important
}

.slideHoverContent .h4 {
    font-family: 'Jura', sans-serif !important;
    font-size: 1.5vw !important
}

.viewBtn2 a {
    color: #000;
    padding: 5px 18px;
    font-size: 18px;
    display: block;
    margin: 20px auto auto !important;
    width: fit-content;
    background-color: #fff;
    border-radius: 20px;
    border: 2px solid transparent;
    transition: all .3s linear
}

.viewBtn2 a:hover {
    color: #fff;
    background-color: transparent;
    border: 2px solid #fff
}

#owl-tour-offers .item {
    position: relative
}

.figCaption {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    color: #fff !important;
    font-weight: 700;
    font-size: 55px !important;
    text-align: center
}

.cardDesign > img {
    transition: all .5s ease-in-out !important
}

.cardDesign {
    overflow: hidden !important;
    height: 100%;
    width: 100%;
    transition: all .5s ease-in-out !important
}

.cardDesign:hover img {
    transform: scale(1.3) !important
}

.wrre:hover {
    cursor: pointer !important;
    color: #000 !important
}

.card {
    border: 1px solid #000 !important
}

.cusCard .card-body img {
    max-height: 350px !important;
    width: 100% !important
}

.cusCard .card-body::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 117px solid transparent;
    border-left: 360px solid #fff;
    border-bottom: 0 solid transparent
}

.cusCard .card-body.cardbody2::before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 82px solid transparent !important;
    border-left: 360px solid #fff !important;
    border-bottom: 0 solid transparent !important
}

.cusCard .card-body::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 100px solid transparent;
    border-left: 313px solid #000;
    border-bottom: 0 solid transparent
}

.cusCard .card-body.cardbody2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 68px solid transparent !important;
    border-left: 313px solid #000 !important;
    border-bottom: 0 solid transparent !important
}

.cusCard.card:hover li {
    transform: translateY(0px)
}

.cusCard.card ul {
    list-style: none;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 9;
    top: -200px;
    padding-left: 10px;
    padding-right: 10px;
    height: 47px !important;
    background-color: #000;
    transform: translateY(-100px);
    transition-delay: .3s;
    transition: all .3s ease-in-out;
    border-bottom-left-radius: 15px
}

.cusCard.card:hover ul {
    transform: translateY(0px);
    top: 0
}

.cusCard.card ul li {
    display: block;
    font-size: 18px;
    margin: 10px;
    color: #fff;
    transition: all .3s ease-in-out;
    transform: translateY(-100px)
}

.cusCard.card ul li:nth-child(2) {
    transition-delay: .3s
}

.cusCard.card ul li:nth-child(3) {
    transition-delay: .4s;
    margin-top: 15px !important
}

.cusCard.card ul li:nth-child(4) {
    transition-delay: .5s
}

#proList .cusCard.card ul li:nth-child(3) {
    margin-top: -3px !important
}

.card {
    border: 1px solid #000 !important
}

.cardCat {
    height: 180px !important
}

.cartCatTitle {
    background-color: black;
    font-size: 14px;
    margin-top: -5px;
    padding-top: 12px !important;
    padding-bottom: 8px !important;
    height: 38px;
    overflow: hidden;
}

.cards {
    width: 100%;
    display: block;
    background-size: cover;
    float: left;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    background-position: center;


}

.cards--two {
    position: relative;
    backface-visibility: hidden
}

.cards--two .h6 {
    position: absolute;
    top: 70%;
    left: 5%;
    text-transform: capitalize;
    color: #fff;
    font-size: 20px;
    z-index: 8;
    transition: all .6s ease
}

.cards--two:hover img {
    transform: translateY(-15px)
}

.cards--two img {
    transition: all .2s ease
}

.cards--two__rect {
    width: 750px;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    left: -78%;
    top: 73%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: 1
}

.cards--two__rect__Cat {
    transform: rotate(10deg) !important
}

.cards--two__rect:before {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #000;
    transform: translateY(200px);
    z-index: 2;
    transform: translateY(15px);
    transition-delay: .1s
}

.cardCat p {
    top: 87% !important
}

.customCard {
    border-radius: 15px !important;
    overflow: hidden;
    position: relative;
    border: 0 !important;
    height: 100% !important;
    width: 100%;
    font-family: 'Jura', sans-serif !important
}

.card_name {
    position: absolute;
    height: 215px;
    width: 200%;
    background-color: #000;
    bottom: -34%;
    left: -30% !important;
    right: 0 !important;
    transform: rotate(24deg);
    border: 15px solid #fff;
    font-family: 'Jura', sans-serif !important
}

.realprice {
    position: relative;
    left: 8%;
    transform: rotate(-24deg);
    top: -81px;
    font-family: 'Jura', sans-serif !important
}

.card_btn {
    border-top: 210px solid transparent;
    border-bottom: 140px solid transparent;
    border-right: 288px solid #fff;
    opacity: 1;
    position: absolute;
    display: block;
    top: 0;
    right: -200%;
    transition: all .3s ease-in-out
}

.card_btn::after {
    border-top: 210px solid transparent;
    border-bottom: 140px solid transparent;
    border-right: 288px solid #000;
    position: absolute;
    content: '';
    display: block;
    top: -212px;
    right: -400px;
    transition: all .2s ease-in-out;
    transition-delay: .2s
}

.cards_btn_list {
    position: absolute;
    top: 37.5%;
    right: -100px;
    transition: all .5s ease-in-out
}

.cards_btn_list li {
    padding: 5px
}

.customCard:hover .card_btn {
    right: -46%
}

.customCard:hover .card_btn::after {
    right: -316px
}

.customCard:hover .cards_btn_list {
    right: 18px
}

#owl-tour-offers .item {
    overflow: hidden;
    border-radius: 10px
}

#owl-tour-offers .item img {
    transition: transform .5s ease-in-out
}

#owl-tour-offers .item:hover img {
    transform: scale(1.02)
}

.videoBlog {
    height: 100%;
    overflow: hidden;
    position: relative
}

#myVideo2 {
    width: 100%;
    max-width: 100%
}

.videoBlog::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1)
}

.videoHover {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    justify-content: center;
    align-self: center;
    height: 100%;
    font-family: 'Jura', sans-serif !important
}

.videoHover .h3 {
    font-size: 4vw !important
}

.videoHover .h5 {
    font-size: 1.2vw !important;
    padding: 10px 3vw
}

.cta,
.cta2 {
    position: relative !important;
    margin: auto !important;
    padding: 3px 17px !important;
    transition: all .2s ease !important;
    background-color: transparent !important;
    text-decoration: none !important;
    color: #000
}

.cta:focus,
.cta2:focus {
    outline: 0 !important
}

.cta:before {
    content: "";
    position: absolute !important;
    top: 0 !important;
    left: 0;
    display: block !important;
    border-radius: 35px !important;
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%) !important;
    width: 35px !important;
    height: 35px !important;
    transition: all .3s ease
}

.cta2:before {
    content: "";
    position: absolute !important;
    top: 0 !important;
    right: 0;
    display: block !important;
    border-radius: 35px !important;
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%) !important;
    width: 35px !important;
    height: 35px !important;
    transition: all .3s ease
}

.cta span,
.cta2 span {
    position: relative !important;
    font-size: 16px !important;
    line-height: 10px !important;
    font-weight: 400 !important;
    letter-spacing: 2px !important;
    vertical-align: middle !important
}

.cta svg {
    position: relative !important;
    top: 0 !important;
    margin-left: 10px !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke: #111 !important;
    stroke-width: 2 !important;
    transform: translateX(-5px) !important;
    transition: all .3s ease !important
}

.cta2 svg {
    position: relative !important;
    top: 0 !important;
    margin-left: 10px !important;
    fill: none !important;
    stroke-linecap: round !important;
    stroke-linejoin: round !important;
    stroke: #111 !important;
    stroke-width: 2 !important;
    transform: translateX(0px) rotate(180deg) !important;
    transition: all .3s ease !important
}

.cta:hover:before,
.cta2:hover:before {
    width: 100% !important
}

.cta:hover,
.cta2:hover {
    text-decoration: none !important;
    color: #000 !important
}

.cta:hover svg {
    transform: translateX(0) !important
}

.cta2:hover svg {
    transform: translateX(-10px) rotate(180deg) !important
}

.cta:active,
.cta2:active {
    transform: scale(0.96) !important
}

.btnDefault {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important
}

.box {
    position: relative
}

.ribbon {
    width: 150px;
    height: 150px;
    overflow: hidden;
    position: absolute
}

.ribbon::before,
.ribbon::after {
    position: absolute;
    z-index: -1;
    content: '';
    display: block;
    border: 5px solid #000
}

.ribbon span {
    position: absolute;
    display: block;
    width: 225px;
    padding: 15px 0;
    background-color: #000;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
    color: #fff;
    font: 700 14px/1 Lato, sans-serif;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    text-align: center
}

.ribbon-top-left {
    top: -8px;
    left: -8px
}

.ribbon-top-left::before,
.ribbon-top-left::after {
    border-top-color: transparent;
    border-left-color: transparent
}

.ribbon-top-left::before {
    top: 0;
    right: 39px
}

.ribbon-top-left::after {
    bottom: 39px;
    left: 0
}

.ribbon-top-left span {
    right: -3px;
    top: 18px;
    transform: rotate(-45deg)
}

.countDown li {
    display: inline-block;
    font-size: 14px;
    list-style-type: none;
    padding: .5em;
    text-transform: uppercase
}

.countDown li span {
    display: block;
    font-size: 16px;
    text-align: center
}

.blog-card {
    display: flex;
    flex-direction: column;
    margin: 1rem auto;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.6%;
    background: #fff;
    line-height: 1.4;
    font-family: sans-serif;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0
}

.blog-card a {
    color: inherit
}

.blog-card:hover .photo {
    -webkit-transform: scale(1.3) rotate(10deg);
    transform: scale(1.3) rotate(10deg)
}

.blog-card .meta {
    position: relative;
    z-index: 0;
    height: 200px
}

.blog-card .photo {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s
}

.blog-card .details {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left .2s;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 10px;
    width: 100%;
    font-size: .9rem
}

.blog-card .details a {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline
}

.blog-card .details .author:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f007"
}

.blog-card .details .date:before {
    font-family: FontAwesome;
    margin-right: 10px;
    content: "\f133"
}

.blog-card .details .tags ul:before {
    font-family: FontAwesome;
    content: "\f02b";
    margin-right: 10px
}

.blog-card .details .tags li {
    margin-right: 2px
}

.blog-card .details .tags li:first-child {
    margin-left: -4px
}

.blog-card .description {
    padding: 8px;
    background: #fff;
    position: relative;
    z-index: 1
}

.blog-card .description h1 {
    line-height: 1;
    margin: 0;
    font-size: 1.7rem
}

.blog-card .description h2 {
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #a2a2a2;
    margin-top: 5px
}

.blog-card .description .read-more {
    text-align: right
}

.blog-card .description .read-more a {
    color: #000;
    display: inline-block;
    position: relative
}

.blog-card .description .read-more a:after {
    content: "\f061";
    font-family: FontAwesome;
    margin-left: -10px;
    opacity: 0;
    vertical-align: middle;
    transition: margin .3s, opacity .3s
}

.blog-card .description .read-more a:hover:after {
    margin-left: 5px;
    opacity: 1
}

.blog-card p {
    position: relative;
    margin: 1rem 0 0
}

.blog-card p:first-of-type {
    margin-top: 1.25rem
}

.blog-card p:first-of-type:before {
    content: "";
    position: absolute;
    height: 5px;
    background: #000;
    width: 35px;
    top: -.75rem;
    border-radius: 3px
}

.blog-card:hover .details {
    left: 0
}

@media (min-width: 640px) {
    .blog-card {
        flex-direction: row
    }

    .blog-card .meta {
        flex-basis: 40%;
        height: auto
    }

    .blog-card .description {
        flex-basis: 60%
    }

    .blog-card .description:before {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        content: "";
        background: #fff;
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
        height: 101%
    }

    .blog-card.alt {
        flex-direction: row-reverse
    }

    .blog-card.alt .description:before {
        left: inherit;
        right: -10px;
        -webkit-transform: skew(3deg);
        transform: skew(3deg)
    }

    .blog-card.alt .details {
        padding-left: 25px
    }
}

.subscribe input[type='email'] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px !important;
    margin-right: 3px;
    z-index: 1
}

.subscribe input[type='submit'] {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: #fff;
    padding: 2px 40px;
    position: relative;
    left: -40px;
    transition: all .5s linear;
    z-index: 2
}

.subscribe input[type='submit']:hover,
.subscribe input[type='submit']:focus,
.subscribe input[type='email']:focus,
.subscribe input[type='email']:hover {
    outline: 0;
    box-shadow: none !important
}

.subscribe input[type="submit"]:hover,
.subscribe input[type="submit"]:focus,
.subscribe input[type="submit"]:active {
    background-color: #000 !important;
    color: #fff !important;
    z-index: 2
}

.quickLinks ul li a {
    transition: all .3s ease-in-out
}

.quickLinks ul li a:hover {
    padding-left: 5px
}

.paymentMadEasy {
    text-align: right
}

.productFeature li {
    position: relative
}

.productFeature li::before {
    position: relative;
    content: "\2713";
    color: #000;
    font-weight: 700;
    padding-right: 5px
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff !important
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.reviewContent .nav-tabs {
    border-bottom: 1px solid #000 !important
}

.reviewContent .nav-tabs .nav-link.active {
    background-color: transparent !important;
    color: #000;
    border-bottom: 3px solid #000
}

.reviewContent .nav-tabs .nav-link {
    border: 0;
    border-bottom: 3px solid transparent;
    transition: all .3s linear
}

.radioPrdDeat {
    position: relative;
    top: 6px;
    padding-top: 10px;
    width: 18px;
    height: 18px
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #000 !important;
    border-color: #000 !important;
    outline: 0 !important;
    box-shadow: none !important
}

.pagination a {
    color: #000
}

.review_write_popup a {
    padding: 2px 5px !important;
    background: none !important
}

.review_write_popup .fa-thumbs-up {
    font-size: 26px;
    color: #8cc541;
    margin-right: 3%
}

.review_write_popup a:hover .fa,
.review_write_popup a:focus .fa {
    color: #ff0
}

.review_write_popup a .fa {
    color: #c8c6c6
}

.review_write_popup label {
    display: block;
    letter-spacing: 1px;
    color: #333
}

.review_write_popup h4 {
    color: #8cc541
}

.review_write_popup .stars {
    width: 100%;
    display: inline-block
}

.str_po {
    width: 177px
}

.review_write_popup input.star {
    display: none
}

.review_write_popup label.star {
    float: right;
    padding: 5px;
    font-size: 25px;
    color: #fff;
    transition: all .2s
}

.review_write_popup .rvw label {
    display: inherit
}

.review_write_popup .rvw {
    padding-top: 10%
}

.review_write_popup input.star:checked ~ label.star:before {
    content: '\f005';
    color: #FD4;
    transition: all .25s
}

.review_write_popup input.star-5:checked ~ label.star:before {
    color: #FE7;
    text-shadow: 0 0 10px rgba(153, 85, 34, 0.42)
}

.review_write_popup input.star-1:checked ~ label.star:before {
    color: #F62
}

.review_write_popup label.star:hover {
    transform: rotate(-15deg) scale(1.3);
    color: #ff0;
    text-shadow: 0 0 20px #952
}

.review_write_popup label.star:before {
    content: '\f006';
    font-family: FontAwesome
}

#myRating .modal-dialog {
    max-width: 500px !important;
    top: 100px
}

.ratBtn {
    padding: 5px 13px !important;
    background-color: #8cc542 !important;
    width: fit-content !important;
    color: #fff !important;
    border-radius: 20px !important
}

.ratBtn:hover,
.ratBtn:focus {
    outline: 0 !important;
    box-shadow: none !important
}

#myRating textarea:focus {
    outline: 0 !important;
    box-shadow: none !important
}

.bannerHover::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.mainCat {
    line-height: 30px;
    font-size: 18px;
    font-family: 'Jura', sans-serif !important;
    height: auto;
    margin-top: 30px
}

.mainCat > li a {
    display: inline-block;
    position: relative
}

.mainCat > li a:hover {
    cursor: pointer
}

.mainCat > li a::before {
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out
}

.mainCat > li a:hover::before {
    transform: scaleX(1)
}

.meunTab {
    top: 0;
    height: 100vh;
    overflow: auto;
    left: -100% !important;
    transition: left .5s ease-in-out
}

.meunTab.active {
    left: 0 !important
}

.userTab {
    top: 0;
    height: 100vh;
    overflow: auto;
    left: 100% !important;
    transition: left .5s ease-in-out
}

.userTab.active {
    left: 0 !important
}

.mainCat .fa {
    width: 35PX
}

.shopLevel > li {
    position: relative
}

.shopLevel > li::after {
    position: absolute;
    content: '\002B';
    color: #fff;
    top: -5px;
    right: 0
}

.subCat li a {
    color: gray !important;
    font-size: 15px !important;
    padding-left: 10px
}

.closeBtn:hover {
    cursor: crosshair
}

.searchContent {
    position: fixed;
    top: -100%;
    height: 100% !important;
    width: 100%;
    z-index: 3;
    background-size: cover;
    background-color: #000;
    transition: top.5s ease-in-out
}

.searchContent.active {
    top: 0
}

.searchBox .input-group {
    border: 2px solid #fff !important;
    padding: .2rem 1rem !important;
    border-radius: 30px !important;
    color: #000;
    font-weight: 700
}

.searchBox input::placeholder {
    color: grey !important
}

.closeBtn3 span.h5 {
    transform: scaleX(0);
    transition: transform .3s ease-in-out;
    transform-origin: left
}

.closeBtn3:hover span.h5 {
    transform: scaleX(1)
}

.color-filter1 {
    background-color: #00bbec
}

.color-filter2 {
    background-color: #2c6ed5
}

.color-filter3 {
    background-color: #ffa037
}

.color-filter4 {
    background-color: #ff5337
}

.color-filter5 {
    background-color: #a88c77
}

.color-filter6 {
    background-color: #393939
}

.color-filter7 {
    background-color: #ccc
}

.checkbox-color-filter {
    display: none
}

.color-filter {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%
}

.checkbox-color-filter:checked + .color-filter {
    box-shadow: 0 0 0 2px #000;
    -moz-box-shadow: 0 0 0 2px #000;
    -webkit-box-shadow: 0 0 0 2px #000;
    -o-box-shadow: 0 0 0 2px #000;
    -ms-box-shadow: 0 0 0 2px #000
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #000 !important;
    background: #000 !important;
    font-weight: 400 !important;
    color: #454545 !important;
    outline: 0
}

.ui-slider .ui-slider-handle {
    border-radius: 50%
}

input:focus {
    outline: 0 !important;
    box-shadow: none !important
}

input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none
}

#regForm {
    background-color: #fff
}

#regForm input.invalid {
    background-color: rgba(65, 65, 65, 0.42)
}

#regForm .tab {
    display: none
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

#prevBtn {
    background-color: transparent !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

#prevBtn:hover {
    cursor: pointer
}

.btnFormHover:hover {
    cursor: pointer
}

.step {
    opacity: 1
}

.step.active {
    opacity: 1
}

.step.finish {
    background-color: none
}

.stepnu {
    border-radius: 50%;
    width: 30px;
    height: 30px
}

.step.active > .stepnu {
    border: 2px solid #000 !important;
    color: #000 !important
}

.step.finish > .stepnu {
    background-color: #000;
    color: #fff !important
}

.stepTitle.h6 {
    padding-right: 1.5rem;
    padding-left: 1.5rem
}

.bg4 {
    background-color: #000
}

.dashboardLi .fa {
    width: 30px !important
}

.dashboardLi li {
    padding-bottom: 10px;
    padding-top: 10px;
    padding-left: 30px
}

.dashboardLi {
    display: block
}

.dashboardLi li a {
    color: #fff
}

.profileHead {
    padding: 15px
}

.contentProfile {
    font-size: 18px;
    padding: 15px
}

.profileForm {
    margin-top: 15px
}

.dashLiactive {
    border-bottom: 2px solid #fff
}

.dashboardLi li {
    position: relative
}

.dashboardLi li ::after {
    width: 100%;
    height: 81%;
    left: 0;
    right: 0;
    position: absolute;
    content: '';
    border-bottom: solid 2px #fff;
    transform: scaleX(0);
    transition: transform 250ms ease-in-out
}

.dashboardLi li :hover::after {
    transform: scaleX(1)
}

.headDash {
    font-size: 25px;
    padding: 15px;
    padding-top: 0 !important
}

.pad {
    padding: 15px
}

.pad2 {
    padding: 15px;
    padding-top: 0 !important
}

.contactBack {
    background-image: url(../images/product/2.jpg);
    background-size: cover;
    position: relative
}

.contactBack::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(21, 21, 21, 0.47);
    top: 0;
    left: 0
}

.contBgGra {
    background: linear-gradient(90deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -moz-linear-gradient(0deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(207, 207, 207, 1)), color-stop(100%, rgba(171, 171, 171, 1)));
    background: -webkit-linear-gradient(0deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -o-linear-gradient(0deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%);
    background: -ms-linear-gradient(0deg, rgba(207, 207, 207, 1) 0%, rgba(171, 171, 171, 1) 100%);
    position: relative;
    top: -40px
}

.inp {
    position: relative;
    margin: auto;
    width: 100%
}

.inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 16px;
    color: #9098a9;
    font-weight: 500;
    transform-origin: 0 0;
    transition: all .2s ease-in-out !important
}

.inp .borBot {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease-in-out !important
}

.inp .borBot2 {
    position: absolute;
    bottom: 6px;
    left: 0;
    height: 2px;
    width: 100%;
    background: #000;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: all .15s ease-in-out !important
}

.inp input,
.inp textarea {
    -webkit-appearance: none;
    width: 100%;
    border: 0;
    font-family: inherit;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 2px solid #c8ccd4;
    background: none;
    border-radius: 0;
    color: #2C2C2C;
    transition: all .15s ease-in-out
}

.inp input:hover,
.inp textarea:hover {
    background: rgba(34, 50, 84, 0.03)
}

.inp input:not(:placeholder-shown) + span,
.inp textarea:not(:placeholder-shown) + span {
    color: #000;
    transform: translateY(-26px) scale(0.75)
}

.inp input:focus,
.inp textarea:focus {
    background: none;
    outline: none
}

.inp input:focus + span,
.inp textarea:focus + span {
    color: #000;
    transform: translateY(-20px) scale(0.75)
}

.inp input:focus + span + .borBot,
.inp textarea:focus + span + .borBot2 {
    transform: scaleX(1)
}

.wlcme {
    position: relative;
    width: fit-content;
    margin: auto;
    letter-spacing: 3px
}

.wlcme::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
    top: 100%;
    left: 0;
    background-color: #000
}

.aboutContent::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 45%;
    height: 45%;
    border-top: 5px solid #9A9A9A;
    border-left: 5px solid #9A9A9A
}

.aboutContent::after {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 45%;
    height: 45%;
    border-right: 5px solid #9A9A9A;
    border-bottom: 5px solid #9A9A9A
}

.form.checkCloth {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 0 30px -10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 10%;
    left: 80%;
    transform: translate(-50%, -50%)
}

.checkbox {
    width: 40px;
    height: 20px;
    background: green;
    float: left;
    margin: 5px;
    -webkit-appearance: none;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    position: relative;
    outline: none
}

.checkbox:before,
.checkbox:after {
    content: '';
    display: block;
    position: absolute
}

.check6 {
    width: 40px;
    height: 20px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 0 0 2px #353535 inset, 0 0 0 3px #3e3e3e inset, 0 0 10px #000 inset
}

.check6:before,
.check6:after {
    top: 50%;
    transform: translateY(-50%);
    transition: .5s
}

.check6:before {
    width: 20px;
    height: 15px;
    border-radius: 100px;
    box-shadow: 0 0 0 1px #232323;
    margin-left: 4px;
    background: linear-gradient(0deg, #000, #6b6b6b)
}

.check6:after {
    margin-left: 14px;
    width: 5px;
    height: 5px;
    background: linear-gradient(0deg, #DC3545, #DC3545);
    border-radius: 50%
}

.check6:checked {
    background: #000;
    box-shadow: 0 0 0 2px #353535 inset, 0 0 0 3px #3e3e3e inset, 0 0 5px #000 inset !important
}

.check6:checked:before {
    margin-left: 16px
}

.check6:checked:after {
    background: #fff;
    margin-left: 28px;
    box-shadow: 0 0 5px #ffffff, 0 0 15px #dfdbdb
}

.shirtCheck label:hover {
    cursor: pointer
}

.table td,
.table th,
.table td.btn {
    vertical-align: middle !important
}

.table tr td:last-child:hover {
    cursor: pointer
}

@media (min-width:1600px) {
    .videoHover .h3 {
        font-size: 50px !important
    }

    .videoHover .h5 {
        font-size: 30px !important;
        padding: 10px 3vw
    }
}

@media (min-width:1360px) {
    .cardCat {
        height: 222px !important;
    }

    .slideHoverContent .h1 {
        font-size: 4vw !important;
        font-family: 'Jura', sans-serif !important
    }

    .slideHoverContent .h4 {
        font-family: 'Jura', sans-serif !important;
        font-size: 30px !important
    }

    .videoHover .h3 {
        font-size: 3vw
    }

    .videoHover .h5 {
        font-size: 2vw;
        padding: 10px 3vw
    }
}

.cards--two {
    position: relative;
    backface-visibility: hidden
}

.cards--two p {
    position: absolute;
    top: 92%;
    left: 5%;
    text-transform: capitalize;
    color: #fff;
    font-size: 18px;
    z-index: 8;
    transition: all .6s ease
}

.cards--two__rect {
    width: 750px;
    height: 200px;
    background: #fff;
    display: block;
    position: absolute;
    left: -78%;
    top: 73%;
    transform: rotate(30deg);
    z-index: 5;
    opacity: 1
}

.cards--two__rect__Cat {
    transform: rotate(10deg) !important
}

.cards--two__rect:before {
    content: '';
    display: block;
    width: 100%;
    position: relative;
    height: 100%;
    background: #000;
    transform: translateY(200px);
    z-index: 2;
    transform: translateY(15px);
    transition-delay: .1s
}

.cardCat p {
    top: 87% !important
}

@media (max-width:1199px) {
    .cards--two__rect {
        transform: rotate(24deg) !important
    }

    .cards--two .h6 {
        top: 73% !important
    }

    .cards--two .cutPrice {
        top: 81% !important
    }
}

@media (max-width:992px) {
    .filterSm {
        top: 0;
        left: -999px;
        position: fixed !important;
        z-index: 9999 !important;
        background-color: #fff;
        overflow-y: auto !important;
        height: 100vh !important;
        transition: all .5s ease-in-out
    }

    .filterSm.active {
        left: 0
    }
}

@media (max-width:850px) {
    .cardCat p {
        top: 78% !important
    }

}

@media screen and (min-width: 769px)and (max-width: 960px) {
    .indexRate {
        bottom: 15.5% !important
    }
}

@media(max-width:767px) {
    .cartContent {
        justify-content: center !important
    }

    .logoContent {
        order: 1 !important;
        text-align: left !important
    }

    .cartContent {
        order: 2
    }

    .menuContent {
        order: 3
    }

    .subscribe {
        text-align: center !important
    }

    .subscribeForm {
        justify-content: center !important;
        padding-left: 3rem !important
    }

    .paymentThro {
        text-align: center !important
    }

    .cardCat p {
        top: 87% !important
    }

    .aboutContent {
        left: 0 !important
    }
}

@media(max-width:700px) {
    .videoBlog {
        height: 100%;
        height: 100%;
        overflow: hidden;
        position: relative
    }
}

@media(max-width:650px) {
    .cards--two:hover ul {
        left: 66% !important;
        top: 39%
    }
}

@media(max-width:639px) {
    .blog-card .description {
        margin-top: 200px !important
    }
}

@media(max-width:576px) {
    .btnDefault {
        position: relative !important;
        text-align: center !important;
        left: 0 !important;
        right: 0 !important;
        padding-bottom: 10px
    }

    .cards--two p {
        font-size: 18px !important;
        top: 86%
    }

    .breadThum {
        text-align: left !important;
        justify-content: flex-start !important;
        padding: 0 !important
    }

    #logSign .modal-dialog {
        max-width: 100% !important
    }
}

@media screen and (min-width: 690px)and (max-width: 767px) {

    #owl-team .card-body::before,
    #owl-company-logo .card-body::before {
        position: absolute;
        content: "";
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 121px solid transparent;
        border-left: 399px solid #fff;
        border-bottom: 0 solid transparent
    }

    #owl-team .card-body::after,
    #owl-company-logo .card-body::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 100px solid transparent;
        border-left: 349px solid #000;
        border-bottom: 0 solid transparent
    }
}

@media (max-width:575px) {
    .cardCat p {
        top: 72% !important
    }

    .stickbtnposition-fixed .headstyle2 {
        display: none !important
    }
}

@media(max-width:560px) {
    .stickbtnposition-fixed .scrlmt {
        margin-top: 3rem !important
    }
}

@media screen and (min-width: 551px)and (max-width: 650px) {
    .indexRate {
        bottom: 18% !important
    }
}

@media screen and (min-width: 450px)and (max-width: 550px) {
    .indexRate {
        bottom: 8% !important
    }
}

@media screen and (min-width: 355px)and (max-width: 576px) {
    .productRate {
        bottom: 8% !important
    }

    .cusCard .card-body::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 105px solid transparent !important;
        border-left: 490px solid #000 !important;
        border-bottom: 0 solid transparent
    }

    .cusCard .card-body::before {
        position: absolute;
        content: "";
        bottom: 1px;
        left: 0;
        width: 100%;
        height: 0;
        border-top: 125px solid transparent;
        border-left: 570px solid #fff;
        border-bottom: 0 solid transparent
    }
}

@media(max-width:559px) {
    .logoContent {
        max-width: 100% !important;
        flex: 100% !important;
        text-align: center !important;
        display: block !important
    }

    .cartContent {
        text-align: center !important;
        max-width: 80% !important;
        justify-content: space-between;
        margin-right: auto !important
    }

    .cartContent div {
        margin: 10px .5rem !important
    }

    .menuContent {
        text-align: center !important;
        max-width: 20% !important;
        margin: auto !important
    }

    .fixedTopMenu .container-fluid {
        padding-left: 0 !important;
        padding-right: 0 !important
    }

    .fixedTopMenu {
        background-color: #000
    }

    .sliderWrapper {
        margin-top: 162px !important
    }
}

@media(max-width:460px) {
    .subscribeForm {
        padding-left: 0 !important
    }

    .subscribe input[type='submit'] {
        left: -18px !important
    }
}

@media (max-width:450px) {
    .cardCat p {
        top: 89% !important
    }
}

@media(max-width:423px) {
    .cards--two p {
        font-size: 18px !important;
        top: 91%
    }
}

@media(max-width:380px) {
    .cartContent.d-flex {
        justify-content: center !important
    }
}

@media(max-width:340px) {
    .indexRate {
        bottom: 18% !important
    }

    .cartContent.d-flex {
        justify-content: center !important
    }
}

/* Zouple premium UI polish layer */
:root {
    --zouple-ink: #14110f;
    --zouple-muted: #69625d;
    --zouple-line: #e8e2d9;
    --zouple-surface: #fffaf3;
    --zouple-surface-2: #f6f1ea;
    --zouple-accent: #0f766e;
    --zouple-gold: #c79a48;
    --zouple-shadow: 0 18px 45px rgba(20, 17, 15, .10);
    --zouple-soft-shadow: 0 10px 28px rgba(20, 17, 15, .08);
    --zouple-fixed-header-height: 108px;
    --zouple-sticky-offset: 128px;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--zouple-ink) !important;
    background: #fff !important;
    font-family: "PT Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
    line-height: 1.65 !important;
    -webkit-font-smoothing: antialiased;
}

a,
button,
.btn,
.card,
.cards,
.form-control,
select,
textarea,
img {
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease, opacity .22s ease;
}

a:hover {
    color: var(--zouple-accent);
}

.maxWidhtContainer {
    max-width: 1280px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
}

.fixedTopMenu {
    background: rgba(12, 11, 10, .78) !important;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255, 255, 255, .12);
    box-shadow: 0 12px 32px rgba(0, 0, 0, .14) !important;
}

.fixedTopMenu:hover,
.navbar-scroll {
    background: rgba(12, 11, 10, .92) !important;
}

.fixedTopMenu .btnSm,
.fixedTopMenu a {
    color: #fff !important;
}

.fixedTopMenu .btnSm {
    border-radius: 999px !important;
    padding: 8px 10px !important;
    min-width: 58px;
}

.fixedTopMenu .btnSm:hover {
    background: rgba(255, 255, 255, .11);
    transform: translateY(-1px);
}

.logoContent img,
.app-sidebar__user-avatar {
    filter: drop-shadow(0 8px 20px rgba(0, 0, 0, .20));
}

.sliderWrapper {
    background: #0f0f10;
}

#myVideo {
    min-height: 520px;
    max-height: 760px;
    object-fit: cover;
    display: block;
}

.slidehover {
    position: relative;
    overflow: hidden;
}

.slidehover::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, .28), rgba(0, 0, 0, .08) 45%, rgba(0, 0, 0, .42));
}

.slideHoverContent {
    z-index: 2;
    top: 54% !important;
    transform: translateY(-50%);
}

.slideHoverContent .h1 {
    color: #fff;
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(42px, 6vw, 90px) !important;
    line-height: .98 !important;
    text-shadow: 0 18px 55px rgba(0, 0, 0, .35);
}

.slideHoverContent .h4 {
    color: rgba(255, 255, 255, .88);
    font-size: clamp(16px, 2vw, 26px) !important;
    font-family: inherit !important;
    margin-top: 14px !important;
}

.viewBtn2 a,
.cta,
.cta2,
.prdBtn,
.btn-primary,
input[type="submit"],
button[type="submit"] {
    border-radius: 999px !important;
    font-weight: 700 !important;
    letter-spacing: .03em !important;
}

.viewBtn2 a {
    background: #fff !important;
    color: var(--zouple-ink) !important;
    border: 1px solid rgba(255, 255, 255, .38) !important;
    padding: 11px 28px !important;
    box-shadow: 0 18px 45px rgba(0, 0, 0, .25);
}

.viewBtn2 a:hover {
    background: var(--zouple-gold) !important;
    color: #111 !important;
    transform: translateY(-2px);
}

.headpadding {
    padding-top: 58px !important;
    padding-bottom: 34px !important;
}

.headStyle,
.footer_head {
    color: var(--zouple-ink);
    font-family: Georgia, "Times New Roman", serif !important;
    font-size: clamp(24px, 3vw, 42px) !important;
    line-height: 1.1 !important;
    letter-spacing: 0 !important;
}

.headStyle::before {
    top: calc(100% + 14px) !important;
    width: 72px !important;
    height: 2px !important;
    background: var(--zouple-gold) !important;
}

.zouple-trust-strip {
    background: var(--zouple-surface);
    border-bottom: 1px solid var(--zouple-line);
    border-top: 1px solid rgba(255, 255, 255, .8);
    padding: 22px 0;
}

.zouple-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.zouple-trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: var(--zouple-accent);
    box-shadow: var(--zouple-soft-shadow);
    flex: 0 0 42px;
}

.zouple-trust-item strong,
.zouple-trust-item small {
    display: block;
}

.zouple-trust-item strong {
    font-size: 14px;
    color: var(--zouple-ink);
    line-height: 1.15;
}

.zouple-trust-item small {
    color: var(--zouple-muted);
    line-height: 1.25;
    margin-top: 3px;
}

.card,
.cards,
.blog-card,
.payment-methods,
.modal-content {
    border: 1px solid var(--zouple-line) !important;
    border-radius: 8px !important;
    box-shadow: none;
}

.card:hover,
.cards:hover,
.blog-card:hover {
    box-shadow: var(--zouple-shadow);
    transform: translateY(-4px);
}

#owl-team .card,
#proList .card,
.productListing .card,
.customCard,
.cusCard.card {
    background: #fff !important;
    overflow: hidden !important;
}

#owl-team .card img,
#proList .card img,
.card .card-body img,
.customCard img,
.cusCard .card-body img {
    aspect-ratio: 4 / 5;
    object-fit: cover;
    background: var(--zouple-surface-2);
}

#owl-team .card:hover img,
#proList .card:hover img,
.customCard:hover img,
.cusCard.card:hover img {
    transform: scale(1.035);
}

.card-footer[style*="black"],
.card-footer.text-white {
    background: #14110f !important;
    border-top: 0 !important;
    padding: 16px 18px !important;
}

.proTitleText,
.proTitleInside {
    font-size: 15px !important;
    line-height: 1.35 !important;
    font-weight: 700 !important;
}

.realprice,
.productRate,
.cutPrice,
.card-footer .h6,
.card-footer span {
    letter-spacing: 0 !important;
}

.prdBtn {
    background: var(--zouple-ink) !important;
    border: 1px solid var(--zouple-ink) !important;
    color: #fff !important;
    padding: 9px 22px !important;
    min-height: 42px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}

.prdBtn a {
    color: inherit !important;
}

.prdBtn:hover {
    background: var(--zouple-accent) !important;
    border-color: var(--zouple-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(15, 118, 110, .24);
}

.cta,
.cta2 {
    min-height: 44px;
    padding: 11px 22px !important;
    background: var(--zouple-ink) !important;
    color: #fff !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-shadow: 0 12px 26px rgba(20, 17, 15, .15);
}

.cta:before,
.cta2:before {
    display: none !important;
}

.cta span,
.cta2 span {
    color: inherit !important;
    font-size: 13px !important;
    line-height: 1 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
}

.cta svg,
.cta2 svg {
    stroke: currentColor !important;
}

.cta:hover,
.cta2:hover {
    background: var(--zouple-accent) !important;
    color: #fff !important;
    transform: translateY(-2px);
}

.cardCat {
    height: 220px !important;
    border-radius: 8px !important;
    background: var(--zouple-surface-2);
}

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

.cartCatTitle {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    height: auto !important;
    margin: 0 !important;
    border-radius: 999px;
    background: rgba(20, 17, 15, .86) !important;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    text-align: center;
    font-size: 13px !important;
    font-weight: 700;
}

.filterSm {
    border: 1px solid var(--zouple-line) !important;
    border-radius: 8px;
    background: var(--zouple-surface);
    box-shadow: var(--zouple-soft-shadow);
}

.proListSortName {
    color: var(--zouple-ink) !important;
    font-size: 13px !important;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.breadcrumb {
    padding: 15px 0 !important;
}

.container-fluid[style*="background-color:gray"] {
    background: #14110f !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
}

.form-control,
select,
textarea,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"] {
    border-radius: 8px !important;
    border: 1px solid var(--zouple-line) !important;
    min-height: 44px;
    color: var(--zouple-ink) !important;
}

.form-control:focus,
select:focus,
textarea:focus,
input:focus {
    border-color: var(--zouple-accent) !important;
    box-shadow: 0 0 0 4px rgba(15, 118, 110, .12) !important;
}

.priceCart2 .flex-w,
.bo5 {
    border: 1px solid var(--zouple-line) !important;
    border-radius: 999px !important;
    overflow: hidden;
    background: #fff;
}

.btn-num-product-down,
.btn-num-product-up,
.zouple-qty-down,
.zouple-qty-up {
    border: 0 !important;
    background: var(--zouple-ink) !important;
    color: #fff !important;
    min-width: 36px;
    min-height: 36px;
}

.btn-num-product-down:disabled,
.btn-num-product-up:disabled,
.btn-num-product-down.disabled,
.btn-num-product-up.disabled,
.zouple-qty-down:disabled,
.zouple-qty-up:disabled,
.zouple-qty-down.disabled,
.zouple-qty-up.disabled {
    cursor: not-allowed;
    opacity: .45;
}

input.num-product {
    border: 0 !important;
    min-height: 36px !important;
    background: transparent !important;
}

input.num-product:disabled {
    color: #7b746c !important;
    cursor: not-allowed;
}

.payment-methods {
    padding: 18px !important;
    background: var(--zouple-surface) !important;
}

.payment-method-option {
    border: 1px solid var(--zouple-line) !important;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px !important;
    padding: 14px !important;
}

.payment-method-option:hover {
    border-color: var(--zouple-accent) !important;
    box-shadow: 0 10px 24px rgba(15, 118, 110, .10);
}

.table,
.border {
    border-color: var(--zouple-line) !important;
}

.row.border,
.cartHeading,
.reviewContent,
.modal-content {
    border-radius: 8px !important;
}

.row.border {
    margin-bottom: 16px !important;
    padding: 14px !important;
    background: #fff;
    box-shadow: 0 8px 24px rgba(20, 17, 15, .06);
}

.row.border img {
    border-radius: 8px;
    object-fit: cover;
    background: var(--zouple-surface-2);
}

.reviewContent .nav-tabs {
    border-bottom-color: var(--zouple-line) !important;
}

.reviewContent .nav-tabs .nav-link.active {
    border-bottom-color: var(--zouple-accent) !important;
}

.MagicZoom,
.MagicZoom img,
.magicImg {
    border-radius: 8px;
}

.magicImg {
    border: 1px solid var(--zouple-line);
    padding: 5px;
    background: #fff;
}

.product-image-placeholder {
    min-height: 420px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid var(--zouple-line);
    background: var(--zouple-surface-2);
    color: var(--zouple-accent);
    font-size: 72px;
    font-weight: 700;
}

.productFeature li::before {
    color: var(--zouple-accent) !important;
}

#logSign .modal-content {
    overflow: hidden;
    box-shadow: 0 26px 70px rgba(20, 17, 15, .22);
}

#logSign .modal-dialog {
    max-width: 1080px !important;
}

.login_form .nav-tabs,
.signUP.active,
.signIn.active {
    border-color: var(--zouple-accent) !important;
}

footer {
    background: #14110f;
}

.quickLinks ul li a:hover,
footer a:hover {
    color: var(--zouple-gold) !important;
}

.footer_head {
    color: #fff !important;
    font-size: 20px !important;
}

.footer_head::before {
    background: var(--zouple-gold) !important;
}

.alert {
    border-radius: 8px !important;
    box-shadow: var(--zouple-soft-shadow);
}

.meunTab > div:first-child,
.userTab > div:last-child {
    background: #14110f !important;
    box-shadow: 18px 0 60px rgba(0, 0, 0, .30);
}

.mainCat {
    font-family: inherit !important;
    letter-spacing: .04em;
}

.mainCat > li {
    margin-bottom: 8px;
}

.mainCat > li a {
    padding: 4px 0;
}

@media (min-width: 992px) {
    .container-fluid > .row.maxWidhtContainer,
    .container > .row.maxWidhtContainer {
        width: 100%;
    }
}

@media (max-width: 991px) {
    #myVideo {
        min-height: 430px;
    }

    .slideHoverContent .h1 {
        font-size: clamp(34px, 9vw, 62px) !important;
    }

    .filterSm {
        box-shadow: none;
    }
}

@media (max-width: 767px) {
    .maxWidhtContainer {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .fixedTopMenu .btnSm span {
        font-size: 11px !important;
    }

    .zouple-trust-strip {
        padding: 14px 0;
    }

    .zouple-trust-item {
        align-items: flex-start;
    }

    .headpadding {
        padding-top: 40px !important;
        padding-bottom: 26px !important;
    }

    .cardCat {
        height: 170px !important;
    }

    .row.border {
        padding: 10px !important;
    }
}

@media (max-width: 559px) {
    .sliderWrapper {
        margin-top: 138px !important;
    }

    #myVideo {
        min-height: 360px;
    }
}

/* Cart and checkout page-specific polish */
.zouple-cart-page,
.zouple-checkout-page,
.zouple-checkout-shell {
    position: relative;
}

.zouple-commerce-flow {
    padding-top: var(--zouple-fixed-header-height);
    background: #fff;
    overflow: visible;
}

.zouple-commerce-flow .sliderWrapper {
    margin-top: 0 !important;
}

.zouple-commerce-flow > section,
.zouple-commerce-flow .zouple-checkout-panel,
.zouple-commerce-flow .row {
    overflow: visible;
}

.zouple-cart-layout {
    align-items: flex-start;
}

.zouple-cart-head {
    color: var(--zouple-muted);
    font-size: 12px !important;
    font-weight: 800;
    letter-spacing: .10em;
    text-transform: uppercase;
    border-bottom: 1px solid var(--zouple-line);
    margin-bottom: 14px;
}

.zouple-cart-item,
.zouple-checkout-item {
    border: 1px solid var(--zouple-line) !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 26px rgba(20, 17, 15, .06);
    overflow: hidden;
}

.zouple-cart-item:hover,
.zouple-checkout-item:hover {
    box-shadow: var(--zouple-soft-shadow);
    transform: translateY(-2px);
}

.zouple-cart-image {
    height: 100%;
    min-height: 132px;
    object-fit: cover;
    background: var(--zouple-surface-2);
}

.zouple-cart-copy {
    padding-left: 18px !important;
}

.zouple-cart-title {
    color: var(--zouple-ink);
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 800 !important;
}

.zouple-cart-note {
    color: var(--zouple-muted) !important;
    font-size: 12px;
}

.zouple-cart-attributes {
    color: var(--zouple-accent);
    font-size: 13px;
    line-height: 1.4;
}

.zouple-qty-pill {
    display: inline-flex !important;
    align-items: center;
    width: auto !important;
    padding: 7px 14px;
    color: var(--zouple-muted);
    font-size: 13px;
}

.zouple-qty-pill b {
    color: var(--zouple-ink);
    margin-left: 5px;
}

.zouple-cart-price {
    color: var(--zouple-ink);
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.zouple-mobile-label {
    color: var(--zouple-muted);
    font-size: 12px !important;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.zouple-remove-btn {
    border-radius: 999px !important;
    color: #c43b3b !important;
    font-size: 13px;
    font-weight: 800;
}

.zouple-remove-btn:hover {
    background: rgba(196, 59, 59, .08);
    color: #9c2424 !important;
}

.zouple-cart-total-row {
    border-radius: 8px;
    background: var(--zouple-surface);
    border-color: var(--zouple-line) !important;
    margin-top: 18px;
}

.zouple-cart-actions {
    align-items: center;
}

.zouple-cart-summary {
    position: sticky;
    top: var(--zouple-sticky-offset);
    margin-top: 0;
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--zouple-soft-shadow);
    overflow: hidden;
    max-width: 100%;
}

.zouple-checkout-summary {
    margin-top: 0;
}

.zouple-summary-kicker {
    background: var(--zouple-surface);
    color: var(--zouple-muted);
    font-size: 13px;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.zouple-summary-line {
    color: var(--zouple-muted);
    font-size: 13px;
}

.zouple-summary-line span,
.zouple-summary-line i {
    color: var(--zouple-ink);
}

.zouple-summary-total {
    background: #14110f;
    color: #fff;
    margin: 0;
    letter-spacing: .04em;
}

.zouple-summary-total i,
.zouple-summary-total span {
    color: #fff;
}

.zouple-checkout-cta .cta,
.zouple-payment-action .cta {
    width: 100%;
}

.zouple-empty-cart {
    border: 1px solid var(--zouple-line);
    border-radius: 8px;
    background: var(--zouple-surface);
    color: var(--zouple-muted) !important;
}

.zouple-empty-cart .fa {
    color: var(--zouple-accent);
    font-size: 42px;
}

.zouple-checkout-steps {
    border: 1px solid var(--zouple-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--zouple-soft-shadow);
    padding: 14px 18px !important;
}

.zouple-checkout-steps #prevBtn {
    border-radius: 999px;
    padding: 8px 12px;
    font-weight: 800;
    cursor: pointer;
}

.zouple-checkout-steps #prevBtn:hover {
    background: var(--zouple-surface);
    color: var(--zouple-accent) !important;
}

.zouple-checkout-steps .step {
    align-items: center;
    gap: 8px;
    margin-left: 16px;
}

.zouple-checkout-steps .stepnu {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border-color: var(--zouple-line) !important;
    background: var(--zouple-surface);
    color: var(--zouple-muted);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}

.zouple-checkout-steps .step.active .stepnu,
.zouple-checkout-steps .step.finish .stepnu {
    background: var(--zouple-accent);
    border-color: var(--zouple-accent) !important;
    color: #fff;
}

.zouple-checkout-steps .stepTitle {
    color: var(--zouple-muted);
    font-weight: 800;
}

.zouple-checkout-panel {
    align-items: flex-start;
    border: 0 !important;
    border-radius: 8px;
    background: transparent !important;
    box-shadow: none !important;
    margin-left: 0;
    margin-right: 0;
    min-height: 0;
}

.row.shadow.zouple-checkout-panel {
    box-shadow: none !important;
}

.zouple-address-step > .row,
.zouple-review-step > .row {
    align-items: flex-start;
}

.zouple-address-step,
.zouple-review-step {
    max-width: 100%;
}

.zouple-section-kicker {
    margin: 0 0 10px;
    color: var(--zouple-ink);
    font-size: 15px;
}

.zouple-add-address,
.zouple-address-edit a {
    cursor: pointer;
    font-weight: 800;
}

.zouple-add-address {
    display: inline-flex;
    align-items: center;
    color: var(--zouple-accent) !important;
    border-radius: 999px;
    background: rgba(15, 118, 110, .08);
    padding: 8px 14px;
}

.zouple-add-address:hover {
    background: rgba(15, 118, 110, .14);
    transform: translateY(-1px);
}

.zouple-address-card,
.zouple-address-preview {
    border-color: var(--zouple-line) !important;
    border-radius: 8px;
    background: var(--zouple-surface);
    box-shadow: 0 8px 22px rgba(20, 17, 15, .06);
}

.zouple-address-card label,
.zouple-address-card .h5,
.zouple-address-preview .h6 {
    color: var(--zouple-ink);
    font-weight: 800;
}

.zouple-address-edit a {
    color: var(--zouple-accent) !important;
}

.zouple-select-label,
.zouple-preview-title {
    color: var(--zouple-muted);
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zouple-same-address {
    color: var(--zouple-muted);
    font-size: 13px;
}

.zouple-same-address input {
    margin-right: 4px;
}

.zouple-same-address-note {
    background: rgba(15, 118, 110, .08);
    color: var(--zouple-accent);
    border-color: rgba(15, 118, 110, .18) !important;
}

.zouple-step-action {
    clear: both;
    text-align: right;
    padding-top: 18px;
}

.zouple-address-preview-grid {
    margin-top: 22px;
    align-items: stretch;
}

.zouple-address-preview {
    min-height: 100%;
    color: var(--zouple-muted);
}

.zouple-coupon-box {
    border-color: var(--zouple-line) !important;
    background: var(--zouple-surface);
}

.zouple-coupon-box .input-group {
    background: #fff;
    border: 1px solid var(--zouple-line) !important;
    border-radius: 999px;
    overflow: hidden;
}

.zouple-coupon-box .form-control {
    min-height: 40px;
}

.zouple-coupon-box .checkDel {
    color: var(--zouple-accent) !important;
    font-weight: 900 !important;
}

.zouple-payment-methods {
    margin-top: 18px !important;
    box-shadow: var(--zouple-soft-shadow);
}

.zouple-checkout-summary,
.zouple-payment-methods,
.zouple-payment-action {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
}

.zouple-payment-action {
    text-align: center;
}

@media (max-width: 991px) {
    .zouple-cart-summary,
    .zouple-checkout-summary {
        position: static;
        margin-top: 1.5rem;
    }

    .zouple-checkout-panel {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }
}

@media (max-width: 767px) {
    :root {
        --zouple-fixed-header-height: 168px;
        --zouple-sticky-offset: 0px;
    }

    .zouple-cart-head {
        display: none;
    }

    .zouple-cart-item,
    .zouple-checkout-item {
        padding: 10px !important;
    }

    .zouple-cart-image {
        min-height: 112px;
        border-radius: 8px;
    }

    .zouple-cart-copy {
        padding-left: 14px !important;
    }

    .zouple-cart-price {
        align-items: flex-start;
        text-align: left !important;
        margin-top: 10px;
    }

    .zouple-checkout-steps {
        display: block !important;
    }

    .zouple-checkout-steps .stepsHead {
        justify-content: space-between !important;
        margin-top: 12px;
    }

    .zouple-checkout-steps .step {
        margin-left: 0;
        width: 50%;
    }

    .zouple-checkout-steps .stepTitle {
        font-size: 12px !important;
    }

    .zouple-step-action {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .zouple-step-action .cta {
        width: 100%;
    }

    .zouple-address-card,
    .zouple-address-preview {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

/* Zouple premium polish: visual-only refinements */
html {
    scroll-behavior: smooth;
    scroll-padding-top: 96px;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #008c7a #f2f6f5;
}

*::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

*::-webkit-scrollbar-track {
    background: #f2f6f5;
}

*::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #008c7a, #0f5f55);
    border: 2px solid #f2f6f5;
    border-radius: 999px;
}

a,
button,
.btn,
input[type="submit"],
.cta,
.btnSm,
.menuBtn,
.searchBtn,
.userBtn {
    transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease, opacity .2s ease;
}

a:hover {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
.cta:hover,
.btnSm:hover {
    transform: translateY(-1px);
}

.form-control,
input,
select,
textarea {
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.form-control:focus,
input:focus,
select:focus,
textarea:focus {
    border-color: #008c7a !important;
    box-shadow: 0 0 0 .16rem rgba(0, 140, 122, .16) !important;
    outline: 0;
}

.card,
.card-box,
.product-card,
.zouple-product-card,
.thumbnail,
.blog-card,
.testimonial-card,
.MagicZoom,
.zouple-cart-item,
.zouple-checkout-panel {
    transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}

.card:hover,
.card-box:hover,
.product-card:hover,
.zouple-product-card:hover,
.thumbnail:hover,
.blog-card:hover,
.testimonial-card:hover {
    box-shadow: 0 16px 38px rgba(15, 29, 27, .10);
    transform: translateY(-2px);
}

.product-card img,
.zouple-product-card img,
.thumbnail img,
.productImage img,
.magicImg,
.owl-carousel img {
    transition: transform .35s ease, filter .35s ease, opacity .25s ease;
}

.product-card:hover img,
.zouple-product-card:hover img,
.thumbnail:hover img,
.productImage:hover img {
    transform: scale(1.025);
}

.fixedTopMenu {
    backdrop-filter: saturate(130%) blur(6px);
    box-shadow: 0 8px 26px rgba(0, 0, 0, .12);
}

.mainCat a,
footer a {
    transition: color .2s ease, opacity .2s ease, padding-left .2s ease;
}

.mainCat a:hover,
footer a:hover {
    opacity: .82;
}

footer {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08);
}

.table,
.modal-content,
.zouple-order-summary,
.zouple-cart-summary {
    box-shadow: 0 12px 34px rgba(15, 29, 27, .07);
}

.zouple-reveal {
    opacity: 0;
}

.zouple-back-to-top {
    position: fixed;
    right: 22px;
    bottom: 92px;
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: #008c7a;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .20);
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transform: translateY(10px);
    transition: opacity .22s ease, transform .22s ease, background-color .22s ease;
}

.zouple-back-to-top.is-visible {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}

.zouple-back-to-top:hover {
    background: #0f5f55;
    transform: translateY(-2px);
}

@media (max-width: 767.98px) {
    html {
        scroll-padding-top: 82px;
    }

    .zouple-back-to-top {
        right: 16px;
        bottom: 82px;
        width: 38px;
        height: 38px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
    }

    .zouple-reveal {
        opacity: 1;
    }
}
