* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    font-size: 81.25%;
    line-height: 1.84615em;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}

body {
    color: #000000;
    font-family: sans-serif;
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

h1 {
    font-size: 2em;
    line-height: 1.84615em;
    margin: 0.92308em 0;
    font-family: 'Vanitas-Regular';
}

h2 {
    font-size: 1.5em;
    line-height: 1.23077em;
    margin: 1.23077em 0;
    font-family: 'Vanitas-Regular';
}

h3 {
    font-size: 1.17em;
    line-height: 1.57791em;
    margin: 1.57791em 0;
    font-family: 'Vanitas-Regular';
}

h4 {
    font-size: 1em;
    line-height: 1.84615em;
    margin: 1.84615em 0;
    font-family: 'Vanitas-Regular';
}

h5 {
    font-size: 0.83em;
    line-height: 2.22428em;
    margin: 2.22428em 0;
    font-family: 'Vanitas-Regular';
}

h6 {
    font-size: 0.67em;
    line-height: 2.75545em;
    margin: 2.75545em 0;
    font-family: 'Vanitas-Regular';
}

a {
    color: #674581;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    color: #000000;
}

ul,
ol {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
}

.form-item input,
.form-item input[type="text"],
.form-item input[type="tel"],
.form-item select {
    height: 38px;
    border: 1px solid #EBEBEB;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}
.form-item input[type="tel"].error {
    border: 2px solid red;
}

.form-item textarea {
    border: 1px solid #EBEBEB;
    resize: none;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    background: #674581;
    border: 1px solid #674581;
    outline: none;
    padding: 8px 20px;
}

button:hover,
[type="button"]:hover,
[type="reset"]:hover,
[type="submit"]:hover {
    background: #000;
    border: 1px solid #000;
    transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #72848C;
    opacity: 0.6;
}

::-moz-placeholder {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #72848C;
    opacity: 0.6;
}

:-ms-input-placeholder {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #72848C;
    opacity: 0.6;
}

:-moz-placeholder {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #72848C;
    opacity: 0.6;
}

.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
    padding: 0;
}


/*
** Title icons
*/

.title-icon-bg>h2 {
    text-align: center;
    font-family: 'Vanitas-Regular';
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 10px 0 0;
}

.title-icon-bg>h2::before {
    content: '';
    height: 2px;
    width: 280px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(117, 86, 141, 1) 37%, rgba(103, 69, 129, 1) 49%, rgba(113, 81, 137, 1) 64%, rgba(215, 206, 222, 1) 84%, rgba(255, 255, 255, 1) 100%);
    display: block;
    position: relative;
    top: 55px;
    margin: 0 auto;
}

.title-icon-bg>h2::after {
    content: '';
    background: url("/themes/custom/dimexon/images/svg/diamond.svg") no-repeat center;
    display: block;
    width: 44px;
    height: 36px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
    background-position: center 12px;
}

.title-icon-bg.white-bg h2::after {
    background-color: #fff;
}


/**
** Silck dots
*/

.slick-dots {
    text-align: center;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: #B5B5B5;
    border: none;
    height: 10px;
    width: 10px;
    padding: 0;
    font-size: 0;
    margin: 5px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.slick-dots li.slick-active button {
    width: 25px;
    height: 8px;
    background: #674581;
}

.slick-dots li button:hover {
    background: #674581;
}


/*
** Header
*/

.header {
    border-top: 5px solid #674581;
    transition: all 0.3s ease-in-out;
}

.header .navbar {
    position: static;
    top: -150px;
    left: 0;
    width: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 991;
}

.header .navbar.fixed-header {
    position: fixed;
    background: #fff;
    top: 0;
    border-top: 5px solid #674581;
}

.nav-wrap {
    position: relative;
}

.user-icons .fa-user {
    font: normal normal normal 18px/1 FontAwesome;
}

.user-icons {
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -10px;
}

.user-icons .fa-user {
    color: #674581;
    cursor: pointer;
}

.block-login-popup {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 99;
    padding: 15px;
    border-radius: 0 3px 3px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(80%);
    top: 50%;
    margin-top: 7px;
}

.block-login-popup a {
    color: #674581;
    text-decoration: none;
}

.usr-act .block-login-popup {
    opacity: 1;
    transform: translateY(0);
}


/*
** Header End
*/


/*
** Main menu
*/

.navbar {
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
}

.navbar-nav li a {
    font-family: sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #674581;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}

.navbar-nav li a:hover,
.navbar-nav li a.is-active {
    color: #674581;
}


/*
** Main menu End
*/

.breadcrumb .block-page-title-block{
    display:  none;
}
.breadcrumb-item+.breadcrumb-item::before {
    content: '\f105';
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 0;
    color: #674581;
    margin-right: 10px;
}
#block-dimexon-breadcrumbs .breadcrumb li:last-child {
    padding-top: 3px;
    padding-left: 15px;
}
#block-dimexon-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
    margin-right: 10px;
}


