/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.cky-policy{
	color: rgb(255, 26, 74) !important;
	text-decoration: none !important;
	transition: .3s ease-in-out;
}
.cky-policy:hover{
	color: #F8A73F !important;
}
/* Add your custom styles here */

body.page-id-20173 .cky-consent-container .cky-consent-bar,
body.page-id-20173 .xoo-wsc-markup,
body.page-id-20173 footer,
body.page-id-20173 header{
	display: none !important;
}


.xoo-wsc-empty-cart> span{
	color: white !important;
	opacity: .45;
}
header {
	position: sticky;
    top: 0;
    z-index: 999999;
	background: rgba(0, 0, 0, 0.1) !important;
 /*  backdrop-filter: blur(10px); */
  backdrop-filter: blur(10px);
  transition: .3s ease-in-out;
}
header.active_header{
	background: rgba(0, 0, 0, 0.65) !important;
}
header img.logo_cust{
	width: 100%;
	max-width: 90px;
	transition: max-width .3s ease-in-out;
}
header.active_header img.logo_cust{
	margin-top: 5px;
	max-width: 70px;
}
header img.home_header_logo.logo_cust{
	width: 0;
	height: 0;
	opacity: 0;
	transition: opacity .3s ease-in-out;
}
header.active_header img.home_header_logo.logo_cust{
	width: 100%;
	margin-top: 5px;
	max-width: 70px;
	height: auto;
	opacity: 1;
}
header.active_header >div>div>div{
	padding: 0 !important;
}
.login_user{
	color: rgba(255, 255, 255, 0.63) !important;
	transition: .3s ease-in-out;
}
.login_user:hover{
	color: #F8A73F !important;
}
#accbtn{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	z-index: 2;
}
#accbtn a{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    padding-top: 18px;
	font-size: 12px !important;
}

#games-section .slick-track{
	display: flex;
}
.popular-games-slider-wrapper{
	max-width: 330px;
	width: 100%;
}

.popular-games-slider-wrapper li.product  img{
	border-radius: 12px;
}
.popular-games-slider-wrapper li.product  .woocommerce-Price-amount{
	font-size: 30px !important;
	font-weight: 600px;
	color: #F8A73F !important;
}
/* .popular-games-slider-wrapper li.product  a.woocommerce-LoopProduct-link{
	display: flex !important;
	flex-direction: column;
} */
/* .popular-games-slider-wrapper li.product  a.woocommerce-LoopProduct-link h2{
	order: -1;
} */







 #videoHome .elementor-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover; /* чтобы не было чёрных полос */
}
#videoHome {
  overflow: hidden;
	height: 100%;
}
.popular-games-slider-wrapper li.product  .add_to_cart_button,
.popular-games-slider-wrapper li.product  a.woocommerce-LoopProduct-link h2,
.popular-games-slider-wrapper li.product .shopengine_comparison_add_to_list_action,
.popular-games-slider-wrapper li.product .shopengine-quickview-trigger,
.popular-games-slider-wrapper li.product .shopengine_add_to_list_action{
	display: none !important;
}

.spanHome{
	display: block;
	margin: 30px 0 30px 0;
	font-size: 108px;
	color: #F8A73F !important;
}
.CategoryCust{
	transition: .3s ease-in-out;
}
.CategoryCust:hover{
	box-shadow: 0px 0px 14px 3px #ff1a4aa3;
}
.CategoryCust a{
	width: 100%;
}
.CategoryCust img{
	transform: scale(1);
	display: block;
	transition: .8s ease-in-out;
		will-change: transform;
	transform-origin: center center;
	backface-visibility: hidden;
}
.CategoryCust:hover img{
	transform: scale(1.1);
}
#slider_home_prod .product-title{
	font-size: 14px;
}
#slider_home_prod .woocommerce-Price-amount{
	font-size: 21px !important;
	font-weight: 700 !important;
}
#slider_home_prod .jkit-product-block-wrapper {
    display: flex;
    flex-direction: column;

}

#slider_home_prod .jkit-product-link {
    flex: 1 1 auto; /* основной контент растягивается */
    display: flex;
    flex-direction: column;
		justify-content: space-between;
}

