html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* vertical-align: baseline; */
}


body {
    line-height: 1;
    position: relative
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none !important;
}

* {
    line-height: normal;
    box-sizing: border-box;
}

/* End Css Resset */

@font-face {
    font-family: YekanBakh FaNum;
    src: url('fonts/Yekan-Bakh-FaNum-04-Regular.eot');
    src: url('fonts/Yekan-Bakh-FaNum-04-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Yekan-Bakh-FaNum-04-Regular.woff2') format('woff2'), url('fonts/Yekan-Bakh-FaNum-04-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: YekanBakh FaNum;
    src: url('fonts/Yekan-Bakh-FaNum-06-Bold.eot');
    src: url('fonts/Yekan-Bakh-FaNum-06-Bold.eot?#iefix') format('embedded-opentype'), url('fonts/Yekan-Bakh-FaNum-06-Bold.woff2') format('woff2'), url('fonts/Yekan-Bakh-FaNum-06-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: poppins;
    src: url('fonts/Poppins-Regular.eot');
    src: url('fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Poppins-Regular.woff2') format('woff2'), url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

:root {
  --black: #000000;
  --white: #ffffff;
  --beige: #01a9aa;
  --red: #aa0000;
  --blue: #bbdefb;
  --blue-2: #e3f2fd;
  --bg: #FEFEFE;
  --bgcolorful: #F6F5F3;
  --secondry-1: #595959;
  --secondry-2: #e1dfd8;
  --secondry-3: #e0e0e0;
  --secondry-4: #C0C0C0;
  --secondry-5: #E5E3E2;
}

body {
    font-family: YekanBakh FaNum;
    background-color: var(--bg);
}

.colorfull-body {
    background-color: var(--bgcolorful);
}

.poppins-font {
    font-family: poppins;
}

body {
    position: relative;
}

.min-vh-100 {
    min-height: 100vh;
}


/* Header */
header {
    background-color: transparent;
    color: var(--white);
    transition: 0.3s;
}

  header:hover {
    background-color: #ddeff0;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    color: var(--black);
    transition: 0.3s;
  }

    header a {
        color: var(--white);
    }

    header:hover a {
        color: var(--black);
    }

    header a:hover {
        color: var(--secondry-1);
    }

.navbar {
    box-shadow: none;
}

header {
    position: relative;
    transition: all 0.3s ease-in-out;
    z-index: 15 !important;
}

#indexHeader {
  padding-right: 0 !important;

}
  #indexHeader:hover {
    background-color: #ddeff0 !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    color: var(--black);
    transition: 0.3s;
  }
  .header-page {
    color: var(--black);
    background-color: var(--white);
    transition: 0.3s;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    padding-right: 0 !important;
  }

    .header-page a {
        color: var(--black);
    }


/* Modals */
.modal-backdrop {
    z-index: 4 !important;
}

.modal-dialog .modal-content {
    border-radius: 0 !important;
}

.modal-header .close {
    margin: -1rem -1rem -1rem auto;
}

.modal-header {
    border: none;
}

.rotate-90 {
    transform: rotate(3.142rad);
}

.arrow-down {
    display: none;
    transition: 0.3s;
}

.modal-body ul a:hover .arrow-down,
.modal-body ul a:focus .arrow-down,
.modal-body ul a:active .arrow-down {
    display: inline-block;
    transition: 0.3s;
}

#colorModal .modal-header,
#materialModal .modal-header,
#sizeModal .modal-header,
#sizeGuideModal .modal-header {
    border-bottom: 1px solid var(--secondry-2);
}

    #colorModal .modal-header button,
    #materialModal .modal-header button,
    #sizeModal .modal-header button,
    #sizeGuideModal .modal-header button {
        border-left: 1px solid var(--secondry-2);
    }

header.scroll {
    transform: translateY(-100%);
}