/*
** navbar brand logo
*/

.navbar-brand-site {
    width: 132px;
    padding: 10px 0;
}

.site-logo img {
    width:100%;
    height: 100px;
}


/*
** Footer
*/

footer {
    padding: 0;
}

.footer__top {
    background: #000000;
    padding: 50px 0;
}

.footer-logo {
    width: 130px;
}

.social-links .footer-logo .site-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.footer__bottom {
    background: #151515;
    padding: 15px 0;
}

.footer__bottom p {
    margin: 0;
    color: #fff;
}

.copyrights p,
.privacy_policy a {
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.privacy_policy a {
    text-transform: uppercase;
    color: #fff;
    padding: 0 10px;
}

.privacy_policy a:hover {
    color: #674581;
}

.social-links-icon {
    display: flex;
    flex-wrap: wrap;
    max-width: 280px;
    margin: 25px auto 0;
}

.social-links-icon li {
    /* padding: 8px 16px;
    border: 1px solid #674581; */
    margin: 0 12px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.social-links-icon li:hover {
    border-color: #fff;
}

.social-links-icon li:hover a {
    color: #fff;
}

.social-links-icon li a .fa {
    color: #674581;
    border: 1px solid #674581;
    padding: 12px 15px;
}
.social-links-icon li a .fa:hover {
    border: 1px solid #fff;
}

/*
** Newsletter subscription
*/

.newsletter-subscription {
    background: #674581;
    padding: 25px 0;
}

.newsletter-subscription .webform-submission-form label {
    display: none;
}

.newsletter-subscription .webform-submission-form .form-item,
.newsletter-subscription h2,
.newsletter-subscription .webform-actions {
    margin: 0;
}

.newsletter-subscription h2 {
    font-size: 16px;
    color: #fff;
    padding-right: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 30px 5px 0;
}

.newsletter-subscription .form-email {
    border-radius: 50px;
    height: 38px;
    line-height: 39px;
}

.newsletter-subscription .webform-button--submit {
    background: #000000;
    font-size: 14px;
    text-transform: uppercase;
    font-family: sans-serif;
    padding: 8px 40px;
    transition: all 0.3s ease-in-out;
    position: relative;
    border: none;
    margin: 10px 0;
}

.newsletter-subscription .webform-button--submit:hover {
    background: #fff;
    color: #000;
}


/*
** Silder
*/


/* .home-banner-silder {
    height: 0px;
}

.home-banner-silder .bkg-img {
    height: 380px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
} */

.home-page-banner {
    position: relative;
}

.home-page-banner .field--name-field-title {
    font-family: 'Vanitas-Regular';
    font-size: 26px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
}

.home-page-banner .field--name-field-description p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #000000;
    text-transform: uppercase;
    opacity: 0.92;
    margin: 30px 0;
}

.home-page-banner .field--name-field-cta {
    background: #674581 0% 0% no-repeat padding-box;
    border: none;
    padding: 14px 30px;
    transition: all 0.3s ease-in-out;
}

.home-page-banner .field--name-field-image img {
    max-width: 100%;
    width: 100%;
    display: block;
    height: auto;
}

.home-page-banner .field--name-field-cta:hover {
    background: #000;
}

.home-page-banner .field--name-field-cta a {
    text-align: left;
    /* font: normal normal medium 14px/18px Poppins; */
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-transform: uppercase;
    opacity: 0.88;
    border-radius: 0;
}


/* .home-page-banner .home-banner-inner {
    position: relative;
    top: 100px;
} */


/*
** About JP
*/

.about-jp img {
    width: 100%;
}

.about-jp .field--name-field-title {
    font-family: 'Vanitas-Regular';
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 10px;
}

.about-jp .field--name-field-description p {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #333333;
    opacity: 1;
    margin-bottom: 1.5rem;
}

.about-jp .jp-about-align-center {
    align-items: center;
    justify-content: center;
}

.about-jp iframe {
    width: 100%;
}

.about-jp .field--name-field-cta {
    border: 1px solid #674581;
    background: transparent;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
}

.about-jp .field--name-field-cta a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #674581;
    text-transform: uppercase;
    opacity: 0.88;
    border-radius: 0;
    background: url("/themes/custom/dimexon/images/svg/timeline.svg") no-repeat left;
    background-size: 18px;
    padding-left: 30px;
}

