/* @import url(fonts.css); */

* {
    outline: none;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    /* font-family: "Roboto", "Arial", sans-serif; */
    /* background-color: #f7f7f7; */
    background-color: #fff;
    color: #000;
}
body.open_popup {
    overflow: hidden;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0px 20px;
}
a {
    color: inherit;
    text-decoration: none;
    transition: .3s;
}


/* fixed */
.header.fixed-bg {
    position: fixed;
    top: -55px;
    padding-bottom: 12px;
}
.fixed-bg .header_top_bar {
    border-bottom: 1px solid rgba(142,142,142,0);
}
/* header */
.start_page {
    padding-top: 130px;
}
.header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    min-height: 130px;
    transition: .3s;
    z-index: 49;

    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
    box-shadow: 0 0 15px 1px rgba(0,0,0,.07);
}
.header_top_bar {
    height: 65px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(142,142,142,.12);
    transition: .3s;
}
.header_top_bar_link {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
}
.header_top_bar_link a:first-child {
    margin-right: 10px;
}
.header_top_bar_link a {
    /* opacity: .5; */
}
.header_top_bar_link a:hover {
    color: #2ed2dd;
    /* opacity: 1; */
}
.header_top_bar_info {
    display: flex;
    align-items: center;
}
.header_top_bar_info_item a {
    opacity: .8;
}
.header_top_bar_info_item a:hover {
    color: #333333;
    opacity: 1;
}
.header_top_bar_info_item .phone {
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    opacity: 1;
}
.header_top_bar_info_item .phone:hover {
    color: #2ed2dd;
}
.location {
    display: flex;
    align-items: center;
    margin-right: 20px;
    padding: 6px 8px;
    background-color: #2ed2dd;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.location img {
    margin-left: 8px;
    border-radius: 50%;
}
.socials {
    display: flex;
    align-items: center;
}
.socials_link {
    position: relative;
    width: 29px;
    height: 29px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px 5px;
}
.socials_link span {
    opacity: 0;
}
.socials_link:before,
.socials_link:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 29px;
    height: 29px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}
.socials_link:after {
    opacity: 0;
}
.socials_link:hover:before {
    opacity: 0;
}
.socials_link:hover:after {
    opacity: 1;
}
.socials_telegram:before {
    background-image: url(../img/telegram_unactive.webp);
}
.socials_telegram:after  {
    background-image: url(../img/telegram.webp);
}
.socials_instagram:before {
    background-image: url(../img/instagram_unactive.webp);
}
.socials_instagram:after {
    background-image: url(../img/instagram.webp);
}

.header_menu_wrap {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 65px;
}
.header_logo {
    opacity: 1;
}
.header_logo:hover {
    opacity: .8;
}
.header_menu ul {
    height: 100%;
    display: flex;
    align-items: center;
    list-style: none;
}
.header_menu ul li {
    height: 100%;
    display: flex;
    align-items: stretch;
    margin: 0px 5px;
    padding: 5px 8px;
}
.header_menu ul li a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.header_menu ul li a:hover {
    color: #2ed2dd;
}
.header_cart {
    align-self: center;
}
.header_cart a {
    opacity: .8;
}
.header_cart a:hover {
    opacity: 1;
}


/* main */
.main_page {
    padding: 25px 0px 0px;
}
.main_banner {
    display: flex;
    align-items: stretch;
}
.main_banner_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1;
    padding-left: 50px;
    background-color: #000000;
    color: #fff;
}
.main_banner_heading {
    display: flex;
    align-items: center;
}
.main_banner_heading span {
    font-size: 20px;
    line-height: 20px;
    font-weight: 300;
}
.main_banner_name {
    line-height: 37px;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 56px;
    margin: 25px 0;
}
.main_banner_description {
    margin-bottom: 20px;
    line-height: 27px;
}
.main_banner_buy {
    width: fit-content;
    background-color: #2ed2dd;
    font-weight: 500;
    font-size: 17px;
    padding: 12px 25px;
    margin-bottom: 20px;
}
.main_banner_buy:hover {
    color: #000;
}