header.scroll-up {
    transform: translateY(0);
    background-color: var(--white);
    color: var(--black) !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

    header.scroll-up .navbar-nav a {
        color: var(--black);
    }

.border-btm {
    border-bottom: 1px solid var(--secondry-3);
    box-shadow: none;
}

.border-right {
    border-right: 1px solid var(--secondry-3);
}

.list-style-disk {
    list-style: disc;
}

/* Search */
.search-area {
    background-color: var(--white);
    position: absolute;
    top: 0;
    width: 100%;
    height: 96px;
    z-index: 12;
    padding: 10px 40px;
    display: none;
}

.search-area-content {
    position: relative;
    align-items: center;
    display: flex;
    height: 76px;
}

    .search-area-content form {
        width: 40%;
        margin: 0 auto;
    }

        .search-area-content form input {
            margin-bottom: 0 !important;
        }

            .search-area-content form input::placeholder {
                font-size: 13px;
                color: rgba(0, 0, 0, 0.4);
            }

.search-close {
    cursor: pointer;
    font-size: 30px;
    outline: none;
    border: none;
    background-color: transparent;
}

/* Colors */
.section-bg {
    padding-top: 100px !important;
    background-color: var(--white);
    color: var(--black);
}

    .section-bg a {
        color: var(--white);
        transition: 0.3s;
    }

        .section-bg a:hover {
            color: var(--secondry-1);
            transition: 0.3s;
        }

a {
    color: var(--black);
    transition: 0.3s;
}

.none-color-1 {
    color: var(--secondry-1);
}

.none-color-2 {
    color: var(--secondry-4);
}

.none-color-2-bg {
    background-color: var(--bgcolorful);
}

.n
/* Spacing */
.section-bg hr {
    border-top: 1px solid var(--secondry-1);
    opacity: 0.2;
}

.mb-100 {
    margin-bottom: 100px;
}

/* Sizing */
.pagination .page-item .page-link {
    font-size: 1rem !important;
}

.w-content {
    width: fit-content;
}

.w-30 {
    width: 30%;
}

.w-70 {
    width: 70%;
}

.h7 {
    font-size: .75rem;
}

.margin-1rem {
    margin: auto -1rem;
}

.padding-75rem {
    padding: 0 .75rem !important;
}

/* Images and Videos*/
.crop-img {
    width: 100%;
    height: 100%;
}

    .crop-img img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.blog-post img,
.login-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-view-content {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.section-mask {
    position: relative;
}

    .section-mask img,
    .section-mask video {
        display: block;
    }

/*.section-mask::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0) 20%);
    opacity: 0.9;
    z-index: 1;
}*/

main .section-parent:first-child .section-mask::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.0) 50%), linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0) 20%);
    opacity: 0.9;
    z-index: 1;
}

.video-container {
    position: relative;
    width: 100%;
}

    .video-container video {
        width: 100%;
    }