.get-dr-btn a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    background-color: #674581;
    color: #fff;
    text-transform: uppercase;
    opacity: 0.88;
    border-radius: 0;
    background-image: url(/themes/custom/dimexon/images/icons/directions.png);
    background-size: 18px;
    padding: 10px 20px 10px 40px;
    background-repeat: no-repeat;
    background-position: 12px;
}

.about-jp .field--name-field-cta:hover {
    border: 1px solid #000;
}


/*
** What Make Special
*/

.what-make-special {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.what-make-special>.field__item {
    flex: 0 0 100%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #E6E6E6AD;
    margin-bottom: 30px;
}

.what-make-special>.field__item .fld-inr-bg {
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 49.7%;
}

.what-make-special>.field__item:nth-child(3n+1) {
    background: #F7F5F9 0% 0% no-repeat padding-box;
}

.what-make-special .field--name-field-title {
    font-family: 'Vanitas-Regular';
    font-size: 18px;
    line-height: 32px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 10px 0;
}

.what-make-special .field--name-field-description p {
    text-align: center;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 25px;
    font-weight: 400;
    color: #666666;
}

.what-make-special .field--name-field-image {
    width: 50px;
    margin: 0 auto;
}

.what-make-special .field--name-field-image img {
    max-width: 100%;
    display: block;
    height: auto;
    width: 100%;
}

.what-make-special .show-lnk {
    cursor: pointer;
    background-image: url(/themes/custom/dimexon/images/icons/arrow-right.png);
    background-repeat: no-repeat;
    padding-right: 20px;
    background-position: right;
    text-align: right;
}


/*
** Trending BLock
*/


/* .trending-block .view-content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
} */

.trending-block .views-row {
    border: 1px solid #EBEBEB;
    margin-bottom: 30px;
    padding: 15px 0;
    overflow: hidden;
    position: relative;
}

.trending-block .views-row .views-field-field-image img {
    transition: all 0.3s ease-in-out;
    transform: scale(1, 1);
    display: block;
    margin: 0 auto;
    width: 280px;
    height: auto;
}

.trending-block .views-row:hover .views-field-field-image img {
    transform: scale(1.1, 1.1);
}

.trending-block .views-row .views-field-field-image {
    padding-bottom: 20px;
}


/* .trending-block .views-row:nth-child(4n+1) {
    grid-area: 1 / 1 / 3 / 2;
    background: #F7F7F7;
    grid-column: 1/ span 2;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
} */

.trending-txt-wrap .trending-tag {
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #674581;
    text-transform: uppercase;
    display: block;
}

.trending-txt-wrap h2 {
    text-align: center;
    font-family: sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
}


/* .trending-txt-wrap h2 a {
    text-align: center;
    font: normal normal bold 18px/26px Vanitas;
    color: #000000 !important;
    text-transform: uppercase;
    margin: 0;
    text-decoration: none;
} */


/* .trending-block .views-row:nth-child(4n+1) .trending-txt-wrap h2 {
    font: normal normal bold 30px/32px Vanitas;
} */


/*
** Store location
*/


/*
#about,
*/

#store-location,
#contact-us,#about, #trend-now {
    margin-top: -100px;
    padding-top: 110px;
}

#contact-us {
    margin-bottom: 1.5rem;
}

#contact-us::after {
    background-color: #f7f7f7;
}

.left,
.right {
    margin-bottom: 30px;
}

[data-quickedit-entity-id="block_content/4"]>h2 {
    display: none;
}

.wp-store>div {
    width: 100%;
}

