/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product_header_container, .product_p_price_container  {
    border: 0 !important;
}

.product-quantity .fa-fw {
    width: 0px;
}

.product_p_price_container {
    margin-top: 5px;
    margin-right: 10px;
    border-top: 0 important;
    padding-top: 0 !important;
    padding-bottom: 0 important;
}

.product-accessories .js-product-miniature-wrapper {
    float: left;
}

.product-miniature-grid .product-title {
    height: auto !important;
}

.qty #quantity_wanted {
    background: transparent;
    border: 0;
    padding: 0px !important;
    text-align: center;
}

.qty .js-touchspin {
    padding: 0px .2rem !important;
    font-size: 30px;
    line-height: 30px;
}

.product-quantity .qty .input-group {
    font-size: 28px !important;
}

.variat_right {
    margin-bottom: 20px;
}

.red_bordered {
    border: solid 1px #ca1f4a;
    padding: 10px;
}

.featured_n {
    margin-bottom: 5px;
    font-size: 1.2rem;
}

.product-features .section-title2 {
    font-size: 1.4rem;
}

.product-features .ps_at {
    font-size: 1.125rem;
    margin-top: 20px;
}
.product-features .section-title2 {
    font-size: 1.4rem;
}

.section-title3 {
    text-align: center;
    font-size: 1.6rem;
    padding-top: 6rem;
    margin-bottom: 3rem;
    font-weight: 0;
}

.review_bar {
    border: solid 1px #ca1f4a;
    width: 250px;
    height: 13px;
    margin-left: 41px;
    margin-top: 19px;
    margin-bottom: 5px;
}

.review_bar_fill {
    background: #ca1f4a;
    position:relative;
    float:left;
    height:100%;
}

.review_bar_empty {
    position:relative;
    float:left;
    height:100%;
}

.rel_div {
    position: relative;
    float: left;
    height: 100%;
    color: #ca1f4a;
    line-height: 13px;
}

.product-features.botomed p {
    margin-bottom: 0px;
}

/*#main-product-wrapper #product-images-thumbs {
    margin: 0.5rem 0;
}


#main-product-wrapper .col-product-info {
    margin: 0.8rem 0;
}*/

/*

.product-accessories .slick-slide {
    margin: 0px 20px;
    width: auto !important;
}

.product-accessories .slick-slide:first-child {
    margin-left: 0px !important;
}

.product-accessories .slick-slide:last-child {
    margin-right: 0px !important;
}

.product-accessories .slick-products-carousel .slick-track {
    width: 100% !important;
}*/

#main-product-wrapper  .product-actions {
    bottom: 3rem;
    /*position: absolute;*/
}


.product-quantity .qty {
    width: 120px;
    border: 2px solid #ca1f4a;
    padding: 0rem 1rem;
    margin: 0px 20px;
}

#main-product-wrapper .product-additional-info {
    border: 0px;
}

.btn-iqitwishlist-add {
    color: #ca1f4a;
}

.product-quantity .qty .btn {
    background: transparent !important;
}

.btn-secondary.btn-iqitwishlist-add, .btn-secondary.btn-iqitcompare-add {
    padding: .3rem;
    background: transparent;
}

.btn-secondary.btn-iqitwishlist-add .fa-heart-o {
    font-size: 32px;
    width: 36px;
    height: 36px;
}


.btn-primary.add-to-cart {
    padding: 0.7rem 3.5rem;
}

.product-quantity .qty .input-group {
    height: 36px;
}


#category_block_top {
    margin-bottom: 30px;
    color: #020202;
}

#category_block_top .image-block-c {
    width: 400px;
    height: 150px;
    overflow: hidden;
    padding-left: 10px;
}

#category_block_top img {
    width: 100%;
    height: 100%;
    object-fit: none;
}

#category_block_top .text-block-c p {
    text-align: left !important;
   /* color: #c50636 !important;*/
}

#category_block_top .text-block-c {
    padding-top: 10px;
    padding-left: 30px;
    /*color: #c50636;*/
   /* background-image: url('/img/cat_title_bg.jpg');
    object-fit: cover;*/
    width: 100%;
}

