.front_hero{
    position: relative;
    background-image: linear-gradient(#DFDCD5 75%, #DFDCD5 calc(100% - 96px), rgba(255, 255, 255, 0) calc(100% - 96px));
    margin-bottom: 96px;
    padding-top: 112px;
}
.front_hero .outher_box .content_box{
    padding: 96px 72px;
    background-color: #D1CDC5;
    border-radius: 4px;
    margin-top: 47px;
    margin-bottom: 47px;
}
.front_hero .outher_box .single_slider_box{
    position: relative;
}
.front_hero .outher_box img.absolute_image{
    position: absolute;
    z-index: 1;
    right: 0px;
    top: -47px;
}
.front_hero .outher_box .content_box>*{
    position: relative;
    z-index: 2;
}
.front_hero .outher_box{
    position: relative;
}
.front_hero .outher_box .tns-nav{
    position: absolute;
    bottom: 64px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 3;
}
.front_hero .outher_box .tns-nav>button{
    background-color: rgba(39, 39, 39, 0.1);
    padding: 0px;
    border: 0px;
    border-radius: 64px;
    height: 4px;
    width: 64px;
    margin: 0px 4px;
    transition-duration: 0.4s;
}
.front_hero .outher_box .tns-nav>button.tns-nav-active{
    background-color: #272727;
}
.front_hero .outher_box .tns-controls{
    position: absolute;
    bottom: 64px;
    width: calc(100% - 24px);
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 3;
}
.front_hero .outher_box .tns-controls>button{
    padding: 0px;
    border: 0px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: #000;
    background-image: url('icons/ArrowRight.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.front_hero .outher_box .tns-controls>button:first-child{
    transform: rotate(180deg);
}
.front_hero .outher_box .tns-controls>button:hover{
    background-color: #6581A3;
}

.front_hero .category_box .single_box{
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.front_hero .category_box .single_box img{
    max-width: 100%;
    margin-bottom: 24px;
    object-fit: cover;
    height: auto;
}
.front_hero .category_box .more_text{
    display: inline-block;
    color: #E8C15D;
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #E8C15D;
    transition-duration: 0.4s;
}
.front_hero .category_box .single_box:hover .more_text{
    color: #6581A3;
    border-bottom: 1px solid #6581A3;
}
.front_hero .category_box .buttons{
    display: flex;
    justify-content: flex-end;
}
.front_hero .category_box .single_box.app_box{
    background-image: url('img/app.svg'), linear-gradient(#7898BF, #566F8D);
    background-size: cover;
    background-position: center;
}
.front_hero .category_box .single_box.app_box h3{
    color: #FFF;
}
.front_hero .category_box .single_box.app_box .more_text{
    color: #FFF;
    border-bottom: 1px solid #FFF;
}
.front_hero .category_box .single_box.app_box:hover .more_text{
    color: #E8C15D;
    border-bottom: 1px solid #E8C15D;
}
.front_hero .category_box{
    margin-top: 96px;
}
.front_hero.archive_section{
    background-image: none;
    padding-top: 48px;
}

.front_hero .category_box .tns-nav{
    display: none;
}
.front_hero .category_box{
    position: relative;
}
.front_hero .category_box .tns-controls{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 92px;
    right: 0px;
}
.front_hero .category_box .tns-controls>button {
    padding: 0px;
    border: 0px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: #E8C15D;
    background-image: url('icons/ArrowRight.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.front_hero .category_box .tns-controls>button:first-child{
    transform: rotate(180deg);
    margin-right: 8px;
}
.front_hero .category_box .tns-controls>button:hover{
    background-color: #edab00;
}

.app_section{
    background-image: url('img/app.png'), linear-gradient(#7898BF, #566F8D);
    padding: 48px 0px;
    margin-bottom: 96px;
}
.app_section .app_box{
    display: flex;
    justify-content: space-between;
}
.app_section .app_box h2{
    color: #FFF;
}
.app_section .button_box {
    padding-left: 32px;
}
.app_section .app_box>div{
    width: calc(100%/3);
}
.app_section .app_box>div:last-child{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.app_section img.blueprint{
    max-width: 362px;
    width: 100%;
}

.text_img_section{
    margin-bottom: 96px;
}
.text_img_section .title_box{
    text-align: center;
    padding-bottom: 48px;
}
.text_img_section .title_box h2::after{
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    width: 100%;
    height: 280px;
    background-image: url('img/separator.svg');
    background-size: cover;
    background-position: top;
    z-index: 1;
}
.text_img_section .cols_box{
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.text_img_section .cols_box>div{
    width: calc(50% - 64px);
}
.text_img_section .img_col img{
    max-width: 100%;
}
.text_img_section .cols_box .text_col{
    padding: 96px 0px;
}
.text_img_section .cols_box h2{
    margin-bottom: 0px;
    color: #6581A3;
}
.text_img_section .cols_box .buttons{
    margin-top: 48px;
}
.text_img_section ul{
    padding-left: 0px;
}
.text_img_section ul li{
    list-style: none;
    position: relative;
    margin-bottom: 24px;
    padding-left: 35px;
}
.text_img_section ul li::before{
    content: '';
    display: block;
    width: 27px;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 15px;
    background-color: #E8C15D;
}

.review_section{
    background-image: linear-gradient(#1A1918 calc(100% - 96px), rgba(255, 255, 255, 0) calc(100% - 96px));
    overflow: hidden;
    margin-bottom: 96px;
}
.review_section .title_box{
    text-align: center;
    padding-top: 96px;
}
.review_section .title_box h4{
    color: #FFF;
    border: 1px solid rgba(255, 255, 255, 0.15);
}
.review_section .title_box h2{
    color: #FFF;
}
.review_section .tns-ovh{
    overflow: visible;
}
.review_section .init_slider .inner_box{
    background-color: #FFF;
    border-radius: 4px;
    padding: 48px;;
    text-align: center;
}
.review_section .tns-nav{
    display: none;
}
.review_section .tns-controls{
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
}
.review_section .tns-controls button{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0px;
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 100%;
    background-color: #E8C15D;
    background-image: url('icons/ArrowRight.svg');
    background-repeat: no-repeat;
    background-position: center;
    margin: 0px 4px;
    transition-duration: 0.4s;
}
.review_section .tns-controls button:first-child{
    transform: rotate(180deg);
}
.review_section .tns-controls button:hover{
    background-color: #edab00;
}
.review_section .logo_img{
    margin-bottom: 48px;
}
.review_section .inner_box p{
    margin-bottom: 48px;
}
.review_section .inner_box h3{
    margin-bottom: 16px;
}
.review_section .inner_box h4{
    margin-bottom: 0px;
}

.banner_section{
    margin-bottom: 96px;
}
.banner_section .cols_box{
    display: flex;
}
.banner_section .cols_box>div{
    width: 50%;
}
.banner_section .cols_box>div.text_box{
    width: calc(50% - 96px - 96px);
    padding: 96px;
    background-color: #DFDCD5;
    border-radius: 4px 0px 0px 4px;
}
.banner_section .cols_box>div.image_box{
    border-radius: 0px 4px 4px 0px;
}

.hero_page_section{
    margin-top: 112px;
    margin-bottom: 96px;
}
.hero_page_section .hero_outher{
    background-color: #DFDCD5;
    border-radius: 4px;
    padding: 48px 72px;
}
.hero_outher .breadcrumbs{
    margin-bottom: 48px;
}
.hero_outher .breadcrumbs a{
    display: inline-block;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 64px 0px 0px 64px;
    padding: 8px 16px;
    padding-right: 24px;
    font-size: 10px;
    color: #1A1918;
    border-right: 0px;
}
.hero_outher .breadcrumbs a:not(:first-child){
    margin-left: -8px;
}
.hero_outher .breadcrumbs a.last{
    border-radius: 64px 64px 64px 64px;
    color: #FFF;
    border: 1px solid #000;
    background-color: #000;
    border-right: 1px;
    margin-left: -8px;
    padding-right: 16px;
}
.hero_page_section h1{
    margin-bottom: 0px;
    font-size: 72px;
}
.hero_page_section.hero_image_section{
    min-height: 756px;
    background-size: cover;
    background-position: center;
}
.hero_page_section.hero_image_section .hero_outher{
    background-color: transparent;
}
.hero_page_section.hero_image_section h1{
    color: #FFF
}
.hero_image_section .hero_outher .breadcrumbs a{
    background-color: rgba(255, 255, 255, 0.15);
    color: #FFF
}
.hero_image_section .hero_outher .breadcrumbs a.last{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}

.cols_section{
    margin-bottom: 96px;
    position: relative;
}
.cols_section .cols_box{
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}
.cols_section .single_col{
    width: calc(100%/3 - 12px);
}
.cols_section.large_cols .single_col{
    width: calc(100%/2 - 24px);
    max-width: 384px;
}
.cols_section h4{
    margin-bottom: 24px;
}
.cols_section p.small{
    font-size: 14px;
}
.cols_section p strong{
    color: #1A1918;
}
.cols_section p.small a{
    font-size: 24px;
    color: #625E56;
    font-weight: 600;
}
.cols_section .sub_cols_box{
    display: flex;
}
.cols_section .sub_cols_box p{
    font-size: 14px;
}
.cols_section .sub_cols_box>p{
    margin-right: 48px;
    margin-bottom: 0px;
}
.cols_section a{
    color: #625E56;
}
.cols_section .buttons{
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}
.cols_section .buttons .button_box{
    color: #FFF;
    z-index: 2;
}
.cols_section .buttons::after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 130px;
    background-image: url('img/separator.svg');
    background-size: cover;
    background-position: top;
    z-index: 1;
}
.cols_section.large_cols .single_col:first-child{
    width: 588px;
    max-width: 588px;
}
.cols_section.large_cols .single_col h3{
    font-size: 32px;
}

.content_section{
    margin-bottom: 96px;
}
.content_section p{
    font-size: 14px;
    color: #625E56;
}
.content_section p strong{
    color: #1A1918;
}

.gallery_section{
    margin-bottom: 96px;
}
.gallery_section .pagination_box{
    display: flex;
    margin-bottom: 48px;
    justify-content: center;
}
.gallery_section .pagination_box .outher{
    display: inline-flex;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 64px;
    padding: 4px;
}
.gallery_section .pagination_box a{
    padding: 12px;
    color: #272727;
    font-size: 12px;
    transition-duration: 0.4s;
    cursor: pointer;
    border-radius: 64px;
}
.gallery_section .pagination_box a.active{
    color: #FFF;
    background-color: #272727;
}

.gallery_mega{
    width: 100%;
    margin-left: 12px;
}
.gallery_mega .item{
    width: calc(100%/3 - 24px);
    margin-bottom: 22px;
}
.gallery_mega .item img{
    width: 100%;
    height: 254px;
    object-fit: cover;
    border-width: 0px;
}
.gallery_mega .item:nth-child(1) img,
.gallery_mega .item:nth-child(4) img{
    height: 384px;
}

.form_section{
    padding: 48px 0px;
    background-color: #FFF;
    margin-bottom: 96px;
}
.form_section .cf7-cols{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.form_section .cf7-cols>div{
    width: calc(50% - 8px);
    display: flex;
    flex-direction: column;
}
.form_section input[type='text'],
.form_section input[type='email'],
.form_section input[type='tel'],
.form_section textarea{
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: calc(100% - 48px);
    margin-bottom: 8px;
}
.form_section textarea{
    height: 156px;
}
.form_section .buttons{
    margin-top: 48px;
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
}
.form_section .buttons input[type='submit']{
    display: none;
}
.form_section .button_box{
    padding-left: 32px;
}
.form_section .wpcf7-list-item {
    margin-left: 0px;
}
.form_section .wpcf7-list-item>label {
    position: relative;
    display: flex;
    cursor: pointer;
    font-size: 16px;
    color: #625E56;
    font-family: 'DM_Sans', sans-serif;
}
.form_section .wpcf7-list-item>label a{
    color: #1A1918;
}
.form_section .wpcf7-list-item>label::before {
    content: '';
    display: block;
    width: 32px;
    min-width: 32px;
    height: 32px;
    margin-right: 8px;
    background-color: transparent;
    border: 1px solid rgba(26, 25, 24, 0.15);
    border-radius: 100%;
}
.form_section .wpcf7-list-item>label input {
    display: none;
}
.form_section .wpcf7-list-item>label::after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background-color: #808080;
    position: absolute;
    left: 9px;
    top: 9px;
    opacity: 0;
    transition-duration: 0.4s;
    border-radius: 100%;
}
.form_section .wpcf7-list-item>label.active::after {
    opacity: 1;
}
.form_section .wpcf7-not-valid-tip{
    margin-top: -12px;
    margin-bottom: 12px;
}

.posts_section{
    margin-bottom: 96px;
}
.posts_section>div{
    display: flex;
    justify-content: space-between;
}
.posts_section .category_box{
    max-width: 220px;
    min-width: 220px;
    margin-right: 48px;
}
.posts_section .post_box{
    width: 100%;
}
.posts_section .loop_box{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.posts_section .single_post{
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.posts_section .single_post img{
    max-width: 100%;
    max-height: 234px;
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.posts_section .single_post .image_box{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 234px;
    margin-bottom: 24px;
}
.posts_section .single_post .category_name{
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 24px;
    border-radius: 64px;
    color: #1A1918;
    font-size: 10px;
    margin-bottom: 24px;
}
.posts_section .single_post h3{
    font-size: 18px;
}
.posts_section .category_box ul{
    padding-left: 0px;
}
.posts_section .single_post .buttons {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.posts_section .single_post .more_text{
    display: inline-block;
    color: #E8C15D;
    font-size: 12px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #E8C15D;
    transition-duration: 0.4s;
}
.posts_section .single_post:hover .more_text{
    color: #6581A3;
    border-bottom: 1px solid #6581A3;
}
.posts_section .category_box li{
    position: relative;
    list-style: none;
    margin-bottom: 24px;
}
.posts_section .category_box li a{
    color: #1A1918;
    font-weight: 600;
    transition-duration: 0.4s;
}
.posts_section .category_box li a:hover{
    color: #E8C15D;
}
.posts_section .category_box .children{
    display: none;
}
.posts_section .category_box .children li:first-child{
    margin-top: 24px;
}
.posts_section .category_box .children li a{
    font-weight: 400;
    color: #625E56;
    transition-duration: 0.4s;
    width: 100%;
    display: block;
}
.posts_section .category_box .children li a:hover{
    color: #E8C15D;
}
.posts_section .category_box li.current-cat>a{
    color: #E8C15D;
}
.posts_section .category_box .children li.current-cat>a{
    /*color: #1A1918;*/
    color: #E8C15D;
}
.posts_section .category_box ul:not(.children)>li:hover{
    cursor: pointer;
}
.posts_section .category_box ul:not(.children)>li.has-children::after,
.posts_section .category_box ul:not(.children)>li.has-children::before{
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    position: absolute;
    background-color: #1A1918;
    right: 0px;
    top: 11px;
}
.posts_section .category_box ul:not(.children)>li.has-children::before{
    transition-duration: 0.4s;
    transform: rotate(90deg);
}
.posts_section .category_box ul:not(.children)>li.has-children.show::before{
    transform: rotate(0deg);
}
.posts_section .category_box .children li:last-child{
    margin-bottom: 0px;
}
.posts_section .category_box .children .children{
    padding-left: 24px;
    display: block;
}.posts_section .category_box .children .children li::after{
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 2px;
    background-color: #888279;
    left: -12px;
    top: 50%;
    transform: translateY(-50%);
}
.posts_section .category_box .children .children li.current-cat::after{
    background-color: #E8C15D;
}

.count_posts_box{
    display: flex;
}
.count_posts_box p{
    font-size: 12px;
    color: #1A1918;
    margin-right: 12px;
    margin-bottom: 0px;
}
.count_posts_box a{
    font-size: 12px;
    color: #625E56;
    margin-right: 12px;
}
.count_posts_box a.current{
    color: #1A1918;
}

.custom-pagination{
    display: flex;
    align-items: center;
}
.custom-pagination .prev,
.custom-pagination .next{
    display: block;
    background-color: #E8C15D;
    width: 36px;
    height: 36px;
    background-image: url('img/ArrowRight.svg');
    background-position: center;
    border-radius: 100%;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.custom-pagination .prev{
    transform: rotate(180deg);
}
.custom-pagination a.prev:hover,
.custom-pagination a.next:hover{
    background-color: #6581A3;
}
.custom-pagination>span:not(:last-child),
.custom-pagination>a:not(:last-child){
    margin-right: 12px;
}
.custom-pagination .page-numbers{
    font-size: 12px;
    color: #625E56;
}
.custom-pagination .page-numbers.current{
    color: #1A1918;
}

.paginate_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 48px;
}
.paginate_box.top{
    margin-bottom: 48px;
    margin-top: 0px;
}

.products_section{
    margin-bottom: 96px;
}
.products_section .single_box, 
.posts_section .single_box{
    background-color: #FFF;
    border-radius: 4px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.products_section .single_box .category_name,
.posts_section .single_box .category_name {
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 10px 24px;
    border-radius: 64px;
    color: #1A1918;
    font-size: 10px;
    margin-bottom: 24px;
}
.products_section .single_box .image_box,
.posts_section .single_box .image_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 234px;
    margin-bottom: 24px;
}
.products_section .single_box img,
.posts_section .single_box img {
    max-width: 100%;
    max-height: 234px;
    width: 100%;
    height: 234px;
    object-fit: cover;
}
.products_section .single_box h3,
.posts_section .single_box h3 {
    font-size: 18px;
    margin-bottom: 0px;
}
.products_section .single_box h3 span,
.posts_section .single_box h3 span{
    font-weight: 400;
}
.products_section .slider_inner,
.posts_section .slider_inner{
    position: relative;
}
.products_section .add-to-cart{
    position: absolute;
    bottom: 24px;
    right: 48px;
}
.posts_section .add-to-cart{
    position: absolute;
    bottom: 24px;
    right: 24px;
}
.products_section .add_to_cart_button,
.posts_section .add_to_cart_button{
    display: block !important;
    padding: 0px !important;
    border: 0px !important;
    border-radius: 100% !important;
    width: 36px;
    min-width: 36px;
    height: 36px;
    background-color: #E8C15D !important;
    background-image: url('icons/ShoppingCart.svg') !important;
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.products_section .add_to_cart_button:hover,
.posts_section .add_to_cart_button:hover{
    background-color: #edab00 !important;
}
.products_section .category_box{
    position: relative;
}
.products_section .category_box .tns-controls{
    position: absolute;
    display: flex;
    justify-content: flex-end;
    top: 92px;
    right: 0px;
}
.products_section .category_box .tns-controls>button{
    padding: 0px;
    border: 0px;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    background-color: #E8C15D;
    background-image: url('icons/ArrowRight.svg');
    background-position: center;
    background-repeat: no-repeat;
    transition-duration: 0.4s;
}
.products_section .category_box .tns-controls>button:first-child{
    transform: rotate(180deg);
    margin-right: 8px;
}
.products_section .category_box .tns-controls>button:hover{
    background-color: #edab00;
}
.products_section .category_box .tns-nav{
    display: none;
}

.posts_section .select_outher{
    display: flex;
    align-items: center;
}
.posts_section .select_outher .single_select{
    border-radius: 64px;
    background-color: #FFF;
    padding: 0px 16px;
    position: relative;
    margin-right: 8px;
}
.posts_section .select_outher .single_select span{
    font-size: 12px;
    color: #1A1918;
    font-weight: 600;
}
.posts_section .select_outher .single_select::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(calc(-50% - 2px)) rotate(45deg);
    display: block;
    width: 5px;
    height: 5px;
    border-right: 1px solid #625E56;
    border-bottom: 1px solid #625E56;
}
.posts_section .select_outher .single_select select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #FFF;
    font-size: 12px;
    color: #1A1918;
    border: none;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 8px;
    padding-right: 36px;
    outline: 0px;
}

.posts_section .app_section{
    grid-area: 2 / 1 / 3 / 4;
    margin-bottom: 0px;
    border-radius: 4px;
}
.posts_section .app_section>div{
    padding: 0px 48px;
}
.posts_section .app_section .app_box h2{
    font-size: 32px;
}

.single_product_section .product{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.single_product_section .product>div{
    width: calc(100%/3 - 12px) !important;
}
.single_product_section p.stock{
    display: none;
}
.woocommerce .single_product_section div.product form.cart{
    margin-bottom: 0px;
    background-color: #E8C15D;
    border-radius: 64px;
    display: inline-flex;
    align-items: center;
    padding: 4px;
}
.woocommerce .single_product_section div.product form.cart .quantity .qty{
    background-color: #FFF;
    border-radius: 64px;
    width: 96px;
    height: 36px;
    font-size: 12px;
    border: none;
    margin-left: 4px;
}
.woocommerce .single_product_section div.product form.cart .button{
    display: inline-flex;
    color: #fff;
    background-color: #E8C15D;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    padding: 4px;
    text-decoration: none;
    transition-duration: 0.4s;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    padding-left: 32px;
    align-items: center;
    font-family: 'DM_Sans', sans-serif;
    font-weight: 400;
}
.woocommerce .single_product_section div.product form.cart .button::after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 24px;
    background-image: url('icons/addToCart.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce .single_product_section div.product form.cart .button:hover{
    background-color: #edab00;
    cursor: pointer;
}
.woocommerce .single_product_section .price{
    font-size: 48px !important;
    font-family: 'DM_Sans', sans-serif;
    color: #1A1918 !important;
    font-weight: 400;
    margin-bottom: 8px;
}
.woocommerce .single_product_section p{
    margin-bottom: 16px;
}
.woocommerce .single_product_section .custom-div p{
    margin-bottom: 12px;
}
.woocommerce .single_product_section p strong{
    color: #1A1918;
    font-size: 16px;
}
.woocommerce .single_product_section p.netto_info{
    font-size: 14px;
}
.woocommerce .single_product_section .products_section{
    margin-top: 96px;
}

.wc-block-components-button:not(.is-link){
    display: inline-flex;
    color: #fff;
    background-color: #E8C15D;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    padding: 4px !important;
    text-decoration: none;
    transition: unset !important;
    transition-duration: 0.4s !important;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    align-items: center;
    width: auto !important;
    padding-left: 32px !important;
}
.wc-block-components-button:not(.is-link):hover{
    background-color: #edab00;
}
.wc-block-components-button:not(.is-link)::after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 24px;
    background-image: url('icons/button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.is-large .wc-block-checkout__sidebar{
    top: 92px !important;
}
.custom_add_to_cart_info{
    border-top: 3px solid #8fae1b;
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f6f5f8;
    color: #515151;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea{
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: 100%;
    margin-bottom: 8px;
}
.woocommerce form .form-row .select2-container{
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: 100%;
    margin-bottom: 8px;
    background-color: #FFF;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 4px;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
    right: 16px;
    top: 18px;
}
.woocommerce button.button{
    display: inline-flex;
    color: #fff;
    background-color: #E8C15D;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    padding: 4px !important;
    text-decoration: none;
    transition: unset !important;
    transition-duration: 0.4s !important;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    align-items: center;
    width: auto !important;
    padding-left: 32px !important;
    font-family: 'DM_Sans', sans-serif !important;
    font-weight: 400;
}
.woocommerce button.button::after{
    content: '';
    display: block;
    width: 36px;
    min-width: 36px;
    height: 36px;
    margin-left: 24px;
    background-image: url('icons/button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce button.button:hover{
    background-color: #edab00;
    color: #FFF;
}

.woocommerce-EditAccountForm fieldset{
    margin-bottom: 24px;
}

.single_product_section .wcml-cs-active-currency{
    padding: 4px 12px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: calc(100% - 48px);
}
.single_product_section .wcml-dropdown .wcml-cs-submenu {
    left: 12px;
    width: calc(100% - 48px);
}
.single_product_section .wcml-dropdown a{
    font-size: 14px;
    color: #888279;
    font-weight: 400;
}
.single_product_section .wcml-dropdown.product{
    width: 100%;
    display: block;
    margin-top: 0px;
}
.woocommerce .single_product_section p.currency_title{
    margin-bottom: 4px;
}

#billing_nip_field, #billing_firma_field{
    display: none;
}
#billing_nip_field .optional, #billing_firma_field .optional{
    display: none;
}

.wp-block-woocommerce-cart-order-summary-shipping-block{
    display: none;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
    display: inline-flex;
    color: #fff;
    background-color: #E8C15D;
    font-size: 12px;
    line-height: 100%;
    white-space: nowrap;
    padding: 4px !important;
    text-decoration: none;
    transition: unset !important;
    transition-duration: 0.4s !important;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    align-items: center;
    width: auto !important;
    padding-left: 32px !important;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
    background-color: #edab00;
}

.select2-container--default .select2-selection--single{
    border: none;
}

.checkout  #customer_details{
    margin-bottom: 48px;
}

.woocommerce-info{
    border-top-color: #E8C15D;
}
.woocommerce-info a{
    color: #E8C15D;
}
.woocommerce-info::before{
    color: #E8C15D;
}

.woocommerce form .form-row textarea{
    height: 200px;
}

.woocommerce button.button[name='update_cart']{
    display: none;
}

.woocommerce-page table.cart td.actions .coupon{
    display: flex;
    align-items: center;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
    padding: 16px 24px;
    border-radius: 30px;
    border: 1px solid rgba(26, 25, 24, 0.15);
    font-size: 18px;
    font-family: 'DM_Sans', sans-serif;
    width: calc(50%);
    margin-bottom: 8px;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
    display: inline-flex !important;
    color: #fff;
    background-color: #E8C15D !important;
    font-size: 12px !important;
    line-height: 100% !important;
    white-space: nowrap;
    padding: 4px !important;
    text-decoration: none;
    transition: unset !important;
    transition-duration: 0.4s !important;
    position: relative;
    overflow: hidden;
    border-radius: 64px;
    border: none;
    align-items: center;
    width: auto !important;
    padding-left: 32px !important;
    font-family: 'DM_Sans', sans-serif !important;
    font-weight: 400 !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button::after{
    content: '';
    display: block;
    width: 36px;
    height: 36px;
    margin-left: 24px;
    background-image: url('icons/button.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{
    background-color: #edab00 !important;
}

.return-to-cart-button{
    margin-bottom: 48px;
}
.return-to-cart-button::after{
    transform: rotate(180deg);
}

.woocommerce table.shop_table .custom-row.custom-pay td{
    font-size: 14px;
    color: #625E56;
}

#noveo_absolute_form_section{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100vh;
    z-index: 10;
    padding: 0px;
}
#noveo_absolute_form_section:not(.show){
    display: none;
}
#noveo_absolute_form_section>div{
    margin-top: 100px;
    height: calc(100% - 150px);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#noveo_absolute_form_section form{
    margin: auto;
    max-width: 90%;
    width: 900px;
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0px 4px;
}
#noveo_absolute_form_section form .readonly{
    opacity: 0.7;
    outline: 0px;
}
#noveo_absolute_form_section.form_section .cf7-cols{
    flex-direction: column;

}
#noveo_absolute_form_section.form_section .cf7-cols>div{
    width: 100%;
}
#noveo_exit_absolute_form{
    position: absolute;
    right: 20px;
    top: 100px;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition-duration: 0.4s;
    z-index: 20;
    background-color: #FFF;
}
#noveo_exit_absolute_form:hover{
    transform: rotate(180deg);
}
#noveo_exit_absolute_form::after,
#noveo_exit_absolute_form::before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    left: 50%;
    top: 50%;
    background-color: red;
    transform: translate(-50%, -50%) rotate(45deg);
}
#noveo_exit_absolute_form::before{
    transform: translate(-50%, -50%) rotate(-45deg);
}

#noveo_outodstock_form .wpcf7-list-item>label input{
    display: block;
    width: 1px;
    opacity: 0;
}
#noveo_outodstock_form .button_box{
    margin-top: 24px;
}
#noveo_outodstock_form .result_form_html p{
    margin-top: 24px;
    margin-bottom: 0px;
}
#noveo_outodstock_form .result_form_html p.succes{
    color: #8fae1b;
}
#noveo_outodstock_form .result_form_html p.no-succes{
    color: red;
}

.category_grid{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}
.category_grid .single_box h3{
    width: calc(100% - 64px);
}

.article_section .text_box table{
    margin-bottom: 24px;
}
.article_section .text_box table th{
    text-align: left;
    padding-right: 24px;
}
.article_section .text_box table td{
    padding-right: 24px;
}

.woocommerce-order>.col-1{
    display: none;
}