@charset "UTF-8";

/*
Theme Name: Thing's Choice
Theme URI:
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.3
Requires PHP: 5.6
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */



@font-face {
    font-family: 'Ravenscroft';
    src: url('./assets/fonts/Ravenscroft.woff2') format('woff2');
    font-display: swap;
    font-style: normal;
}
@font-face {
    font-family: 'Cinzel';
    src: url('./assets/fonts/CinzelRegular.woff2') format('woff2');
    font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Cinzel';
    src: url('./assets/fonts/CinzelBold.woff2') format('woff2');
    font-weight: bold;
	font-style: normal;
	font-display: swap;
}
.offcanvas-top {
  top: 0;
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  height: 100vh;
  width: 100vw;
  max-width: 100vw;
  border: none;
  border-radius: 0;
  visibility: hidden;
}

.offcanvas-top.showing,
.offcanvas-top.show {
  visibility: visible;
}
.offcanvas-body {
    background-color: rgb(0 0 0 / 0%) !important;
}
.woocommerce span.onsale{
	    background-color: #000000;
    box-shadow: 0 10px 10px #ffffff80;
    line-height: 38px;
}
.woocommerce-Tabs-panel h2 {
	font-weight: 600;
}

body{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/07/background_wednesday5.png");
	background-position: top;
	background-size: cover;
	color: #ffffffe6;
	font-family: 'Cinzel';
	background-color: #06080c;
}
a{
	text-decoration: none;
}
.bg-color_shadow{
	background: linear-gradient(to top, #0000, #000c);
	transition: all 0.2s;
}
.pc_none_offconvase{
	display: none1;
}
.offcanvas-body .navbar-nav .btn-link svg{
	margin-top: -3px;
}
.slider_title_carasel{
	font-family: 'Ravenscroft', sans-serif;
	font-size: 82px;
    letter-spacing: 4px;
}
.slider_text_carasel{
	font-size: 0.8rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.title_for_blocks, .woocommerce-products-header__title{
	font-family: 'Cinzel';
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
}
.category_card_col_one{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/skirtcategory.png");
	background-position: center;
	background-size: cover;
	padding: 250px 30px 50px 30px;
	border-radius: 30px;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
}
.category_card_col_two{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/tshirtcategory-1.png");
	background-position: center;
	background-size: cover;
	padding: 250px 30px 50px 30px;
	border-radius: 30px;
	margin: 0;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
}
.category_card_col_three{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/categoryphonecase.png");
	background-position: center;
	background-size: cover;
	padding: 250px 30px 50px 30px;
	border-radius: 30px;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
}

.cat_block_filter_taxon{
	background-color: #ffffff00;
    border-radius: 30px;
}
.cat_block_filter_taxon .col p{
	font-weight: 600;
    background-color: #ffffff;
    color: black;
	padding: 8px 5px;
	transition: all 0.2s;
}
.cat_block_filter_taxon .col p:hover{
    background-color: black;
    color: #ffffff;
	transition: all 0.2s;
}
.one_cat_block_filter{
    border-radius: 30px;	
}
.two_cat_block_filter{
    border-radius: 30px;
}
.tree_cat_block_filter {
    border-radius: 30px;
}
.sticky-top{
	margin-bottom: -111px;
}
.woocommerce-page .term-description{
	margin-top: 2rem;
}

.navbar-brand{
	max-width: 128px;
	width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	color: #ffffffe6;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.btn-link {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	color: #ffffffe6;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration: none;
	line-height: 1px;
}
.navbar-text{
	font-weight: 600;
    color: #ffffffe6;
	font-size: 1.2rem;
}
.title_main_block{
  font-family: 'Cinzel';
  font-style: normal;
	    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
	text-transform: uppercase;
}
.text_main_block{
	font-weight: 500;
	line-height: 1.8rem;
}
.btn_main{
	background-image: linear-gradient(90deg, #162171 0%, #1a36c0 51%, #162171 100%);
	background-position: left;
	background-size: 200% auto;
	box-shadow: 0px 13px 18px 0px rgba(31, 53, 158, 0.29);
	padding: 5px 5px 5px 30px;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	border-radius: 50px;
	transition: all .4s ease;
}
.btn_main:hover{
	background-position: right;
	color: #fff;
	transition: all .4s ease;
}
.btn_main:active, .btn_main:not(.btn-check)+.btn_main:active{
	color: #fff!important;
}
.btn_main svg{
	padding: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border-radius: 50px;
	width: 55px;
	height: 55px;
	transition: all .4s ease;
}
.btn_main svg{
	transition: all .4s ease;
}
.btn_main:hover svg{
	background-color: ;
	transition: all .4s ease;
}
.btn_main svg path{
	transition: all .4s ease;
}
.btn_main:hover svg path{
	transition: all .4s ease;
}
.btn_main_white{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/07/btn_bhgr.png");
	background-position: top right;
	background-size: inherit;
    1background-position: left;
	/*
	background-image1: linear-gradient(90deg, #05090d 0%, #05080b 51%, #05080b 100%);
    background-size1: 200% auto;
    */
	box-shadow: 0px 10px 14px 0px rgb(55 134 194 / 37%);
    padding: 4px 4px 3px 30px;
    border-width: 1px 2px 3px 1px;
    border-color: #ffffff;
	border-style: solid !important;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    transition: all .4s ease;
    font-family: 'Cinzel';
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration: none;
}
.blog .btn_main_white{
    border-color: #2c2c2c;
	border-style: solid !important;
}
.background_color_section_main_add a.btn_main_white{
	width: max-content;
    max-width: 100%;
    font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
    padding: 4px 4px 3px 30px;
    display: inline-block;
}
.carousel-caption a.btn_main_white{
	max-width: 225px;
	font-size: 18px;
    font-weight: 600;
    border-radius: 30px;
	padding: 4px 4px 3px 30px;
}
.woocommerce nav.woocommerce-pagination {
    padding-top: 20px;
}
a.btn_main_white{
	width: 100%;
	padding: 10px;
	box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 37%);
	font-size: 14px;
}
.img_slider_carasel{
	max-width: 420px;
	margin-left: auto;
	margin-right: auto;
}
.img_slider_pc{
	display: block;
}
.img_slider_mobile{
	display: none;
}
.btn_main_white:hover{
	background-position: right;
	color: #ffffff;
	transition: all .4s ease;
}
.btn_main_white:active, .btn_main:not(.btn-check)+.btn_main:active{
	color: #000000!important;
}
.btn_main_white svg{
	padding: 10px;
	margin-left: 10px;
	background-color: #ffffff;
	border-radius: 50px;
	width: 48px;
	height: 48px;
	transition: all .4s ease;
}
.btn_main_white svg{
	transition: all .4s ease;
}
.btn_main_white:hover svg{
	background-color: ;
	transition: all .4s ease;
}
.btn_main_white svg path{
	transition: all .4s ease;
	stroke: #000000;
}
.btn_main_white:hover svg path{
	transition: all .4s ease;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ffffff;
    color: #000000;
}
.h5_main_block{
	font-size: 1.4rem;
	font-weight: 700;
}
.background_color_section_main{
	background-image: linear-gradient(90deg, #171f25 0%, #43769e 51%, #4d90c0 100%);
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/07/image_2025-07-20_00-55-46.png");
	background-position: top;
	background-size: cover;
	    position: relative;
    overflow: hidden;
	z-index: 1;
}
.background_color_section_main:before{
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 366px 336px 0 0;
    border-color: #11181c40 transparent transparent;
	z-index: -1;
}
.background_color_section_main .container{
	z-index: 2;
}
.background_color_section_main h2,.background_color_section_main h5, .background_color_section_main p{
	color: #fff;
}

.portfolio-one__single{
	position: relative;
	border-radius: 30px;
	box-shadow: 0px 0px 14px #0000002b;
}
.skroll {
    overflow-y: scroll;
    height: 400px;
	overflow-x:hidden;
	-ms-overflow-style: none;
	border-radius: 30px 30px 0 0;
}
.skroll img {
    width: 100%;
}
.skroll::-webkit-scrollbar-track {
  background: transparent;        /* цвет зоны отслеживания */
}
.skroll::-webkit-scrollbar {
  width: 0px;               /* ширина всей полосы прокрутки */
}
.portfolio-one__content{
	margin-top: -60px;
    background-image: linear-gradient(90deg, #162171 0%, #1a36c0 51%, #162171 100%);
    z-index: 99;
    height: 100%;
    width: 100%;
    display: inline-grid;
    padding: 15px 20px;
	border-radius: 0 0 30px 30px;
}
.portfolio-one__content .h5_main_block {
    color: white;
}
.portfolio-one__content .card-text.text_main_block {
    color: white;
}
.module_col_baze{
	padding: 8px 0;
}
.slider_product_main .card-title, .slider_product_main .card-text{
	color: #000000;
}
.category_card_col .card-title{
	font-family: 'Cinzel';
    font-size: 42px;
    letter-spacing: 4px;
    font-weight: 400;
}
.blog .page-title, .wp-singular .page-title {
	font-family: 'Cinzel';
    font-size: 42px;
	font-weight: 700;
    letter-spacing: 4px;
}
.blog .card-title, .wp-singular .card-title{
	font-size: 1rem;
}
.wp-singular .card-body .card-text{
	margin-bottom: 10px !important;
}
.single-post .wp-post-image {
    max-width: 100%!important;
}
.wp-singular section#comments{
	background-color: black;
    padding: 30px;
    border-radius: 30px;
    box-shadow: 0 2px 13px #ffffff21;
}
.wp-singular section#comments form textarea#comment{
	width: 100%;
}
.wp-singular section#comments form input{
	width: 100%;
}
.card .card-title{
	font-family: 'Cinzel';
    letter-spacing: 1px;
    font-weight: 700;
}
.blog .card .card-title, .blog .card p, .wp-singular .card p, .wp-singular .card .card-title {
	color: #000;
}
.wp-singular .card .card-img-top{
	border-radius: 28px 28px 0 0!important;
}
.breadcrumb_blog{
	font-size: .92em;
    color: #767676;
}
.card  .card-text{
	font-family: 'Cinzel';
    letter-spacing: 2px;
    font-weight: 700;
}
.card-slider-item .card-title_video_product, .swiper-slide .card-title_video_product{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}
.card-slider-item .card-text_video_product, .swiper-slide .card-text_video_product{
	font-family: 'Cinzel';
    letter-spacing: 2px;
    font-weight: 700;
	font-size: 20px;
	color: #000000;
	margin-bottom: 0px;
}
.mobile_none_cart_n_serach{
	display: block;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #fff;
}
ul.woocommerce-mini-cart.cart_list.product_list_widget{
	list-style: none;
    padding-left: 0;
}
ul.woocommerce-mini-cart span.quantity {
    font-size: 16px;
    color: #767676;
}
ul.woocommerce-mini-cart li a{
    font-size: 1rem;
	color: #ffffff!important;
	display: block!important;
}

ul.cart_list.woocommerce-mini-cart li img, .woocommerce ul.product_list_widget li img {
    float: right;
    margin-left: 4px;
    width: 40px;
    height: auto;
    box-shadow: none;
	border-radius: 15px;
}
ul.cart_list.woocommerce-mini-cart a.remove {
    display: none!important;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #a00!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
	transition: all 0.3s;
}
ul.cart_list.woocommerce-mini-cart a.remove:hover {
    color: #fff !important;
    background: #a00;
	transition: all 0.3s;
}
.mini-cart-dropdown {
    background: #000000e3!important;
    border: 2px solid #ffffff!important;
    border-radius: 20px;
	padding: 20px!important;
}
.mini-cart-dropdown .woocommerce-mini-cart__buttons a.button{
	border-width: 1px 2px 3px 1px;
    box-shadow: 0px 5px 12px 0px #ffffff40 !important;
    border-color: #000!important;
    background-color: #ffffff!important;
    border-radius: 20px;
    border-style: solid;
    text-decoration: none;
    background-image: none;
    color: #000000!important;
	
	font-size: 100%;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
	transition: all 0.2s;
}
.mini-cart-dropdown .woocommerce-mini-cart__buttons .wc-forward{
	margin-bottom: 10px;
}
.mini-cart-dropdown .woocommerce-mini-cart__buttons a.button:hover{
	background-color: #000000!important;
	color: #ffffff!important;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
	border-color: #2c2c2c!important;
	transition: all 0.2s;
}
.woocommerce-mini-cart__buttons{
	margin-bottom: 0!important;
}
.wp-singular button.single_add_to_cart_button:focus{
	background-color: #ffffff!important;
	color: #000000!important;
	border-color: #000!important;
	background-image: none!important;
}
.wp-singular button.single_add_to_cart_button:active {
	background-color: #ffffff!important;
	color: #000000!important;
	border-color: #000!important;
	background-image: none!important;
	 transform: scale(0.96);
  transition: transform 0.1s ease-in-out;
}
.wc-block-cart__submit-button, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button{
	border-width: 1px 2px 3px 1px;
    box-shadow: 0px 5px 12px 0px #ffffff40 !important;
    border-color: #000 !important;
    background-color: #ffffff !important;
    border-radius: 20px;
    border-style: solid;
    text-decoration: none;
    background-image: none;
    color: #000000 !important;
    font-size: 100%;
    line-height: 1.6rem;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    left: auto;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    transition: all 0.2s!important;
}
.wc-block-cart__submit-button:hover, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:hover{
	background-color: #000000!important;
	color: #ffffff!important;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
	border-color: #2c2c2c!important;
	transition: all 0.2s!important;
}
.wc-block-cart__submit-button:focus, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:focus{
	background-color: #ffffff!important;
	color: #000000!important;
	border-color: #000!important;
	background-image: none!important;
}
.wc-block-cart__submit-button:active, .wc-block-checkout__actions .wc-block-components-checkout-place-order-button:active {
	background-color: #ffffff!important;
	color: #000000!important;
	border-color: #000!important;
	background-image: none!important;
	 transform: scale(0.96);
  transition: transform 0.1s ease-in-out;
}
.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button .wc-block-components-checkout-place-order-button__text {
    justify-content: center;
}
.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-weight: 600;
}
.is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .wc-block-components-totals-coupon .wc-block-components-panel__button, .wp-block-woocommerce-cart-order-summary-totals-block, .wc-block-components-formatted-money-amount {
	font-weight: 600;
}
.woocommerce-notices-wrapper{
	display: none;
}
.reset_variations{
	display:none; 
}
.variations tr select {
	margin-top: 10px;
}



