/*CUSTOM STYLE*/
:root {
    --default-purple-bg: #e8c2bf;
    --default-hover: #e8c2bf;
    --default-black-color:#383838;
    --default-text-color: #706e70;
    --thim-primary-color: #e8c2bf;
    --thim-secondary-color: #f4e5e4;
}
body, html{
    font-family: 'Open Sans', sans-serif !important;
}
button{
    font-family: 'Open Sans', sans-serif;
}
.slider_mgs_carousel .owl-item .slide-text > *{
    max-width: calc(50vw - 15px) !important;
}

a{
    cursor: pointer !important;
}
.bottom #page-header-sliders.fullscreen-slider {
    max-height: 350px;
}
@media screen and (min-width: 1920px){
    .bottom #page-header-sliders.fullscreen-slider {
        max-height: 500px;
    }
}
.horizontal-menu .navigation .category-submenu a{
    font-family: 'Open Sans', sans-serif;
}
.horizontal-menu .navigation {
    font-family: 'Audrey', sans-serif;
    font-weight: 500;
}

.success-ajax--popup.modal-popup._inner-scroll .modal-inner-wrap {
    max-width: 500px;
    width: 100%;
}
.section-builder .content-heading .title{
    background-color: white;
}
@media screen and (max-width: 500px){
    .success-ajax--popup .popup__actions-wrapper button{
        height: fit-content !important;
        line-height: 110% !important;
        min-height: 40px;
    }
    .success-ajax--popup .popup__actions-wrapper{
        padding: 0 0 20px;
    }
}
.all__brand-link{
    color: #cf9683!important;
}
.all__brand-link:hover{
    text-decoration: underline;
}
.icon-service{
    display: flex;
    align-items: center;
}
.icon-service .icon{
    width: 56px;
    display: inline-flex;
    justify-content: center;
}
.default__font-family {
    font-family: 'Open Sans', sans-serif;
}
.header-area .minicart-wrapper.hidden .block-minicart {
    display: none !important;
}
.list.products-list .product-options-wrapper{
    max-width: 250px;
}
.page-title-wrapper {
    padding: 20px 0 15px;
    margin-bottom: 30px;
    background-color: var(--default-purple-bg);
}
.product-add-form .product-options-wrapper{
    max-width: 318px;
}
.page-title-wrapper:has(.breadcrumbs) .page-title{
    padding-bottom: 20px;
}
.page-title-wrapper:has(.breadcrumbs) {
    padding-bottom: 0;
}
.page-title-wrapper:has(.breadcrumbs) .breadcrumbs{
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.breadcrumbs{
    background-color:white;
}
.breadcrumbs a, .breadcrumbs a:visited{
color: var(--thim-primary-color);
}
.breadcrumbs .items{
    color: var(--default-black-color);
}
.page-title-wrapper h1.page-title{
    color: var(--default-black-color);
}
.page-title-wrapper:before  {
    display: none;
}
.customer-account-login .page-title-wrapper{
    background-color: white;
}
.customer-account-login .page-title-wrapper h1.page-title{
    color: var(--default-purple-bg);
}
.billing-address-same-as-shipping-block{
    display: none !important;
}
form.form.form-shipping-address fieldset.field.street.admin__control-fields{
    display: none!important;
}
.blog-post-list .bottom-pagination .pages{
    margin-bottom: 20px;
}
.blog-post-list .toolbar .limiter{
    display: none!important;
}
@media only screen and (max-width: 767px){
    .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon){
        margin-left: 0;
    }
    .navigation .level0.active > a:not(.ui-state-active){
        border:none;
        border-bottom: 1px solid var(--thim-mgs-color-03, #dddddd);
    }
}

@media screen and (min-width: 1200px) {
    .page__bot-line > div:nth-child(2) .icon-service{
        justify-content: center;
     }
    .page__bot-line > div:nth-child(3) .icon-service{
         justify-content: flex-end;
    }

}
.catalog-product-view .product.brand.product-brand-name{
    font-size: 18px;
}
/*BLOG*/
.blog-list .post-item-info {
    margin-bottom: 0;
}
.blog-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px 0;
    font-family: 'Open Sans', sans-serif;
}
.blog-list .blog-post {
    position: relative;
}
.blog-list .post-item-info .post-content .post-short-description {
    margin-bottom: 0;
}
.blog-list .post-item-info .post-content .post-short-description p:last-child {
    margin-bottom: 0;
}
.blog-list .post-item-info .post-image {
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
.blog-list .post-item-info .post-image .post-image-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
}
.blog-list .post-item-info .post-image:before {
    background-color: rgba(0, 0, 0, 1);
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: 0.2s;
}
.blog-list .post-item-info .post-image:hover:before {
    opacity: 0.65;
    visibility: visible;
}
.blog-list .post-item-info .post-image:hover .post-content {
    visibility: visible;
    opacity: 1;
}
.blog-list .post-item-info .post-image .post-content {
    position: absolute;
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
    transform: translateY(-50%);
    color: white;
    font-size: 14px;
    line-height: 18px;
}
.blog-list .post-item-info .post-image .post-content p {
    color: white;
    font-size: 14px;
    line-height: 18px;
}
.blog-list .blog-post .post-image img {
    aspect-ratio: 1.2;
    object-fit: cover;
}
.blog-list .blog-post .post-title {
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: normal;
    padding: 0 15px;
}
.blog-list .blog-post .post-title a {
    color: black;
}
.social__icons-wrapper{
    margin-top: 20px;
}
.social__icons-wrapper .social__icons-list .social__icon{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 7px;
}
.social__icons-wrapper .social__icons-list .social__icon img{
    max-width: 27px;
    max-height: 27px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.5;
    transition: 0.2s;
}
.social__icons-wrapper .social__icons-list .social__icon:hover img{
    opacity: 1;
}

