/**   Typography   **/
* {
    font-family: "Lato", sans-serif;
}



.catalog-category-view .page-main .sidebar .rating-summary .rating-result:before,
.catalog-category-view .page-main .sidebar .rating-summary .rating-result>span:before {
    max-height: 34px;
    height: 20px;
    min-width: 116px;
    font-size: 19px !important;
}

@media only screen and (max-width:1920px) {
    .dropdown-menu-category.level-1>div a:first-of-type {
        font-size: 12px !important;
    }
}

.catalog-category-view .page-main .sidebar .rating-summary .rating-result {
    margin-left: 19px;
}

html {
    --scrollbarBG3: #fff;
    --thumbBG3: #e8527c;
    --thumbBG3: #fff;
}

.bs-banner img,
.banner-hover img {
    width: 100% !important;
}

.bs-banner img,
a.banner-hover img {
    max-height: 250px;
    object-fit: cover;
}

.cms-home .animation-nw-effect .img-banner a img {
    max-height: 250px;
    width: 100%;
    object-fit: cover;
}

.cms-home .custom-slider {
    margin: 0 0 20px 0;
    padding: unset;
}

.cms-home .custom-slider .banner-item span.banner-image img {
    height: 100%;
}

.cms-home .custom-slider .banner-item span.banner-image-sm {
    display: none;
}


/** ACCES RAPIDES **/
.cms-home .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    border-radius: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    font-size: 14px;
    cursor: pointer;
}

.cms-home .big-slider-hp .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-prev,
.cms-home .big-slider-hp .owl-theme .owl-controls .owl-nav [class*="owl-"].owl-next {
    display: none !important;
}

.cms-home .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: rgba(0, 0, 0, .4);
}

.cms-home .owl-theme .owl-controls .owl-nav [class*="owl-"]::before {
    background-color: white;
}



body .wrap-category .owl-theme .owl-controls .owl-buttons [class*="owl-"] {
    border-radius: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    font-size: 14px;
    cursor: pointer;
}

body .wrap-category .owl-theme .owl-controls .owl-buttons [class*="owl-"]:hover {
    background: rgba(0, 0, 0, .4);
}

body .wrap-category .owl-theme .owl-controls .owl-buttons [class*="owl-"]::before {
    background-color: white;
}

body .wrap-category .owl-theme .owl-item {
    padding: 10px;
}

body.category-nouveautes div.onsale.new-lable {
    display: none;
}

.new_product .rokan-newproduct .owl {
    margin-bottom: 5px;
}

.wrap-category .popcat-box img {
    object-fit: cover;
    border-radius: 50%;
    aspect-ratio: 1;
}

.category-item a:hover .cat_name {
    height: 100%;
}

.category-item a .cat_name {
    height: 0;
    transition: height .5s ease;
}

.category-item .cat_name {
    background: linear-gradient(0deg, #fff, rgba(255, 255, 255, 0));
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(255, 255, 255, .5);
    color: #000;
    font-family: 'Unna', serif;
    font-size: 1.1em;
    min-width: 100%;
    padding: 10px 30px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 54px;
    line-height: 1.3em;
    bottom: 0;
    white-space: initial;
    text-transform: uppercase;
    text-decoration: none;
    position: absolute;

}

/************/

@media only screen and (max-width: 646px) and (min-width: 400px) {
    .toggle-search .block-search {
        width: 300px;
    }
}

@media only screen and (max-width: 399px) {
    .toggle-search .block-search {
        width: 280px;
    }
}

@media only screen and (max-width: 646px) {
    body.rokanthemes-onepagecheckout button.switchaccordion {
        margin-bottom: 20px;
        margin-right: 10px;
    }

    body.cms-home .widget.box-section.block-recent-posts .owl-carousel .owl-item {
        width: 100% !important;

        padding-right: 32px;
        margin-top: 20px;
    }

    li.item-level-2>div a {
        text-transform: uppercase;
    }

    body.wishlist-index-index ol.product-items {
        display: flex;
        flex-wrap: wrap;
    }

    body.wishlist-index-index ol.product-items .product-item {
        flex: 1 1 43%;
    }

    body.wishlist-index-index .products-grid.wishlist .product-item-name,
    body.wishlist-index-index .products-grid.wishlist .product-item-description,
    body.wishlist-index-index .products-grid.wishlist .product-item .price-box,
    body.wishlist-index-index .products-grid.wishlist .product-item-tooltip {
        margin-left: unset !important;
    }

    body.wishlist-index-index a.product-item-photo {
        text-align: center;
    }

    body.wishlist-index-index .price-box.price-final_price,
    body.wishlist-index-index .product-item-name {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    body.wishlist-index-index .product-items .product-item .product-item-info {
        min-height: 200px;
    }

    body.wishlist-index-index button.action.tocart.primary {
        display: flex;
        justify-content: center;
        max-width: 136px;
    }

    body.wishlist-index-index .product-item-inner {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    body.wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
        margin-right: unset !important;
    }

    body.wishlist-index-index .products-grid.wishlist .product-item-actions {
        display: block;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    body.wishlist-index-index .toolbar.wishlist-toolbar .pager {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 24px;
    }

    body.wishlist-index-index.account .page-main {
        padding-top: unset !important;
    }

    body.wishlist-index-index p.toolbar-amount {
        padding-top: 0px !important;
    }
}

.bs-title,
.banner-description {
    font-family: "Unna", serif !important;
    color: #000 !important;
    font-size: 4.5rem;
    text-align: center;
    line-height: 1.2;
    padding: 10px;
}

.item-product .product-extra-link a:hover {
    color: #fff !important;
}


.bs-title {
    text-align: center !important;
    width: auto !important;
}

.product-brand {
    font-size: 12px;

    font-family: "Unna", serif !important;
    font-weight: 400 !important;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase !important;
}

.product-brand-logo {
    bottom: 0%;
    z-index: 1;
    height: auto;
    opacity: 30%;
    display: initial !important;
    width: 40% !important;
}

.product-brand-logo-container {
    right: -10%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 5%;
    text-align: center;
    width: 50%;
    display: block;
}

.banner-title {
    font-family: "Unna", serif;
    color: #222222;
    font-size: 3.5rem;
    text-align: center;
    line-height: 1.2;
}

.bs-title2 {
    text-align: center;
    font-family: "Satisfy", cursive;
    font-size: 3.8rem;
}

.recrut {
    font-size: 18px;
    line-height: 2;
    width: 30%;
    border-left: 1px solid rgb(0, 0, 0);
    padding: 20px;
    margin-top: 10%;
    margin-left: 20px;
    position: absolute;
    z-index: 5;
    bottom: 0%;
}

.bs-title-span {
    font-family: "Satisfy" !important;
    color: #e6007e !important;
}

.product-info-stock-sku>.available,
.view-detail>a:hover {
    color: #000000 !important;
}

.item-product .product-info,
.item-product .product-info .product-brand {
    text-align: center !important;
}

/* .item-product .product-info .info-price .price-box
{
    display: grid;
} */
body:not(.cms-home) .product-info .info-price .price-box {
    /* display: flex;
    flex-flow: column; */
}

.old-price .price-container .price-wrapper>.price {
    color: #9a9696 !important;
}

.price-wrapper>.price {
    color: #e6007c !important;
}

.item-product .product-info .info-price {
    margin: 2px 0 0;
    min-height: 33px;
}

.item-product .product-info .product-rating {
    margin-top: 0;
}

.product-info .product-brand {
    min-height: 17px;
    margin: 0 !important;
    padding: 2px;
}

.product-info .info-price .price-box .old-price {
    order: 1;
}

.product-info .info-price .price-box .special-price-label {
    order: 2;
}

.category-view-move {
    position: relative;
}

.product-info .info-price .price-box .special-price {
    order: 3;
    line-height: 15px;
}

.product-info .product-name {
    margin-bottom: 5px;
}

.product-brand-image {
    max-width: 150px;
}

.product-info-stock-sku>.available>span,
.special-price-label {
    color: #e6007e !important;
}

.sub_category-parent {
    color: #000 !important;
    font-family: "Unna", serif !important;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 1%;
    margin-top: 5%;
}

.brand-image-category {
    text-align: center;
    width: 100%;
}

.banner-hover>img {
    width: 100%;
}

.category-brand-list {
    display: flex;
}

.category-brand-item {
    display: flex;
}

.modals-overlay {
    z-index: 850 !important;
}

.left-image>img {
    margin-top: 0 !important;
}

.vjs-default-skin .vjs-big-play-button {
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%);
    width: 80px !important;
    height: 80px !important;
    -webkit-border-radius: 0.8em !important;
    -moz-border-radius: 0.8em !important;
    border-radius: 1.9em !important;
}

.banner-2 {
    height: 600px;
    overflow: hidden;
}

.col-logo>.logo>img {
    width: auto;
}

.top-container {
    max-width: auto !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.content_slider {
    position: absolute;
    top: 50%;
    left: 220px;
    width: calc(100% - 100px);
    z-index: 1;
}

.owl-carousel .owl-stage-outer {
    padding: 0 !important;
}

.action.primary:hover {
    color: #ffffff !important;
    background-color: #e6007c !important;
}

.action-primary {
    font-weight: normal;
}

.action-secondary .action-dismiss {
    font-size: 19px;
}

.action.primary,
.action-primary {
    font-size: 1rem;
}

.banner-description {
    /* Style for "Découvrez" */

    width: 346px;

    height: 57px;

    color: #222222;

    font-size: 24px;

    font-weight: 500;

    font-style: normal;

    letter-spacing: normal;

    line-height: normal;

    text-align: center;
}

.top-bar-left {
    width: 100%;
}

.category-info {
    position: absolute;
    z-index: 1;
    align-content: center;
    text-align: center;
    width: 100%;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    /*Temporary -  quick_access quick access quick_access_title*/
}

.category-item {
    /* max-height: 210px; */
    position: relative;
    overflow: hidden;
}

.popcat-box {
    position: relative;
}

.popcat-box>.category-info>h3>a {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
}

.popcat-box>.category-info>h3>a:visited {
    color: #ffffff !important;
}

.popcat-box>.category-info>h3>a:hover {
    color: #e6007e !important;
}

.wrap-category>.owl>.owl-wrapper-outer>.owl-wrapper>.owl-item>a>img {
    transform: translate(0, -200px);
}

.popcat-box>.category-item {
    /* max-height: 210px; */
    overflow: hidden;
}

.category-info>p {
    display: none;
}

.header-content>.top-header,
.view-detail>a,
.today_time,
.map-directions,
.storelocator-index-index #locator_filter .column_left .center #store_list .list .today_time {
    background-color: #e6007e !important;
}

.modal-inner-wrap .modal-header .action-close {
    background-color: unset !important;
}

.modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .product-name .pupup-suc-added-to-your-bag {
    text-transform: inherit;
}

.header-content>.top-header *,
.bstlocator_input>.button>span>span,
.counter,
.hot-onsale .onsale.new-lable,
.total-mini-cart-item,
.locator_arrow,
.fa-angle-up,
.map-directions>a,
.map-directions>a>i,
.today_time,
.view-detail>a,
.storelocator-index-index #locator_filter .column_left .center #store_list .list .today_time {
    color: #fff !important;
}

.hot-onsale .onsale .sale-text label,
.hot-onsale .onsale .sale-text {
    color: #fff !important;
}

.item-product .product-info .info-price .old-price .price {
    margin-left: 0 !important;
}

.header-content>.top-header .top-bar-right .header,
#back-top i,
.hot-onsale .onsale.new-lable,
.mini-carts .header-mini-cart .qty {
    background: #e6007e;
}

#store_list>.list {
    overflow: hidden !important;
}

