/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/


/* =Theme customization starts here
------------------------------------------------------- */

/* Header Menu
------------------------------------------------------- */

/* Hide for Live */
/* #top-menu li:not(.menu_cta),
.shop-cart,
#et_top_search,
#et_mobile_nav_menu      {
    display: none !important;
}

footer .et_pb_column_0_tb_footer .et_pb_menu__wrap,
footer .et_pb_column_1_tb_footer .et_pb_menu__wrap
  {
    display: none !important;
} */

/* End Hide for Live */
:root {
    --diamond-wrap-size: 250px !important;
    --diamond-img-size: 350px !important;
}

#page-container {
    overflow-y: visible!important;
}

#top-menu li.custom-my-account {

    font-family: "ETmodules" !important;

    }

    #top-menu li {
        padding-right: 15px !important;
    }

.bodycommerce-minicart-container .item-contents .item-upper .cart-item-quantity {
    font-size: 12px !important;
}

/* DP Slider Navigation */

.dp-carousel .swiper-button-prev {
	transform: none;
    margin-top: -100px;
    top: 10px !important;
    margin-left: auto!important;
    right: 52px;
	font-size: 20px !important;
	background-color: #fff;
    padding: 25px !important;
}
.dp-carousel .swiper-button-next {
	transform: none;
    top: 10px !important;
    margin-top:-100px;
    right: 0px !important;
    background-color: #fff;
    padding: 25px !important;
}

/* Arrow Size and Style */
.swiper-button-next:after, .swiper-button-prev:after {
	font-size: 20px;
    color: #aed4e4;
}

/* DP Slider Pagination */
.dp-carousel .swiper-pagination-bullet-active {
	background-color: #fff;
}
.dp-carousel .swiper-pagination-bullet {
	background-color: #fff;
    top: 15px;
}

.bd-post-grid .et_pb_post.sticky .post-content .more-link {
    transition: all .3s ease-in-out;
    padding: 0.5em 3em;
    line-height: 1.3em!important;
    font-size: 20px;
}

.bd-post-grid .et_pb_post.sticky .post-content .more-link:hover {
    /* box-shadow: 0 5px 20px rgba(248, 154, 46, .5); */
    background: rgba(248, 154, 46, .2);;
    /* border: none; */
}

.bd-post-grid .et_pb_post a img,
.featured-blog-wrap .et_pb_blog_grid .column a img  {
    transition: all .3s ease-in-out;
}

.bd-post-grid .et_pb_post a img:hover,
.featured-blog-wrap .et_pb_blog_grid .column  a img:hover {
    transform: scale(1.04);
}

.et_pb_button:not(.not-hover):hover {
    box-shadow: 0 5px 15px rgba(255, 255, 255, .5);
}

#top-menu {
    display: flex;
    align-items: center;
    float: none;
}

#main-header {
    height: 100px;
    display: flex;
    align-items: center;
    position: sticky !important;
}

#place_order {
    text-transform: capitalize;
}

.woocommerce-mini-cart__buttons a {
    color: #f7a863 !important;
    border: 2px solid #f7a863 !important;
    transition: all .3s ease-in-out;

}

.woocommerce-mini-cart__buttons a:hover:after  {
    display: none !important;
}
.woocommerce-mini-cart__buttons a:hover  {
    box-shadow: 0 0 15px rgba(244, 152, 46, 1) !important;
}

.et_header_style_left #et-top-navigation nav>ul>li:not(.menu_cta)>a {
    padding-bottom: 0px !important;
}

.et_header_style_left #et-top-navigation {
    padding-top: 0px !important;
}

.no-style {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.no-style li {
    list-style-type: none;
}

.lwp-hide-mobile-menu.et_pb_menu .et_pb_menu__menu,
.lwp-hide-mobile-menu.et_pb_fullwidth_menu .et_pb_menu__menu {
    display: flex!important;
}
.lwp-hide-mobile-menu .et_mobile_nav_menu {
    display: none !important;
}

#et-boc .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .et_pb_row  {
    width: 100% !important;
}

#et-boc .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .et_pb_row .et_pb_button_module_wrapper .et_pb_button {
    color: #f9a43e !important;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px
}
.filtered-section-multiple-filter .filter-item {
    min-height: 150px;
}
.filtered-section-multiple-filter .filter-item ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    justify-items: center;
    row-gap: 2rem;
    width: 100%;
    max-width: 900px;
    margin-inline: auto;
}

.filtered-section-multiple-filter .filter-item ul li a {
    color: #c186bb;
    font-family: "Zen Maru Gothic";
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 54px;
    text-align: left;
    text-transform: uppercase;
    padding-inline: 10px;
    line-height: 1.7em;
}

.filtered-section-multiple-filter .filter-item ul li .active {
    position: relative;
    display: flex;
    border: 2px solid #c186bb;
    padding-inline: 10px;
    line-height: 1.7em;
    transition: padding .3s ease-in-out;
}

.filtered-section-multiple-filter .filter-item ul li .active:after {
    content: "";
	width: 25px;
	height: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: none;
    background: #c186bb;
    color: #fff;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
}

.filter-item {
    margin-bottom: 50px;
}

.product-filter-wrap {
    max-width: 1410px;
    margin-inline: auto;
    margin-top: 100px;
    transition: all .3s ease-in-out;
}
.product-filter-wrap .product-wrap  {
    display: flex;
}
.product-filter-wrap .product-wrap .caption {
    transform: rotate(45deg);
}

.product-filter-wrap .product-wrap .caption a h5  {
    color: #ffffff;
    font-family: "Zen Maru Gothic";
    font-size: 18px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 28px;
    text-align: center;
    display: flex;
}

#preloader {

    background-color: transparent;
    z-index: 99;
    opacity: 0;
    transition: all 1s ease-in-out;
}

#preloader .inner {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 200px;
}
#preloader img {
    width: 250px;
}

#preloader .inner .spinner-holder {
    display: inline-block;
    margin: 0 auto;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 3s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: "";
    display: block;
    width: 25%;
    height: 25%;
    background-color: #c186bb;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2) {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}
.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}
.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s;
}
.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}
.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}
.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}
.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%,
    0% {
        transform: scale(1);
    }
}

.how-it-works-section .row-image-left,
.how-it-works-section .row-image-right {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    align-content:space-between;
    justify-content: space-between;
    /* justify-content: center; */
}

.how-it-works-section .row-image-left .et_pb_image,
.how-it-works-section .row-image-right .et_pb_image {
    margin: 0 !important;
}
@media screen and (max-width: 980px) {
    .how-it-works-section .row-image-left .et_pb_image,
    .how-it-works-section .row-image-right .et_pb_image {
        margin: auto !important;
    }
    .how-it-works-section .row-image-left, .how-it-works-section .row-image-right {
        flex-direction: column;
    }

}


@media only screen and (max-width: 980px) {
    .how-it-works-section .row-image-left:before {
        left: 50% !important;
        transform: translateX(-50%);
        top: 280px !important;
    }
    .how-it-works-section .row-image-right:before {
        right: 50% !important;
        transform: translateX(50%);
        top: 280px !important;
    }
    .how-it-works-section .row-image-left img,
    .how-it-works-section .row-image-right img {
        max-width: 340px;
    }
    .how-it-works-section .row-image-left:last-child:before {
        left: 50% !important;
        transform: translateX(-50%);
        top: 280px !important;

    }
    .how-it-works-section .row-image-left:last-child img {
        min-height: unset !important;
    }
    .how-it-works-section .row-image-left .img-col,
    .how-it-works-section .row-image-right .img-col  {
       margin-bottom: 70px !important;
       text-align: center;
    }
}

@media screen and (max-width: 480px) {
    .how-it-works-section .row-image-left .img-col,
    .how-it-works-section .row-image-right .img-col  {
       margin-bottom: 40px !important;
       text-align: center;
    }
}

.how-it-works-section .row-image-left p,
.how-it-works-section .row-image-right p {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.how-it-works-section .row-image-left img,
.how-it-works-section .row-image-right img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);

}
.how-it-works-section {
    counter-reset: counter-row;
}

.how-it-works-section .row-image-left:not(:last-child):before,
.how-it-works-section .row-image-right:before {
    content: counter( counter-row );
    display: flex;
    visibility: visible;
    width: 120px;
    height: 120px;
    background: #f4972e;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    opacity: 1;
    margin-left: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 999999;
    color: white;
    font-size: 50px;
    text-align: center;
    line-height: 120px;
    counter-increment: counter-row;
}

.how-it-works-section .row-image-left:last-child:before {
    content: url( './img/small-diamond.png' );
    display: flex;
    visibility: visible;
    width: 120px;
    height: 120px;
    background: #f4972e;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    opacity: 1;
    margin-left: 0px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 999999;
    color: white;
    font-size: 50px;
    text-align: center;
    line-height: 120px;
    bottom: -50px;
    /* left: 200px;    */
}