.slider_product_main .carousel-control-prev {
    transform: translate(-30%, -50%) !important;	
	height: fit-content;
}
.slider_product_main .carousel-control-next {
	transform: translate(30%, -50%) !important;
	height: fit-content;
}
.card-img, .card .card-img-top{
	border-radius: 28px 28px 0 0;
	height: 300px;
    object-fit: cover;
    object-position: top;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
    filter: drop-shadow(2px 4px 6px #000);
	width: 2.8rem!important;
    height: 2.8rem!important;
}
.carousel-control-next, .carousel-control-prev {
	opacity: .7;
}
.carousel-control-next .carousel-control-next-icon {
	padding: 10px;
    background-color: #000000;
    border-radius: 50px;
	background-size: 70% 70%;
	background-position: 65%;
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
}
.carousel-control-prev .carousel-control-prev-icon{
	padding: 10px;
    background-color: #000000;
    border-radius: 50px;
	background-size: 70% 70%;
	background-position: 35%;
	box-shadow: 0px 0px 24px 0px rgb(0 0 0 / 15%);
}


.slider-container {
  overflow: hidden;
}

.slider-track {
  transition: transform 0.5s ease;
  display: flex;
  flex-wrap: nowrap;
}
.card-slider-item, .swiper-slide  {
  width: calc(100% / 4); /* 4 карточки + 3 * 1rem (відступи між ними) */
  flex-shrink: 0;
  padding-right: .5rem;
  padding-left: .5rem;
   /* додано: щоб картка могла розтягнутись */
  display: flex;
  flex-direction: column;
}
.card {
  /* розтягнути картку на всю доступну висоту */
  height: 100%;
  display: flex;
  flex-direction: column;
}
.card-body {
  /* внутрішній простір вирівнюється — кнопка завжди внизу */
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



/* Прибираємо відступ у останньої картки */
.card-slider-item:last-child {
  margin-right: 0;
}
.mt_sm_2_my{
	margin-bottom:1rem!important
}
.navbar_mobile_cart_n_search{
	display: none;
}
header.hide-on-scroll {
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
}

header.show-on-scroll {
  transition: transform 0.3s ease-in-out;
}

.rounded_video{
	border-radius: 20px 20px 0 0;
}
.card-info_video{
	flex-grow: 1;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	align-items: flex-start;
}
.w_video_product{
	width: 23% !important;
    object-fit: contain;
}
.titile_n_text_video_product{
	padding-left: 20px;
}
.center_mobile{
	text-align: left!important;
}
.center_mobile svg{
	margin-right: 12px;
	margin-top: 10px;
	margin-left: 0;
}
.slider-track.dragging {
  cursor: grabbing;
  user-select: none;
}

.swiper-slide {
    width: calc(100% / 4)!important; /* ширина одного товару */
	padding-right: .5rem;
    padding-left: .5rem;
}

.card {
  height: 100%;
}
.d_mobile_none_item{
	display: none;
}
.title_n_breadcrumbs{
	text-align: center;
	margin-bottom: 2rem;
}
.space_block_pages{
	margin-top: 9.25rem;
	margin-bottom: 5rem;
}
.orderby{
	padding: 5px 10px;
    border-radius: 15px;
}
.space_single_product ul.products::before {
	display: none!important;
}
.woocommerce-message {
    border-top-color: #ffffff!important;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #000000;
    border-radius: 15px;
    color: #ffffff;
}
.added_to_cart{
	color: #000;
}
.woocommerce-message .button{
	background: url(https://www.thingschoice.com/wp-content/uploads/2025/07/btn_bhgr.png) !important;
    background-position: top right;
    background-size: inherit;
    padding: 10px;
    box-shadow: 0px 5px 14px 0px #ffffff20 !important;
    border-width: 1px 2px 3px 1px !important;
    border-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px !important;
    transition: all .4s ease;
    font-family: 'Cinzel';
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}
.space_single_product .related{
	margin-top: 3rem;
}
.space_single_product .related > h2{
	font-family: 'Cinzel';
    font-size: 42px;
    letter-spacing: 2px;
    font-weight: 600;
    text-transform: uppercase;
	margin-bottom: 2rem;
}
.wp-singular .wp-post-image, .woocommerce-page .woocommerce-product-gallery img {
	/*max-width: 385px;*/
    border-radius: 20px;
}
.single-post .wp-post-image{
	max-width: 385px;
    border-radius: 20px;
}
.wc-block-components-form input, .wc-block-components-form select{
	box-shadow: 0px 5px 12px 0px #ffffff40!important;
    border-radius: 10px!important;
}
.wc-blocks-components-select .wc-blocks-components-select__container {
    border-radius: 13px!important;
}

.section_none_mobile{
	display: block;		
	}
@media (max-width: 768px) {
	.cat_block_filter_taxon{
	background-color: #ffffff;
}
	.cat_block_filter_taxon .col{
		padding: 0;
	}
	.category_card_col_one{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/skirtcategory-1.png");
	background-size: 80%;
	background-position: center;
}
.category_card_col_two{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/tshirtcategory-1.png");
	background-size: 80%;
	background-position: center;
}
.category_card_col_three{
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/08/categoryphonecase.png");
	background-size: 100%;
	background-position: center;
}
.section_none_mobile{
	display: none;		
	}
	.titile_n_text_video_product {
    padding-left: 10px;
}
	.wp-singular .wp-post-image {
    max-width: 100%;
}
	.space_single_product .row{
		margin: 0;
	}
	.space_single_product .row .col-md-6{
		padding: 0;
		margin: 0;
	}
.all_block_before_bread .row{
	margin: 0;	
}
	.d_mobile_none_item{
	display: block;
}
	.mobile_none_cart_n_serach{
	display: none;
}
.pc_none_offconvase{
	display: block;
}
.offcanvas-body {
    background-color: rgb(0 0 0 / 90%) !important;
}
  .submenu {
    padding-left: 1rem;
    padding-right: 1rem;
  }
.slider_product_main_product .swiper-slide {
    width: calc(100% / 2.2)!important; /* 2 карточки + 1rem */
	padding-left: .3rem;
	padding-right: .3rem;
  }
.slider_product_main_video .swiper-slide{
    width: calc(100% / 1.2)!important; /* 2 карточки + 1rem */
	padding-left: .3rem;
	padding-right: .3rem;
  }
  .category_card_col_one{
	padding: 100px 20px 20px 20px;
}
.category_card_col_two{
	padding: 100px 20px 20px 20px;
	margin: 20px 0;
}
.category_card_col_three{
	padding: 100px 20px 20px 20px;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 5.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.first_slider_home,
#carouselExampleCaptions,
.carousel-inner,
.carousel-item,
.carousel-item img.img_slider_mobile {
	height: 100vh;
}

.carousel-item img.img_slider_mobile {
	object-fit: cover;
	object-position: center;
}
.img_slider_carasel{
	width: 100%;
}
.slider_product_main .carousel-control-next {
    transform: translate(-5%, -50%) !important;
}
.slider_product_main .carousel-control-prev {
    transform: translate(5%, -50%) !important;
}

.bg-color_shadow {
    background: linear-gradient(to top, #00000008, #000000 90%);
}

  .navbar-collapse {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    background-color: #000000e6; /* заміни на свій фон */
    z-index: -1;
    padding: 1rem 1rem 1rem 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.4);
	transition: all 0.2s;
  }
.navbar-collapse .navbar-nav{
	    padding: 6rem 0 0 0;
}
  .navbar-collapse.collapse:not(.show) {
    display: none !important;
  }

  .navbar-collapse.show {
    display: block !important;
  }

  .navbar-toggler.collapsed {
    position: relative;
    z-index: 1051;
  }

  header.sticky-top {
    z-index: 1050 !important;
  }
  .card-body{
		padding: 10px;  
  }
  .navbar-toggler-icon {
    width: 2.4em;
    height: 2.4em;
  }
.navbar_mobile_cart_n_search .navbar-text svg{
	width: 1.9em;
    height: 1.9m;
  }
  .navbar-toggler{
	padding: 0;
  }
  .card-img, .card .card-img-top {
    height: 200px;
  }
  .background_color_section_main_add{
	margin-right: 10px;
    margin-left: 10px;
  }
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.navbar_mobile_cart_n_search{
	display: block;
}
.navbar>.container{
    flex-flow: row-reverse;
}
.navbar-brand {
    max-width: 92px;
    width: 100%;
	margin-right: 10px;
}
.card-slider-item .card-title, .swiper-slide .card-title{
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
}
.card-slider-item .card-text, .swiper-slide .card-text{
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 18px;
	margin-bottom: 5px;
}
.slider_product_main a.btn_main_white{
	letter-spacing: 1px;
	box-shadow: 0px 10px 14px 0px rgb(0 0 0 / 10%);
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Cinzel';
    font-weight: 700;
    font-size: 1.2rem;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    color: #ffffffe6;
    letter-spacing: 2px;
}  
.btn-link {
	font-family: 'Cinzel';
	font-style: normal;
	font-weight: 700;
	font-size: 1.2rem;
	padding-left: 1.4rem;
	padding-right: 1.4rem;
	color: #ffffffe6;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration: none;
	line-height: 1px;
}
.center_mobile{
	text-align: center !important;
}
.center_mobile svg{
    margin-right: 9px;
    margin-top: 20px;
    margin-bottom: 15px;
    margin-left: 9px;
}
  
}










.icon_whatsap{
 width: 45px;   
}
menu.open{
    overflow: visible!important;
    margin: revert!important;
    width: auto!important;
}
menu {
  --size: 2.5rem;
  --radius: 6rem;
  --padding: 1rem;
  --bg-color: rgba(46, 137, 206, 0.9);
  --fg-color: #2b2d37;
  --hi-color: #ffffff;

  position: fixed;
  bottom: var(--padding);
  right: 4rem;
  z-index: 9999
}

menu a{
  position: absolute;
  display: grid;
  place-content: center;
  border-radius: 50%;
  background: #000000;
  background-image: linear-gradient(90deg, #79b0da 0%, #2e89ce 100%);
  color: var(--fg-color);

  text-decoration: none;
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.6);
}

menu > .action {
  --factor: 0;

  width: var(--size);
  height: var(--size);
  right: calc(0.35 * var(--size));
  bottom: calc(0.35 * var(--size));

  opacity: 0;

  transform: rotate(calc(-1 * var(--angle))) translateY(calc(-1 * var(--radius) * var(--factor))) rotate(var(--angle));

  transition: transform 250ms ease-in-out, opacity 250ms ease-in-out, box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .action:hover, menu > .trigger:hover {
  color: var(--hi-color);
  box-shadow: 0px 0px 0px 0.35rem rgba(0, 0, 0, 0.2);
}

menu.open > .action {
  --factor: 1;

  opacity: 1;
}

menu > .action:nth-child(1) {
  --angle: 0deg;
  transition-delay: 0ms;
}

menu > .action:nth-child(2) {
  --angle: -30deg;
  transition-delay: 50ms;
}

menu > .action:nth-child(3) {
  --angle: -60deg;
  transition-delay: 100ms;
}

menu > .action:nth-child(4) {
  --angle: -90deg;
  transition-delay: 150ms;
}

menu > .trigger {
  width: calc(1.6 * var(--size));
  height: calc(1.6 * var(--size));
  bottom: 0;
  right: 0;

  font-size: 2rem;
  transition: box-shadow 250ms ease-in-out, color 250ms ease-in-out;
}

menu > .trigger > svg {
  transition: transform 250ms ease-in-out;
}

menu.open > .trigger > svg {
  transform: rotate(-135deg);
}



.pulse_anim{
 animation: radial-pulse 1s infinite;
border-radius: 100%;
}
menu a svg {
    animation: phone 1.2s ease-in-out infinite;
        color: #fff;
    -webkit-animation: phone 1.2s ease-in-out infinite;
        color: #fff;
}

@keyframes radial-pulse {
0% { box-shadow: 0 0 0 0px rgb(46 137 206 / 50%); }  
   
  100% { box-shadow: 0 0 0 40px rgb(46 137 206 / 0%); }
  }
@keyframes phone{
    0%, 100% {
    transform: rotate(-20deg);
}

50% {
    transform: rotate(21deg);
}
}




@media (max-width: 768px){
    menu {
  right: 1rem;
}
	.img_slider_pc{
	display: none;
}
.img_slider_mobile{
	display: block;
}
	footer .text-center p.card-text{
		font-size: 12px;
    	line-height: 18px;
	}
	.one_cat_block_filter{
    border-radius: 30px 30px 0 0;	
}
.two_cat_block_filter{
    border-radius: 0;
}
.tree_cat_block_filter {
    border-radius: 0 0 30px 30px;
}
}







/* woocommerce my start*/

.woocommerce-loop-product__title {
    margin-top: 0.5rem;
    text-align: center;
	
	font-size: 16px;
    color: #000000;
    font-weight: 500;
	margin-bottom: 0px;
}

.product-card .price {
    display: block;
    text-align: center;
	color: #000000;
	font-weight: 700;
	font-size: 20px;
	font-family: 'Cinzel';
    letter-spacing: 2px;
	margin-bottom: -5px;
}
.product-card img{
	border-radius: 32px 32px 0 0;
}
.wc-forward{
	text-align: center;
	color: #000000;
    width: 100%;
    display: block;
}
.wc-forward:hover{
	color: #000000;
}
a.add_to_cart_button{
	background-size: inherit;
	padding: 10px!important;
	background-color: #000000!important;
	box-shadow: 0px 5px 12px 0px #ffffff40 !important;
	transition: all 0.2s!important;
	
    border-width: 1px 2px 3px 1px!important;
    border-color: #2c2c2c!important;
	border-style: solid !important;
    color: #ffffff!important;
    font-size: 14px!important;
    font-weight: 600;
    border-radius: 30px!important;
    transition: all .4s ease;
    font-family: 'Cinzel';
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration: none;
	display: block!important;
	text-align: center;
}
a.add_to_cart_button:hover{
	background-color: #ffffff!important;
	color: #000000!important;
	border-color: #2c2c2c!important;
	transition: all .4s ease;
}
.single_add_to_cart_button {
	background: url("https://www.thingschoice.com/wp-content/uploads/2025/07/btn_bhgr.png")!important;
	background-position: top right;
	background-size: inherit;
	padding: 10px;
    box-shadow: 0px 10px 14px 0px #ffffff40!important;
    border-width: 1px 2px 3px 1px!important;
    border-color: #ffffff!important;
	border-style: solid !important;
    color: #ffffff!important;
    font-size: 14px;
    font-weight: 600;
    border-radius: 30px!important;
    transition: all .4s ease;
    font-family: 'Cinzel';
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration: none;
	display: block;
	transition: all .3s ease;
}
.single_add_to_cart_button:hover {
	background-position: top right;
	background-color: #ffffff!important;
	background-image: none!important;
	color: #000000!important;
	border-color: #000!important;
	transition: all .3s ease;
}
.space_single_product{
	margin-top: 7.5rem;
}
form.cart {
	display: block;
}
form.cart .woocommerce-variation-add-to-cart{
	display: flex;
	margin-top: 20px;
}
.cart .quantity .qty{
	width: 45px;
    padding: 8px 3px 8px 8px;
    border-radius: 5px;
    border: 2px solid #000000;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce-product-gallery .flex-control-thumbs{
	display: flex;
	flex-flow: wrap;
    gap: 1rem;
	padding-left: 0rem;
	margin-top: 1rem;
}
.woocommerce .product-card img, .woocommerce-page .product-card img {
    border-radius: 32px 32px 0 0;
}
.woocommerce-page .flex-control-thumbs img{
	border-radius: 15px;
}
.woocommerce-product-gallery .flex-control-thumbs li::marker{
	font-size: 0px!important;
	list-style-type: none!important;
}
.woocommerce-product-gallery .flex-direction-nav a {
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 18px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  border-radius: 50%;
}

.woocommerce-product-gallery .flex-direction-nav .flex-prev {
  left: 10px;
}
.woocommerce-product-gallery .flex-direction-nav .flex-next {
  right: 10px;
}


/* woocommerce-product my start*/
.product-card {
    transition: transform 0.3s ease;
}
.product-card:hover {
    transform: translateY(-4px);
}

.product-image-wrapper img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1/1;
    display: block;
}

.product-summary .product_title, .related .product_title {
    font-size: 42px;
    font-weight: bold;
}

.product-summary .price {
    font-size: 1.25rem;
    color: #fff; /* або під колір сайту */
}

.product-gallery img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.woocommerce-tabs {
    margin-top: 2rem;
}

.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1.5rem;
}

.related.products ul.products li.product {
    margin: 0;
}
.woocommerce-tabs textarea#comment{
	width: 100%;
}


.header-cart {
    position: relative;
    display: inline-block;
}

.cart-contents {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: bold;
}

.cart-count {
    background: red;
    color: #fff;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    position: absolute;
    top: -10px;
    right: -10px;
}

.mini-cart-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #111;
    color: #fff;
    width: 300px;
    max-height: 400px;
    overflow-y: auto;
    padding: 15px;
    border: 1px solid #444;
    z-index: 999;
}

.header-cart:hover .mini-cart-dropdown {
    display: block;
}

@media(max-width:768px){
	.related.products ul.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(48%, 1fr));
    gap: .5rem;
	padding-left: 0;
	}
	.woocommerce-page .term-description p {
    font-size: 14px;
}
	.space_single_product .related > h2, .product-summary .product_title, .title_for_blocks, .woocommerce-products-header__title, .title_main_block, .related .product_title {
    font-size: 22px;
}
	.blog .page-title, .wp-singular .page-title{
		font-size: 22px;
	}
}