.play-btn {
    position: absolute;
    bottom: calc(10% + 2.5px);
    right: 5%;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.mute-btn {
    position: absolute;
    bottom: 10%;
    right: 4%;
    margin: auto 50px auto auto;
    z-index: 2;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.play-btn,
.mute-btn {
    border: none !important;
    background-color: transparent !important;
}

    .play-btn:focus,
    .mute-btn:focus {
        outline: none;
    }


/* Sections */
.section-parent {
    position: relative;
}

.section-content {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: var(--white);
    width: calc(100% - 30px);
}

.section-content>div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.section-btn {
    width: max-content;
    padding: 0.625rem 2.5rem;
    border-radius: 1.3125rem;
    color: var(--white);
    border: 2px solid var(--white);
}

    .section-btn:hover {
        color: var(--white);
        padding: 0.625rem 3.5rem 0.85rem;
        border-radius: 1rem;
    }


/* Blog Section */
.blog-post a {
    text-decoration: underline !important;
    text-underline-offset: 5px;
}

/* Checkout - Address */
.pandora-btn-border {
    color: var(--black) !important;
    background-color: transparent !important;
    border: 2px solid var(--black) !important;
}

/* Product */
.ticketDepartmentSelect {
    position: relative;
}

    .ticketDepartmentSelect select {
        display: none;
    }

.select-selected {
    position: relative;
    background-color: transparent !important;
    outline: none !important;
    border-radius: var(--radius-6) !important;
    display: flex;
    align-items: center;
    color: #000000 !important;
}

    .select-selected:after {
        content: "";
        background-image: url("/website/img/icons/arrow-left.svg");
        width: 15px;
        height: 15px;
        background-size: cover;
        margin-right: 1rem;
    }

.select-items div,
.select-selected {
    color: var(--black);
    border: 1px solid transparent;
    border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
    cursor: pointer;
}

.select-items {
    position: absolute;
    width: 100%;
    border-radius: 0.25rem !important;
    border: 1px solid rgba(209, 210, 213, 0.3) !important;
    background-color: #fbfbfb;
    top: calc(100% + 14px);
    z-index: 2;
}

.select-hide {
    display: none;
}

.select-items div {
    padding: 10px 10px;
    text-align: left;
}

    .select-items div:hover,
    .same-as-selected {
        background-color: rgba(0, 0, 0, 0.1);
    }

.star-rating {
    display: inline-block;
}

    .star-rating input[type="radio"] {
        display: none;
    }

    .star-rating label {
        font-size: 24px;
        color: gray;
        cursor: pointer;
        transition: color 0.2s ease-in-out;
    }

        .star-rating label:hover,
        .star-rating input[type="radio"]:checked ~ label {
            color: orange;
        }

.add-to-car-btn {
    width: calc(100% - (50px+1rem));
}

.product-items-number {
    display: flex;
}

.product-items-number-area .number-input button {
    background-color: transparent;
    border: 1px solid var(--secondry-4);
    border-radius: 0.25rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.product-items-number-area .number-input.number-input button {
  width: 45px;
  height: 45px;
}

.product-items-number-area .number-input.number-input input[type=number] {
  max-width: 2.5rem;
  background-color: transparent;
  height: 45px;
  padding: 1.5rem;
  border-radius: 0.25rem;
  border: none;
  border-width: 0 1px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #495057;
}

.form-control.product-items-number {
    padding: .25rem .5rem .25rem .25rem;
}

.product-image-area {
    background: linear-gradient(to bottom, var(--secondry-5), var(--bgcolorful));
}

.product-image-area-rev {
    background: linear-gradient(to bottom, var(--bgcolorful), var(--secondry-5));
}

.product-summary-area {
    background-color: var(--bgcolorful);
    padding-top: 150px
}

.product-gallery-area {
    background: linear-gradient(to bottom, var(--secondry-5), var(--bgcolorful));
}

.product-gallery-thumbnail {
    padding: 0;
}

.product-card {
    border: 1px solid var(--secondry-2);
    padding: .5rem;
}

    .product-card:active,
    .product-card:focus,
    .product-card-active {
        border: 1px solid var(--black);
    }

    .product-card img {
        background: linear-gradient(to bottom, var(--secondry-5), var(--bgcolorful));
    }

.image-cover:hover p,
.image-cover:hover p {
    display: none;
}

.mdb-lightbox figure {
    float: none;
}

.off-circle {
    height: calc((1.25rem + 48px) / 2);
    width: calc((1.25rem + 48px) / 4);
    position: absolute;
    background-color: #000000;
    z-index: 3;
    border-radius: calc((1.25rem + 48px) / 4) 0 0 calc((1.25rem + 48px) / 4);
    overflow: hidden;
}

.off-area {
    position: absolute;
    display: flex;
    align-items: center;
    top: 6%;
    left: 6%;
}

.off-box {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--red);
    color: var(--white);
    padding: .5rem;
    border-radius: 5px;
    z-index: 2;
}

.off-archive-area .off-percent {
    font-size: 1.25rem;
}

.off-archive-area .off-text {
    font-size: 1rem;
}

.off-archive-area .off-box-content {
    border-radius: 5px;
    padding: .25rem .5rem;
    border: 2px dotted var(--white);
}

.off-box-content {
    border-radius: 5px;
    padding: .25rem 1rem;
    border: 2px dotted var(--white);
}

    .off-box-content span {
        line-height: normal;
    }

.off-archive-area {
    position: absolute;
    top: 3%;
    left: 5%;
}

/* .off-box-archive {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--red);
    color: var(--white);
    padding: .5rem;
    border-radius: 5px;
    z-index: 2;
} */

.off-box-archive {
    position: relative;
    z-index: 3 !important;
    display: flex;
    flex-direction: column;
    /* gap: 5px; */
    align-items: center;
    justify-content: center;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    width: 90px;
    height: 90px;
    background: linear-gradient(315deg, #fe0000 0%, #960000 100%);
    /* font-family: sans-serif; */
    font-family: sans-serif;
    color: var(--white);
}
/* 
.off-archive-area::before {
    content: "";
    position: absolute;
    z-index: 2;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    width: 90px;
    height: 90px;
    background-color: rgb(220, 220, 1);
    transform: rotate(-5deg);
    top: -3px;
    left: 0;
}

.off-archive-area::after {
    content: "";
    position: absolute;
    z-index: 2;
    border-top-left-radius: 45px;
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    width: 90px;
    height: 90px;
    background-color: rgb(237, 154, 0);
    transform: rotate(5deg);
    left: 0;
    top: 0;
} */

.off-box-archive span:first-child {
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
}

.off-box-archive span:last-child {
    font-size: 15px;
    line-height: 15px;
    font-weight: bold;
}

.off-box-v2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: linear-gradient(315deg, #720000 0%, #C00 100%);;
    color: var(--white);
    padding: 1rem .5rem;
    border-radius: 15px;
    z-index: 2;
    font-family: Tahoma;
    gap: 5px;
}
.off-box-v2-percent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.off-box-v2-percent>div {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.off-box-v2-percent>div>span:first-child {
    font-size: 20px;
}
.off-box-v2-percent>div>span:last-child {
    font-size: 35px;
    line-height: 30px;
}
.off-box-v2-percent>span {
    font-size: 60px;
    line-height: 60px;
}


/* Products Archive */
.owl-carousel-archive {
    position: relative;
}

    .owl-carousel-archive h1 {
        width: calc(100% - 50px);
    }

    .owl-carousel-archive .owl-dots {
        display: none;
    }

    .owl-carousel-archive .owl-nav {
        position: absolute;
        width: 100%;
        top: 50%;
    }


        .owl-carousel-archive .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            right: 5%;
        }

        .owl-carousel-archive .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            left: 5%;
        }

.arrow-visible .owl-nav img {
    display: block !important;
}

.owl-carousel-archive .owl-nav img {
    display: none;
    transition: 0.3s !important;
}

.owl-carousel-archive:hover .owl-nav img {
    display: block;
    transition: 0.3s !important;
}

.owl-carousel-archive:hover .owl-nav button {
    background-color: white !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.owl-carousel-archive .owl-nav button {
    background-color: transparent !important;
    box-shadow: none !important;
}

/* Heart Favorite */
.heart-icon {
    cursor: pointer;
}

    .heart-icon.active {
        filter: brightness(0) saturate(100%)
    }

        .heart-icon.active path {
            stroke: none;
        }

.heart-icon-absolute {
    top: 5%;
    left: 5%;
    display: inline-block !important;
    width: auto !important;
    z-index: 2;
}

/* Read All */
.readall {
    position: relative;
}

.readall-button {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #222222;
    background-color: transparent;
    border: none;
    margin-top: 20px;
}

.readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .1), var(--white) 75%)
}

