body {
	-webkit-font-smoothing: antialiased!important;
	text-rendering: auto;
	font-family: 'Manrope', sans-serif;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	background-color: #020202f2;
}

p {
	letter-spacing: 1.1px;
}

.spad {
	padding: 80px 0;
}
.spadx{padding-left: 4rem;padding-right: 4rem;}


.tw-heading, h1.entry-title, h1.woocommerce-products-header__title.page-title {
	color: #fff;
	 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
	font-size: 38px;
	    letter-spacing: 4px;
}
h1, h3{
	 font-family: "Bebas Neue", sans-serif;
  font-weight: 400;    letter-spacing: 4px;
}
a {
	text-decoration: none;
}
.text-white {
	color: #fff;
}
.bg-red{
	background-color: #EC2028;
}
.btn-warning{
	    color: #ffffff !important;
    background-color: #EC2028 !important;
    border: 1px solid #EC2028 !important;
    border-radius: 0px !important;
    padding: 10px 24px !important;
    line-height: 1.5;
    font-size: 16px;
}

@media (min-width: 1600px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1520px;
	}
	}
	 @media (max-width: 1199px) {
	.navbar-brand img {
		width: 280px;
	}
	}



	.header > nav{
    padding: 3px 20px;
    font-weight: 600;
    min-height: 73px;
	}
.navbar {
		padding: 0px 50px;
	background-color: #000000 !important;
		box-shadow: 0px 2px 20px #00000009;
	}
	.navbar-nav li {
		padding: 7px 15px 7px 15px;
	}
	.navbar-nav li a {
		color: #fff!important;
		padding-right: 0px!important;
		padding-left: 0px!important;
		text-decoration: none;
	}
	.navbar-nav .dropdown-menu li:hover, .navbar-nav .dropdown-menu li.current-menu-item {
		background-color: #fcf2e6;	
	}
	.navbar-nav li:hover a, .navbar-nav li.current-menu-item a{
		background-color: transparent;  color: #EC2028 
	}
div#main_nav {
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		transform: translate(-50%, -50%);
	}
	
	.dropdown-item{
		padding: 0px!important;
	}