#slider_home_prod .add_to_cart_button {
    margin-top: auto; /* кнопка всегда снизу */
}
.radial_img img{
	border-radius: 8px !important;
}
.radial_img li.archive-product-container:hover{
	box-shadow: 0px 0px 10px 0px rgba(248, 167.00000000000014, 62.99999999999999, 0.8);
}
.radial_img li.archive-product-container{
	border-radius: 10px;
}
.radial_img li.archive-product-container a.add_to_cart_button {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.411);
	position: relative;
	z-index: 3;
}
.radial_img li.archive-product-container .added_to_cart,
.radial_img li.archive-product-container .screen-reader-text{
	display: none !important;
}
.fixbtn.fix li.product{
	display: flex;
	flex-direction: column !important;
	justify-content: space-between !important;
	transition: .3s ease-in-out;
}
.fixbtn.fix ul.shopengine-archive-mode-grid{
	height: 100%;
}
a.woocommerce-Button,
body.woocommerce-account button[type="submit"],
body.woocommerce-cart .wc-block-cart__submit-button{
	color: white !important;
	background: #FF1A4A !important;
	text-decoration: none !important;
	border-radius: 8px;
}
a.woocommerce-Button:hover,
body.woocommerce-account button[type="submit"]:hover,
body.woocommerce-cart .wc-block-cart__submit-button:hover{
	background: #F8A73F !important;
}
a.woocommerce-Button,
body.woocommerce-account button[type="submit"],
body.woocommerce-cart .wc-block-cart__submit-button,
body.single-product .btnAnim button.single_add_to_cart_button,
.fixbtn .product a.add_to_cart_button,
.btnAnim a,
.fixbtn li.product a.add_to_cart_button{
	/* max-width: 150.5px;
	margin-left: auto;
	margin-right: auto; */
	transition: .3s ease-in-out;
	overflow: hidden !important;
	position: relative;
}
a.woocommerce-Button::before,
body.woocommerce-account button[type="submit"]::before,
body.woocommerce-cart .wc-block-cart__submit-button::before,
body.single-product .btnAnim button.single_add_to_cart_button::before,
.fixbtn .product a.add_to_cart_button::after,
.fixbtn .product a.add_to_cart_button::before,
.btnAnim a::before,
.fixbtn li.product a.add_to_cart_button::after,
.fixbtn li.product a.add_to_cart_button::before{
	content: '';
	position: absolute;
	width: 90px;
	height: 110px;
	background: #FF1A4A;
	opacity: .6;
	left: -100%;
	top: 50%;
	transform: translateY(-50%) rotate(23deg);
	
}
a.woocommerce-Button:hover::before,
body.woocommerce-account button[type="submit"]:hover::before,
body.woocommerce-cart .wc-block-cart__submit-button:hover::before,
.btnAnim button.single_add_to_cart_button:hover::before,
.fixbtn .product a.add_to_cart_button:hover::before,
.btnAnim a:hover::before,
.fixbtn li.product a.add_to_cart_button:hover::before{
	transition: left 1.1s ease;
	left: 200%;
}
.fixbtn .product:hover a.add_to_cart_button::after,
.fixbtn li.product:hover a.add_to_cart_button::after{
	background: #dadada;
	transition: left 0.7s ease;
	left: 150%;
}
body.single-product .single_add_to_cart_button {
    position: relative;
    overflow: visible;
    z-index: 1;
}

body.single-product .single_add_to_cart_button::before {
    content: '' !important;
    position: absolute;
    width: 90px;
    height: 110px;
    background: #FF1A4A;
    opacity: 0.6;
    left: -100%;
    top: 50%;
    transform: translateY(-50%) rotate(23deg);
    z-index: -1;
    border-radius: 8px;
}