.address-wrap {
    border: 0;
    position: relative;
    text-align: left;
    background-image: url("/themes/custom/dimexon/images/background/jp_cntus.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 0;
    padding-top: 67.64%;
}

.get-dr-btn {
    margin-bottom: 3rem;
}

.address-wrap img {
    width: 100%;
    height: 130px;
}

.address-wrap .address {
    /* position: absolute; */
    color: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 20px;
}

.address-wrap .address h2 {
    font-family: 'Vanitas-Regular';
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin: 0 0 20px;
}

.address-wrap .add-btn-wrp {
    background: rgba(103, 69, 129, .47);
    position: absolute;
    bottom: 0;
    width: 100%;
}

.wp-store .address .sub {
    font-family: sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    background: url(/themes/custom/dimexon/images/icons/location.png);
    background-repeat: no-repeat;
    padding-left: 25px;
}

.wp-store .address .contact {
    background: url(/themes/custom/dimexon/images/icons/phone.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 10px;
}

.wp-store .address .contact-mail {
    background: url(/themes/custom/dimexon/images/icons/mail.png);
    background-repeat: no-repeat;
    padding-left: 25px;
    margin-top: 10px;
}

.wp-store .address .contact h3 {
    font-family: 'Vanitas-Regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.28px;
    color: #000000;
    margin-bottom: 10px;
}

.wp-store .address .contact .sub:before {
    content: '\f095';
    display: inline-block;
    font: normal normal normal 22px/1 FontAwesome;
    color: #999;
    margin-right: 15px;
    vertical-align: middle;
}

.wp-store .address .contact .sub {
    text-align: left;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333333;
}

.wp-store .add-btn-wrp {
    color: #fff;
    text-align: left;
    padding: 20px 0;
    background: #5c3d72;
}

.wp-store .add-btn-wrp a {
    color: #fff !important;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

.wp-store .add-btn-wrp .get-dr-btn a {
    background-color: #000;
    opacity: 1;
}
nav .breadcrumb{
    background: transparent;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
}
nav .breadcrumb li{
    color: #674581;
}
.Login-Register-popup-link a {
    text-transform: capitalize;
}
.user-login-form > a {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    text-align: center;
}
@media (max-width:767px) {
    .wp-store .address {
        padding-bottom: 4rem;
    }
    body.path-product .mob-icon {
        top: 0px !important;
    }
}

.map iframe {
    width: 100%;
}

.mob-icon {
    display: none;
}

.mob-icon .fa-bars {
    font: normal normal normal 22px/1 FontAwesome;
    padding: 5px;
    cursor: pointer;
}


/*
** breadcrumb
*/

div.breadcrumb {
    /* background: url("/themes/custom/dimexon/images/background/bg-strip-2.png") repeat-x; */
    background: #674581;
    background-size: contain;
    padding: 15px;
    margin-bottom: 0;
    border-radius: 0;
    display: block;
}

.breadcrumb h1 {
    font-family: 'Vanitas-Regular';
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0;
    text-align: left !important;
}

.breadcrumb ol {
    background: none;
}
.breadcrumb ol.breadcrumb li {
    color: #fff;
}

.breadcrumb ol.breadcrumb li a {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
}


/*
** related silder
*/

.related-silder .views-row img {
    max-width: 100%;
    display: block;
    height: auto;
    width: 100%;
    padding: 20px;
    position: relative;
}


/* home 1st block animation */

#beautiful {
    opacity: 0;
    left: 50%;
    margin-left: 17px;
    -moz-transition: all 1500ms ease-out;
    -webkit-transition: all 1500ms ease-out;
    -o-transition: all 1500ms ease-out;
    transition: all 1500ms ease-out;
    -moz-transform: translate3d(200px, 0px, 0px);
    -webkit-transform: translate3d(200px, 0px, 0px);
    -o-transform: translate(200px, 0px);
    -ms-transform: translate(200px, 0px);
    transform: translate3d(200, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flTxt.active#beautiful {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

#uniquely,
#beautiful {
    position: absolute;
    display: block;
    font-size: 28px;
    color: #ffffff;
    z-index: 99;
    top: 50%;
    margin-top: 20px;
    text-shadow: 0px 0px 5px #000000;
    line-height: 0;
    margin-top: -8px;
}

@media (min-width: 1024px) {
    #uniquely,
    #beautiful {
        margin-top: -20px;
    }
}

#uniquely {
    right: 50%;
    margin-right: 17px;
}

#uniquely {
    opacity: 0;
    -moz-transition: all 1500ms ease-out;
    -webkit-transition: all 1500ms ease-out;
    -o-transition: all 1500ms ease-out;
    transition: all 1500ms ease-out;
    -moz-transform: translate3d(-200px, 0px, 0px);
    -webkit-transform: translate3d(-200px, 0px, 0px);
    -o-transform: translate(-200px, 0px);
    -ms-transform: translate(-200px, 0px);
    transform: translate3d(200, 0px, 0px);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flTxt.active#uniquely {
    opacity: 1;
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.hghBnrBk img {
    width: 100%;
    height: 100%;
}

body.path-product .tab--primary .tabs__tab a {
    font-size: 18px !important;
}


/* new design what spl */

.spCntWrp {
    background: rgba(0, 0, 0, .7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: left;
    padding: 0 20px 5px;
    color: #fff;
}

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


/* cookie */

.cookie-compliance {
    background-color: #666;
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
}


/* user Ac menu */

.usrAc i.fa-user {
    font-size: 21px;
}

#block-useraccountmenu .navbar-nav {
    position: absolute;
    right: 0;
    text-align: right;
    display: none;
    z-index: 10;
    background: #fff;
    box-shadow: 2px 3px 4px #ccc;
    top: 42px;
}

@media (max-width:1023px) {
    .mob-icon {
        display: block;
    }
    body.path-product .mob-icon {
        position: absolute;
        z-index: 9999;
        top: -15px;
    }
    .main-nav-bar {
        display: block !important;
    }
    .main-nav-bar .menu--main {
        position: absolute;
        background: #fff;
        top: 7px;
        z-index: 991;
        width: 100%;
        padding: 30px;
        transition: all 0.3s ease-in-out;
        transform: translateX(-100%);
        opacity: 0;
        left: -15px;
        width: 320px;
    }
    .main-nav-bar ul li {
        padding: 5px 0;
    }
    .mnu-act .main-nav-bar .menu--main {
        transform: translateX(0);
        opacity: 1;
    }
    .mnu-act .mob-icon .fa-bars::before {
        content: '\f00d';
    }
}

@media (max-width: 320px) {
    #uniquely,
    #beautiful {
        font-size: 15px;
    }
    #uniquely {
        margin-right: 5px;
    }
    #beautiful {
        margin-left: 5px;
    }
}