.how-it-works-section .row-image-left:before  {
    top: 480px;
    left: 140px;
}

.how-it-works-section .row-image-right:before  {
    top: 480px;
    right: 165px;
}

.how-it-works-section .row-image-left:last-child:before  {
    top: 625px;
    left: 215px;
}

/* @media only screen and (min-width: 1780px) {
    .how-it-works-section .row-image-left:last-child:before  {
        bottom: -50px;
        left: 260px;
    }
} */


.how-it-works-section .row-image-left:not(:last-child) .et_pb_image_wrap:after  {
    content: "";
    width: 400px;
    display: flex;
    position: absolute;
    flex: 1;
    border-bottom: 5px dashed #f4972e;
    height: 0.6em;
    visibility: visible;
    z-index: 99999999;
    transform: rotate(45deg);
    left: 400px;
    bottom: -60px;
}

.how-it-works-section .row-image-right:nth-last-child(2) .et_pb_image_wrap:after  {
    content: "";
    width: 300px;
    display: flex;
    position: absolute;
    flex: 1;
    border-bottom: 5px dashed #f4972e;
    height: 0.6em;
    visibility: visible;
    z-index: 99999999;
    transform: rotate(-45deg);
    right: 380px;
    bottom: -24px;
}

.how-it-works-section .row-image-right .et_pb_image_wrap:after  {
    content: "";
    width: 400px;
    display: flex;
    position: absolute;
    flex: 1;
    border-bottom: 5px dashed #f4972e;
    height: 0.6em;
    visibility: visible;
    z-index: 99999999;
    transform: rotate(-45deg);
    right: 400px;
    bottom: -60px;
}

#et-main-area .woocommerce-error,
#et-main-area .woocommerce-message {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 9999999999;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row-reverse;
    width: 45%;
}

#et-main-area .woocommerce-error li,
#et-main-area .woocommerce-message li {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-direction: row-reverse;
    align-items: center;

}

#et-main-area .woocommerce-error li a,
#et-main-area .woocommerce-message li a {
color: #fff;
}

.woocommerce-page #content-area{
    margin-top: 3em;
}

#main-header {
    /* background-color: transparent !important; */
    position: absolute;
    /* top: 25px; */
    box-shadow: unset;
}
#top-menu .menu_cta a {
    border: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px !important;
    padding-inline: 20px;
    font-weight: normal !important;
}

#et_top_search {
    float: none;
    margin: 3px 0 17px 22px;
    position: relative;
    display: block;
    width: 18px;
}

.container.et_menu_container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.et_header_style_left #et-top-navigation {
    display: flex;
    align-items: center;
}

#et-top-navigation .et-cart-info {
    float: none;
    margin: -2px 0 0 22px;
    font-size: 16px;
}


.hero-home {
    position: relative;
    height: 900px !important;
    max-height: 1245px !important;
    overflow: hidden;
    /* z-index: 99; */
    background-position: center top -170px !important;
}

.hero-home:after {
    position: absolute;
    content: url( './img/Rectangle_1.png' );
    top: -1470px;
    left: 50%;
    transform: translateX(-50%);

}

.hero-home .hero-cta-row {
    width: 200px;
    height: 200px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 999999;
    left: 50%;
    transform: translate(-50%);
    bottom: 140px;
}

.hero-home .hero-cta-row .et_pb_column {
    transition: all .3s ease-in-out;
}

.hero-home .hero-cta-row .et_pb_column:after {
    content: "";
    transform: rotate(-45deg);
    width: 180px;
    height: 180px;
    background: transparent;
    transform: rotate(45deg);
    border: 2px solid #ffffff;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    top: -80px;
    left: 8px;
    transition: all .3s ease-in-out;
}

.hero-home .hero-cta-row .et_pb_column .et_pb_image {
    position: absolute;
    width: 70px;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    padding-bottom: 10px;
}
.hero-home .hero-cta-row .et_pb_column .hero-cta-btn {
    position: absolute;
    top: 2px;
    left: 50%;
    transform: translateX(-50%);
}

.hero-home .hero-cta-row:hover .et_pb_column:after {
    box-shadow: 0 0 15px rgba(255, 255, 255, 1);
    cursor: pointer;
}

.diamond-section .square-row:after {
    position: absolute;
    content: "";
    background-image: url(./img/Rectangle_left.png);
    display: block;
    width: 1200px;
    height: 1200px;
    left: -1060px;
    top: -50px;
    background-size: contain;
    visibility: visible;

}

.et_pb_row_3 {
    position: relative;
}

.diamond-section:before {
    content: "";
    clip-path: polygon(100% 10%, 50% 60%, 100% 97%);
    background: #fce6a6;
    /* width: 100%; */
    position: absolute;
    /* right: -413px; */
    /* height: 310%; */
    display: block;
    bottom: -380px;
    /* max-height: 2000px; */
    width: 100%;
    height: 1500px;
    /* top: 0; */
    right: 0;
    /* bottom: 0; */
    float: right;

}

.square-row {

    position: absolute;
    top: 80px;
    left: 50%;
    transform: translate(-50%, -75px);
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 1410px!important;
    height: 140px;
}

.square-row .et_pb_column {

    position: absolute;
    width: 300px;
    height: 300px;
    background: #4d3053;
    /* margin: -200px; */
    margin: -130px -170px -320px -160px;
    transform: rotate(45deg);
    overflow: hidden;
    /* opacity: .5; */
    z-index: 999;
    transition: all .4s ease-in-out;

}

.diamond-section .square-row .et_pb_column:hover {
    box-shadow: 0 5px 15px rgba(77, 48, 83, .9);
    transform: rotate(45deg) scale(1.04);
    cursor: pointer;
}

.square-row .et_pb_column .et_pb_image {
    transform: rotate(-45deg);
    position: absolute;
    top: 40px;
    left: 50px;
    width: 100px;
}

.square-row .et_pb_column .et_pb_text {
    transform: rotate(-45deg);
    position: absolute;
    top: 160px;
    left: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;

}