/* Forms */
.md-form.md-outline label {
    left: auto;
    right: 0;
    padding-right: 10px;
}

    .md-form.md-outline label.active {
        right: 8px;
        left: auto;
    }

.md-form.md-outline > input[type=time]:not(.browser-default) + label,
.md-form.md-outline > input[type]:-webkit-autofill:not(.browser-default):not([type=search]) + label {
    right: 8px;
    left: auto;
}

/* Login */
.login-header {
    background-color: var(--black);
}

    .login-header .nav-link.active {
        background-color: var(--white);
        color: var(--black);
    }

.login-body label {
    margin-bottom: .51rem !important;
}

/* Profile */
.profile-link .active {
    background-color: var(--beige);
    color: var(--white);
    border-radius: .2rem;
    font-weight: bold;
}

.profile-link li a {
    padding: 0.75rem;
}

.profile-link .nav {
    display: block;
}

.radius {
    border-radius: .25rem;
}

.profile-purchase-tabs {
    margin: auto 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}

.profile-purchase-counter {
    background-color: rgba(192, 192, 192, 0.5);
    padding: .1rem .5rem;
    border-radius: .25rem;
}

.profile-purchase-tabs .active .profile-purchase-counter {
    background-color: var(--beige) !important;
    color: var(--white);
}

.profile-purchase-tabs .active {
    color: var(--black) !important;
    font-weight: bold;
    background-color: rgb(0, 144, 199, 0.3) !important;
    border-radius: 0.25rem;
    transition: 0.3s;
}

.profile .tab-content {
    padding: 0 1rem;
}

.card-border {
    border: 1px solid #eeeeee;
    border-radius: .25rem;
    transition: 0.3s;
}

    .card-border:hover {
        border: 1px solid var(--secondry-4);
        transition: 0.3s;
    }

.profile-accordion .card .card-header a {
    color: var(--white) !important;
    padding: 0.5rem 0.75rem;
}

.profile-accordion .card .card-body {
    padding: 0 1.25rem 1.25rem 1.25rem;
}

