html {
    scroll-behavior: smooth;
}

:root {
  --theme-color: #d63031;
  --cat-page-width: 1280px;
}

body{
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    padding: 0 !important;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;

}

h1,h2,h3,h4,h5{
  font-weight: 700;
  font-style: normal;
  color: #253D4E;
}

.action.primary.tocart{
    background: var(--theme-color) !important;
}


#search_mini_form {
    position: relative;
    z-index: 9999; /* Set a higher value than the overlay's z-index */
}

/* Overlay background */
#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3); /* Semi-transparent black */
    z-index: 98; /* Ensure it's behind the search box */
}

#search_mini_form,
.header .block.block-search {
    position: relative;
    z-index: 99; /* Higher than the overlay */
}

/* To disable scrolling when overlay is active */
body.overlay-active {
    overflow: hidden;
}


body:not(.cms-index-index) header.page-header {
    margin-bottom: 20px;
}

.search-btn-mobile{
    display: none;
}

.cms-index-index .page-main {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.main-panel-top .main-panel-inner .panel.header {
    width: 100% !important;
    max-width: 100% !important;
}
.page-header .header.content {
    max-width: 100%;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 20px;
    gap: 20px;
}
.page-header div.block-search .action.search:before {
    width: 30px !important;
    height: 30px !important;
    right: 50% !important;
    position: absolute;
    top: 78% !important;
    /* transform: translate(-50%, 0); */
    margin-top: 5px;
    margin-right: 10px;
}

.header-section-left {
    vertical-align: middle;
    width: 100%;
    float: left;
    max-width: 20%;
}

.form.minisearch input#search {
    background: #F9FAFE;
    padding: 20px 20px;
    border-radius: 30px;
    border: 1px solid #D6D6D6;
}
.form.minisearch input#search:focus {
    box-shadow: 0 0 5px #bababa !important;
}

.sections.nav-sections .navigation ul{
    text-align: center;
}

.navigation .level0 > .level-top {
    font-weight: 400;
    font-size: 17px;
    transition: 0.5s;
}
.navigation .level0 > .level-top:hover{
    color: #D63031;
}

.navigation .level0 > .level-top > span:after {
    content: '';
    position: absolute;
    background: #D63031;
    width: 10px;
    height: 2px;
    bottom: 8px;
    width: 90%;
    left: 0;
    transform: translate(10px, 0);
    transition: .5s;
    opacity: 0;
}
.navigation .level0 > .level-top:hover > span:after {
    opacity: 1;
}

.nav-sections{
    margin: 0;
}
.navigation{
    background: #fff !important;
}
.nav-sections-item-content {
    background: #fff;
    /* box-shadow: 0 0 5px #D6D6D6; */
    /* border-top: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6; */
}

.navigation .level0.active>.level-top, .navigation .level0.has-active>.level-top{
    border: none !important;
}
body.page-products .sections.nav-sections {
    margin-bottom: 0;
}
.searchsuite-autocomplete{
    width: 100% !important;
    left: 0 !important;
	border-radius: 0 0px 24px 24px;
    border: none;
    max-height: 400px;
    overflow-y: auto;
}

/* width */
.searchsuite-autocomplete::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.searchsuite-autocomplete::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.searchsuite-autocomplete::-webkit-scrollbar-thumb {
  background: var(--theme-color);
}

/* Handle on hover */
.searchsuite-autocomplete::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.sections.nav-sections .navigation .level0 .submenu a {
    text-align: left;
}

/* .sections.nav-sections .navigation .level0 .submenu{
    font-weight: 700 !important;
} */
.navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    font-size: 36px;

}

.cms-index-index .product-item .product-reviews-summary .reviews-actions,
.cms-index-index  .product-reviews-summary{
    display: none;
}

.cms-index-index .product-item  .product-image-container {
    width: 100%;
}

.product-item-details .price-final_price .price-container .price{
    font-size: 24px;
}

.product-item-info .product-item-details span.old-price .price {
    font-size: 14px !important;
}