#category_block_top .cat_title {
    font-size: 1.5rem;
    color: #c50636;
}

#search_filters a {
    color: #060606 !important;
}
#search_filters .facet-title {
    border-color: #aeadaa;
}

.btn-product-list.add-to-cart, .btn-primary.add-to-cart {
    background: #ca1f4a;
}

.elementor-widget-heading {
    color: #b52d3e;
}


.fa-search:before, .fa-user:before, .fa-shopping-bag:before, .fa-heart-o:before, .product-functional-buttons-links .fa-eye:before   {
    content: '' !important;
}

.product-add-cart .fa-shopping-bag.fa-fw {
    width: 0px;
}

.products-grid .js-product-miniature-wrapper {
    padding-bottom: 3rem !important;
}

.fa-user {
    background: url(/img/account.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}

.product-functional-buttons-links .fa-user:hover {
    background: url(/img/account_pink.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}

.fa-search {
    background: url(/img/search.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}

.product-functional-buttons-links .fa-search:hover {
    background: url(/img/search_pink.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}

.fa-heart-o {
    background: url(/img/heart.png);
    background-size: cover;
    width: 26px;
    height: 26px;
    margin-bottom: -2px;
    margin-left: 2px;
}

.product-functional-buttons-links .fa-heart-o:hover {
    background: url(/img/heart_pink.png);
    background-size: cover;
    width: 26px;
    height: 26px;
    margin-bottom: -2px;
    margin-left: 2px;
}




/*#ps-shoppingcart .fa-shopping-bag,  #mobile-cart-toogle .fa-shopping-bag {
    background: url(/img/Bag.png);
    background-size: cover;
    width: 26px;
    height: 26px;
}*/

.products-grid .product-miniature-default .product-functional-buttons a:hover {
    opacity: 1 !important;
}

.product-functional-buttons-links .fa-shopping-bag,  .fa-shopping-bag {
    background: url(/img/Bag.png);
    background-size: cover;
    margin-bottom: -2px;
    margin-left: 2px;
    width: 26px;
    height: 26px;
}

.btn-product-list.add-to-cart .fa-shopping-bag {
    height: auto;
}


.product-functional-buttons-links .fa-eye {
    background: url(/img/eye_gray.png);
    background-size: cover;
    margin-bottom: -2px;
    margin-left: 2px;
    width: 26px;
    height: 26px;
}

.product-functional-buttons-links .fa-eye:hover {
    background: url(/img/eye_pink.png);
    background-size: cover;
    margin-bottom: -2px;
    margin-left: 2px;
    width: 26px;
    height: 26px;
}


 .product-functional-buttons-links .fa-shopping-bag:hover {
     background: url(/img/Bag_pink.png);
     background-size: cover;
     margin-bottom: -2px;
     margin-left: 2px;
    width: 26px;
    height: 26px;
}

.product-miniature-grid .product-functional-buttons i {
    font-size: 1.4rem;
}

#header .fa-heart-o {
    color: #404347;
}

#header .fa-heart-o, #mobile-header .fa-heart-o {
    width: 26px;
    height: 26px;
}

#header .fa-heart-o:hover, #mobile-header .fa-heart-o:hover {
    width: 26px;
    height: 26px;
}



#desktop-header, #mobile-header {
    padding: 0px 40px;
}

#wrapper {
    padding-left: 50px;
    padding-right: 50px;
    /*background-color: #f4f0e5;*/
    background-color:#FFFFFF;
}

#cbp-hrmenu .cbp-menu-element {
   /* padding-left: 0px;*/
}

.cbp-hrmenu > ul > li:first-child > a {
    padding-left: 10px !important;
}

.cbp-category-title {
    font-weight: normal;
    font-size: 1rem;
}

.cbp-hrmenu .cbp-hrsub-inner .cbp-column-title, .cbp-hrmenu .cbp-hrsub-inner a.cbp-column-title:link {
    font-weight: normal;
    font-size: 1rem;
}
.cbp-hrmenu .cbp-hrsub-inner, .cbp-hrmenu .cbp-hrsub-inner a, .cbp-hrmenu .cbp-hrsub-inner a:link {
    font-weight: normal;
    font-size: 1rem;
    text-transform: uppercase;
}