#ritateblock{
	position: relative;
	overflow: hidden;
	/* transform: rotate(-3deg); */
}
#ritateblock::before{
	content: '';
    position: absolute;
    left: -10px;
    top: 52px;
    width: 102%;
    height: 169px;
    background: #FF1A4A;
    transform: rotate(-3deg);
}
label b{
	color: #FF1A4A;
}
.cursour{
	cursor: pointer !important;
}
.d-flex-cust>p .wpcf7-list-item{
	margin-left: 0 !important;
}
.d-flex-cust>p{
	display: flex;
	gap: 9px;
	justify-content: start;
	align-items: center;
}
.d-flex-cust>p label{
	font-size: 16px !important;
	font-weight: 400 !important;
	margin: 0 !important;
}
.captcha-image{
	border-radius: 8px !important;
	border-color: #f8a83fbb !important;
}
.cf7ic_instructions{
	color:#ffffffa9 !important;
	font-size: 16px !important;
}
form .wpcf7-form-control-wrap .captcha-image svg{
	padding: 5px !important;
    width: 35px !important;
    height: 35px !important;
}
.captcha-image label>input:checked+svg, .captcha-image label>input:focus+svg {
    border: 2px solid rgba(255, 0, 0, 0.733) !important;
	background: #f8a83f31 !important;
	border-radius: 8px !important;
}
form input:focus,
form textarea:focus{
	outline: none !important;
}
button:disabled,
input:disabled{
	opacity: .65;
}
form button:disabled:hover,
form input:disabled:hover{
	background: #FF1A4A !important;
	cursor: not-allowed !important;
}


/* slider prod */
.brother-product-slider {
	max-width: 600px;
	margin: 0 auto;
}

.brother-product-slider .slider-for img {
	width: 100%;
	border-radius: 16px;
	height: 400px;
	width: 104%;
	object-fit: cover;
	object-position: 50% 23%;
}

.brother-product-slider .slider-nav {
  	margin-top: 15px;
}

.brother-product-slider .slider-nav .thumb {
  	cursor: pointer;
  	padding: 3px;
  	opacity: 0.6;
  	transition: opacity 0.3s ease;
}

.brother-product-slider .slider-nav .slick-current.thumb {
  opacity: 1;
}
.brother-product-slider .slider-nav .thumb img{
	border-radius: 8px;
}
#descprod h1,
#descprod h2,
#descprod h3,
#descprod h4,
#descprod h5,
#descprod .pseudo-header {
	margin-top: 28px;
	font-size: 24px;
	margin-bottom: 8px;
	display: block;
	color: #F8A73F;
}
#descprod h4{
	font-size: 16px;
	opacity: .8;
	margin-top: 0;
	color: white;
}
#descprod .pseudo-header{
	margin-bottom: -15px;
}
#rel_slider img{
	border-radius: 8px;
	margin-bottom: 4px !important;
	padding-bottom: 0 !important;
}
#rel_slider .swiper-pagination-bullet{
	border-radius: 50%;
	opacity: .6 !important;
}
#rel_slider .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border-radius: 50%;
	opacity: 1 !important;
}
#inf_order thead .product-name,
#inf_order thead .product-total{
	display: none;
}
#inf_order tbody .shopengine-order-review-product,
#inf_order tfoot .order-total,
#inf_order tfoot .cart-subtotal{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
#inf_order tbody .product-name{
	flex-wrap: nowrap !important;
}
#inf_order tbody .product-name strong{
	padding-right: 5px;
	padding-left: 4px;
}
.shopengine-widget .select2.select2-container .select2-selection--single::before{
	color: white !important;
}
body.woocommerce-checkout .select2-selection__arrow{
	display: none !important;
}
body.woocommerce-checkout .select2-dropdown--above{
	margin-top: -6px;
	border-radius: 8px !important;
	background: #2b2c32 !important;
	color: white !important;
	font-size: 15px !important;
}
body.woocommerce-checkout .select2-dropdown--below{
	margin-top: 12px;
	border-radius: 8px !important;
	background: #2b2c32 !important;
	color: white !important;
	font-size: 15px !important;
}

body.woocommerce-checkout .select2-search--dropdown input.select2-search__field {
    background: #2B2C32 !important;
    border-radius: 0 !important;
    border: 1px solid #FFFFFF36 !important;
    min-height: 35px;
	color: white;
	border-radius: 6px;
}
body.woocommerce-checkout .select2-search--dropdown input.select2-search__field:focus{
	outline: none !important;
}
body.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #F8A73F;
    color: #fff;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.671);
}
.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #ff1a4ca2;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar{
	width: 10px;
	background: black;
	border-radius: 8px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: rgb(83, 83, 83);
  border-radius: 8px;
  width: 15px;
}
.checkout-inline-error-message{
	font-size: 12px !important;
	line-height: 14px !important;
}
.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox{
	align-items: start !important;
	position: relative !important;
}
.shopengine-widget .shopengine-checkout-payment #payment .woocommerce-terms-and-conditions-wrapper label.woocommerce-form__label-for-checkbox .required{
	position: absolute;
	left: 12px;
    top: -13px;
}
#paymentBLock .woocommerce-terms-and-conditions-checkbox-text a:hover{
	color: #F8A73F !important;
}
#paymentBLock .woocommerce-terms-and-conditions-checkbox-text a{
	text-transform: capitalize;
}

