:root {
    --black: #000000;
}

body {
    background-color: white;
}

@media (min-width: 1440px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1380px;
    }
}

@media (min-width: 1600px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1540px;
    }
}

.content {
    min-height: 50vh;
}

.footer a {
    text-decoration: none;
    color: inherit;
}

footer {
    background-color: black;
    color: white;
}

.custom-container {
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.contact-container {
    padding-left: 12%;
    padding-right: 12%;
}

.top-nav a {
    text-decoration: none;
    color: black;
}

.nav-link {
    color: black !important;
    font-size: 16px;
}

.submenu-left {
    padding-top: 2%;
    font-size: 15px;
    padding-left: 8%;
}

.megamenu-tab .nav-item .nav-link.active {
    font-weight:bold !important;
}

.submenu-attribute {
    padding-bottom: 10%;
}

.submenu-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.background-image-style {
    background-image: var(--bg-image);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.submenu-title {
    font-weight: bold;
    font-size:1.2rem;
    text-align:center;
}

.footer-left {
    margin-top: 3%;
}

.footer-bottom {
    background-color: #313131;
    font-size: 0.75rem;
}

.footer-attribute {
    padding-bottom: 7%;
}

.footer-title {
    color: #D51A68;
    font-weight: bold;
    padding-bottom: 3%;
}

.footer-list {
    color: white;
}

.footer-subcribe-input {
    margin-top: 5%;
    margin-bottom: 5%;

}

.footer-subcribe-btn {
    border-color: white;
    color: white;
    background-color: black;
}

.contact-shop-section {
    padding-top: 5%;
    padding-bottom: 2%;
}

.contact-outlet-section {
    padding-top: 1%;
    padding-bottom: 2%;
}

.contact-title {
    font-weight: bold;
}

.contact-attribute {
    padding-bottom: 4%;
}

.contact-page-title {
    font-weight: bold;
    font-size: 2.5rem;
    /* padding-top: 2%; */
    /* padding-bottom: 2%; */
    color: white;
}

.contact-outlet-section-subsection {
    margin-left: 6%;
    margin-right: 6%;
}

#home-top-slider .item img {
    position: absolute;
    top: 0;
    height: 100%;
    object-fit: cover;
}

#home-top-slider .item video {
    position: absolute;
    top: 0;
    height: 100%;
}

#home-top-slider .item{
    position: relative;
    padding-top: 31.25%;
    width: 100%;
}

.video-wrapper{
    position: relative;
}

.video-wrapper:hover{
    cursor: pointer;
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    border: 1px solid;
    border-color: #000;
    color: #000;
    background-color: #FFF;
    font-size: 25px;
    border-radius: 50%;
    width: 55px;
    height: 55px;
    z-index: 999;
}

.play-icon.white {
    color: #FFF;
    border-color: #FFF;
    background-color: #000;
}

.play-icon::before{
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-40%,-45%);
}

.home-title {
    font-size: 2rem;
}

.home-top-slider-description {
    font-size: 1.2rem;
}

#home-top-slider .owl-dots {
    position: absolute;
    right: 8%;
    bottom: -12%;
}

.home-shopNow-btn {
    font-size: 1.2rem;
    border-radius: 10px;
    font-size: 1.1rem;
    border-color: black;
    background-color: white;
    margin-top: 2%;
}

.home-discover-btn {
    font-size: 1rem;
    border-radius: 10px;
    border-color: black;
    background-color: white;
    margin: 9%;
}

.home-top-slider-policy {
    background-color: black;
    color: white;
    font-size: 1.5rem;
    padding-top: 1.5%;
    padding-bottom: 1.5%;
    margin-top:40px;
    margin-bottom:40px;
}

.home-top-slider-policy-text {
    font-size: 1rem;
    font-weight: bold;
    color: white;
}

#home-trending-slider .owl-dots{
    margin-top:30px
}

.home-trending-title {
    font-weight: bold;
    font-size: 1.1rem;
}

.home-trending-product {
    width: 80%;
    margin: auto;
    padding-bottom: 10%;
}

.home-trending-image {
    height: 250px;
}

#home-middle-slider .item img {
    display: block;
    width: 100%;
    height: 30em;
    object-fit: cover;
}

.home-lens-image {
    height: 280px;
}

.home-lens-product {
    width: 80%;
    margin: auto;
    border-color: black;
    border-radius: 14px;
    border: solid 1px;
}
#home-lens-slider .owl-dots{
    display:none;
}

#home-lens-slider .owl-nav .left {
    position: absolute;
    left: -5%;
    top: 35%
}

