/**
 * Fonts
*/


/* Crimson Text Italic latin */

@font-face {
    font-family: 'Vanitas';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local("Reserves Vanitas"), local("Reserves - Vanitas"), url(../fonts/Vanitas/Reserves-Vanitas-Regular.otf) format("otf");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Vanitas';
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: local("Reserves Vanitas"), local("Reserves - Vanitas"), url(../fonts/Vanitas/Reserves-Vanitas-Bold.otf) format("otf");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Vanitas';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: local("Reserves Vanitas"), local("Reserves - Vanitas"), url(../fonts/Vanitas/Reserves-Vanitas-It.otf) format("otf");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/**
** Histroy Page
*/

.bg-img {
    background: url("/themes/custom/dimexon/images/background/shutterstock_1121038052@2x.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.jp-history-timeline {
    position: relative;
    padding-top: 180px;
}

.jp-history-timeline>.view-header {
    position: absolute;
    top: 30px;
}

.jp-history-timeline>.view-header a {
    color: #333333;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
}

.jp-history-timeline>.view-header a::before {
    content: '\f060';
    font: normal normal normal 14px/1 FontAwesome;
    color: #674581;
    margin-right: 5px;
}

.jp-history-timeline:before {
    content: '';
    background: #FFFFFFCC;
    width: 5px;
    height: 90%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 142px;
}

.jp-history-timeline:after {
    content: '';
    background: #FFFFFFCC url('/themes/custom/dimexon/images/icons/logo.png') no-repeat;
    height: 120px;
    width: 120px;
    position: absolute;
    top: 22px;
    background-size: 80px;
    margin: 0 auto;
    background-position: center center;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
}

#history1939,
#history1966,
#history1976,
#history1987,
#history2005,
#history2009 {
    margin-top: -100px;
    padding-top: 200px;
}

.hst-row-wrp {
    width: 100%;
    margin-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.hst-row-wrp .year-wrp {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    margin-top: 0;
    margin-left: -30px;
    border: 3px solid #B5B5B5;
    line-height: normal;
    text-align: center;
}

.hst-row-wrp .year-wrp time {
    position: relative;
    top: 15px;
    font-weight: 700;
}

.hst-row-wrp .row-wrp {
    position: relative;
    width: 100%;
    background: #fff;
    border-top: 2px solid #674581;
    margin-top: 100px;
}

.hst-row-wrp .row-wrp img {
    width: 100%;
    position: relative;
    margin-top: -100px;
}

.hst-row-wrp:nth-child(2n+0) .row-wrp {
    float: right;
}

.timeline-history-wrap {
    padding: 25px 15px;
}

.timeline-history-wrap .title-wrp {
    padding-bottom: 25px;
}

.timeline-history-wrap h3 {
    margin: 0;
    font-family: 'Vanitas-Regular';
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
}

.timeline-history-wrap .hs-date time {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #333;
}

.timeline-history-wrap .body-desc p {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #333;
    margin-bottom: 0.5rem;
}

.timeline-history-wrap .more-link {
    text-align: left;
}

.timeline-history-wrap .more-link a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    font-style: italic;
    color: #333333;
}

.menu--history-navigation {
    position: fixed;
    right: 3px;
    top: 50%;
    margin-top: -40px;
    z-index: 99;
    display: none;
}

.menu--history-navigation ul {
    margin: 0;
    padding: 0;
    position: relative;
}

.menu--history-navigation ul:after {
    content: '';
    background: #939495;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: -3px;
    height: 15px;
}

.menu--history-navigation ul li {
    position: relative;
}

.menu--history-navigation ul li::before {
    content: '';
    background: #939495;
    width: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    top: 21px;
    height: 23px;
}

.menu--history-navigation ul li:last-child::before {
    display: none;
}

.menu--history-navigation ul li a {
    font-size: 0;
    width: 10px;
    height: 10px;
    border: 1px solid #939495;
    border-radius: 50px;
    position: relative;
    z-index: 2;
    padding: 0 !important;
    display: inline-block;
    line-height: 5px;
    margin-bottom: 10px;
}

.menu--history-navigation ul li.active a {
    background: #674581;
}

.menu--history-navigation ul li:first-child a {
    height: auto;
    width: auto;
    border: none;
}

.menu--history-navigation ul li:first-child::before {
    height: 21px;
}

.menu--history-navigation ul li:first-child a::before {
    content: '\f015';
    font: normal normal normal 22px/1 FontAwesome;
    color: #939495;
    width: 32px;
    height: 32px;
    border: 1px solid #939495;
    border-radius: 50px;
    line-height: 28px;
    text-align: center;
    position: absolute;
    top: -23px;
    left: -11px;
    background: transparent;
    transform: translateX(0%);
}


/*
** Testimonial
*/

.testimonial-bg {
    background: #F7F7F7;
    position: relative;
    padding: 30px 0;
}


/* .testimonial-bg::after {
    content: '';
    background: url(/themes/custom/dimexon/images/background/testimonial-bg.png) no-repeat top right;
    background-size: contain;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    display: block;
    z-index: 1;
    opacity: 0.1;
} */

.testimonial-bg .block-region-right {
    position: relative;
    z-index: 9;
}

.testimonial-bg .testimonial {
    background: #fff;
    padding: 50px 30px;
    position: relative;
    z-index: 11;
    width: 100%;
}

.testimonial-bg .block-region-left {
    margin-top: 20px;
}

.testimonial-bg .testimonial::before {
    content: '\f10e';
    font: normal normal normal 32px/1 FontAwesome;
    color: #674581;
    position: absolute;
    right: 20px;
    top: -20px;
}

.testimonial .views-field-field-image {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50px;
    background: #fff;
    overflow: hidden;
    position: relative;
}

.testimonial .views-field-body p {
    margin: 30px 0;
    text-align: left;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    color: #000000;
}

.testimonial .views-field-title {
    text-align: center;
    font-family: 'Vanitas-Regular';
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    font-style: italic;
    color: #000000;
    opacity: 0.68;
    padding: 30px 0;
}

.testimonial .slick-dots {
    position: absolute;
    bottom: -90px;
    left: 50%;
    margin-left: -40px;
}


/*
** webform submission contact form
*/

.webform-submission-contact-form .form-type-processed-text {
    margin-bottom: 25px;
    margin-top: 60px;
    text-align: center;
}

.webform-submission-contact-form .form-type-processed-text h2 {
    font-family: 'Vanitas-Regular';
    line-height: 36px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 0;
}

.webform-submission-contact-form .form-type-processed-text p {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #5C5D5E;
}

.webform-submission-contact-form .webform-actions {
    text-align: center;
    margin: 25px 0;
}

.webform-submission-contact-form .webform-button--submit {
    background: #000;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    width: 144px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 13px 30px;
}

.webform-submission-contact-form .webform-button--submit:hover {
    background: #674581;
}


/*
** ui-dialog
*/

.ui-dialog {
    width: 100% !important;
    border: none !important;
    max-width: 90%;
}

.simple-popup-blocks-global .spb-popup-main-wrapper {
    top: 50px;
    left: auto;
    right: auto;
    width: 100% !important;
    max-width: 90%;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    -moz-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    border-radius: 8px;
    padding: 40px 15px 25px;
    position: relative;
}

.simple-popup-blocks-global .spb-popup-main-wrapper .show-more-cont p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
}