.cbp-hrmenu > ul > li:last-child > a {
    padding-right: 10px !important;
}

.cbp-hrmenu a.nav-link:hover {
    border-bottom: 1.5px solid #a1a1a1;
}

.absoluter_div {
    position: absolute;
}

.iqitmegamenu-submenu-container .menu_row.menu-element {
    margin-left: 20px;
}

.iqitmegamenu-submenu-container .cbp-links.cbp-valinks-vertical li {
    display: block;
    font-size: 18px;
    padding-top: 5px;
}

.cbp-hrmenu-tab-21 .iqitmegamenu-submenu-container .cbp-links.cbp-valinks-vertical li:first-of-type {
    padding-bottom: 20px;
}

#header-search-btn .dropdown-search {
    right: -3px;
    left: auto;
    top: -7px;
    border: 0;
    padding: 0px;
    display: block;
    min-width: 0px;
}

#search_widget input[name="s"] {
    border-bottom: 0px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
}

.search_custom_back {
    border-bottom: 1px solid #000000 !important;
}



.iqitmegamenu-submenu-container .cbp-links li a:before {
    content: '';
}

#cbp-hrmenu-tab-21 .cbp-menu-column, #cbp-hrmenu-tab-27 .cbp-menu-column  {
    padding-left: 0px;
}

#cbp-hrmenu-tab-22 .cbp-menu-column , #cbp-hrmenu-tab-26 .cbp-menu-column, #cbp-hrmenu-tab-24 .cbp-menu-column, #cbp-hrmenu-tab-23 .cbp-menu-column {
    padding-left: 0px;
}

#content-wrapper {
    /*padding-right: 75px;
    padding-left: 75px;*/
}

#insta_block_footer .elementor-element-wyj35w7 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-top: 100px;
}

.elementor-element-ihmgcz1 {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.elementor-element-ml5gg3e h5 {
    margin-bottom: 15px !important;
}

#inner-wrapper {
   /* padding-right: 50px;
    padding-left: 93px;
    background-color: #f4f0e5;*/
    background-color:#ffffff;
}
#insta_block_footer .elementor-element .elementor-element-u0650hd {
    background-color: #f4f0e5;
    padding-top: 40px;
}

#footer {
    margin-top: -1.07143rem;
}

#category_block_top {
    /*right: -15px;
    position: relative;*/
}

#header .header-nav {
    display: none;
}

#wrapper {
    padding-bottom: 1.07143rem !important;
}

#content.page-content {
    margin-bottom: 0px;
    padding-bottom: 1.5625rem;
}

#category #inner-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

#category.category-id-293 #content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

#category.category-id-293 #inner-wrapper {
    padding-right: 20px;
    padding-left: 20px;
}

#category #inner-wrapper .row {
    margin-right: 0px;
    margin-left: 0px;
}

body#index #inner-wrapper, body#index #content-wrapper {
    padding-right: 0px;
    padding-left: 0px;
}

nav.breadcrumb {
    /*margin-left: 79px;*/
}

.button_main_routine a {
    padding-right: 2rem;
    padding-left: 2rem;
}

#footer .block-links ul>li a:before {
    content: "";
}

#footer .block-links ul>li a {
    padding-left: 0px;
}

.elementor-element.elementor-element-ihmgcz1 .elementor-column-wrap.elementor-element-populated {
    padding: 0px !important;
}

.collections_blocks .btn.elementor-size-medium.btn-primary {
    padding: 0.1rem 15%;
    font-size: 20px;
}

.post-date-creation {
    text-align: center;
}

.simpleblog-posts .post-additional-info, .simpleblog-posts h2 {
    border: 0;
}

.blog-photo {
    width: 100%;
}

.elementor-element-mrjjej2 .elementor-element-populated {
    padding: 0px;
}

.elementor-element-clpoua4 .elementor-column-wrap {
    padding: 0px;
}

.collections_block img {
    width: auto !important;
    min-width: 240px;
    height: 250px;
}

#products .thumbnail-container {
    padding: 0px 11px;
}

#products .thumbnail-container {
    padding: 0px 11px;
}

#products img.alter_h {
    width: 100%;
}

