body {
    font-family: "Jost", sans-serif;
    font-weight: 500;
}

.aic {
    align-items: center;
}

.breadcrumb {
    margin: 0;
    padding: 22px 0;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: none;
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0 30px #dadada inset;
    transition: .3s;
}

.jcc {
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

.jcsb {
    justify-content: space-between;
}

.tx_c {
    text-align: center;
}

.my-g-2 {
    gap: 10px;
}

.my-g-3 {
    gap: 15px;
}

.my-g-4 {
    gap: 20px;
}

.my-g-5 {
    gap: 25px;
}

.my-g-6 {
    gap: 30px;
}

.my-g-c-4 {
    row-gap: 20px;
}

.my-g-c-6 {
    row-gap: 30px;
}

.my-g-c-10 {
    row-gap: 80px;
}

.header_top {
    background-color: #000;
    color: #fff;
    padding: .65rem 0;
}

div#alert {
    z-index: 5;
}

header .logo img {
    width: 110px;
}

#bestseller {
    padding: 40px 0;
    background: #eee;
}

.discount_box {
     width: 101px;
    /* height: 56px; */
    padding: .5rem;
    top: 29px;
    color: #fff;
    /* left: -21px; */
    background: linear-gradient(#f14f3f 0%, #cb4335 100%);
    /* background: url(/catalog/view/img/voucher2.png) center / contain no-repeat; */
    transform: rotate(45deg) translate(0, -23px);
    position: absolute;
    /* top: 0; */
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #000; */
    font-size: 10px;
    font-weight: 600;
    box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.discount_box::after {
    border-left: 3px solid transparent;
    border-right: 3px solid #a3362a;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}

.discount_box::after {
    content: "";
    position: absolute;
    right: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #638908;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}

.discount_box::before {
    border-left: 3px solid #a3362a;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #a3362a;
}

.discount_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -1;
    border-left: 3px solid #638908;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #638908;
}

#bestseller .product-card,
.product_section_all.sectiklerimiz .product-card {
    background: #fff;
    padding: 1rem;
}

#advantages {
    padding-top: .5rem;
}

.product_section_all.sectiklerimiz {
    background: #eee;
    margin-top: 2rem;
}

.endirimli-mehsullar-section .product-card {
    background: #eee;
    padding: 1rem;
}

.header_left_side {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
}

.header_left_side > * {
    padding-right: 32px;
}

header .search {
    max-width: 370px;
    min-width: 100px;
    flex: 1;
}

.langs a {
    color: #fff;
    transition: .4s all ease;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}

.langs a:hover {
    opacity: .7;
}

header .search input {
    border: 1px solid;
    background-color: transparent;
    font-size: .85714rem;
    font-weight: 400;
    border-radius: 16px;
    padding: 5px 6.5px;
    text-align: left;
    color: #000;
    border: none;
    width: 100%;
    line-height: normal;
    outline: none;
}

.find_store,
.login_register {
    display: flex;
    gap: .3rem;
}

.find_store img,
.login_register img {
    height: 23px;
    width: 16px;
}

.find_store > div > span:first-child,
.login_register > div > span:first-child {
    font-size: 12px;
    color: #fff;
    text-decoration: underline;
}

.find_store > div > span:nth-child(2),
.login_register > div > span:nth-child(2) {
    font-size: 10px;
    color: #fff;
}

a.login_register {
    color: #fff;
}

.header_right_side {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.header_right_side img {
    height: 24px;
}

.header_right_side > * {
    padding-left: 32px;
}

.acc,
.order,
.minicart a {
    display: flex;
    gap: .2rem;
    flex-direction: column-reverse;
    align-items: center;
}

.acc i {
    color: #fff;
    font-size: 23px;
}

.acc span,
.order span,
.minicart span {
    color: #fff;
    font-size: 12px;
}

.minicart a {
    position: relative;
}

.minicart span {
    position: absolute;
    top: 26%;
    left: 50%;
    transform: translateX(-50%);
    font-size: .71429rem;
    font-weight: 500;
}

.header_bottom {
    background: #fff;
}

.header_bottom_border > div > ul {
    display: flex;
    justify-content: center;
    gap: .4rem
}

.header_bottom_border {
    padding-top: 1rem;
    border-bottom: 1px solid #edf0f6;
}

.header_navbar > li {
    /*margin-right: 24px;*/
    padding: 0 1rem 1rem 1rem;
    position: relative;
}

.header_navbar > li:hover {
    text-decoration: underline;
}

ul.header_navbar > li > a {
    color: #000;
    font-size: 16px;
}

.drop_menu {
    background: #fff;
    min-width: 225px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 100%;
    transition: .4s all ease;
    box-shadow: 0 4px 7.05213px rgba(0,0,0,.35);
    z-index: 555;
}

.header_navbar > li:hover .drop_menu {
    visibility: visible;
    opacity: 1;
}

.drop_menu li {
    /*padding: 8px 0 8px 15px;*/
    transition: .4s all ease;
}

.drop_menu > li:hover {
    background-color: #212121;
    color: #fff;
    font-weight: 700;
    letter-spacing: -.1px;
}

.drop_menu > li:hover .subdropdown_menu li {
    font-weight: 500;
}

.drop_menu > li:hover > a {
    color: #fff;
}

.subdropdown_menu ul > li:hover > a {
    color: #fff;
    background: #212121;
}

.drop_menu li a {
    font-size: 15px;
    padding: 1rem;
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    color: #000;
    line-height: 1.4;
}

.subdropdown_menu {
    background: #fff;
    position: absolute;
    left: 100%;
    visibility: hidden;
    opacity: 0;
    top: 0;
    min-width: 225px;
    transition: .4s all ease;
    box-shadow: 0 4px 7.05213px rgba(0,0,0,.35);
    z-index: 555;
}

.drop_menu > li {
    position: relative;
}

.drop_menu > li:hover .subdropdown_menu {
    opacity: 1;
    visibility: visible;
}

.nav_cen_right_down_search {
    border-radius: 23px;
    border: 1px solid #e5e5e5;
    height: 46px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    flex-grow: 1;
    width: fit-content;
    margin-right: 1rem;
    background-color: #efeff0;
}

.nav_cen_right_down_search button {
    outline: none;
    height: 100%;
    padding: 0 15px 0 0;
    border: none;
    background: transparent;
    color: #ca0c4f;
    cursor: pointer;
    font-size: 17px;
}

/* main */

/* advantages */

.adv_banner .pencil-slide:not(:last-child)::after {
    border-left: 1px solid silver;
    content: " ";
    height: 2rem;
    margin-bottom: auto;
    margin-top: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -.5rem;
}

.pencil-slide {
    position: relative;
}

/* advantages end */

#slider {
    height: 444px;
    width: 100%;
    margin: 2rem 0;
}

#slider .swiper-slide {
    height: 100%;
}

#slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

:is(.home_page_main_swiper-next, .home_page_main_swiper-prev) {
    display: block;
    width: 45px;
    background-size: contain;
    height: 45px;
    border: none;
    background: url(/catalog/view/img/right-arrow.png) no-repeat 50% center / contain;
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    top: calc(50% - 32px);
    cursor: pointer;
    opacity: 1;
    -webkit-animation-duration: 0.15s;
    -webkit-transition: all 0.15s linear;
    -moz-animation-duration: 0.15s;
    -moz-transition: all 0.15s linear;
    animation-duration: 0.15s;
    transition: all 0.15s linear;
    padding: .8rem;
    background-origin: content-box;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .08);
}

.home_page_main_swiper-prev {
    transform: rotate(180deg);
}

#slider .swiper-button-next:after,
#slider .swiper-button-prev:after {
    display: none;
}

.product_swiper_carousel :is(.swiper-button-next,.swiper-button-prev) {
    margin-left: 8px;
    margin-right: 8px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 300ms ease 0s;
    right: 0px;
    background-color:   #ca0c4f;
    /*background: rgba(0, 0, 0, .7);*/
    color: rgb(255, 255, 255);
    font-size: 18px;
    border-radius: 9999px;
    width: 48px;
    opacity: 0;
}


.product_swiper_carousel:hover :is(.swiper-button-next,.swiper-button-prev) {
    opacity: 1;
}

.product_swiper_carousel :is(.swiper-button-next,.swiper-button-prev)::after {
    font-size: 1.5rem;
}

.swiper-pagination_main {
    bottom: 0;
    top: inherit;
    transform: translateX(-50%);
    left: 50% !important;
    width: fit-content !important;
    z-index: 2;
    padding: 5px 10px;
    background: rgba(0, 0, 0, 0.318);
    right: inherit;
    border-radius: 20px;
    text-align: center;
    position: absolute;
}

.swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-pagination-bullet-active {
    background: #ff4385;
}

@media only screen and (max-width: 768px) {
    .main_slider_bg {
        /*display: none;*/
    }

    .main_slider_img img {
        height: 350px;
    }

    .main_slider {
        padding: 35px 0;
    }

    .main_slider_text {
        padding: 30px 0;
    }
}

/* main end */



/* product section */

/* card start */

.sectionTitles {
    margin-bottom: 2rem;
}

.sectionTitle {
    font-size: 35px;
    font-weight: 600;
}

.sectionTitles a {
    color: #000;
    text-decoration: underline;
}

.product-img {
    height: 203px;
    position: relative;
}

.product-img::after {
    content: " ";
    border-radius: 8px;
    background: #6d6d6d;
    opacity: .06;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.product-img img {
    width: 100%;
    height: 100%;
    /*padding: 1rem;*/
    object-fit: contain;
}

.likess {
    position: absolute;
    top: 25px;
    left: 20px;
    z-index: 9;
    font-size: 24px;
    color: white;
    cursor: pointer;
}

.product-content {
    margin-top: 1.5rem;
}

.product-content h2 {
    /*margin-bottom: .5rem;*/
    font-size: 14px;
    color: #000;
    min-height: 37px;
    font-weight: 700;
}

.product-content p {
    font-size: 14px;
    font-weight: 300;
    color: #464646;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.product_section_all {
    padding-top: 40px;
    position: relative;
    z-index: 99;
}

.prices-box-for-product {
    display: flex;
    gap: 1rem;
}

.product_section_all.module-7 {
    padding-top: 50px;
}

.product_section_all.module-5 {
    padding-top: 20px;
}

.section_head h4 {
    padding: 0 15px 0;
    font-size: 1.5rem;
    text-align: start;
    font-weight: 700;
}

.product-content button {
    padding: 8px 10px;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    /*background: #ca2752;*/
    border: 1px solid transparent;
    color: #fff;
    transition: .3s;
}

.product-content button:hover {
    background: black;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .4);
    
    svg {
        fill: #fff;
    }
}

.product-content span {
    font-weight: 600;
    color: #000;
}

/*.product_swiper {*/
/*  padding: 0 15px;*/
/*}*/

.product_swiper_carousel {
    padding: 20px 15px;
}

section .swiper-slide i.fa-heart {
    color: #c30c4c;
}

.product_swiper_carousel .swiper-wrapper {
    /* padding: 0 20px; */
}