header .minicart-wrapper .action.showcart .counter.qty {
    background: #D63031;
    width: 16px !important;
    height: 16px !important;
    min-width: 12px !important;
    min-height: 12px !important;
    font-size: 10px;
    position: absolute;
    right: -8px !important;
    top: -8px !important;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.my-account-header-wrapper .header.links a {
        color: #333;
}
.header .minicart-wrapper .block-minicart {
    border: 0;
}
.my-account-header-wrapper:hover .header.links {
    display: block;
}
.my-account-header-wrapper .header.links:before {
    display: none;
}
div.header.content {
    padding: 20px 20px;
}
.panel.header ul.header.links {
    display: none;
}
.my-account-header-wrapper .header.links {
    display: none;
    position: absolute;
    z-index: 99;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
    padding: 10px;
    list-style: none;
    top: 50px;
    width: 170px;
}
div.nav-sections-item-content div#switcher-currency-nav {
    display: none;
}
.header .block.block-search {
    float: unset;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 440px);
    padding-left: 0px;
}
.my-account-header-wrapper {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    position: relative;
    font-size: 14px;
}
.header .minicart-wrapper {
    float: unset;
    vertical-align: middle;
}
.header .block-search .nested {
    display: none;
}
.header .block-search .control {
    padding-bottom: 0px;
}

.block-minicart .block-content > .actions > .primary .action.primary{
    background: #D63031;
    border: none;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
    color: #000;
}

.qs-option-reviews {
    display: none !important;
}

.searchsuite-autocomplete .special-price span.price {
    font-size: 22px;
}

.catalogsearch-result-index button.action.tocart.primary,
.catalog-category-view button.action.tocart.primary  {
    background: #D63031;
    border: none;
}

.navigation .level0.has-active > .level-top {
    border: none;
}

.main-footer .page-main {
    max-width: 100%;
}

header.page-header.active .main-panel-top {
    display: none;
}
header.page-header{
    background: #fff ;
    box-shadow: 0 0 5px #D6D6D6;
}
span.my-account-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/home-new/user.svg);
    background-size: 100%;
}

span.my-account-header-btn{
    display: flex;
    align-items: center;
    gap: 10px;
}

span.my-account-bg {
    display: inline-block;
    background: #F1F2F6;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.page-header div.block-search .action.search:before {
    font-family: none !important;
    content: '' !important;
    background: url(../images/home-new/search.svg) no-repeat !important;

}
div.block-search .action.search {
    padding: 0;
    right: 0;
}
div.minicart-wrapper .action.showcart:before {
    background: url(../images/home-new/addto.svg) no-repeat;
    background-size: 100%;
    width: 22px;
    height: 22px;
    content: "";
    display: inherit;

}

span.support-icon:before {
    background: url(../images/home-new/hireus.svg) no-repeat;
     width: 22px;
    height: 22px;
    content: "";
    margin-right: 5px;
    content: '' !important;
}