.spb_top_center {
    top: 50px;
    left: auto;
    right: auto;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    border: none;
    -webkit-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    -moz-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    border-radius: 8px;
    padding: 50px;
    position: relative;
}

.spb-controls {
    top: 10px;
}

.spb-controls .spb_close {
    /* border: 1px solid #674581; */
    border: none;
    font-size: 30px;
    line-height: 0.8em;
}

.simple-popup-blocks-global .close-link {
    background: url("/themes/custom/dimexon/images/icons/cancel.png") no-repeat;
    background-size: 13px;
    font-size: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 13px;
    height: 13px;
}

.ui-dialog .close-link {
    display: none;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-buttonpane {
    background: #FFFFFF;
    border: none;
    padding: 15px;
    text-align: center;
}

.ui-dialog .ui-dialog-title {
    display: none;
}

.ui-dialog .ui-button .ui-icon {
    background: url("/themes/custom/dimexon/images/icons/cancel.png") no-repeat;
    background-size: 13px;
}

.ui-dialog .ui-button .ui-icon:active,
.ui-dialog .ui-button .ui-icon:focus {
    border: none;
    outline: none;
}

.u-dialog-title {
    font-size: 18px;
    line-height: 24px;
    font-family: sans-serif;
    color: #383232;
    text-transform: capitalize;
    margin: 15px 0;
}

.ui-dialog .ui-dialog-content {
    padding: 0 25px;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: center;
}

.user-login-form .form-submit,
.user-register-form .form-submit,
.user-pass .form-submit,
.user-form .form-submit {
    width: 220px;
    height: 35px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 17px;
    font-family: sans-serif;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: none;
}

.user-login-form label,
.user-login-form .description,
.user-register-form label,
.user-register-form .description,
.user-pass label,
.user-pass .description,
.user-form label,
.user-form .description {
    display: none;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 20px;
    top: 20px;
}

.ui-dialog .ui-dialog-titlebar-close:hover {
    background: transparent;
    border: none;
}

.user-login-form input,
.user-register-form input,
.user-pass input,
.user-form input {
    border: 1px solid #DEE7EB;
    border-radius: 5px;
    height: 35px;
    outline: none;
}

.spb_top_center .form-actions,
.user-form .form-actions {
    text-align: center;
    clear: both;
    padding-top: 20px;
}

.user-login-form input:focus,
.user-register-form input:focus {
    box-shadow: none;
}

.user-login-form input.form-email {
    background-image: url("/themes/custom/dimexon/images/icons/envelope.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 8px center;
    padding-left: 30px;
}

.user-login-form .form-type-password .form-text {
    background-image: url("/themes/custom/dimexon/images/icons/lock.png");
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: left 8px center;
    padding-left: 30px;
}

.user-login-form .form-item,
.user-register-form .form-item,
.user-pass .form-item,
.user-form .form-item {
    margin-bottom: 20px;
}

.ui-dialog .webform-confirmation-modal--content {
    font-size: 18px;
    line-height: 28px;
    font-family: sans-serif;
    text-align: center;
    padding: 0 30px 40px;
}

.ui-dialog.ui-widget-content {
    -webkit-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    -moz-box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    box-shadow: 0px 0px 25px 8px rgba(103, 69, 129, 0.5);
    border-radius: 8px;
}

.ui-dialog-titlebar {
    border-radius: 8px;
}

.ui-dialog.webform-confirmation-modal {
    padding: 50px 30px;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar {
    padding: 15px 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-content {
    padding: 0;
}

.ui-dialog.webform-confirmation-modal .ui-dialog-titlebar-close {
    right: -10px;
    top: -20px;
    outline: none;
}

.user-header {
    text-align: center;
}

.user-header .logo img {
    width: 85px;
}

.request-password-link {
    color: #674581 !important;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding-right: 10px;
}

.user-pass p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
}


/*
** Trending Block
*/

.trending-view-block .views-row {
    position: relative;
    margin-bottom: 25px;
    text-align: center;
    padding: 0;
}

.trending-view-block .views-row .views-field-nothing {
    background: #F0F0F0;
    box-shadow: 0px 8px 9px transparent;
    transition: all 0.3s ease-in-out;
    border: 1px solid #F0F0F0;
}

.trending-view-block .views-row:hover .views-field-nothing {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}

.trending-view-block .trending-wrap {
    position: relative;
}

.trending-view-block .views-row .trend-view-more {
    position: absolute;
    bottom: 0;
    background: #674581;
    width: 100%;
    padding: 12px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.trending-view-block .views-row .trend-view-more a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}

.trending-view-block .trend-img a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    visibility: hidden;
}

.trending-view-block .views-row:hover .trend-img a:first-child {
    opacity: 0;
    visibility: hidden;
}

.trending-view-block .views-row:hover .trend-img a:last-child,
.trending-view-block .views-row:hover .trend-view-more {
    opacity: 1;
    visibility: visible;
}

.trending-view-block .trend-img a {
    transition: all 0.8s ease-in-out;
    width: 100%;
    display: block;
    max-width: 100%;
    height: auto;
}

.trending-view-block .views-field-nothing h2 {
    text-align: center;
    color: #000000;
    text-transform: uppercase;
    margin: 0;
    background: #fff;
    font-family: 'Vanitas-Regular';
    font-size: 16px;
    line-height: 48px;
    font-weight: 700;
}

.trending-view-block .view-header {
    line-height: 42px;
}

.trending-view-block .view-filters {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 9;
    top: 43px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 25px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10%);
    visibility: hidden;
}

.trending-view-block.fltr-mnu-act .view-filters {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

.trending-view-block .view-content {
    clear: both;
}

.trending-view-block .js-form-item-sort-bef-combine label,
.trending-view-block .js-form-item-sort-bef-combine #edit-sort-bef-combine {
    display: inline-block;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.trending-view-block .js-form-item-sort-bef-combine #edit-sort-bef-combine ul li {
    display: inline-block;
    margin: 0 1px;
}

#edit-sort-bef-combine-title-asc,
#edit-sort-bef-combine-title-desc {
    position: relative;
    font-size: 0;
}