.ln-cmp {
    line-height: 1.2;
    display: -webkit-box;
    padding: 0 15px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.world_tour_card {
    position: relative;
    border-radius: 15px;
    cursor: pointer;
    box-shadow: 0 0 15px 0 rgba(25, 25, 25, 0.15);
    overflow: hidden;
}

.product_cart_add_to_wishtlist {
    background: transparent;
    border: none;
    outline: none;
}

.tour_card_swi {
    color: #000;
    display: block;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 8px 0px rgba(25, 25, 25, 0.15);
}

.tour_card_swi_title p {
    margin-top: 5px;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.tour_card_swi_img {
    overflow: hidden;
    padding: 1rem;
    height: 260px;
    position: relative;
}

.tour_card_swi_img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: contain;
}

.tour_card_swi:hover img {
    transform: scale(1.1);
}

.tour_card_swi hr {
    width: 150px;
    margin: 10px auto;
}

.tour_card_swi_desc_star {
    font-size: 18px;
    text-align: center;
}

.tour_card_swi_price {
    justify-content: space-around;
    font-size: 18px;
    font-weight: 700;
    align-items: center;
}

.tour_card_swi_price button {
    padding: 8px 10px;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    background: #ca2752;
    border: 1px solid transparent;
    color: #fff;
    transition: .3s;
}

.product__button-icon {
    width: 24px;
    height: 24px;
    fill: #000;
}

.swiper-button-next_tours {
    position: absolute;
    font-size: 22px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev_tours {
    position: absolute;
    font-size: 22px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
    background: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tgg {
    background: red
}

.tour_card_swi_price button:hover {
    background: black;
    box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, .4);
}

.world_tour_card::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.world_tour_card_img {
    height: 100%;
}

.world_tour_card img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
    object-fit: cover;
    z-index: 2;
}

.world_tour_card:hover img {
    transform: scale(1.12);
}

.world_tour_card_desc,
.world_toru_card_info {
    position: absolute;
    padding: 0 15px 35px;
    left: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
    bottom: 0;
    font-size: 12px;
}

.world_tour_card_desc h4 {
    font-size: 29px;
    font-weight: 500;
}

.world_tour_card_desc p {
    font-size: 18px;
    line-height: 1.3;
}

.world_toru_card_info {
    padding: 8px 20px;
    background: #fff;
    top: 20px;
    bottom: inherit;
    left: inherit;
    font-weight: 500;
    right: 20px;
    border-radius: 7px;
    color: #555;
}

.world_tour_card_desc_price,
.world_tour_card_desc_price_all {
    gap: 5px;
    font-size: 16px;
}

.world_tour_card_desc_price_all {
    gap: 10px;
}

.swiper_button {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}

.slider__nav-icon {
    width: 27px;
    height: 27px;
    fill: #ca0c4f;
}

.swiper_product_left {
    left: 0px;
}

.swiper_product_right {
    right: 2px;
}

.swiper_product_right svg {
    transform: rotate(180deg);
}

@media only screen and (max-width: 992px) {
    .world_tour_cards {
        display: grid;
        grid-template-columns: calc(50% - 10px) calc(50% - 10px);
        grid-template-rows: inherit;
    }

    .world_tour_card {
        grid-area: inherit !important;
        max-height: 280px;
    }
}

@media only screen and (max-width: 768px) {
    .world_tour_cards {
        display: grid;
        grid-template-columns: 100%;
        grid-template-rows: initial;
    }

    .world_tour_card {
        grid-area: inherit !important;
        height: 280px;
    }

    .swiper_button {
        position: inherit;
        transform: inherit;
    }

    .swiper_buttons {

        padding: 30px 0 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }
}

/* product section end */
/* featured section */
.features_section {
    background: #e2e2e4;
    display: flex;
    position: relative;
    padding: 0 0 109px;
    /* height: 705px; */
    overflow: hidden;
    margin: -88px 0 0;
    justify-content: center;
}

.features_section_imgs {
    width: 100%;
    position: absolute;
    object-fit: contain;
}

.featured_section_left_img {
    width: 551px;
    height: 740px;
    z-index: 3;
    left: -150px;
}

.featured_section_right_img {
    width: 1137px;
    height: 100%;
    z-index: 2;
    right: -450px;
    object-fit: cover;
}

.features_section .container {
    padding: 0 200px;
    position: relative;
    z-index: 4;
}

.featur_logo img {
    max-width: 150px;
    width: 100%;
    object-fit: contain;
}

.featured_content {
    padding: 59px 0 0;
    width: 70%;
}

.featured_content_title {
    padding: 20px 0 0;
    font-size: 23px;
}

.featured_content ul {
    padding: 20px 0 40px;
    display: flex;
    gap: 30px;
    flex-direction: column;
}

.featured_content ul li {
    position: relative;
    padding: 0 0 0 30px;
}

.featured_content ul li ::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 3px;
    background: #dab897;
    left: 0;
}

.featured_content ul li h4 {
    color: #ca0c4f;
    line-height: 1.4;
    padding: 0 0 10px;
}

.featured_content ul li p {
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
}

.featured_content a.featured_link {
    height: 67px;
    padding: 0 90px;
    position: relative;
    display: block;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    background: linear-gradient(90deg, #920d33 0, #c30c4c 40%, #700d23);
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    width: fit-content;
}

.featured_content a.featured_link::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    height: 100%;
    background: url("/catalog/view/img/button--gradient-bg.png") no-repeat;
    background-size: cover;
    content: "";
}

@media only screen and (max-width: 1150px) {
    .featured_section_left_img {
        width: 451px;
        height: 740px;
        z-index: 3;
        left: -230px;
    }

    .features_section .container {
        padding: 0 100px 0 50px;
        position: relative;
        z-index: 4;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 60%;
    }
}

@media only screen and (max-width: 1150px) {
    .featured_section_left_img {
        width: 451px;
        height: 740px;
        z-index: 3;
        left: -230px;
    }

    .features_section .container {
        padding: 0 100px 0 50px;
        position: relative;
        z-index: 4;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 60%;
    }
}