.elementor-element-kei3tnl .elementor-iqit-banner-title {
    text-align: center;
    font-size: 2rem;
    color: #c50636;
}


.elementor-element-kei3tnl .elementor-iqit-banner-title {
    margin: 0px 20px;
}

.elementor-element-kei3tnl img {
    vertical-align: top;
    min-height: 200px;
    object-fit: cover;
}



.elementor-element.elementor-element-jt5e73a > .elementor-element-populated, .elementor-element.elementor-element-nxeia2n > .elementor-element-populated, body#cms .elementor-element-populated {
    padding: 0px;
}

.elementor-element-vyyfu3r {
    min-width: 240px;
}

.collections_block .elementor-iqit-banner-description, .collections_block .elementor-iqit-banner-title {
    text-align: left;
}

.collections_block .elementor-banner-align-middle-center {
    margin-left: 0px;
    margin-right: 50px;
}

.collections_block  a, .collections_block .elementor-button-link.elementor-button.btn-primary {
    color: #010101 !important;
}

.collections_block  .elementor-iqit-banner-title {
    font-size: 1.5rem;
    margin-top: 10px;
    margin-bottom: 25px;
    font-weight: normal;

}


.cbp-hrmenu .cbp-column-title {
    margin-bottom: 0px;
}

.cbp-hrmenu .cbp-categories-row > div {
    margin-top: 0px;
}

.collections_block .elementor-banner-align-middle-center {
    margin-left: 20px;
    padding-top: 20px;
}
.collections_block .elementor-iqit-banner-img {
    padding-bottom: 60px;
}

.elementor-element-5pst98y .elementor-button-link {
    width: 100%;
    padding: 2rem 1rem;
    background-color: #f5f0e6;
    border: 1px solid #909090;
    height: 90px;
    font-size: 1.3rem;
    font-weight: bold;
}

.elementor-element-5pst98y .elementor-element-6fpumfb .elementor-button-link {
    padding: 1.2rem 1rem;
}

.elementor-element-5pst98y .elementor-button-link:hover {
    /*background-color: #ca1f4a;*/
    border-color: #ca1f4a;
    color: #ca1f4a;
}

.elementor-element-qvtkxe3 .elementor-widget-container {
    padding: 0px !important;
}

.elementor-element-5pst98y .elementor-column-gap-default .elementor-element-populated {
    margin-right: 20px;
}

.elementor-element-5pst98y .elementor-element-8c5n72c .elementor-element-populated {
    margin-right: 0px;
}

.elementor-element-st279o3 .elementor-column-gap-default .elementor-element-populated {
    padding: 0px;
}

/*La Marque*/
.elementor-element-314jx3q .elementor-iqit-banner-title {
    font-size: 2.0rem;
    color: #c50636;
}

.routine-head-h {
    text-align: center;
    font-size: 2em;
    line-height: 2.5em;
}



#iqit-reviews .btn.btn-primary {
    background: transparent;
    border: 1px solid #ca1f4a;
    color: #0b0b0b;
}

    /*.elementor-element-39jg56l {
        margin-bottom: 25px;
    }*/

.slick-next:before, .slick-prev:before {
    font-size: 2rem;
}

/*.product-category-name.text-muted {
    font-size: 1.2rem;
    margin: 20px 0px;
}*/

.category-id-293 .elementor-element-populated {
    padding: 0px;
}

.elementor-products .slick-prev {
    margin-left: 6%;
    margin-top: 16%;
}

.elementor-products .slick-next {
    margin-right: 6%;
    margin-top: 16%;
}

.slick-next, .slick-prev {
    padding: 0.7rem 1.3rem;
    border-radius: 30px;
}


h3.product-title a , .product-price {
    color: #0b0b0b !important;
}

.cart-products-count-btn {
    background: #ca1f4a;
}


.category-id-293 .product-miniature-default .product-thumbnail img {
    padding: 0px 70px;
}

.elementor-element-5pst98y {
    margin-top: 20px;
}

.elementor-element-qr73e2p .elementor-text-editor h2 {
    font-size: 2.25rem;
    color: #c50636;
}

.elementor-element-ha6qpfy1 {
    margin-top: 10px;
}