/* main_advatanges */
.section_heading {
    margin-top: 60px;
    margin-bottom: 60px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
}
.main_advatanges_heading {
    /* margin-top: 60px;
    margin-bottom: 60px; */
    transition: .4s;
}
.main_advatanges {
    background-size: cover;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("https://xddesign.shop/wp-content/uploads/2022/06/test_bgk2.jpg");
    color: #fff;
    transition: .4s;
}
.main_advatanges_text {
    font-size: 23px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
}
.main_advatanges_text span {
    color: #2ed2dd;
}
.main_advatanges_content {
    padding-top: 35px;
    padding-bottom: 100px;
}
.main_advatanges_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main_advatanges_item {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_advatanges_item img {
    margin-bottom: 15px;
    padding: 25px;
    border-style: solid;
    border-color: #ffffff;
    border-width: 2px;
    border-radius: 300px;
}
.main_advatanges_item_text {
    max-width: 400px;
    text-align: center;
    font-size: 17px;
    line-height: 27px;
    background: rgb(0 0 0/30%);
    border-radius: 5px;
    padding: 0 7px;
}

/* media */
.media_about {
    scroll-margin-top: 60px;
}

.media_about_item {
    position: relative;
    width: 285px;
    height: 220px;
    max-width: 285px;
    margin-right: 15px;
    margin-left: 15px;
    overflow: hidden;
    color: #fff;
}
.media_about_item_bg_dark {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(73, 73, 73, 0.2);
    transition: .4s;
    z-index: 2;
}
.media_about_item_bg_img {
    position: absolute;
    max-width: unset;
    transform: translateX(-45px);
    transition: .4s;
    z-index: 1;
}
.media_about_item_text {
    position: absolute;
    top: auto;
    bottom: 0;
    padding: 10px 15px;
    font-size: 17px;
    line-height: 24px;
    transform: translateY(30px);
    transition: .4s;
    z-index: 3;
}
.media_about_item_text p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6em;
    text-transform: lowercase;
}
.media_about_item:hover .media_about_item_bg_dark {
    background-color: rgba(73, 73, 73, 0.7);
}
.media_about_item:hover .media_about_item_bg_img {
    transform: translateX(0px);
}
.media_about_item:hover .media_about_item_text {
    transform: translateY(0px);
}
.media_about {
    opacity: 1;
    transition: .4s;
}
.loading {
    opacity: 0;
}
.media_about_slider {
    height: 220px;
}
.media_about_slider .slick-track {
    height: 220px;
}
.media_about_slider_wrap {
    position: relative;
}
.media_about_slider_arrow {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 36px;
    background-image: url(../img/right-arrow.webp);
    background-color: #2ed2dd;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 60% center;
    border-radius: 50%;
    opacity: .7;
    transition: .3s;
    cursor: pointer;
}
.media_about_slider_arrow:hover {
    opacity: 1;
}
.media_about_slider_arrow_right {
    right: -40px;
    transform: translateY(-50%) rotate(0);
}
.media_about_slider_arrow_left {
    left: -40px;
    transform: translateY(-50%) rotate(180deg);
}

/* about */
.about_us_top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.about_us_top_text p {
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}
.about_us_middle {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 60px;
    font-size: 17px;
    font-weight: 300;
    line-height: 24px;
}
.about_us_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.about_advantages_item {
    position: relative;
    flex: 1;
    height: 250px;
    background: #fff;
    display: flex;
    margin: 30px 0;
    margin-right: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,.1);
    cursor: pointer;
}
.about_advantages_item_title {
    margin-bottom: 10px;
    font-size: 19px;
    font-weight: 700;
    color: #2ed2dd;
}
.about_advantages_item_text {
    font-size: 17px;
}
.about_advantages_item_top {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(255,255,255,.1);
    backdrop-filter: blur(4px);
    height: calc(100% - 20px);
    width: calc(100% - 20px);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 5px 5px 30px rgba(0,0,0,.1);
    transition: .8s;
}
.about_advantages_item_top img {
    max-width: 100%;
    height: auto;
}
.about_advantages_item_content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
}
.about_advantages_item:hover .about_advantages_item_top {
    height: 130px;
    width: 130px;
    top: -85px;
    left: calc(50% - 75px);
}

/* awards */
.awards {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px 0px 0px;
    padding: 15px 0px;
    background-color: rgb(247, 247, 247);
}
.awards .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.awards_items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
}
.awards_items img {
    margin: 10px 25px;
}
.awards_text {
    flex: 1;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}