.social__icons-wrapper .social__icons-list{
    display: flex;
}

.header-area .top-header{
    background-color: var(--thim-primary-color);
}
.header-area .top-header a, .header-area .top-header .action.toggle{
    color: var(--default-black-color);
}
@media screen and (min-width: 992px){
    .header-area .top-header a, .header-area .top-header .action.toggle{
        font-size: 14px;
    }
}
.top__header-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0px 20px;
}
.top__header-line .menu__col {
    flex-grow: 1;
}
.top__header-line .menu {
    display: flex;
    align-items: center;
    gap: 10px;
}
.top__header-line .menu li a {
    font-size: 14px;
}


.header__banner-line{
    font-size: 12px;
    background-color: var(--thim-primary-color);
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 5;
}
header.page-header .nav-main-menu li.promo__link a{
    color: var(--thim-primary-color);
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
@media screen and (max-width: 1199px){
    header.page-header .nav-main-menu li.promo__link{
        display: none !important;
    }
}
@media screen and (min-width:1100px) {
    .header__banner-line{
        font-size: 14px;
        color: var(--default-black-color);
    }
}

@media screen and (max-width: 1100px){
    .header__banner-line.banner__deskt{
        display: none;
    }
    .header__banner-line.banner__mob{
        display: flex !important;
        background-color: var(--thim-primary-color);
    }
}
@media screen and (max-width: 860px) {
    .blog-list {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 768px) {
    .product-add-form .product-options-wrapper{
        max-width: 313px;
    }
    .header-area .top-header .top-custom-link ul li{
        padding: 5px 10px 10px 10px !important;
    }
    .top__header-line {
        justify-content: center;
    }
    .top__header-line .menu {
        justify-content: center;
    }
    .top__header-line .menu li {
        padding: 10px 0 5px;
    }
    .top__header-line .menu li a {
        font-size: 12px;
    }

    .blog-list .blog-post .post-image img {
        aspect-ratio: 2;
    }
    .blog-list .post-item-info {
        display: flex;
        flex-direction: column;
    }
    .blog-list .post-item-info .post-title {
        order: 1;
        margin-top: 15px;
    }
    .blog-list .post-item-info .post-image {
        display: contents;
    }
    .blog-list .post-item-info .post-image:before {
        display: none !important;
    }
    .blog-list .post-item-info .post-image .post-content {
        order: 2;
        position: relative;
        padding: 10px 15px 0;
        opacity: 1;
        visibility: visible;
        transition: 0.3s;
        top: initial;
        left: initial;
        right: initial;
        text-align: left;
        z-index: 2;
        transform: initial;
        color: black;
        font-size: 14px;
        line-height: 17px;
    }
    .blog-list .post-item-info .post-image .post-content p {
        color: black;
        font-size: 14px;
        line-height: 17px;
    }
}
.account .box.box-shipping-address, .account .box.box-billing-address, .account .box.box-newsletter, .account .box.box-information {
    display: flex;
    flex-direction: column;
}
.account .block:not(.block-minicart) .block-content {
    display: flex;
    gap: 20px;
}
.account .block:not(.block-minicart) .block-content:before, .account .block:not(.block-minicart) .block-content:after {
    display: none !important;
}
.box.box-shipping-address .box-content, .box.box-newsletter .box-content, .box.box-information .box-content, .box.box-billing-address .box-content {
    flex-grow: 1;
}
.form.form-edit-account .field.choice:has(.field-tooltip){
        overflow: visible !important;
}

.additional-attributes-row{
    display: grid;
    grid-template-columns: 200px 1fr;
    border:1px solid #cccccc;
    border-bottom-color: transparent;
}
.additional-attributes-row:last-child{
    border-bottom-color: #cccccc;
}
.additional-attributes-row .col.label{
    border-right: 1px solid #cccccc;
    margin:0;
}
.additional-attributes-wrapper.table-wrapper{

}
@media screen and (max-width: 768px) {
    .additional-attributes-row{
        grid-template-columns: 1fr;
        border:none;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
    .additional-attributes-row .col.label{
        border-right: none;
        margin-bottom: 10px;
    }
    .additional-attributes-row:last-child{
        border-bottom: none;
    }
    .block.block-dashboard-info {
        margin-bottom: 20px;
    }
    .account .block:not(.block-minicart) .block-content {
        flex-direction: column;
        gap: 20px;
    }
    .account .block:not(.block-minicart) .block-content .box {
        margin-bottom: 0 !important;
    }
    .cms-noroute-index .page-main{
        padding-top: 0;
        padding-bottom: 50px;
    }
    .cms-noroute-index .page-main dd{
        margin-left: 0;
    }
}

@media screen and (max-width: 576px) {
    .blog-list {
        grid-template-columns: 1fr;
        grid-gap: 30px;
    }
    .top__header-line{
        display: none;
    }
}
.product.media .owl-item .product img {
    max-height: 465px;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media screen and (max-width: 676px) {
    .product.media .owl-item .product img {
        max-height: 435px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}
@media screen and (max-width: 600px) {
    .product.media .owl-item .product img {
        max-height: 300px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .product.media .vertical-gallery #vertical-thumbnail-wrapper {
        width: 60px;
    }
    .product.media .vertical-gallery .owl-carousel.gallery-vertical {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width: 560px) {
    .slide-text .big-text, .slide-text h2, .fullscreen-slider .slide-text h2, .fullscreen-slider .slide-text .big-text{
        font-size: 14px !important;
    }
    .fullscreen-slider .slide-text h2{
        margin-bottom: 10px !important;
    }
    .slider_mgs_carousel .owl-item .item-image{
        min-height: 130px !important;
    }
    .bottom #page-header-sliders.fullscreen-slider{
        max-height: 130px !important;
    }
    .slide-text .btn{
        font-size: 12px !important;
    }
}
@media screen and (max-width: 360px) {
    .product.media .owl-item .product img {
        max-height: 200px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}


@media screen and (max-width: 1199px)  {
    header.page-header .nav-main-menu .dropdown-menu, header.page-header .nav-main-menu .dropdown-submenu{
        min-height: 100vh !important;
        height: 100% !important;
    }
}
.contact-index-index textarea{
    resize: none;
}
textarea{
    resize: none;
}
.block.block-wishlist .block-content .actions-toolbar .details  {
    width: 100%;
    text-align: center;
}
.block.block-wishlist .block-content .actions-toolbar .primary {
    display: block;
    width: 100%;
}
.block.block-wishlist .block-content{
    flex-direction: column;
}
.mgs-products.list.products-list .product-item{
    margin-bottom: 30px;
}
.mgs-products.list.products-list .product-item-info .product-item-details .actions-link{
    margin-top: 15px;
}
.contact-form-content .social__icons-wrapper .social__icon img {
    width: 40px;
    max-width: 40px;
    max-height: 40px;
}
.contact-form-content .social__icons-wrapper .social__icon {
  display: none;
}
.contact-form-content .social__icons-wrapper .social__icon.Viber,
.contact-form-content .social__icons-wrapper .social__icon.Telegram{
    display: inline-flex;
  }

  /* Filters */
  .filter-options-content{
      transition: 0.2s height;
  }

.filter-options-content .item.hidden{
    display: none !important;
}
.filter-options-content .show-more-btn{
    width: 100%;
    background: transparent;
    border: none;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    padding: 10px 0;
    text-decoration: underline;
    text-decoration-style: dashed;
}
.action.action-apply{
    border: 1px solid transparent;
}
.action.action-apply span {
    color: white;

}

.post-content ul {
    list-style-type: disc;
    margin: 0;
    padding: 0 0 0 1.5em;
}

.post-content li {
    margin-bottom: 0.5em;
    line-height: 1.5;
}
.breadcrumbs .items > li > *{
    white-space: wrap !important;
}