#rightsidebar {
	display: none;
}
 @media only screen and (max-width: 991px) {
.toggle-cu-menu {
	cursor: pointer;
}
.hamburger-box-close {
	position: relative;
	display: inline-block;
	width: 26px;
	height: 24px;
	cursor: pointer;
	top: 2px;
}
.hamburger-box-close {
	top: 50%;
	transform: translate(0px, -50%);
}
body.open-mm .mobile-menu .header-expandable-menu-top {
	position: absolute;
	right: 13px;
	top: 25px;
}
.hamburger-box-close .hamburger-inner, .hamburger-box-close .hamburger-inner:after, .hamburger-box-close .hamburger-inner:before {
	background-color: #000;
	width: 28px;
}
.hamburger-box-close .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg);
}
.hamburger-box-close .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}
.hamburger-box-close .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}
.toggle-cu-menu.toggle-cu-menu-open {
	position: absolute;
	right: -10px;
	top: -10px;
	z-index: 20000000;
}
body.open-mm .mobile-base {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.5);
	z-index: 10000;
}
.mobile-menu {
	text-align: left;
	display: block;
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	max-width: 100%;
	height: 100vh;
	max-height: 400vh;
	-webkit-overflow-scrolling: touch;
	transition: transform .5s;
	-ms-transform: translateX(310px);
	transform: translateX(310px);
	z-index: 10000010;
	background-color: #fff;
}
body.open-mm .mobile-menu {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.hamburger {
	font: inherit;
	display: inline-block;
	overflow: visible;
	margin: 0;
	padding: 0;
	cursor: pointer;
	transition-timing-function: linear;
	transition-duration: .15s;
	transition-property: opacity, filter;
	text-transform: none;
	color: inherit;
	border: 0;
	background-color: transparent;
	z-index: 100;
}
.hamburger-box {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 24px;
	top: 3px;
}
.hamburger-inner {
	top: 50%;
	display: block;
	margin-top: -2px;
}
.hamburger-inner:after, .hamburger-inner:before {
	display: block;
	content: "";
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
	position: absolute;
	width: 15px;
	height: 2px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #fff;
	right: 0;
}
.hamburger-inner:before {
	top: -7px;
	width: 20px;
}
.hamburger-inner:after {
	bottom: -7px;
	width: 20px;
}
.hamburger-inner {
	transition-timing-function: cubic-bezier(.55, .055, .675, .19);
	transition-duration: 75ms;
}
.hamburger-inner:before {
	transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger-inner:after {
	transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
body.expand .hamburger {
	top: 15px;
	margin-top: 0px;
	position: absolute;
}
body.expand .hamburger-inner {
	transition-delay: .12s;
	transition-timing-function: cubic-bezier(.215, .61, .355, 1);
	transform: rotate(45deg);
}
body.expand .hamburger-inner:before {
	top: 0;
	transition: top 75ms ease, opacity 75ms ease .12s;
	opacity: 0;
}
body.expand .hamburger-inner:after {
	bottom: 0;
	transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
	transform: rotate(-90deg);
}
.menu {
	margin-top: 50px;
}
#rightsidebar {
	right: 0;
	top: 0px;
	display: block!important;
}
#rightsidebar ul.dropdown-menu li {
	padding: 5px 0px 5px 10px;
	font-size: 15px;
}
ul.header-menu-mobile {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.header-menu-mobile >li {
	font-size: 18px;
	position: relative;
	padding: 10px 20px;
}
ul.header-menu-mobile li a {
	color: #000;
	padding: 0;
	font-weight: 500;
	text-decoration: none;
}
ul.header-menu-mobile >li ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.header-menu-mobile >li ul li a {
	font-size: 15px;
	color: #555;
}
#rightsidebar ul.header-menu-mobile li a {
	position: relative;
	display: block;
}
ul.dropdown-menu3 {
	position: relative;
	right: 0px;
	width: fit-content;
}
#rightsidebar .dropdown-toggle::after {
	content: '\f078';
	position: absolute;
	right: 0;
	top: 50%;
	font-family: "FontAwesome";
	font-weight: 400;
	transition: transform .5s;
	padding: 7px 0 7px 3px;
	border-width: 0px;
	font-size: 14px;
	transform: translate(0px, -50%);
}
.dropdown-menu {
	float: none;
	border-width: 0px;
	position: relative!important;
	min-width: auto!important;
	padding: 10px 10px 0px;
	transform: translate3d(0px, 0px, 0px)!important;
	border-top: 3px solid rgb(255 255 255)!important;
}
.header-part .social-menu {
	margin-right: 0px;
}
.search-box-wrapper .search-box {
	display: none;
}
#rightsidebar .search-box {
	display: block;
	padding: 20px;
	width: 100%;
}
#rightsidebar .search-box form {
	position: relative;
}
ul.dropdown-menu2, ul.dropdown-menu3 {
	position: relative!important;
	right: auto!important;
	background-color: #fff!important;
}
}

.dropdown-toggle:after {
	content: "\f078";
	font-family: FontAwesome;
	transition: transform .5s;
	padding: 4px 0 7px 3px;
	border-width: 0;
	font-size: 10px;
}


/*woocommerce*/