.subtitle.empty {
    font-weight: normal;
}

.header-content>.top-header a:hover,
ul>.ui-menu-item>a:hover {
    color: #e6007e !important;
}

.ui-menu-item .level0 #item {
    position: absolute;
    margin-left: 250px;
    width: 100%;
}

/* .banner_mid_1 >.text-banner
{
    top: -150px;
}
.banner_mid_1 >.text-banner > h2
{
font-size: 35px;
} */
.animation-hover-effect .banner-img img {
    width: 100%;
}

.animation-hover-effect .bs-banner {
    position: relative;
    max-height: 500px;
    overflow: hidden;
    max-width: 90%;
}

#contact-form .label,
form.form-edit-account .label {
    font-size: 1.1rem;
}

#contact-form .fieldset .row .field.name label,
.form.contact .fieldset .row .field.email label,
form.form-edit-account .label {
    text-align: left;
}

.rokan-product-heading h2 {
    float: none !important;
    font-size: 30px;
    text-transform: unset;
}

/* .banner_mid_1 >.text-banner > h2, .banner_mid_1 >.text-banner > h3,  .banner_mid_1 >.text-banner > h3> a
{
    color: #222222 !important;
}

.banner_mid_1 >.text-banner > h3> .btn
{
    background-color: transparent !important;
    border: 2px solid #000000;
} */

.section-brands .block-widget-rokanthemes-brand {
    border: none !important;
}

.owl-controls {
    padding-top: 20px;
}

.page_footer,
.footer-bottom {
    background: #fbfbfb;
}

.footer-bottom {
    border-top: 2px solid #e6e6e6;
}

.velaBlock>h4,
.velaBlock>h3,
.velaBlock>h2 {
    color: #e6007e !important;
}

.velaFooterLinks>li>a:hover {
    color: #e6007e !important;
}

/* --- Footer --- */
.velaBlock {
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    color: #999999;
}

.newsletter>.control>.actions>button {
    background-color: transparent;
    border-color: #999999 !important;
    color: #e6007e !important;
    border-color: #999;
    border: 1px;
}

.banner_background {
    padding: 0 !important;
}

.banner_background:after {
    background-color: unset !important;
}

.banner_mid_1.banner_background {
    margin-top: 60px;
}

/* 
.shipping_support_fashion{
    display: none;
    height: 0px;
    width: 0px;
} */

.videoWrapper {
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}

.videoWrapper-video {
    position: relative;
    width: 100%;
    height: 350px;
}

.videoWrapper-content {
    top: 40px;
    width: 100%;
    left: 1%;
}

.videoWrapper-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-paragraph {
    padding-top: 30px;
}

.video-span,
.video-paragraph {
    color: #222222 !important;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
}

.video-span {
    font-size: 24px;
    font-weight: 768;
    line-height: normal;
}

.video-paragraph {
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px;
}

.block.newsletter {
    background: #e9e9e9 url(/pub/media/wysiwyg/HomePage/footer-newsletter-bck.jpg) no-repeat center center;
    background-size: auto;
    background-size: cover;
    padding: 19px 0;
    margin-bottom: 0;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
}