.square-row .et_pb_column .et_pb_text .et_pb_text_inner {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.square-row .et_pb_column .et_pb_text .et_pb_text_inner h5 {

   margin-top: 10px;
}


.square-row .et_pb_column.item1{
    top: 20px;
    left: 33%;
  }
.square-row .et_pb_column.item2{
    bottom: 20px;
    left: 14%;
  }
.square-row .et_pb_column.item3 {
    top: 20px;
    left: 69%;
  }
.square-row .et_pb_column.item4 {
    bottom: 20px;
    left: 51%;
  }
.square-row .et_pb_column.item5 {
    bottom: 20px;
    left: 87%;
  }

.packages-section:before {
    content: "";
    width: 66.5%;
    height: 100%;
    background: #ebe8ec;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    clip-path: polygon(60% 0%, 100% 50%, 60% 100%, 0% 100%, 0 49%, 0% 0%)
}

.testimonial-section {
    z-index: 999;
}

.testimonial-section .shape-col-img .et_pb_image,
.testimonial-section .shape-col-img .et_pb_image .et_pb_image_wrap {
    height: 100%;
}

.get-started-section .image-col .et_pb_image,
.get-started-section .image-col .et_pb_image .et_pb_image_wrap {
    height: 100%;
}

.get-started-section .image-col .et_pb_image .et_pb_image_wrap img,
.testimonial-section .shape-col-img .et_pb_image .et_pb_image_wrap img {
    object-fit: cover;
}

.get-started-section .image-col {

    clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
}

.shape-col {
    z-index: 99;
}

.shape-col-img {
    clip-path: polygon(50% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.packages-list-section .packages-list-row:after {
    content: "";
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%);
    background: #fce6a6;
    /* width: 100%; */
    position: absolute;
    right: -312px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    bottom: -479px;
    /* max-height: 2000px; */
    width: 800px;
    height: 800px;
}

.packages-list-section .packages-list-row:before {
    content: "";
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    background: #f4972e;
    /* width: 100%; */
    position: absolute;
    left: -314px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    bottom: -138px;
    bottom: -70px;
    /* max-height: 2000px; */
    width: 800px;
    height: 800px;
}
.product-filter-row-inner:before {
    content: "";
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    background: #c186bb;
    /* width: 100%; */
    position: absolute;
    left: -474px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    top: -25px;
    top: 40px;
    top: 55px;
    top: 145px;
    /* max-height: 2000px; */
    width: 90%;
    height: 1000px;

}
.product-filter-row-inner:after {
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%);
    background: #fce6a6;
    /* width: 100%; */
    position: absolute;
    right: -661px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    top: -251px;
    top: -229px;
    /* max-height: 2000px; */
    width: 100%;
    height: 1125px;
}

.product-filter-wrap .product-wrap{
    border: 1px solid #c186bb;
}

.packages-filter-wrap .product-wrap {
    border: 1px solid #f4972e;
}

/* .product-filter-wrap .product-wrap:hover > img,
.packages-filter-wrap .product-wrap:hover > img {
    opacity: 1;
} */

/* .packages-filter-wrap .product-wrap:hover > img {
    opacity: 0;
} */

.product-filter-wrap .product-wrap:hover .main-img,
.packages-filter-wrap .product-wrap:hover .main-img {
    opacity: 0;
}

.product-filter-wrap .product-wrap:hover > .caption a h5,
.packages-filter-wrap .product-wrap:hover > .caption a h5 {
    color: #fff;
}

.product-filter-row,
.packages-list-row {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 4em !important;
}

/* .packages-list-section .packages-list-row {
    margin-bottom: 4em !important;
} */

/* .product-filter-wrap .product-wrap, */
/* .packages-filter-wrap .product-wrap {
    background-image: url(https://brandelux.pro/wp-content/uploads/2023/05/emerald-bg.png);
} */

.product-filter-wrap .product-wrap img,
.packages-filter-wrap .product-wrap img{
    position: absolute;
    transform: rotate(-45deg);
    width: 280px;
    height: 280px;
    width: 350px;
    height: 350px;
    width: var(--diamond-img-size);
    height: var(--diamond-img-size);
    object-fit: cover;
    max-width: unset;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    /* opacity: 0; */
    transition: all .3s ease-in-out;
}

.product-filter-wrap .product-wrap img:not(.main-img) {
    /* opacity: 0; */
}

.product-filter-wrap .product-wrap .caption  a h5,
.packages-filter-wrap .product-wrap .caption {
    transition: all .3s ease-in-out;
}

.product-filter-wrap .product-wrap .caption,
.packages-filter-wrap .product-wrap .caption {
    z-index: 99999;
    transform: rotate(0deg);
}

/* .product-filter-wrap .product-overlay:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
} */

.packages-list-section .list-row .et_pb_column,
.packages-list-section .packages-list-row .products li {
    border: 1px solid #fad1a3;
}

.packages-list-section .list-row .et_pb_column,
.packages-list-section .packages-list-row .products li,
.product-filter-wrap .product-wrap,
.packages-filter-wrap .product-wrap {

    /* width: 200px !important;
    height: 200px !important; */
    width: var(--diamond-wrap-size);
    height: var(--diamond-wrap-size);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: rotate(45deg);
}

.packages-list-section .list-row,
.packages-list-section .packages-list-row .products,
.product-filter-wrap,
.packages-filter-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 4rem;
    row-gap: 10em;
    justify-items: center;

}
.packages-list-section .list-row .et_pb_column .et_pb_module,
.packages-list-section .packages-list-row .products li a,
.product-filter-wrap .product-wrap .caption a h5,
.packages-filter-wrap .product-wrap .caption a h5 {
    transform: rotate(-45deg);
}

.packages-list-section .list-row .et_pb_column .et_pb_module,
.packages-list-section .packages-list-row .products:before {
   display: none;

}

.regular-section:after {
    content: "";
    clip-path: polygon(100% 0, 50% 50%, 100% 100%);
    width: 400px;
    height: 400px;
    position: absolute;
    background: #c186bb;
    z-index: 1;
    display: block;
    z-index: left;
    right: 0;
    top: 20%;
}

.regular-section:before {
    content: "";
    clip-path: polygon(0 0, 50% 50%, 0 100%);
    width: 400px;
    height: 400px;
    position: absolute;
    background: #fce6a6;
    z-index: 1;
    display: block;
    z-index: left;
    left: 0;
    top: 40%;
}

.single-post .newsletter-section .newsletter-shape-row,
.single-product #et-boc .et-l .entry-summary .newsletter-section .newsletter-shape-row  {
    margin-top: 0px !important;
}

.single-product .single-related-products .type-product .et_shop_image img {
    margin-bottom: 30px !important;
    transform: scale(1);
    transition: all .4s ease-in-out;
}

.single-product .single-related-products .type-product .et_shop_image img:hover {
    margin-bottom: 30px !important;
    transform: scale(1.04);

}

.woocommerce-cart .main_title {
    display: block !important;
    opacity: 0;
    width: calc(100% - 200px );
    margin: 0 auto;
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.woocommerce-cart .woocommerce {
    /* width: calc(100% - 200px ); */
    margin: 0 auto;
    /* margin-top: 5rem; */
}
.woocommerce-cart .woocommerce .cart_totals {
   text-transform: capitalize;
}

.woocommerce-checkout #main-content .container:before {
    display: none;
}

.slick-slide img {
    max-width: 109px;
}

.woocommerce-checkout #left-area {
    width: 100%;
    margin: 0 auto;
    /* margin-top: 3em; */
}

.product-archive-custom .de_db_product_image .et_shop_image .et_overlay {
    display: none !important;
}
.product-archive-custom .de_db_product_details .woocommerce-loop-product__title {
    color: black;
    font-size: 16px !important;
}
.product-archive-custom .de_db_product_details .price {
    color: black;
    font-size: 14px !important;
    /* margin-bottom: 1rem !important; */
}
.product-archive-custom .de_db_product_details .add_to_cart_button {
    color: #f7a863 !important;
    border: 2px solid #f7a863 !important;
    transition: all .3s ease-in-out;
    margin-top: 1rem !important;
}
.product-archive-custom .de_db_product_details .add_to_cart_button:hover {
    background: #fff;
    border: 2px solid #f7a863;
    padding: 0.3em 1em 0.3em 1em;
    box-shadow: 0 0 15px rgba(244, 152, 46, 1);
}

.product-archive-custom .de_db_product_details .add_to_cart_button:hover:after {
    display: none;
}
.product-archive-custom .products {
    grid-row-gap: 5% !important;
}
.product-archive-custom .dmach-loadmore {
    margin-top: 5rem !important;
    display: flex !important;
    max-width: 200px !important;
    align-items: center !important;
    justify-content: center !important;
    color: #f7a863 !important;
    border: 2px solid #f7a863 !important;
    padding: 0.3em 1em !important;
    transition: all .3s ease-in-out;
}
.product-archive-custom .dmach-loadmore:hover {
    background: #fff;
    border: 2px solid #f7a863;
    /* padding: 0.3em 1em 0.3em 1em; */
    padding: 0.3em 1em !important;
    box-shadow: 0 0 15px rgba(244, 152, 46, 1);
}

.product-archive-custom .dmach-loadmore:hover:after {
    display: none !important;
}

.archive footer {
    z-index: -1;
}

.woocommerce-cart .woocommerce .cross-sells h2 {
    opacity: 0;
    margin-bottom: 1rem;
}

.woocommerce-cart #left-area {
    margin-top: 3em;
}
.woocommerce-cart article {
    width: calc(100% - 200px );
    margin: 0 auto;
}

/* .woocommerce-cart article,  */
.woocommerce-checkout article {
    width: calc(100% - 100px );
    margin: 0 auto;
}

 .woocommerce .cart_item .product-name a {
   color: #000 !important;
}

.woocommerce  button.button,
 .woocommerce .checkout-button {
    color: #f7a863 !important;
    border: 2px solid #f7a863 !important;
    transition: all .3s ease-in-out;
 }

 .woocommerce .button:hover {
    padding: 0.3em 1em 0.3em 1em !important;
    background: transparent !important;
 }

 .woocommerce button.button:hover,
 .woocommerce .checkout-button:hover {
    background: #fff;
    border: 2px solid #f7a863;
    padding: 0.3em 1em 0.3em 1em;
    box-shadow: 0 0 15px rgba(244, 152, 46, 1);
 }

 .woocommerce button.button:after,
  .woocommerce .checkout-button:hover:after  {
    display: none;
 }


.newsletter-section {
    background-size: cover !important;
    z-index: 999998 !important;
}

.newsletter-cta-row {
    width: 200px !important;
    height: 200px !important;
    background: transparent !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    position: absolute !important;
    z-index: 99999999 !important;
    left: 50% !important;
    transform: translate(-50%) !important;
    bottom: 140px !important;
}

.newsletter-shape-row {
    position: relative !important;
}

.newsletter-shape-row .et_pb_contact_form,
.newsletter-shape-row .et_pb_newsletter {
        margin-left: 0px !important;
}

.newsletter-shape-row:after {
    content: "";
    visibility: visible !important;
    width: 800px !important;
    height: 800px !important;
    background: transparent !important;
    border: 2px solid white !important;
    background: white !important;
    position: absolute !important;
    z-index: 1 !important;
    flex-direction: column !important;
    top: 50% !important;
    left: 50% !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.9 !important;
    transform: translateX(-50%) !important;
}

