/*************************************
         Header style 
**************************************/
#masthead {
    background-color: #862a2b;
    position: relative;
    padding: 15px 5px;
    z-index: 99;
}
.site_cstm_logo img {
    width: 170px;
    height: 60px;
    object-fit: contain;
}
.t4s-site-nav__icon img {
    width: 25px;
    height: 25px;
}
.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
}
.hamburger_icon rect {
    color: white;
}
.right_col_hd {
    gap: 15px;
}
#site-navigation {
    position: fixed;
    top: 0;
    left: -340px;
    opacity: 0;
    visibility: hidden;
    /* width: calc(100vw - 65px); */
    width: 340px;
    height: 100%;
    max-height: 100vh;
    /* max-height: none; */
    z-index: 469;
    transition: all .2s linear;
    background: var(--color-white);
}
#site-navigation.shownav {
    pointer-events: auto;
    visibility: visible;
    transform: none;
    -webkit-transform: none;
    opacity: 1;
}
#site-navigation.main-navigation.opennav {
    visibility: visible ;
    opacity: 1 ;
    left: 0 ;
}
.nav_menu_wrapper {
    position: relative;
}
.close_nav {
    position: absolute;
    right: 0;
    transition: opacity .3s cubic-bezier(.645,.045,.355,1), transform .5s cubic-bezier(.645,.045,.355,1);
    width: fit-content;
    height: fit-content;
    background-color: var(--black-color);
    z-index: 99;
    top: 0;
    cursor: pointer;
    opacity: 0;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close_nav svg {
    color: var(--color-white);
    fill: var(--color-white);
    width: 30px;
    height: 30px;
}
nav#site-navigation.opennav .close_nav{
    opacity: 1;
    right: -50px;
}
#menu-header-menu a {
    padding: 5px 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.menu-item-has-children .sub-menu{
    display: none;
}
.menu_nav_title {
    font-size: 16px;
    color: var(--black-color);
    font-weight: 600;
    text-transform: uppercase;
    min-height: 50px;
    display: flex;
    align-items: center;
}
.videos_corousel .slick-prev:before,
.videos_corousel .slick-next:before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath fill='%23ffffff' d='M278.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-160 160c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L210.7 256 73.4 118.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l160 160z'/%3E%3C/svg%3E");
}
.videos_corousel .slick-prev,
.videos_corousel .slick-next {
    width: 50px;
    height: 99px;
    background: transparent;
    border-radius: unset;
    background-color: rgba(0, 0, 0, .3);
}
li.menu-item-has-children > a {
    position: relative;
}
.menu-item-has-children.open > a::After {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}
li.menu-item-has-children > a::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32l0 144L48 224c-17.7 0-32 14.3-32 32s14.3 32 32 32l144 0 0 144c0 17.7 14.3 32 32 32s32-14.3 32-32l0-144 144 0c17.7 0 32-14.3 32-32s-14.3-32-32-32l-144 0 0-144z'/%3E%3C/svg%3E");
    background-size: cover;
    height: 15px;
    width: 15px;
    background-position: right;
    position: absolute;
    content: "";
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
ul.sub-menu li > a {
    padding-left: 30px!important;
}
.woocommerce input.qty.input-text::-webkit-inner-spin-button, .woocommerce input.qty::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}
/*************************************
         Hero Banner style 
**************************************/
section.hero_banner {
    min-height: 660px;
    max-height: 660px;
    position: relative;
}
.hero_banner_link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.hero_banner img {
    object-fit: cover;
}
.video-card video {
    height: 100%;
    max-height: 100%;
    /* min-height: 100%; */
    width: 100%;
}
span.t4s-pr.t4s-icon-cart__wrap {
    position: relative;
}
.t4s-icon-cart__wrap p {
    position: absolute;
    left: 50%;
    top: -20px;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    color: #862a2b;
}
.video-slide {
    margin: 0 10px;
}
.watch_and_buy_title {
    font-size: 40px;
    font-weight: 400;
    color: var(--black-color);
    text-align: center;
}
.video-card {
    border-radius: 10px;
    overflow: hidden;
    height: 430px;
}
/*************************************
         trendsetter style 
**************************************/
.prdt_img img {
    max-height: 342px;
    width: 100%;
	object-fit: cover;
}
.prdt_img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 12px #0000001f;
}
.product_slide_wrpr {
    margin: 0 10px;
}
.prdt_dta {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    text-align: center;
    padding: 0 15px;
}
.prdt_price {
    font-size: 14px;
    color: #696969;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}
.prdt_dta .price  {
    color: #696969 !important;
    margin-bottom: 15px;
}
.trendsetters_title {
    font-size: 24px;
    font-weight: 400;
    color: var(--black-colors);
    margin-bottom: 30px;
    text-align: center;
}
.row_gap {
    row-gap: 15px;
    justify-content: center;
}
.discover_more_vp {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 700;
    color: var(--black-color);
    text-decoration: underline;
    margin-top: 30px;
    display: flex;
    justify-content: center;
}
/*************************************
         Single Banner Image style 
**************************************/
.single-banner-img {
    width: 100%;
    height: 550px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 40px;
}

/*************************************
         Solana style 
**************************************/

.solana_products_wraper .prdt_img img {
    max-height: 430px;
}
.solana {
    position: relative;
}
img.abslt_img {
/*     min-height: 660px; */
    width: 100%;
}
.sb_bnr_lnk {
    margin-top: 50px;
	width: 100%;
}
.vanya_image_gallery .gallery-thumb {
    max-height: 370px;
    min-height: 370px;
    object-fit: cover;
}
/*************************************
         home vanya spotted style 
**************************************/
#popupModal {
    display: none;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: none;
    background-color: #000000;
    padding: 50px 0 30px 0;
}
section.home_vanya_spoted {
    position: relative;
}
.gimopen {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    opacity: 1;
}
.popup-slider-for {
    margin-bottom: 20px;
}
.popup-slider-for img {
    max-width: 421px;
    max-height: 421px;
    min-height: 421px;
    object-fit: cover;
}
.popup-slider-nav img {
    max-width: 70px;
    max-height: 70px;
    min-height: 70px;
    object-fit: cover;
}
.modal_wrapper {
    max-width: 430px;
    margin: 0 auto;
}
button#closePopup {
    background: transparent;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 999;
}
.popup-slider-nav .slick-slide {
    margin: 0 10px;
}
#closePopup svg {
    fill: #fff;
    width: 30px;
    height: 30px;
}
/*************************************
         products taxonomies style 
**************************************/
.prdt_dta.catg_name {
    min-height: 40px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .5s ease;
    font-size: 14px;
    font-weight: 600;
}
.prdt_dta.catg_name:hover {
    color: var(--color-white);
    background-color: var(--black-color);
}
.products_taxnomies img.cat_imgs {
    max-height: 421px;
    min-height: 421px;
    object-fit: cover;
}
.products_taxnomies .trendsetters_title {
    position: relative;
    margin-bottom: 45px;
}
.products_taxnomies .trendsetters_title::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 40px;
    width: 40px;
    height: 2px;
    background-color: var(--black-color);
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}
/*************************************
         footer style 
**************************************/
.fw-bold {
    font-size: 16px;
    font-weight: 600;
    color: var(--black-color);
}
footer#colophon {
    background-color: #f6f6f8;
    padding-top: 35px;
}
.get_in_tch_list li {
    margin-bottom: 20px;
}
.get_in_tch_list li:last-child {
    margin-bottom: 0;
}
.footer_nav li {
    margin-bottom: 10px;
}
.footer_nav li:last-child {
    margin-bottom: 0;
}
.cpy_right {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 5px;
    text-align: center;
    margin-top: 35px;
}
.payement_mthd {
    margin-bottom: 25px;   
}
.contact_sc_icons svg {
    width: 20px;
    height: 20px;
}
.contact_sc_icons {
    display: flex;
    gap: 8px;
}