#paymentBLock #payment .wc_payment_method input[type="radio"] {
	display: none !important;
}
#paymentBLock #payment .wc_payment_method>label img,
#paymentBLock #payment .wc_payment_method>label{
	margin: 0 !important;
}
#paymentBLock #payment .wc_payment_method>label img{
	width: 80px;
	margin: -10px 0 8px -3px !important;
}
#paymentBLock #payment .wc_payment_method .payment_box{
	max-width:465px;
	border-radius: 12px;
	padding: 25px 18px !important;
	background-color: #222534;
	background-image: url('/wp-content/uploads/2025/10/3333.webp');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
#paymentBLock #payment .wc_payment_method .payment_box>fieldset{
	margin: 0 !important;
}
#paymentBLock #payment .wc_payment_method .payment_box>fieldset>p:first-child{
	padding-top: 0 !important;
}
#paymentBLock #payment .wc_payment_method .payment_box>fieldset>p{
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: start;
}
#paymentBLock #payment .wc_payment_method .payment_box>fieldset label{
	margin-left: 0 !important;
}
#paymentBLock #payment .wc_payment_method .payment_box>fieldset input{
	background: #ffffff29;
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.61);
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout,
body.woocommerce-checkout .woocommerce-notices-wrapper{
	position: fixed;
    z-index: 99;
    font-size: 12px;
    line-height: 15px;
    top: 81px;
	right: 2px;
	max-width: 500px;
	width: 100%;
	animation: hiddencust 5s ease-in-out forwards;
	
}
body.woocommerce-checkout .woocommerce-NoticeGroup-checkout ul.woocommerce-error,
body.woocommerce-checkout .woocommerce-notices-wrapper ul.woocommerce-error{
	background: #222534;
	color: white !important;
	border-radius: 12px;
	box-shadow: 0px 0px 6px 1px #f8a83fad;
}
@keyframes hiddencust {
	0%{
		top: 81px;
		opacity: 1;
	}
	90%{
		top: 81px;
		opacity: 1;
	}
	100%{
		top:-100%;
		opacity: 0;
	}
	
}
body.woocommerce-checkout .woocommerce-info-toggle{
	border-radius: 8px !important;
}
.shopengine-checkout-coupon{
	padding:7px 10px !important;
}
.shopengine-widget .shopengine-checkout-coupon-form .woocommerce-info-toggle::before{
	top:50% !important;
	transform: translateY(-50%) !important;
}
.shopengine-checkout-coupon>p:first-of-type{
	font-size: 12px !important;
	line-height: 15px !important;
}
.shopengine-checkout-coupon>p button{
	font-size: 13px !important;
    border-radius: 10px !important;
}

.shopengine-checkout-coupon>p:nth-of-type(3),
.shopengine-checkout-coupon>p:nth-of-type(2){
	padding-top: 6px !important;
}
body.woocommerce-order-received main{
	color: white !important;
	max-width: 1440px !important;
	padding: 10px;
}
body.woocommerce-order-received .woocommerce-notice,
body.woocommerce-order-received .page-header{
	display: none !important;
}