#edit-sort-bef-combine-title-asc:before {
    content: '\f175';
    font: normal normal normal 14px/1 FontAwesome;
}

#edit-sort-bef-combine-title-desc:before {
    content: '\f176';
    font: normal normal normal 14px/1 FontAwesome;
}

.trending-view-block .views-exposed-form .form--inline>.form-item {
    margin-top: 0;
    margin-bottom: 0;
}

.trending-view-block .views-exposed-form .form--inline>.form-item.fieldgroup {
    margin-bottom: 2rem;
}

.trending-view-block .views-exposed-form .js-form-item-sort-bef-combine {
    position: relative;
    margin-right: 20px;
    padding-right: 20px;
}

.trending-view-block .views-exposed-form .form-item-title label {
    font-size: 0;
    position: relative;
}

.trending-view-block .views-exposed-form .form-item-title .form-text {
    position: absolute;
    right: 0;
    background: #fff;
    z-index: 9;
    width: 200px;
    display: none;
}

.trending-view-block .views-exposed-form .form-item-title label:before {
    content: '\f1de';
    font: normal normal normal 16px/1 FontAwesome;
}

.trending-view-block>.filter-list {
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 35px;
}

.bef-exposed-form .form--inline>.fieldgroup {
    flex: 0 0 100%;
}

#views-exposed-form-products-page-1 .form--inline .form-actions {
    flex: 0 0 100%;
}

.bef-exposed-form .form--inline>.form-item {
    float: none;
}

#edit-cat--wrapper .form-type-checkbox label {
    margin-left: 3px;
}

#edit-pillar--wrapper .form-type-checkbox label {
    margin-left: 3px;
}

#edit-theme--wrapper .form-type-checkbox label {
    margin-left: 3px;
}

.filter-list .fa-sliders {
    font: normal normal normal 18px/1 FontAwesome;
    cursor: pointer;
}


/*
** profile
*/

.profile {
    max-width: 90%;
    margin: 70px auto;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
}

.profile .field--name-user-picture {
    min-height: 200px;
    background: #674581;
    text-align: center;
    padding: 50px;
    border-radius: 5px 5px 0 0;
}

.profile .field--name-user-picture a {
    height: 100px;
    width: 100px;
    border-radius: 50px;
    display: block;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    line-height: 100px;
}

.profile .form-item,
.profile .field--type-string,
.profile .field--type-telephone {
    padding: 15px 30px;
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
}

.profile .form-item h4 {
    font-family: 'Vanitas-Regular';
}


/*
** user form
*/

.user-form {
    max-width: 90%;
    margin: 70px auto;
    border: 1px solid #EBEBEB;
    border-radius: 5px;
    padding: 25px 20px;
}

.user-form .password-field {
    width: 100%;
}

.user-form .confirm-parent,
.user-form .password-parent {
    max-width: 100%;
}

.user-register-form.user-form {
    max-width: 100%;
    margin: 0 auto;
    border: none;
    border-radius: 0;
    padding: 0;
}


/*
** wishlist user form
*/

.wishlist-user-form {
    margin-top: 30px;
    margin-bottom: 30px;
}

.wishlist-user-form .wishlist-item {
    margin: 0;
    border: 1px solid #ebebeb;
    border-bottom: none;
    display: flex;
    grid-template-columns: inherit;
    grid-gap: inherit;
    flex-wrap: wrap;
    padding: 15px 0;
}

.wishlist-user-form .wishlist-item:last-child {
    border-bottom: 1px solid #ebebeb;
}

.wishlist-user-form .wishlist-item__entity {
    flex: 0 0 100%;
}

.wishlist-user-form .wishlist-item__entity>div {
    display: flex;
    flex-wrap: wrap;
}

.wishlist-user-form .wishlist-item__entity .field--label-hidden,
.wishlist-user-form .wishlist-item__entity .field--label-inline {
    flex: 0 0 100%;
    padding: 5px 15px;
}

.wishlist-user-form .wishlist-item__actions {
    padding: 5px 15px;
}


/*
** pager
*/

.pager {
    text-align: center;
    margin: 1rem 0 3rem;
}

