.inner-page-top-block {
    padding-top: 150px;
    padding-bottom: 150px;
}

.inner-page-top-block .vc_parallax-inner {
    position: relative;
}

.inner-page-top-block .vc_parallax-inner::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(133, 42, 136, 0.25);
    z-index: 100;
}

.inner-page-top-text-wrapper {
    width: calc(100% - 30px) !important;
    margin-left: 15px !important;
    position: relative;
    z-index: 200;
    background-color: #fff;
    padding: 50px !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px;
}

.inner-page-top-text-wrapper > .vc_column-inner {
    padding: 0 !important;
}

.inner-page-top-text-wrapper .inner-page-top-text {
    margin-bottom: 0 !important;
    color: var(--black);
    letter-spacing: 1.5px;
    line-height: 2;
}

h1.inner-page-heading {
    font-family: "Great Vibes", cursive;
    color: var(--black);
    font-size: 82px;
    margin-top: 75px;
}

html[lang="ru-RU"] h1.inner-page-heading {
    font-size: 68px;
}

.inner-page-gallery .wpb_image_grid .wpb_image_grid_ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
}

.inner-page-gallery .wpb_gallery_slides {
    overflow: hidden;
}

.inner-page-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px;
}

article.type-post,
.page-template-default:not(.home) article.type-page {
    background-color: #fff!important;
    padding: 50px 35px!important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px!important;
    margin-top: 50px!important;
}

.single-post .ast-container{
    max-width: 1200px!important;
}

.single-post .entry-meta {
    display: none !important;
}

.single-post .navigation.post-navigation {
    display: none !important;
}

article.type-post h2,
.page-template-default:not(.home) article.type-page h2 {
    font-family: "Montserrat", serif !important;
    color: var(--black) !important;
    font-size: 36px !important;
}

.page-template-default:not(.home) #primary {
    margin: 0 !important;
}

#primary.without-container-layout {
    margin-top: 0 !important;
}


#primary.without-container-layout .wedding-button {
    margin-top: 150px;
}

h2.gform_submission_error {
    font-size: 16px !important;
}

.wishlist-title-container {
    display: none;
}

.wishlist-items-wrapper a.add_to_cart_button {
    background-color: var(--main);
    color: #fff;
    border-radius: 4px;
    padding: 5px 10px;
    left: 50%;
    top: 50%;
}

.wishlist-items-wrapper .product-price,
.wishlist-items-wrapper .product-stock-status {
    font-weight: 500;
}

.clients-wrapper {
    position: relative;
}

.clients-wrapper .slick-track {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    position: relative;
    height: 300px;
    overflow: hidden;
    width: calc(100% - 100px);
}

.clients-wrapper .slick-list  {
    width: calc(100% - 200px);
    overflow: hidden;
    margin: 0 auto;
}

.clients-wrapper .client-item {
    width: calc(100% / 3);
    padding: 0 15px;
}

.clients-wrapper .client-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.clients-wrapper .slick-prev {
    left: 0px;
}

.clients-wrapper .slick-next {
    right: 0px;
}

.clients-wrapper .slick-arrow {
    width: 40px;
    height: 40px;
    background-color: var(--main);
    color: #fff;
    padding: 20px;
}

.clients-wrapper .slick-next i {
    top: -10px;
    right: 8px;
}

.clients-wrapper .slick-prev  i {
    top: -10px;
    left: -8px;
}

.clients-wrapper  .slick-arrow:active, .clients-wrapper  .slick-arrow:focus, .clients-wrapper  .slick-arrow:hover {
    color: #fff !important;
    background-color: var(--main) !important;
}

.clients-wrapper  .slick-arrow:hover i {
    color: #fff!important;
}

.woocommerce table.wishlist_table tbody td.product-name {
    width: 30%;
}

.woocommerce .wishlist_table td.product-add-to-cart a {
    width: 125px !important;
    font-size: 12px !important;
}

.wishlist_table td.product-stock-status {
    color: green!important;
}

.wishlist_table th.product-stock-status,
.wishlist_table th.product-price {
    text-align: left;
}

#main h2.gform_submission_error {
    font-size: 18px!important;
    text-align: left!important;
    padding-left: 25px!important;
}

#main .contacts-page-wrapper h2,
#main .contacts-page-wrapper  h3 {
    font-size: 24px !important;
    font-weight: 700!important;
}


.delivery-page p,
.delivery-page span,
.delivery-page b,
.delivery-page p{
    font-family: 'Montserrat', sans-serif !important;
}