.cust_thanku{
	padding: 150px 40px 40px 40px;
	border-radius: 22px;
	margin-top: 40px;
	margin-bottom: 40px;
	background: url('/wp-content/uploads/2025/10/34bf8cc2d392a02409154b75eef65887.jpg') no-repeat;
	background-size: cover;
	background-position: top center;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.cust_thanku::before{
	content: '';
	position: absolute;
	background: black;
	opacity: .5;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
}
.cust_thanku .woocommerce-thankyou-order-details{
	display: flex;
	flex-direction: column;
	padding: 0 !important;
	margin-top: 30px;
}
.cust_thanku .woocommerce-thankyou-order-details li{
	margin-top: 25px;
	border: none !important;
	color: #F8A73F !important;
}
.cust_thanku .woocommerce-thankyou-order-details li strong{
	color: white !important;
}
.cust_thanku h1{
	font-size: 58px !important;
	color: #00c100;
}
body.woocommerce-cart{
	color: white !important;
}
body.woocommerce-cart main{
	margin-top: 80px;
	margin-bottom: 80px;
}
body.woocommerce-cart #wc-block-components-totals-coupon__input-coupon{
	padding: 15px  10px 2px 10px!important;
	border: 1px solid rgba(255, 255, 255, 0.404) !important;
	background: #2b2c32 !important;
	color: #F8A73F !important;
}
body.woocommerce-cart .wc-block-components-totals-coupon__input label{
	color: white !important;
}

.select2-selection{
	border: 1px solid rgba(255, 255, 255, 0.274) !important;
	background: #2B2C32 !important;
}
.select2-dropdown{
	background: #2B2C32 !important;
	color: white;
	font-size: 14px !important;
}
.select2-selection__rendered{
	color: white !important;
}
body.woocommerce-account label{
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
}
body.woocommerce-account select,
body.woocommerce-account input{
	padding: 10px !important;
	border-radius: 8px !important;
	border: 1px solid rgba(255, 255, 255, 0.274) !important;
	background: #2B2C32 !important;
	font-size: 16px !important;
	color: white !important;
}
body.woocommerce-account main{
	max-width: 1440px !important;
	width: 100% !important;
	margin-top: 80px !important;
	margin-bottom: 80px !important;
	color: white !important;
	padding: 10px;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-content{
	width: 100% !important;
}
body.woocommerce-account.logged-in .woocommerce-MyAccount-navigation,
body.woocommerce-account .page-header,
body.woocommerce-account.logged-in .page-header {
	display: none !important;
}
.al_center.title{
	text-align: center;
	font-size: 25px !important;
	color: #F8A73F;
	margin-top: 40px;
	margin-bottom: 25px;
}
.my-deshboard{
	display: flex;
	justify-content: center;
	gap: 25px;
	margin-bottom: 150px;
}
.my-deshboard>div{
	/* padding: 25px; */
	background: #202127;
	border-radius: 12px;
	max-width: 300px;
	width: 100%;
	
	transition: .3s ease-in-out;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.my-deshboard>div a{
	text-decoration: none;
	display: block;
	padding: 190px 15px 15px 15px;
	color: white !important;
	font-size: 25px;
	font-weight: 600;
	transition: .3s ease-in-out;
}
.my-deshboard>div:hover{
	box-shadow: 0px 0px 5px 1px #f8a83f4b;
}
.my-deshboard>div:hover a{
	color: #F8A73F !important;
}
.my-deshboard>div img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
	opacity: .3;
	transition: .7s ease-in-out;
}
.my-deshboard>div:hover img{
	transform: scale(1.15);
}
.woocommerce-Address{
	padding: 20px;
	border-radius: 12px;
	background: #202127;
	margin-bottom: 40px;
}
.woocommerce-Address address{
	padding: 10px; 
	margin-top: 20px;
	border-radius: 8px;
	background: #222534;
}
.woocommerce-Address header{
	background: transparent !important;
}
body.woocommerce-edit-address form{
	max-width: 650px;
	margin: 0 auto;
}
.woocommerce-edit-account form{
	max-width: 650px;
	margin: 0 auto;
}
.woocommerce-edit-account form fieldset{
	border-color: #f8a83f8f;
	margin-bottom: 20px;
	border-radius: 12px !important;
}
.woocommerce-form-login,
.woocommerce-form-register{
	background: #202127 !important;
	border-radius: 16px !important;
	border-color: #f8a83f36 !important;
}
.woocommerce-form-register .woocommerce-privacy-policy-text{
	font-size: 12px !important;
	line-height: 14px !important;
	color: rgba(255, 255, 255, 0.719);
}
#account_display_name_description{
	font-size: 12px !important;
	font-weight: 400 !important;
	margin-bottom: 20px !important;
	color: #f8a83f62;
}