.pager ul.pager__items {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.pager ul.pager__items li.pager__item {
    background: transparent;
    border: none;
    margin: 0 8px;
    border-radius: 0;
}

.pager ul.pager__items li.pager__item.active {
    background: transparent;
    border-color: transparent;
    border-radius: 0;

}

.pager ul.pager__items li.pager__item a {
    text-align: center;
    border-bottom: 2px solid #B5B5B5;
    color: #5C5D5E;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 0.375rem 0.75rem;
}
.btn.btn-secondary.pager__item.btn.btn-light {
    padding: 0px;
}
li.pager__item.pager__item--next.btn.btn-light,li.pager__item.pager__item--last.btn.btn-light, li.pager__item.pager__item--first.btn.btn-light, li.pager__item.pager__item--previous.btn.btn-light {
    padding: 0px;
}
.pager ul.pager__items li.pager__item.active a {
    color: #674581;
    border-bottom: 2px solid #674581;
    padding: 0.375rem 0.75rem;
}


/*
** Product Details Page
*/

.block-field-blockcommerce-productdefaulttitle .field--name-title {
    font-family: 'Vanitas-Regular';
    font-size: 32px;
    line-height: 42px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
}

.block-field-blockcommerce-productdefaultbody .field--name-body {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.24px;
    color: #000000;
    margin: 5px 0px;
}

.commerce-order-item-add-to-cart-form .field--name-purchased-entity .attribute-widgets {
    display: flex;
    flex-wrap: wrap;
}

.commerce-order-item-add-to-cart-form .field--name-purchased-entity .form-type-select {
    flex: 0 0 48%;
}

.commerce-order-item-add-to-cart-form .field--name-purchased-entity .form-type-select .form-select {
    display: inline-block;
    width: calc(100% - 52px);
    border-radius: 5px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1ex;
    background-origin: content-box;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIgogICB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiCiAgIHhtbG5zOnN2Zz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgdmVyc2lvbj0iMS4xIgogICBpZD0ic3ZnMiIKICAgdmlld0JveD0iMCAwIDM1Ljk3MDk4MyAyMy4wOTE1MTgiCiAgIGhlaWdodD0iNi41MTY5Mzk2bW0iCiAgIHdpZHRoPSIxMC4xNTE4MTFtbSI+CiAgPGRlZnMKICAgICBpZD0iZGVmczQiIC8+CiAgPG1ldGFkYXRhCiAgICAgaWQ9Im1ldGFkYXRhNyI+CiAgICA8cmRmOlJERj4KICAgICAgPGNjOldvcmsKICAgICAgICAgcmRmOmFib3V0PSIiPgogICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2Uvc3ZnK3htbDwvZGM6Zm9ybWF0PgogICAgICAgIDxkYzp0eXBlCiAgICAgICAgICAgcmRmOnJlc291cmNlPSJodHRwOi8vcHVybC5vcmcvZGMvZGNtaXR5cGUvU3RpbGxJbWFnZSIgLz4KICAgICAgICA8ZGM6dGl0bGU+PC9kYzp0aXRsZT4KICAgICAgPC9jYzpXb3JrPgogICAgPC9yZGY6UkRGPgogIDwvbWV0YWRhdGE+CiAgPGcKICAgICB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjAyLjAxNDUxLC00MDcuMTIyMjUpIgogICAgIGlkPSJsYXllcjEiPgogICAgPHRleHQKICAgICAgIGlkPSJ0ZXh0MzMzNiIKICAgICAgIHk9IjYyOS41MDUwNyIKICAgICAgIHg9IjI5MS40Mjg1NiIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXdlaWdodDpub3JtYWw7Zm9udC1zaXplOjQwcHg7bGluZS1oZWlnaHQ6MTI1JTtmb250LWZhbWlseTpzYW5zLXNlcmlmO2xldHRlci1zcGFjaW5nOjBweDt3b3JkLXNwYWNpbmc6MHB4O2ZpbGw6IzAwMDAwMDtmaWxsLW9wYWNpdHk6MTtzdHJva2U6bm9uZTtzdHJva2Utd2lkdGg6MXB4O3N0cm9rZS1saW5lY2FwOmJ1dHQ7c3Ryb2tlLWxpbmVqb2luOm1pdGVyO3N0cm9rZS1vcGFjaXR5OjEiCiAgICAgICB4bWw6c3BhY2U9InByZXNlcnZlIj48dHNwYW4KICAgICAgICAgeT0iNjI5LjUwNTA3IgogICAgICAgICB4PSIyOTEuNDI4NTYiCiAgICAgICAgIGlkPSJ0c3BhbjMzMzgiPjwvdHNwYW4+PC90ZXh0PgogICAgPGcKICAgICAgIGlkPSJ0ZXh0MzM0MCIKICAgICAgIHN0eWxlPSJmb250LXN0eWxlOm5vcm1hbDtmb250LXZhcmlhbnQ6bm9ybWFsO2ZvbnQtd2VpZ2h0Om5vcm1hbDtmb250LXN0cmV0Y2g6bm9ybWFsO2ZvbnQtc2l6ZTo0MHB4O2xpbmUtaGVpZ2h0OjEyNSU7Zm9udC1mYW1pbHk6Rm9udEF3ZXNvbWU7LWlua3NjYXBlLWZvbnQtc3BlY2lmaWNhdGlvbjpGb250QXdlc29tZTtsZXR0ZXItc3BhY2luZzowcHg7d29yZC1zcGFjaW5nOjBweDtmaWxsOiMwMDAwMDA7ZmlsbC1vcGFjaXR5OjE7c3Ryb2tlOm5vbmU7c3Ryb2tlLXdpZHRoOjFweDtzdHJva2UtbGluZWNhcDpidXR0O3N0cm9rZS1saW5lam9pbjptaXRlcjtzdHJva2Utb3BhY2l0eToxIj4KICAgICAgPHBhdGgKICAgICAgICAgaWQ9InBhdGgzMzQ1IgogICAgICAgICBzdHlsZT0iZmlsbDojMzMzMzMzO2ZpbGwtb3BhY2l0eToxIgogICAgICAgICBkPSJtIDIzNy41NjY5Niw0MTMuMjU1MDcgYyAwLjU1ODA0LC0wLjU1ODA0IDAuNTU4MDQsLTEuNDczMjIgMCwtMi4wMzEyNSBsIC0zLjcwNTM1LC0zLjY4MzA0IGMgLTAuNTU4MDQsLTAuNTU4MDQgLTEuNDUwOSwtMC41NTgwNCAtMi4wMDg5MywwIEwgMjIwLDQxOS4zOTM0NiAyMDguMTQ3MzIsNDA3LjU0MDc4IGMgLTAuNTU4MDMsLTAuNTU4MDQgLTEuNDUwODksLTAuNTU4MDQgLTIuMDA4OTMsMCBsIC0zLjcwNTM1LDMuNjgzMDQgYyAtMC41NTgwNCwwLjU1ODAzIC0wLjU1ODA0LDEuNDczMjEgMCwyLjAzMTI1IGwgMTYuNTYyNSwxNi41NDAxNyBjIDAuNTU4MDMsMC41NTgwNCAxLjQ1MDg5LDAuNTU4MDQgMi4wMDg5MiwwIGwgMTYuNTYyNSwtMTYuNTQwMTcgeiIgLz4KICAgIDwvZz4KICA8L2c+Cjwvc3ZnPgo=");
    box-shadow: none;
}

.slider-arrow .views-row {
    background: #F0F0F0;
    position: relative;
    /* height: 320px; */
}

.related-silder.slider-arrow .views-row {
    background: transparent;
}

.slider-arrow .views-row img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.slider-arrow {
    position: relative;
}

.slider-arrow .slick-arrow {
    position: absolute;
    top: 50%;
    background: #fff;
    border-radius: 0;
    font-size: 0;
    width: auto;
    border: none;
    margin-top: -48px;
    z-index: 99;
    padding: 0;
    outline: none;
    padding: 5px;
}

.slider-arrow .slick-arrow:hover,
.slider-arrow .slick-arrow:focus {
    background: transparent;
    outline: none;
    border: none;
}

.slider-arrow .slick-prev {
    left: 0;
}

.slider-arrow.pr-slider-nav .slick-prev {
    top: -30px;
    transform: rotate(90deg);
    padding: 0px !important;
    margin: 0px !important;
    left: 26px;
}
.slider-arrow.pr-slider-nav .slick-prev::before{
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.slider-arrow .slick-prev::before {
    content: '';
    content: '';
    background: url("/themes/custom/dimexon/images/svg/arrow-prev.svg") no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 12;
}

.slider-arrow .slick-next {
    right: 0;
}

.slider-arrow.pr-slider-nav .slick-next {
    bottom: -20px;
    transform: rotate(90deg);
    padding: 0px !important;
    margin: 0px !important;
    right: 27px;
    top: auto;
}
.slider-arrow.pr-slider-nav .slick-next::before{
    background-size: 18px;
    width: 18px;
    height: 18px;
}

.slider-arrow .slick-next::before {
    content: '';
    background: url("/themes/custom/dimexon/images/svg/arrow-next.svg") no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 12;
}

.block-views-blockproducts-block-3 .related-silder .views-field-field-image {
    /* height: 320px; */
    width: 100%;
    position: relative;
    margin: 0 auto;
    border: 2px solid #F0F0F0;
}
.block-views-blockproducts-block-3 .related-silder .views-field-field-image .field-content i[data-attr-role="heartIcon"]{
    z-index: 99999;
    position: absolute;
    top: 15px;
    left: 15px;
}
.block-views-blockproducts-block-3 .related-silder .views-field-field-image i.fa-play{
    float: right;
    margin: 15px;
    background: #939393;
    color: #fff;
    font-size: 8px;
    padding: 6px 3px 4px 8px;
    border-radius: 10px;
    width: 20px;
    height: 20px;
}

.pr-slider {
    margin-top: 25px;
}

.pr-slider-nav {
    max-width: 80%;
    margin: 25px auto;
}

.pr-slider-nav .views-field-field-image,
.pr-slider-nav .views-field-field-media,
.view-display-id-p_slider_nav_video .slick-slide>div,
.pr-slider-nav .slick-slide .vThumb .view-content{
    width: 50px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    cursor: pointer;
}

.pr-slider-nav .views-field-field-image img,
.pr-slider-nav .views-field-field-media img,
.related-silder .views-field-field-image img,
.view-display-id-p_slider_nav_video img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.related-silder {
    /* margin: 25px 0; */
    margin-bottom: 50px;
}

.related-silder .views-field-title {
    text-align: center;
    float: left;
    width: 100%;
    padding-top: 15px;
}

.related-silder .views-field-title a {
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    padding-top: 15px;
    float: left;
    width: 100%;
}
.block-views-blockproducts-block-3 > h2{
    padding: 0px 25px;
}
.g-recaptcha>div {
    text-align: center;
    margin: 0 auto;
}
#block-productstaticblock .block-content--type-title-description-image-and-link .custom-block-link > a{
    position: relative;
}
#block-productstaticblock .block-content--type-title-description-image-and-link .custom-block-link > a::after{
    content: "\f061";
    color: #674581;
    z-index: 1;
    font: normal normal normal 10px/1 FontAwesome;
    margin-left: 10px;
    background: transparent !important;
    top: 5px;
    position: absolute;
}
@media (max-width: 1023px) {
    .slider-arrow .field--name-field-media-video-file video {
        width: 100%;
        height: 100%;
    }
    body.path-product .main-nav-bar .region-nav-additional {
        justify-content: center !important;
    }
}
@media (max-width: 991px) {
    body .commerce-order-item-add-to-cart-form .form-actions input.btn-link{
        max-width: 47%;
        margin-left: 2%;
    }
    body .commerce-order-item-add-to-cart-form .form-actions input[data-drupal-selector="edit-appointment"]{
        max-width: 48%;
        float: left;
    }
    body .prdctTempWrap .layout--twocol-section--67-33 .layout__region--second {
        max-width: 90%;
        margin: 0 auto;
    }
    .prdctTempWrap .layout--twocol-section--67-33{
        height: 100% !important;
    }
    body .layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
        width: 100%;
        padding: 0px 95px;
        height: 100%;
        overflow: hidden;
        margin-top: 30px;
        max-width: 100%;
    }
    #block-productstaticblock{
        margin-bottom: 30px;
    }
    body.path-product .main-nav-bar .region-nav-additional {
        justify-content: center !important;
    }
}
@media (max-width: 767px) {
    body .commerce-order-item-add-to-cart-form .form-actions input.btn-link{
        max-width: 100%;
        margin-left: 0%;
    }
    body .commerce-order-item-add-to-cart-form .form-actions input[data-drupal-selector="edit-appointment"]{
        max-width: 100%;
        float: left;
    }
    body .slick-next,
    body .slick-prev {
        right: 15px;
        top: 10%;
    }
    body .pr-slider .slick-slide img {
        width: 100%;
        height: auto;
        padding: 15% 15% 0% 15%;
    }
    body .pr-slider-nav {
        left: 30px;
    }
    body .layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
        padding: 0px 4%;
    }
    .zoom-box {
        margin-left: 50px !important;
    }
}
@media (max-width: 600px){
    .extras.links {
        display: block;
    }
    .extras.links .info link{
        width:100%
    }
    body .layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
        padding: 0px 30px;
    }
    .block-content--type-title-description-image-and-link .field--name-field-image img{
        width: 100%;
        height: auto;
    }
    .commerce-order-item-add-to-cart-form .diamond{
        padding: 10px !important;
    }
}
@media (min-width: 1024px) {
    .slider-arrow .field--name-field-media-video-file video {
        object-fit: fill;
        padding-right: 5rem;
    }
}