.elementor-element-rtz6x87 .elementor-element-qr73e2p, .elementor-element-59pquvq {
    font-size: 1.2em !important;
    line-height: 1.4em !important;
    letter-spacing: 0px !important;
}

.elementor-element-rtz6x87, .elementor-element-tkearn4 {
    padding-right: 4rem;
    padding-bottom: 4rem;
}

.elementor-element-kb02bm1 .elementor-widget-container iframe, .elementor-element-p09754o .elementor-widget-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.elementor-element-kb02bm1 .elementor-widget-container, .elementor-element-p09754o .elementor-widget-container  {
    padding-top: 56.25%;
    height: 0;
    width: 100%;
    position: relative;
}

.elementor-element-jelpxcs  {
    font-size: 1.5em;
    line-height: 1.5em;
    letter-spacing: -0.8px;
}




@media (min-width: 1366px) {

    .elementor-element-5pst98y .elementor-button-link {
        padding: 2rem 1rem;
        height: 90px;
        font-size: 1.4rem;
    }
}

@media (min-width: 1300px) {
    .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]), .cbp-horizontal > ul > li > .cbp-main-link {
        padding-left: 2.75714rem;
        padding-right: 2.75714rem;
    }
}

@media (max-width: 1300px) {
    .cbp-horizontal .cbp-tab-title {
        font-size: 1.3rem;
    }
}

@media (min-width: 1200px) {
    .cbp-horizontal > ul > li > a, .cbp-horizontal > ul > li > a:not([href]):not([tabindex]),
    .cbp-horizontal > ul > li > .cbp-main-link {
        padding-left: 2.25714rem;
        padding-right: 2.25714rem;
    }
}

@media (min-width: 268px) and (max-width: 778px) {
    .elementor-element-vyyfu3r, .elementor-element-193vyj7, .elementor-element-tmta0vp, .elementor-element-x7kzim2,
    .elementor-element-97jxscx, .elementor-element-n7dhleb, .elementor-element-lr7ydwl, .elementor-element-it0hu3u {
        display: none;
    }

    #category_block_top .image-block-c {
        width: 100%;
    }

    #main-product-wrapper  .product-actions {
        bottom: initial;
        position: relative;
    }

    .btn-primary.add-to-cart {
        padding: 0.9rem 3.5rem;
    }
}

.elementor-element.elementor-element-75kz71w > .elementor-element-populated,
.elementor-element-u0650hd .elementor-element-populated  {
    padding: 0px;
}



@media (min-width: 268px) and (max-width: 767px) {
    .elementor-element-5pst98y .elementor-button-link {
        height: auto;
        padding: 2rem 1rem;
        margin-bottom: 20px;
        font-size: 1rem;
    }
    .elementor-element-5pst98y .elementor-column-gap-default .elementor-element-populated {
        margin-right: 0px;
    }

    .elementor-element-5pst98y .elementor-button-link {
        font-size: 1.3rem;
    }

    .elementor-element-314jx3q img {
        height: 300px;
        object-fit: cover;
    }
}

@media (min-width: 967px) and (max-width: 1100px) {
    .elementor-element-5pst98y .elementor-button-link {
        padding: 2rem 1rem;
    }


}

@media (min-width: 268px) and (max-width: 900px) {

    .collections_block .elementor-button {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 15px !important;
    }

    #category.category-id-293 #inner-wrapper {
        padding-right: 30px;
        padding-left: 30px;
    }

    /*.elementor-widget-banner .elementor-iqit-banner-img {
        padding-bottom: 40px;
    }*/
}

@media (max-width: 993px) {
    .no-col-pad {
        padding-right: 0px;
        padding-left: 0px;
    }
}

@media (min-width: 268px) and (max-width: 567px) {

    #inner-wrapper {
        padding-right: 20px;
        padding-left: 20px;
    }

    nav.breadcrumb {
        margin-left: 7px;
    }

    #footer-container-main {
        padding-left: 4rem !important;
        padding-right: 4rem !important;
    }

    .footer-right-part {
        flex: auto;
        max-width: 100%;
    }

    .elementor-element-kei3tnl .elementor-iqit-banner-title {
        margin: 0px 0px;
    }

    .my-account-side-links {
        border-right: none !important;
    }
}