/* footer */
.ast-builder-footer-grid-columns {
    padding: 0px;
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.footer {
    background-color: #000;
    color: #fff;
}
.footer_heading {
    margin-bottom: 15px;
    font-size: 24px;
}
.footer_contact a {
    text-decoration: underline;
    transition: .3s;
}
.footer_contact a:hover {
    color: #2ed2dd;
}
.footer_top {
    display: flex;
    padding-top: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2ed2dd;
}
.footer_bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
    text-align: center;
}
.footer_top p,
.footer_top a {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 22px;
}
.footer .footer_bottom p {
    font-size: 13px;
    margin-bottom: 10px;
}
.footer_copyright {
    margin-bottom: 20px;
}
.footer_contact {
    margin-right: 15px;
}
.love_Minsk {
    display: flex;
    align-items: center;
    justify-content: center;
}
.love_Minsk img {
    margin-left: 6px;
}

.delivery_item_title {
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.delivery_item {
    position: relative;
    margin-bottom: 40px;
}
.delivery_item_heading {
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}
.delivery_item_content_item {
    display: flex;
    margin-bottom: 30px;
}
.delivery_item_content_item:last-child {
    margin-bottom: 0px;
}
.delivery_item_content_item_img {
    padding-top: 15px;
    margin-right: 25px;
}
.delivery_item_text p {
    margin-bottom: 10px;
    line-height: 21px;
}
.delivery_item_text p:last-child {
    margin-bottom: 0px;
}
.delivery_item_dashed {
    position: absolute;
    border-right-width: 1px;
    border-right-style: dashed;
    border-color: #333333;
    width: 1px;
    height: 126px;
    top: 92px;
    left: 32px;
}
.delivery_item:last-child .delivery_item_dashed {
    height: 74px;
}
.delivery_item_text a {
    color: #2ed2dd;
    transition: .3s;
}
.delivery_item_text a:hover {
    color: #6ae2eb;
}
.garantiya .delivery_item_dashed {
    top: 86px;
    left: 23px;
}
.garantiya .delivery_item:last-child .delivery_item_dashed {
    display: none;
}

.brand_heading {
    width: 100%;
    height: calc(100vh - 130px);
    display: flex;
    align-items: center;
    margin-bottom: 35px;

    background-size: cover;
    background-repeat: repeat;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../img/brand.jpg);
    background-attachment: scroll;
}

.brand_heading .container {
    width: 100%;
}

.brand_title {
    max-width: 520px;
    margin-bottom: 35px;
    font-size: 90px;
    font-weight: 700;
    line-height: 74px;
    color: #fff;
}
.brand_subtitle {
    max-width: 520px;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.brand p {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 27px;
    color: #0f0f0f
}
.brand p:last-child {
    margin-bottom: 35px;
}
.our_shop h1 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
}
.preview_text {
    font-size: 17px;
    text-align: center;
}

.our_shop_about {
    padding: 40px 0 120px;
    overflow: hidden;
}
.our_shop_about .container {
    position: relative;
    z-index: 1;
}
.our_shop_about_img {
    position: absolute;
    width: 250px;
}
.our_shop_about_img_right {
    right: 20px;
}
.our_shop_about_img_left {
    left: -25px;
}
.our_shop_page_title {
    position: relative;
    margin-bottom: 16px;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
}
.our_shop_page_subtitle {
    position: relative;
    max-width: 670px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    z-index: 2;
}
.our_shop_page_subtitle a {
    text-decoration: underline;
}
.our_shop_about_content {
    min-height: 224px;
    margin: 16px 0 0;
    padding: 32px 0;
    border-radius: 0;
    background-color: #f5f6f8;
}
.our_shop_about_content p {
    position: relative;
    max-width: 544px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    z-index: 2;
}
a.body_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 270px;
    height: 50px;
    margin: 16px auto 0px;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #000000;
    padding: 4px 12px;
    transition: .3s;
}
a.body_btn:hover {
    background: #3C3C3C;
    color: #fff;
}


.our_shop_wrapper {
    display: flex;
    align-items: stretch;
    margin: 40px 0px 30px;
    /* padding: 40px 40px 72px; */
    padding: 40px 40px 20px;
    border: 1px solid #e5e5e5e2;
    border-radius: 2px;
    box-shadow: 0 0 25px #f2f2f5;
}