.newsletter-shape-row:before {
    content: "";
    visibility: visible !important;
    width: 800px !important;
    height: 800px !important;
    background: transparent !important;
    border: 2px solid #f4982e !important;
    background: #f4982e !important;
    position: absolute !important;
    z-index: 1 !important;
    flex-direction: column !important;
    top: 80px !important;
    left: 50% !important;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    opacity: 0.9 !important;
    transform: translateX(-50%) !important;
}

.newsletter-cta-row .et_pb_image {
    width: 160px !important;
    height: auto !important;
}

.newsletter-section .et_pb_contact_form_container .et_pb_contact_submit,
.newsletter-section .et_pb_newsletter .et_pb_contact_submit {
    border: none !important;
    color: #f7a863 !important;
    font-family: 'Zen Maru Gothic',Helvetica,Arial,Lucida,sans-serif !important;
    font-weight: 600 !important;
    font-size: 22px !important;
    line-height: 1em !important;
    max-width: 170px !important;
    margin: 0 0 0 0px !important;
    display: flex !important;
    align-items: center;
    margin: 0 auto !important;
    /* padding-left: 25px !important;
    padding-right: 10px !important; */
    padding-top: 0 !important;
    /* padding-bottom: 20px !important; */
    z-index: 99999999;
    transition: all .3s ease-in-out;

}

.newsletter-section .et_pb_contact_form_container .et-pb-contact-message {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 82px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
 }

.newsletter-section .et_pb_contact_form_container .et-pb-contact-message ul {
    padding: 0;
    line-height: 1;
    list-style-type: none;
    margin-left: 10px;
}

.newsletter-section .et_pb_contact_form_container .et-pb-contact-message p {
   font-size: 14px;
}

.newsletter-section .et_pb_contact_form_container .et_pb_contact_submit:hover {
   padding: 0 1em 0.3em 1em !important;
   background-color: rgba(0,0,0,.0) !important;
   color: #f4982e !important;
}

/* .newsletter-section .et_pb_contact_form_container .et_contact_bottom_container:hover .et_pb_contact_submit {
    font-size: 23px !important;
} */

.newsletter-section .et_pb_contact_form_container .et_contact_bottom_container:hover:after {
    box-shadow: 0 0 15px rgba(244, 152, 46, 1);
    transition: all .3s ease-in-out;
    /* border: 2px solid #ffffff !important; */
    transition: all .4s ease-in-out;
    border: 2px solid #f7a863 !important;
}

.newsletter-section .et_pb_contact_form_container .et_pb_contact_submit:hover:after {
   display: none;
 }

.newsletter-section .et_pb_contact_form_container .et_pb_contact_form {
    display: flex !important;
    align-items: center !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    height: 300px !important;
    position: relative !important;
}

.newsletter-section .et_pb_contact_form_container .et_pb_contact_form input[type=text],
.newsletter-section .et_pb_contact_form_container .et_pb_contact_form input[type=email] {
    margin-top: 20px !important;
    width: 350px !important;
}

.newsletter-section .et_pb_contact_form_container .et_pb_contact_form input[type=text],
.newsletter-section .et_pb_contact_form_container .et_pb_contact_form input[type=email] {
 background: white !important;
 border: 2px solid #f4ede6 !important;
}

.newsletter-section .mc4wp-response {
    margin-top: -225px;
    text-align: center;
    background: #fbf3ea;
    z-index: 10;
    position: relative;
    padding: 5px 0;
}

.newsletter-section .et_pb_contact_form_container .et_contact_bottom_container {
    position: absolute !important;
    bottom: 23px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}

.newsletter-section .et_pb_contact .et_pb_contact_field_half {
    width: 100% !important;
    float: none !important;
    display: flex;
    justify-content: center;

}

.newsletter-section .et_pb_contact_form_container .et_contact_bottom_container:after {
    content: "";
    width: 150px !important;
    height: 150px !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
    border: 2px solid #f7a863 !important;
    position: absolute !important;
    z-index: 9999 !important;
    flex-direction: column !important;
    opacity: 1 !important;
    margin-left: 0px !important;
    top: -55px !important;
    left: unset !important;
    transition: all .4s ease-in-out;
}

.et-db #et-boc .et-l .newsletter-section .et_contact_bottom_container button {
    line-height: 1.1em !important;
}

.calendly-section:after {
    content: "";
    clip-path: polygon(100% 0%, 50% 50%, 100% 100%);
    background: #fce6a6;
    /* width: 100%; */
    position: absolute;
    right: -70px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    top: -100px;
    /* max-height: 2000px; */
    width: 800px;
    height: 800px;

}

.package-section.contact-page:before {
    content: "";
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    background: #c186bb;
    /* width: 100%; */
    position: absolute;
    left: -70px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    top: -30px;
    /* max-height: 2000px; */
    width: 1000px;
    height: 1000px;
}

.contact-page-form-section .et_contact_bottom_container {
    padding-left: 2%;
}

.contact-page-form-section .et_contact_bottom_container,
.contact-page-form-section .et_contact_bottom_container .et_pb_button {
    width: 100%;
}

.welcome-testimonial-section .slick-track .et_pb_module {
    display: flex;
    align-items: center;
}

.welcome-testimonial-section .slick-track {
    display: flex;
    align-items: center;
}

.welcome-testimonial-section .swiper-wrapper {
    position: relative !important;
    top: unset;
    bottom: unset;
    left: unset;
    right: unset;
    transform: unset;
}

/* .welcome-testimonial-section .mid-col, */
.welcome-testimonial-section .slick-track .et_pb_module.slick-center .et_pb_blurb_content {
    transform: scale(1.4);
    clip-path: polygon(50% 10%, 100% 50%, 50% 90%, 0% 50%);
    height: 100%;
    background: white;
    padding: 60px 0px 60px 0px;
    text-align: center;
    height: 420px;
    transition: all .4s ease-in-out;
}

.welcome-testimonial-section .slick-track .et_pb_module:not(slick-center ) .et_pb_blurb_content {
    clip-path: polygon(50% 20%, 100% 50%, 50% 80%, 0% 50%);
    background: white;
    padding: 140px 0px 160px 0px;
    text-align: center;
}

.slick-next {
    right: 45%;
    width: auto;
    bottom: 0;
    top: unset;
    color: #fff !important;
}

.slick-next:before {
    content: "5";
    color: #fff !important;
    opacity: 1 !important;
}

.slick-prev{
    left: 45%;
    width: auto;
    bottom: 0;
    top: unset;
}

.slick-prev:before {
    content: "4";
    color: #fff !important;
    opacity: 1 !important;
}

.slick-next:before, .slick-prev:before {
    position: relative !important;
}
.welcome-testimonial-section .slick-track .et_pb_module .et_pb_blurb_content .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
}

.welcome-testimonial-section .slick-track .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description {
    max-width: 200px;
    margin: 0 auto;
}

.welcome-testimonial-section .slick-track .et_pb_module .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
    font-size: 14px;
}

.package-section .packages-row {
    align-items: center;
    justify-content: space-evenly;
}

.package-section .packages-row:after {
   display: none;
}

.package-section .packages-row .et_pb_column {
    width: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
    cursor: pointer;
}


.package-section .packages-row .et_pb_column:after {
    content: "";
    transform: rotate(-45deg);
    width: 300px;
    height: 300px;
    background: #c186bb;
    transform: rotate(45deg);
    position: absolute;
    z-index: -1;
    flex-direction: column;
    opacity: 1;
    margin-left: 0px;
    top: -55px;
    /* left: 40px; */
    transition: all .4s ease-in-out;
}

.package-section .packages-row .et_pb_column:hover:after {
    box-shadow: 0 5px 15px rgba(193, 134, 187, .9);
}

.package-section .packages-row .et_pb_column:hover {
    transform: scale(1.04);
    transition: all .4s ease-in-out;
}

.page-id-1239 .package-section:before {
    content: "";
    clip-path: polygon(0 0, 0 100%, 50% 50%);
    background: #c186bb;
    /* width: 100%; */
    position: absolute;
    left: -160px;
    visibility: visible;
    /* height: 310%; */
    display: block;
    top: 0px;
    /* max-height: 2000px; */
    width: 800px;
    height: 800px;
}

.services-section .services-row {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}



.services-section .services-row .et_pb_column:after {
    content: "";
    transform: rotate(-45deg);
    width: 280px;
    height: 280px;
    background: transparent;
    transform: rotate(45deg);
    border: 2px solid #f7a863;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    opacity: 1;
    margin-left: 0px;
    top: -55px;
    left: 65px;
}