#profile-favourite .heart-icon-absolute {
    left: 8%;
    top: 7%;
}

#print-btn {
    border: none;
    outline: none;
    background-color: transparent;
    cursor: pointer;
}

.bd-next,
.bd-prev {
    font-size: 12px !important;
}

.profile-a.active svg path {
    fill: var(--white);
}

/* Buttons */
.btn {
    margin: 0;
    text-transform: none;
    font-size: unset
}

.btn-border {
    border: 1px solid var(--black);
}

.w-sm-50 {
    width: 70%;
}

.owl-nav button {
    background-color: white !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    width: 25px;
    height: 25px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 50% !important;
    border: none !important;
    outline: none;
}

.forget-password-btn {
    border-radius: .125rem;
    border: 1px solid var(--black);
    width: 100%;
}

.login-btn {
    width: 100%;
}

/* FAQ */
.accordion .card {
    margin-bottom: 0.75rem;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: .5rem !important;
    border: solid 1px #eeeeee;
}

    .accordion .card .card-header {
        background-color: transparent;
        border: none;
        padding: 0.75rem 0.5rem !important;
    }

        .accordion .card .card-header * {
            font-weight: 400;
            font-size: normal
        }

        .accordion .card .card-header a {
            display: block;
            line-height: normal;
            color: inherit;
            text-decoration: none;
            position: relative;
            -webkit-transition: color 0.5s ease;
            -moz-transition: color 0.5s ease;
            -ms-transition: color 0.5s ease;
            -o-transition: color 0.5s ease;
            transition: color 0.5s ease;
            padding-right: 0.5rem
        }


.hr-thick {
    border-width: 1px;
    margin-right: 20px;
}

.title-line {
    width: max-content;
}

.ul-disc {
    list-style: inside;
}

    .ul-disc li {
        margin-bottom: .5rem;
        line-height: calc(100% + 10px);
    }

/* Cart */
.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input button {
    background-color: transparent;
    border: 1px solid var(--secondry-4);
    border-radius: 0.25rem;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: none;
    border-radius: .25rem;
}

    .number-input.number-input button {
        width: auto;
        height: 30px;
    }

    .number-input.number-input input[type=number] {
        max-width: 2.5rem;
        padding: .5rem;
        border: none;
        border-width: 0 1px;
        font-size: 1rem;
        height: 2rem;
        color: #495057;
    }

#discountBtn {
    border: 3px solid var(--beige);
    background-color: transparent;
    color: var(--beige);
    width: 100%;
    padding: 1.5rem;
    cursor: pointer;
    transition: 0.3s;
}

    #discountBtn:hover {
        background-color: var(--beige);
        color: var(--white);
        transition: 0.3s;
    }

        #discountBtn:hover svg path {
            fill: var(--white);
            transition: 0.3s;
        }

#discountForm {
    display: none;
}

    #discountForm input,
    .btn-submit,
    .btn-remove {
        height: 38px;
        width: 100%;
    }

.btn-submit {
    border: none;
    background-color: var(--black);
    color: var(--white);
    border-radius: 0.25rem;
}

.btn-remove {
    background-color: var(--red);
    color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
}

    .btn-remove:hover,
    .btn-submit:hover {
        cursor: pointer;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        transition: 0.3s;
    }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--beige);
}

.beige-btn {
    background-color: var(--beige);
    /* color: var(--white); */
    color: #141414 !important;
}

.beige-color {
    color: var(--beige);
}

.product-item-counter {
    width: 50px;
}

.form-control.product-item-counter {
    padding: .25rem .5rem .25rem .25rem;
}

.check-rules::before {
    background-color: rgba(0, 144, 199, .3);
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--beige);
}

.gift {
    background-color: rgba(0, 144, 199, .1);
    border-radius: .25rem;
    width: fit-content;
    padding: .5rem .5rem;
}

    .gift .custom-control-label::before {
        position: unset !important;
        margin-left: 7px;
        background-color: rgba(0, 144, 199, .3);
    }

    .gift .custom-control-label::after {
        top: auto;
        right: auto;
    }

.text-rotate {
    writing-mode: vertical-rl;
    text-orientation: mixed;
}

.item-counter {
    margin-right: 10px;
    position: relative;
}

  .item-counter:after {
    content: attr(value);
    font-size: 12px;
    color: var(--white);
    background: var(--beige);
    border-radius: 50%;
    position: absolute;
    right: 5px;
    top: 0;
    opacity: 0.9;
    z-index: 10;
    min-width: 1rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
  }