#password_strength{
	color: #202127 !important;
}
body.woocommerce-account #exit_btn{
	display: none !important;
}
body.woocommerce-account.logged-in #exit_btn{
	display: block !important;
}
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{
	background: #222534 !important;
	color: white !important;
	font-size: 14px !important;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.woocommerce-MyAccount-content{
	min-height: 600px;
}
body.search.search-results .entry-title,
body.search.search-results main{
	max-width: 1440px;
	width: 100%;
	color: white;
}
body.search  main{
	min-height: 600px;
	max-width: 1440px;
	color: white;
}
body.search .page-header{
	margin-top: 60px;
}
body.search.search-results .entry-title:first-of-type{
	margin-top: 60px;
	margin-bottom: 50px;
	text-align: center;
}
body.search.search-results .page-content{
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	justify-content: center;
	padding: 0px 50px;
}
body.search.search-results .page-content article{
	width: 15%;
	display: flex;
	flex-direction: column;
	padding: 5px;
	border-radius: 10px;
	transition: .3s ease-in;
}
body.search.search-results .page-content article:hover{
	/* box-shadow: 0 0 5px 2px #f8a83f80; */
	transform: scale(1.02);
}

body.search.search-results .page-content article p{
	font-size: 0 !important;
	display: none !important;
}
body.search.search-results .page-content article .entry-title{
	order: 2;
	font-size: 14px !important;
	font-weight: 400 !important;
	margin: 0 !important;
	color: white !important;
}
body.search.search-results .page-content article .entry-title a{
	color: white !important;
}
body.search.search-results .page-content article:hover .entry-title a{
	color: #F8A73F !important;
}
body.search.search-results .page-content article img{
	border-radius: 8px !important;
}
.swal2-container.swal2-center.shown{
	height: 100vh !important;
	z-index: 9999;
}
.swal2-container.swal2-center.shown::before{
	height: 100vh !important;
	background: #202127 !important;
}
.jkit-close-menu:focus,
.jkit-hamburger-menu:focus{
	background: transparent !important;
	outline: none !important;
}
.xoo-wsc-product{
	border: none !important;
}
.xoo-wsc-img-col{
	max-width: 62px !important;
	width: 100% !important;
}
.xoo-wsc-img-col img{
	border-radius: 8px;
}
.xoo-wsc-ft-amt-subtotal .woocommerce-Price-amount,
.xoo-wsc-ft-amt-subtotal{
	color: #F8A73F !important;
	font-size: 20px !important;
}
.xoo-wsc-footer-txt{
	font-size: 12px !important;
	line-height: 14px !important;
	color: rgba(255, 255, 255, 0.719) !important;
}
.xoo-wsc-btn{
	border-radius: 8px;
	font-weight: 600 !important;
}
.cky-consent-container{
	animation: cookiie 8s ease forwards;
}
@keyframes cookiie {
	0%{
		bottom:-100%;
	}90%{
		bottom:-100%;
	}100%{
		bottom: 40px;
	}
}
.cky-consent-container .cky-notice-des a:hover{
	color: #F8A73F !important;
}


body.woocommerce-checkout li.wc_payment_method.payment_method_qwipi>label{
	font-size: 0px !important;
	position: relative;
}
body.woocommerce-checkout li.wc_payment_method.payment_method_qwipi{
	position: relative;
}
body.woocommerce-checkout li.wc_payment_method.payment_method_qwipi::after,
body.woocommerce-checkout li.wc_payment_method.payment_method_qwipi::before{
	content: '' !important;
	position: absolute;
	left: 0;
	top: -8px;
	width: 50px;
	height: 50px;
	background: url('/wp-content/uploads/2025/10/visa-light.svg')no-repeat;
	background-size: 90%;
	background-position: center center;
}
body.woocommerce-checkout li.wc_payment_method.payment_method_qwipi::after{
	background: url('/wp-content/uploads/2025/10/mc_vrt_light.svg')no-repeat;
	background-size: 90%;
	background-position: center center;
	left: 50px;
}
#paymentBLock #payment .wc_payment_method .payment_box{
	margin-top: 31px;
}
@media (max-width:1320px) {
	#slider_home_prod .add_to_cart_button {
		font-size: 14px !important;
	}
}
@media (max-width:1271px) {
	.shopengine-widget .shopengine-grid ul.columns-6.products {
        grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    }
}