#home-lens-slider .owl-nav .right {
    position: absolute;
    right: -5%;
    top: 35%;
}

#home-lens-slider .owl-nav .right:hover {
    color: grey;
}

#home-lens-slider .owl-nav .left:hover {
    color: grey;
}

#home-new-slider .item img {
    display: block;
    width: 100%;
    height: 19em;
    object-fit: cover;
}

.home-new-title {
    font-weight: bold;
    font-size: 1.3rem;
}

#home-new-slider .owl-nav .left {
    position: absolute;
    left: -40%;
    top: 30%
}

#home-new-slider .owl-nav .right {
    position: absolute;
    right: -40%;
    top: 30%;
}

#home-new-slider .owl-nav .right:hover {
    color: lightgrey;
}

#home-new-slider .owl-nav .left:hover {
    color: lightgrey;
}

.home-category-container {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 1%;
}

.home-category-image {
    overflow: hidden;
    position: relative;
    object-fit: cover;
}

.home-category-image img {
    transition: 0.5s all ease-in-out;
    object-fit: cover;
}

.home-category-image:hover img {
    transform: scale(1.2);
}

.home-category-image-title {
    position: absolute;
    top: 7%;
    color: lightgrey;
    font-size: 1.5rem;
    font-weight: bold;
    left: 4%;
}

.home-social-container {
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 1%;
    padding-bottom: 6%;
}

.home-social-title {
    font-size: 1.5rem;
}

.discover-top-title {
    font-size: 2.2rem;
    font-weight: bold;
    margin-right: 20%
}

.discover-black {
    background-color: black;
    height: 15vh;
    color: white;
    text-align: center;
    line-height: 15vh;
}

.discover-triangle {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 40px solid black;
    padding-bottom: 5%;
}

.discover-grey {
    background-color: #f5f5f5;
}

#discover-who-carousel {
    margin: auto;
    padding-left: 15%;
    padding-right: 15%;
}

#discover-who-carousel img {
    width: 100%;
    height: 30rem;
    object-fit: cover;
}

#discover-who-carousel .owl-nav {
    text-align: right;
}

.discover-who-title {
    font-weight: bold;
    font-size: 1.7rem;
    padding-bottom: 1%;
}

.discover-who-attribute {
    padding-bottom: 5%;
}

.discover-work-title {
    font-size: 2rem;
    padding-top: 2%;
    padding-bottom: 2%;
}

.discover-work-content {
    text-align: center;
    margin-right: 8%;
    margin-left: 8%;
}

.discover-work-content img {
    height: 100em;
    object-fit: cover
}

/* .discover-work-banner {
    padding-top: 5%;
} */

.discover-work-banner img {
    width: 100%;
    height: 25rem;
    object-fit: cover
}

#discover-testimonial-slider .item {
    margin-top: 30%;
}

.discover-testimonial-attribute {
    border: 1px solid black;
    margin: 7%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10%;
    text-align: center;
    position: relative;
}

/* .discover-testimonial-image img{
    border-radius: 50%;
    width:7em;
    height:7em;
} */

.discover-testimonial-image {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: -20%;
}

.discover-testimonial-attribute .name {
    font-weight: bold;
    font-size: 1.2rem;
    padding-top: 10%;
    padding-bottom: 5%;
}

#discover-testimonial-slider .owl-dots{
    display: none;
}

#discover-testimonial-slider .owl-nav .left {
    position: absolute;
    left: -5%;
    top: 45%
}

#discover-testimonial-slider .owl-nav .right {
    position: absolute;
    right: -5%;
    top: 45%;
}

#discover-testimonial-slider .owl-nav .right:hover {
    color: lightgrey;
}

#discover-testimonial-slider .owl-nav .left:hover {
    color: lightgrey;
}

#product-detail-slider .item {
    padding: 2px;
    cursor: pointer;
}

#product-detail-slider .item img {
    object-fit: cover;
    /* object-position: 0 0; */
    width: 100%;
    height: 5rem;
    /* min-height: 5rem; */
}

.product-detail-active{
    border:solid 1px black;
}

.product-detail-base-image {
    text-align: center;

}

.product-detail-base-image img {
    width: 100%;
    height: 45vh;
    object-fit: cover;
}

.product-detail-base-image .zoomImg {
    width:1000px !important;
    height:1000px !important;
}

.product-detail-star {
    color: gold;
}

.product-detail-name .brand {
    font-weight: bold;
    font-size: 1.2rem
}

.product-detail-name .name {
    font-size: 1.0rem
}

.product-detail-price p {
    font-size: 1.0rem
}