div.header-section-right {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header .minicart-wrapper .action.showcart.active:before {
    content: "";
}

.header .minicart-wrapper {
    float: unset;
    vertical-align: middle;
    margin: 0;
    background: #F1F2F6;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.support-icon:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 45px;
    line-height: 24px;
    color: inherit;
    content: "\e61d";
    font-family: "icons-blank-theme";
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.custom-hire-us-link {
    color: #fff;
    display: inline-block;
    background: #D63031;
    font-size: 16px;
    padding: 10px 10px;
    border-radius: 30px;
    text-decoration: none !important;
}

.product-info-main h1.page-title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.4 !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.info_short_description ul li:before {
    position: absolute;
    width: 25px;
    height: 24px;
    content: "";
    left: -40px;
    top: 0;
    background: url('../images/pdp_page/hand-point-left.svg') no-repeat;
}
.product-options-wrapper .product-custom-option.admin__control-select {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-repeat: no-repeat;
    background-position-x: 98%;
    background-position-y: 5px;
    background-image: url("../images/keyboard_arrow_up.svg");
}

.fotorama__arr.fotorama__arr--next .fotorama__arr__arr {
    background-image: url("../images/pdp_page/arrow-right-solid.svg");
    background-position: center;
}

.fotorama__arr.fotorama__arr--prev .fotorama__arr__arr {
    background-image: url("../images/pdp_page/arrow-left-solid.svg");
    background-position: center;
}

.rating_section {
    width: 164px;
}

.rating_section .rating {
    border: none;
}

.rating_section .rating > label {
    color: #ddd;
    float: right;
}

.review_count,
.qunatity_sold {
    margin-left: 36px;
    position: relative;
}

.review_count:before,
.qunatity_sold:before {
    position: absolute;
    content: "";
    width: 2px;
    height: 55%;
    background: #979797;
    top: 5px;
    left: -20px;
}

.price-box.price-final_price {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-direction: row-reverse;
    gap: 10px;
    flex-wrap: wrap;

}

.price-box.price-final_price .price-label {
    display: none;
}

.product-info-main span.old-price .price-final_price span.price {
    font-size: 16px;
    margin-left: 20px;
    margin-right: 20px;
    color: #585858;
}

.product-info-main span.special-price .price-final_price span.price {
    font-size: 24px;
    color: #262626;
}

.product-info-main .price-box .price-wrapper .price,
.product-options-bottom .price-box .price-wrapper .price {
    font-weight: 400;
}

.product-info-main,
.page-product-downloadable .product-add-form {
    padding-left: 52px;
}

.product-info-main .special-price,
.product-options-bottom .special-price {
    margin: 0;
    line-height: 1;
}

.product-info-main .price-box {
    margin-top: 24px;
}

.discount_box span {
    border-radius: 20px;
    background: rgba(30, 183, 101, 0.41);
    padding: 6px 5px;
    color: #186d35;
    line-height: 10px;
    font-size: 12px;
    /* margin-bottom: 5px; */
    display: inline-block;
}

.info_short_description {
    border-top: 1px solid #979797;
    margin-top: 24px;
}

.info_short_description h2 {
    font-weight: 700;
}

.info_short_description ul {
    padding-left: 40px;
}

.info_short_description ul li {
    font-size: 16px;
    position: relative;
    list-style: none;
}

.product-info-main .product-add-form .box-tocart .field.qty {
    display: none;
}

.product-info-main .box-tocart,
.product-info-main .admin_demo_btn {
    float: left;
    padding-top: 0;
}

.box-tocart .action.primary.tocart {
    background: #f56f25;
}


.product-add-form .fieldset:last-child {
    margin: 0;
}

.product-info-main .price-box .price-container.price-final_price {
    margin-bottom: -3px;
}

/* .product-info-main
.price-box
.price-container.price-final_price
.price-wrapper
.price {
    font-weight: 700;
} */

.product-info-main .box-tocart .actions,
.product-options-bottom .box-tocart .actions {
    padding-top: 0;
}

.product-info-main .product-addto-links,
.product-info-main .box-tocart {
    margin: 0;
}

.discount_box {
    margin-left: 10px;
}

.buttons_addto_cart {
    display: flex;
    align-items: center;
    float: left;
}

.product-social-links {
    float: right;
    /* padding-top: 25px; */
}
.panel.header {
    padding: 0 !important;
}

div#product-options-wrapper {
    margin-bottom: 30px;
}

.product.data.items > .item.title > .switch {
    height: auto !important;
    font-size: 24px !important;
}

.product-options-wrapper .input-text.product-custom-option,
.product-options-wrapper .product-custom-option.admin__control-select {
    border-radius: 5px;
    height: 40px;
    border-color: #000;
}

.product-options-wrapper h2 {
    font-size: 20px;
    margin-top: 0;
}

.product-info-main {
    margin-bottom: 10px;
}

/* .catalog-product-view.page-layout-1column .product.media {
    width: 70%;
} */

.catalog-product-view .column.main {
    min-height: auto;
    padding: 0 !important;
}

.catalog-product-view.page-layout-1column .product.media,
.catalog-product-view.page-layout-1column .product-info-main {
    width: calc(100% - 490px) !important;
}

.catalog-product-view.page-layout-1column .product-info-main {
    width: 70%;
    float: left;
    padding: 0;
}

.catalog-product-view .product.info.detailed {
    position: static;
    opacity: 1;

}

.catalog-product-view .product.data.items > .item.content {
    margin-top: 33px;
}

.catalog-product-view .product.data.items > .item.title > .switch {
    border: none;
    background: transparent;
    padding-left: 0;
}

.catalog-product-view .data.item.title.active .data.switch {
    border-bottom: 2px solid #000;
}

.catalog-product-view .data.item.title .data.switch {
    font-size: 24px !important;
    font-weight: 700 !important;
}

.catalog-product-view .product.data.items > .item.title {
    margin: 0 100px 0 0;
}

.catalog-product-view .product.attribute.description p {
    font-size: 16px;
    color: #585858;
}

.page-product-downloadable.catalog-product-view.page-layout-1column
.product-options-bottom {
    float: none;
    width: 100%;
}

.page-product-downloadable .product-add-form {
    clear: none;
    /* margin-bottom: 25px; */
    float: right;
    width: 45%;
}

/* rating section */

.rating-summary .rating-result {
    width: 140px;
}

.rating-summary .rating-result:before,
.rating-summary .rating-result > span:before {
    font-size: 36px;
}

.rating-summary .rating-result {
    margin-left: 0px;
}

.reviews-actions a,
.qunatity_sold span {
    color: #585858;
    font-size: 15px;
    /* font-weight: 700; */
    display: inline-block;
}


.fotorama__wrap .fotorama__arr {
    background-color: rgb(255, 255, 255);
    height: 35px;
    width: 35px;
    border-radius: 5px;
    box-shadow: 4px 6px 6px 0px rgba(92, 92, 92, 0.25);
    padding: 20px;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%) !important;
}