@media (min-width: 1200px) {
    .slider-arrow .field--name-field-media-video-file video {
        padding-right: 0;
    }
}

.pr-slider .slick-slide img {
    margin: 0 auto;
    width: auto;
    height: calc(100vh - 150px);
    visibility: visible !important;
}

.block-views-blockproducts-block-2 h2,
.block-views-blockproducts-block-3 h2 {
    font-family: 'Vanitas-Regular';
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    padding-left: 15px;
}

.layout--tabs {
    margin: 4rem 0 3rem;
}

.tab--primary {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #EBEBEB;
}
.prdctTempWrap .tab--primary{
    border: none;
}
.tab--primary .tabs__tab {
    flex: 0 0 48%;
}

.tab--primary .tabs__tab a {
    font-family: 'Vanitas-Regular';
    font-size: 12px;
    line-height: 24px;
    font-weight: 300;
    color: #333333;
    text-transform: uppercase;
    padding: 0 0 15px;
    position: relative;
    bottom: -1px;
    display: inline-block;
}

.tab--primary .tabs__tab a .label {
    font-weight: 300;
}

.tab--primary .tabs__tab a.is-active {
    border-bottom: 2px solid #674581;
}

.tab-content {
    padding: 25px 0 0;
}

.products-specification .views-row .views-field {
    display: flex;
    flex-wrap: wrap;
}