@media (max-width: 1200px) {
    .elementor-element-7s17j4i .elementor-row, .elementor-element-ax97kn3 .elementor-row {
        flex-wrap: wrap;
    }

    .elementor-element-jeh042w,  .elementor-element-y0q3odt, .elementor-element-tkearn4, .elementor-element-aurlnok  {
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width: 1200px) {

    .elementor-element.elementor-element-bmuzie4 .elementor-widget-container {
        padding: 0px 0px 21px 0px !important;
    }

    .collections_blocks.tworows .btn.elementor-size-medium.btn-primary {
        font-size: 14px;
    }

}

@media (min-width: 568px) and (max-width: 849px) {
    .elementor-element-5pst98y .elementor-button-link {
        font-size: 0.9rem;
    }
}
@media (min-width: 568px) {

    .my-account-side-links {
        border-right: #cb204b solid 1px !important;
    }

}



@media (min-width: 850px) and (max-width: 1200px) {
    .elementor-element-5pst98y .elementor-button-link {
        font-size: 1.1rem;
    }

    .elementor-element.elementor-element-jelpxcs  {
        font-size: 1.5em !important;
        line-height: 1.5em !important;
        letter-spacing: -0.8px !important;
    }

}


@media (min-width: 1400px) {
    #category.category-id-293 #inner-wrapper {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}



@media (min-width: 768px) and (max-width: 850px) {
    .elementor-element.elementor-element-bmuzie4 .elementor-widget-container {
        padding: 0px 0px 4px 0px !important;
    }


}

@media (min-width: 851px) and (max-width: 1100px) {
    .elementor-element.elementor-element-bmuzie4 .elementor-widget-container {
        padding: 0px 0px 22px 0px !important;
    }
}

@media (min-width: 1101px) and (max-width: 1200px) {
    .elementor-element.elementor-element-bmuzie4 .elementor-widget-container {
        padding: 0px 0px 23px 0px !important;
    }
}


.centered {
    text-align: center;
    padding: 30px 8rem;
}

@media (min-width: 992px) and (max-width: 1100px) {
    .centered {
        text-align: center;
        padding: 30px 5rem;
    }
}

@media (min-width: 200px) and (max-width: 991px) {
    .collaps_cust {
        height: auto !important;
    }

    .centered {
        text-align: center;
        padding: 30px 0rem;
    }

}

.custom_routine_title {
    height: 35px;
}

.custom_routine_title h5 {
    font-size: 1rem !important;
}

.iqitreviews-rating  {
    font-size: 1rem;
}

.iqitreviews-rating i {
    color: #ca1f4a;
}

.collections_blocks .elementor-iqit-banner-overlay {
    opacity: 0;
    z-index: 4;
}

.collections_blocks:hover .elementor-iqit-banner-overlay {
    background-color: rgba(0,0,0,0.37);
    padding: 3rem;
    text-align: center;
    color: #ffffff;
}

.collections_blocks .elementor-iqit-banner-content.elementor-iqit-banner-content-below {
    padding: 0px 0px 14px 0px !important;
    z-index: 5;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.collections_blocks .elementor-widget-container {
    padding: 0px 0px 52px 0px !important;
}

.collections_blocks .elementor-iqit-banner-description {
    display: none;
}



.page-authentication #content {
    border: 0 !important;
}

.page-authentication .page-title {
    border-bottom: 0 !important;
}

.page-authentication .content-wrapper {
    margin-bottom: 7rem;
}

.page-authentication .login-form .form-control {
    margin-bottom: 15px;
    padding: .5rem 1rem;
}

.page-authentication .login-form .forgot-password {
    text-align: right !important;
    font-size: .775rem !important;
    text-decoration: underline;
    margin-top: 3rem !important;
}

.page-authentication .login-form {
    height: 100%;
}

.page-authentication .login-form h2 {
    font-size: 1.45rem !important;
    font-weight: normal !important;
}

.page-authentication .insta_cust_block_login .elementor-column-gap-default .elementor-element-populated {
    padding: 0px;
}

.page-authentication .insta_cust_block_login .custom_login_head {
    padding: 0px;
}


.c_fullheight {
    height: 100%;
}

.pos_rel {
    position: relative;
}

.page-authentication .bottom_right_l {
    /*position: absolute;
    bottom: -110px;
    left: 0px;
    width: 100%;*/
}

.product-miniature .product-description {
    min-height: 150px;
}

#quickview-modal .product-cover img {
    margin: 3rem auto !important;
}

#header #header-wishlist-btn.header-btn-w .header-btn .title {
    display: none !important;
}