@media (max-width:1200px) {
	body.search.search-results .page-content{
		padding: 10px;
		gap: 10px;
	}
	body.search.search-results .page-content article {
   	 	width: 22%;
	}
}
@media (max-width:1199px) {
	#ritateblock::before {
    	height: 202px;
	}
}
@media (max-width:1119px) {
	.spanHome {
		margin: 20px 0 20px 0;
		font-size: 75px;
	}
	.popular-games-slider-wrapper {
    	max-width: 230px;
	}
}
@media (max-width:1048px) {
	.shopengine-widget .shopengine-grid ul.columns-6.products {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 10px !important;
    }
}
@media (max-width:1024px) {
	#fixheight .jkit-menu-wrapper,
	#fixheight .jkit-menu-wrapper.active{
		top:0 !important;
		height: 100vh !important;
		z-index: 99999999;
	}
}
@media (max-width:768px) {
	.shopengine-widget .shopengine-grid ul.products li.product img {
        margin-bottom: 3px !important;
    }
	.radial_img li.product.type-product{
		margin-bottom: 0px !important;
	}
}
@media (max-width:767px) {
	
	.popular-games-slider-wrapper {
    	max-width: 170px;
	}
	header.active_header >div>div>div{
		padding: 6px 0 6px 0 !important;
	}

	header img.logo_cust{
		width: 100%;
		max-width: 65px;
		transition: max-width .3s ease-in-out;
	}
	header.active_header img.logo_cust{
		margin-top: 5px;
		max-width: 55px;
	}

	header.active_header img.home_header_logo.logo_cust{
		width: 100%;
		margin-top: 5px;
		max-width: 55px;
		height: auto;
		opacity: 1;
	}
	#accbtn{
		display: none;
	}
	
	#hideeen{
		display: none;
	}
}
@media (max-width:731px) {
	
	#ritateblock::before {
    	width: 106%;
	}
	.shopengine-widget .shopengine-grid ul.columns-6.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
		gap: 10px !important;
    }
	.my-deshboard{
		flex-wrap: wrap;
	}
	.my-deshboard>div:first-child,
	.my-deshboard>div:nth-of-type(2){
		width: 47%;
		max-width: 100%;
	}
	.my-deshboard>div:last-child{
		width: 100%;
		max-width: 100%;
	}
	.my-deshboard>div:first-child img,
	.my-deshboard>div:nth-of-type(2) img{
		object-fit: cover;
		object-position: top center;
	}
	body.woocommerce-account label{
		font-size: 14px !important;
		font-weight: 400 !important;
		line-height: 16px !important;
	}

}
@media (max-width:635px) {
	body.search.search-results .page-content article {
   	 	width: 31%;
	}
}
@media (max-width:580px) {
	#all_width{
		flex-wrap: wrap !important;
	}
	#hideeen{
		display: block;
	}
	
	.cust_thanku{
		padding: 60px 15px 30px 15px;
	}
	.cust_thanku h1{
		font-size: 38px !important;
		color: #00c100;
	}
	.xoo-wsc-header .xoo-wsch-text{
		font-size: 15px !important;
	}
}
@media (max-width:544px) {
	#ritateblock::before {
        height: 220px;
    }
}
@media (max-width:510px) {
	.shopengine-widget .shopengine-grid ul.columns-6.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
	.radial_img ul.products li.archive-product-container {
    	padding: 6px 6px 6px 6px !important;
	}
	.brother-product-slider .slider-for img {
    	height: 350px;
	}
	body.search.search-results .page-content article {
   	 	width: 48%;
	}
	body.search.search-results .page-header .entry-title{
		font-size: 22px;
	}

}
@media (max-width:455px) {
	.my-deshboard>div a{
		padding: 120px 10px 10px 10px;
	}
	.my-deshboard>div:nth-of-type(2),
	.my-deshboard>div:first-child{
		width: 45%;
	}
}
@media (max-width:407px) {
	 #ritateblock::before {
        height: 241px;
    }
}
@media (max-width:400px) {
	
	.spanHome {
		margin: 20px 0 20px 0;
		font-size: 55px;
	}
	

}
@media(max-width:375px){
	#paymentBLock #payment .wc_payment_method .payment_box {
    	padding: 15px 9px !important;
	}
	#paymentBLock #payment .wc_payment_method .payment_box>fieldset label{
		font-size: 12px !important;
	}
}