.products-specification p.desc i {
    padding: 25px;
    display: block;
    background: #eee9f5;
    margin-top: 20px;
    border-radius: 5px 10px 10px 5px;
    border-left: 6px solid #674581;
}

.products-specification .views-row .views-label {
    padding: 0px 0;
    padding-right: 15px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    color: #7E7E7E;
}

.products-specification .views-row .field-content {
    flex: 0 0 50%;
    font-weight: normal;
    padding: 0px 0 10px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}

.block-field-blockcommerce-productdefaultbody .field--name-body p {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
    word-break: break-word;
}

#commerce-product-add-to-cart-form .commerce-order-item-add-to-cart-form {
    padding-top: 40px;
    position: relative;
}

.commerce-order-item-add-to-cart-form .variation,
.block-field-blockcommerce-productdefaultbody h2 {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.28px;
    color: #000000;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
}

.commerce-order-item-add-to-cart-form .form-actions {
    text-align: center;
}

.commerce-order-item-add-to-cart-form .form-submit {
    background: #000;
    text-align: center;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 40px;
    text-decoration: none;
}

.commerce-order-item-add-to-cart-form .form-submit:hover,
.commerce-order-item-add-to-cart-form .form-submit:focus {
    background: #674581;
}

.commerce-order-item-add-to-cart-form .diamond {
    margin: 10px 0 10px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #674581;
    text-transform: capitalize;
    background: url(/themes/custom/dimexon/images/icons/diamond.png) no-repeat;
    background-size: 18px;
    background-position: 48% 12px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    text-align: center;
  }
.commerce-order-item-add-to-cart-form .diamond a:hover{
    color: #674581;
}

.commerce-order-item-add-to-cart-form .size.info.link {
    margin: 10px 0 10px 25px;
    width: 50%;
    background: url(/themes/custom/dimexon/images/icons/sizes.png) no-repeat;
    background-size: 18px;
    background-position: 50% 15px;
    font-size: 14px;
    line-height: 24px;
}
.commerce-order-item-add-to-cart-form .size.info.link a,
.commerce-order-item-add-to-cart-form .size.info.link a:hover,
.commerce-order-item-add-to-cart-form .diamond.info.link a,
.commerce-order-item-add-to-cart-form .diamond.info.link a:hover{
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #674581;
    width: 100%;
    padding: 15px;
    text-align: center;
    padding-top: 30px;
    position: relative;
    float: left;
    color: #674581;
}
.commerce-order-item-add-to-cart-form .size.info.link i{
    position: absolute;
    top: 12px;
    margin-left: 10px;
}
.extras.links{
    display: flex;
}
#spb-diamond-details .diamond img {
    width: 100%;
}

#spb-diamond-details .spb-popup-main-wrapper {
    max-width: 90%;
}

#spb-diamond-details .diamond-image {
    display: inline-block;
    width: 48%;
}

#spb-diamond-details .diamond-image img {
    width: 100%;
}

.path-product .block-field-blockcommerce-productdefaultfield-theme,
.path-product .block-field-blockcommerce-productdefaultfield-category,
.path-product .block-field-blockcommerce-productdefaultfield-design-pillars {
    display: none;
}

.block-field-blockcommerce-product-variationdefaultsku,
.block-field-blockcommerce-productdefaultfield-theme,
.block-field-blockcommerce-productdefaultfield-category,
.block-field-blockcommerce-productdefaultfield-design-pillars {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
}