.nav-item {
    position: relative;
}

.basket {
    position: relative !important;
    z-index: 5 !important;
}

/* Store */
.map {
    height: 180px;
    width: 300px;
    border-radius: .25rem;
    z-index: 1;
}

.map-full {
    height: 200px;
    width: 100%;
    border-radius: .25rem;
}

/* Pagination */
.pagination {
    display: flex;
    gap: 5px;
    align-items: center;
}

    .pagination .page-item.active .page-link {
        background-color: var(--beige);
        /* width: 100% !important;
    height: 35px; */
}

/* 
.pagination .page-item {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
}

.pagination .page-item .page-link {
    display: flex;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    line-height: 16px !important;
}

.pagination .page-item .page-link:first-child,
.pagination .page-item .page-link:last-child,
.pagination .page-item:first-child,
.pagination .page-item:last-child {
    width: fit-content !important;
} */

/* Footer */
.footer-links a {
    color: #9e9e9e;
    color: #595959;
}

    .footer-links a:hover {
        color: var(--black);
    }

/* 404 Page */
.error-404 {
    line-height: normal;
    font-size: 9rem;
    font-weight: bold;
    animation: colorfull 3s infinite;
}

.ask-me {
    position: fixed;
    z-index: 8;
    bottom: 50px;
    right: 50px;
    background-color: var(--white);
    box-shadow: 0 0 50px rgba(0, 144, 199, 0.3);
    border-radius: 10px;
    padding: 10px;
}

    .ask-me:hover {
        box-shadow: 0 0 50px rgba(0, 144, 199, 0.6);
    }

.owl-thumb-item img {
    object-fit: cover;
    height: 80px;
    width: 80px;
    border-radius: 5px;
}

.owl-thumbs-v1 {
    display: block;
    /* margin-top: 40px; */
    text-align: center;
    padding: 40px 15px;
    /* overflow-y: auto;
    overflow-x: visible; */
    /* overflow-y: scroll; */
}

.carousel-image {
    display: block;
}

.owl-thumbs-v1 .owl-thumb-item {
    display: block;
    margin: 0 auto 20px auto;
    opacity: 1;
}

.owl-thumbs-v1 .owl-thumb-item img {
    /* width: auto;
    height: auto; */
        width: 80px;
        height: 80px;
    }

.owl-thumbs-v2 {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    padding: 5%;
    z-index: 10;
}

.owl-thumbs-v2 {
    display: none;
}

.owl-thumb-item {
    cursor: pointer;
    border: none;
    background: none;
    /* padding: 0; */
    opacity: .4;
}

    .owl-thumb-item.active {
        opacity: 1;
    }

.arrow-visible .owl-nav button {
    background-color: var(--white) !important;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3) !important;
}

#popUp .modal-content {
    background-color: transparent;
    box-shadow: none
}

header .nav-link img svg {
    color: #C0C0C0;
}


@keyframes colorfull {
    0% {
        color: var(--beige);
    }

    50% {
        color: var(--black);
        ;
    }

    100% {
        color: var(--beige);
    }
}

/* Responsive */
@media screen and (max-width: 992px) {

    .responsive-search-v2 {
        display: flex !important;
        align-items: center;
        justify-content: center;
    }

    .menu-area,
    .menu-area-v2 {
        display: none !important;
    }

    /* .hide {
        display: flex !important;
    } */
    .search-area-content form {
        width: 60%;
    }

    .add-to-car-btn {
        padding: .84rem 10px !important;
    }

    .w-sm-50 {
        width: 75%;
    }

    .modal-body {
        overflow-y: scroll;
    }

    .modal-content {
        background-color: var(--white);
    }
}