.services-section .services-row .et_pb_column:before {
    content: counter( services-counter );
    width: 80px;
    height: 80px;
    background: #f4972e;
    position: absolute;
    z-index: 9999;
    flex-direction: column;
    opacity: 1;
    margin-left: 0px;
    top: -140px;
    left: 166px;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    z-index: 999999;
    color: white;
    font-size: 40px;
    text-align: center;
    line-height: 80px;
    counter-increment: services-counter;
}



.error404 .et_pb_code_0_tb_body  {
    border: none;
    height: 200px;

}

.error404 .et_pb_search_0_tb_body  {
    border: none;
    height: 200px;
}

.error404 .et_pb_searchform {
    height: 150px;
    text-align: center;

}

.error404 .et_pb_searchform .et_pb_s {
    border: 2px solid #dfdede;
    width: 100%;
}

.error404 .et_pb_code_0_tb_body,
.error404 .et_pb_code_0_tb_body,
.error404 .et_pb_code_0_tb_body .et_pb_code_inner {
    height: 100%;
}

.error404 .search-btn {
    height: 60px;
    position: absolute;
    z-index: 99999999;
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.error404 .search-btn .et_pb_searchsubmit {
    border: 1px solid #f5923b;
    padding: 20px 20px;
    width: 260px;
    color: #f5923b;
    font-family: "Noto Sans";
    font-size: 20px;
    font-weight: 700;
    background: transparent;
    transition: all .4s ease-in-out;
}

.error404 .search-btn .et_pb_searchsubmit:hover {

    box-shadow: 0 0px 20px rgba(244, 152, 46, .4);
    transition: all .3s ease-in-out;
    border: 2px solid #ffffff !important;

}

.packages-featured-projects .orange-cols-row .et_pb_column:after {
    content: "";
    background: linear-gradient(0deg, rgba(232,116,13,1) 0%, rgba(0,0,0,0.011729691876750659) 80%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
}

.packages-featured-projects  .orange-cols-row .et_pb_column {
    cursor: pointer;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.packages-featured-projects  .orange-cols-row .et_pb_column:hover {
    box-shadow: 0 10px 15px rgba(232,116,13,.8);

    transform: scale(1.01);
}

.packages-section .dark-cols-row .et_pb_column {
    cursor: pointer;
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.packages-section .dark-cols-row .et_pb_column:after {
    content: "";
    background: rgb(77,48,83);
    background: linear-gradient(0deg, rgba(77,48,83,1) 0%, rgba(0,0,0,0.011729691876750659) 80%);
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    z-index: -1;
    cursor: pointer;
}

.packages-section .dark-cols-row .et_pb_column:hover {
    box-shadow: 0 10px 15px rgba(77,48,83, .8);

    transform: scale(1.01);
}

.et_builder_inner_content {
    z-index: auto;
}

footer {
    /* z-index: -1; */
    position: relative;
}

.footer-social-col {
   text-align: right !important ;
}

.footer-social-col .et_pb_image {
    display: inline-block !important;
    margin: 0 20px !important;
    margin-bottom: 4% !important;
}

.footer-social-col .et_pb_image .et_pb_image_wrap  img {
   width: 40px !important;
   height: 40px !important;
}

#menu-footer-menu-2 li, #menu-footer-menu-1 li {
    width: 100%;
}

#comment-wrap .comment-form p input:not(#wp-comment-cookies-consent) {
    /* display: flex;
    flex-wrap: wrap; */
    width: 100%;
    /* align-items: baseline; */
    /* justify-content: space-around; */
}

.comments-section  {
    background: #ebe8ec;
    clip-path: polygon(50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%);
}
.comments-section #comment-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 4rem;
}
.comments-section #comment-wrap h1.page_title {
    display: grid;
    grid-column-start: 1;
    grid-column-end: 3;
}
.comments-section #comment-wrap .commentlist  .comment  {
    padding: 30px;
    border-bottom: 2px solid #afa3b2;
}
.comments-section #comment-wrap .commentlist  .comment .comment_avatar  {
    clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
    aspect-ratio: 1/1;
    object-fit: cover;
}

.comments-section #comment-wrap .commentlist  .comment .comment_postinfo .fn a  {
    font-size: 20px !important
}

.comments-section #comment-wrap .commentlist  .comment .comment_postinfo .comment_date  {
    font-size: 16px !important
}

.featured-blog-wrap .column article {
    background: transparent;
    border: none;
}
.featured-blog-wrap .column img {
    clip-path: polygon(50% 0%,100% 50%,50% 100%,0% 50%);
    aspect-ratio: 1/1;
    object-fit: cover;
}

.inner-hero {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);

}

.regular-page-hero {
    clip-path: polygon(100% 0%,100% 90%,50% 100%,0% 90%,0% 0%);

}

.inner-hero:after {
    content: "";
    clip-path: polygon(100% 0,100% 100%,49% 100%,0 86%,0 0);
    background: rgba(243, 121, 14, 0.89);;
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}


.regular-page-hero:after {
    content: "";
clip-path: polygon(100% 0,100% 90%,49% 100%,0 90%,0 0);
    background: rgba(77, 48, 83, 0.89);
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
}

.inner-hero:before {
    background: url(https://brandelux.pro/wp-content/uploads/2023/05/Layer_48.png);
    height: 290px;
    width: 290px;
    content: "";
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-size: contain;
}

.regular-page-hero:before{
    background: url(https://brandelux.pro/wp-content/uploads/2023/05/Layer_48.png);
    content: "";
    height: 300px;
    width: 300px;
    display: block;
    background-repeat: no-repeat;
    z-index: 21;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}
.single-product .price-row img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    height: 500px;
    max-height: 600px;
    width: 100%;
    max-width: 500px;
    object-fit: cover;
}

.single-product .woocommerce-variation.single_variation {
    margin-bottom: 20px;
    margin-top: -20px;
}

.single-product .price-row  .et_pb_button {
	width: 100%;
}


.single-product .woocommerce-tabs .wc-tabs{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
}

.single-product .woocommerce-tabs  #tab-reviews{
    max-width: 1410px;
    margin: 0 auto ;
    margin-top: 70px;
    width: 100%;
    padding: 2% 0px;
    padding-right: 5%;
    padding-left: 5%;
 }

 .single-product .woocommerce-tabs  #tab-reviews form .form-submit #submit {
    color: #f89a2e!important;
    border: 2px solid #f89a2e!important;
    background: transparent !important;
    transition: all .4s ease-in-out;
 }

 .single-product .woocommerce-tabs  #tab-reviews form .form-submit #submit:hover {
    color: #f89a2e!important;
    border: 2px solid #f89a2e!important;
    background: transparent !important;
    box-shadow: 0 0 15px rgba(244, 152, 46, 1);
 }

.single-product .woocommerce-tabs .wc-tab .et_pb_row{
   margin-top: 0px !important;
}

.single-product .woocommerce-tabs .wc-tabs li a{
	font-size: 25px;
    text-transform: uppercase;
    color: #000 !important;
    margin-right: 2%;
    white-space: nowrap;

}

body.woocommerce div.product .et_pb_db_tabs.remove-default-style .woocommerce-tabs ul.tabs li {
    padding-inline: 2% !important;
}

.single-product .woocommerce-tabs .wc-tabs .active a:before{
    content: "";
    background: #f89a2e;
	color: #fff;
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    visibility: visible;
    display: block;
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    /* /* align-items: center; */
    /* border: none; */
    position: absolute;
    top: 46px;
    /* z-index: left; */
    left: 50%;
    transform: translateX(-50%);
}