@media (max-width: 768px) {
    #facets_search_wrapper {
        /*display: none !important;*/
    }

    #wrapper {
        padding-left: 0px;
        padding-right: 0px;
    }

    .category-id-293 .product-miniature-default .product-thumbnail img {
        padding: 0px;
    }

    #cms.cms-id-8 .elementor-iqit-banner-content {
        margin-left: 0px;
        margin-right: 0px;
    }

}

.custom_log_form {
    width: 100%;
}


#my-account h1.page-title, #identity h1.page-title, #addresses h1.page-title, #address h1.page-title, #module-iqitwishlist-view h1.page-title, #history h1.page-title {
    border: none !important;
}

#my-account #content, #identity #content, #addresses #content, #address #content, #module-iqitwishlist-view #content, #history #content {
    border: none !important;
}

#my-account .my-account-side-links a, #identity .my-account-side-links a, #addresses .my-account-side-links a, #address .my-account-side-links a, #module-iqitwishlist-view .my-account-side-links a, #history .my-account-side-links a {
    border: none !important;
}

#my-account .my-account-page-content, #identity .my-account-page-content, #addresses .my-account-page-content, #address .my-account-page-content, #module-iqitwishlist-view .my-account-page-content, #history .my-account-page-content {
   /* padding-left: 50px;*/
    padding-top: 10px;
}

#addresses .address-footer {
    border: none !important;
}

#addresses .address {
    border-right: none;
    border-bottom: none;
    border-top: none;
    border-left: none;
   margin-bottom: 0;
}

#addresses .address-body {
padding: 1rem 1rem 1rem 0;
}


#addresses .my-account-page-content .address_custom:nth-child(2n)  {
border-left: solid 1px #cb204b;
padding-left: 10%;
}

#addresses .my-account-page-content .address_custom:nth-child(2n+1)  {
    padding-left: 10%;
}

#addresses .my-account-page-content .address-footer {
padding: 1rem 0 !important;
}
#addresses .my-account-page-content .addresses-footer {
margin-left: 0px;
}

#addresses .my-account-page-content {
/*padding-left: 10%;*/
}

#addresses .my-account-page-content .addresses-footer {
    margin-left: -15px;
    margin-top: 30px;
}

#addresses .address_foot {
    padding-left: 10%;
}

#module-iqitwishlist-view .product-description {
    text-align: center;
    padding: 1rem 1rem;
    min-height: 20px;
}

#module-iqitwishlist-view .iqitwishlist-removev {
    text-align: center;
}

#module-iqitwishlist-view .fa-trash {
    font-size: 1.2em;
}

#module-iqitwishlist-view .iqitwishlist-product {
    width: 100%;
}

#module-iqitwishlist-view  #iqitwishlist-user-products {
   /* justify-content: space-evenly;*/
    display: flex;
    flex-wrap: wrap;
}

#module-iqitwishlist-view .wish_title {
    margin-bottom: 20px;
}

#history .my-account-page-content {
    padding-left: 5%;
}

.pad-1rem {
    padding-top: 1rem;
}

#account-popup {
    position: absolute;
    /* top: 68px; */
    right: 0px;
    min-width: 250px;
    height: auto;
    width: auto;
    min-height: 100px;
    margin: 0px 20px;
    background: #ffffff;
    color: #000000;
    z-index: 100;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
}

.hidden {
    display: none;
}

#login_form .popup_login {
    margin: 20px 0px;
}

.popup_login .form-control {
    margin: 5px 0px;
}

.popup_button {
    width: 100%;
}

#account-popup .block1 {
    display: block;
    margin: 20px;
}

.marg20 {
    margin-bottom: 15px;
    display: block;
}