.footer .bs-title2,
.blocReassurance .bs-title2 {
    text-align: center;
    font-family: "Satisfy", cursive;
    font-size: 3.8rem;
}

.block.newsletter p {
    width: 42%;
    margin: 5px auto;
}

.block.newsletter span {
    text-align: center;
    font-size: 18px;
}

.color-bs1 {
    color: #e6007e !important;
}

.font-satisfy {
    font-family: "Satisfy", cursive;
}

.block.newsletter .field {
    margin: 0;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 30%;
    margin: 0 auto;
}

.block.newsletter .actions {
    display: table-cell;
    vertical-align: top;
    width: 1%;
}

.left-image>img {
    max-height: 413px;
    margin: 0;
    padding-left: 5%;
}

.block.newsletter .action.subscribe {
    margin-left: -1px;
    white-space: nowrap;
    border: 0;
    background-color: transparent;
    box-shadow: none;
}

.block.newsletter .action.subscribe .picto-newsletter {
    fill: #e6007e;
    width: 24px;
    height: 28px;
}

.field-newsletter {
    display: flex;
}

.block.newsletter input::placeholder {
    color: #000;
    font-style: italic;
}

.block.newsletter input {
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #000;
    color: #000;
    -moz-border-radius: initial;
    -webkit-border-radius: initial;
    border-radius: initial;
}

.block.newsletter .field .control::before {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

.bs_sprite_carteCadeau {
    background-position: 1px -220px;
}

.footer .bs_footer_pictoBlock,
.blocReassurance .bs_footer_pictoBlock {
    padding-top: 22px;
    padding-bottom: 30px;
}

.footer .bs_footer_pictoBlock a.sprite-bck::before,
.blocReassurance .bs_footer_pictoBlock a.sprite-bck::before {
    background-size: 388px;
}

.footer .sprite-bck span,
.blocReassurance .sprite-bck span {
    min-height: 47px;
    width: 100%;
}

a:visited,
a:focus,
a:hover {
    color: #000;
}

.account .page-main .block-dashboard-info .box-information .box-actions .edit>span,
.action.primary>span,
.actions>.action>span,
.action.edit span,
.product-item-inner .product-item-actions a span {
    color: #000;
}

.account .page-main .block-dashboard-info .box-information .box-actions .edit>span:hover,
#default-shipping-edit-link,
#default-billing-edit-link {
    color: #e6007e !important;
}

.form-wishlist-items .actions-toolbar {
    display: grid;
}

.form-wishlist-items .actions-toolbar .secondary {
    margin-top: 20px;
}

.product-item-inner .product-item-actions {
    display: flex;
}

.color-bs1 .font-satisfy {
    font-size: 2.2rem;
    font-weight: 400;
    line-height: 1;
    margin-right: 6px;
}

.boxService {
    text-align: -moz-center !important;
}

.boxServiceImage {
    margin: 0 !important;
    margin-bottom: 2px;
}

.boxServiceContent {
    text-align: center !important;
}

.color-bs1 {
    color: #e6007e !important;
}

.font-satisfy {
    font-family: "Satisfy", cursive !important;
    font-size: 22px !important;
}

.sprite-bck::before {
    background-image: url(/pub/media/wysiwyg/icons/bs-sprite-bck.png);
    background-repeat: no-repeat;
}

footer .sprite-bck::before,
.blocReassurance .sprite-bck::before {
    position: absolute;
    left: 42px;
}

.sprite-bck::before {
    content: "";

    float: left;
}

.custom-newsletter-btn {
    background-image: url(/pub/media/wysiwyg/icons/paper-plane.png);
}


/* Category Pages*/

.detail-info-product-view {
    padding-left: 25px;
    margin-bottom: 50px;
    margin-top: 15%;
}

.big-category-title {
    margin-top: -10px;
}

.bs-big-category-title {
    width: 100% !important;
    font-family: "Satisfy", cursive !important;
    color: #000 !important;
    text-align: center;
    line-height: 1.2;
    padding: 10px;

    color: #222222;
    font-family: "Satisfy - Regular" !important;
    font-size: 45px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: center;
}

.layout-2-col {
    margin-top: 15px;
}

.big-category-menu>ul {
    width: 100%;
}

.big-category-menu>ul>li {
    border-radius: 8px;
    padding: 7px;
    text-align: left;
}

.big-category-menu>ul>li:hover {
    background-color: rgba(230, 0, 126, 0.1);
    opacity: 1;
}

.big-category-menu>ul>li>a {
    text-decoration: none;
    color: #888888 !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
}

.big-category-menu>ul>li>a:hover {
    color: #e6007e !important;
    transition: font-size 200ms ease-in-out;
}

.category-view-move>.category-image {
    max-height: 600px;
    overflow: hidden;
}

.category-view-move>.category-image>.image {
    height: 100%;
    max-width: 100%;
}

.img-category-banner>a>img,
.img-category-banner>a>img,
.mg-category-banner>*>img,
.mg-category-banner>a>img {
    height: auto;
    width: 100%;
    margin-bottom: 20px;
}

.mg-category-banner>a>.img-3,
.category-banner>a>.img-1 {
    margin-bottom: 20px;
}

.vc_tta-tabs-container {
    display: block ruby !important;
    text-align: center !important;
}

.cat-banner-link {
    height: 95%;
    position: absolute;
    width: 95%;
    height: 95%;
    position: absolute;
    width: 95%;
    display: block;
}

.cat-banner-link>a {
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
}

/* END CATEGORY PAGE*/

/* Checkout Page*/

/*FOUAD - CUSTOM CHECKBOX IN CHECKOUT */

.envoie-de-facture-checkbox,
.envoie-de-facture {
    display: none;
    visibility: hidden;
}

.gift-options .actions-toolbar {
    margin-top: 21px !important;
}

/* END FOUAD*/

.opc-wrapper .step-content {
    margin: 0;
}

#delivery-method-selector .action-select-shipping {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 3%;
    margin-right: 20px;
    width: 100%;
}

.actions-toolbar>.primary,
.actions-toolbar>.secondary {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 3%;
    margin-right: 20px;
}

.actions-toolbar {
    width: 100%;
}

#store-selector .form-continue .actions-toolbar .action.primary {
    line-height: 1.2rem;
    padding: 14px 17px;
    font-size: 1.4rem;
}

#delivery-method-selector .action {
    line-height: 2rem;
    padding: 5px 17px;
    font-size: 1.4rem;
}

.cart-gift-item {
    margin-bottom: 20px;
}

.cart-gift-item .gift-item-block .title {
    width: 100%;
    text-align: center;
    border: 1px solid #e6007e;
    background: #ffffff;
}

.cart-gift-item .gift-item-block .title span {
    margin-left: 10px;
    background: linear-gradient(to right, #e6007e 0%, #ef7811 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.gift-item-block .title:after {
    color: #e6007e;
    font-size: 50px;
    vertical-align: inherit;
}

#discount-code {
    min-width: 200px;
}

.rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar>.primary .action.action-apply {
    font-size: 12px;
}

.payment-option-inner {
    width: 100%;
}