.block-field-blockcommerce-product-variationdefaultsku .field--name-sku {
    /* background: #ebebeb;
    padding: 5px 8px;
    color: #674581;
    border-radius: 2px;
    line-height: normal; */
    display: none;
}

.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first,
.layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--second {
    width: 100%;
    flex: 0 0 100%;
}

.layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--first,
.layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
    width: 100%;
    flex: 0 0 100%;
}


/* video Thumb */

.vThumb {
    height: 68px;
    position: relative;
}

.viewer-box {
    left: 10px !important;
}

.hm-rt-bk {
    max-width: 100%;
}

@media (min-width: 620px) {
    #views-exposed-form-products-page-1>.form--inline {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .bef-exposed-form .form--inline>.fieldgroup {
        flex: 0 0 50%;
        float: none;
    }
}

@media (min-width: 768px) {
    .ui-dialog {
        max-width: 50%;
    }
    .spb_top_center {
        max-width: 50%;
    }
    .simple-popup-blocks-global .spb-popup-main-wrapper {
        max-width: 70%;
        padding: 50px;
    }
    .simple-popup-blocks-global .spb-popup-main-wrapper .show-more-cont p {
        font-size: 14px;
        line-height: 26px;
    }
    .u .ui-dialog {
        width: 437px !important;
    }
    /*
    .webform-submission-contact-form .form-type-processed-text h2 {
        font: normal normal bold 36px/50px Vanitas;
        margin-top: -100px;
        padding-top: 100px;
    }
    */
    .webform-submission-contact-form .form-type-processed-text {
        margin-top: 0;
        text-align: center;
    }
    .hst-row-wrp .row-wrp {
        width: 40%;
    }
    .menu--history-navigation {
        right: 20px;
        display: block;
    }
    .hst-row-wrp .row-wrp {
        margin-top: 0;
    }
    .hst-row-wrp {
        margin-bottom: 150px;
    }
    .ui-dialog .ui-dialog-buttonpane .form-submit {
        width: 280px;
    }
    .ui-dialog .ui-dialog-titlebar,
    .ui-dialog .ui-dialog-buttonpane {
        padding: 30px;
    }
    .ui-dialog .ui-dialog-content {
        padding: 0 50px;
    }
    .trending-view-block .view-content {
        display: flex;
        flex-wrap: wrap;
        margin-left: -30px;
        margin-right: -30px;
    }
    .request-password-link {
        float: right;
    }
    .dont-have-account {
        float: left;
    }
    .trending-view-block .trend-img img {
        width: 100%;
        display: block;
        max-width: 100%;
        height: auto;
    }
    .profile {
        max-width: 60%;
    }
    .user-form {
        max-width: 60%;
    }
    .user-register-form.user-form {
        max-width: 100%;
    }
    .wishlist-user-form .wishlist-item {
        padding: 0;
    }
    .wishlist-user-form .wishlist-item__entity {
        flex: 0 0 80%;
    }
    .wishlist-user-form .wishlist-item__entity>div {
        display: flex;
        flex-wrap: wrap;
    }
    .wishlist-user-form .wishlist-item__entity .field--label-hidden,
    .wishlist-user-form .wishlist-item__entity .field--label-inline {
        flex: 0 0 25%;
    }
    .trending-view-block .views-row {
        padding: 0 15px;
    }
    /* .slider-arrow{
        padding-right: 50px;
    } */
    /* .pr-slider-nav .views-field-field-image,
    .pr-slider-nav .views-field-field-media {
        width: 100px;
        height: 110px;
    } */
    .pr-slider-nav {
        padding-right: 50px;
    }
    .commerce-order-item-add-to-cart-form .form-actions {
        text-align: left;
        width: 100%;
        float: left;
    }
    .tab--primary .tabs__tab a {
        font-size: 14px;
    }
    .tab--primary .tabs__tab:first-child {
        flex: 0 0 20%;
    }
    .tab--primary .tabs__tab {
        flex: 0 0 18%;
    }
    /* .block-field-blockcommerce-productdefaulttitle .field--name-title {
        margin-top: 25px;
    } */
    #spb-diamond-details .spb-popup-main-wrapper {
        max-width: 40%;
    }
    .slider-arrow .slick-next {
        right: -50px;
    }
    .slider-arrow .slick-prev {
        left: -50px;
    }
    .slider-arrow .slick-arrow {
        margin-top: -23px;
    }

}

@media (min-width:992px) {
    .bef-exposed-form .form--inline>.fieldgroup {
        flex: 0 0 20%;
    }
    .trending-view-block .views-exposed-form .form--inline>.form-item.fieldgroup {
        margin-top: 2rem;
    }
    .layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--first,
    .layout--twocol-section.layout--twocol-section--50-50 .layout__region.layout__region--second {
        width: 50%;
        flex: 0 0 50%;
    }
    .layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--first {
        width: 67%;
        flex: 0 0 67%;
    }
    .layout--twocol-section.layout--twocol-section--67-33 .layout__region.layout__region--second {
        width: 33%;
        flex: 0 0 33%;
    }
}