.product-inner img {
	margin: 0 0 1em;
	/*border-radius: 10px;*/
}
.product-inner {
    background-color: rgb(255 255 255 / 15%);
}
.product-info {
    padding: 0px 20px 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce-loop-category__title, .product-inner .woocommerce-loop-product__title {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	padding-top: 0;
	text-align: center;
	padding-bottom: 5px;
}
.woocommerce ul.products li.product .price, .product-inner .price {
	font-weight: 400;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.woocommerce ul.products li.product .price ins, .product-inner .price ins {
	font-weight: 400;
	text-decoration: none;
}
.woocommerce ul.products li.product .price del, .product-inner .price del {
	font-weight: 400;
	font-size: 14px;
	color: #898989;
}
.woocommerce ul.products li.product .product-inner .button.add_to_cart_button {
	display: none;
}

.woocommerce .woocommerce-breadcrumb {
	display: none;
}
.floting-button {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border: none;
	background: #EC2028;
	color: #fff;
	z-index: 99;
	display: none;
}
a.sb-close {
	background: #EC2028;
	color: #fff;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
}
.product-sb {
	position: sticky;
	top: 110px;
}
.product-sb .woocommerce-ordering {
	width: 100%;
}
.product-sb-w {
	padding-right: 30px;
}
.product-sb h2.widget-title {
	font-weight: 600;
	font-size: 16px;
	color: #fff;
	line-height: 1.5;
}
.product-sb ul.product-categories {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 12px;
	color: #fff;
}

.product-sb ul.product-categories .children {
	list-style: none;
	padding-left: 14px;
}
.product-sb ul.product-categories li {
	margin-top: 5px;
}
.product-sb ul.product-categories li a, .product-sb .woocommerce-widget-layered-nav-list li a {
	font-weight: 300;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	width: 100%;
}
.product-sb ul.product-categories li .count, .product-sb .woocommerce-widget-layered-nav-list li .count {
	float: right;
	font-size: 12px;
	color: #fff;
	font-weight: 400;
}
.product-sb .widget {
	margin-bottom: 1.3rem;
}
.product-sb.open-me h2.widget-title, .product-sb.open-me ul.product-categories,.product-sb.open-me  ul.product-categories li a,.product-sb.open-me ul.product-categories li .count,
.product-sb.open-me .woocommerce-widget-layered-nav-list li a ,.product-sb.open-me .woocommerce-widget-layered-nav-list li .count{color: #1F1F1F;}


.woocommerce-widget-layered-nav {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward, .btn-green {
	color: #ffffff!important;
	background-color: #EC2028!important;
	border: 1px solid #EC2028!important;
	border-radius: 0px!important;
	padding: 10px 24px!important;
	line-height: 1.5;
	font-size: 16px;
}

.product-image {
	position: relative;
	overflow: hidden;
}


.woocommerce ul.products li.product .onsale {
	top: 10px;
	right: 10px;
	left: auto;
	background-color: #EC2028;
	line-height: 1;
	border-radius: 5px;
	padding: 4px 9px;
	font-size: 13px;
	min-height: auto;
	font-weight: 700;
}
.single-product .entry-summary p.price {
	font-size: 22px!important;
}
.single-product .entry-summary p.price ins {
	text-decoration: none;
}
.single-product .entry-summary .woocommerce-Price-amount.amount {
	color: #fff;
}
.woocommerce div.product form.cart .variations p.nc_attr_name {
	margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 800;
    width: 40px;
    letter-spacing: 0px;
}
.woocommerce div.product div.summary {
	position: sticky;
	top: 100px;
}

.woocommerce .product-sb .woocommerce-ordering, .woocommerce-page .product-sb .woocommerce-ordering {
	float: none;
}
  .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea ,.input-text ,.woocommerce .woocommerce-ordering select  {

        display: block;

        width: 100%;

        padding: .375rem .75rem;

        font-size: 15px;

        line-height: 1.5;

        color: #495057;

        background-color: #fff;

        background-clip: padding-box;

        border: 1px solid #ced4da;

        border-radius: 5px;

        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

        height: 42px;

    }
 @media only screen and (max-width: 991px) {
.product-sb {
	position: fixed;
	width: 100%;
	z-index: 100;
	height: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	box-shadow: 0 -1px 8px 0px #000;
	transition: 0.5s all;
	top: auto;
}
.product-sb-w {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	overflow-y: scroll;
	padding: 15px;
}
.product-sb.open-me {
	height: 80vh;
}
.floting-button {
	display: block;
}
.product-sb.open-me a.sb-close {
	display: block;
}
}
.single-product.woocommerce .summary .product_meta {
	margin-bottom: 20px
}
.product_meta>span {
    margin-right: 40px;
	margin-bottom: 5px;
	font-size: 12px
}
.product_meta span a {
	font-weight: 700;
	color: #999;
	text-decoration: none
}
.variations th.label, .variations td.value select, .reset_variations {
	display: none !important
}
.variation-radios {
	position: relative;
	display: inline-flex;
	vertical-align: middle;
	margin-left: -7px;    gap: 7px;
	margin-right: -7px
}
.variation-radios input[type=radio] {
	position: absolute;
	clip: rect(0,0,0,0);
	pointer-events: none
}
.variation-radios label {
	position: relative;
    box-shadow: inset 0 0 1px rgb(255 255 255);
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    color: #fff;
    font-weight: 100 !important;
    text-align: center !important;
    width: 40px;
    height: 40px;
    font-size: .85rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.variation-radios input[type=radio]:checked+label {
	color: #999;
    border-color: #999;
}
.variations_form.cart tr:first-child .variation-radios input[type=radio]:checked+label {
	outline: 1px solid #ccc;
    outline-offset: -5px;
}







.rtwpvg-images .rtwpvg-wrapper .rtwpvg-slider-wrapper{
	margin-bottom:30px;
}
@media only screen and (min-width: 769px) {
	.rtwpvg-images .rtwpvg-wrapper .rtwpvg-slider-wrapper{
		margin-bottom:0;
	}
.woo-page-wrapper .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper.rtwpvg-thumbnail-position-bottom .rtwpvg-container {
	flex-direction: row-reverse;
    gap: 10px;
}
.woo-page-wrapper .rtwpvg-images .rtwpvg-wrapper .rtwpvg-slider-wrapper{
	width: calc(100% - 110px);
    height: 100%;
}
.woo-page-wrapper .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-grid-layout .rtwpvg-thumbnail-wrapper, .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper {
	width: 110px;
    height: 100%;
}
.woo-page-wrapper .rtwpvg-images.rtwpvg-has-product-thumbnail .rtwpvg-wrapper .rtwpvg-thumbnail-wrapper .rtwpvg-thumbnail-slider:not(.swiper-initialized).rtwpvg-thumbnail-columns-4 .swiper-wrapper {
	display: flex;
    flex-wrap: wrap;	
	gap: 10px;
}
.woocommerce-page .woo-page-wrapper div.product div.summary {
	width:38%;
}
.woo-page-wrapper .rtwpvg-images {
    max-width: 57%;
}
}



.woocommerce.single-product div.product form.cart table td {
    display: flex;
    gap: 15px;
    align-items: center;    margin-top: 25px;
}
.size-chart-btn {
	background-color: transparent;
    margin-left: 20px;
    font-weight: 200;
    font-size: 14px;
    color: #ffffff;
}
:focus-visible{outline: none;}


.woocommerce.single-product div.product.product-type-simple form.cart ,.woocommerce.single-product .woocommerce-variation-add-to-cart{
    margin-bottom: 0em !important;
    display: none !important;
}
















.hm-banner img{
	width:100%;
	height:auto;
}
.carousel-indicators [data-bs-target] {
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 5px
}

.single-product h1.entry-title {
	font-size: 28px;
}


                                
.footer-part h5 {
    color: #fff;
    font-size: 22px;
    /* font-weight: 600; */
    line-height: 40px;
    font-family: "Bebas Neue", sans-serif;
    letter-spacing: 3px;
}
.footer-bottom h5{font-weight: 600;}
.footer-part ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-weight: 300
}

.footer-part ul li {
	padding-bottom: 9px;
	color: #fff;
	font-size: 15px;
}
.footer-part ul li a {
	font-weight: 300;
	color: #fff;
	text-decoration: none;
	font-size: 15px;
}
.footer-part p a{
	color: #fff;
}
ul.social-menu {
	margin: 0;
	padding: 0
}
ul.social-menu li {
	display: inline-block;
	vertical-align: top;
	padding-left: 15px;
	position: relative;
	font-size: 20px
}
ul.social-menu li a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
}
.footer-bottom p {
	font-size: 14px;
	color: #fff;
}
.footer-bottom .footer-menu li {
	display: inline-block;
	padding-right: 20px;
}





/**********************contact**********************/



.contact-form .form-line {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
}
.contact-form {
background-color: #fff;
	
}
.contact-form .form-control, .contact-form .form-date {
	border-top: none;
	border-left: 0;
	border-right: 0;
	border-radius: 5px;
	background-color: transparent;
	border: 0 solid #ced4da;
	border: 1px solid #d0d0d0;
	position: relative;
	z-index: 1;
	padding: 22px 10px 8px;
}
 :focus-visible {
 outline: none;
}

.contact-form .form-date {
	display: block;
	width: 100%;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-clip: padding-box;
	appearance: none;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contact-form .form-line.focused .form-label {
    bottom: calc(100% - 33px);
    font-size: 12px;
    color: #9d9d9d;
    z-index: 2;
}

.contact-form .form-label {
	position: absolute;
	bottom: 6px;
	cursor: text;
	-moz-transition: .3s;
	-o-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	color: #777777;
	font-size: 17px;
	letter-spacing: .5px;
	z-index: 0;
	left: 10px;
}

.contact-form textarea {
	height: 90px !important;
}

.form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color:  #EC2028;
	outline: 0;
	box-shadow: none;
}
.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 10px;
    font-weight: normal;
    display: block;
    position: absolute;
}


.contact-menu h5 {font-weight: 700;}
.contact-menu p a{color: #212529;}

.single-contact .contact-icon i {
    font-size: 28px;
    color: #EC2028;
    line-height: 60px;
    -webkit-transition: .5s;
    transition: .5s;
}
.single-contact p a {
    color: #fff;
    text-decoration: none;
}
ul.social-menu.text-dark li a {
    color: #212529;
    text-decoration: none;
    font-size: 30px;
}
ul.social-menu.text-dark li {
   padding: 0 10px;
}

.category-box {
    overflow: hidden;
}

.category-box .product-info {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 2;
}
.category-box .product-info h5 a{
    color: #fff;
    font-size: 26px;
}
.cat-overlay {
       background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(24 24 24) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.category-box:hover .product-info img{
transform: rotate(-45deg); transition: 0.5s all;
}

.slick-prev:before {
    content: "\e92f";
    font-family: 'Feather';
    color: #fff;
    font-size: 40px
}

.slick-next:before {
    content: "\e930";
    font-family: 'Feather';
    color: #fff;
    font-size: 40px
}
.slick-prev {
    left: 10px;
    z-index: 11;
}
.slick-next{
	right: 20px;
    z-index: 11;
}

.text-slide h3{
	font-size: 50px;
}
.text-slide .slick-slide{margin: 0 30px;}


.hm-about {

    background-image: url(../images/bg.jpg);

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;


}
.box-wrap {
    background-color: rgba(0, 0, 0, 0.74);
    padding: 40px;
}
.slick-slide {
  margin: 0 10px;
  box-sizing: border-box;
}

.slick-list {
  margin: 0 -10px;
}


.slick-slider {
  overflow: hidden;
}
.p-collection{padding-bottom:60px}
@media only screen and (max-width: 1399px){
.category-box .product-info h5 a {
    font-size: 22px;
}
}

@media only screen and (max-width: 1199px){
	.navbar {
    padding: 0px 12px;
}
}
@media only screen and (max-width: 1100px){
div#main_nav {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    transform: translate(0%);
}
		.spadx {
    padding-left: 2rem;
    padding-right: 2rem;
}
}

@media only screen and (max-width: 991px){
div#main_nav {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    transform: translate(0%);
}
.tw-heading, h1.entry-title, h1.woocommerce-products-header__title.page-title {
    font-size: 34px;
}
	.text-slide h3 {
    font-size: 40px;
}
}
@media only screen and (max-width:767px){
div#main_nav {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    transform: translate(0%);
}
	.spadx {
    padding-left:0rem;
    padding-right:0rem;
}
	.spad {
    padding: 60px 0;
}
	.product-inner {
    height: 100%;
}
	.box-wrap {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
}
		.p-collection{padding-bottom:40px}
}

@media only screen and (max-width: 575px){
	.navbar .btn-warning{display: none}
	ul.social-menu li {
padding-right: 15px;
    padding-left:0px;
}
.p-collection .slick-slider {
         overflow: visible;
}
	 .text-slide h3 { font-size: 36px;}
	.slick-slide {
  margin: 0 6px;
  box-sizing: border-box;
}
	.text-slide .slick-slide { margin: 0 20px;}
    .navbar-brand img { width: 260px; }
	.carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
}
	.carousel-indicators {
    margin-bottom: 0;
}
.tw-heading, h1.entry-title, h1.woocommerce-products-header__title.page-title {
    font-size: 30px;
}
	.product-info {
    padding: 0px 10px 10px;
}
	    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        margin: 0 0 2em;width:100%;
    }
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.brand-list li {
  flex: 0 0 auto; /* Don't grow/shrink, keep auto width */
  text-align: center;
}

.brand-list img {
  max-width: 100%;
    height: 70px;
  display: block;
  margin: 0 auto 5px;
}