.gift-item-block .title:hover {
    background: #e6007e;
    border: 1px solid #e6007e;

    background: linear-gradient(to right, #e6007e 0%, #ef7811 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.action .primary .checkout .btn-placeorder {
    margin-top: 115px;
}

.gift-options .actions-toolbar .secondary .action-cancel {
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 3px;
    margin-top: auto;
}

.gift-options-content .fieldset .field .label span,
.gift-options-content .fieldset .field .control input {
    color: #e6007e !important;
}

.gift-options-content .fieldset .field .control input {
    color: #000 !important;
}

.action .primary .checkout .btn-placeorder .disabled {
    margin-top: 115px;
}

.rokanthemes-onepagecheckout #shipping,
.rokanthemes-onepagecheckout #opc-shipping_method,
.rokanthemes-onepagecheckout #payment,
.rokanthemes-onepagecheckout #opc-sidebar {
    box-shadow: 0px 5px 12px 0px rgb(0 0 0 / 10%);
}

.rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
    float: right;
    margin-left: 5px;
    width: 40%;
}

.form-discount .actions-toolbar .primary .action-apply {
    padding-left: 10px;
    padding-right: 10px;
}

.rokanthemes-onepagecheckout #shipping .step-title:before,
.rokanthemes-onepagecheckout #opc-shipping_method .step-title:before,
.rokanthemes-onepagecheckout #payment .step-title:before,
.rokanthemes-onepagecheckout #opc-sidebar .step-title:before,
.rokanthemes-onepagecheckout #shipping .opc-block-summary>.title:before,
.rokanthemes-onepagecheckout #opc-shipping_method .opc-block-summary>.title:before,
.rokanthemes-onepagecheckout #payment .opc-block-summary>.title:before,
.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary>.title:before {
    color: #e6007e;
}

.action-auth-toggle {
    top: -44px;
}

.customer-account-login .page-main .login-container .block.block-customer-login .block-title strong,
.login-container .block.block-new-customer .block-title strong {
    text-transform: initial;
}

.customer-account-login .page-main .login-container .block.block-new-customer .block-title strong {
    font-size: 30px;
}

.customer-account-login .page-main .login-container .block.block-customer-login .block-title strong,
.block-new-customer .block-title strong .bs-title-span {
    font-size: 2rem;
}

.action .header-mini-cart::before {
    content: "\e035";
    font-family: "simple-line-icons";
    font-size: 30px;
    color: #222222;
    line-height: 46px;
    right: 12px;
}

.counter-number {
    color: #fff !important;
}

.post-info-bottom a:hover {
    background: #e6007e;
    color: #ffffff !important;
    border-color: #e6007e;
}

.field.search .actions .submit {
    width: 110px;
}

.block.items-in-cart .title strong span {
    text-transform: lowercase;
}

.btn-placeorder span,
.proceed-to-checkout span {
    text-transform: uppercase !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .BrandCategTitle {
        position: absolute;
    }

    .brand-image-category {
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .big-category-menu {
        margin-top: -55px;
    }
}

@media (max-width: 768px),
print {
    .show-mobile {
        display: block;
    }

    .show-desktop {
        display: none;
    }

    .banner_mid_1 {
        margin-bottom: 0 !important;
    }

    .videoWrapper {
        margin-top: 0;
    }

    .section-brands {
        margin-bottom: -3rem;
    }

    .newsletterDescription {
        margin-top: 20px !important;
    }
}

@media (min-width: 768px),
print {
    .section-brands {
        margin-bottom: 2rem;
    }

    .videoWrapper {
        margin-bottom: 4rem;
        margin-top: 2rem;
    }

    .show-mobile {
        display: none;
    }

    .show-desktop {
        display: block;
    }

    .account .page-wrapper .page-main .columns .col-sidebar {
        margin-top: 0 !important;
    }

    .top-bar-left .content {
        display: contents;
    }

    .fancybox-close:after,
    .modal-custom .action-close:before,
    .modal-popup .action-close:before,
    .modal-slide .action-close:before {
        width: fit-content;
        color: #ffffff;
        font-size: 27px;
        padding-left: 10px;
        padding-right: 0px;
        display: block;
        font-weight: 400;
        content: "\e082";
        font-family: "simple-line-icons";
        text-align: center;
        top: 26px;
        position: absolute;
    }

    .modal-popup {
        top: 45px;
    }

    .mobile-banner {
        display: none;
    }

    .desktop-banner {
        display: block;
    }

    .form.password.forget .actions-toolbar {
        display: flex !important;
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }



    .checkout-container.chrome .opc-wrapper .opc .checkout-payment-method:not(.payment-virtual) #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 55px !important;
    }

    .checkout-container.safari .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 30px !important;
    }

    .checkout-container.firefox .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 50px !important;
    }

    .checkout-container.mise .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 50px !important;
    }

    .product-name .product-item-link {
        text-transform: uppercase;
    }

    .block-search .action.search {
        top: 5px;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
        min-width: 352px;
        height: 100%;
    }

    /* BLOG STYLE */
    .item-post-full .post-title {
        height: 50px;
        overflow-x: hidden;
        scrollbar-color: var(--thumbBG3) var(--scrollbarBG3);
    }

    .item-post-full .post-title::-webkit-scrollbar {
        width: 4px;
    }

    .item-post-full .post-title::-webkit-scrollbar-track {
        background: var(--scrollbarBG3);
    }

    .item-post-full .post-title::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG3);
        border-radius: 4px;
        border: 2px solid var(--scrollbarBG3);
    }

    .item-post-full {
        height: 520px;
    }

    .item-post-full .blog-post-thumb {
        margin-bottom: 10px;
    }

    .blog-post-info {
        height: 350px;
        overflow: hidden;
    }

    .blog-post-info .desc {
        height: 100px;
        overflow: hidden;
    }

    .item-post-full .post-title a {
        font-size: 15px;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content .block-authentication .block-title strong {
        font-weight: 500;
        font-size: 24px;
        text-transform: inherit;
        letter-spacing: -1px;
    }

    .field.password.required>.action>span {
        color: #e6007e !important;
    }

    .blog-post-info .desc::-webkit-scrollbar {
        width: 4px;
    }

    .blog-post-info .desc::-webkit-scrollbar-track {
        background: var(--scrollbarBG3);
    }

    .blog-post-info .desc::-webkit-scrollbar-thumb {
        background-color: var(--thumbBG3);
        border-radius: 4px;
        border: 2px solid var(--scrollbarBG3);
    }

    .post-info-bottom {
        border-top: 1px solid #e8527c;
        margin-top: 10px;
        padding-top: 25px;
    }

    .fullcontainer_before_footer .bs-services .service-item>.service-item-description>p {
        font-weight: 500;
        font-size: 14px;
    }
}

/*   END BLOG STYLE */