@media (min-width: 320px) {
    #uniquely,
    #beautiful {
        font-size: 20px;
    }
    #uniquely {
        margin-right: 5px;
    }
    #beautiful {
        margin-left: 5px;
    }
}

@media (min-width: 440px) {
    #uniquely,
    #beautiful {
        font-size: 25px;
    }
    #uniquely {
        margin-right: 7px;
    }
    #beautiful {
        margin-left: 7px;
    }
}

@media (min-width: 567px) {
    .what-make-special {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .what-make-special>.field__item {
        flex: 0 0 48.5%;
    }
    .trending-block .view-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .trending-block .views-row {
        flex: 0 0 47%;
    }
    #uniquely,
    #beautiful {
        font-size: 30px;
    }
    #uniquely {
        margin-right: 10px;
    }
    #beautiful {
        margin-left: 10px;
    }
}

.cookie-compliance__text p {
    margin-bottom: 0;
    padding: 10px 0;
}

@media (min-width: 640px) {
    #uniquely,
    #beautiful {
        font-size: 35px;
    }
    #uniquely {
        margin-right: 10px
    }
    #beautiful {
        margin-left: 10px
    }
}

@media (min-width: 768px) {
    #uniquely,
    #beautiful {
        font-size: 42px;
    }
    .hghBnrBk {
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
    }
    .hghBnrBk img {
        width: 75%;
        height: 75%;
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 768px) {
    .cookie-compliance__inner {
        display: flex;
        flex-wrap: wrap;
    }
    .cookie-compliance__text {
        flex: 0 0 80%;
    }
    div.address-wrap {
        padding-top: 32.64%;
    }
    .get-dr-btn {
        margin-bottom: 0;
    }
    .home-page-banner .field--name-field-title {
        font-family: 'Vanitas-Regular';
        font-size: 42px;
        line-height: 38px;
        font-weight: 700;
    }
    .home-page-banner .field--name-field-description p {
        font-family: sans-serif;
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }
    .title-icon-bg>h2 {
        font-family: 'Vanitas-Regular';
        font-size: 36px;
        line-height: 50px;
    }
    .title-icon-bg>h2::before {
        top: 76px;
    }
    /* .home-banner-silder {
    height: 720px;
  }
  .home-banner-silder .bkg-img {
    height: 720px;
    background-position: top right;
  } */
    .newsletter-subscription .block-webform-block {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .newsletter-subscription .webform-submission-form {
        display: flex;
        flex-wrap: wrap;
    }
    .newsletter-subscription .webform-actions {
        margin-left: 15px;
    }
    .newsletter-subscription .form-email {
        width: 250px;
    }
    .newsletter-subscription h2 {
        font-size: 14px;
        padding: 10px 30px 10px 0;
    }
    .newsletter-subscription .webform-button--submit {
        font-size: 12px;
        margin: 0;
    }
    /* .trending-block .views-row:nth-child(4n+1) {
    grid-area: 1 / 1 / 3 / 2;
    grid-column: 1/ span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
  } */
    /* .trending-block .views-row:nth-child(4n+1) .views-field-field-image {
    flex: 0 0 40%;
    order: 2;
  }

  .trending-block .views-row:nth-child(4n+1) .views-field-nothing {
    flex: 0 0 40%;
    order: 1;
  }
  .trending-block .views-row {
    margin-left: 20px;
  } */
    /* .trending-block .views-row:nth-child(4n+1) .trending-txt-wrap h2 {
    font: normal normal bold 30px/32px Vanitas;
    margin-top: 20px;
  } */
    .about-jp .field--name-field-title {
        font-family: 'Vanitas-Regular';
        font-size: 36px;
        line-height: 50px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .wp-store {
        display: flex;
        flex-wrap: wrap;
    }
    .wrp-store .left {
        padding-right: 15px;
    }
    .wrp-store .right {
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .breadcrumb {
        padding: 25px 0;
    }
    .block-login-popup {
        margin-top: 25px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 25px;
    }
    .navbar-brand-site {
        padding: 20px 0;
    }
    .newsletter-subscription h2 {
        font-size: 22px;
        padding: 5px 30px 5px 0;
    }
    .newsletter-subscription .webform-button--submit {
        font-size: 14px;
    }
    .trending-block .view-content {
        grid-template-columns: repeat(3, 1fr);
    }
    .what-make-special .field--name-field-title {
        font-family: 'Vanitas-Regular';
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        margin: 20px 0;
    }
    /* .what-make-special>.field__item {
      padding: 40px 60px;
    } */
    /* .what-make-special>.field__item .fld-inr-bg {
        padding: 40px 60px;
    } */
    /* .trending-txt-wrap h2 a {
      font: normal normal bold 24px/28px Vanitas;
    } */
    .trending-txt-wrap h2 {
        font-family: 'Vanitas-Regular';
        font-size: 24px;
        line-height: 28px;
        font-weight: 700;
    }
    /* .home-page-banner .home-banner-inner {
      top: 200px;
    } */
    .home-page-banner .field--name-field-title {
        font-family: 'Vanitas-Regular';
        font-size: 48px;
        line-height: 62px;
        font-weight: 700;
    }
    #uniquely,
    #beautiful {
        font-size: 55px;
    }
}

@media (min-width:1024px) {
    #uniquely,
    #beautiful {
        font-size: 60px;
    }
}

@media (min-width:1200px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 7px 30px;
    }
    #uniquely,
    #beautiful {
        font-size: 65px;
    }
    .hghBnrBk {
        background-size: contain;
    }
}

@media (min-width:1400px) {
    #uniquely,
    #beautiful {
        font-size: 98px;
    }
}

@media (max-width: 992px) {
    #block-useraccountmenu .navbar-nav {
        top: 7px;
    }
    .usrAc.user-icons {
        margin-top: -30px;
    }
    body.path-product .usrAc.user-icons {
        margin-top: -10px;
    }
}

@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
    .pr-slider-nav .slick-slider .slick-track {
        transform: translate3d(0px, 0px, 0px) !important;
    }
}}