.fotorama__arr.fotorama__arr--next {
    transform: translate(-6px, -50%) !important;
}

.fotorama__arr.fotorama__arr--prev {
    transform: translate(6px, -50%) !important;
}

.product.info.detailed .product.data.items > .item.content {
    padding: 20px 0;
}

.product-info-main h1.page-title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product-info-main .box-tocart .actions {
    padding-top: 0 !important;
}

.page-product-downloadable .product-options-wrapper {
    width: 100% !important;
}

.catalog-product-view.page-layout-1column main#maincontent {
    margin-top: 0;
}

.main-panel-inner .panel.wrapper .switcher {
    display: none;
}


.header-penal-span{
    display: flex;
    align-items: center;
    gap: 20px;

}
.header_mobile_bottom.mobile_only {
    display: none;
}

.catalog-product-view .fixed-sidebarbar .box-tocart {
    width: 100%;
}

.page-header .header.panel{
    padding: 0;
}

.fotorama__arr .fotorama__arr__arr{
    height: 15px !important;
    width: 15px !important;
}


.certifications img {
    padding: 0px;
}
/* Homepage Product Block Heading Start */
.cms-index-index .block-new-products .block-title {
    text-align: center;
    margin-top: 60px;
}
.cms-index-index .block-new-products .block-title strong {
    font-weight: bold;
    color: black;
    text-align: center;
    border-bottom: Solid 2px #c10000;
    width: auto;
    line-height: 1.1;
    font-size: 2.6rem;
}
/* Homepage Product Block Heading End */

.product.data.items>.item.title>.switch{height: auto!important;}
.support-header-wrapper a:hover {
    color: #fff;
}
.support-header-wrapper a:visited {
    color: #fff;
}

/* widget gaps start */

.cms-index-index .widget.block.block-static-block {
    float: left;
    width: 100%;
}

/* widget gaps end*/

.product.info.detailed {
    position: relative;
    opacity: 1;
}
.my-account-header-wrapper ul.header.links > header.page-header {
    display:none;
}
.my-account-header-wrapper ul.header.links > header.page-header {
    display:none;
}

.saas-hub-logo img.tr-pilot-img {
    width: 150px !important;
    height: 100% !important;
}
.saas-hub-logo {
    left: -52px !important;
}


.custom-right-container .product-social-links {
    display: none;
}
.page-product-downloadable .product-options-wrapper{
    float: none !important;

}
body.page-product-downloadable.catalog-product-view .column.main .product-add-form {
    width: 100%;
    clear: both;
    float: none;
    padding-left: 0;
}



.main-footer ul {
    padding-left: 0;
    list-style: none;
}

ul.items .item {
    font-size: 16px;
    color: #575757;
}
.breadcrumbs a:hover{
    text-decoration: none;
    color: var(--theme-color);
}

body button.primary{
    background: var(--theme-color) !important;
    border: 1px solid var(--theme-color) !important;
}

.catalog-product-view .page-bottom,
.catalog-product-view .breadcrumbs,
.catalog-product-view #maincontent.page-main{
    width: 100%;
    max-width: var(--cat-page-width) !important;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}

body.page-products .page-bottom,
body.page-products .breadcrumbs,
body.page-products #maincontent.page-main{
    width: 100%;
    max-width: var(--cat-page-width) !important;
    padding-right: .75rem !important;
    padding-left: .75rem !important;
}


.catalog-product-view header.page-header,
body.page-products header.page-header{
    margin-bottom: 0 !important;
}
.catalog-product-view .nav-sections{
    margin-bottom: 0;
}


body.page-products  .product-item-actions .actions-primary,
body.page-products button.action.tocart.primary{
    width: 100%;
}

.page-products .products-grid .product-item-info {
    width: 100%;
}

body.page-products .products-grid button.action.tocart.primary{
    padding: 12px 0;
}

body.page-products .product.actions.product-item-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
}

body.page-products span.product-image-container.product-image-container-5 {
    width: 100%;
}
body.page-products .products-grid a.product.photo.product-item-photo {
    width: 100%;
    display: block;
    max-width: 100%;
}
body.page-products .products-grid img.product-image-photo {
    display: block;
    width: 100% !important;
}