@media (max-width: 768px),
print {
    .chrome .checkout-payment-method:not(.payment-virtual) .payment-method-title img {
        width: 200px;
        vertical-align: inherit;
        margin-left: 45px !important;
        position: absolute !important;
    }

    .checkout-container.chrome .opc-wrapper .opc .checkout-payment-method:not(.payment-virtual) #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 60px !important;
    }

    .checkout-container.safari .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 30px !important;
    }

    .checkout-container.firefox .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 50px !important;
    }

    .checkout-container.mise .opc-wrapper .opc .checkout-payment-method #checkout-step-payment .form .fieldset #checkout-payment-method-load .payment-methods .payment-group .payment-method .payment-method-title img {
        margin-top: 50px !important;
    }

    @-moz-document url-prefix() {
        .bs-services {
            display: inherit;
            columns: 2;
        }
    }

    .rokanthemes-onepagecheckout .opc-wrapper #payment input[type="radio"] {
        position: relative;
        top: -1px;
        margin: 0 !important;
    }

    .checkout-container .action.action-auth-toggle {
        position: absolute;
        right: 3px;
    }

    .header-container .content {
        padding: 0px 0;
    }

    .table-checkout-shipping-method thead .row {
        display: flex;
    }

    .table-checkout-shipping-method thead .row th {
        font-size: 12px;
    }

    .product.options.active {
        transform: translateX(-30px);
    }

    .mobile-banner {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
    }

    .desktop-banner {
        display: none;
    }

    .product.info.detailed .product.data.items .review-add {
        width: 100%;
    }

    .actions-toolbar>.primary,
    .actions-toolbar>.secondary {
        margin-right: unset;
    }

    .page-title-wrapper.container .page-title {
        display: block;
    }

    .gift-options .actions-toolbar .action-update {
        font-size: 1.2rem !important;
        width: 100% !important;
        padding: unset !important;
    }

    .rokanthemes-onepagecheckout #opc-sidebar .discount-code #discount-form .actions-toolbar {
        float: left;
        /* margin-left: 5px; */
        width: unset !important;
        text-align: unset !important;
    }

    .newsletterDescription {
        padding: unset !important;
    }

    .block.block-customer-login .block-title {
        text-align: left !important;
    }

    .custom-slide .modal-inner-wrap {
        min-height: unset !important;
    }

    .modal-custom.authentication-dropdown {
        margin-top: 45% !important;
        left: 0 !important;
    }

    .form.password.forget .actions-toolbar {
        display: flex !important;
        flex-direction: column;
    }

    .customer-account-forgotpassword .page-main .actions-toolbar {
        margin-bottom: unset !important;
    }

    .form.password.forget .actions-toolbar .secondary .action.back {
        /* right: 20px !important; */
        width: 100% !important;
        /* position: absolute !important; */
    }

    .form.password.forget .actions-toolbar .primary .submit {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .customer-account-forgotpassword .page-main .actions-toolbar>.secondary {
        float: right !important;
        width: 100% !important;
        margin-right: 30% !important;
        overflow: hidden !important;
    }

    .customer-account-forgotpassword .page-main .actions-toolbar>.secondary {
        width: 40%;
    }

    .customer-account-forgotpassword .page-main .actions-toolbar>.primary {
        width: 100%;
    }

    .fullcontainer_before_footer .bs-services .service-item>.service-item-description>p {
        font-weight: 500;
    }

    .primary {
        width: "-webkit-fill-available";
        width: "moz-available";
    }

    .fullcontainer_before_footer .bs-services .service-item>.service-item-description>p {
        font-weight: 400;
        font-size: 13px;
    }
}

/* JZ WORKS [START] */

.rowFlexMargin .velaBlock .velaFooterLinks {
    display: inline-block;
    word-break: break-word;
}

.nw-mobile-nav {
    display: none;
}

#navigation-nw-mobile-nav {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    cursor: pointer;
}


#navigation-nw-mobile-nav::after {
    font-family: "simple-line-icons";
    content: "\e082";
    color: #e6007e;
    font-size: 20px;
}

/* For tablets: */

@media only screen and (max-width: 1199px) {
    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap {
        max-width: 80%;
    }

    .nw-desktop-nav {
        display: none;
    }

    .nw-mobile-nav {
        display: flex;
        flex-direction: column;
    }

    .nw-mobile-nav>ul {
        display: flex;
        flex-direction: column;
    }

    .navigation .level0 .submenu {
        top: 50px !important;
        left: 0% !important;
    }

    .navigation .level0 .submenu li {
        background: #fff;

    }

    .navigation .level3 li {
        background: #d7bcc4;

    }

    .navigation .level0 .submenu .submenu {
        top: 0px !important;
        left: 0% !important;
    }

    .navigation .level0>.level-top {
        padding: 14px 20px;
        padding-left: 20px !important;
    }

    .navigation .parent .level-top::after {
        font-family: "simple-line-icons";
        font-size: 14px;
        top: 14px;
    }

    .navigation .level0.active>a:not(.ui-state-active),
    .navigation .level0.has-active>a:not(.ui-state-active),
    .navigation .submenu:not(:first-child) .active>a {
        border-color: #e6007e;
    }

    .ui-menu-item.all-category {
        display: none;
    }

    .navigation .level0 .submenu,
    .navigation .level0.submenu {
        box-shadow: none;
        padding: unset;
        z-index: 999;
    }

    .navigation .level0 .submenu a {
        padding: 14px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    }

    .navigation li.level0 {
        margin: unset;
    }

    .top-menu .navigation {
        margin-top: 37px;
    }

    .navigation .parent .level-top::after,
    .navigation .parent .level-top.ui-state-active::after {
        content: unset !important;
    }

    .navigation .parent .level-top {
        position: unset;
    }

    .navigation .level0>.level-top {
        border-bottom: unset !important;
    }

    .nw-mobile-nav li[data-has-submenu] {
        position: relative;
        min-height: 50px;
    }

    .nw-mobile-nav li[data-has-submenu] a {
        height: 100%;
        padding: 17px 20px !important;
    }

    .nw-submenu-arrows {
        width: 50px;
        height: 50px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
    }

    .nw-mobile-nav li[data-has-submenu="1"]>.nw-submenu-arrows::after {
        display: inline-block;
        border-style: solid;
        border-width: 1px 1px 0 0;
        content: "";
        height: 10px;
        transform: rotate(45deg);
        width: 10px;
        cursor: pointer;
        position: absolute;
        right: 20px;
        top: 20px;
    }

    .nw-mobile-nav li.submenu-li-opened[data-has-submenu="1"]>.nw-submenu-arrows::after {
        transform: rotate(135deg);
    }

    .submenu-li-opened>ul {
        display: block !important;
    }

    .submenu-li-closed>ul {
        display: none !important;
    }

    .navigation ul.submenu {
        width: 100%;
        margin: 0;
    }

    .navigation ul.submenu li {
        width: 100%;
    }

    .navigation .level0 .submenu a {
        border-bottom: unset !important;
    }

    .navigation .submenu a,
    .nw-mobile-static-links a {
        position: relative !important;
    }

    .navigation-item-bottom-line {
        display: block;
        height: 1px;
        border-bottom: 1px solid #ffffff;
        /*border-bottom: 1px solid black;*/
        position: absolute;
        width: 100%;
        bottom: 0;
        right: 0;
    }

    /*.nw-mobile-nav li.submenu-li-opened[data-has-submenu="1"] .navigation-item-bottom-line {
            bottom: 55px;
        }*/
}

@media only screen and (max-width: 768px) {
    .nw_product_row {
        display: flex;
    }

    .field.field-name-firstname .label,
    .field.field-name-lastname .label {
        min-width: 20%;
    }

    .field.field-name-firstname,
    .field.field-name-lastname {
        display: grid !important;
    }

    .cms-home .custom-slider .banner-item span.banner-image {
        display: none;
    }

    .cms-home .custom-slider .banner-item span.banner-image-sm {
        display: block;
    }
}

@media only screen and (max-width: 639px) {

    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr td[data-th]:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison)>tbody>tr th[data-th]:before {
        padding-right: 10px;
        content: attr(data-th) ": ";
        display: inline-block;
        color: #111111;
        font-weight: 768;
        width: 38%;
    }
}