@media screen and (max-width: 768px) {
    .store-gallery {
        justify-content: center;
    }

    .color-area {
        display: flex !important;
    }

    .owl-thumbs-v1 {
        display: none;
    }

    .owl-thumbs-v2 {
        display: block;
    }

    .search-area-content form {
        width: 70%;
    }

    .off-percent {
        font-size: 1.75rem;
    }

    .off-text {
        font-size: 1.25rem;
    }

    .reply-btn span {
        display: none;
    }

    .reply-btn svg {
        width: 20px;
        height: 20px;
    }

    .product-image-cover {
        display: none;
    }

    .nemad-section {
        width: 40% !important;
    }

    .d-grid {
        display: grid;
    }

    .map {
        width: 100%;
    }

    .map-full {
        height: 180px;
    }

    .profile-purchase-tabs li {
        width: 50%;
        text-align: center;
    }

    #submit-btn {
        width: 100%;
    }

    .cart-img {
        width: 100%;
    }

    .item-number {
        font-size: 1rem;
        font-weight: bold;
    }

        .item-number span {
            font-weight: normal;
            color: var(--secondry-1);
        }

    .login-img {
        display: none;
    }

    .login-img {
        display: none;
    }

    .forget-password-btn {
        width: 100%;
    }

    .owl-carousel-archive .owl-dots {
        display: flex;
        justify-content: space-between;
        position: absolute;
        bottom: 0;
        width: 100%;
    }

        .owl-carousel-archive .owl-dots .owl-dot span {
            width: 100%;
            height: 3px !important;
            margin: 0 !important;
            border-radius: 0 !important;
        }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: var(--black);
    }

    .arrow-visible .owl-nav {
        display: block;
    }

    .owl-nav {
        display: none;
    }

    .section-content {
        bottom: -2%;
    }

    .play-btn {
        position: absolute;
        top: 5%;
        right: 5%;
        position: absolute;
        bottom: auto;
    }

    .mute-btn {
        position: absolute;
        top: 5%;
        left: 5%;
        right: auto;
        margin: auto;
        bottom: auto;
    }

    .w-sm-50 {
        width: 75%;
    }

    .product-summary-area {
        background-color: transparent;
    }

    main>section:first-child .play-btn,
    main>section:first-child .mute-btn {
        top: auto !important;
        bottom: 5% !important;
    }
}

@media screen and (max-width: 576px) {
    .section-content > h1 {
        font-size: 2.2rem;
    }

    .off-box-archive {
        width: 50px;
        height: 50px;
        gap: 2px;
    }

    .off-archive-area::before {
        width: 50px;
        height: 50px;
        top: 0;
    }

    .off-archive-area::after {
        width: 50px;
        height: 50px;
    }
    .off-archive-area {
        left: 5%;
        top: 2%;
    }

    .off-box-archive span:first-child {
        font-size: 16px;
        line-height: 16px;
        font-weight: bold;
    }

    .off-box-archive span:last-child {
        font-size: 8px;
        line-height: 8px;
        font-weight: bold;
    }

    .owl-thumbs-v2 {
        position: relative;
    }

    .owl-thumb-item img {
        object-fit: cover;
        height: 50px;
        width: 50px;
    }

    /* .off-box-archive {
        padding: 0.25rem;
    } */

    .off-archive-area .off-box-content {
        padding: 0.25rem;
    }

    .off-archive-area .off-percent {
        font-size: 1rem;
        margin-left: 5px !important;
    }

    .off-archive-area .off-text {
        font-size: 0.75rem;
    }

    .off-area {
        top: 4%;
        left: 5%;
    }

    .search-area-content form {
        width: calc(100% - 40px);
    }

    .w-sm-50 {
        width: 100%;
    }

    .off-box-v2-percent > div > span:first-child {
        font-size: 12px;
    }

    .off-box-v2-percent > div > span:last-child {
        font-size: 20px;
        line-height: 20px;
    }

    .off-box-v2-percent > span {
        font-size: 35px;
        line-height: 35px;
    }

    .off-box-v2-title {
        font-size: 10px;
    }

    .off-box-v2 {
        border-radius: 10px;
        padding: 0.75rem 0.5rem;
    }
}

@media screen and (min-width: 992px) {
    .item-counter:after {
        right: 0 !important;
    }

    .hide {
        display: none;
    }
}









.footer-card {
    border-radius: .25rem;
    /* border: 1px solid #eeeeee; */
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    font-weight: bold;
    justify-content: center;
}

    .footer-card img {
        height: 60px;
    }

    .footer-card span {
        font-size: 16px;
        font-weight: normal;
        opacity: 0.5;
    }

#popUp .modal-content {
    background-color: white;
    border-radius: .25rem !important;
}

    #popUp .modal-content .modal-header .close span:last-child {
        font-size: 1rem;
        line-height: 1;
    }

    #popUp .modal-content .modal-body {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

.product-title-area {
    position: relative;
}