@media only screen and (max-width: 1280px) {
    .archive .archive-top-block-wrapper {
        padding-top: 175px !important;
    }

    .archive .archive-top-block {
        width: calc(100% - 30px) !important;
        margin-left: 15px !important;
    }

    body .inner-page-top-text-wrapper {
        padding: 25px 15px !important;
    }

    .archive .products.columns-4 {
        display: flex !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .inner-page-top-text-wrapper .inner-page-top-text,
    .archive p {
        font-size: 12px !important;
    }
}

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

    h1.inner-page-heading {
        font-size: 52px !important;
        margin-top: 25px !important;
        margin-bottom: 50px !important;
    }

    .wishlist-fragment ul.shop_table {
        display: flex;
        flex-direction: column-reverse;
        gap: 15px;
        margin: 0 !important;
        padding: 0 !important;
    }

    .wishlist-fragment ul.shop_table > li {
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        position: relative;
        padding-bottom: 15px;
    }

    .wishlist-fragment ul.shop_table .product-remove {
        position: absolute;
        right: 15px;
        bottom: 15px;
    }

    .wishlist-fragment ul.shop_table .product-remove i {
        font-size: 18px !important;
    }

    .wishlist-fragment ul.shop_table .item-wrapper {
        display: flex;
        flex-direction: column;
        width: 100%;
        padding: 10px 15px;
    }

    .wishlist-fragment ul.shop_table .item-wrapper .item-details {
        width: 100% !important;
    }

    .wishlist-fragment ul.shop_table .item-wrapper  .item-details-table {
        width: max-content;
    }

    .wishlist-fragment ul.shop_table .item-wrapper h3 a {
        font-size: 22px !important;
        color: var(--black) !important;
        width: 100% !important;
        display: flex !important;
        padding: 10px 0 0;
    }

    .wishlist_table.mobile li .item-wrapper .product-thumbnail {
        width: 100%;
        max-width: 100%;
    }

    .wishlist-fragment  .additional-info-wrapper {
        padding: 0 15px;
        margin-top: -30px;
        width: max-content;
    }

    .wishlist-fragment ul.shop_table > li td {
        font-size: 12px !important;
    }

    .wishlist-fragment  .item-details-table td.value {
        white-space: nowrap!important;
    }

    .wishlist-fragment .product-add-to-cart a {
        border: 1px solid #efefef;
        text-decoration: none;
        transition: 0.25s;
        background-color: transparent;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--black);
        letter-spacing: 2.5px;
        padding: 10px 15px;
        border-radius: 0;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-left: 0 !important;
        margin-right: 0!important;
    }
}

@media only screen and (max-width: 767px) {
    .clients-wrapper .client-item {
        width: calc(100%);
    }

    .clients-wrapper .slick-track {
        height: 150px;
    }

    .clients-wrapper .slick-list  {
        width: calc(100% - 90px);
    }
}

@media only screen and (max-width: 650px) {
    .archive .woocommerce-product-gallery__wrapper {
        width: 100% !important;
    }
    .archive .products li.product {
        width: calc(50% - 10px) !important;
    }

    .archive .products.columns-4 {
        gap: 20px !important;
        align-items: stretch !important;
    }

    .archive .products li.product h3 {
        font-size: 11px !important;
        padding: 5px 10px !important;
        padding-bottom: 15px !important;
    }

    .archive .woocommerce-product-gallery__image img,
    .archive ul.products li.product img.wp-post-image {
        width: 100% !important;
        height: auto !important;
    }

    .archive .ast-container {
        padding: 0 20px !important;
        margin-top: -102px;
    }

    .inner-page-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item {
        width: 100% !important;
    }

    .inner-page-gallery .wpb_image_grid .wpb_image_grid_ul .isotope-item img {
        width: 100% !important;
    }

    h1.inner-page-heading {
        font-size: 48px !important;
    }

    .inner-page-gallery .wpb_gallery_slides {
        overflow: visible;
    }

    #primary.without-container-layout .wedding-button {
        margin-top: 500px !important;
    }

    .page-id-55853 #primary.without-container-layout,
    .page-id-55843 #primary.without-container-layout,
    .page-id-55852  #primary.without-container-layout {
        padding-bottom: 200px !important;
    }
}

@media only screen and (max-width: 480px) {
    .archive .archive-top-block-wrapper {
        padding-top: 175px !important;
    }

    .archive h1 {
        font-size: 22px !important;
    }

    .archive .woocommerce-breadcrumb.lillepidu-breadcrumbs {
        font-size: 12px !important;
    }

    .archive .archive-top-block {
        padding: 25px 15px;
    }

    #content #main article.page h2 {
        font-size: 18px !important;
    }

    #content #main article.page li,
    #content #main article.page p {
        font-size: 12px !important;
    }

    .page-id-12724 .wp-image-12726,
    .page-id-52768 .wp-image-12726,
    .page-id-52767 .wp-image-12726 {
        width: 100% !important;
    }

    #zoneModal .modal-content {
        padding: 0 !important;
    }

    .modal-header h3 {
        padding-left: 10px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .wishlist-fragment ul.shop_table .item-wrapper h3 a {
        font-size: 18px !important;
    }

    .wishlist_table .product-add-to-cart a.button {
        font-size: 10px !important;
        font-weight: 700 !important;
    }

    .clients-wrapper .slick-arrow {
        width: 20px;
        height: 20px;
        padding: 15px;
        font-size: 10px;
    }

    .clients-wrapper .slick-arrow i {
        font-size: 14px!important;
        font-weight: 900!important;
    }

    .clients-wrapper .slick-next i {
        top: -7px;
        right: 5px;
    }

    .clients-wrapper .slick-prev i {
        top: -7px;
        left: -5px;
    }

    .single-post article.type-post {
        margin-top: 0 !important;
        padding: 25px 10px !important;
    }

    .single-post article.type-post p {
    font-size: 12px !important;
    }

    .single-post article.type-post .vc_message_box-icon {
        display: none !important;
    }


    .single-post article.type-post .vc_color-info.vc_message_box {
        padding: 10px !important;
    }
}

.company-order-button {
    position: relative !important;
    top: -75px !important;
}

@media  only screen and (max-width: 650px) {
    .company-order-button {
        position: initial !important;
        text-align: left!important;
    }
}