/* For mobile phones: */
@media only screen and (min-width: 1199px) {
    .modal-popup {
        top: 20%;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
        padding: 30px;
        border-radius: 3px;
        max-height: 100%;
        margin-top: 0%;
    }
}

/* For mobile phones: */
@media only screen and (max-width: 1199px) {
    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content {
        padding: 15px;
        overflow-y: unset;
        overflow-x: unset;
        margin-bottom: unset;
        max-height: unset;
    }

    .modals-wrapper .modal-popup._inner-scroll .modal-inner-wrap .modal-content #mb-ajaxsuite-popup-wrapper .wrapper-success .product-information .photo.image {
        max-width: 445px;
    }
}

@media (max-width: 999px) {
    .fullcontainer_before_footer .bs-services {
        display: none;
    }

    .Slide_container_page_header .content-top-home {
        margin-top: 0px;
    }
}

@media (min-width: 692px) {

    .field.field-name-firstname .label,
    .field.field-name-lastname .label {
        min-width: 20%;
    }
}

@media (min-width: 999px) {
    .fullcontainer_before_footer .bs-services {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}

@media (max-width: 1079px) {
    .banner_mid_1 {
        margin-bottom: 0 !important;
    }

    .level0.nav-1.first .level-top.ui-corner-all {
        width: 0;
        height: 0;
        position: absolute;
        order: -100;
        display: none;
    }

    .level0.nav-1.first>.nw-submenu-arrows {
        display: none;
    }
}

div.banner_mid_1.banner_background>div>div>a {
    display: block;
    height: 100%;
    z-index: 1;
    position: relative;
}

/* JZ WORKS [END] */

/***************catalog search */

body.catalogsearch-result-index .page-main .rating-summary .rating-result {
    height: 26px;
    width: 110px;
}

body.catalogsearch-result-index .page-main .rating-summary .rating-result:before,
body.catalogsearch-result-index .page-main .rating-summary .rating-result>span:before {
    font-weight: 600;
    font-size: 11px !important;
    justify-content: center;
    content: '\2605' '\2605' '\2605' '\2605' '\2605' !important;
    max-height: 20px;
    display: flex;
    align-items: center;
    letter-spacing: 4px;
    height: 20px;
    min-width: 100px
}

body.catalogsearch-result-index .product-reviews-summary .reviews-actions a.action.view {
    border-right: unset;
    padding-left: 8px;
}

body.catalogsearch-result-index .product-reviews-summary .reviews-actions a.action.view:hover {
    text-decoration: unset;
}

body.catalogsearch-result-index .page-main .rating-summary .rating-result>span:before {
    color: #000;
}

body.catalogsearch-result-index .reviews-actions a.action.view span:nth-child(1) {
    text-decoration: underline;
}

body.catalogsearch-result-index .reviews-actions a.action.view span {
    color: #E6007E;
}

body.catalogsearch-result-index .cartandprice {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

body.catalogsearch-result-index .item-product .product-info-cart {
    position: relative;
    opacity: 1 !important;
    width: unset;
}

body.catalogsearch-result-index .info-price {
    display: flex;
    align-items: center;
}

body.catalogsearch-result-index button.btn-add-to-cart.action.tocart.addcart-link {
    background: black !important;
    color: white !important;
    border: unset !important;
    margin-left: 10px;
}

body.catalogsearch-result-index button.btn-add-to-cart.action.tocart.addcart-link {
    background: black !important;
    color: white !important;
    border: unset !important;
    margin-left: 10px;
    border-radius: 3px;
    line-height: 18px;
    height: 32px;
}

body.catalogsearch-result-index .item-product .product-info .info-price .price,
body.catalogsearch-result-index .item-product .product-info .info-price .special-price .price-wrapper .price {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
}

body.catalogsearch-result-index .item-product .product-info .info-price .old-price .price {
    font-size: 11px;
}

body.catalogsearch-result-index button.btn-add-to-cart.action.tocart.addcart-link span {
    color: white !important;
    font-size: 11px;
}

body.catalogsearch-result-index h3.product-name {
    min-height: 37px;
}

body.catalogsearch-result-index h4.product-brand {
    display: none;
}

body.catalogsearch-result-index .item-product .product-info .product-name span {
    font-size: 13px;
    color: #000000;
    text-transform: none;
}

body.catalogsearch-result-index .item-product .product-info .product-rating {
    height: 32px;
}

body.catalogsearch-result-index .product-grid.products {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    gap: 10px;
}

body.catalogsearch-result-index .product-grid.products .item-product {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, .1);
    padding: 0 0 8px;
}

body.catalogsearch-result-index .product-grid.products::before {
    display: none;
}

body.catalogsearch-result-index .product-grid.products::after {
    display: none;
}

body.catalogsearch-result-index .toolbar-products .pages {
    display: block !important;
}

body.catalogsearch-result-index .grid-mode-show-type-products {
    display: none;
}

body.catalogsearch-result-index span.special-price .price-label {
    display: none !important;
}

body.catalogsearch-result-index .product-info-stock-sku>.available>span,
body.catalogsearch-result-index .special-price-label {
    display: none;
}

body.catalogsearch-result-index .product-info .info-price {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
}

body.catalogsearch-result-index ul.items.pages-items li {
    border: solid 1px #B0B0B0;
    border-radius: 20px;
}

body.catalogsearch-result-index .toolbar-products .pages .pages-items .item a,
body.catalogsearch-result-index .toolbar-products .pages .pages-items .item strong {
    height: 28px !important;
    width: 28px !important;
    line-height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 5px;
}

body.catalogsearch-result-index ul.items.pages-items li {
    width: 28px;
    height: 28px;
    margin: 0 4px;
}

body.catalogsearch-result-index .pages .action.next:before {
    margin: 0 0 0 -21px !important;
    min-height: 16px;
    display: flex;
    align-items: center;
}

body.catalogsearch-result-index .pages .action.previous:before {
    margin: 0 0 0 -11px !important;
    min-height: 16px;
    display: flex;
    align-items: center;
}

body.catalogsearch-result-index li.item.current {
    background: #EBEBEB;
}

body.catalogsearch-result-index .toolbar.toolbar-products .modes {
    display: none;
}

body.catalogsearch-result-index .toolbar-products {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

html body.catalogsearch-result-index .shop-tab-title .pages {
    display: none !important;
}

body.catalogsearch-result-index .sort-pagi-bar.sort-pagi-bar-bottom .toolbar-amount,
.sort-pagi-bar.sort-pagi-bar-bottom .toolbar-sorter {
    display: none;
}

body.catalogsearch-result-index .sort-pagi-bar.sort-pagi-bar-bottom {
    display: flex;
    justify-content: center;
}

body.catalogsearch-result-index .sort-pagi-bar-bottom .toolbar-products {
    border: unset !important;
    margin: 0px !important;
    padding: 0px !important;
}

body.catalogsearch-result-index .toolbar-amount,
body.catalogsearch-result-index .toolbar-amount span {
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    color: #333333;
}

body.catalogsearch-result-index .filter-options-item .items .item a input[type="checkbox"] {
    margin: 0;
    top: 0;
    box-shadow: none;
    border: 6px solid #e6007e;
    outline-color: #e6007e !important;
    outline: auto;
    accent-color: #e6007e;
}

body.catalogsearch-result-index .filter-options .count {
    color: #e6007e;
}

body.catalogsearch-result-index .ui-slider-horizontal {
    background: #e6007e;
}

body.catalogsearch-result-index .smile-es-range-slider .ui-slider-handle {
    background: #ffffff;
    border: solid 2px #e6007e;
}

body.catalogsearch-result-index .toolbar-sorter.sorter .sorter-title {
    display: inline-block;
    padding-top: 8px;
    color: #757575;
    font-size: 12px;
}

body.catalogsearch-result-index .toolbar-sorter.sorter .sorter-options {
    background-color: #FFFFFF;
    border: 1px solid;
    padding: 5px;
    border-radius: 4px;
    font-size: 13px;
}

body.catalogsearch-result-index .breadcrumbs .item:not(:last-child):after {
    content: '\2044';
    color: #979797;
    font-size: 16px;
    font-weight: 700;
    line-height: 15px;
    padding: 0 12px;
    position: relative;
    top: -3px;
}

body.catalogsearch-result-index .page-main .col-main {
    position: relative;
    border-left: 1px solid #E8E8E8;
    padding-left: 32px;
}

body.catalogsearch-result-index .page-main .col-main .cat-header {
    width: 100%;
    position: absolute;
    top: -60px;
    text-align: center;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-title {
    font-family: Satisfy;
    font-size: 32px;
    font-weight: 400;
    line-height: 41px;
    color: #E6007E;
    margin-bottom: 22px;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-links {
    display: flex;
    width: 840px;
    gap: 18px;
    overflow-x: auto;
    padding-bottom: 8px;
    scrollbar-color: #BFBFBF #F5F5F5;
    scrollbar-width: thin;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-links::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #BFBFBF;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-links::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #F5F5F5;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-link {
    font-size: 13px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 4px;
    padding: 5px 18px;
    white-space: nowrap;
}

body.catalogsearch-result-index .page-main .col-main .cat-header .cat-link:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #E6007E;
    border: 1px solid #E6007E;
}

body.catalogsearch-result-index .page-main .col-main .shop-tab-title {
    padding-top: 24px;
}

body.catalogsearch-result-index .page-main .col-sidebar {
    padding-right: 32px;
}

body.catalogsearch-result-index .block.filter .filter-title,
body.catalogsearch-result-index .block.filter .filter-content .filter-subtitle {
    display: none;
}

body.catalogsearch-result-index .click-collect-container .click-collect-col {
    background-color: transparent;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
}

body.catalogsearch-result-index .product-thumb .stickers {
    position: absolute;
    top: 0;
    font-family: 'Rubik', sans-serif !important;
    font-size: 10px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    text-transform: uppercase;
    width: 100%;
    z-index: 99;
}

body.catalogsearch-result-index .product-thumb .stickers .web-promo {
    background-color: black;
    color: white;
    padding: 4px 6px 4px 6px;
}

body.catalogsearch-result-index .product-thumb .stickers .promo {
    background-color: #e6007e;
    color: white;
    padding: 4px 6px 4px 6px;
}

body.catalogsearch-result-index .products .item-product .towishlist {
    visibility: hidden;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    z-index: 99;
}

body.catalogsearch-result-index .products .item-product:hover .towishlist {
    visibility: visible;
}

body.catalogsearch-result-index .filter-options .filter-options-content .item {
    margin-left: 0 !important;
}

body.catalogsearch-result-index .category-view-move {
    display: none !important;
}

body.catalogsearch-result-index .filter .block-subtitle.filter-current-subtitle {
    font-size: 14px;
    color: #333333;
}

body.catalogsearch-result-index .filter .filter-content .items .item {
    margin: 0;
}

body.catalogsearch-result-index .filter .filter-content .items .item a:hover {
    text-decoration: none;
}

body.catalogsearch-result-index .filter .filter-content .items .item .filter-label {
    margin: 0;
    font-size: 12px;
    color: #333333;
}

body.catalogsearch-result-index .filter .filter-content .items .item .filter-label:after {
    content: ':';
    position: relative;
    left: 4px;
}

body.catalogsearch-result-index .filter .filter-content .items .item .filter-value {
    margin: 0;
    font-size: 13px;
    font-weight: 800;
    color: #000000;
}

body.catalogsearch-result-index .filter .filter-content .items .item .action.remove span {
    font-size: 12px;
    float: right;
    color: #E6007E;
}

body.catalogsearch-result-index.filter .filter-options .actions .action.show-less,
body.catalogsearch-result-index.filter .filter-options .actions .action.show-more {
    text-decoration: none;
}

body.catalogsearch-result-index .filter-options .action.show-less span,
body.catalogsearch-result-index .filter-options .action.show-more span,
body.catalogsearch-result-index .filter .filter-actions a span {
    font-size: 12px;
    color: #E6007E;
}

body.catalogsearch-result-index .filter .filter-actions a:hover,
body.catalogsearch-result-index .filter .filter-options .action.show-less:hover,
body.catalogsearch-result-index .filter .filter-options .action.show-more:hover,
body.catalogsearch-result-index .filter .filter-content .items .item .action.remove:hover {
    text-decoration: none;
}

body.catalogsearch-result-index .filter-content .filter-options .filter-options-title {
    position: relative;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 600;
    color: #E6007E;
    font-family: 'Inter', sans-serif;
}

body.catalogsearch-result-index .filter-content .filter-options .filter-options-item .filter-options-title:after {
    right: 18px;
}

body.catalogsearch-result-index .filter .filter-options .field.search .filter-search {
    padding: 7px 12px;
    margin-bottom: 16px;
}

body.catalogsearch-result-index .filter .filter-options .items .item label span,
body.catalogsearch-result-index .filter .filter-options .items .item span.rating-plus {
    font-size: 14px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
}

body.catalogsearch-result-index .filter .filter-options .items .item label span.count {
    font-weight: 300;
}

body.catalogsearch-result-index .filter .filter-options .items .item input[type='checkbox'] {
    display: none;
}

body.catalogsearch-result-index .filter .filter-options .items .item label {
    z-index: 3;
    cursor: pointer;
    padding-left: 28px;
    display: block;
    position: relative;
    height: 16px;
    line-height: 18px;
}

body.catalogsearch-result-index .filter .filter-options .items .item .rating-filter:focus {
    text-decoration: none;
}

body.catalogsearch-result-index .filter .filter-options .items .item label:before,
body.catalogsearch-result-index .filter .filter-options .items .item .rating-filter:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: linear-gradient(#E6007E, #E6007E);
    display: block;
    border-radius: 2.5px;
    z-index: 2;
}

body.catalogsearch-result-index .filter .filter-options .items .item .rating-filter:before {
    top: 5px;
}

body.catalogsearch-result-index .filter .filter-options .items .item label:after,
body.catalogsearch-result-index .filter .filter-options .items .item .rating-filter:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    display: block;
    border-radius: 1.5px;
    z-index: 2;
}

body.catalogsearch-result-index .filter .filter-options .items .item .rating-filter:after {
    top: 7px;
}

body.catalogsearch-result-index .filter .filter-options .items .item input[type='checkbox']:checked~label:after,
body.catalogsearch-result-index .filter .filter-options .items .item input[type='checkbox']:checked~.rating-filter:after {
    content: "\2714";
    top: 6px;
    color: #FFFFFF;
    background: #E6007E;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
}

body.catalogsearch-result-index .filter .filter-options .items .item label span:nth-child(1) {
    color: #333333;
}

body.catalogsearch-result-index .filter .filter-options .items .item span.rating-plus,
body.catalogsearch-result-index .filter .filter-options .items .item label span:nth-child(2) {
    color: #E6007E;
}

body.catalogsearch-result-index .filter .filter-options .ui-slider-horizontal {
    height: 2px;
}

body.catalogsearch-result-index .filter .filter-options .smile-es-range-slider .ui-slider-handle {
    top: -3px;
}

body.catalogsearch-result-index .filter .filter-options .smile-es-range-slider .action.primary {
    padding: 0 26px;
    height: 32px;
    line-height: 28px;
}

body.catalogsearch-result-index .filter .filter-options .smile-es-range-slider .action.primary span {
    color: #FFF !important;
}

@media only screen and (max-width: 912px) {
    body.catalogsearch-result-index .breadcrumbs .item:not(:last-child):after {
        padding: 0 2px;
    }
    body.catalogsearch-result-index .product-grid.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width:767px) {
    .toolbar-sorter.sorter {
        margin-bottom: 20px;
    }

    body.catalogsearch-result-index .product-grid.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.catalogsearch-result-index .product-grid.products .item-product {
        padding: 0 0 8px;
    }

    body.catalogsearch-result-index .page-main .col-main {
        padding-left: 21px;
    }


    body.catalogsearch-result-index .page-main .col-main .shop-tab-title {
        padding-top: 0px;
    }

    body.catalogsearch-result-index .toolbar-sorter.sorter {
        margin-bottom: 23px;
    }

    body.catalogsearch-result-index button.btn-add-to-cart.action.tocart.addcart-link {
        margin-left: 0;
        padding: 0 0;
    }

    body.rokanthemesbrand-brand-view .product-grid.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.rokanthemesbrand-brand-view .product-grid.products .item-product {
        padding: 0 0 8px;
    }

    body.rokanthemesbrand-brand-view .page-main .col-main {
        padding-left: 21px;
    }

    body.rokanthemesbrand-brand-view .page-main .col-main .shop-tab-title {
        padding-top: 0px;
    }

    body.rokanthemesbrand-brand-view .toolbar-sorter.sorter {
        margin-bottom: 23px;
    }

    body.rokanthemesbrand-brand-view,
    body.catalogsearch-result-index {
        overflow-x: hidden !important;
    }

    body.rokanthemesbrand-brand-view .page-wrapper,
    body.catalogsearch-result-index .page-wrapper {
        overflow-x: hidden !important;
    }

    body.rokanthemesbrand-brand-view .cartandprice,
    body.catalogsearch-result-index .cartandprice {
        display: flex;
        justify-content: center;
    }

    body.rokanthemesbrand-brand-view .product-grid.products .item-product,
    body.catalogsearch-result-index .product-grid.products .item-product {
        padding: 0 0 8px;
    }
    body.catalogsearch-result-index .item-product .product-info .info-price .price,
    body.catalogsearch-result-index .item-product .product-info .info-price .special-price .price-wrapper .price {
        font-size: 10px;
    }
    body.catalogsearch-result-index button.btn-add-to-cart.action.tocart.addcart-link span {
        padding: 0 6px;
    }
    body.catalogsearch-result-index .products .item-product .towishlist {
        visibility: unset;
    }
}

html body.rokanthemesbrand-brand-view .page-main .col-main .shop-tab-title {
    padding-top: 0px;
}

@media only screen and (max-width:410px) {

    html body.rokanthemesbrand-brand-view .product-grid.products .item-product,
    html body.catalogsearch-result-index .product-grid.products .item-product {
        padding: 0 0 8px;
    }
}

p.brandname_menu {
    color: black;
    font-family: "Rubik", "sans serif";
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
}

p.brandname_menu::hover {
    color: #E6007E;
}

.brands-images *:hover {
    color: #E6007E;
}

/*end catalog search */
body.rokanthemesbrand-brand-view .irs-grid {
    display: none;
}

body.rokanthemesbrand-brand-view div#layered_ajax_price_attribute * {
    color: #888888;
    font: inherit;
}

body.rokanthemesbrand-brand-view .irs--flat .irs-bar {
    background-color: #e6007e;
}

body.rokanthemesbrand-brand-view .irs--flat .irs-handle {
    top: 22px;
    position: absolute;
    background: #fff;
    height: 18px;
    width: 18px;
    border: 5px solid #e6007e;
    border-radius: 100%;
    cursor: ew-resize;
}

body.rokanthemesbrand-brand-view .irs--flat .irs-from,
.irs--flat .irs-to {
    background-color: #ffffff;
}

body.rokanthemesbrand-brand-view span.irs-max,
body.rokanthemesbrand-brand-view span.irs-min {
    display: none;
}

body.rokanthemesbrand-brand-view #narrow-by-list .filter-options-content .items .item a:before {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 14px;
    height: 14px;
    background: linear-gradient(#E6007E, #E6007E);
    display: block;
    border-radius: 2.5px;
    z-index: 2;
}

body.rokanthemesbrand-brand-view #narrow-by-list .filter-options-content .items .item a:after {
    content: "";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    display: block;
    border-radius: 1.5px;
    z-index: 2;
}