.product-detail-colour label [type=radio] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.product-detail-colour label [type=radio]+img {
    cursor: pointer;
    outline: 2px solid lightgrey;
}

.product-detail-colour label [type=radio]:checked+img {
    outline: 2px solid black;
}

.product-detail-discount {
    background-color: #D51A68;
    position: absolute;
    top: 0;
    right: 0;
    height: 4rem;
    width: 4rem;
    display: flex;
}

.product-detail-discount p {
    margin: auto;
    color: white;
    font-size: 1rem;
}

.black-btn {
    color: white;
    background-color: black;
}

.black-btn:hover {
    color: black;
    background-color: white;
}

.product-information-tab .nav-item .nav-link.active {
    border-bottom: solid 2px !important;
    background-color: white !important;
}

.product-information-tab .nav-item .nav-link {
    border: 0;
}

.product-information {
    padding-left: 20%;
    padding-right: 20%
}

.product-review-left {
    font-size: 1.2rem;
}

.product-review-left .brand {
    font-weight: bold;
}

.product-review-left .review {
    font-size: 1rem;
}

.product-review-right {
    border-left: solid 1px black;
    padding-left: 30px
}

.product-review-right-attribute .name {
    font-weight: bold;
    font-size: 1.2rem;
}

.product-gallery img {
    height: 18rem;
    width: 18rem;
    object-fit: cover;
}

.product-recomended-product {
    width: 70%;
}

.product-recomended-product img {
    height: 15rem;
    object-fit: cover;
}

.product-recomended-detail .brand {
    font-weight: bold;
    font-size: 1.2rem;
}

.product-recomended-detail .price {
    font-size: 1.2rem;
}

#product-recomended-slider{
    padding-bottom:25px;
}

#product-recomended-slider .owl-dots{
    display:none;
}

#product-recomended-slider .owl-nav .left {
    position: absolute;
    left: -5%;
    top: 25%
}

#product-recomended-slider .owl-nav .right {
    position: absolute;
    right: -5%;
    top: 25%;
}

#product-recomended-slider .owl-nav .right:hover {
    color: lightgrey;
}

#product-recomended-slider .owl-nav .left:hover {
    color: lightgrey;
}

.celebrities-index-list {
    width: 16rem;
}

.celebrities-show-top img {
    width: 100%;
    height: 50vh;
    object-fit: cover;
}

.celebrities-show-top-single img {
    width: 50%;
    height: 50vh;
    object-fit: cover;
}

.celebrities-show-product a {
    text-decoration: none;
    color:black;
}

.celebrities-show-product img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
    position: relative;
}

.celebrities-show-product-detail .brand {
    font-weight: bold;
    font-size: 1.2rem;
}

.celebrities-show-product-detail .price {
    font-size: 1.2rem;
}

.celebrities-show-status {
    position: absolute;
    top: 2%;
    left: 9%;
}

.wishlist-product img {
    width: 100%;
    height: 22rem;
    object-fit: cover;
    position: relative;
}

.wishlist-product-detail .brand {
    font-weight: bold;
    font-size: 1.2rem;
}

.wishlist-product-detail .price {
    font-size: 1.2rem;
}

.help-tab .nav-item .nav-link.active {
    border-bottom: solid 3px !important;
    background-color: white !important;
}

.help-tab .nav-item .nav-link {
    border: 0;
}

.help-container{
    padding-left: 20%;
    padding-right: 20%;
}

.help-title{
    font-weight:bold;
    font-size:16px;
    padding-top:1rem;
    font-style: italic;
}

.account-detail {
    width: 100%;
    margin: 0 auto;
}

#term-and-condition ol {
    counter-reset: item;
}

#term-and-condition ol li {
    display: block;
    position: relative;
    padding-top:10px;
}

#term-and-condition ol li:before {
    content: counters(item, ".")".";
    counter-increment: item;
    position: absolute;
    margin-right: 100%;
    right: 10px; /* space between number and text */
}



@media (min-width: 768px) {
    .account-detail {
        width: 520px;
    }

    .account-detail.social-media {
        width: 200px;
    }
}

.account-tab {
    border-bottom: 0px;
}

.account-tab .nav-item .nav-link.active {
    border-bottom: solid 2px !important;
    background-color: white !important;
}

.account-tab .nav-item .nav-link {
    border: 0;
    font-size: 1.25rem;
    padding: 0.5rem 3rem;
}

.view-password {
    position: absolute;
    right: 15px;
    top: 50%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 200;
    transform: translate(0, -50%);
}