@media (min-width: 1200px) {
    .spb_top_center {
        max-width: 25%;
    }
    .ui-dialog {
        max-width: 25%;
    }
    .simple-popup-blocks-global .spb-popup-main-wrapper {
        max-width: 50%;
    }
    .testimonial-bg .testimonial {
        width: 85%;
    }
    .testimonial-bg .block-region-left {
        margin-top: 50px;
    }
    .menu--history-navigation {
        right: 50px;
    }
    .profile {
        max-width: 40%;
        margin: 70px auto;
        border: 1px solid #EBEBEB;
        border-radius: 5px;
    }
    .user-form {
        max-width: 45%;
    }
    .user-register-form.user-form {
        max-width: 100%;
    }
    .wishlist-user-form .wishlist-item__entity {
        flex: 0 0 85%;
    }
    .wishlist-user-form {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .trending-view-block .views-row {
        padding: 0 25px;
    }
    .products-specification .views-row .views-label {
        flex: 0 0 50%;
    }
    .related-silder.slider-arrow .views-row {
        padding: 0 25px;
    }
    .jp-history-timeline:before {
        height: 95%;
    }
}

@media (min-width: 1360px) {
    .jp-history-timeline:before {
        height: 98%;
    }
}

html {
    scroll-padding-top: 150px;
}


/* This is custom css for the product static display block */

.custom-block-title {
    font: normal normal 500 32px/42px Vanitas ☞;
}

.custom-block-description {
    font: normal normal normal 14px/24px Poppins;
}

.custom-block-link {
    font: italic normal bold 14px/24px Poppins;
}

.custom-block-link>a::after {
    background: url(/themes/custom/dimexon/images/icons/arrow-right.png);
}


/* new style */
.related-silder.slider-arrow .views-row {
    padding: 0 15px;
}
.prdctTempWrap .layout--twocol-section--67-33 .layout__region--second {
    height: calc(100vh - 70px);
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 90px;
    margin-top: 15px;
}
.prdctTempWrap .layout--twocol-section--67-33 .layout__region--second > div:first-child{
    display: none;
}
.prdctTempWrap .layout--twocol-section--67-33 .layout__region--second::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */
  .prdctTempWrap .layout--twocol-section--67-33 .layout__region--second::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #f3e2ff;
    border-radius: 10px;
  }

  /* Handle */
  .prdctTempWrap .layout--twocol-section--67-33 .layout__region--second::-webkit-scrollbar-thumb {
    background: #6745812b;
    border-radius: 30px;
  }

  /* Handle on hover */
  .prdctTempWrap .layout--twocol-section--67-33 .layout__region--second::-webkit-scrollbar-thumb:hover {
    background: #6745812b;
  }

.slick-arrow {
    position: absolute;
    top: 20%;
    background: transparent !important;
    border-radius: 0;
    font-size: 0;
    width: auto;
    border: none;
    margin-top: -48px;
    z-index: 99;
    padding: 0;
    outline: none;
    padding: 5px;
    border: none !important;
    outline: none !important;
    padding: 10px !important;
}

.slick-prev {
    left: 30px;
}

.slick-prev::before {
    content: '';
    background: url(/themes/custom/dimexon/images/svg/arrow-prev.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 12;
}

.slick-next {
    right: 30px;
}

.slick-next::before {
    content: '';
    background: url(/themes/custom/dimexon/images/svg/arrow-next.svg) no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    display: block;
    z-index: 12;
}

.commerce-order-item-add-to-cart-form .form-actions input[data-drupal-selector="edit-appointment"],
.commerce-order-item-add-to-cart-form .form-actions input[data-drupal-selector="edit-appointment"]:active {
    border: 1px solid #674581;
    background: transparent !important;
    padding: 12px 30px;
    transition: all 0.3s ease-in-out;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #674581 !important;
    text-transform: uppercase;
    opacity: 0.88;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    /* max-width: 300px; */
    margin: 15px 0px;
}

.commerce-order-item-add-to-cart-form .form-actions input.btn-link {
    background: #674581 !important;
    /* max-width: 300px; */
    width: 100%;
    margin-left: 0px;
}

.commerce-order-item-add-to-cart-form .attribute-widgets .js-form-item-purchased-entity-0-attributes-attribute-color {
    flex: 0 0 100% !important;
}

.commerce-order-item-add-to-cart-form .attribute-widgets .js-form-item-purchased-entity-0-attributes-attribute-color select {
    border-radius: 40px !important;
}

.pr-slider-nav {
    position: absolute;
    top: 15px;
    left: 110px;
    width: 70px;
    padding: 0px;
}
body.path-product .site__branding{
    display: none;
}
.prdctTempWrap .layout--twocol-section--67-33{
    height: calc(100vh - 55px);
}
.prod_logo,.navigation.menu--main{
    float: left;
}
.pr-slider-nav .slick-list .slick-slide.slick-current .views-field-field-image,
.pr-slider-nav .slick-list .slick-slide.slick-current .vThumb .view-content img{
    border: 2px solid #674581;
    border-radius: 5px;
    overflow: hidden;
}
.pr-slider-nav .slick-list .slick-slide .views-field-field-image {
    border: 2px solid #f0f0f0;
    border-radius: 5px;
}
.main-nav-bar{
    display: flex !important;
    flex-basis: auto;
    justify-content: space-between !important;
    padding: 0px;
}
.main-nav-bar .region-nav-additional{
    display: flex;
    justify-content: center;
    flex: 0 0 100%;
}
body.path-product .main-nav-bar .region-nav-additional{
    display: flex;
    justify-content: space-between;
    flex: 0 0 100%;
    align-items: center;
}
.path-product > div > div.breadcrumb{
    display: none;
}
.zoom-box{
    margin-left: 200px;
}
.pr-slider.slider-arrow .slick-slide .view-products {
    margin-left: 150px;
}
.pr-slider.slider-arrow .slick-slide .view-products article.media{
    display: block;
    text-align: center;
}
.pr-slider.slider-arrow .slick-slide .view-products video{
    height: auto;
}

/* .block-system-main-block > .ds-2col-stacked > div:nth-child(1) .block-region-header > div, .block-system-main-block > .ds-2col-stacked > div:nth-child(2), .block-region-right > div, .block-system-main-block > .ds-2col-stacked > div:nth-child(4) {
    height: 100vh !important;
    overflow: hidden;
} */
.commerce-order-item-add-to-cart-form .form-actions input.btn-link.adWsLst{
    background-color: transparent !important;
    background-image: url(../images/icons/diamondWish.png) !important;
    border: none;
    background-repeat: no-repeat !important;
    padding: 0px;
    font-size: 0px;
    line-height: 0px;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 5px;
    left: 0px;
    box-shadow: none;
}
.commerce-order-item-add-to-cart-form .form-actions input.btn-link.adWsLst.active{
    background-image: url(../images/icons/diamondWishActive.png) !important;
}

div.simple-status-messages {
    position: fixed;
    top: 100px;
    right: 20px;
    z-index: 1000001;
    width: 30%;
    transition: all 0.25s ease;
}
