/*
 Theme Name:   BuySellApp
 Theme URI:    #
 Description:  #
 Author:       #
 Author URI:   #
 Template:     ann
 Version:      1.0
 Text Domain:  ann
*/


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

.woocommerce ul.products .product_style_plain.product .post_data .post_data_inner{
    top: 0 !important;
     transform: translateY(0%) !important;
}
.post_item.post_layout_thumbs .post_data .post_data_inner{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
.woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .post_header.entry-header{
    float: left;
    max-width: 60%;
}
.woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info{
    float: right;
    /*max-width: 40%;*/
    max-width: 120px;
}
.woocommerce ul.products .product_style_plain .post_item:before, .woocommerce ul.products .product_style_plain .wrap-data-hover{
    background: unset !important;
}
.woocommerce ul.products .product_style_plain.product .post_data .post_data_inner{
    display: block !important;
}
.price_wrap{
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price_wrap .net_prifit{
  display: flex;
  flex-direction: column;
}
.price_wrap .asking_price .price del bdi{
  font-size: 0.8em !important;
}
.price_wrap .payback_months .price del bdi{
  font-size: 0.8em !important;
}
.price_wrap .payback_months .price del ~ ins bdi {
  color: #FFD700 !important;
  font-weight: bold;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
     box-shadow: 0 0 0 30px rgba(255, 255, 255, 0) inset !important;
}
.price_wrap .asking_price .price del ~ ins bdi {
  color: #FFD700 !important;
  font-weight: bold;
}
.price_wrap .asking_price .price bdi {
  color: #ffffff;
}
.price_wrap .prev_title, .price_wrap .next_title{
  color: #fff;
}
.custom-product-price.price_wrap .asking_price .price bdi{
  font-size: 1.2em !important;
}
.custom-product-price.price_wrap .asking_price .price del bdi, .custom-product-price.price_wrap .asking_price .price del, .custom-product-price.price_wrap .asking_price .price del span {
  color: #ffffff ;
}
.custom-product-price .price{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.price_wrap bdi{
  font-size: 1.2em;
  color: #fff;
  font-weight: bold;
  display: block;
}
.post-type-archive .price_wrap{
  gap: 0px;
  font-size: 80%;
}
.post-type-archive .post_data{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.post-type-archive p.short-text {
  font-size: 14px;
  margin: 0;
  line-height: 150%;
}
.product_list_footer{
    display: grid;
    align-items: flex-start;
    grid-template-columns: 1fr 1fr;
}
.products_style_info .product_list_footer_tag{
    min-height: 35px!important;
}
.apps-page .product_list_footer{
    display: flex;
    align-items: flex-end;
    margin-top: 15px;
    height: 45px;
}
.apps-page .product_list_footer_tag {
    flex: 1;
    height: 100%;
}
.apps-page .product_list_footer .product_list_footer_tag .tags{
    line-height: 18px;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    height: 100%;
}
.apps-page .product_list_footer .product_list_footer_tag .tags a{
    margin-right: 7px;
    line-height: 16px;
}

.product_list_footer .action_bottons,
.apps-page .product_list_footer .action_bottons{
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.apps-page .product_list_footer .action_bottons {
    width: auto;
}
.product_list_footer_tag .tags_title{
  color: #fff;
  padding-right: 5px;
}
.product_list_footer_tag .tags .tag-link{
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.product_list_footer_tag .tags .tag-link:hover{
  color: #0066ff;
}
.woocommerce ul.products .product_style_plain .post_item:before{
  display:none !important;
}
li .post_layout_thumbs{
  border: 1px solid;
  padding: 10px;
  background: #0c101a99;
  border-radius: 10px;
  /*flex-direction: row !important;*/
  /*height: 100% !important;*/
}
/* display: flex только для главной страницы */
li.product_style_info .post_layout_thumbs{
  display: flex !important;
}
li .post_layout_thumbs .post_data{
  flex: 1 1 auto !important;
  display: flex !important;
  flex-direction: column !important;
  min-height: 0 !important;
}
.woocommerce ul.products li .post_layout_thumbs img{
  border-radius: 5px;
}
.woocommerce ul.products li .post_layout_thumbs video{
  border-radius: 5px;
}
.woocommerce ul.products.products_style_info li.product .post_featured.hover_shop .icons {
  top: 0 !important;
  right: 0 !important;
}
.products_style_info .product_list_footer .action_bottons a.contants_button, .related .product_list_footer .action_bottons a.contants_button{
  display: none;
}
.products_style_info .product_list_footer .action_bottons, .related .product_list_footer .action_bottons{
  justify-content: center !important;
}
 .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image img{
   width: 100% !important;
 }
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li img{
    border-radius: 5px;
}
@media screen and (min-width:1300px) and (max-width: 2000px) {
  .row-5-4-product .post_featured img{
    height: 120px !important;
    object-fit: cover;
  }
  .row-5-4-product .woocommerce ul.products li.product .post_data{
    zoom: 90%;
  }
}
.products.products_style_info.columns-5{
  justify-content: center;
}

.products.products_style_info.columns-5 .product_list_footer, .related .product_list_footer{
  display: flex !important;
    flex-flow: column nowrap;
    align-items: center;
}
.products.products_style_info.columns-5 .net_prifit, .related .net_prifit{
  align-items: center !important;
}
.products.products_style_info.columns-5 .payback_months .price, .related .payback_months .price{
  text-align: center;
}
@media screen and (min-width: 1700px) {
  .row-5-4-product .post_featured img{
    height: 200px !important;
    max-height: 200px !important;
  }
}
.row-5-4-product .action_bottons a{
  max-width: unset !important;
}
div.ui-slider .ui-slider-range{
  height: 3px;
}
div.ui-slider .ui-slider-handle {
    width: 6px;
    height: 10px;
}
.trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_slider .sc_form_field_wrap .trx_addons_range_slider, .trx_addons_woocommerce_search_type_filter .sc_form_field.sc_form_field_range .sc_form_field_wrap .trx_addons_range_slider{
  height: 3px;
}
div.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -3px;
}
#trx_addons_login_popup.trx_addons_popup.open{
  position: fixed;
  overflow: visible;
  z-index: 9999;
  display: block !important;
  top: 20%;
  left: 0;
  right: 0;
}
.woocommerce ul.products .product_style_plain.product .post_featured {
  width: 228px;
}
.woocommerce ul.products .product_style_plain.product .post_featured a img.size-woocommerce_single{
  height: 224px;
  object-fit: contain;
}
.product-thumbs .thumb{
  margin-bottom: 0px !important; 
}
.trx_addons_product_attribute_label {
    display: block !important;
    font-size: 12px;
}
.trx_addons_product_attributes,
.apps-page .trx_addons_product_attributes{
    display: flex;
    align-items: center;
    gap: 10px;
    padding-top: 10px;
}
.apps-page .trx_addons_product_attributes{
    padding-top: 20px;
}
.trx_addons_product_attributes>div{
    margin-top: 0px !important;
    flex-direction: row;
}
.woocommerce ul.products .product_style_plain.product .post_featured, .product-thumbs, .related .post_featured, .product-thumbs{
    margin-bottom: 0px !important;
}
.woocommerce ul.products .product_style_plain.product .post_featured a img.size-woocommerce_single, .related .post_featured a img.size-woocommerce_single{
    height: 140px;
}
.products_style_info .price del ~ ins bdi, .related, .related .price del ~ ins bdi {
  color: #FFD700 !important;
  font-weight: bold;
}
.products_style_info .price del bdi span, .related .price bdi, .related .price del bdi{
  color: #ffffff ;
}
.products_style_info .product_list_footer, .related .product_list_footer{
    flex-direction: column;
    gap: 10px;
}
.products_style_info .product_list_footer .action_bottons, .related .product_list_footer .action_bottons{
    justify-content: space-between;
}
.products_style_info .post_featured, .related .post_featured{
    width: 100%;
}
.products_style_info .short-text, .related .short-text{
  max-height: 115px;
  min-height: 115px;
  overflow: hidden;
}
.products_style_info .post_tags{
  display: none;
}
.products_style_info .product_list_footer_tag, .related .product_list_footer_tag{
  width: 100%;
  display: block;
  max-width: 100%;
  min-height: 25px;
  max-height: 50px;
  overflow: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
  margin-bottom: 5px;
}
.products_style_info .product_list_footer_tag .tags, .related .product_list_footer_tag .tags{
  display: inline-block;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.3;
  max-width: 100%;
}
.post_tags.product_tags .tag-link,
.post_tags.product_tags a{
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}
.post_tags.product_tags .tag-link:hover,
.post_tags.product_tags a:hover{
  color: #0066ff;
}
.products_style_info .post_data, .related .post_data{
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}
.products_style_info .post_data .post_data_inner, .related .post_data .post_data_inner{
  overflow: visible !important;
  height: auto !important;
  min-height: auto !important;
  max-height: none !important;
  flex: 1 1 auto !important;
}
.products_style_info img, .related img {
    max-height: 120px !important;
    width: 100% !important;
    object-fit: cover;
}
.post_featured.hover_shop .icons > .shop_link{
  display: none;
}
.action_bottons .sc_button{
  color: #fff !important;
}
.action_bottons .sc_button.sc_button_curtain:before {
      -webkit-box-shadow: inset 0 0 0 2px #2187ff;
      -ms-box-shadow: inset 0 0 0 2px #2187ff;
      box-shadow: inset 0 0 0 2px #2187ff;
}
.action_bottons .sc_button.sc_button_curtain:after{
  background-color: #2187ff !important;
}
/* Синий фон для кнопки Buy App на странице продукта */
.product_meta + div .sc_button.sc_button_curtain:after,
.duct-btt-form.sc_button.sc_button_curtain:after {
  background-color: #2187ff !important;
}
.product_meta + div .sc_button.sc_button_curtain:before,
.duct-btt-form.sc_button.sc_button_curtain:before {
  -webkit-box-shadow: inset 0 0 0 2px #2187ff !important;
  -ms-box-shadow: inset 0 0 0 2px #2187ff !important;
  box-shadow: inset 0 0 0 2px #2187ff !important;
}
/*body.woo_extensions_present.sidebar_hide .post_type_product.single_product_details_position_under_gallery div.product div.summary, .fixed_blocks_sticky .sidebar{*/
/*  position: inherit !important;*/
/*}*/
form .trx_addons_loading.trx_addons_loading_style_default{
  display: none !important;
}
@media screen and (min-width: 600px) {
    .how-it-works .elementor-icon-box-wrapper{
        gap: 20%;
        position: relative;
    }
    .how-it-works .elementor-icon-box-wrapper > .elementor-icon-box-icon::after{
      content: '';
      width: 17%;
      position: absolute;
      height: 2px;
      background: #fff;
      top: 50%;
      left: 10%;
    }
    .how-it-works:nth-child(2n) .elementor-icon-box-wrapper > .elementor-icon-box-icon::after{
        width: 10.5%;
    }
    .how-it-works:nth-child(2n) .elementor-icon-box-wrapper{
        gap: calc(20% - 7%) !important;
    }
}
@media screen and (max-width:600px) {
    .elementor-2698 .elementor-element.elementor-element-6f66624 > .elementor-widget-container{
      margin: 0px !important;
    }
}

.related li >div{
  padding: 10px !important;
}
.list_products .woocommerce-pagination, .list_products .woocommerce-result-count{
  display: none;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: left !important;
}
.products.products_style_plain  .post_featured a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.products.products_style_plain .product-thumbs{
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.products.products_style_plain .product-thumbs img{    
  width: 100% !important;
  height: 75px !important;
  object-fit: cover;
  margin: 0 !important;
}

.product-preview-bg {
  width: 245px;
  height: 120px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.woocommerce ul.products .product_style_plain.product .onsale {
  top: 0 !important;
  left: 0 !important;
}
.onsale{
  display: none;
}
/* ============================================
   wishlist in product card
   ============================================ */

.product_style_plain .post_featured .top-info {
    top: 0 !important;
    right: 14px !important;
}

.apps-page .product_style_plain .post_featured .top-info {
    display: none;
}

/* Новые стили для top-info в post_item */
.apps-page .post_item.post_layout_thumbs {
  position: relative;
}

.apps-page .post_item.post_layout_thumbs .top-info {
    margin: 5px 0;
}

/* Стили для кнопки wishlist в новом расположении top-info */
.apps-page .product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button,
.apps-page .post_item.post_layout_thumbs .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button {
	display: block;
	overflow: hidden;
	color: #000000;
	background-color: rgba(255, 255, 255, 0.5);
	letter-spacing: 0 !important;
	margin: 0 !important;
	-webkit-border-radius: 10px !important;
	-ms-border-radius: 10px !important;
	border-radius: 10px !important;
	width: 35px;
	height: 35px;
	line-height: 37px !important;
	-webkit-transition: all 0.2s ease !important;
	-ms-transition: all 0.2s ease !important;
	transition: all 0.2s ease !important;
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
	-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.08);
	visibility: visible !important;
	pointer-events: auto;
}

/* Скрытие текста в кнопке wishlist */
.apps-page .product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text,
.apps-page .post_item.post_layout_thumbs .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button .tinvwl_add_to_wishlist-text {
	display: none;
}

/* Скрытие всех дочерних элементов в tinv-wraper (кроме кнопки) */
.apps-page .product_style_plain .post_item .top-info .tinv-wraper > * {
	display: none;
}

.apps-page .product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button {
	display: block;
}

/* Стили для иконки в кнопке wishlist через ::before */
.apps-page .product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button::before,
.apps-page .post_item.post_layout_thumbs .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button::before {
	display: block !important;
	content: '\e9cc' !important;
	font-family: "fontello" !important;
	margin: 0 !important;
	font-size: 15px !important;
	line-height: inherit !important;
	padding: 0 !important;
	height: 100% !important;
	width: 100% !important;
	text-align: center !important;
}

/* Стили для активного состояния кнопки wishlist (когда товар уже в wishlist) - черное сердечко */
.apps-page .product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before,
.apps-page .post_item.post_layout_thumbs .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button.tinvwl-product-in-list::before {
	content: '\ea05' !important;
}

/* Стили для hover состояния кнопки wishlist */
.product_style_plain .post_item .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button:hover,
.post_item.post_layout_thumbs .top-info .tinv-wraper > .tinvwl_add_to_wishlist_button:hover {
	background-color: rgba(255, 255, 255, 0.8);
}
.products_style_info .price_wrap,
.related li .price_wrap {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    gap: 10px;
}
.products_style_info .price{
  min-height: 60px;
}
.related li .price {
  height: 60px;
}
.products_style_info .price_wrap>div, 
.related li .price .price_wrap>div{
  display: flex;
  flex-direction: column !important;
  width: 33.33% !important;
  align-items: center;
}
.products_style_info .price_wrap .payback_months .price,
.related li .price .price_wrap .payback_months .price,
.related li .price .price_wrap .asking_price .price{
  margin-top: 0 !important;
}
.related li .woocommerce-loop-product__title{
  min-height: 25px;
}
.products_style_info .price_wrap del,
.products_style_info .price_wrap del bdi,
.products_style_info .price_wrap ins,
.products_style_info .price_wrap bdi,
.related li .price .price_wrap del,
.related li .price .price_wrap del bdi,
.related li .price .price_wrap ins,
.related li .price .price_wrap bdi{
  font-size: 14px !important;
}
.products_style_info .price .price_wrap .prev_title, 
.products_style_info .price .price_wrap .next_title,
.related li .price .prev_title, 
.related li .price .next_title
 {
    font-size: 12px !important;
}
 .post_data .post_data_inner .add_to_cart_wrap{
  display: none;
}

.woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .post_header.entry-header {
    padding-right: 0!important;
}

@media screen and (max-width: 1024px) {
    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner {
        grid-template-columns: 1fr;
    }

    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .post_header.entry-header {
        max-width: 100%!important;
    }

    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info {
        max-width: 100%;
        width: 100%;
        margin-top: 10px!important;
    }

    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info .asking_price,
    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info .net_prifit,
    .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info .payback_months {
        text-align: center;
    }

    .price_wrap {
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
    }

    .price_wrap > div {
        width: 33.3%;
    }

    .woocommerce ul.products .product_style_plain.product .post_featured {
        width: 100%;
        max-width: unset !important;
    }

    .woocommerce ul.products .product_style_plain.product .post_featured a img.size-woocommerce_single {
        height: auto;
    }
}
.sc_button.sc_button_curtain.color_style_link2:hover{
  color: #2187ff !important;
}
@media screen and (max-width:800px){
  .product_list_footer{
    flex-direction: column;
    gap: 10px;
  }
  .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .post_header.entry-header {
      float: unset;
      max-width: 100%;
  }
  .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .wrap-data-info {
      float: unset;
      max-width: 100%;
  }
  .woocommerce ul.products .product_style_plain.product .wrap-data-hover .add_to_cart_wrap{
      display: none;
  }
  .trx_addons_product_attributes{
      margin-top: 0px;
  }
  .product_list_footer .action_bottons {
      justify-content: flex-start;
  }
  .product_list_footer .action_bottons a:nth-child(2),
  .product_list_footer .action_bottons a:nth-child(3){
    width: 50% !important;
  }
  .price_wrap .prev_title, .price_wrap .next_title{
    font-size: 14px;
  }
  .price_wrap bdi {
     font-size: 1.2rem;
  }
  .price_wrap{
      text-align: left;
  }
  .woocommerce ul.products .product_style_plain.product .post_data .post_data_inner .post_header.entry-header{
      margin-top: 10px;
  }
}
.yelowmenu span {
    color: #ffff00;
}
.products_style_info .short-text, .related .short-text{
  display: none;
}
.products_style_info .woocommerce-loop-product__title a{
    height: 30px;
    overflow: hidden;
}
.socials_wrap.sc_align_center a {
	margin-right: 15px;
}

footer .socials_wrap .icon-telegram, footer .socials_wrap .icon-whatsapp{
  font-size: 40px;
}
.sc_form_field_product_cat{
  display: none !important;
}
.sidebar_inner>.widget_woocommerce_search{
  display: none;
}
.sidebar_inner {
    background: rgba(13, 17, 26, 0.5)!important;
    padding: 20px 25px !important;
    border: 1px solid #979797;
    border-radius: 10px;
}
.sidebar_default[class*="scheme_"] .widget {
    padding: 0 !important;
}
.icon-telegram{
  color: #0088cc;
}
.icon-whatsapp{
  color: #25d366;
}
.product_meta .posted_in{
  display: none !important;
}
.content_wrap .block-height{
  height: 57px;
}
.sidebar.widget_area{
  padding-top: 15px;
}
.columns-5 .price_wrap .net_prifit .next_title{
  text-align: center;
}
.products.products_style_info.columns-5 del{
  margin: 0 !important;
}
.woocommerce-breadcrumb{
  display: none !important;
}

/* Стили для выпадающих подменю навигации (3 точки) */
.sc_layouts_menu_nav > li.menu-item-has-children > ul,
.sc_layouts_menu_nav > li.menu-item-has-children > ul.submenu,
.sc_layouts_menu_nav > li.menu-item-has-children > ul.animated,
.sc_layouts_menu_nav > li.menu-item-has-children > ul.faster,
.sc_layouts_menu_nav > li.menu-item-has-children > ul.fadeOutDownSmall,
.sc_layouts_menu_nav > li.menu-item-has-children > ul.custom-menu-dropdown {
	display: none !important;
	list-style: none !important;
	margin: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	padding: 5px 0 !important;
	background: rgba(0, 0, 0, 0.8) !important;
	backdrop-filter: blur(10px) !important;
	min-width: 180px !important;
	position: absolute !important;
	top: 100% !important;
	right: 0 !important;
	left: auto !important;
	border-radius: 10px !important;
	border: 1px solid #fff !important;
	width: max-content !important;
	z-index: 1000 !important;
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
}

/* Кастомный класс для переопределения inline стилей */
.sc_layouts_menu_nav > li.menu-item-has-children > ul.custom-menu-dropdown {
	left: auto !important;
	right: 0 !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children > ul li {
	margin: 0 !important;
	padding: 0 !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children > ul li a {
	display: block !important;
	padding: 12px 20px !important;
	color: #fff !important;
	text-decoration: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
	transition: background-color 0.3s ease !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children > ul li:last-child a {
	border-bottom: none !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children > ul li a:hover {
	background-color: rgba(255, 255, 255, 0.1) !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children:hover > ul,
.sc_layouts_menu_nav > li.menu-item-has-children.sfHover > ul,
.sc_layouts_menu_nav > li.menu-item-has-children:hover > ul.submenu,
.sc_layouts_menu_nav > li.menu-item-has-children.sfHover > ul.submenu,
.sc_layouts_menu_nav > li.menu-item-has-children:hover > ul.animated,
.sc_layouts_menu_nav > li.menu-item-has-children.sfHover > ul.animated {
	display: block !important;
	right: 0 !important;
	left: auto !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	transform: none !important;
	-webkit-transform: none !important;
	-ms-transform: none !important;
}

.sc_layouts_menu_nav > li.menu-item-has-children {
	position: relative !important;
	padding-bottom: 5px !important;
}

/* Стили для Contact Form 7 виджета Elementor */
.elementor-element.elementor-widget-trx_sc_contact_form_7 {
	height: 100% !important;
}
.elementor-element.elementor-widget-trx_sc_contact_form_7 .elementor-widget-container {
	height: 100% !important;
}
/*# sourceMappingURL=woocommerce.css.map */
.video_frame {
    background-color: black;
}
.woocommerce-product-gallery__image {
    height: 359px;
    overflow: hidden;
    position: relative;
    background: #0D111A;
}
.woocommerce-product-gallery--with-thumbs .flex-viewport{
    border: 1px solid rgb(151, 151, 151)!important;
    border-radius: 10px;
}
.product .summary {
    border: 1px solid #979797;
    border-radius: 10px;
    background: rgba(13, 17, 26, 0.5)!important;
}
.woocommerce-page.sidebar_hide .single_product_details_position_under_gallery.single_product_summary_sticky .summary {
    padding: 20px 25px !important;
}
.flex-control-thumbs li img[src*="img.youtube.com"],
.flex-control-nav li img[src*="img.youtube.com"],
.flex-control-thumbs .slick-slide img[src*="img.youtube.com"],
.flex-control-nav .slick-slide img[src*="img.youtube.com"] {
    display: block;
    margin: 0 auto;
    object-fit: cover;
}
.flex-control-thumbs .slick-slide,
.flex-control-nav .slick-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.flex-control-thumbs .slick-slide:has(img[src*="img.youtube.com"]),
.flex-control-nav .slick-slide:has(img[src*="img.youtube.com"]) {
    aspect-ratio: 1;
    background: black;
}

/* Стилистика select поиска страны в phone */
.iti__dropdown-content {
    background: #f5f5f5 !important;
}

/* Sticky Footer - прижимаем footer к низу страницы */
html, body {
    height: 100%;
}

.page_wrap {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page_content_wrap {
    flex: 1 0 auto;
}
.page_content_wrap {
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.h1-custom {
    margin: 35px 0 60px 0 !important;
}
.footer_wrap {
    flex-shrink: 0;
}

/* Стили для пустого вишлиста */
.wishlist-empty-state {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    padding: 40px 20px;
}

.wishlist-empty-content {
    text-align: center;
    max-width: 500px;
}

.wishlist-empty-image {
    width: 120px;
    height: 120px;
    margin: 0 auto 30px;
    display: block;
}

.wishlist-empty-title {
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.wishlist-empty-text {
    color: #999999;
    font-size: 16px;
    margin: 0 0 30px 0;
    line-height: 1.5;
}

.wishlist-empty-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #2187ff;
    color: #ffffff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.wishlist-empty-button:hover {
    background-color: #1067cc;
    color: #ffffff;
    text-decoration: none;
}
.iti__country {
    color: #333 !important;
}
.iti__country:hover {
    background: #e0e0e0 !important;
    color: #000 !important;
}
.iti__country.iti__highlight {
    background: #d0d0d0 !important;
    color: #000 !important;
}
.iti__search-clear{
    background: none!important;
    width: auto !important;
    height: auto !important;
    margin: 0 6px 10px 0!important;
}
.iti__search-clear svg{
    width: 20px;
    height: 20px;
}
.iti__search-clear .iti__search-clear-bg{
    fill: black!important;
}
.wishlist-page .post_featured a img{
    min-height: 120px;
}
.socials_wrap:not(.socials_type_list) .social_item .social_icon {
    background: none!important;
}
.elementor-3114 .elementor-element.elementor-element-aef5f41 > .elementor-widget-container {
    background: rgba(13, 17, 26, 0.5) !important;
    padding: 20px 25px !important;
    border: 1px solid #979797;
    border-radius: 10px;
}

.related-products .post_item.post_layout_thumbs .post_data{
    /*height: 177px;*/
}
.related-products .apps-page .product_list_footer{
    height: auto;
}
.related-products .asking_price .prev_title,
.related-products .next_title,
.related-products .custom-product-price.price_wrap .asking_price .price,
.related-products .post_header.entry-header .woocommerce-loop-product__title a{
    text-align: center;
}
.related-products .custom-product-price.price_wrap .asking_price .price bdi{
    font-size: 14px!important;
}
.related-products .post_featured.hover_shop img{
    min-height: 120px!important;
}
.related-products .product_list_footer_tag{
    min-height: 35px!important;
}
.related-products .apps-page .product_list_footer{
    margin-top: 25px;
}
.related-products .post_header.entry-header{
    margin-top: 10px;
}
.tinv-modal-inner{
    padding: 20px 25px !important;
    border: 1px solid #979797;
    border-radius: 10px;
}
.tinv-modal-inner .tinvwl-buttons-group{
    display: flex;
    justify-content: space-between;
    gap: 15px;
}
.tinv-modal-inner .tinvwl-buttons-group button{
    flex: 1;
}
.tinvwl-buttons-group.tinv-wishlist-clear::before,
.tinvwl-buttons-group.tinv-wishlist-clear::after {
    display: none !important;
    content: none !important;
}
.tinvwl-buttons-group button i {
    display: none !important;
}
.tinvwl-buttons-group .tinvwl_button_close {
    order: -1;
    background-color: #FFD700 !important;
    color: #000 !important;
    border-color: #FFD700 !important;
}
.tinvwl-buttons-group .tinvwl_button_close:hover {
    background-color: #FFC700 !important;
    border-color: #FFC700 !important;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group .tinvwl_button_view {
    background-color: #2187ff !important;
    color: #fff !important;
    border-color: #2187ff !important;
}
.tinv-wishlist .tinv-modal .tinvwl-buttons-group .tinvwl_button_view:hover {
    background-color: #1067cc !important;
    border-color: #1067cc !important;
    color: #fff !important;
}
/* Панель параметров продукта на странице /apps/racing-game/*/
.summary.entry-summary .product_meta .tagged_as{
    display: inline-block;
    margin-right: 5px;
}
.summary.entry-summary .product_meta .tag-link{
    color: #A9A7B0!important;
    font-size: 15px;
}
.summary.entry-summary .product_meta .tag-link:hover{
    color: #0066ff!important;
}
.summary.entry-summary .woocommerce-product-attributes .trx_addons_product_attribute_item{
    border: 1px solid #484848;
    padding: 1px 6px;
    border-radius: 4px;
    transition: border-color 0.3s ease;
    font-size: 15px;
}
.summary.entry-summary .woocommerce-product-attributes .trx_addons_product_attribute_item:hover{
    border-color: #999;
}
.iti--allow-dropdown .iti__country-container{
    height: 41px;
    padding: 0;
    bottom: 6px;
    top: auto;
}
#phone #output{
    font-size: 14px;
}
.post_featured .fixed-box{
    width: 245px!important;
    height: 120px!important;
}
.woocommerce-page ul.products[class*="columns-"] li.product:last-child {
    padding-bottom: 0!important;
}

#post-3975 .product{
    max-width: 330px;
}

.buy-modal .box-buy-modal-btn{
    padding: 10px 0;
}
.buy-modal .box-buy-modal-btn .buy-modal-btn{
    padding: 10px 25px;
    border-radius: 10px;
    background-color: #2187ff;
    color: #fff;
    border-color: #2187ff;
    cursor: pointer;
}
.buy-modal .box-buy-modal-btn .buy-modal-btn:hover {
    background-color: #1067cc;
    border-color: #1067cc;
    color: #fff;
}
.buy-modal .tinv-modal-inner {
    background: #131622 !important;
    padding: 0 !important;
    width: auto !important;
    max-width: 500px !important;
    display: inline-block !important;
    border-radius: 15px !important;
}
.tinv-wishlist .buy-modal-success .tinv-modal-inner {
    border: 1px solid #131622 !important;
    padding: 0 !important;
}
.tinv-wishlist .buy-modal-success .alert-success {
    color: #999 !important;
    padding: 12px 20px !important;
    border-radius: 4px 4px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-weight: 500;
}
.tinv-wishlist .buy-modal-success .box-buy-modal-btn {
    padding: 10px 0 20px !important;
}
.tinv-wishlist .buy-modal-success .box-buy-modal-btn .buy-modal-btn {
    background-color: #FAC733 !important;
    border-color: #F1A610 !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 10px 25px !important;
    border-radius: 10px !important;
    cursor: pointer !important;
    transition: background-color 0.3s !important;
}
.tinv-wishlist .buy-modal-success .box-buy-modal-btn .buy-modal-btn:hover {
    background-color: #F1A610 !important;
    border-color: #F1A610 !important;
    color: #fff !important;
}
.alert-success {
    color: #999 !important;
    padding: 12px 20px !important;
    border-radius: 4px 4px 0 0 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    font-weight: 500;
}
#trx_addons_login_popup select {
    margin-bottom: 15px !important;
}
.btn-blue{

}





