body.rokanthemesbrand-brand-view #narrow-by-list .filter-options-content .items .item a {
    margin-left: 20px;
}

html body.rokanthemesbrand-brand-view #narrow-by-list .filter-options-content .items .item.checked a:after {
    content: "\2714";
    top: 3px;
    color: #FFFFFF;
    background: #E6007E;
    font-size: 9px;
    font-weight: 900;
    text-align: center;
}

.filter-current+.filter-actions {
    margin-bottom: 30px;
    margin-top: 20px;
}

/* body.rokanthemes-onepagecheckout .checkout-payment-method .payment-option._collapsible .payment-option-content { */
/* display: block !important; */
/* } */
/* body.rokanthemes-onepagecheckout  .aw-giftcard-code .payment-option-title.field.choice { */
/* display:none; */
/* } */
body.rokanthemes-onepagecheckout form#aw-giftcard-form {
    display: flex;
}

body.rokanthemes-onepagecheckout form#aw-giftcard-form button.action.action-apply.primary span {
    color: white !important;
}

body.rokanthemes-onepagecheckout form#aw-giftcard-form button.action.action-apply.primary {
    min-height: 45px
}

body.page-product-giftcard .product-info-main .product-add-form .fieldset .control.infos .gf-infos .fromto-email.deliverycustom {
    margin-top: 20px;
}

body.page-product-giftcard .product-info-main .product-add-form .fieldset .control.infos .gf-infos .fromto-email.deliverycustom .delivery-date-name {
    display: flex;
}

body.page-product-giftcard ._has-datepicker~.ui-datepicker-trigger:before {
    color: #ffffff;
}

body.page-product-giftcard .input-text._has-datepicker {
    margin-right: 16px;
}

body.page-product-giftcard .field.aw-gc-product-form-options__delivery-date-timezone {
    display: none !important;
}

.sidebar.sidebar-additional1 .form.reorder .action.tocart span {
    text-transform: none;
}

.checkout-onepage-success .action.primary {
    text-transform: none;
    border-radius: 30px;
}

.account .page-main .actions-toolbar>.primary>button {
    text-transform: none;
}

.contact-index-index .columns .form.contact .action.primary>span {
    color: #FFFFFF;
}