.our_shop_info {
    display: flex;
    align-items: center;
    margin-bottom: 18px;
    padding: 18px 0;
    background-color: #f0faff;
    /* border-radius: 25px; */
    border-radius: 2px;
}
.our_shop_info_item {
    padding-left: 30px;
}
.our_shop_info_item:first-child {
    flex-basis: 380px;
    max-width: 100%;
    border-bottom: none;
    border-right: 1px solid #c1e9ff;
}
.our_shop_info_item p {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
.our_shop_info_item p:last-child {
    margin-bottom: 0px;
}
.our_shop_info_item:first-child p:first-child {
    margin-bottom: 20px;
}
.our_shop_info_item a:hover {
    color: #2ed2dd;
}
.our_shop_slider {
    display: flex;
    flex-direction: column;
    max-width: 751px;
}
.our_shop_slider img {
    /* border-radius: 25px; */
    border-radius: 2px;
}
.our_shop_info_item svg {
    margin-right: 6px;
}
.our_shop_content {
    margin-right: 16px;
    width: 66%;
}
.our_shop_map {
    flex: 1;
}
.our_shop_map #map {
    width: 100%;
    /* height: 100%; */
    /* border-radius: 25px; */
    border-radius: 2px;
}
.our_shop_slider_prev,
.our_shop_slider_next {
    width: 24px;
    height: 24px;
    /* fill: #00a6ed; */
    fill: #000;
    cursor: pointer;
}
.our_shop_slider_prev svg,
.our_shop_slider_next svg {
    width: 24px;
    height: 24px;
}
.our_shop_slider_next {
    transform: rotate(180deg);
}

.our_shop_slider_controll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 255px;
    margin: 16px auto 0px;
}
.our_shop_slider_dots {
    position: relative;
}
.our_shop_slider_dots .slick-dots {
    position: relative;
    display: flex !important;
    align-items: center;
    list-style: none;
    bottom: unset;
}
.our_shop_slider_dots .slick-dots li button {
    width: 7.6px;
    height: 7.6px;
    padding: 0px;
    /* margin: 0 8px; */
    background-color: #000;
    border-radius: 50%;
    opacity: 1;
    outline: none;
    border: none;
    font-size: 0;
    opacity: .3;
    transition: .3s;
}
.our_shop_slider_dots .slick-dots li {
    display: flex;
    justify-content: center;
    align-items: center;
}
.our_shop_slider_dots .slick-dots li.slick-active button {
    width: 10px;
    height: 10px;
    opacity: 1;
}
.our_shop_slider_dots .slick-dots li.slick-active button:before {
    opacity: 0 !important;
    content: unset;
}
.map_btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    margin: 16px auto 0px;
    z-index: 2;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #000000;
    padding: 4px 12px;
    transition: .3s;
}
a.map_btn:hover {
    background: #3C3C3C;
    color: #fff;
}

.popup_check {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.popup_check.open_popup {
    opacity: 1;
    visibility: visible;
}
.popup_check_bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    opacity: 0;
    transition: opacity .2s ease-out;
}
.open_popup .popup_check_bg {
    opacity: 1;
}
.popup_check_content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.8);
    width: 460px;
    max-width: 90%;
    padding: 30px;
    border-radius: 3px;
    background-color: #fff;
    z-index: 2;
    opacity: 0;
    transition: .4s ease-in-out;
}
.open_popup .popup_check_content {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}
.popup_check_content img {
    max-width: 100%;
}
.popup_check_content p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 20px;
    color: #0f0f0f;
}
.popup_check_content a {
    color: #2ed2dd;
}
.popup_check_close {
    position: absolute;
    width: 25px;
    height: 25px;
    top: 6px;
    right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.popup_check_close svg {
    width: 15px;
    height: 15px;
}
.popup_open {
    cursor: pointer;
}

/* woo */


.ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message,
.woocommerce .ast-site-header-cart .widget_shopping_cart .woocommerce-mini-cart__empty-message {
    padding: 1.41575em;
    margin: 0;
}
.ast-woocommerce-container {
    max-width: 1200px;
    margin: 0 auto;
}
.woo-selected-variation-item-name,
.product_meta {
    display: none;
}
.reset_variations {
    display: none !important;
    padding-right: 35px;
}
.woocommerce-product-details__short-description:not(.displayed_descr) {
    display: none;
}
.single_variation_wrap .quantity {
    display: none !important;
}
.shipment_info {
    margin-top: 40px
}

.icons_wrap {
    display: grid;
    grid-template-columns: 35px auto;
    grid-gap: 15px;
    align-items: center;
    margin-bottom: 20px
}

.icons_wrap p {
    margin: 0
}

.icons_wrap img {
    width: 35px
}
.shipment_info a {
    color: #2ed2dd;
}
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
html body.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 25px;
}
.woocommerce div.product div.summary>.price {
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.woocommerce div.product div.summary>.price:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 3px;
    content: "";
    background-color: #2ed2dd;
}
.woocommerce div.product div.summary h1 {
    font-weight: 700;
}
.woocommerce-variation-description ul {
    margin-left: 20px;
}
.main_product-description {
    margin-left: 0px;
    list-style: none;
}