@media only screen and (max-width: 1052px) {
    .featured_section_left_img {
        width: 451px;
        height: 740px;
        z-index: 3;
        left: -230px;
    }

    .features_section .container {
        padding: 0 130px 0 81px;
        position: relative;
        z-index: 4;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    .featured_section_left_img {
        display: none;
    }

    .features_section .container {
        padding: 0 40px;
        max-width: inherit;
        position: relative;
        z-index: 4;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 50%;
    }

    .featured_section_right_img {
        width: 1137px;
        height: 100%;
        z-index: 2;
        right: -650px;
        object-fit: cover;
    }

    .featured_section_left_img {
        display: none;
    }

    .features_section .container {
        padding: 0 40px;
        max-width: inherit;
        position: relative;
        z-index: 4;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 50%;
    }

    .featured_section_right_img {
        width: 1137px;
        height: 100%;
        z-index: 2;
        right: -650px;
        object-fit: cover;
    }
}

@media only screen and (max-width: 768px) {
    .featured_section_left_img {
        display: none;
    }

    .features_section {
        margin: 0;
    }

    .features_section .container {
        padding: 0 20px;
        max-width: 540px;
    }

    .featured_content {
        padding: 59px 0 0;
        width: 100%;
    }

    .featured_section_right_img {
        display: none;
    }
}

@media only screen and (max-width: 420px) {
    .featured_content a.featured_link {
        padding: 0 30px;
        width: 100%;
    }
}

/* featured section end */
/* about_video section */
.about_video_section {
    padding: 108px 0 157px;
    /* max-height: 100vh;  */
    overflow: visible;
    z-index: 12;
    overflow-y: visible;
    background: #f6f7f9;
    position: relative;
    overflow-x: clip;
}

.about-page-wrapper {
    /*text-align: center;*/
}

.about-page-heading-title {
    padding: 0 0 30px;
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #131e38;
    font-weight: 800;
}

.about-page-desc-wrap {
    color: #1c1e21;
    line-height: 1.5;
}

.bg_text {
    position: absolute;
    left: 80px;
    top: 50px;
    font-size: 117px;
    letter-spacing: 3px;
    color: #fff;
    font-weight: 300;
}

.video_decore {
    position: absolute;
}

.video_div_all {
    position: relative;
    z-index: 2;
    padding: 0 0 0 20px;
}

.video_decore_2 {
    left: -165px;
    top: 100px;
}

.video_decore_1 {
    left: -387px;
    top: 140px;
}

.video_decore_4 {
    right: -40px;
    overflow: hidden;
    top: 0;
    height: 100%;
}

.video_decore_4 img {
    width: 100%;
    height: 100%;
}

.video_decore_5 {
    display: none;
}

.video_div {
    max-width: 664px;
    text-align: center;
}

.video_div_head {
    padding: 20px 0;
}

.video_div_head h4 {
    font-size: 47px;
    padding: 0 0 20px;
    font-weight: 300;
    color: #333333;
}

.video_div_iframe {
    width: 100%;
    position: relative;
    height: 385px;
    background: url('https://static.insales-cdn.com/assets/1/846/1917774/1686651590/about-video__cover.jpg');
}

.video_div_iframe_play {
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about-video__play-icon {
    width: 120px;
    height: 120px;
    fill: #961823;
}

.video_decore_3 {
    bottom: 30px;
    right: -80px;
    z-index: 9999;
}

@media only screen and (max-width: 1299px) {
    .video_decore_4 {
        right: -100px;
        overflow: hidden;
        top: 0;
        height: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .video_decore_4 {
        right: -100px;
    }

    .video_div_head {
        text-align: start;
    }

    .video_div_head h4 {
        width: 80%;
    }
}

@media only screen and (max-width: 992px) {
    .video_decore_4 {
        display: none;
    }

    .about_video_section {
        padding: 90px 0;
    }

    .video_decore_5 {
        bottom: -50px;
        right: 0px;
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .video_decore_4 {
        display: none;
    }

    .video_decore_1 {
        display: none;
    }

    .video_decore_5 {
        bottom: -50px;
        right: 50px;
    }

    .video_div_iframe {
        height: 250px;
    }

    .about-video__play-icon {
        width: 60px;
        height: 60px;
    }

    .video_div_head h4 {
        width: 100%;
    }

    .bg_text {
        left: 30px;
    }

    .video_div_all {
        padding: 0;
    }
}

@media only screen and (max-width: 380px) {
    .bg_text {
        left: 20px;
        font-size: 80px;
    }

    .video_div_head h4 {
        font-size: 35px;
    }

    .video_div_iframe {
        height: 220px;
    }
}

/* about_video section end */
/* novelties_section */
.novelties_section {
    overflow-x: clip;
    overflow-y: visible;
    z-index: 11;
    /* height: 100vh; */
    /* background: url("/catalog/view/img/novelties__bg.jpg") center/cover; */
    position: relative;
    padding: 50px 0 50px;
}

.novelties_img {
    position: absolute;
}

.novelties_img_bg {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.novelties_img_1 {
    bottom: -140px;
    left: -290px;
}

.novelties_img_2 {
    left: 50%;
    bottom: -210px;
    transform: translateX(-50%);
}

.novelties_img_3 {
    left: -180px;
    bottom: -250px;
}

.novelties_img_7 {
    left: 80px;
    bottom: 10px;
}

.novelties_img_4 {
    right: 0;
    top: 140px;
}

.novelties_img_5 {
    top: 442px;
    left: 47%;
    transform: translate(-40%, -50%);
}

.novelties_img_6 {
    top: 0;
    width: 700px;
    right: -300px;
    overflow: hidden;
}

.novelties_img_6 img {
    transform: translate(0%, -80%);
    width: 100%;
}

.novelties_slider {
    position: relative;
    z-index: 99;
    padding: 90px 0 0;
}

.novelties_catalog_link {
    padding: 30px 0 20px;
    text-align: center;
}

.novelties_catalog_link a {
    font-size: 23px;
    font-weight: 400;
    color: #c30c4c;
    position: relative;
}

.novelties_catalog_link a::after {
    content: '';
    position: absolute;
    bottom: -7px;
    transition: .3s;
    left: 0;
    width: 0;
    height: 2px;
    background: #961823;
}

.novelties_catalog_link a:hover::after {
    width: 100%;
}

@media only screen and (max-width:768px) {

    .novelties_img_1,
    .novelties_img_2,
    .novelties_img_4,
    .novelties_img_6,
    .novelties_img_7,
    .video_decore_3,
    .novelties_img_3 {
        display: none;
    }
}

/* novelties_section end */

/* cosmetic_section */
.cosmetic_section {
    padding: 50px 0;
}

.cosmetic_section_grid {
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(3, 1fr);
    border-radius: 84px 0 84px 0;
    overflow: hidden;
    margin: 50px 0 0;
}

.cosmetic_section .container {
    height: 100%;
}

.cosmetic_section_card {
    position: relative;
    min-height: 390px;
    overflow: hidden;
}

.cosmetic_section_card:nth-child(1) {
    grid-area: 1 / 1 / 2 / 7;
}

.cosmetic_card_img_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    object-fit: cover;
    height: 100%;
    transition: all .3s;
}

.cosmetic_section_card:hover .cosmetic_card_img_1 {
    transform: scale(1.05);
}

.cosmetic_card_img_2 {
    position: absolute;
    right: -30px;
    top: 50%;
    z-index: 5;
    /* width: 100%; */
    /* height: 100%; */
    transform: translateY(-50%);
}

.cosmetic_card_bg {
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.8;
    height: 100%;
    z-index: 4;
    left: 0;
    background: linear-gradient(90deg, #920d33 0, #c30c4c 40%, #700d23);
}

.cosmetic_card_1 {
    display: flex;
    justify-content: space-between;
}

.cosmetic_card_1 ul {
    color: #fff;
    position: relative;
    z-index: 6;
    padding: 50px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cosmetic_card_1 ul li:first-child {
    font-size: 29px;
    font-weight: 400;
    padding: 0 0 15px;
}

.cosmetic_card_1 ul li:not(:first-child) a {
    color: #fff;
    font-weight: 400;
}

.cosmetic_card_1_link {
    position: relative;
    z-index: 99;
    display: flex;
    gap: 10px;
    align-items: flex-end;
    color: #fff;
    justify-content: flex-end;
    padding: 0 20px 30px;
    font-size: 20px;
    font-weight: 400;
}

.cosmetic_card_1_link span {
    width: 60%;
    line-height: 1.4;
}

.cosmetic_card_1_link svg {
    fill: #fff;
    width: 30px;
    height: 30px;
    transform: rotate(230deg);
}

.cosmetic_section_card:nth-child(2) {
    grid-area: 1 / 7 / 2 / 11;
}

.cosmetic_card_2 {
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.cosmetic_card_2 .cosmetic_card_bg {
    background: rgb(68 68 68 / 29%);
}

.cosmetic_card_2 .cosmetic_card_1_link {
    justify-content: flex-start;
    min-width: 250px;
    gap: 15px;
    font-size: 21px;
}

.cosmetic_card_2 .cosmetic_card_1_link span {
    white-space: nowrap;
    width: fit-content;
}

.cosmetic_section_card:nth-child(3) {
    grid-area: 2 / 1 / 3 / 5;
}

.cosmetic_section_card:nth-child(4) {
    grid-area: 2 / 5 / 3 / 11;
}

.cosmetic_section_card:nth-child(5) {
    grid-area: 3 / 1 / 4 / 7;
}

.cosmetic_section_card:nth-child(6) {
    grid-area: 3 / 7 / 4 / 11;
}

@media only screen and (max-width: 992px) {
    .cosmetic_card_1 {
        flex-direction: column;
    }

    .cosmetic_card_1_link {
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 768px) {
    .cosmetic_section_grid {
        grid-template-columns: 100%;
        grid-template-rows: inherit;
    }

    .cosmetic_section_card:nth-child(1) {
        grid-area: inherit;
    }

    .cosmetic_section_card:nth-child(2) {
        grid-area: inherit;
    }

    .cosmetic_section_card:nth-child(3) {
        grid-area: inherit;
    }

    .cosmetic_section_card:nth-child(4) {
        grid-area: inherit;
    }

    .cosmetic_section_card:nth-child(5) {
        grid-area: inherit;
    }

    .cosmetic_section_card:nth-child(6) {
        grid-area: inherit;
    }

    .cosmetic_section .section_head h4 {
        font-size: 27px;
    }
}

/* cosmetic_section end */
/* official_section */
.official_section {
    padding: 70px 0;
    overflow-x: clip;
    overflow-y: visible;
    position: relative;
}

.official_section_img {
    position: absolute;
}

.official_section_img_bg_1 {
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
}

.official_section_img_1 {
    top: 70px;
    left: -30px;
    z-index: 2;
}

.official_section_img_2 {
    top: 60px;
    z-index: 2;
    right: 50%;
}

.official_section_img_3 {
    top: 90px;
    right: 20px;
    z-index: 2;
}

.official_section_head_width_img {
    position: relative;
    z-index: 3;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.official_section_text h3 {
    color: #333;
    font-size: 34px;
    width: 80%;
    position: relative;
    padding: 0 0 25px;
    line-height: 1.4;
}

.official_section_text h3::after {
    position: absolute;
    content: '';
    width: 20%;
    height: 1px;
    bottom: 0;
    left: 0;
    background: #333;
}

.official_section_text p {
    font-size: 21px;
    padding: 20px 0;
    line-height: 1.4;
}

.official_section_cards {
    padding: 10px 75px 0;
    position: relative;
    gap: 20px;
    margin: -8px 0 0;
    display: grid;
    grid-template-columns: 30% 30% 30%;
    color: #fff;
    font-weight: 400;
    z-index: 99;
    border-radius: 84px 0 0 0;
    background: linear-gradient(90deg, #6e0d21 0, #c30c4c 45%, #5c0d18);
}

.official_bg_img {
    position: absolute;
    left: 10px;
    opacity: 0.4;
    top: -30px;
}

.official_section_card {
    position: relative;
    z-index: 5;
    padding: 90px 0 25px;
}

.official_section_card img {
    /* margin: -60px 0 0; */
    position: absolute;
    left: 0;
    width: 160px;
    object-fit: contain;
}

.official_section_card img.official_section_card_img_1 {
    top: -80px;
    width: 215px;
}

.official_section_card_img_2 {
    top: -131px;
}

.official_section_card_img_3 {
    top: -100px;
}

.official_section_card h4 {
    font-size: 16px;
    font-weight: 700;
    line-height: 19.5px;
    margin: -15px 0 0;
    padding: 0 0 20px;
}

.official_section_card_down {
    display: flex;
    align-items: flex-start;
}

.official_section_card_down p {
    font-size: 16px;
    font-weight: 400;
    line-height: 22.42px;
    margin: 0 7px 75px 0;
    padding: 0 0 0 20px;
    border-left: 2px solid #fff;
}

.official_section_card_down span {
    font-size: 134px;
    font-weight: 400;
    transform: translateY(44px);
}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 992px) {
    .official_section_cards {
        grid-template-columns: 45% 45%;
        border-radius: 84px 0 0 0;
    }

    .official_section_head_width_img {
        align-items: flex-start;
    }

    .official_section_text h3 {
        font-size: 25px;
    }

    .official_section_text p {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .official_section_img_head {
        display: none;
    }

    .official_section_head_width_img {
        padding: 0 0 40px;
    }

    .official_section_cards {
        grid-template-columns: 100%;
        border-radius: 84px 0 0 0;
    }

    .official_section_card {
        padding: 30px 25px;
    }

    .official_section_card img {
        top: 0 !important;
        position: inherit;
    }
}

@media only screen and (max-width: 450px) {
    .official_section_card img {
        width: 100% !important;
        max-width: 250px;
    }

    .official_section_cards {
        padding: 20px 10px;
    }

    .official_section_card_down span {
        font-size: 85px;
    }
}

/* official_section end */
/* faq */
.faq_section {
    padding: 30px 0 0;
    position: relative;
    font-weight: 400;
    overflow-y: visible;
    overflow-x: clip;
}

.faq_section_decore_img_1 {
    position: absolute;
    left: -30px;
    top: 170px;
    z-index: 2;
}

.faq_section_decore_img_2 {
    position: absolute;
    right: 20px;
    top: 110px;
    z-index: 2;
}

.faq_bg_text {
    position: absolute;
    right: -80px;
    top: 240px;
    z-index: 1;
    opacity: 0.1;
    color: rgba(127, 127, 127, 0.63);
    font-size: 150px;
    transform: rotate(90deg);
}

.faq_sides {
    /* height: 100vh; */
    min-height: 90vh;
    display: grid;
    position: relative;
    z-index: 10;
    grid-template-columns: 35% 60%;
}

.faq_left {
    position: relative;
    height: 100%;

}

.faq_left_imgs {
    position: relative;
    height: 100%;
}

.faq_left_imgs p {
    transform: translateY(-20px);
}

.faq_left_imgs p strong {
    color: #ca0c4f;
    font-size: 16px;
    line-height: 19.5px;
    padding: 0 0 10px;
}

.faq_left_imgs p span {
    font-weight: 400;
}

.faq_left_imgs img {
    position: absolute;
    width: 100%;
    max-height: 650px;
    object-fit: contain;
    bottom: 0;
    left: 0;
}

.faq_left_imgs img.faq_img_1 {
    bottom: 0px;
    width: calc(100% + 70px);
}

.faq_right {
    padding: 40px 0 0 80px;
}

.faq_right h4 {
    font-size: 36px;
    width: 80%;
    line-height: 1.1;
    padding: 0 0 40px;
    color: #333;
}

.faq_questions {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.faq_question_answer {
    display: none;
}

.faq_questions li p.faq_question {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    line-height: 19.5px;
    color: #ca0c4f;
    display: flex;
    align-items: flex-start;
    padding: 0 20px 20px 0;
    gap: 10px;
}

.faq_questions li p.faq_question span {
    width: fit-content;
}

.faq_question_answer {
    padding: 0 0 0 20px;
    margin: 0 0 40px;
    border-left: 3px solid #d0a67c;
}

.faq_question_answer p {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

@media only screen and (max-width: 1200px) {
    .faq_left_imgs p {
        transform: translateY(40px);
    }
}

@media only screen and (max-width: 992px) {
    .faq_sides {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }

    .faq_left_imgs img.faq_img_2 {
        height: 100%;
    }

    .faq_left_imgs img.faq_img_1 {
        bottom: 0px;
        width: calc(100% + 10px);
    }

    .faq_right {
        grid-area: 1 / 1 / 2 / 5;
        padding: 0 0 40px;
    }

    .faq_left {
        grid-area: 2 / 2 / 3 / 4;
    }

    .faq_left_imgs img.faq_img_1 {
        transform: inherit;
    }

    .faq_section {
        padding: 30px 0 0;
    }

    .faq_left_imgs p {
        transform: translateX(-80px);
    }
}

@media only screen and (max-width: 768px) {
    .faq_section_decore_img_2 {
        display: none;
    }

    .faq_left_imgs img {
        top: inherit;
        bottom: 0;
    }

    .faq_left_imgs img.faq_img_1 {
        /* top: 50px; */
        width: 100%;
    }

    .faq_right {
        padding: 0 0 60px;
    }
}

@media only screen and (max-width: 550px) {
    .faq_section_decore_img_1 {
        display: none;
    }

    .faq_right h4 {
        font-size: 30px;
    }

    .faq_left {
        grid-area: 2 / 2 / 3 / 4;
    }

    .faq_left_imgs img.faq_img_1 {
        /* top: 140px; */
        width: 100%;
    }

    .faq_questions li p.faq_question span {
        font-size: 15px;
    }
}

@media only screen and (max-width:520px) {
    .faq_sides {
        display: flex;
        flex-direction: column-reverse;
    }

    .faq_section_decore_img_1 {
        display: none;
    }

    .faq_right h4 {
        font-size: 30px;
    }

    .faq_right {
        padding: 0 0 30px;
    }

    .faq_left {
        grid-area: 2 / 1 / 3 / 5;
    }

    .faq_left_imgs p {
        transform: translateY(0px);
    }

    .faq_img_2 {
        position: relative !important;
        width: 60% !important;
    }

    .faq_left_imgs img.faq_img_1 {
        /* top: 200px; */
        width: 100%;
    }

    .faq_questions li p.faq_question span {
        font-size: 15px;
    }
}

/* faq end*/
/* section_follow_us */
.follow_us_section {
    padding: 100px 0 10px;
    /* height: 130vh; */
    border-radius: 0 84px 0 0;
    background: url("/catalog/view/img/follow-us-bg.jpg") center/cover;
}

.follow_us_head {
    color: #fff;
    text-align: center;
}

.follow_us_head h4 {
    font-size: 42px;
    padding: 0 0 20px;
    color: #f3cda6;
    font-weight: 400;
}

.follow_us_head p {
    font-weight: 400;
}

.folow_us_cards {
    display: flex;
    justify-content: space-between;
    padding: 80px 0 40px;
    position: relative;
}

.folow_us_cards::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    background: rgba(222, 222, 222, 0.712);
    width: 32%;
}

.follow_us_card {
    flex: 0 0 30%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    gap: 20px;
}

.follow_us_card img {
    height: 160px;
}

.follow_us_form_all {
    text-align: center;
    padding: 30px 0 20px;
}

.follow_us_form_all h5 {
    font-size: 21px;
    color: #f3cda6;
    font-weight: 400;
    padding: 0 0 30px;
}

.follow_us_form {
    text-align: center;
}

.follow_us_form_label {
    background: #fff;
    border-radius: 16px;
    border: none;
    outline: none;
    overflow: hidden;
    width: fit-content;
    padding: 5px 20px;
    display: flex;
    margin: 0 auto;
    align-items: center;
    color: #c30c4c;
    font-size: 18px;
    gap: 10px;
}

.follow_us_form_label input {
    border: none;
    width: 100%;
    outline: none;
    background: transparent;
}

.follow-us-form-btn {
    width: 430px;
    height: 70px;
    border-radius: 0 14px 14px 14px;
    background: url("/catalog/view/img/follow-us-form-btn-bg.png") center/cover;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    border: none;
    outline: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    padding: 0 45px;
    margin: 30px auto;
}

.follow_us_form_policy {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

@media only screen and (max-width: 992px) {
    .folow_us_cards {
        display: grid;
        grid-template-columns: calc(50% - 40px) calc(50% - 40px);
        gap: 40px;
    }

    .folow_us_cards::after {
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
    .folow_us_cards {
        display: grid;
        grid-template-columns: 100%;
        gap: 40px;
    }

    .follow-us-form-btn {
        font-size: 16px;
        width: 100%;
    }
}

/* section_follow_us_end */
/* map */
main #map-section #map {
    height: 60vh;
}

/* map */
/* mailing */
.mailing_form {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.mailing_section {
    padding: 90px 0;
    background: url("/catalog/view/img/mailing-bg.jpg") center/cover;
}

.mailing_section form label {
    margin: 0;
    border-radius: 40px;
}

.mailing-item-button {
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    border: none;
    outline: none;
    padding: 19px 24px;
    background: url("/catalog/view/img/mailing-button-bg.png") center/cover;
    border-radius: 0 14px 14px 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

.main-site-banner {
    position: fixed;
    border-radius: 5px;
    border: 3px solid #eee;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 88%;
    height: 65%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    z-index: 9999;
}

.banner-x {
    position: absolute;
    right: 3px;
    margin: 0;
    padding: 0;
    top: 15px;
    outline: none;
    border: none;
    transform: translate(-50%,-50%);
    font-size: 19px;
    color: #333;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
    height: 19px;
    width: 19px;
}

.banner-image-box {
    width: 100%;
    height: 100%;
}

.banner-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:500px) {
    .mailing_section form label {
        width: 100%;
        padding: 15px 15px;
    }

    .mailing_form {
        display: grid;
        grid-template-columns: 100%;
    }
}

/* mailing end */
/* footer */

/*.footer-sheet {*/
/*    width: 61px;*/
/*    height: 63px;*/
/*    right: 194px;*/
/*    top: -24px;*/
/*    position: absolute;*/
/*    z-index: 2;*/
/*}*/

/*.footer {*/
/*    background-color: #fff;*/
/*    overflow: visible !important;*/
/*    padding-top: 0 !important;*/
/*    position: relative;*/
/*}*/

/*.footer-bg-container {*/
/*    padding: 0 20px;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: hidden;*/
/*}*/

/*.footer-bg-inner {*/
/*    max-width: 1180px;*/
/*    margin: 0 auto;*/
/*    height: 100%;*/
/*    position: relative;*/
/*}*/

/*.footer-top {*/
/*    max-width: 1180px;*/
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-top: 46px;*/
/*    padding-bottom: 24px;*/
/*    position: relative;*/
/*}*/

/*.footer-top-line {*/
/*    max-width: 1140px;*/
/*    margin: 0 auto;*/
/*    height: 1px;*/
/*    background-color: #e5e5e5;*/
/*}*/

/*.footer-col-title {*/
/*    font-size: 18px;*/
/*    color: #ca2752;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.footer-nav-item {*/
/*    display: block;*/
/*    margin-bottom: 15px;*/
/*    line-height: 1.4;*/
/*    color: #000000;*/
/*    font-size: 15px;*/
/*    width: max-content;*/
/*}*/

/*.footer-nav-items-2 {*/
/*    display: flex;*/
/*}*/

/*.footer-nav-items-2-col {*/
/*    margin-right: 44px;*/
/*}*/

/*.footer-nav-item.pinkline:after {*/
/*    content: "";*/
/*    display: block;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background-color: #dd7591;*/
/*}*/

/*.footer-nav-item.line {*/
/*    text-decoration: underline;*/
/*    text-underline-position: under;*/
/*}*/

/*.footer-nav-item.short {*/
/*    width: 210px;*/
/*}*/

/*.footer-logo {*/
/*    width: 142px;*/
/*    display: block;*/
/*    margin-right: 0;*/
/*    margin-left: auto;*/
/*    margin-bottom: 20px;*/
/*}*/

/*.footer-logo img {*/
/*    width: 100%;*/
/*}*/

/*.footer-top-col-cart-logo {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: flex-end;*/
/*    height: 100%;*/
/*    padding-bottom: 10px;*/
/*}*/

/*.footer-bottom {*/
/*    max-width: 1180px;*/
/*    margin: 0 auto;*/
/*    padding: 0 20px;*/
/*    position: relative;*/
/*    z-index: 4;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    padding-top: 27px;*/
/*    padding-bottom: 34px;*/
/*}*/

/*.footer-copyright-text {*/
/*    font-size: 12px;*/
/*    font-weight: 400;*/
/*    color: #000;*/
/*    line-height: 1.5;*/
/*    width: 420px;*/
/*    margin-bottom: 15px;*/
/*}*/

/*.footer-copyright-text a {*/
/*    color: #ca0c4f;*/
/*    text-decoration: underline;*/
/*}*/

/*.footer-pay-reqs {*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.footer-pay-reqs-title {*/
/*    font-size: 18px;*/
/*    color: #ca2752;*/
/*    margin-right: 8px;*/
/*}*/

/*.footer-pay-reqs img {*/
/*    width: 126px;*/
/*}*/

/*.footer-bottom-col-title {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #333333;*/
/*    margin-bottom: 4px;*/
/*}*/

/*.footer-bottom-col-phone-container {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 4px;*/
/*}*/

/*.footer-bottom-col-phone-container a {*/
/*    width: 24px;*/
/*    display: block;*/
/*    margin-right: 4px;*/
/*}*/

/*.footer-bottom-col-phone-container a img {*/
/*    width: 100%;*/
/*}*/

/*footer a {*/
/*    transition: .3s;*/
/*}*/

/*footer a:hover {*/
/*    opacity: 0.6;*/
/*}*/

/*.footer-bottom-col-phone-container .footer-bottom-col-phone {*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    color: #333333;*/
/*    display: flex;*/
/*    margin-right: 10px;*/
/*    width: max-content;*/
/*}*/

/*.footer-bottom-col-phone {*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    color: #333333;*/
/*    display: flex;*/
/*    margin-right: 10px;*/
/*    width: max-content;*/
/*}*/

/*.footer-bottom-col-mail {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #ca0c4f;*/
/*    display: block;*/
/*    margin: 10px 0 15px;*/
/*    text-decoration: underline;*/
/*}*/

/*.footer-bottom-col-inst {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #ca0c4f;*/
/*    display: flex;*/
/*    align-items: center;*/
/*}*/

/*.footer-bottom-col-inst img {*/
/*    width: 21px;*/
/*    margin-right: 8px;*/
/*}*/

/*.footer-bottom-col-site {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #ca0c4f;*/
/*    display: block;*/
/*    margin-bottom: 4px;*/
/*    margin-top: 14px;*/
/*    text-decoration: underline;*/
/*}*/

/*.footer-bottom-col-text {*/
/*    font-size: 16px;*/
/*    font-weight: 400;*/
/*    color: #333333;*/
/*    margin-top: 5px;*/
/*}*/

/*.footer-bg {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: -15px;*/
/*}*/

/*.footer-logo.mob {*/
/*    display: none;*/
/*}*/

/*@media (max-width: 1180px) {*/
/*    .footer-top {*/
/*        padding-top: 3.898vw;*/
/*        padding-bottom: 2.033vw;*/
/*    }*/

/*    .footer-col-title {*/
/*        font-size: 1.525vw;*/
/*        margin-bottom: 1.694vw;*/
/*    }*/

/*    .footer-nav-item {*/
/*        margin-bottom: 1.271vw;*/
/*        font-size: 1.525vw;*/
/*    }*/

/*    .footer-nav-items-2-col {*/
/*        margin-right: 3.389vw;*/
/*    }*/

/*    .footer-nav-item.short {*/
/*        width: 17.796vw;*/
/*    }*/

/*    .footer-logo {*/
/*        width: 12.033vw;*/
/*        margin-bottom: 1.694vw;*/
/*    }*/

/*    .footer-top-col-cart-logo {*/
/*        padding-bottom: 0.847vw;*/
/*    }*/

/*    .footer-bottom {*/
/*        padding-top: 2.288vw;*/
/*        padding-bottom: 2.881vw;*/
/*    }*/

/*    .footer-copyright-text {*/
/*        font-size: 1.016vw;*/
/*        width: 35.593vw;*/
/*        margin-bottom: 1.271vw;*/
/*    }*/

/*    .footer-pay-reqs-title {*/
/*        font-size: 1.525vw;*/
/*        margin-right: 0.677vw;*/
/*    }*/

/*    .footer-pay-reqs img {*/
/*        width: 10.677vw;*/
/*    }*/

/*    .footer-bottom-col-title {*/
/*        font-size: 1.355vw;*/
/*        margin-bottom: 0.338vw;*/
/*    }*/

/*    .footer-bottom-col-phone-container {*/
/*        margin-bottom: 0.338vw;*/
/*    }*/

/*    .footer-bottom-col-phone-container a {*/
/*        width: 2.033vw;*/
/*        margin-right: 0.338vw;*/
/*    }*/

/*    .footer-bottom-col-phone-container .footer-bottom-col-phone {*/
/*        font-size: 1.355vw;*/
/*        margin-right: 0.847vw;*/
/*    }*/

/*    .footer-bottom-col-phone {*/
/*        font-size: 1.355vw;*/
/*        margin-right: 0.847vw;*/
/*    }*/

/*    .footer-bottom-col-mail {*/
/*        font-size: 1.355vw;*/
/*        margin-bottom: 0.338vw;*/
/*    }*/

/*    .footer-bottom-col-inst {*/
/*        font-size: 1.355vw;*/
/*    }*/

/*    .footer-bottom-col-inst img {*/
/*        width: 1.779vw;*/
/*        margin-right: 0.677vw;*/
/*    }*/

/*    .footer-bottom-col-site {*/
/*        font-size: 1.355vw;*/
/*        margin-bottom: 0.338vw;*/
/*        margin-top: 1.186vw;*/
/*    }*/

/*    .footer-bottom-col-text {*/
/*        font-size: 1.355vw;*/
/*        margin-top: 0.423vw;*/
/*    }*/

/*    .footer-bg {*/
/*        top: -1.271vw;*/
/*    }*/

/*    .footer-sheet {*/
/*        width: 5.169vw;*/
/*        height: 5.338vw;*/
/*        right: 19.915vw;*/
/*        top: -2.033vw;*/
/*    }*/
/*}*/

/*@media (max-width: 768px) {*/
/*    .footer-top {*/
/*        flex-direction: column;*/
/*    }*/

/*    .footer-col-title {*/
/*        font-size: 18px;*/
/*        margin-bottom: 20px;*/
/*    }*/

/*    .footer-nav-item {*/
/*        font-size: 15px !important;*/
/*        font-weight: 400;*/
/*        line-height: 1.4;*/
/*        margin-bottom: 15px;*/
/*    }*/

/*    .footer-nav-item.short {*/
/*        width: 100%;*/
/*    }*/

/*    .footer-nav-items-2 {*/
/*        flex-direction: column;*/
/*    }*/

/*    .footer-nav-items-2-col {*/
/*        margin-right: 0;*/
/*    }*/

/*    .footer-top-col-cart-logo {*/
/*        display: none;*/
/*    }*/

/*    .footer-top {*/
/*        padding: 41px 0;*/
/*    }*/

/*    .footer-top-col {*/
/*        padding: 0 55px;*/
/*    }*/

/*    .footer-top-line {*/
/*        display: none;*/
/*    }*/

/*    .footer-bottom {*/
/*        flex-direction: column;*/
/*        padding: 0;*/
/*        padding-bottom: 50px;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(1) {*/
/*        order: 3;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(2) {*/
/*        order: 1;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(3) {*/
/*        order: 1;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(2) {*/
/*        padding: 0 55px;*/
/*    }*/

/*    .footer-bottom-col-title {*/
/*        font-size: 16px;*/
/*    }*/

/*    .footer-bottom-col-phone-container .footer-bottom-col-phone {*/
/*        font-size: 16px;*/
/*        margin-right: 8px;*/
/*        margin-top: 0;*/
/*    }*/

/*    .footer-bottom-col-phone-container a {*/
/*        width: 23px;*/
/*        margin-right: 4px;*/
/*    }*/

/*    .footer-bottom-col-mail {*/
/*        font-size: 16px;*/
/*        margin-bottom: 4px;*/
/*    }*/

/*    .footer-bottom-col-inst {*/
/*        font-size: 16px;*/
/*    }*/

/*    .footer-bottom-col-inst img {*/
/*        width: 20px;*/
/*        margin-right: 8px;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(1) {*/
/*        padding: 0 30px;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*    }*/

/*    .footer-bottom .footer-bottom-col:nth-child(3) {*/
/*        padding: 0 30px;*/
/*        display: flex;*/
/*        flex-direction: column;*/
/*        justify-content: center;*/
/*        align-items: center;*/
/*        text-align: center;*/
/*        margin-top: 40px;*/
/*        margin-bottom: 16px;*/
/*    }*/

/*    .footer-bottom-col-phone {*/
/*        font-size: 16px;*/
/*        margin-top: 6px;*/
/*    }*/

/*    .footer-bottom-col-site {*/
/*        font-size: 16px;*/
/*    }*/

/*    .footer-bottom-col-text {*/
/*        font-size: 16px;*/
/*    }*/

/*    .footer-copyright-text {*/
/*        font-size: 12px;*/
/*        width: 100%;*/
/*    }*/

/*    .footer-pay-reqs {*/
/*        flex-direction: column;*/
/*        margin-top: 12px;*/
/*    }*/

/*    .footer-pay-reqs img {*/
/*        width: 126px;*/
/*    }*/

/*    .footer-pay-reqs-title {*/
/*        font-size: 18px;*/
/*    }*/

/*    .footer-logo.mob {*/
/*        display: block;*/
/*        width: 142px;*/
/*        margin-right: auto;*/
/*        margin-bottom: 0;*/
/*        margin-top: 9px;*/
/*    }*/

/*    .footer-sheet {*/
/*        display: none;*/
/*    }*/
/*}*/

.cart {
    display: flex;
    margin-left: 31px;
    align-items: center;
}

.cart img {
    width: 17px;
    height: 18px;
    margin-right: 19px;
}

.cart a:not(.cart-count) {
    color: #fff;
    font-size: 12px;
    padding: 13px 15px;
}

.cart a.login_ico {
    font-size: 20px;
    padding: 0 18px 0 0;
}

.cart a.login_ico::after {
    display: none;
}

.cart-count {
    position: relative;
}

.account_dropdown_menu {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 17px;
    /*margin: 20px 0 0;*/
}

.cart a.wishlist_ico {
    color: #fff;
    padding: 0 18px 0 0;
}

.cart-count img {
    width: 25px;
    height: 31px;
    margin-right: 0;
    filter: grayscale(100%) brightness(200%) contrast(1000%) invert(100%);
-webkit-filter: grayscale(100%) brightness(200%) contrast(1000%) invert(100%);
-moz-filter: grayscale(100%) brightness(200%) contrast(1000%) invert(100%);
}

.shopping_product_count {
    display: flex;
}

:is(.checkout_product_count_minus, .checkout_product_count_plus) {
    outline: none;
    background-color: transparent;
    border: none;
}

:is(.checkout_product_count_minus, .checkout_product_count_plus):active {
    outline: none;
}

.cart-count-num {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 5px;
    padding-right: 5px;
}
footer{
    position: relative;
    overflow: hidden;
    background: #000;
}
.footer_main_logo_bg{
    position: absolute;
    top: 13%;
    left: 48%;
    transform: translate(0%, 0%);
    width: 65%;
    height: 65%;
    opacity: 0.1;
    object-fit: contain;
    z-index: 1;
}
.footer_main {
    padding: 60px 0 45px;
    position: relative;
    z-index: 2;
}
.footer_main > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    max-width: 1360px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    /*padding: 0 20px;*/
}

.footer_menu {
    width: calc(100% - 450px);
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    padding: 0 0 80px;
    position: relative;
}
.footer_menu article {
    width: calc(25% - 30px);
}
.footer_menu h3 {
    padding: 0 0 30px;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #fff;
}
.footer_menu ul {}
.footer_menu li {
    padding: 0 0 12px;
    font-size: 15px;
    line-height: 22px;
}
.footer_menu a {
    color: #ffffff9e;
    text-decoration: none;
}
.footer_menu a:hover {
    text-decoration: underline;
}

.apps_links {
    position: absolute;
    left: 0;
    bottom: 0;
}
.apps_links ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    padding: 15px 0 0;
    align-content: stretch;
    align-items: center;
}
.apps_links li {
    display: block;
    padding: 0 16px 0 0;
}
.apps_links li:last-child {
    padding: 0;
}
.apps_links a {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: stretch;
    align-items: stretch;
    width: auto;
    height: 54px;
    padding: 12px 20px 10px 54px;
    background-color: #F1F1F1;
    background-repeat: no-repeat;
    background-position: 20px 50%;
    border-radius: 4px;
    transition: all 0.15s linear;
}
.apps_links a.appstore {
    background-image: url(../img/apple_black_icon.svg);
}
.apps_links a.googleplay {
    background-image: url(../img/googleplay_black_icon.svg);
}
.apps_links a:hover {
    text-decoration: none;
    opacity: .8;
}
.apps_links span {
    display: block;
    padding: 0 0 0;
    font-size: 9px;
    line-height: 1.33;
    color: #000;
}
.apps_links strong {
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.footer_contacts {
    width: 350px;
}
.footer_contacts ul {}
.footer_contacts li {
    padding: 0 0 35px;
}
.footer_contacts li > p {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
}
.footer_contacts .email a {
    display: inline-block;
    padding: 0 0 0 27px;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    text-decoration: none;
    background: url(../img/footermailwhite.png) center / contain no-repeat;
    background-position: left;
}
.footer_contacts .email a:hover {
    text-decoration: underline;
}
.footer_contacts .phone a {
    display: inline-block;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    text-decoration: none;
    position: relative;
}
.footer_contacts .phone a:hover {
    text-decoration: underline;
}
.footer_contacts .phone p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
}

.footer_last {
    /*height: 54px;*/
    padding: 0 20px;
}
.footer_last > div {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    max-width: 1320px;
    padding: 10px 0 0;
    margin: 0 auto;
    position: relative;
    height: 100%;
    border-top: 1px solid rgba(24, 24, 24, 0.1);
}
.footer_last nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}
.footer_last nav li {
    display: inline-block;
    /*padding: 0 0 0 20px;*/
}
.footer_last nav li:first-child {
    padding: 0;
}
.footer_last nav a {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}
.footer_last nav a:hover {
    text-decoration: underline;
}
.copyright {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.jis {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}
.jis a {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 0 8px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.jis a:hover {
    text-decoration: underline;
}
.jis a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/jis.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}
@media only screen and (max-width: 1024px){
    .footer_main {
    padding: 30px 0;
}
.footer_main > div {
    display: block;
}

.footer_menu {
    width: 100%;
    padding: 0 0 60px;
    margin: 0 0 40px;
}

.footer_contacts {
    width: 100%;
}
.footer_contacts li {
    padding: 0 0 20px;
}

}
@media only screen and (max-width: 768px){
    .footer_main {
    padding: 30px 0;
}
.footer_main > div {
    display: block;
}

.footer_menu {
    display: block;
    width: 100%;
    padding: 0 0 60px;
    margin: 0 0 30px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: minmax(-webkit-min-content, -webkit-max-content);
    grid-auto-rows: minmax(min-content, max-content);
    grid-gap: 35px 24px;
}
.footer_menu article {
    width: auto;
}

.footer_contacts {
    width: 100%;
}
.footer_contacts li {
    padding: 0 0 20px;
}

.footer_last {
    height: auto;
}
.footer_last > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -ms-flex-wrap: nowrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 20px 0;
}

}

.footer_last {
    /*height: 54px;*/
    padding: 20px;
}
.footer_last > div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    border-top: 1px solid rgba(24, 24, 24, 0.1);
}
.footer_last nav ul {}
.footer_last nav li {
    display: inline-block;
    /*padding: 0 0 0 20px;*/
}
.footer_last nav li:first-child {
    padding: 0;
}
.footer_last nav a {
    font-size: 13px;
    line-height: 19px;
    color: #fff;
    text-decoration: none;
}
.footer_last nav a:hover {
    text-decoration: underline;
}

.copyright {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
}

.jis {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0, 0, 0, 0.7);
}
.jis a {
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 0 0 8px;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.7);
    position: relative;
}
.jis a:hover {
    text-decoration: underline;
}
.jis a::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    background: url(../img/jis.svg) no-repeat 50%;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 2px;
}

/* footer end */
/* internal pages */
/* about us */
.head {
    background-color: #f0f0f0;
}

.head-cont {
    padding: 140px 15px;
    position: relative;
}

.head h1 {
    margin-bottom: 45px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.12;
    width: 83%
}

.head-cont {
    padding: 140px 15px;
    position: relative
}

.cat-page,
.contact-page,
.full-page,
.static-page {
    margin-top: 74px
}

.page-content {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    padding: 85px 0
}

.text-styles ul {
    padding-left: 40px;
}

.text-styles ul li {
    list-style-type: disc;
    margin-bottom: 8px;
}

.text-styles ul li::marker {
    color: #92b33d;
}

.head h1 {
    margin-bottom: 45px;
    font-size: 55px;
    font-weight: 500;
    line-height: 1.12;
    width: 83%
}

.head-button1,
.head-button2 {
    color: #000;
    font-size: 14px;
    padding: 20px 45px;
    font-weight: 500;
    line-height: 1;
    border-radius: 5px;
    transition: .5s;
    display: inline-block
}

.head-button1 {
    margin-right: 15px;
    border: 2px solid #fed038;
    background-color: #fed038
}

.head-button1:hover {
    background-color: #fed44c
}

.head-button2:hover {
    background-color: #eaeaea
}

.head-button2 {
    border: 2px solid #000
}

.plan-grid-item,
.plan-grid-item:nth-child(10n+1),
.plan-grid-item:nth-child(10n+2),
.plan-grid-item:nth-child(10n+3),
.plan-grid-item:nth-child(10n+4),
.plan-grid-item:nth-child(10n+5) {
    border-bottom: 1px dashed #dee2ed
}

.static-head-img {
    position: absolute;
    right: 83px;
    top: 40px
}

.circle {
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background-color: #d9d9d9cc;
    position: relative;
    margin-left: auto;
    overflow: hidden;
    z-index: 1
}

.circle img {
    width: 100%;
    transform: rotate(20deg) scale(1.1);
    position: absolute;
    top: 25%;
    left: -10px;
    height: 250px;
    object-fit: cover
}

.circle.circle-social img {
    object-fit: contain;
    background: #fafafa
}

.static-head-rect {
    content: "";
    background-color: #fad037;
    transform: rotate(20deg);
    position: absolute;
    top: 100px;
    left: -55px;
    width: 120%;
    height: 275px
}

.text-styles h3,
.text-styles h3 u,
.text-styles h5,
.text-styles h5 u {
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: 700;
}

@media only screen and (max-width: 1200px) {
    .circle {
        width: 345px;
        height: 345px;
    }

    .circle img {
        height: 220px;
        top: 53px;
    }

    .static-head-rect {
        left: -13px;
        height: 241px;
        width: 110%;
        top: 47px;
    }
}

@media only screen and (max-width: 992px) {
    .circle {
        width: 270px;
        height: 270px
    }

    .contact-phone span,
    .contact-text span {
        font-size: 16px
    }

    .contact-text h2,
    .contact-text h2 a {
        font-size: 18px
    }

    .circle img {
        top: 38px;
        height: 167px
    }

    .static-head-img {
        right: 40px;
        top: 50%;
        transform: translateY(-50%)
    }

    .head-button1,
    .head-button2 {
        font-size: 13px;
        padding: 18px 20px
    }

    .head h1 {
        font-size: 40px;
        width: 61%
    }

    .static-head-rect {
        top: 30px;
        left: -34px;
        height: 185px
    }
}

@media only screen and (max-width: 768px) {
    .head-cont {
        padding: 340px 15px 40px;
    }

    .head h1 {
        text-align: center;
        width: 100%;
    }

    .head-cont .row {
        row-gap: 30px;
    }

    .static-head-img {
        top: 30px;
        transform: translateX(-50%);
        right: inherit;
        left: 50%;
    }

    .head-buttons {
        text-align: center;
    }
}

@media only screen and (max-width: 430px) {
    .circle {
        width: 235px;
        height: 235px;
    }

    .circle img {
        height: 150px;
    }

    .static-head-rect {
        left: -28px;
        height: 167px;
    }
}

@media only screen and (max-width: 330px) {
    .circle {
        width: 205px;
        height: 205px;
    }

    .circle img {
        height: 140px;
        top: 30px;
    }

    .static-head-rect {
        left: -13px;
        height: 155px;
        width: 110%;
        top: 25px;
    }

    .head-buttons {
        display: flex;
        flex-wrap: wrap;
        row-gap: 20px;
        align-items: center;
        justify-content: center;
    }
}

/* about us */
/* contact us */
.contact_all {
    padding: 40px 0;
}

.contact_head h1 {
    font-size: 36px;
    font-weight: 600;
    padding: 0 0 50px;
}

.contact_us_form_title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 0 30px;
}

.contact_us_form_title h4 {
    font-size: 20px;
    font-weight: 500;
}

.contact_us_form_title p {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.contact_us_form form {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 50px;
    justify-content: flex-end;
}

.contact_us_form form label {
    flex: 0 0 calc(50% - 10px);
    border-bottom: 2px solid #343434;
    padding: 10px 20px 10px 0;
    position: relative;
}

.contact_us_form form label input,
.contact_us_form form label textarea {
    border: none;
    outline: none;
    width: 100%;
    padding: 0 20px;
    font-size: 16px;
}

.contact_us_form form label textarea {
    width: 100%;
    min-height: 100px;
}

.contact_us_form form label span {
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    transition: .3s;
}

.contact_us_form form label.contact_us_form_textarea span {
    top: 15px;
}

.contact_us_form_textarea {
    flex: 0 0 100% !important;
}

.contact_us_form form label input:focus+span,
.contact_us_form form label input:valid+span,
.contact_us_form form label textarea:focus+span,
.contact_us_form form label textarea:valid+span {
    top: 0px;
    left: 0px;
    font-size: 12px;
}

.contact_us_form_submit {
    padding: 13px 63px;
    background: #000;
    border: 1px solid transparent;
    color: #fff;
    border-radius: 6px;
    transition: .3s;
    outline: none;
}

.contact_us_form_submit:hover {
    color: #000;
    border-color: #000;
    background: #fff;
}

.contact_us_line span {
    height: 100%;
    width: 1px;
    margin: 0 auto;
    background: #808080;
    display: block;
}

.contact_us_right {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contact_us_right_info h5 {
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 15px;
}

.contact_us_right_info p {
    font-size: 15px;
    color: #555;
    line-height: 1.4;
    padding: 0 0 15px;
}

.contact_us_right_link {
    display: flex;
    gap: 13px;
    align-items: center;
    color: #333;
    transition: .3s;
}

.contact_us_right_link:hover {
    opacity: 0.6;
}

.contact_us_right_link_icon {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ca0c4f;
    font-size: 14px;
    color: #fff;
}

.contact_map {
    padding: 50px 0 40px;
}

.contact_map #map {
    height: 350px;
}

#map img {
    object-fit: contain;
}

/* contact us end */
/* product section */
.product_section {
    padding: 50px 0;
}

.product_left {
    padding: 8px 10px;
    background: #fff;
    min-height: 400px;
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
    border-radius: 0 15px 15px 15px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    gap: 10px;
}

#myCarousel {
    /*flex: 0 0 80%;*/
    width: 100%;
}

#myCarousel a {
    height: 100%;
    display: block;
}

#myCarousel img {
    width: 100%;
    object-fit: contain;
    /*transform: translateX(30px);*/
}

.product_left_thumbs {
    padding: 20px 0;
    flex: 0 0 20%;
    display: flex;
    flex-direction: column;
    /*gap: 20px;*/
    align-items: center;
}

.product_left_thumbs a {
    position: relative;
    cursor: pointer;
}

.product_left_thumbs img,.product_left_thumbs video, .product_left_thumbs iframe {
    width: 100%;
    height: fit-content;
    max-width: 75px;
    height: 75px;
    padding: .25rem;
    background-color: var(--bs-body-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: 50%;
    object-fit: cover;
}

.product_left_thumbs_play {
    width: 35px !important;
    position: absolute;
    transition: .3s;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
}

.product_left_thumbs a:hover .product_left_thumbs_play {
    opacity: 1;
}

.product_right {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product_right_title {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 80%;
}

.product_right_title h1 {
    font-size: 28px;

    line-height: 1.4;
    font-weight: 400;
}

.product_right_title p {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 1.2;
}

.product_right_title span {
    width: 100%;
    max-width: 65px;
    background: #d3d3d3;
    height: 1px;
}

.product_right_descr p {
    font-size: 15px;
    font-weight: 400;
    color: #333333;
    line-height: 1.4;
    max-width: 460px;
    width: 100%;
}

.product-info-fav-item {
    font-size: 14px;
    color: #7f7f7f;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.product-info-fav-item img {
    max-width: 32px;
    max-height: 32px;
    margin-right: 12px;
}

.product-info-fav-item span {
    color: #ca0c4f;
    margin-right: 5px;
}

.product-available {
    margin: 0px 0px 20px;
    font-size: 15px;
    line-height: 10px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-available:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #0fce2d;
    border-radius: 50%;
    transition: all 0.2s linear;
}

.product_right_pricing span.product_price {
    font-size: 28px;
    font-weight: 400;
    color: #191919;
}

.price-old {
    opacity: .5;
    text-decoration-line: line-through;
}

.product_right_pricing button.product_right_pricing_buy {
    height: 67px;
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    min-width: 140px;
    max-width: 160px;
    width: 100%;
    float: right;
    background: transparent;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    transition: .4s all ease;
}

.product_right_pricing button.product_right_pricing_buy:hover {
    background: #000;
    color: #fff;
}

.adv_all {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .5rem;
}

.adv_card {
    padding: 1rem;
    border: 1px solid #eee;
    display: flex;
    flex-direction: column;
    gap: .4rem;
    border-radius: .5rem;
}

.adv_icon i {
    color: #ababab;
}

.adv_title span {
    line-height: 1.4;
}

/*.product_right_pricing button.product_right_pricing_buy::after {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    width: 115px;*/
/*    height: 100%;*/
/*    background: url("/img/button--gradient-bg.png") no-repeat;*/
/*    background-size: cover;*/
/*    content: "";*/
/*}*/

.product_right_add_to_fav {
    border: none;
    outline: none;
    background: transparent;
    padding: 0;
}

.product_right_add_to_fav svg {
    width: 20px;
    height: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    fill: rgba(202, 39, 82, 0);
    stroke: #d0d0d0;
    stroke-width: 0.4;
}

.product_right_add_to_fav:hover svg {
    fill: #cd1348;
    stroke: #cd1348;
}

.product_inner_description {
    padding: 20px 0 0;
    margin: 20px 0 0;
    border-top: 1px solid #d3d3d3;
}

.product_inner_description h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 20px;
}

.product_inner_description p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
}

/* product section end */
/*category page*/
.category_list {
    position: relative;
    height: 100%;
}

.category_list ul {
    display: flex;
    overflow: hidden;
    position: sticky;
    top: 0;
    left: 0;
    flex-direction: column;
    /*gap: 25px;*/
    /*padding: 26px 18px 30px;*/
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
    border-radius: 0 15px 15px 15px;
}

.category_list ul li {

    transition: .3s;
    /*background: rgb(25, 25, 25, 15%);*/
}

.category_list ul li a {
    color: #ca0c4f;
    transition: .3s;
    padding: 16px 20px;
}

.category_list ul li a:hover {
    background: #ca0c4f;
}

.category_list ul li:hover a {
    color: #fff;
}

.account_list ul {
    display: flex;
    overflow: hidden;
    flex-direction: column;
    /*gap: 25px;*/
    /*padding: 26px 18px 30px;*/
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
    border-radius: 0 15px 15px 15px;
}

.account_list ul li {

    transition: .3s;
    /*background: rgb(25, 25, 25, 15%);*/
}

.account_list ul li a {
    color: #ca0c4f;
    transition: .3s;
    padding: 16px 20px;
}

.account_list ul li a:hover {
    background: #ca0c4f;
}

.account_list ul li:hover a {
    color: #fff;
}

.product_category_head {
    padding: 0 0 30px;
}

.product_category_head h1 {
    font-size: 42px;
    font-weight: 400;
    text-align: center;
    color: #333333;
}

.category_product_list .swiper-slide {
    width: 100% !important;
}

.my_product_container {
    max-width: 1350px;
    padding: 0 40px;
    width: 100%;
}

.category_product_list .tour_card_swi_img {
    padding: 0 15px;
}

.my_category_filter_select {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.category_count_result p {
    font-size: 14px;
}

.breadcrumb li a {
    color: #999;
    font-weight: 400;
}

/*.category_list ul li:nth-child(1){*/
/*    padding: 16px 20px 8px;*/
/*}*/
/*.category_list ul li:last-child{*/
/*    padding: 8px 20px 1;*/
/*}*/
/*category page end*/
/* cart page */
.checkout_cart_all {
    padding: 50px 0
}

.checkout_cart_all h1 {
    font-size: 42px;
    font-weight: 400;
    color: #333333;
    padding: 0 0 33px;
    text-align: center;
    border-bottom: 1px solid #efefef;
}

.checkout_row {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    grid-template-rows: 1fr;
    padding: 30px 0 0;
    gap: 15px;
}

.checkout_left {
    grid-area: 1 / 1 / 2 / 2;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.checkout_left_titles {
    display: flex;
    align-items: center;
    padding: 0 20px 0 100px;
    gap: 46px;
    justify-content: flex-end;
}

.checkout_left_titles p:first-child {
    padding-right: 20px;
    flex: 0 0 27%;
}

.product_cart_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.checkout_product_cart {
    display: flex;
    color: #383838;
    border-radius: 0 15px 15px 15px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
    position: relative;
    padding: 0 30px 0 0;
    gap: 15px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.checkout_product_img {
    flex: 0 0 17%;
    padding: 35px 30px;
    height: 100%;
    border-right: 1px solid #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.checkout_product_img img {
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    max-height: 125px;
}

.checkout_product_title {
    padding: 35px 0;
    flex: 0 0 30%;
}

.checkout_product_title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #191919;
    padding: 0 0 14px;
}

.checkout_product_cat {
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 400;
    color: #ffffff;
    background-color: #ca2752;
    border-radius: 12px;
    padding: 5px 22px;
    width: fit-content;
}

.checkout_product_count {
    display: flex;
    align-items: center;
    gap: 5px;
}

.checkout_product_count span {
    font-size: 13px;
    cursor: pointer;
    color: #f7c2ad;
}

.checkout_product_count input {
    font-size: 20px;
    border: none;
    padding: 0;
    outline: none;
    width: fit-content;
    max-width: 28px;
    text-align: center;
}

.checkout_product_cart_remove {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.checkout_product_cart_remove button {
    background: transparent;
    border: none;
    outline: none;
}

.checkout_product_cart_remove span {
    display: flex;
    align-items: center;
    gap: 7px;
}

.checkout_product_cart_remove span i {
    color: #ca0c4f;
}

.product_card_right {
    text-align: center;
    padding: 20px 0;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
}

.product_card_right .text-end {
    /*display: none;*/
}

.product_card_right h4 {
    padding: 20px;
    border-bottom: 1px solid #eaeaea;
    font-weight: 600;
    font-size: 20px;
}

.product_card_right ul {
    padding: 30px 58px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product_card_right ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
}

.product_card_right ul li img:first-child {
    width: 20px;
}

.product_card_right ul li img {
    width: 120px;
}

.promodcode {
    padding: 0 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.promodcode h5 {
    font-size: 24px;
    font-weight: 500;
}

.promodcode form {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

.promodcode form input {
    padding: 12px 15px;
    flex: 0 0 75%;
    border-radius: 24px;
    outline: none;
    border: 1px solid #eaeaea;
}

.promodcode form button {
    border: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #000;
    font-weight: 600;
    font-size: 13px;
}

.promodcode a.checkout_confirm_order {
    padding: 1rem 0;
    border: 2px solid #000;
    text-align: center;
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    min-width: 200px;
    max-width: 220px;
    width: 100%;
    float: right;
    background: transparent;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    transition: .4s all ease;
    align-self: self-end;
}

.promodcode a.checkout_confirm_order i {
    transform: translateX(-10px);
    transition: .1s;
    opacity: 0;
}

.promodcode a.checkout_confirm_order:hover {
    background: #000;
    color: #fff;
}

.promodcode a.checkout_confirm_order:hover i {
    opacity: 1;
    transform: translateX(0);
}

@media only screen and (max-width: 1200px) {
    .checkout_left_titles p:first-child {
        padding-right: 50px;
    }

    .checkout_left_titles {
        gap: 30px;
        padding: 0 15px 0 110px;
    }
}

@media only screen and (max-width: 992px) {
    .checkout_left_titles {
        display: none;
    }

    .checkout_row {
        grid-template-columns: 1fr;
    }
}

/* cart page end */


/*wishlist*/

.wishlist_all {
    padding: 50px 0;
}

.wishlist_product_all {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tour_card_swi_img .discount_box {
    width: 140px;
    height: 140px;
    background: url("/catalog/view/img/discount-icon.png?v=2") center/contain no-repeat;
    transform: rotate(45deg) translate(0, -23px);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #eee;
}

.wishlist_titles {
    display: grid;
    grid-template-columns: repeat(2, 1.5fr) repeat(4, 1fr);
    grid-template-rows: 1fr;
    gap: 10px;
    padding: 0 15px;
}

.wishlist_titles p {
    font-weight: 600;
}

.wishlist_titles p:first-child {
    grid-area: 1 / 1 / 2 / 2;
}

.wishlist_titles p:nth-child(2) {
    grid-area: 1 / 2 / 2 / 3;
}

.wishlist_product_cards {
    display: grid;
    grid-template-columns: 1fr;
    max-height: 530px;
    padding: 10px;
    overflow-y: auto;
    gap: 10px;
}

.wishlist_product_cards::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.wishlist_product_cards::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #cfcfcf;
    border-radius: 10px;
}

/* Handle */
.wishlist_product_cards::-webkit-scrollbar-thumb {
    background: #ca0c4f;
    border-radius: 10px;
}

/* Handle on hover */
.wishlist_product_cards::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.wishlist_product_card {
    display: grid;
    grid-template-columns: 1.3fr 1.5fr repeat(3, 1fr) 1.2fr;
    grid-template-rows: 1fr;
    gap: 10px;
    color: #383838;
    border-radius: 0 15px 15px 15px;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0 15px 0 rgb(25, 25, 25, 15%);
    position: relative;
    padding: 10px 15px;
    line-height: 1.3;
    gap: 15px;
}

.wishlist_product_card img {
    width: 100%;
    max-width: 150px;
    max-height: 100px;
    object-fit: contain;
}

.wishlist_product_card h3 {
    font-size: 15px;
    padding: 0 15px;
    height: 90%;
    border-left: 1px solid #cfcfcf;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.wishlist_in_stock {
    display: flex;
    gap: 6px;
    align-items: center;
}

.wishlist_in_stock i {
    color: #ca0c4f;
}

.wishlist_product_card form {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wishlist_product_card form button {
    background: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    outline: none;
    padding: 5px 15px;
    transition: .3s;
    border-radius: 3px;
    font-size: 15px;
}

.wishlist_product_card form button.wishlist_add_to_cart {
    background: #ca0c4f;
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

.wishlist_product_card form button.wishlist_add_to_cart:hover {
    background: #fff;
    color: #ca0c4f;
    border-color: #ca0c4f;
}

.wishlist_add_to_cart img {
    width: 22px;
    filter: invert(1);
}

.wishlist_remove i {
    color: #ca0c4f;
}

.wishlist_continue_shopping {
    height: 57px;
    width: fit-content;
    margin: 25px 0 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(90deg, #920d33 0, #c30c4c 20%, #700d23);
    border: 0;
    background-size: 100%;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgb(202 39 82 / 40%);
    position: relative;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: .3s;
}

.wishlist_continue_shopping:hover {
    opacity: 0.6;
}

/* blogs code start */

#blogs {
    margin: 2rem 0;
    padding: 2rem 0;
    background: #eee;
}

.blog_card {
    display: flex;
    gap: 25px;
    height: 100%;
}

.blog_img {
    height: 280px;
}

.blog_img img {
    height: 100%;
    object-fit: cover;
}

.blog_content h3 {
    font-size: 10px;
    color: #f94781;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog_content h2 {
    height: 65px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 24px;
    font-weight: 600;
}

.blog_content span {
    color: #76748e;
    font-size: 14px;
    margin-bottom: 8px;
    display: inline-block;
}

.blog_content p {
    font-size: 15px;
    color: #353333;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 1rem;
    line-height: 1.4;
}

.blog_content a {
    display: block;
    font-size: 14px;
    color: #564080;
    text-transform: uppercase;
    letter-spacing: .5px;
    transition: .4s all ease;
}

.blog_content a:hover {
    text-decoration: underline;
}

/* blogs code end */

/*sophissmagazine code start*/

.sophissmagazine_grid {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    grid-template-rows: repeat(6, 1fr);
    gap: 1rem;
}

.sophissmagazine_grid > div:nth-child(1) { grid-area: 1 / 1 / 7 / 5; }
.sophissmagazine_grid > div:nth-child(2) { grid-area: 1 / 5 / 4 / 8; }
.sophissmagazine_grid > div:nth-child(3) { grid-area: 4 / 5 / 7 / 8; }
.sophissmagazine_grid > div:nth-child(4) { grid-area: 4 / 8 / 7 / 11; }
.sophissmagazine_grid > div:nth-child(5) { grid-area: 4 / 11 / 7 / 14; }
.sophissmagazine_grid > div:nth-child(6) { grid-area: 1 / 8 / 4 / 11; }
.sophissmagazine_grid > div:nth-child(7) { grid-area: 1 / 11 / 4 / 14; }

.magazine_content_all {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.magazine_grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.magazine_content_all {
    position: relative;
}

.magazine_content_all:hover::before,
.magazine_content_all:hover .magazine_content
{
    opacity: 1;
    visibility: visible;
}

.magazine_content_all::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #3838389e;
    height: 100%;
    opacity: 0;
    transition: .4s all ease;
    visibility: hidden;
}

.magazine_content {
    position: absolute;
    top: 50%;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: .4s all ease;
}

/* sophissmagazine code end */

@media only screen and (max-width: 1200px) {
    .wishlist_product_card h3 {
        font-size: 14px;
    }

    .wishlist_product_card p {
        font-size: 14px;
    }

    .wishlist_remove span {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    .wishlist_titles {
        display: none;
    }
.blogs-card-title{
    font-size: 18px;
    overflow-wrap: break-word;
}
    .wishlist_product_cards {
        display: flex;
    }
.blogs-card-more-link{
    font-size: 15px;
    padding: 10px 0 6px;
}
    .wishlist_product_card {
        display: flex;
        text-align: start;
        flex-direction: column;
        justify-content: flex-start;
    }

    .wishlist_product_card p {
        width: 100%;
    }

    .wishlist_titles p:first-child {
        grid-area: inherit;
    }

    .wishlist_titles p:nth-child(2) {
        grid-area: inherit;
    }

    .wishlist_product_card h3 {
        border: none;
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid #cfcfcf;
    }

    .wishlist_remove span {
        display: inline-block;
    }

    .wishlist_product_card form {
        width: 100%;
    }

    .wishlist_product_card form button {
        flex: 0 0 calc(50% - 10px);
        height: 32px;
    }

    .wishlist_product_card form button.wishlist_add_to_cart {
        padding: 8px 20px;
        justify-content: center;
        font-size: 15px;
    }

    .wishlist_product_card form button.wishlist_remove {
        background: #383838;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .wishlist_product_card form button.wishlist_remove i {
        color: #fff;
    }
}

@media only screen and (max-width: 500px) {
    .wishlist_product_cards {
        display: grid;
        grid-template-columns: 1fr;
    }

    .wishlist_product_card form button {
        flex: 0 0 calc(50% - 10px);
    }

}

/*wishlist end*/
/*login & register*/
.new_customer {
    gap: 14px;
    justify-content: space-between;
}

.new_customer_text {
    gap: 14px;
    flex-direction: column;
}

.new_customer h2 {
    font-size: 22px;
    font-weight: 600;
    color: #cb1253;
}

.new_customer p {
    line-height: 1.4;
    color: #a75400;
}

.register_link {
    gap: 19px;
    flex-direction: column;
}

.register_link span {
    color: #cb1253;
    font-weight: 600;
}

.new_customer_link {
    /*height: 67px;*/
    padding: 1rem 0;
    border: 2px solid #000;
    text-align: center;
    position: relative;
    display: block;
    color: #000;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    min-width: 140px;
    max-width: 160px;
    width: 100%;
    float: right;
    background: transparent;
    border-radius: 0 20px 20px 20px;
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    transition: .4s all ease;
    align-self: self-end;
}

.new_customer_link:hover {
    background: #000;
    color: #fff;
}

/*login*/
.customer_login_fr_ws {
    flex-direction: column;
    gap: 20px;
}

.customer_login_text {
    gap: 7px;
    flex-direction: column;
}

.customer_login_fr_ws h2 {
    font-size: 22px;
    font-weight: 600;
    color: #cb1253;
}

.customer_login_fr_ws p {
    line-height: 1.4;
    color: #a75400;
    font-size: 15px;
}

.customer_login_inputs {
    flex-direction: column;
    gap: 20px;
}

.customer_login_inputs label {
    position: relative;
    height: 38px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #c2c2c2;
    padding: 0 15px;
}

.customer_login_inputs label span {
    position: absolute;
    top: 50%;
    left: 15px;
    font-size: 13px;
    transform: translateY(-50%);
    font-weight: 600;
    color: #cb1253;
    transition: .3s;
}

.customer_login_inputs label input {
    border: none;
    outline: none;
    width: 100%;
}

.customer_login_inputs label input:focus+span,
.customer_login_inputs label input:valid+span,
.customer_login_inputs label span.active,
.customer_login_inputs label input:autofill+span,
.customer_login_inputs label input:-webkit-autofill+span {
    top: -9px;
    left: 0;
    font-size: 10px;
    /*transform: translateY(0%);*/
}

.customer_forgotten {
    color: #cb1253;
    font-size: 14px;
    font-weight: 600;
}

/*login & register*/
/*account inner*/
#account-account {
    padding: 0 0 50px 0;
}

.account_inner {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.account_inner_list_duo {
    gap: 30px;
    align-items: flex-start;
}

.account_inner h2 {
    font-size: 22px;
    font-weight: 600;
    color: #ca0c4f;
}

.account_inner ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.account_inner_list {
    display: flex;
    flex-direction: column;
    gap: 15px
}

.account_inner ul li {
    background: #e6e6e6;
    padding: 22px 15px;
    transition: .3s;
    color: #ca0c4f;
    border-radius: 0 20px 20px 20px;
}

.account_inner ul li:hover {
    background: #ca0c4f;
}

.account_inner ul li a {
    color: #ca0c4f;
    transition: .3s;
}

.account_inner ul li:hover a {
    color: #fff;
}

/*account inner end*/

/* checkout page */
.checkout_page_all {
    padding: 20px 0 50px;
}

.checkout_title {
    font-size: 24px;
    color: #c30c4c;
    font-weight: 600;
    padding: 0 0 15px;
}

.checkout_registration_page_link {
    font-size: 16px;
    color: #333;
    padding: 0 0 15px;
}

.checkout_registration_page_link a {
    color: #c30c4c;
    transition: .3s;
}

.checkout_registration_page_link a:hover {
    opacity: 0.6;
}

.checkout_account_selects {
    padding: 0 0 30px;
}

.checkout_account_selects .checkout_account_select.active label {
    background: #000;
    color: #fff;
    border-radius: 4px;
    padding: 10px 20px;
    border: 2px solid #000;
}

.checkout_account_selects label {
    background: #fff;
    color: #000;
    border-radius: 4px;
    padding: 10px 20px;
    border: 2px solid #000;
}

.checkout_account_selects label input {
    display: none;
}

.checkout_page_register_account {
    display: flex;
    gap: 20px;
    padding: 15px 0 0;
    flex-wrap: wrap;
}

.checkout_page_register_account h4 {
    font-size: 19px;
    font-weight: 600;
    color: #c30c4c;
    padding: 0 0 10px;
    flex: 1 0 100%;
}

.checkout_page_register_account div {
    flex: 0 0 calc(50% - 10px);
}

.table-responsive a {
    color: #c30c4c;
}

#form-register .row {
    margin: 0 auto;
}

.checkout_page_register_account input {
    padding: 15px 20px;
    border-radius: 7px;
    outline: none;
    width: 100%;
    border: none;
    background: #efefef !important;
    transition: .3s;
}

.checkout_page_register_account input:focus,
.checkout_page_register_account select.checkout_page_register_account_select:focus {
    box-shadow: 0 0 10px #c8c8c8 !important;
}

.checkout_page_register_account div.checkout_page_register_account_mail_input {
    flex: 1 0 100%;
}

.checkout_page_register_account div button,
.my_confirm_button {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 17px;
    font-weight: 600;
    color: #000;
    /*background: linear-gradient(90deg, #920d33 0, #c30c4c 40%, #700d23);*/
    border: 0;
    border-radius: 0 20px 20px 20px;
    -webkit-box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
    box-shadow: 4px 4px 20px 0 rgba(202, 39, 82, 0.4);
}

.my_confirm_button {
    padding: 13px 15px;
    width: fit-content;
    min-width: 200px;
}

.checkout_page_register_account button::after,
.my_confirm_button::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 115px;
    /* height: 100%; */
    background: url(https://static.insales-cdn.com/assets/1/846/1917774/1686651590/button--gradient-bg.png) no-repeat;
    background-size: cover;
    content: "";
}

.checkout_second-_-row {
    justify-content: space-between;
}

.checkout_page_register_account select {
    width: 100%;
    padding: 12px 20px;
    border-radius: 7px;
    outline: none;
    border: none;
    background-color: #efefef;
    background-position-x: calc(100% - 20px);
    transition: .3s;
}

.checkout_page_register_account_checkbox {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    color: #c30c4c;
    font-size: 14px;
}

.checkout_page_register_account_checkbox_input {
    position: relative;
    border-radius: 20px;
    width: 43px;
    height: 20px;
    overflow: hidden;
    transition: .3s;
    border: 1px solid #eaeaea;
}

.checkout_page_register_account_checkbox_input.active,
.checkout_page_register_account_checkbox_input.active2 {
    background: #c30c4c;
}

.checkout_page_register_account_checkbox_input input {
    display: none;
}

.checkout_page_register_account_checkbox_input_circle {
    height: 14px;
    width: 14px;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 50%;
    z-index: 2;
    transition: .4s ease-out;
    transform: translateY(-50%);
    background: #c30c4c;
}

.checkout_page_register_account_checkbox_input input:checked+.checkout_page_register_account_checkbox_input_circle {
    left: 24px;
    background: #fff;
}

.checkout_page_register_account_checkbox span a {
    border-bottom: 1px solid #c30c4c;
    color: #c30c4c;
    transition: .3s;
}

.checkout_page_register_account_checkbox span a:hover {
    opacity: 0.5;
}

.checkout_shipping_details_all h4.check_out_title {
    font-size: 21px;
    font-weight: 600;
    color: #c30c4c;
}

#shipping-address {
    display: flex;
    gap: 1rem;
    flex-direction: column;
}

.checkput_product_list h5 {
    font-size: 18px;
    color: #c30c4c;
    padding: 0 0 10px;
}

.checkput_product_list img {
    width: 100px;
    border: 12px;
    object-fit: contain;
}

.checkout_product_card {
    color: #383838;
}

.checkput_product_list {
    row-gap: 13px;
    max-height: 350px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
}

.checkout_product_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.checkout_product_card span {
    color: #636363;

}

.checkout_product_info h2 {
    color: #c30c4c;
    font-weight: 600;
}

.checkout_shipping_details h5 {
    font-size: 18px;
    color: #c30c4c;
    padding: 0 0 20px;
}

.form-shipping-method button,
.form-payment-method button {
    background: transparent;
    border: none;
    outline: none;
    white-space: nowrap;
}

.checkout_shipping_form input {
    position: relative;
    width: 17px;
    height: 17px;
    accent-color: #bc6745;
}

.shipping_map_section {
    /* display: none; */
}

.shipping_map_all {
    height: 500px;
    margin: 70px 0 0;
    border-radius: 14px;
    background: #555;
    position: relative;
}

.shipping_map_google {
    height: 100%;
    width: 100%;
    border-radius: 14px;
}

.shipping_map_search_input {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 30px;
    top: 30px;
    right: 30px;
}

.shipping_map_search_input label {
    padding: 0 0 0 12px;
    min-width: 270px;
    border-radius: 7px;
    outline: none;
    border: none;
    align-items: center;
    background: #fff;
    display: flex;
    overflow: hidden;
    box-shadow: 0 0 6px #343434;
    justify-content: space-between;
    transition: .3s;
}

.shipping_map_search_input label input {
    background: transparent;
    border: none;
    padding: 0;
    display: block;
    height: 100%;
    outline: none;
    width: calc(100% - 35px);
}

.shipping_map_search_input label input:focus {
    box-shadow: none !important;
}

.form-control:focus {
    box-shadow: none !important;
}

.shipping_map_search_input label img {
    width: 20px;
    height: 20px;
}

.shipping_map_search_input_details {
    background: #fff;
    box-shadow: 0 0 6px #343434;
    padding: 20px;
    border-radius: 10px;
    min-height: 350px;
}

.shipping_map_search_input_details_all {
    /* display: none; */
}

.shipping_map_search_input_details_all {
    align-items: flex-start;
}

.shipping_map_search_input_details {
    flex-direction: column;
}

.shipping_map_search_input_details span {
    font-size: 15px;
    line-height: 1.4;
    font-weight: 400;
    height: 100%;
    display: flex;
    align-items: center;
    min-height: 23.8px;
}

.shipping_map_search_input_details span i {
    font-size: 16px;
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shipping_map_search_input_details span.shipping_map_search_input_details_title {
    font-size: 17px;
    font-weight: 600;
    flex: 0 0 110px;
    color: #c30c4c;
}

/* checkout page end */
/* internal pages end */
#map2 {
    height: 100%;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#description {
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    background-color: #fff;
    border: 0;
    border-radius: 2px;
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    margin: 10px;
    padding: 0 0.5em;
    overflow: hidden;
    padding: 0;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#account-register h1 {
    font-size: 24px;
    color: #c30c4c;
    font-weight: 600;
    padding: 0 0 15px;
}

.register_form_inputs {
    padding: 20px 0 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

#account-register input:not([type="checkbox"]) {
    padding: 15px 20px;
    border-radius: 7px;
    outline: none;
    width: 100%;
    border: none;
    background: #efefef !important;
    transition: .3s;
}

.checkout_search_icon {
    cursor: pointer;
    border: none;
    background: transparent;
    outline: none;
    padding: 12px 15px;
    transition: .3s;
}

.checkout_search_icon img {
    transition: .3s;
}

.checkout_search_icon:hover {
    background: #c30c4c;
}

.checkout_search_icon:hover img {
    filter: invert(1);
}

/*elaveler*/
.main_navbar {
    /*position: relative;*/
}

.dropdown_list img {
    max-width: 500px;
    width: 100%;
    padding: 10px;
    box-shadow: 0 0 3px #383838;
    border-radius: 5px;
}

.main_navbar li:hover .dropdown_list {
    opacity: 1;
    visibility: visible;
}

.main_dropdown {
    
}

.dropdown_list {
    position: absolute;
    /*bottom: 0;*/
    left: 0%;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /*transform: translateY(99%);*/
    transform: translateY(16px);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    max-height: 70vh;
}
.dropdown-menu.show li:focus {
    background: #fff;
    background-color: #fff;
}
.dropdown-menu.show li a{
    color: #000;
}
.subcate_head {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    padding: 0 0 2rem;
    display: block;
}

.dropdown_list ul.subcate-lists-list {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    /*gap: 2rem;*/
}
@media only screen and (max-width: 1300px){
    .nav_down ul li a{
        font-size: 11px;
    }
    .nav_down ul .menu_border:not(:last-child){
        margin: 3px 0 0;
    }
}
@media only screen and (max-width: 1200px){
    .main_dropdown:nth-child(n+8){
        /*display: none !important;*/
    }
}
.dropdown_list_content {
    display: flex;
    background: #000;
    box-shadow: 0 2px 3px #000;
    gap: 30px;
    padding: 30px 80px;
    min-height: 160px;
    align-items: center;
    justify-content: space-between;
    /*width: fit-content;*/
    width: 100%;
    min-width: 600px;
    /*border-radius: 5px;*/
    height: 100%;
}

.dropdown_list .subcate-lists-list:not(.subcate_main_ul) {
    /*display: flex;*/
    /*flex-direction: column;*/
    /*column-gap: 2rem;*/
    /*width: fit-content;*/
}
.sub_sub_list{
    padding: 0 0 0 2rem;
}
.subcate_list_m {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.dropdown_list .subcate_main_ul {
    display: flex;
    gap: 50px;
    align-self: start;
}

.subcate_main_logo_link {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.dropdown_list li a {
    /*white-space: nowrap;*/
}

/*elavelerin sonu*/
/*bizi izleyin*/
.footer_first {
    padding: 55px 0;
        margin: 40px 0 0;
    color: #fff;
    /*background: linear-gradient(118deg, rgba(0,0,0,1) 0%, rgba(153,44,100,1) 39%, rgba(212,175,55,1) 100%);*/
    background: #000;
}
.footer_first > div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    /*max-width: 1140px;*/
    margin: 0 auto;
    /*padding: 0 20px;*/
}
.footer_first .text_side {
    width: calc(50% - 40px);
}
.footer_first .text_side h2 {
    padding: 0 0 15px;
    font-size: 25px;
    line-height: 37px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}
.footer_first .text_side p {
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.7);
}
.footer_social {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
}
.footer_social p {
    padding: 0 45px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}
.footer_social p::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: 16px;
    top: calc(50% - 1px);
}
.social_links {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-content: stretch;
    align-items: center;
}
.social_links a {
    display: block;
    width: 27px;
    height: 27px;
    margin: 0 0 0 30px;
    background-position: 50%;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    color: #fff;
    transition: all 0.15s linear;
}
.social_links a:hover {
    background-color: #132040;
    transform: scale(1.1);
}
.social_links a:first-child {
    margin: 0;
}
.social_links a.facebook {
    background-image: url(../img/facebook_white_icon.svg);
}
.social_links a.twitter {
    background-image: url(../img/twitter_white_icon.svg);
}
.social_links a.linkedin {
    background-image: url(../img/linkedin_white_icon.svg);
}
.social_links a.youtube {
    background-image: url(../img/youtube_white_icon.svg);
}
.social_links a.snapchat {
    background-image: url(../img/snapchat_white_icon.svg);
}
.social_links a.instagram {
    background-image: url(../img/instagram_white_icon.svg);
    background-size: 16px;
}
.social_links a.tiktok {
    background-image: url(../img/tiktok_white_icon.svg);
    background-size: 21px;
}
@media only screen and (max-width: 767px) {
 .footer_first {
    padding: 30px 0; }
    .footer_first > div {
      display: block; }
    .footer_first .text_side {
      width: 100%;
      padding: 0 0 20px; }
  .footer_social {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    }
    @media only screen and (max-width: 460px){
        .footer_social p{
            display: none;
        }
    }
/*bizi izleyin*/
#map-section{
    display: none;
}
/*category internal menu*/
.category_filter{
    border: 1px solid #ddd;
    background: #fff;
}
.category_filter_head{
    padding: 20px 30px;
    font-size: 20px;
    line-height: 1.4;
    gap: 20px;
    color: #000;
    justify-content: space-between;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}
.category_filter_select{
    padding: 0 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}
.category_filter_list:not(:last-child){
    border-bottom: 1px solid #ddd;
}
.filter_sub_sub{
    flex-direction: column;
}
.category_filter_select_all{
    display: none;
}
.category_filter_select li.filter_sub_sub,.category_filter_select_all li{
    border-bottom: none !important;
}
.category_filter_select :is(li,label){
    gap: 12px;
    width: 100%;
    cursor: pointer;
    display: flex;
    font-size: 15px;
}
.category_filter_select li a {
    color: #333;
}
.filter_sub_cat_li{
    flex-direction: column;
}
.filter_sub_sub{
    padding: 0 !important;
}
.category_filter_select li:not(:last-child){
    border-bottom: 2px solid #ca2752;
    padding: 0 0 14px 0;
}
.category_filter_price{
    border-bottom: inherit !important;
}
.category_filter_select li input[type="radio"]{
    width: 16px;
    accent-color: #ca2752;
}
.category_filter_price input{
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 12px;
    font-size: 16px;
    color: #000;
    border: none;
    outline: none;
    background: #f7f7f7;
    animation-duration: 0.15s;
    transition: all 0.15s linear;
}

.faq_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: minmax(min-content, max-content);
  grid-gap: 20px 20px;
  padding: 0 0 40px;
}

.faq_grid article {
  border: 1px solid #e0e0e0;
}

.faq_grid h3 {
  border-bottom: 1px solid #e0e0e0;
}

.faq_grid h3 a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: center;
  padding: 15px 20px;
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.faq_grid h3 .icon {
  display: block;
  width: 45px;
}

.faq_grid ul {
  padding: 20px 20px 5px;
}

.faq_grid li {
  padding: 0 0 15px;
}

.faq_grid li a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}

.faq_grid li a:hover {
  text-decoration: underline;
}

.faq_grid li strong {
  font-weight: bold;
}
@media only screen and (max-width: 1300px){
.faq_grid h3 a{
    font-size: 15px;
}
.faq_grid li a{
    font-size: 15px;
}
}
@media only screen and (max-width: 1023px){
      .faq_nav {
    width: 270px; }
  .faq_content {
    width: calc(100% - 280px); }
  .faq_grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr; }
}
@media only screen and (max-width: 768px){
      .faq_nav {
    width: 270px; }
  .faq_content {
    width: calc(100% - 280px); }
  .faq_grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; }
}


/*category internal menu*/
.product_video_modal iframe{
    width: 100%;
    min-height: 400px;
    height: 100%;
}
#display-control{
    display: none;
}
.news_content h1{
        padding: 0 0 30px;
    font-size: 40px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #131e38;
    font-weight: 800;
}
.news_content .image img{
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}
.news_text {
    line-height: 1.5;
}
.news_text p{
    font-size: 17px;
}
.account_pass p{
    line-height: 1.5;
}