.product-title-area::before {
    content: "";
    background-image: url(/website/img/logo/logo.svg);
    width: 39.9px;
    height: 56px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

    .product-title-area h1,
    .product-title-area div {
        padding-right: 49px;
    }

header .dropdown-menu {
    top: calc(100px - 2rem);
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border: none;
}

    header .dropdown-menu.show {
        display: flex;
        /* flex-direction: column; */
        gap: 5px;
    }

header .dropdown-item:hover {
    background-color: var(--beige) !important;
}

.mobile-menu {
    display: flex;
    gap: 10px;
    flex-direction: column;
    list-style: disc;
}

    .mobile-menu .accordion ul.show {
        display: flex;
        gap: 10px;
        flex-direction: column;
        padding-right: 20px;
        margin-top: 10px;
        list-style: circle;
    }

.flex-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .flex-area.collapsed .rotate-icon {
        transform: rotate(-90deg);
        transition: 0.3s;
    }

    .flex-area .rotate-icon {
        transform: rotate(90deg);
        transition: 0.3s;
    }

.dropdown-toggle::after {
    vertical-align: middle;
}


.color-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .color-area div {
        display: flex;
        align-items: center;
    }

.product-title {
    display: block;
    text-align: left;
}

.product-archive {
    display: flex;
    flex-direction: column;
}

.header-menu .dropdown-menu {
    left: 50%;
    right: 50%;
}

.gap-15 {
    gap: 15px;
}

.owl-dot {
    position: relative;
}

.owl-dot::after {
    content: "";
    position: absolute;
    top: -12px;
    bottom: -12px;
    left: -12px;
    right: -12px;
}

.breadcrumb-color {
    color: #525252;
}




.menu-area,
.menu-area-v2 {
    display: none;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    transition: 0.3s;
}

.menu-area-content {
    background-color: #fff;
    padding: 20px;
    display: flex;
    gap: 30px;
    border-bottom-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-top: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

    .menu-area-content a {
        display: block;
        height: fit-content;
        padding: 5px 10px;
    }

        .menu-area-content a:hover {
            color: var(--beige);
        }

.menu-toggle.active,
.menu-toggle-v2.active {
    color: var(--beige) !important;
    font-weight: bold;
}

.menu-title-lead {
    font-size: 110%;
    font-weight: bold;
}

    .menu-title-lead.bordered {
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

.menu-subtitle {
    margin-top: 15px;
}

    .menu-subtitle a {
        color: rgba(0, 0, 0, .5);
    }

        .menu-subtitle a:hover {
            color: var(--beige);
            font-weight: normal !important;
        }

.menu-toggle::after,
.menu-toggle-v2::after {
    content: "";
    background-image: url('/website/img/icons/arrow-down.svg');
    width: 12px;
    height: 12px;
    display: inline-block;
    background-size: contain;
    margin-right: 0.25rem;
    transition: 0.3s;
}

.menu-toggle,
.menu-toggle-v2 {
    display: flex !important;
    align-items: center;
}

    .menu-toggle.active::after,
    .menu-toggle-v2.active::after {
        transform: rotate(180deg);
        transition: 0.3s;
    }

.filter-btn-form {
    box-shadow: none;
    background-color: transparent;
    border: 1px solid #d3d3d3;
    border-radius: 5px;
    transition: 0.3s;
}

    .filter-btn-form:hover {
        box-shadow: none;
        background-color: var(--beige);
        border-color: var(--beige);
        color: white;
        transition: 0.3s;
    }

.category-description h1 {
    font-size: 2.5rem;
    font-weight: bold;
}

.category-description h2 {
    font-size: 2rem;
    font-weight: bold;
}

.category-description h3 {
    font-size: 1.75rem;
    font-weight: bold;
}

.category-description h4 {
    font-size: 1.5rem;
    font-weight: bold;
}

.category-description h5 {
    font-size: 1.25rem;
    font-weight: bold;
}

.category-description h6 {
    font-size: 1rem;
    font-weight: bold;
}

.category-description a {
    color: var(--beige);
}

.category-description .readall-button {
    display: block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background-color: var(--beige);
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
}

.category-description .readall-hide:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, .6), var(--white) 75%)
}

.store-gallery {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

    .store-gallery img,
    .store-gallery video {
        width: 150px;
        height: 84px;
        object-fit: cover;
        border-radius: 5px;
    }

.owl-thumbs-v2 .owl-thumb-item {
    padding: 5px;
}

.responsive-search-v2 {
    display: none;
}