.input-group.is-invalid .account-login-reveal-btn {
    color: #e3342f;
}

.account-login-btn {
    border: solid 1px black;
    border-radius: 10px;
    padding: 0.5rem 4.25rem;
    font-size: 1.15rem;
}

.account-login-btn:hover {
    color: white;
    background-color: black;
}

.account-forget-btn a {
    color: black;
}

.account-forget-btn a:hover {
    text-decoration: none;
    color: grey;
}

.account-separator {
    display: flex;
    align-items: center;
    text-align: center;
    padding-top: 1%;
    padding-bottom: 5%;
}

.account-separator::before,
.account-separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #000;
}

.account-separator::before {
    margin-right: 10px;
}

.account-separator::after {
    margin-left: 10px;
}

.account-social-button {
    border-radius: 10px;
}

.account-social-button i {
    color: white;
    font-size: 1.2rem;
    vertical-align: middle;
}

.account-social-button.facebook {
    background-color: #3B5998;
}

.account-social-button.instagram {
    background-color: #D51A68;
}

.account-register-btn {
    width: 14rem;
    border: solid 1px black;
    border-radius: 10px;
}

.account-register-btn:hover {
    color: white;
    background-color: black;
}

input.account-login-password.is-invalid {
    background-image: none;
}

.profile-left .list {
    font-size: 1rem;
    padding-top: 2%;
}

.profile-left .list a {
    text-decoration: none;
    color: black;
}

.profile-left .list a:hover {
    color: grey;
}

.profile-right {
    border-left: 1px solid black;
    padding-left: 50px;
    padding-bottom: 15px;
}

.profile-right .title {
    font-weight: bold;
    font-size: 2rem;
    color: black;
}

.profile-reveal-btn-1,
.profile-reveal-btn-2 {
    position: absolute;
    right: 4%;
    top: 28%;
    font-size: 1.2rem;
    cursor: pointer;
    z-index: 200;
}

.profile-right .btn {
    border: 1px solid lightgrey;
    border-radius: 10px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 10px;
}

.profile-right .attribute .name,
.profile-right .attribute .icon {
    font-size: 1.2rem;
}

.profile-right .attribute .name,
.profile-right .attribute .address,
.profile-right .attribute .country {
    padding-bottom: 7px;
}


.fontstar {
    margin-top: -26px;
    margin-left: 22px;
}

.blur {
    width: 100%;
    height: 94vh;
    filter: blur(8px);
    overflow: hidden;
    background-color: hsla(0, 0%, 7%, .36);
    overflow: hidden;
}

.cross-price {
    color: grey;
    text-decoration: line-through;
    padding-left: 3%
}

.navbar .nav-item .nav-link.active {
    border-bottom: solid 3px black;
}

.custom-paginate .pagination {
    justify-content:center !important;
    font-size:18px;
}

.custom-paginate .pagination a{
    color:black;
}

.custom-paginate .pagination .page-link {
    border:none !important;
}

.custom-paginate .page-item.active .page-link {
    text-decoration: underline;
    background-color:white;
    color:black;
}

.custom-paginate .page-link[aria-label*='Next'], .custom-paginate .page-link[aria-label*='Previous'], .custom-paginate  .page-item[aria-label*='Previous'] span, .custom-paginate .page-item[aria-label*='Next'] span{
    line-height: 1;
    padding: 0;
    font-size: 35px !important;
}

.desktop-paginate{
    display: block;
}

.mobile-paginate{
    display:none
}

.celebrity-list a{
    text-decoration: none;
    color:black;
}

.celebrity-list img{
    width:100%;
    height:28rem;
    object-fit:cover;
    object-position: top;

}

.celebrity-list .name{
    font-weight: bold;
    padding-top:4%;
    font-size:1rem;
}


.product-prescription-form label {
    width: 100%;
    font-size: 1rem;
  }

  .card-input-element+.card {
    color: black;
    box-shadow: none;
    border: 2px solid transparent;
    border-radius: 4px;
  }

  .card-input-element+.card:hover {
    cursor: pointer;
  }

  .card-input-element:checked+.card {
    border: 2px solid #e4097e;
    transition: border .7s;
  }

  .card-input-element-index-active {
    border: 2px solid #e4097e !important;
    transition: border .7s !important;
  }

  .card-input-element-type-active {
    border: 2px solid #e4097e !important;
    transition: border .7s !important;
  }

  .card-input-element:checked+.card::after {
    color: #AFB8EA;
    font-size: 24px;
  }