.page-products .product.details.product-item-details {
    padding: 14px 10px;
}

.page-products .products-grid .product-item-info {
    width: 100%;
    /* border: 1px solid #bababa; */
    border-radius: 5px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 3px rgba(13, 40, 95, .05), 0 4px 8px rgba(112, 128, 160, .12);
    transition: min-height .4s ease-in-out;
}

.page-products .products-grid .product-image-container{
    display: inline-block;
    max-width: 100% !important;
    width: 100% !important;
}


.page-products  .page-wrapper {
    background: #F9FAFB;
}

.page-products .product-item-details .product-item-link{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* font-weight: 700; */
    font-size: 16px;
    min-height: 50px;
    transition: .5s;
}

.page-products .product-item-details .product-item-link:hover{
    text-decoration: none;
    color: var(--theme-color);
}

.page-products .products-grid ol.products.list.items.product-items {
    display: flex;
    flex-wrap: wrap;
}

.page-products .products-grid li.item.product.product-item {
    align-items: stretch;
    display: flex;
    transition: .5s;
}

.page-products .products-grid li.item.product.product-item:hover {
    transform: scale(1.04);
}

.page-products .products-grid div.product-item-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.page-products .products-grid .product-items .product-item .review-block {
    min-height: 32px;
}

.page-products.page-layout-2columns-left .sidebar-main{
    width: 24%;
    padding-right: 0;
    margin: 0 0 15px;
    padding: 25px 20px;
    border-radius: 4px;
    background: #f3f4f6;
}

.page-products.page-layout-2columns-left .column.main {
    width: 75%;
    padding-left: 0;

}
.sidebar.sidebar-main .filter-subtitle {
    display: none;
}
.sidebar.sidebar-main .filter-options-title {
    font-size: 20px !important;
}

.filter-options-content .items a {
    color: #030712;
    font-size: 15px;
    transition: .3s;
}
.filter-options-content .items a:hover{
    color: var(--theme-color);
    text-decoration: none;
}
.sidebar.sidebar-main .filter-options-content ol.items {
    padding-left: 14px;
}

.sidebar.sidebar-main .filter-options .count {
    color: #7d7d7d;
    float: right;
}
.sidebar.sidebar-main .filter-options .count:before,
.sidebar.sidebar-main .filter-options .count:after{
    display: none;
}

.sidebar.sidebar-main .block.filter .filter-title strong {
    font-size: 30px;
}
body .breadcrumbs {
    margin: 0 auto;
    padding: 20px 0 !important;
}
/* .catalog-product-view .fotorama__stage__frame .fotorama__img{
    width: 100%;
} */
.button_group_set a.action.tocompare img,
.admin_demo_btn button img {
    width: 20px;
    opacity: .5;
}

.demo-admin-detail table, .demo-admin-detail th, .demo-admin-detail td {
  border:1px solid #bababa;
  font-size: 15px;
}

.demo-admin-detail p {
    margin-top: 20px;
    font-size: 14px;
}

.admin_demo_btn button.trigger,
.button_group_set a.action.tocompare {
    display: flex;
    align-items: center;
    gap: 6px;
}

.admin_demo_btn .modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 999;
}
.admin_demo_btn .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 500px;
    border-radius: 0.5rem;
}
.admin_demo_btn .close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.admin_demo_btn .close-button:hover {
    background-color: darkgray;
}
.admin_demo_btn .show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

a.action.mailto.friend {
    display: none;
}

.custom-style-product-list .slick-track {
    margin-left: 0;
}

.custom-style-product-list .slick-slide{
    margin-right: 10px;
}

.product-item-actions .actions-secondary{
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 6px;
}

.mp-social-popup {
    width: 100%;
}
.mp-social-popup #social-form-create label{
    text-align: left;
}
.mp-social-popup label[for="captcha_user_create"] {
    /* background: red; */
    width: 100% !important;
    margin-bottom: 20px !important;
}
.mp-social-popup .control.captcha {
    width: 100% !important;
}

.block.social-login-authentication-channel {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 2rem;

}

.navigation .level0 .submenu a {
    font-weight: 500;
    font-size: 16px;
}

/* .fotorama__nav--thumbs .fotorama__nav__frame{
    margin: 0 0 8px 0;
}

.fotorama--fullscreen .fotorama__nav--thumbs .fotorama__nav__frame{
    margin: 0 8px 0 0;
} */