.single-product .related-products img {
	clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.single-product .form-row form {
	display: grid;
  grid-template-columns: 1fr 1fr;
}


.single-product .form-row form p,
.single-product .form-row form .et_contact_bottom_container{
	width: 100% !important;
	padding-left: 15px !important;
}

.single-product .form-row form .et_contact_bottom_container button {
	width: 100%;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.single-product .form-row form p[data-id="related"],
.single-product .form-row form p[data-id="message"],
.single-product .form-row form  .et_contact_bottom_container {
	  display: grid !important;
    grid-column-start: 1;
    grid-column-end: 3;
}

.packages-list-section .packages-list-row .et_pb_column {
    float: none;
    padding-bottom: 0px;
}

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

    .hero-home {
        position: relative;
        /* height: 1290px !important; */
        max-height: 1290px !important;
        /* z-index: 99; */
    }

    .hero-home:after {
        top: -1445px;
    }

    .square-row .et_pb_column .et_pb_image {
        transform: rotate(-45deg);
        position: absolute;
        top: 30px;
        left: 40px;
        width: 50px;
    }

    .square-row .et_pb_column .et_pb_text {
        margin-top: 40px;
        transform: rotate(-45deg);
        position: absolute;
        top: 100px;
        left: -10px;
        width: 100%;
    }

    .square-row .et_pb_column .et_pb_text .et_pb_text_inner {
        /* margin-top: 40px; */

    }

    .packages-list-section .list-row,
    .packages-list-section .packages-list-row .products
    /* .product-filter-wrap,
    .packages-filter-wrap  */
    {
        grid-template-columns: repeat(3, 1fr);

    }
    .product-filter-row-inner:before,
    .packages-list-section .packages-list-row:before {
        display: none;
    }

    /* .product-filter-row,
    .packages-list-row {
        width: 900px;
    } */


}

@media only screen and (max-width: 1600px ) {
    .package-section .et_pb_row_9 .et_pb_column {
        width: 250px;
    }

    .package-section .et_pb_row_9 .et_pb_column:after {
        width: 250px;
        height: 250px;
        /* left: 0px; */
    }
}

@media only screen and (max-width: 1400px ) {
    .square-row {
        width: 1060px !important;
    }

    .square-row .et_pb_column {
        width: 250px;
        height: 250px;
        margin: -120px -164px -220px -136px;
    }

    .square-row .et_pb_column .et_pb_text {
        margin-top: 0px;
        transform: rotate(-45deg);
        position: absolute;
        /* top: 130px;
        left: 45px; */
        top: 125px;
        left: 5px;
        width: 100%;
    }

    .diamond-section .square-row:after {
        left: -1110px;
        top: -160px;
    }

    .services-section .services-row .et_pb_column {
        /* display: grid;
        grid-template-columns: 1fr 1fr 1fr;

        align-items: center;
        justify-items: center; */
        margin-right: 0px;
        width: 450px;

    }

    .services-section .services-row .et_pb_column:last-of-type {
        margin-top: 80px;
    }

    .services-section .services-row .et_pb_column:after {
        left: 80px;
    }

    .services-section .services-row .et_pb_column:before {
        left: 185px;
    }

    .how-it-works-section .row-image-left,
    .how-it-works-section .row-image-right {
        width: 1200px;
    }

    .et_menu_container {
        max-width: 100% !important;
        width: calc(100% - 100px) !important;
        height: 100px;
    }

    .single-product .price-row img {

        height: 400px;
        max-height: 640px;
        width: 100%;
        max-width: 400px;
        object-fit: cover;
    }

}

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

    /* #main-header {
        height: 100px;
        display: flex;
        align-items: center;
    } */

    .product-filter-row,
    .packages-list-row {
        width: 900px;

    }

     .product-filter-wrap,
    .packages-filter-wrap
    {
        grid-template-columns: repeat(2, 1fr);
        column-gap: 10px;

    }


    #top-menu {
        display: none !important;
    }
    #et_mobile_nav_menu {
        display: block !important;
    }

    .et_menu_container {
        max-width: 100% !important;
        width: calc(100% - 100px) !important;
        /* padding-top: 10px;
        padding-bottom: 10px; */
    }

    .et_menu_container #et-top-navigation {
        padding-left: 0px !important;
        justify-content: space-around;
        width: 200px;
    }

    #et-top-navigation #et_top_search,
    #et-top-navigation .et-cart-info {
        margin: 0;
            }

    #et-top-navigation #et_top_search,
    #et-top-navigation .et-cart-info,
    #et-top-navigation #top-menu-nav {
        margin: 0;
        height: 20px;
    }



    #et_mobile_nav_menu .mobile_menu_bar {
        padding-bottom: 0px !important;
    }

    #et_mobile_nav_menu .mobile_menu_bar:before {
        color:#ffffff;
    }

    #et_search_icon:before {
        top: 0px;
    }

    .et_header_style_left .logo_container {
        position: relative;
    }
    #et_mobile_nav_menu .et_mobile_menu {
        top: 100%;
        border-top: none;
}


}

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

    .square-row {
        width: 1000px !important;
        /* position: relative; */
    }

    .square-row .et_pb_column.item5 {
        bottom: -120%;
        left: 70%;
      }

      .square-row .et_pb_column.item2 {
        bottom: -122%;
        left: 32%;

    }

    .square-row .et_pb_column.item1 {

        left: 32%;
    }

    .square-row .et_pb_column.item3 {

        left: 70%;
    }


    .package-section .packages-row .et_pb_column:after {
        content: "";
        transform: rotate(-45deg);
        width: 180px;
        height: 180px;
        background: #c186bb;
        transform: rotate(45deg);
        position: absolute;
        z-index: -1;
        flex-direction: column;
        opacity: 1;
        margin-left: 0px;
        /* top: -55px; */
        /* left: 35px;  */
    }

    .package-section .packages-row .et_pb_column .et_pb_image img {
        width: 50px;
        margin-top: -30px;
    }

    .package-section .packages-row .et_pb_column .et_pb_text .et_pb_text_inner p  {
        font-size: 18px;
    }

    .packages-list-section .list-row,
    .packages-list-section .packages-list-row .products {

        grid-template-columns: repeat(2, 1fr);


    }



    .filtered-section-multiple-filter .filter-item ul {
        /* display: flex;
        flex-direction: column; */
        grid-template-columns: repeat(auto-fit, minmax(200px, auto));
    }

    .filtered-section-multiple-filter .filter-item ul li {
        max-width: fit-content;
    }

    .filtered-section-multiple-filter .filter-item ul li a:after {
        top: 10px !important;
    }

    .filtered-section-multiple-filter .filter-item ul li .active:after {
        content: "";
        width: 16px;
        height: 16px;
        right: -40px;
        left: unset !important;

        top: 20px;
    }

    /* .filtered-section-multiple-filter .filter-item ul li .active {
        content: "";
        width: 16px;
        height: 16px;
        right: -40px;
        left: unset !important;

        top: 20px;
    } */

    .filtered-section-multiple-filter .filter-item ul li  a {
        font-size: 20px;
    }

    .how-it-works-section .row-image-left,
    .how-it-works-section .row-image-right {
        width: 1100px;
    }

    .how-it-works-section .row-image-left .et_pb_column:last-child .et_pb_text:first-child ,
    .how-it-works-section .row-image-right .et_pb_column:first-child .et_pb_text:first-child  {
        font-size: 30px;
    }

    .how-it-works-section .row-image-left .et_pb_column:last-child .et_pb_text:last-child ,
    .how-it-works-section .row-image-right .et_pb_column:first-child .et_pb_text:last-child  {
        font-size: 20px;
    }

    .how-it-works-section .row-image-left:last-child:before  {
        bottom: -50px;
        left: 260px;
    }

    .welcome-testimonial-section .slick-track .et_pb_module.slick-center .et_pb_blurb_content {
        transform: scale(1);
        padding: 140px 0px 160px 0px;
    }

}