.available {
    margin-bottom: 20px
}

.available .yes {
    color: #3ba546
}

.available .yes:before {
    content: url(/wp-content/uploads/2021/05/check-mark.svg);
    width: 15px;
    height: 15px;
    display: inline-grid;
    align-content: center;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.available .three_days {
    color: #ff603b
}

.available .no {
    color: #ff603b
}

.woocommerce div.product form.cart .single_variation_wrap p {
    display: flex;
    align-items: center;
}
.woocommerce div.product form.cart .single_variation_wrap p svg {
    width: 24px;
    height: 24px;
    margin-right: 6px;
}

.woocommerce button.button.added::after {
    content: unset !important;
}

.woocommerce table.shop_attributes {
    padding: 20px 30px;
    border-collapse: separate;
    background-color: #f7f7f7;
    border-radius: 1px;
    border: 0;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th,
.woocommerce div.product .woocommerce-tabs .shop_attributes td {
    border-left: none;
    border-right: none;
    padding: 5px 10px 5px 5px;
}
.woocommerce div.product .woocommerce-tabs .shop_attributes th {
    white-space: nowrap;
}
.woocommerce-product-attributes-item__label {
    font-weight: 700 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 27px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding-top: 5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
    background-color: #2ed2dd;
}
#css_power .variations .color-variable-wrapper .variable-item, #css_power .variations .color-variable-wrapper .variable-item .variable-item-span-color, .woo-variation-swatches.wvs-style-squared .woo-variation-items-wrapper .variable-items-wrapper.color-variable-wrapper .variable-item, .woo-variation-swatches.wvs-style-squared .woo-variation-items-wrapper .variable-items-wrapper .variable-item .variable-item-span-color {
    border-radius: 100%;
}
.color-variable-wrapper .variable-item:not(.radio-variable-item) {
    width: 20px;
    height: 20px;
}
.variations tbody {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
}
.variations tbody tr {
    margin-right: 35px;
}
.product table.variations .label {
    display: none !important;
}
.button.checkout.wc-forward {
    color: #fff !important;
}
.woocommerce-cart main {
    max-width: 1200px;
    margin: 0 auto;
}
.woocommerce a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale {
    color: #fff !important;
}
.ast-site-header-cart .widget_shopping_cart .buttons .button:not(.checkout) {
    color: #333333 !important;
}
.woocommerce-notices-wrapper {
    display: none;
}
.woo-variation-gallery-product .astra-shop-summary-wrap .single_variation_wrap .woocommerce-variation {
    display: none !important;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description.entry-content img {
    max-width: 700px;
    display: block;
    margin: 10px auto;
}
.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}
.woocommerce ul.products li.product.woo-variation-gallery-product .price ins,
.woocommerce ul.products li.product.woo-variation-gallery-product .price ins * {
    color: red;
}
.woocommerce ul.products li.product.woo-variation-gallery-product .price {
    font-size: 19px;
}
.woocommerce ul.products li.product.woo-variation-gallery-product .woocommerce-loop-product__title,
.woocommerce-page ul.products li.product.woo-variation-gallery-product .woocommerce-loop-product__title {
    font-weight: bold;
}
.woocommerce ul.products li.product table.variations tbody tr:nth-child(2) {
    display: none;
}
.woocommerce ul.products li.product table.variations,
.woocommerce ul.products li.product table.variations tbody td {
    border: none;
}


.woocommerce ul.products li.product .onsale {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 10px;
    right: unset;
    left: 10px;
    min-height: 41px;
    min-width: 41px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 700;
    color: #fff;
}
html body.woocommerce.single-product .sale>span.onsale {
    font-size: 15px;
}
html body.woocommerce div.product span.onsale {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    min-width: 46px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
}

.mobile_visible {
    display: none !important;
}

.our_shop_slider_dots ul:first-child {
    display: none;
}

@media (max-width: 1200px) {
    .our_shop_content {
        width: 66%;
    }
    .our_shop_map #map {
        height: 525px;
        max-height: 525px;
    }
    .our_shop_about_img {
        top: 230px;
        width: 200px
    }
    .our_shop_about_img_right {
        right: 30px;
    }
    .our_shop_about_img_left {
        left: -15px;
    }
}