@media screen and (max-width: 767px) {

    #home-trending-slider .owl-dots{
        display: none;
    }

    #home-top-slider .owl-dots {
        position: relative;
        right: 0;
    }

    /* #home-top-slider .item img{
        height:18em;
    } */

    #home-new-slider .owl-nav {
        display: none;
    }

    #home-lens-slider .owl-nav {
        display:none;
    }

    #home-lens-slider .owl-dots {
        display:block;
        padding-top:25px;
    }

    #home-lens-slider .home-lens-product{
        width:97%;
    }

    #home-middle-slider .item img {
        height:10em;
    }

    .discover-top-title {
        font-size: 1.2rem;
    }

    #discover-who-carousel {
        padding-left: 0;
        padding-right: 0;
    }

    #product-recomended-slider .owl-nav{
        display:none;
    }

    #product-recomended-slider .owl-dots{
        display:block;
    }

    #discover-testimonial-slider .owl-dots {
        display:block;
        padding-bottom:15px;
    }

    #discover-testimonial-slider .owl-nav {
        display:none;
    }

    .product-review-right {
        border: none;
        padding-left: 15px;
    }

    .profile-right {
        border-left: none;
        padding-left: 15px;
    }

    .profile-right .title {
        font-size: 1.6rem;
    }

    /* #product-detail-slider .item img {
        height: 5rem;
    } */

    .home-title {
        font-size: 1.5rem;
    }

    .home-category-text .description {
        font-size: 0.65rem;
    }

    .contact-page-title {
        font-size: 1.5rem;
        color: white;
    }

    .help-container{
        padding-left: 10%;
        padding-right: 10%;
    }
}

@media all and (min-width: 992px) {

    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
        border: 0
    }

    .navbar .has-megamenu {
        position: static !important;
        height: 45px;
    }

    .navbar .megamenu {
        width: 100%;
        padding: 20px;
    }

    .navbar .nav-item:hover .nav-link {
        border-bottom: solid 3px black;
    }
}

@media screen and (max-width: 992px) {

    .submenu-title {
        font-weight: normal;
        text-align:left;
        font-size:0.9rem;
    }

    .dropdown-menu {
        border: 0
    }

    .navbar-toggler,
    .navbar-brand {
        z-index: 200;
    }

    .submenu-left {
        padding-left: 5%;
    }

    .navbar-collapse {
        position: absolute;
        overflow-x: hidden;
        top: 100%;
        left: 10%;
        padding-top: 4%;
        padding-left: 10%;
        padding-right: 10%;
        padding-bottom: 10%;
        width: 100%;
        min-height: 100vh;
        background-color: white;
        z-index: 100;
    }

    .navbar-collapse.collapsing {
        left: -100%;
        transition: height 0s ease;
    }

    .navbar-collapse.show {
        left: 0;
        transition: left 800ms ease-in-out;
    }

    .navbar-toggler.collapsed~.navbar-collapse {
        transition: left 800ms ease-in-out;
    }
}

.empty-wishlist {
    font-size: 15rem;
    color: grey
}

.btn-custom-light {
    font-size: 1.2rem;
    border-color: lightgrey;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.profile-main-container {
    margin: 2rem auto;
}

.profile-sidemenu-container {
    padding-top: 1.5rem;
}

.profile-sidemenu-container .sidemenu-title {
    font-size: 1.8rem;
}

.profile-sidemenu-container .sidemenu-items {
    margin: 2rem auto;
    padding: 0;
    list-style: none;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item {
    font-size: 1.1rem;
    text-decoration: none;
    padding: 0.5rem 0;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item>a {
    color: var(--black);
    text-decoration: none;
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item>a:hover {
    text-decoration: none;
    border-bottom: 2px solid var(--black);
}

.profile-sidemenu-container .sidemenu-items li.sidemenu-item.active {
    font-weight: bolder;
}

.profile-side-content-container {
    padding-top: 2rem;
    border-top: 2px solid #cecece;
}

@media (min-width: 768px) {
    .profile-side-content-container {
        margin-top: 2rem;
        padding-top: 0;
        border-left: 2px solid #cecece;
        border-top: 0;
    }
}

.profile-side-content-container .side-title {
    font-size: 1.8rem;
}

a.dark,
a.dark:hover,
a.dark:focus,
a.dark:active {
    color: var(--black);
}

@media screen and ( max-width: 520px ){

    /* li.page-item {
        display: none;
    }
    .page-item:nth-child(-n+4),
    .page-item:last-child,
    .page-item.active {

        display: block;
    } */
    .desktop-paginate{
        display: none;
    }

    .mobile-paginate{
        display:block
    }
}