/*************************************
         product single style 
**************************************/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper.product_img_wrpr_cstm {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.product_img_wrpr_cstm .woocommerce-product-gallery__image {
    width: 48% !important;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image.product_img_wrpr_cstm:nth-child(n+2) {
    width: 48%;
}
.single_prdt_wrpr .woocommerce-product-gallery--columns-4 {
    width: 65% !important;
}
.single_prdt_wrpr .product_sumry {
    width: 34% !important;
}
.woocommerce div.product div.images img {
    min-height: 100%;
    object-fit: cover;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image a {
    height: 100%;
}
.qib-button-wrapper {
    border: 1px solid #000 !important;
    border-radius: 20px !important;
}
.woocommerce .quantity .qty {
    width: 2em !important;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
    height: auto !important;
    padding: 0 !important;
    font-size: 14px !important;
}
.woocommerce div.product form.cart .button {
    background-color: #862a2b !important;
    border-radius: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 160px !important;
}
.products_slide_wrpr li.product .button {
    display: none !important;
}
.qib-button-wrapper button.qib-button, .qib-button-wrapper div.quantity.wqpmb_quantity {
    height: auto !important;
}
.qib-button-wrapper button.qib-button {
    padding: 0 !important;
    width: 35px !important;
}
.qib-button-wrapper {
    height: 40px !important;
}
button.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
    width: 100%;
    margin-top: 15px;
}
section.related.products {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}
ul.products,.products_slide_wrpr li {
    width: 100% !important;
}
.products_slide_wrpr {
    margin: 0 6px;
}
.products_slide_wrpr li.product a img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1em;
    box-shadow: none;
    height: 100%;
    max-height: 427px;
    min-height: 427px;
}
.yith-wcwl-add-button a {
   align-items: flex-start;
   width: 100%;
}
/*************************************
         Blog Banner style 
**************************************/
.blog_content_wrapper {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
span#dynamic-text {
    font-size: 24px;
    font-weight: 600;
    color: #862a2b;
}
.static-text {
    color: var(--color-white);
    font-size: 24px;
    font-weight: 600;
}
.blog_title {
    font-size: 70px;
    font-weight: 700;
    color: var(--color-white);
}

.animated-headline {
    text-align: center;
}

.static-text {
    margin-right: 10px;
}

.cursor {
    display: inline-block;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50%, 100% { opacity: 1; }
    25%, 75% { opacity: 0; }
}

/*************************************
         Blog posts style 
**************************************/
section.blog_posts {
    background-color: #FFFFFF;
    padding: 40px 0;
}
.latest_blogs {
    color: var(--black-color);
    font-size: 23px;
    font-weight: 800;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 40px;
}
.blogs_wrappr img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
.blog_post_title {
    font-size: 15px;
    color: var(--black-color);
    font-weight: 600;
    padding-bottom: 40px;
}
.blog_post_body {
    padding: 15px 30px;
    position: relative;
}
.blogs_wrappr {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .15);
    border-radius: 20px;
    overflow: hidden;
    width: 100%;
}
.blogs_wrappr:hover {
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .15);
}
.blog_post_body::after {
    content: '';
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.blog_posts .row {
    row-gap: 30px;
}
.testimonial_card_head img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: contain;
}
.testimonial_client_name {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.client_feedback p {
    font-size: 14px;
    margin-top: 5px;
}
.testimonial_card {
    max-width: 450px;
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #fff;
    border-radius: 40px;
    padding: 12px;
}
.testimonials {
    background-color: #858585;
    padding: 90px 0;
}
.testimonial_item {
    margin: 0 16px;
}
.testimonial_lower_carousel {
    margin-top: 50px;
}
.testimonial_lower_carousel 
 .testimonial_item {
    margin-left: 50px;
}
.testimonial_title {
    color: #fff;
    text-align: center;
    margin-bottom: 50px;
    font-size: 32px;
    font-weight: 600;
}

/* ak work */
.custom-quantity button, .custom-quantity .qty {
    padding: 0;
    border: unset;
    background: unset;
}
.custom-quantity {
    border: 2px solid ;
    padding: 5px 15px;
    border-radius: 50px;
    width: fit-content;
}
.custom-quantity * {
    font-size: 20px;
    font-weight: 700;
}
.menu-item-has-children > a.open::After {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--%3E%3Cpath d='M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z'/%3E%3C/svg%3E");
}

/*************************************
         Shop Page style 
**************************************/
.shop-products {
    padding: 80px 0;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.grid .product {
/*     border: 1px solid #e2e8f0; */
    background-color: #fff;
    text-align: center;
    transition: transform 0.3s;
}

.grid .product:hover {
    transform: translateY(-5px);
}
.product_img {
	width: 100%;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 0px 12px;
    border-radius: 5px;
    overflow: hidden;
}
.product_img img {
    max-height: 342px;
    width: 100%;
    object-fit: cover;
}
.prdt_dta {
    font-size: 14px;
    color: var(--black-color);
    font-weight: 400;
    text-align: center;
}

.woocommerce-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.woocommerce-pagination a, .woocommerce-pagination span {
    padding: 8px 12px;
    margin: 0 5px;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #333;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.woocommerce-pagination a:hover {
    background-color: #f2f2f2;
}
.pagination.mt-8 {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.page-numbers {
    padding: 0 15px;
    font-size: 18px;
}
/*************************************
         Gallery Page style 
**************************************/
.vanya-gallery {
    padding: 80px 0;
}
.vanya-gallery h2 {
	margin-bottom: 15px;
}
.vanya-gallery p {
	font-size: 24px;
	font-family: 'Dm Sans';
	text-align: center;
	max-width: 75%;
	margin: 0 auto;
	margin-bottom: 30px;
}
.vanya-gallery-grid {
  column-count: 3;
  column-gap: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

.vanya-gallery-item {
  break-inside: avoid;
  margin-bottom: 1rem;
  overflow: hidden;
  border-radius: 10px;
}

.vanya-gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.vanya-gallery-item img:hover {
  transform: scale(1.05);
}
/* Product Category content */
.category-content {
    background-color: #efefef;
    padding: 50px;
    border-radius: 25px;
}

/* search bar */

.search_form_wrapper {
    display: flex;
    width: 100%;
    justify-content: center;
    position: absolute;
    top: -90px;
    z-index: 9;
    background-color: #862a2b;
    padding: 20px 10px;
    transition: all 1s ease-in-out;
}
.search-box {
    margin: auto;
    margin-top: 6px;
    float: left;
    position: relative;
    background: #fff url("../images/search-icon.png") no-repeat scroll 10px 10px;
    padding-left: unset;
    border-radius: 2px;
    margin-left: unset;
    float: unset;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
}
.search-box select:focus, .search-box select {
    border: none;
    border-left: 1px #ddd solid;
    border-right: 1px #ddd solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#search {
    margin: 0;
    width: 432px;
    font-size: 12px;
    height: 35px;
    color: #666;
    padding: 0 20px;
    background: none;
    outline: none;
    border: none;
}
.search-btn-bg {
    padding: 6px 15px 7px 15px;
    position: relative !important;
    background-color: white;
    color: black;
    font-weight: 600;
    border-color: #862a2b;
    height: inherit;
}
a.prdt_imgg img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.search_result_page{
    padding: 100px 0;
}
.pagination.search_pagination {
    margin-top: 60px;
    justify-content: center;
    align-items: center;
}
span.page-numbers.current {
    height: 30px;
    width: 30px;
    display: flex;
    border-radius: 100%;
    background: #862a2b;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
}
.t4s-site-nav__search:hover{
    cursor: pointer;
}
.woocommerce-cart .entry-content, .woocommerce-checkout .entry-content {
    margin-top: 60px;
}
.wc-proceed-to-checkout a {
    background-color: #862a2b !important;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #862a2b !important;
}
.woocommerce-cart .site-main , .woocommerce-checkout .site-main {
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 20px;
}
#order_review {
    margin-bottom: 60px;
}
a.wc-buy-now-btn.wc-buy-now-btn-single.single_add_to_cart_button.button.alt {
  width: 100%;
  margin-top: 20px;
}
.vibrate {
  animation: slow-vibrate 1s ease-in-out;
}
a.footer_logo img {
    width: 100%;
    max-width: 200px;
}
@keyframes slow-vibrate {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-2px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(2px);
  }
}
@media (min-width:1024px) {
    .woocommerce div.product div.images .woocommerce-product-gallery__image a{
        min-height: 530px;
    }
}
@media (max-width: 1024px) {
	.vanya-gallery-grid {
		column-count: 2;
	}
	.products_taxnomies img.cat_imgs {
		max-height: 320px;
		min-height: 320px;
		object-fit: cover;
	}
	.videos_corousel .slick-prev:before, .videos_corousel .slick-next:before,
	.videos_corousel .slick-prev, .videos_corousel .slick-next {
		display: none !important;
	}
	.vanya_image_gallery .gallery-thumb {
		max-height: 228px;
		min-height: 228px;
		object-fit: cover;
	}
}
@media (max-width: 991px) {
     .blog_posts .row .col-4 {
	   flex: 0 0 auto;
    	   width: 49.333333%;
       }
	.woocommerce div.product form.cart div.quantity {
    	   margin: 0 4px 15px 0;
	}
	body.woocommerce-cart form.woocommerce-cart-form,
	body.woocommerce-cart table.shop_table {
    	   width: 100% !important;
    	   max-width: 100% !important;
    	   table-layout: auto;
    	   padding: 0 10px;
    	   box-sizing: border-box;
	}
	.product-quantity {
	   display: flex !important;
    	   justify-content: space-between;
    	   width: 100%;
	}
}
@media (max-width: 767px) {
   .products_slide_wrpr li.product a img {
        min-height: unset;
        max-height: 400px;
        object-fit: cover!important;
        object-position: top;
        width: fit-content!important;
    }
   .product_img_wrpr_cstm .woocommerce-product-gallery__image {
        width: 48% !important;
        width: 360px!important;
        height: 550px;
        margin-right: 20px;
    }
    .single_prdt_wrpr .woocommerce-product-gallery--columns-4 {
        width: 100% !important;
    }
	.slick-next,.slick-next:before {
    	display: none !important;
	}
	/* .product_slide_wrpr {
      	   width: 45% !important;
           margin: 10px;
           margin-bottom: 15px;
   	} */
  	.solana_products_wraper .col-3 {
      	   flex: 0 0 auto;
      	   width: 50%;
   	}
	.products_taxnomies .row .col-3 {
    	   flex: 0 0 auto;
    	   width: 50%;
	}
	.gallery .row .col-3 {
	   flex: 0 0 auto;
    	   width: 50%;
	   margin-bottom: 25px;
	}
	.products_taxnomies img.cat_imgs {
	   max-height: 220px;
	   min-height: 220px;
	   object-fit: cover;
	}
	.blog_post_body {
	   padding: 15px 15px;
	}
	.vanya-gallery p {
	   max-width: 95%;
	}
	.site-footer .col-md-3 {
	   margin-bottom: 15px;
	}
	.shop-products .grid {
	   grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	} 
	.woocommerce div.product {
    	   margin-bottom: 0;
    	   position: relative;
    	   width: 100%;
    	   margin: 0 auto;
    	   display: flex;
    	   flex-direction: column;
    	   box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
	}
	.woocommerce div.product div.summary {
     	   width: 100% !important;
	}
	.t4s-site-nav__account, .t4s-site-nav__heart {
	   display: none;
	}
	.product-quantity {
	   display: flex !important;
    	   justify-content: space-between;
    	   width: 100%;
	}
	form.search-form {
    	   display: flex;
	}
	.search-box select:focus, .search-box select {
	   width: 100%;
	}
	#search {
	   width: 100%;
	}
	.woocommerce ul.products li.product a img {
	   object-fit: cover;
	}
}
@media (max-width: 600px) {
  .vanya-gallery-grid {
    column-count: 1;
  }
}