@media (max-width: 1132px) {
    /* .our_shop_about_img {
        width: 490px;
    } */
    /* .our_shop_content {
        flex-basis: calc(65% - 16px);
        max-width: calc(65% - 16px);
    } */
    .our_shop_info_item p {
        font-size: 14px;
        line-height: 17px;
    }
    .our_shop_info_item:first-child p:first-child {
        margin-bottom: 8px;
    }
    .our_shop_info_item:first-child {
        flex-basis: 345px;
    }
    .our_shop_map #map {
        height: 495px;
        max-height: 495px;
    }
    /* .our_shop_about_img {
        width: 290px;
        top: 230px;
    } */
}
@media (max-width: 991px) {
    
    .our_shop .container {
        padding: 0px;
    }
    .our_shop_wrapper {
        flex-direction: column;
        align-items: center;
        padding: 16px 12px 12px;
        max-width: 100%;
    }
    .our_shop_content {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex-basis: unset;
        max-width: 100%;
        margin-right: 0px;
        width: 100%;
    }
    .our_shop_slider.slick-dotted.slick-slider {
        margin-bottom: 0px;
    }
    .our_shop_slider_controll {
        margin-top: 6px;
        margin-bottom: 6px;
    }
    .our_shop_map {
        flex: 0 0 100%;
        width: 100%;
    }
    .our_shop_slider_item img {
        max-width: 100%;
        height: auto;
    }
    .our_shop_info {
        flex-direction: column;
        align-items: stretch;
        padding: 18px 16px;
    }
    .our_shop_info_item {
        padding-left: 0px;
    }
    .our_shop_info_item:first-child {
        flex-basis: unset;
        border-right: unset;
        border-bottom: 1px solid #c1e9ff;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .our_shop_info_item p {
        font-size: 16px;
        line-height: 24px;
    }
}
@media (max-width: 768px) {
    .our_shop_info {
        padding: 12px 4px;
    }
    .our_shop_info_item svg {
        width: 25px;
        height: 25px;
    }
    .our_shop_info_item p {
        font-size: 13px;
        line-height: 18px;
    }
    .our_shop_map #map {
        height: 400px;
    }
    .map_btn {
        margin-top: 4px;
        font-weight: bold;
    }
    .preview_text {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: center;
    }
    .our_shop_about_img {
        top: unset;
        width: 240px;
    }
    .our_shop_about_img_right {
        bottom: 90px;
        right: 20px;
        z-index: 1;
    }
    .our_shop_about_img_left {
        left: -15px;
        bottom: 70px;
        z-index: 2;
    }
    a.body_btn {
        margin-top: 180px;
    }
    .our_shop_about {
        position: relative;
        padding: 32px 0 0px;
        margin-bottom: 70px;
        overflow: visible;
    }
    .our_shop_about .container {
        position: absolute;
        height: 100%;
        width: 100%;
    }
    .body_btn {
        display: none !important;
    }
    .mobile_visible {
        display: flex !important;
    }
    .our_shop_about_content p {
        max-width: 550px;
        line-height: 25px;
        padding: 0px 16px;
    }
    .our_shop_page_title {
        font-size: 26px;
        line-height: 26px;
        font-weight: bold;
    }
}
@media (max-width: 600px) {
    .our_shop_about_img { 
        width: 200px;
        margin-bottom: 20px;
    }
}
@media (max-width: 452px) {
    .our_shop_about_img { 
        width: 160px;
    }
}
#map {
    width: 100%;
    height: 595px;
    padding: 0;
    margin: 0;
}