@media only screen and  (min-width: 981px){
    .single-product #et-boc .woocommerce-tabs .deliverables-section {
        padding: 0 0 !important;
     }
}

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

    .hero-home {
        /* height: 1000px !important;
        max-height: 1000px !important; */
        /* z-index: 99; */
    }

    .hero-home:after {
        /* top: -1400px; */
    }

    .packages-list-section .packages-list-row .product-wrap .caption a h5 {
        font-size: 18px !important;
    }

    .inner-hero .et_pb_button {
        min-width: 250px;
        margin: 1rem 0;
    }

    .square-row  {
        top: 35px;
        margin-top: 40px !important;
        z-index: 9999;
    }

    .square-row .et_pb_column {
        width: 250px !important;
        height: 250px !important;
        margin: -107px -159px -200px -124px;
    }

    .square-row .et_pb_column.item1 {
        top: 0px;
        left: 31%;
    }

    .square-row .et_pb_column.item3 {
        top: 0px;
        left: 69%;
    }

    .square-row .et_pb_column.item4 {
        bottom: 0px;
        left: 50%;
    }

    .square-row .et_pb_column.item2 {
        bottom: -140%;
        left: 31%;
    }

    .square-row .et_pb_column.item5 {
        bottom: -283%;
        left: 69%;
    }

      .diamond-section .square-row:after,
      .diamond-section:before {
        display: none;
      }

      .welcome-testimonial-section .welcome-testimonial-row {
        display: flex;
        justify-content: space-between;
      }

      .welcome-testimonial-section .welcome-testimonial-row .et_pb_column {
        width: 33% !important;
        position:  relative !important;
        top: unset;
        bottom: unset;
        right: unset;
        left: unset;
        transform: none;
        clip-path: none !important;
        background: transparent;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .welcome-testimonial-section .mid-col {
        width: 35%;
        clip-path: none;
        height: 100%;
    }

    .packages-row .et-last-child {
        margin-bottom: 30px !important;
    }

    .packages-row {
        display: flex;
    }

    .product-filter-wrap,
    .packages-filter-wrap {

        grid-template-columns: repeat(2, 1fr);


    }

    .shape-col-img {
        clip-path: none;
    }

    .services-section .services-row .et_pb_column:last-of-type {
        margin-top: 50px;
    }

    .services-section .services-row .et_pb_column:last-of-type {
        margin-top: 50px;
    }

    .how-it-works-section .row-image-left,
    .how-it-works-section .row-image-right {
        max-width: 700px;
        /* height: 850px; */
        margin-top: 0px !important;
    }

    .how-it-works-section .row-image-left:not(:last-child) .et_pb_image_wrap:after,
    .how-it-works-section .row-image-right:not(:last-child) .et_pb_image_wrap:after  {
        display: none;
    }



    .how-it-works-section .row-image-left .et_pb_column:last-child .et_pb_text:first-child ,
    .how-it-works-section .row-image-right .et_pb_column:first-child .et_pb_text:first-child  {
        text-align: center;
    }

    .how-it-works-section .row-image-left .et_pb_column:last-child .et_pb_text:last-child ,
    .how-it-works-section .row-image-right .et_pb_column:first-child .et_pb_text:last-child  {
        text-align: center;
    }

    .how-it-works-section .row-image-right {
        flex-direction: column-reverse;
    }

    .how-it-works-section .row-image-left .text p,
    .how-it-works-section .row-image-right .text p,
    .how-it-works-section .row-image-left .headline p,
    .how-it-works-section .row-image-right .headline p {

        margin-inline: 2rem;
    }

    .comments-section #comment-wrap {
        display: flex;
        column-gap: 2rem;
        flex-direction: column;
    }

    footer .et_pb_section {
        padding-top: 100px !important;
    }

    footer .et_pb_section .menu-item {
        justify-content: center;
    }

    footer .et_pb_section .footer-social-col {
        text-align: center !important;
        margin-top: 3rem;
    }

    footer .et_pb_section .footer-social-col .et_pb_text {
        text-align: center !important;
        margin-top: 2rem;
    }
    .single-product .form-row form {
        display: block;
        /* grid-template-columns: 1fr; */
        padding-inline: 10px;
    }

    .single-product .woocommerce-tabs .wc-tabs li a {
        font-size: 18px;
    }

    .single-product .woocommerce-tabs .wc-tabs .active a:before {
        width: 20px;
        height: 20px;
        top: 35px;
    }

    .et-db #et-boc .et-l .et_pb_db_tabs_0 .woocommerce-tabs .panel {
        padding-inline: 15px;
    }

    .single-product .related.products ul li .et_shop_image {
        display: flex !important;
        justify-content: center;
    }
    .single-product .related.products ul li .et_shop_image img{
        max-width: 400px !important;
    }

    .product-filter-row, .packages-list-row {
        width: 100%;
    }
}

@media only screen and (max-width: 900px ) {
    .services-section .services-row {
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 1400px;
    }

    .services-section .services-row .et_pb_column:not(:last-of-type) {
        margin-top: 50px;
    }
 }

@media only screen and (max-width: 700px ) {
    .square-row {
        display: flex;
        flex-direction: column;
        position: relative;
        height: 2000px;
        align-items: center;
        justify-content: space-evenly;
        top: -60px;
    }

    .square-row .et_pb_column.item1,
    .square-row .et_pb_column.item2,
    .square-row .et_pb_column.item3,
    .square-row .et_pb_column.item4,
    .square-row .et_pb_column.item5 {
        left: 0;
        top: 0;
        position: relative;
        margin: 0;
    }

    .square-row .et_pb_column .et_pb_text {
        /* top: 140px;
        left: 25px; */
        top: 130px;
    left: 10px;
    }

    .welcome-testimonial-section .welcome-testimonial-row  {
        flex-direction: column;
        min-height: 1000px;
    }

    .welcome-testimonial-section .welcome-testimonial-row .et_pb_column {
        width: 100%;
    }

    .welcome-testimonial-section .welcome-testimonial-row .et_pb_column .et_pb_image {
        padding-top: 30px;
    }

    .packages-list-section .list-row,
    .packages-list-section .packages-list-row .products,
    .product-filter-wrap,
    .packages-filter-wrap {
        grid-template-columns: repeat(1, 1fr);

    }

    .single-product .woocommerce-tabs .wc-tabs {
        flex-direction: column;
    }
    .single-product .woocommerce-tabs .wc-tabs .active a:before {

        right: -40px;
        top: 10px;
        left: unset;
    }

    body .et_pb_db_related_products ul.products {
        row-gap: 5% !important;
    }

}


.hero-blog {
    position: relative;
    height: 780px !important;
/*     max-height: 1245px !important; */
    /* z-index: 99; */
}
@media only screen and (max-width: 788px) {
    .hero-blog {
        height: 600px !important;
    }

    .packages-row {
        flex-direction: column;
        height: 800px !important;
        justify-content: space-between !important;
        margin-bottom: 100px !important;
        margin-top: 100px !important;

    }

    .package-section .packages-row .et_pb_column:after {
        content: "";
        transform: rotate(-45deg);
        width: 200px;
        height: 200px;
        background: #c186bb;
        transform: rotate(45deg);
        position: absolute;
        z-index: -1;
        flex-direction: column;
        opacity: 1;
        margin-left: 0px;
        /* left: 110px; */
        top: -70px;
    }

    .package-section .packages-row .et_pb_column .et_pb_image img {
        width: 80px;
        margin-top: -30px;
    }

    .package-section .packages-row .et_pb_column .et_pb_image img {
        width: 60px;
    }

    .package-section .packages-row .et_pb_column .et_pb_image {
        margin-bottom: 15px !important;
    }
}

@media screen and (min-width: 880px) and (max-width: 1200px) {
    .package-section .packages-row .et_pb_column:after {
        width: 200px;
        height: 200px;
    }
    .package-section .packages-row .et_pb_column .et_pb_image {
        margin-bottom: 10px !important;
    }
}
@media screen and (max-width: 879px) {
    .package-section .packages-row .et_pb_column .et_pb_text {
        max-width: 150px;
    }
    .package-section .packages-row .et_pb_column .et_pb_image {
        margin-bottom: 10px !important;
    }
}
@media only screen and (max-width: 980px){
    .story-about .et_pb_column_7 {
        padding-top: 30px;
    }
}
.hero-blog:after {
    position: absolute;
    content: url( './img/inner-header-bg-4.png' );
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
}

.bd-post-grid .et_pb_ajax_pagination_container article:first-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    text-align: left;
    margin-top: -20vw;
    padding-right: 30px;
	margin-bottom: 0;
}
@media only screen and (min-width: 1686px) {
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child {
        margin-top: -330px;
    }
}

.bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
    float: left;
    width: 40%;
    margin-right: 50px;
    margin-left: 8vw;
    min-height: 450px;
	min-height: 600px;
}
@media only screen and (min-width: 1200px) {
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
        width: 40%;
        margin-right: 50px;
        margin-left: 8vw;
    }
}

@media only screen and (min-width: 1800px) {
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
       margin-left: 7vw;
    }
}
.bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-title {
    width: 100%;
    margin-top: clamp(100px, 13vw, 270px);
}

.bd-post-grid article .more-link {
    display: inline-block;
    border: 2px solid #f89a2e;
    border-radius: 4px;
    padding: 0.5em 3em;
    margin-top: 30px;

}

.bd-post-grid .et_pb_ajax_pagination_container article:not(:first-child) .more-link {
	display: none;
}
@media only screen and (max-width: 880px) {
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child {
        margin-top: -50vw;
		margin-top: -370px;
        text-align: center;
        padding: 0;
		margin-bottom: 60px;
    }
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-title {
        margin-top: 30px;
    }
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
        width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        min-height: unset;

    }

    .get-started-section .image-col {
        clip-path: none;
    }

    .et_pb_shop ul.products.columns-4 li.product{

        width: 200px !important;
        height: 200px !important;
    }

    .packages-list-section .packages-list-row:before {
        display: none;
    }

    .page-id-1239 .package-section:before {
        display: none !important;
    }
}

@media only screen and (min-width: 881px) and (max-width: 1200px) {
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
        width: 50%;
        margin-left: 0;
        margin-top: -40px;
    }
}

@media only screen and (min-width: 740px) and (max-width: 1100px) {
    .bd-post-grid .et_pb_ajax_pagination_container {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .bd-post-grid .et_pb_ajax_pagination_container article:first-child {
        -ms-grid-column: 1;
        -ms-grid-column-span: 3;
        grid-column: 1 / span 3;
    }
}


@media only screen and (min-width: 740px) and (max-width: 1100px) {
    .bd-post-grid .et_pb_ajax_pagination_container {
        -ms-grid-columns: 1fr 1fr !important;
        grid-template-columns: 1fr 1fr !important;
    }

    .bd-post-grid .et_pb_ajax_pagination_container article:first-child,
    .bd-post-grid .et_pb_ajax_pagination_container > div:last-child {
        -ms-grid-column: 1!important;
        -ms-grid-column-span: 2!important;
        grid-column: 1 / span 2!important;
    }

}

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

    .et_pb_shop ul.products.columns-4 li.product{

        width: 200px !important;
        height: 200px !important;
    }
}

@media only screen and (max-width: 740px) {
    .bd-post-grid .et_pb_ajax_pagination_container {
        -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    }

    .bd-post-grid .et_pb_ajax_pagination_container article:first-child,
    .bd-post-grid .et_pb_ajax_pagination_container > div:last-child {
        -ms-grid-column: 1!important;
        -ms-grid-column-span: 1!important;
        grid-column: 1 / span 1!important;
    }

    .bd-post-grid .et_pb_ajax_pagination_container article .entry-featured-image-url {
        width: 80%;
        float: none;
        margin-left: auto;
        margin-right: auto;
        min-height: unset;
    }

    .how-it-works-section .row-image-left,
    .how-it-works-section .row-image-right{
        width: 100%;
    }

}

@media only screen and (max-width: 600px) {
    .bd-post-grid .et_pb_ajax_pagination_container article .entry-featured-image-url,
    .bd-post-grid .et_pb_ajax_pagination_container article:first-child .entry-featured-image-url {
        width: 100%;
    }

    .inner-hero:before {
        height: 275px;
        width: 275px;
    }

    /* .newsletter-section .et_pb_contact_form_container .et_pb_contact_submit {
        border: none !important;
        color: #f7a863 !important;
        font-family: 'Zen Maru Gothic',Helvetica,Arial,Lucida,sans-serif !important;
        font-weight: 600 !important;
        font-size: 18px !important;
        line-height: 1em !important;
        max-width: 170px !important;
        margin: 0 0 0 0px !important;
        display: block !important;
        margin: 0 auto !important;
        padding-left: 24px !important;
        padding-right: 9px !important;
        padding-top: 0 !important;
        padding-bottom: 20px !important;
    }

    .newsletter-section .et_pb_contact_form_container .et_contact_bottom_container:after {
        content: "";
        width: 100px !important;
        height: 100px !important;

        top: -37px !important;
        left: 28px !important;
    } */

    .services-section .services-row {
        height: 1300px;
    }

    .services-section .services-row .et_pb_column {
        /* width: 250px;        */
    }
    .services-section .services-row .et_pb_column:after {
        left: -20px !important;
    }

    .services-section .services-row .et_pb_column:before {
        left: 80px;
    }

    .services-section .services-row .et_pb_column {
        width: 250px;
        display: flex !important;
        align-items: center !important;
        float: none !important;
        justify-content: center;
        flex-direction: column;
    }

    .services-section .services-row .et_pb_column:after {
        /* display: none; */
        left: unset !important;
        width: 250px;
        height: 250px;
        /* transform: translateX(-50%); */
    }

    .services-section .services-row .et_pb_column:before {
        left: unset !important;
    }

    .services-section .services-row .et_pb_column .et_pb_image {
        margin-top: -40px;
    }

    /* .how-it-works-section .et_pb_row {
        margin-top: 30px!important;
    } */

    .how-it-works-section .row-image-left:not(:last-child):before,
    .how-it-works-section .row-image-right:before {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
    }

    .how-it-works-section .row-image-left:last-child:before  {
        width: 80px;
        height: 80px;
        line-height: 80px;
        font-size: 35px;
        content: url(./img/small-diamond-40.png);

    }

    .how-it-works-section .row-image-left, .how-it-works-section .row-image-right {
        /* height: 770px; */
    }

    .how-it-works-section .row-image-left .headline p,
    .how-it-works-section .row-image-right .headline p {
        font-size: 24px !important;
        line-height: 1.2em;
        margin-inline: 1rem;
    }

    .how-it-works-section .row-image-left .text p,
    .how-it-works-section .row-image-right .text p {
        font-size: 18px !important;
        line-height: 1.2em;
        margin-inline: 2rem;
    }

}



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

    .et_menu_container {

        width: calc(100% - 20px) !important;

    }

    .et_header_style_left #logo {
        max-width: 100% !important;
        width: 70% !important;
    }
    /* .services-section .services-row .et_pb_column:after { */
        /* display: none; */
        /* left: unset !important; */
        /* transform: translateX(-50%); */
    /* } */

    /* .services-section .services-row .et_pb_column:before {
        left: 50%;
        transform: translateX(-50%);
    } */

    /* .services-section .services-row .et_pb_column {
        width: 250px;
        display: flex !important;
        align-items: center !important;
        float: none !important;
        justify-content: center;
        flex-direction: column;
    } */

    .filtered-section-multiple-filter .filter-item ul li  a {
        font-size: 18px;
    }
    /* .how-it-works-section .row-image-left img,
    .how-it-works-section .row-image-right img {
        max-width: 330px;
    } */
}

/* Single Product Gallery */
.bc-simple-slider .slick-arrow {
    display: none!important;
  }

.bc-horizontal-slider-nav .slick-prev.slick-arrow:before {
    color: #ed7b1b!important;
  }
  .bc-horizontal-slider-nav .slick-prev.slick-arrow {
    color: #ed7b1b!important;
  }
  .bc-horizontal-slider-nav .slick-next.slick-arrow:before {
    color: #ed7b1b!important;
  }

  .bc-simple-slider .woocommerce-product-gallery__image img,
  .bc-simple-slider .bodycommerce-slider-cont img {
    margin-left: auto!important;
    margin-right: auto!important;
  }

  .product-gallery-wrapper .bc-simple-slider + .bc-horizontal-slider-nav {
    display: flex;
    justify-content: space-between;
  }

  .bc-horizontal-slider-nav .slick-arrow {
    position: static;
  }
  .bc-horizontal-slider-nav .slick-arrow.slick-prev {
    left: -50px;
  }
  .bc-horizontal-slider-nav .slick-arrow.slick-next {
    right: -50px;
  }

.woocommerce div.product form.cart .variations th.label {
    display: none;
}

.et_pb_wc_add_to_cart_0.et_pb_module .et_pb_module_inner form.cart .variations td select {
    padding: 16px 8px;
}

.et_pb_wc_add_to_cart_0 form.cart .variations td.value span::after {
    margin-top: calc(3px - 16px)!important;
}

@media only screen and (max-width: 980px) {
    .product-gallery-wrapper.et_pb_db_images_0 .bc-horizontal-slider-nav, .et_pb_db_images_0 .bc-vertical-slider-nav {
      display: flex !important;
    }
}

/* My Account Pages */

.woocommerce-MyAccount-content .woocommerce-Button{
    color: #fff!important;
    border-color: #fff;
}
.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
}
.woocommerce-MyAccount-navigation li {
    list-style: none;
}
.woocommerce-MyAccount-navigation li a {
    color: #ed7b1b;
    color: #231714;
}
.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover {
    color: #231714;
    color: #ed7b1b;
}
.woocommerce-MyAccount-navigation li {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation li:not(:first-child) {
    border-bottom: 1px solid #ddd;
}
.woocommerce-MyAccount-navigation li.is-active,
.woocommerce-MyAccount-navigation li:hover {
    border-color: #ed7b1b;
}

.woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
    font-size: 16px;
    color: #ed7b1b;
}
.woocommerce .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a:after {
    font-size: 26px;
}

.woocommerce-account.logged-in .entry-content .woocommerce .woocommerce-order-details {
    margin-top:15px;
}

#et-main-area .woocommerce-MyAccount-content .woocommerce-message {
    width: 68%;
    top: 0;
    display: block;
}

#et-main-area .woocommerce-MyAccount-content  .woocommerce-message a.button {
    font-size: 18px!important;
}

@media only screen and (max-width: 768px) {
    #et-main-area .woocommerce-MyAccount-content .woocommerce-message {
        width: 100%;
        float: none;
        position: relative;
    }
}
@media only screen and (max-width: 980px) {

    .woocommerce-checkout footer .et_pb_section,
    .woocommerce-cart footer .et_pb_section,
    .woocommerce-account footer .et_pb_section {
        padding-top: 0px!important;
    }
    .woocommerce-checkout article,
    .woocommerce-cart article {
        width: 100%;
    }
}
.woocommerce-account article {
    min-height: 72vh;
}
.woocommerce-account .woocommerce-form-register__submit {
    margin-top: 15px!important;
}

.woocommerce-tabs .woocommerce-Tabs-panel a {
    text-transform: none!important;
    transition: color .1s linear;
}

.woocommerce-tabs .woocommerce-Tabs-panel a:hover {
    color: #ed7b1b !important;
}
@media only screen and (max-width: 400px) {
    .product-wrap {
        --diamond-wrap-size: 220px;
        --diamond-img-size: 320px;
    }
}