/*
Theme Name: Kids Toys Store Pro
Theme URI: https://www.wpradiant.net/products/spoken-english-classes-wordpress-theme/
Author: wpradiant
Author URI:
Description: Kids Toys Store Pro
Version: 0.0.1
Tested up to: 6.2
Requires at least: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kids-toys-store-pro
*/

@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&display=swap');

/* --------- Loader Box ---------- */
.spinner-loading-box {
    background: #3e84dc;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.wp-block-column.top-header-col ul li.has-child:hover ul {
    /* animation: slideInDown 0.2s linear;   */
    animation: fadeInDown 0.5s linear;
}
/* 
.multi-spinner-container {
    width: 150px;
    height: 150px;
    position: relative;
    margin: 30px auto;
    overflow: hidden;
}
.multi-spinner {
    position: absolute;
    width: calc(100% - 9.9px);
    height: calc(100% - 9.9px);
    border: 5px solid transparent;
    border-top-color: #fff;
    border-radius: 50%;
    -webkit-animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
    animation: spin 5s cubic-bezier(0.17, 0.49, 0.96, 0.76) infinite;
} */

/* HTML: <div class="loader"></div> */
.loaderz {
  width: 22px !important;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #F10C49;
  animation: l10 1.5s infinite linear;
  transform: scale(1.5);
}
@keyframes l10 {
  0%    {box-shadow: 
          0 -30px #6B46C1, calc(30px*0.707) calc(-30px*0.707) #199F3A,30px 0 #6B46C1, 0 0 #F28009,
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009}
  12.5% {box-shadow: 
          0 0 #6B46C1, calc(30px*0.707) calc(-30px*0.707) #199F3A,30px 0 #6B46C1, calc(30px*0.707) calc(30px*0.707) #F28009,
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009}
  25%   {box-shadow: 
          0 0 #6B46C1, 0 0 #199F3A,30px 0 #6B46C1, calc(30px*0.707) calc(30px*0.707) #F28009,
          0 30px #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009}
  37.5% {box-shadow: 
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, calc(30px*0.707) calc(30px*0.707) #F28009,
          0 30px #6B46C1, calc(-30px*0.707) calc(30px*0.707) #199F3A,0 0 #6B46C1, 0 0 #F28009}
  50%   {box-shadow: 
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009,
          0 30px #6B46C1, calc(-30px*0.707) calc(30px*0.707) #199F3A,-30px 0 #6B46C1, 0 0 #F28009}
  62.5% {box-shadow: 
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009,
          0 0 #6B46C1, calc(-30px*0.707) calc(30px*0.707) #199F3A,-30px 0 #6B46C1, calc(-30px*0.707) calc(-30px*0.707) #F28009}
  75%   {box-shadow: 
          0 -30px #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009,
          0 0 #6B46C1, 0 0 #199F3A,-30px 0 #6B46C1, calc(-30px*0.707) calc(-30px*0.707) #F28009}
  87.5% {box-shadow: 
          0 -30px #6B46C1, calc(30px*0.707) calc(-30px*0.707) #199F3A,0 0 #6B46C1, 0 0 #F28009,
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, calc(-30px*0.707) calc(-30px*0.707) #F28009}
  100%  {box-shadow: 
          0 -30px #6B46C1, calc(30px*0.707) calc(-30px*0.707) #199F3A,30px 0 #6B46C1, 0 0 #F28009,
          0 0 #6B46C1, 0 0 #199F3A,0 0 #6B46C1, 0 0 #F28009}

}

body.admin-bar.has-mtsnb .wp-block-group.header-container.sticky {
    top: 72px !important;
}
.mtsnb-button-type a {
    padding: 2px 10px;
	background-color: #6B46C1;
    border-radius: 5px;
    display: inline-block;
	&:hover {
		background-color: #E549AE;
	}
}


*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary{display: block;}
audio,
canvas,
video{display: inline-block;}
audio:not([controls]){display: none; height: 0;}
[hidden]{display: none;}
html{font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}

html,
button,
input,
select,
textarea{font-family: 'Figtree', sans-serif;}

body{margin: 0; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;font-family: 'Roboto'; }

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ch;
}

a:hover,
a:focus {
	text-decoration-style: dashed;
}

a:active {
	text-decoration: none;
}

figure a{display:inline-block;}

.wp-block-navigation .wp-block-navigation-item a:hover,
.wp-block-navigation .wp-block-navigation-item a:focus {
	text-decoration-style: solid;
}
.etn-speaker-info {border-radius: 10px;box-shadow: 0px 5px 15px #e6797969;}
.etn-speaker-info .etn-title.etn-speaker-name {margin-bottom: 10px;font-family:'Poppins'; color: #e96967;}
.etn-speaker-info .etn-speaker-designation {font-family: 'Poppins';font-weight: 600;}
.etn-speaker-details-meta a {color: #e96967;font-family: 'Poppins';font-weight: 500;text-decoration: unset;&:hover {color: #000;}}

h1,
h2,
h3,
h4,
h5,
h6{clear: both; font-family: 'Poppins';}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a{color: inherit;}

h1{font-size: 48px; margin: 33px 0;}
h2{font-size: 30px; margin: 25px 0;}
h3{font-size: 22px; margin: 22px 0;}
h4{font-size: 20px; margin: 25px 0;}
h5{font-size: 18px; margin: 30px 0;}
h6{font-size: 16px; margin: 36px 0;}

p{margin: 0 0 25px;}

img{border: none; max-width: 100%; -ms-interpolation-mode: bicubic; border: 0; vertical-align: middle;}

address{font-style: italic; margin: 0 0 24px;}
abbr[title]{border-bottom: 1px dotted;}
b,
strong{font-weight: bold;}
dfn{font-style: italic;}
mark{background: #ff0; color: #000;}
code,
kbd,
pre,
samp{font-family: monospace, serif; font-size: 14px; hyphens: none;}
pre{background: #f5f5f5; color: #666; font-family: monospace; font-size: 14px; margin: 20px 0; overflow: auto; padding: 20px; white-space: pre; white-space: pre-wrap; word-wrap: break-word;}
blockquote, q{hyphens: none; quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after{content: ""; content: none;}
blockquote{font-size: 18px; font-style: italic; font-weight: 300; margin: 24px 40px;}
blockquote blockquote{margin-right: 0;}
blockquote cite,
blockquote small{font-size: 14px; font-weight: normal; text-transform: uppercase;}
blockquote em,
blockquote i{font-style: normal; font-weight: 300;}
blockquote strong,
blockquote b{font-weight: 400;}
small{font-size: smaller;}
sub,
sup{font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup{top: -0.5em;}
sub{bottom: -0.25em;}
dl{margin: 0 20px;}
dt{font-weight: bold;}
dd{margin: 0 0 20px;}
menu,
ol,
ul{margin: 16px 0; padding: 0 0 0 15px;}
ul{list-style-type: square;}
nav ul,
nav ol{list-style: none; list-style-image: none;}
li > ul,
li > ol{margin: 0;}
svg:not(:root){overflow: hidden;}
figure{margin: 0;}
form{margin: 0;}
fieldset{border: 1px solid #c0c0c0; margin: 0 2px; min-width: inherit; padding: 0.35em 0.625em 0.75em;}
legend{border: 0; padding: 0; white-space: normal;}

button,
input,
select,
textarea{font-size: 100%; margin: 0; max-width: 100%; vertical-align: baseline;}
button,
input{line-height: normal;}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"]{-webkit-appearance: button; cursor: pointer;}
button[disabled],
input[disabled]{cursor: default;}
input[type="checkbox"],
input[type="radio"]{padding: 0;}
input[type="search"]{-webkit-appearance: textfield; padding-right: 2px; width: 270px;}
input[type="search"]::-webkit-search-decoration{-webkit-appearance: none;}
button::-moz-focus-inner,
input::-moz-focus-inner{border: 0; padding: 0;}
textarea{overflow: auto; vertical-align: top; resize: none; min-height: 120px;}

table{border-bottom: 1px solid #ededed; border-collapse: collapse; border-spacing: 0; line-height: 2; margin: 0 0 20px;	width: 100%;}
caption,
th,
td{font-weight: normal; text-align: left;}
caption{font-size: 16px; margin: 20px 0;}
th{font-weight: bold; text-transform: uppercase;}
td{border-top: 1px solid #ededed; padding: 6px 10px 6px 0;}

/* Form fields styles. */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="number"],
input[type="search"],
input[type="url"],
input[type="password"],
textarea{border: 2px solid #FFFFFF1A; width: 100%; border-radius: 6px; padding: 10px; outline: none;font-family: 'Poppins';}

select{background: transparent; border: 1px solid #00b5e2; width: 100%; border-radius: 8px; padding: 13px; outline: none;}

/* Placeholder text color -- selectors need to be separate to work. */
::placeholder{color: #000; opacity: 1; font-weight: 400;}
:-ms-input-placeholder{color: #041F69;}
::-ms-input-placeholder{color: #041F69;}

/*
 * Search and File Block button styles.
 * Necessary until the following issues are resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/36444
 * https://github.com/WordPress/gutenberg/issues/27760
 */

 a:where(:not(.wp-element-button)):hover{
	color: red;
 }
/*
 * Button hover styles.
 * Necessary until the following issue is resolved in Gutenberg:
 * https://github.com/WordPress/gutenberg/issues/27075
 */

.wp-block-search__button:hover,
.wp-block-file .wp-block-file__button:hover,
.wp-block-button__link:hover {
	opacity: 0.90;
}

/* Blocks inside columns don't have negative margins. */
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align="full"],
/* We also want to avoid stacking negative margins. */
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align="full"] > *:not(.wp-block-group) .wp-block[data-align="full"] {
	margin-left: auto !important;
	margin-right: auto !important;
	width: inherit;
}

/*
 * Responsive menu container padding.
 * This ensures the responsive container inherits the same
 * spacing defined above. This behavior may be built into
 * the Block Editor in the future.
 */

.wp-block-navigation__responsive-container.is-menu-open {
	padding-top: var(--wp--custom--spacing--outer);
	padding-bottom: var(--wp--custom--spacing--large);
	padding-right: var(--wp--custom--spacing--outer);
	padding-left: var(--wp--custom--spacing--outer);
}
body.woocommerce-cart h1, body.woocommerce-cart .entry-content, body.woocommerce-checkout h1, body.woocommerce-checkout .wp-block-woocommerce-checkout, body.search.search-results h1, body.search.search-results .wp-block-query {
    max-width: 1320px !important;
    margin: auto;
}
.sticky{
	position: fixed !important;
    background-color: #fff;
	width: 100%;
	max-width: 100% !important;
    top: 32px !important;
	z-index: 999;
    box-shadow: 0px 4px 5px #e3e3e3;
}

.sticky .wp-block-columns.main-nav-header {
    border: unset !important;    
    background-color: unset !important;   
}

body.search.search-results h1 {
    font-family: 'Poppins' !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 30px;
}
body.search.search-results .wp-block-query {
    margin-bottom: 15% !important;
}
body.woocommerce-checkout h1 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
    font-family: 'Poppins';
    font-weight: 400;
    color: #323232; 
}
.woocommerce-checkout .wp-block-woocommerce-checkout {
    margin-bottom: 50px;
}
.wp-block-stackable-text.insta-text-link a {
    text-decoration: unset;
    color: #fff;
    &:hover {
        color: #E549AE;
    }
}
.wp-block-column.insta-right-col{
    position: relative;
    &::after {
        content: '' !important;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        height: 100%;
        width: 100%;
        z-index: 2;
        background: linear-gradient(90deg,rgba(107, 70, 193, 1) 0%, rgba(107, 70, 193, 0) 25%, rgba(107, 70, 193, 0) 50%, rgba(107, 70, 193, 0) 75%, rgba(107, 70, 193, 1) 100%);
        pointer-events: none;
    }
}

.kids-toys-store-pro-header .wp-block-navigation__submenu-container{min-width:215px !important; background:#5f1c00 !important;}
.kids-toys-store-pro-menu .wp-block-navigation li{padding:17px 0px;}
.kids-toys-store-pro-menu .wp-block-navigation__submenu-container li{padding:inherit;}
.kids-toys-store-pro-menu .wp-block-group {padding:0;}
.wc-block-mini-cart__button:hover {background:transparent;}

.kids-toys-store-pro-menu {font-family:Oswald;}
.kids-toys-store-pro-header .wp-block-navigation li.current-menu-item .wp-block-navigation-item__label, .kids-toys-store-pro-header .wp-block-navigation li .wp-block-navigation-item__label:hover{color:#5BAAEC;}

.kids-toys-store-pro-ice-berg .wp-block-image{background:#5f1c00; width:170px; height:170px; border-radius:100%; align-items:center !important; display:flex !important; justify-content:center !important;}
.kids-toys-store-pro-ice-berg h3 {width:50%; margin:0 auto;}
.kids-toys-store-pro-ice-berg:hover .wp-block-image{background: #19375B;}
.kids-toys-store-pro-ice-berg:hover h3{color:#19375B !important;}
.kids-toys-store-pro-better-box .wp-block-image{background:#fff; width:100px; height:100px; border-radius:100%; align-items:center !important; display:flex !important; justify-content:center !important; float:left;}
.kids-toys-store-pro-product-box .wc-block-components-product-image img {width:auto !important; margin:0 auto; display:table;}


.kids-toys-store-pro-section .wp-block-columns{position: relative;
overflow: hidden;}
.kids-toys-store-pro-discount-box {width:230px !important; height:230px; position:absolute; right:-60px; bottom:-50px;}
.kids-toys-store-pro-inner-banner{ position:relative}

.kids-toys-store-pro-section11-left {margin-right:100px !important;}
.kids-toys-store-pro-section11{ position:relative;}
.kids-toys-store-pro-section11::before {content:''; width:41.5%; position:absolute; height:100%; background:#19375B; z-index:0;}
.kids-toys-store-pro-section11 .wp-block-columns{ position:relative; z-index:0;}

.kids-toys-store-pro-section7-right .wp-block-image {position:absolute; right:0;}
.kids-toys-store-pro-section7 {position:relative; overflow:hidden;}
.kids-toys-store-pro-section5-left {position:relative;}
.kids-toys-store-pro-section5-left::after {content:""; position:absolute; left:0; top:0; background:#19375B; width:45%; height:100%; z-index:-1;}
.kids-toys-store-pro-header{ position:absolute !important; width:100%; z-index:2;}

/**woocommerce**/
.woocommerce div.product .product_title{ display: none;}
.entry-summary .price {padding-bottom:15px !important;}
.woocommerce div.product .quantity .qty {width:auto;}
.cart {padding-bottom:20px !important;}
.woocommerce div.product div.images img { width:100% !important; margin:0 auto;}
.woocommerce-tabs .tabs.wc-tabs {margin:0px !important; padding:0px !important;}
.woocommerce-tabs .tabs.wc-tabs:before{ border:none !important;}
.woocommerce-tabs .woocommerce-Tabs-panel {font-size:20px; padding:0px !important; background-color: #f6f6f6;}
.woocommerce div.product .woocommerce-tabs ul.tabs li{color:#fff !important; border-radius:0px !important; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a{color:#fff; font-weight:400 !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{ display:none;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li{ border:none !important; padding:5px 30px !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{color:#fff !important;}
.related.products h2 {text-align:center;}



.related.products li .price, .products li .price{ text-align:center;}
.related.products .button, .products .button{display:table; margin:0 auto;}
.related.products, .products{ text-align:center;}
.related.products li, .products li{float:none !important; display:inline-block; margin:15px !important; padding:35px 15px 0px !important; border-radius: 5px !important;}
.related.products li img, .products li img {width:auto !important; text-align:center; display:table !important; margin:0 auto !important; margin-bottom:20px !important;}

.woocommerce div.product .related.products {padding:40px !important; background-color:#f6f6f6;}
.qty.text {width:auto !important;}
.woocommerce-account .wp-block-post-title, .woocommerce-account main .woocommerce, .woocommerce-cart .wp-block-post-title, .woocommerce-cart main .woocommerce, .woocommerce-checkout .wp-block-post-title, .woocommerce-checkout main .woocommerce {max-width:100%;}
.woocommerce-page .button {padding:10px 35px !important;}
/* .woocommerce-Price-amount bdi {font-weight:600;} */
.select2-container--default .select2-selection--single, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {border:1px solid #222; border-radius:0px;}
body.home .kids-toys-store-pro-menu li:nth-child(1) span {color:#5BAAEC;}
body.home .kids-toys-store-pro-menu li .wp-block-navigation__submenu-container li:nth-child(1) span {color:inherit;}
body.home .kids-toys-store-pro-menu li .wp-block-navigation__submenu-container li:nth-child(1) span:hover, body.home .kids-toys-store-pro-menu li .wp-block-navigation__submenu-container li span:hover, .kids-toys-store-pro-menu li .wp-block-navigation__submenu-container li span:hover {color:#5BAAEC;}
.added_to_cart.wc-forward {display:block;}
.current-menu-item a{color:#5BAAEC;}

@media(max-width: 1300px){
.kids-toys-store-pro-section7-right .wp-block-image{ right:-40px;}
}
@media(min-width: 1024px) and (max-width: 1200px){
.woocommerce-page .button {padding:10px 25px !important;}
.related.products li, .products li{margin:10px !important;}
}
@media(max-width: 1023px){
h3.has-text-color {font-size:20px !important;}
.kids-toys-store-pro-header-top-bar-left {text-align:center; padding-bottom:25px;}
.kids-toys-store-pro-header-top-bar-left .wp-block-image {display:table; margin:0 auto !important; float:none !important; margin-bottom:10px !important; display:none;}
.kids-toys-store-pro-header-top-bar {padding-top:20px !important; padding-bottom:35px !important;}

.kids-toys-store-pro-banner-content {padding-top:0px !important; text-align:center; padding-bottom:40px;}
.kids-toys-store-pro-banner-content .wp-block-buttons {margin:0 auto; display: table !important;}
.kids-toys-store-pro-header-top-bar-right .wp-block-woocommerce-mini-cart {display:table; margin:0 auto !important; padding-top:20px;}
.kids-toys-store-pro-section1 {padding:40px 15px 0px !important;}
.kids-toys-store-pro-section1-left {text-align:center;}
.kids-toys-store-pro-section1-left .wp-block-button{ display:table; margin:0 auto;}
.kids-toys-store-pro-section1-right {padding-top:40px;}
.kids-toys-store-pro-ice-berg {margin-bottom:40px !important;}
.kids-toys-store-pro-ice-berg h3 {width:100%;}
.kids-toys-store-pro-section1-left p {padding-top:0px !important;}

.kids-toys-store-pro-section2{padding:60px 15px 40px !important;}
.kids-toys-store-pro-section2-right {text-align:center;}
.kids-toys-store-pro-section2-right .wp-block-image{margin:0 auto; display:table; margin-bottom:20px !important; margin-inline-start:auto !important; margin-inline-end:auto !important; float:none !important;}

.kids-toys-store-pro-section3{ padding:40px 15px !important; text-align:center;}
.kids-toys-store-pro-section3-right {margin-top:40px !important; padding: 30px !important; text-align: center !important;}
.kids-toys-store-pro-better-box .wp-block-image{ float:none; margin-bottom:15px !important;}
.kids-toys-store-pro-section3-left .wp-block-button{ display:table; margin:0 auto;}
.kids-toys-store-pro-discount-box {padding-top:30px !important;}

.kids-toys-store-pro-section5-inner {padding:40px 15px !important;}
.kids-toys-store-pro-porduct-section {padding:40px 0px !important;}

.kids-toys-store-pro-section5-right .wp-block-buttons {display:table; margin:0 auto;}
.kids-toys-store-pro-section6 {padding:40px 15px !important;}
.kids-toys-store-pro-section7-left {padding:40px 15px !important;}
.kids-toys-store-pro-section7-left .wp-block-group, .kids-toys-store-pro-section7-left h2.has-text-color, .kids-toys-store-pro-section7-left .wp-block-columns {padding:0px !important;}
.kids-toys-store-pro-section7-testimonial-box { padding:30px !important;}
.wp-block-group.kids-toys-store-pro-section7-testimonial-box {padding:30px !important;}
.kids-toys-store-pro-section7-left .wp-block-columns {margin-top:40px !important;}
.wp-block-group.kids-toys-store-pro-section7-testimonial-box .wp-block-columns {margin-top:0px !important;}
.kids-toys-store-pro-section7-right .wp-block-image {margin:0px !important; right:0px;}
.kids-toys-store-pro-section7-left h5, .kids-toys-store-pro-section7-left h2 {text-align:center;}
.kids-toys-store-pro-section7-testimonial-box h4, .kids-toys-store-pro-section7-testimonial-box p {text-align:center;}
.kids-toys-store-pro-section7-testimonial-box .wp-block-image {margin:0 auto !important; float:none !important;}
.kids-toys-store-pro-section7-right .wp-block-image, .kids-toys-store-pro-section7-right .wp-block-image img{ width:100% !important;}

.kids-toys-store-pro-section9 {padding:40px 15px !important;}
.kids-toys-store-pro-section10 {padding:40px 15px !important;}
.kids-toys-store-pro-section11 {padding:0px !important;}
.kids-toys-store-pro-section11-left {padding:0px !important; padding-bottom:40px !important;}
.kids-toys-store-pro-section11-left h5, .kids-toys-store-pro-section11-left h2 {text-align:center;}
.kids-toys-store-pro-section11-left .wp-block-buttons{display:table !important; margin:0 auto !important;}
.kids-toys-store-pro-section11-right .wp-block-column {border:none;}
.kids-toys-store-pro-section11-left {margin-right:0px !important;}
.kids-toys-store-pro-section11-left .wp-block-group {padding:40px !important;}
.kids-toys-store-pro-section11::before { display:none;}
.kids-toys-store-pro-section11-right {padding:0px 0px 40px 0px !important;}

.kids-toys-store-pro-footer-column {padding:20px 15px !important;}
.kids-toys-store-pro-footer-box, .kids-toys-store-pro-footer-menu {padding:20px 0px;}

.kids-toys-store-pro-section11-right .wp-block-columns {border:none; margin:0px !important;}

.header-layout1{padding:20px 0px !important;}
.kids-toys-store-pro-404 .wp-block-search__inside-wrapper {width:100% !important;}
.kids-toys-store-pro-404 {padding:40px 15px !important;}

.kids-toys-store-pro-blog-area, .iceland-blog-right-side, .kids-toys-store-pro-blog-left-side-page, .kids-toys-store-pro-blog-no-sidebar, .kids-toys-store-pro-archive-page {padding:40px 15px !important;}
.kids-toys-store-pro-blog-content {padding-left:0px !important; padding-top:25px;}
.kids-toys-store-pro-blog-meta .wp-block-post-date, .kids-toys-store-pro-blog-meta .wp-block-post-author, .kids-toys-store-pro-blog-meta .wp-block-post-terms {width:100% !important; padding:0px !important;}
.kids-toys-store-pro-blog-left-side-area {padding-right:0px !important;}
.iceland-iceland-blog-right-side-page{ padding-left:0px !important;}
.kids-toys-store-pro-contact-lay1, .kids-toys-store-pro-contact-lay2-box{padding:40px 15px !important;}
.kids-toys-store-pro-contact-lay1 .wp-block-group{ padding-right:0px !important;}
.kids-toys-store-pro-contact-lay1 .kids-toys-store-pro-contact-info{ padding-top:40px;}
.kids-toys-store-pro-contact-info-box {padding:30px !important;}
.kids-toys-store-pro-service-single-lay{padding:40px 15px 0px !important;}
.kids-toys-store-pro-service-menu {padding-right:0px !important; padding-bottom:40px;}
.kids-toys-store-pro-service-single-lay h2 {font-size:24px !important;}
.kids-toys-store-pro-archive-left {padding-right:0px !important;}
.kids-toys-store-pro-inner-banner-title {font-size:26px !important; margin:0px !important;}
.kids-toys-store-pro-blog-single-area {padding:40px 15px !important;}
.kids-toys-store-pro-blog-single-right-area {padding-left:0px !important; padding-top:40px;}
.kids-toys-store-pro-section9 .wp-block-buttons {margin-top:30px !important;}
.kids-toys-store-pro-inner-banner .wp-block-cover {min-height:220px !important;}
.kids-toys-store-pro-404 h1{padding-bottom:30px !important; font-size:30px !important;}
.related.products li, .products li{width:100% !important; margin:0 auto !important;}
.kids-toys-store-pro-section5-menu-box .wp-block-column {text-align:center;}
.kids-toys-store-pro-section5-left::after{ display:none;}
.kids-toys-store-pro-section5-left, .kids-toys-store-pro-section5-right{ padding:0px !important;}
}
@media(min-width: 1024px){
.kids-toys-store-pro-banner{padding-left:60px !important;}
}
@media(min-width: 768px) and (max-width: 1023px){

    .single-blog-page .pagination {
        flex-wrap: nowrap !important;   
    }
    .kids-toys-store-pro-header-top-bar {padding:20px 15px !important;}
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-header-top-bar-left, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-header-top-bar-logo, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-header-top-bar-right {flex-basis:auto !important; width:33.33%; float:left; padding:0px !important;}
    .kids-toys-store-pro-ice-berg .wp-block-image{width:140px; height:140px;}
    .kids-toys-store-pro-header-top-bar-right .wc-block-mini-cart.wp-block-woocommerce-mini-cart {padding:0px;}
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-banner-content, .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-banner-image{flex-basis:auto !important; width:50%; float:left; padding:0px !important; text-align:left;}
    .kids-toys-store-pro-banner-content .wp-block-buttons {margin:inherit;}
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column.kids-toys-store-pro-banner-content {padding-top:40px !important;}
    .kids-toys-store-pro-section1-right .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {flex-basis:auto !important;}
    .kids-toys-store-pro-better-box {flex-basis:auto !important; width:49% !important; display:inline-block; padding:15px !important;}
    .kids-toys-store-pro-section11-right .is-layout-flow.wp-block-column {flex-basis:auto !important; padding:15px;}
    .kids-toys-store-pro-section2-left .wp-block-image.alignleft.size-full, .kids-toys-store-pro-section5-inner .wp-block-image.alignleft.size-full {float:none; text-align:center; width:100%;}
    .kids-toys-store-pro-section7-testimonial-box {width:60%; margin:0 auto;}
    .kids-toys-store-pro-banner{padding-left:60px !important;}

}
@media(min-width: 1024px) and (max-width: 1440px){
h3.has-text-color {font-size:20px !important;}
.kids-toys-store-pro-blog-content h2 {font-size:24px !important;}
.kids-toys-store-pro-ice-berg h3 {width:100%;}
.kids-toys-store-pro-section7-left .wp-block-group {padding:0px !important;}
.kids-toys-store-pro-section7-left .wp-block-columns {padding:0px !important;}
.kids-toys-store-pro-section7-left h2{ padding:0px !important;}
.kids-toys-store-pro-section1-left p {padding-top:0px !important;}
.kids-toys-store-pro-section7-left {padding:40px 15px 0px !important;}
.wp-block-group .kids-toys-store-pro-section7-testimonial-box {padding:20px 25px !important; margin-top: 30px !important;}
.wp-block-group .kids-toys-store-pro-section7-testimonial-box p{ font-size:16px !important; padding-bottom:10px !important;}
.kids-toys-store-pro-section8 h2{font-size: 46px !important;}
.kids-toys-store-pro-banner-content h1{font-size:50px !important;}
.kids-toys-store-pro-header-top-bar-left .wp-block-image {margin:0px !important;}
.kids-toys-store-pro-404 h3.has-text-color {font-size:80px !important;}
.kids-toys-store-pro-section11-left{padding-left: 40px;}
}
@media(max-width: 767px){
    .wc-block-cart-item__total {
        justify-content: center !important;
    }
    .gutentor-post-module.blog-page-main  article {
        flex-basis: 100% !important;
        max-width: 100% !important;
        & img {
            height: 220px !important;
        }
    }
    .wp-block-columns.features-row {
        padding: 1.5rem !important;
    }
    .wp-block-stackable-carousel.banner-slider .wp-block-stackable-column {
        padding: 40px !important;
    }
    .wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
        position: unset !important;
        margin-bottom: 2rem !important;
    }
    .best-seller-query-loop .wl_single-product-item ul.action {
        opacity: 1 !important;
    }
    .wp-block-column.shop-by-age-col .grid-container {
        max-width: 100% !important;
    }
    .wp-block-column.shop-by-age-col .grid-row {
        row-gap: 20px !important;
    }
    .wp-block-columns.shop-by-age {
        row-gap: 20px;
    }
    .wp-block-column.footer-col-three form p {
        text-align: center !important; 
    }
    .wp-block-column.footer-col-one .wp-block-stackable-button-group .stk-row .wp-block-stackable-button {
        margin: auto;
        & a {
            flex-wrap: wrap !important;
            flex-direction: column !important;
            row-gap: 10px;
        }
    }
    .wp-block-column.footer-col-one .stk-button-group  {
        row-gap: 15px !important;
    }
    .footer-row ul.wp-block-navigation__container li {
        text-align: center;
        margin: auto;
    }
    .footer-col-two nav ul, .footer-product-categories nav ul {
        width: 100%;
    }
    .wp-block-column.insta-left-col .wp-block-group {
        justify-content: center;
        flex-wrap: wrap !important;
    }
    .wp-block-group.test-content-row {
        flex-direction: column-reverse;
    }
    .wp-block-column.test-left-col {
        display: block !important;
        padding: 30px 40px !important;
    }
    .wp-block-column.test-right-col{
        padding-left: 15px !important;
    }
    .wp-block-stackable-carousel.test-slider .stk-block-carousel__buttons {
        justify-content: center !important;
    }
    .wp-block-stackable-carousel.test-slider {
        margin-top: 34px !important;
    }
    .client-name-row {
        position: unset !important;
        margin-bottom: 2rem !important;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wp-block-stackable-carousel.test-slider .wp-block-stackable-column .wp-block-cover {
        padding-top: 25px !important;
    }
    .new-arrival-button {
        position: unset !important;
        margin-top: 30px;
    }
    .best-seller-section .woolentor-grid {
        row-gap: 20px;
    }
    .best-seller-query-loop .wl_single-product-item {
        text-align: center;
    }
 
    .client-and-partners .wp-block-stackable-carousel {
        margin-top: 40px !important;
    }
    .client-and-partners .wp-block-stackable-carousel img {
        width: 70% !important;
        margin: 0 auto !important;
    }
.button-blog-main {
    position: unset !important;
}
.single-blog-page .post-info {
    padding: 30px !important;
    text-align: center;
}
body.post-type-archive-services .post_col {
    text-align: center;
}
body.post-type-archive-services .post_col figure {
    margin: 0 auto;
}
.kids-toys-store-pro-header-banner .wp-block-cover{padding-top:300px !important;}

}
@media(max-width: 599px){
	header .wp-block-navigation__responsive-container.is-menu-open ul li.has-child a {
		color: #F28009;
	}
    header .wp-block-navigation__responsive-container.is-menu-open {
        padding-top: 5rem !important;
    }
    header .wp-block-navigation__responsive-container.is-menu-open ul {
        margin: auto;
        align-items: center;
        & > li {
            margin: auto !important;
            padding: 10px 0 !important;
        }
        & li span {
            color: #000;
        }
        & li.has-child > a {
            margin: 5px auto 5px;   
        }
        & li.has-child > ul {
            margin-bottom: 10px !important;
        }
    }
    header .wp-block-navigation__responsive-container.is-menu-open  button.wp-block-navigation__responsive-container-close svg {
        fill: #000;
    }
    header .wp-block-navigation__responsive-container.is-menu-open ul li a.current-menu-item span {
        color: #E549AE;
    }
.footer-section .wp-block-navigation__responsive-container-content ul {
    margin: auto;
    & li a {
        color: #000 !important;
    }
}
.footer-section .wp-block-navigation__responsive-dialog {
    width: 80%;
    margin: 0 auto;
}
.footer-section .wp-block-navigation__responsive-dialog button {
    color: #000;
}
.kids-toys-store-pro-menu {position:relative; right:0px; top:-25px;}
.kids-toys-store-pro-menu .wp-block-navigation ul{display: block !important; width: 100%; text-align: right; min-width:310px !important; padding-left:5px !important;}
.wp-block-navigation__submenu-container li {padding-right:0px !important;}
.kids-toys-store-pro-menu .wp-block-navigation ul li{display:block !important; border-bottom:solid 1px #ccc; margin-bottom:0px; padding:15px 0px; padding-right:25px;}
.kids-toys-store-pro-menu .wp-block-navigation__submenu-container {padding-right:0px !important;}
.kids-toys-store-pro-menu .wp-block-navigation ul li a{ line-height:normal !important;}
.kids-toys-store-pro-menu .wp-block-navigation__submenu-container li a{ text-align:right; display:inherit !important;}
.kids-toys-store-pro-menu .wp-block-navigation__submenu-container{ padding-top:20px !important;}
.kids-toys-store-pro-menu .wp-block-navigation__submenu-container li {border:none !important;}
.kids-toys-store-pro-menu .wp-block-navigation__responsive-container-open:hover {background:none;}
.kids-toys-store-pro-menu .wp-block-navigation__responsive-container-open svg{width:35px; height:35px;}
.kids-toys-store-pro-menu .wp-block-navigation.items-justified-right{ padding-top:0px;}
.kids-toys-store-pro-menu .current-menu-item a, .kids-toys-store-pro-menu li a:hover {color:#5BAAEC !important; background:none !important;}
.kids-toys-store-pro-menu .is-layout-constrained {padding:5px !important;}
}
/* *-*-*-*-*-*-*-*-*-* New CSS	*-*-*-*-*-*-*-*-*-*-*-* */
body .wp-site-blocks{
	overflow: hidden;
}
.wpcf7 form .wpcf7-response-output{
	margin: 0;
}

/* ------------------ Header CSS -------------------- */

.wp-block-group.header-container.sticky .wp-block-columns.main-nav-header {
    display: none !important;
}
form.custom-search-form {
    display: flex;
    column-gap: 5px;
    & input[type=search] {
        border: 1px solid #0000004D;
        border-radius: 6px;
        padding: 10px 18px !important;
        &::placeholder {
            font-family: 'Poppins';
            font-weight: 300;
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
        }
    }
}
.wp-block-column.header-nav button[type=submit] {
    width: 150px;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    border: none;
    background-color: #6B46C1;
    color: #fff;
    border-radius: 6px;
    padding: 10px 25px;
    &:hover {
        background-color: #E549AE;
    }
}   
header ul li:hover > a span {
    color: #000;
}
.wp-block-column.top-header-col ul li.has-child ul li span {
    color: #000;
}

.wp-block-column.top-header-col ul li.has-child:hover button svg path {
    fill: #000;
    stroke:  #000;
}
.wp-block-column.translate-currency-col {
    display: flex;
    column-gap: 10px;
}
.wp-block-column.top-header-col ul li span {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
}
.wp-block-column.top-header-col ul {
    column-gap: 4rem;
}
.wp-block-column.translate-currency-col select {
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    padding: 0 !important;
    width: 75px;
    cursor: pointer;
    & option {
        background-color: #6B46C1;
        text-transform: uppercase;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 16px;
        padding: 0 !important;
        cursor: pointer;
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wp-block-column.translate-currency-col br, .wp-block-column.translate-currency-col p {
    display: none;
}
body.search-results .products-block-post-template li {
    border: 1px solid #D94F33;
    border-radius: 10px;
    margin-bottom: 25px;
    padding: 18px;
}
body.stk--anim-init .header-logo img {
    object-fit: contain;
}


header .wp-block-navigation__responsive-container-close {
    transform: translateX(-30px)
}
.header-contact {
    display: flex;
    flex-basis: 18%;
    align-items: center;
    & a {
        text-decoration: none;
    }
}
header .wp-block-columns {
    align-items: center !important;
    display: flex;
}
.copy-text h4 strong {
    font-weight: 800;
}
.header-contact {
    gap: 10px;
    justify-content: end;
}
.header-contact > div {
    margin: 0 !important;
}


/* ------------- Search -------------- */

/* ------------ Banner Section -------------- */
.banner-quality figure:hover img {
    filter: drop-shadow(2px 4px 6px #D94F33);
}
.product-column .gutentor-wc-price {
    margin-bottom: 0;
}
.product-column .gutentor-wc-price del {
    display: none;
}
.product-column .gutentor-wc-price ins bdi {
    font-family: 'Poppins';
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}

.wp-block-column.banner-quality {
    align-self: end;
    margin-bottom: 20px;
}
.wp-block-cover.banner-section .wp-block-cover.one-container {
    overflow: visible !important;
}

/* ---------- About Us Section ----------- */
.main-about-image {
    width: 65%;
    margin: 0 auto;
    position: relative;
    right: 30px;
}
.about-main-left {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate(5px, 45px);
}
.phone-image {
    padding: 5px !important;
    margin-left: unset !important;
    width: fit-content;
}
.about-call-button-grp {
    display: flex;
    gap: 20px;
}
.about-main-button a {
    width: 180px;
    padding: 13px !important;
}
.row-main-bitton-grp {
    gap: 10px;
}
.about-section-main-row {
    justify-content: space-between;
}
.main-about-head {
    margin-bottom: 12px;
}
.phone-image {
    height: fit-content;
}
.about-call-button-grp a h4 {
    margin-bottom: 0 !important;
}
.about-call-button-grp a {
    text-decoration: unset;
}
.about-call-button-grp .wp-block-group.is-vertical {
    margin-top: 0;
    justify-content: center;
}

.about-main-right {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateY(75px);
}
.about-main-left figure {
    position: relative;
    overflow: visible;
}
.about-main-left figure::before {
    position: absolute;
    content: '' !important;
    background-color: #D94F33;
    top: 0;
    right: 0;
    transform: translate(15px, -15px);
    width: 74%;
    height: 82%;
    z-index: -1;
    opacity: 1;
    margin-left: auto;
}
.main-about-image figure {
    position: relative;
    overflow: visible;
}
.main-about-image figure::before {
    position: absolute;
    content: '' !important;
    transform: translate(45px, -40px);
    z-index: -1;
    border: 2px solid #000 !important;
    width: 68%;
    height: 80%;
    margin-left: auto;
    margin-bottom: auto;
}

/* --------- Banner Section ---------- */
.wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
    position: absolute;
    bottom: 35px;
    align-items: end;
    left: 70px;
    height: fit-content;
    margin-top: auto;
}
.wp-block-column.ban-inner-text-col {
    margin-top: 3rem;
}
.wp-block-column.product-cat-column section {
    height: 425px;
    overflow-y: scroll;
    & article {
        margin-right: 10px;
        border-radius: 8px;
        margin-bottom: 15px;
        padding: 12px;
        & h3.g-d-title a {
            font-family: 'Poppins';
            font-weight: 600;
            font-size: 18px;
            color: #000000;
            transition: all 0.5s ease-in-out;
        }
        & h3.g-d-title {
            line-height: 20px !important;
        }
        & .g-d-count {
            font-family: 'Poppins';
            font-weight: 400;
            font-size: 14px;
            color: #000000;
            transition: all 0.5s ease-in-out;
        }
        & .gtf-image {
            width: 95px;
            background-color: #fff;
            height: 80px;
            padding: 6px;
            border-radius: 10px;
        }
        & .gutentor-term-image-box {
            width: fit-content !important;
        }
        & .gtf-item {
            align-items: center !important;
        }
    }
}

.wp-block-column.product-cat-column section article:hover img {
    transform: scale(1.2);
}
.wp-block-column.product-cat-column section article img {
    transition: all 1s ease-in-out;
}

/* Marqueeee */
.marquee {
  position: relative;
  overflow-x: hidden;
  height: 45px;
  display: flex;
  align-items: center;
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  from { transform: translateX(0%); }
  to { transform: translateX(-100%); }
}
/* Marqueeee */


.wp-block-columns.main-nav-header {
    justify-content: space-between;
}  

.wp-block-column.product-cat-column section article:nth-child(4n+1) {
    background-color: #6B46C126;
    transition: background-color 1s ease-in-out;
    &:hover {
        background-color: #6B46C1;
        & h3.g-d-title a {
            color: #fff;
        }
        & .g-d-count {
            color: #fff;
        }
    }
}
.wp-block-column.product-cat-column section article:nth-child(4n+2) {
    background-color: #199F3A26;
    transition: background-color 1s ease-in-out;
    &:hover {
        background-color: #199F3A;
        & h3.g-d-title a {
            color: #fff;
        }
        & .g-d-count {
            color: #fff;
        }
    }
}
.wp-block-column.product-cat-column section article:nth-child(4n+3) {
    background-color: #F2800926;
    transition: background-color 1s ease-in-out;
    &:hover {
        background-color: #F28009;
        & h3.g-d-title a {
            color: #fff;
        }
        & .g-d-count {
            color: #fff;
        }
    }
}
.wp-block-column.product-cat-column section article:nth-child(4n+4) {
    background-color: #E549AE26;
    transition: background-color 1s ease-in-out;
    &:hover {
        background-color: #E549AE;
        & h3.g-d-title a {
            color: #fff;
        }
        & .g-d-count {
            color: #fff;
        }
    }
}

.wp-block-column.product-cat-column section {
    height: 425px;
    overflow-y: scroll;
    scrollbar-color: #000000 #6B46C126; /* thumb | track */
}
.wp-block-column.product-cat-column section::-webkit-scrollbar-track {
    background: #6B46C126; /* guideway / track color */
}


/* ------------- Client and Partners Section -------------- */

.clients-main-row {
    justify-content: space-between;
}
.client-and-partners .wp-block-stackable-column figure {
    overflow: visible;
}
.client-and-partners .wp-block-stackable-column:hover img {
    filter: drop-shadow(2px 4px 6px #6B46C1) brightness(1.5);
}
.wrapper {
  text-align: center;
  span {
    -webkit-text-stroke-width: 1.25px;
    -webkit-text-stroke-color: #000;
    font-size: 40px;
    text-shadow: 0 0px #f3c623, 0 0px #E549AE;
    transform: translate(0, 0px) rotate(4deg);
    animation: jump 5s ease-in-out infinite;
    display: inline-block;
    @for $i from 1 through 7 {
      &:nth-child(#{$i}) {
        animation-delay: 120ms * $i;
      }
    }
  }
}
@keyframes jump {
  33% {
    text-shadow: 0 20px #6B46C1, 0 10px #E549AE;
  }
  50% {
    transform: translate(0, 0) rotate(-4deg);
    text-shadow: 0 0px #F2800926, 0 0px #199F3A;
  }
  66.67% {
    text-shadow: 0 -20px #F28009, 0 -10px #199F3A;
  }
}

/* ---------- Shop By Age ---------- */
.wp-block-columns.shop-by-age {
    justify-content: space-between;
}   
.wp-block-column.shop-by-age-col .grid-container .gtf-item {
    width: 206px;
    height: 183px !important;
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    margin: auto;
    position: relative;
    overflow: visible;
    &:hover::before {
        animation: pulse 1s infinite;
    }
    &::before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        clip-path: polygon( 41.542% 5.97%,41.542% 5.97%,42.817% 3.967%,44.37% 2.409%,46.131% 1.296%,48.031% 0.628%,50% 0.406%,51.969% 0.628%,53.869% 1.296%,55.63% 2.409%,57.183% 3.967%,58.458% 5.97%,67.151% 23.336%,67.151% 23.336%,67.637% 24.209%,68.189% 25.02%,68.802% 25.764%,69.471% 26.439%,70.191% 27.04%,70.956% 27.563%,71.763% 28.006%,72.607% 28.365%,73.482% 28.635%,74.383% 28.813%,91.488% 31.263%,91.488% 31.263%,93.834% 31.924%,95.841% 33.124%,97.482% 34.765%,98.732% 36.749%,99.565% 38.979%,99.955% 41.359%,99.875% 43.789%,99.301% 46.174%,98.207% 48.416%,96.566% 50.417%,85.938% 60.631%,85.938% 60.631%,85.182% 61.44%,84.515% 62.325%,83.939% 63.277%,83.458% 64.287%,83.075% 65.345%,82.791% 66.443%,82.61% 67.57%,82.536% 68.719%,82.57% 69.879%,82.715% 71.043%,85.444% 86.734%,85.444% 86.734%,85.628% 89.297%,85.306% 91.701%,84.539% 93.894%,83.39% 95.82%,81.917% 97.425%,80.184% 98.657%,78.25% 99.46%,76.177% 99.782%,74.025% 99.566%,71.856% 98.761%,54.061% 89.537%,54.061% 89.537%,53.277% 89.176%,52.474% 88.895%,51.657% 88.695%,50.831% 88.575%,50% 88.535%,49.169% 88.575%,48.343% 88.695%,47.526% 88.895%,46.723% 89.176%,45.939% 89.537%,28.144% 98.761%,28.144% 98.761%,25.975% 99.566%,23.823% 99.782%,21.75% 99.46%,19.816% 98.657%,18.083% 97.425%,16.61% 95.82%,15.461% 93.894%,14.694% 91.701%,14.372% 89.297%,14.556% 86.734%,17.285% 71.043%,17.285% 71.043%,17.43% 69.879%,17.464% 68.719%,17.389% 67.57%,17.209% 66.443%,16.925% 65.345%,16.541% 64.287%,16.06% 63.277%,15.485% 62.325%,14.817% 61.44%,14.061% 60.631%,3.434% 50.417%,3.434% 50.417%,1.793% 48.416%,0.699% 46.174%,0.125% 43.789%,0.045% 41.359%,0.435% 38.979%,1.268% 36.749%,2.518% 34.765%,4.159% 33.124%,6.166% 31.924%,8.512% 31.263%,25.616% 28.813%,25.616% 28.813%,26.518% 28.635%,27.393% 28.365%,28.236% 28.006%,29.043% 27.563%,29.809% 27.04%,30.529% 26.439%,31.198% 25.764%,31.811% 25.02%,32.363% 24.209%,32.849% 23.336%,41.542% 5.97% );
        z-index: 0;
        transition: all 1s ease-in-out;
    }
    & h3.g-d-title {
        z-index: 1;
        position: relative;
        font-family: 'Caveat Brush';
        font-weight: 400;
        font-size: 45px;
        color: #fff;
        &:hover a {
            color: #000;
        }
        &:hover {
            color: #000;
            &::after {
                color: #000;
            }
        }
        &::after {
            position: absolute;
            content: 'Years' !important;
            bottom: 0;
            left: 0;
            right: 0;
            font-family: 'Poppins';
            font-weight: 500;
            font-size: 20px;
            color: #fff;
            transform: translateY(20px);
        }
    }
}

.wp-block-column.shop-by-age-col .grid-container .gutentor-term:nth-child(1) .gtf-item::before {
    background-color: #E549AE;
}
.wp-block-column.shop-by-age-col .grid-container .gutentor-term:nth-child(2) .gtf-item::before {
    background-color: #6B46C1;
}
.wp-block-column.shop-by-age-col .grid-container .gutentor-term:nth-child(3) .gtf-item::before {
    background-color: #199F3A;
}
.wp-block-column.shop-by-age-col .grid-container .gutentor-term:nth-child(4) .gtf-item::before {
    background-color: #F28009;
}






/* -------------------- Testimonials Section ----------------------- */
.one-container {
    max-width: 1440px !important;
    margin: 0px auto !important;
}
.wp-block-group.test-content-row .wp-block-stackable-image {
    flex-basis: 50%;
}
.wp-block-group.test-content-row .wp-block-group {
    flex-basis: 50%;
}
.client-name-row {
    align-items: end !important;
    column-gap: 10px;
    row-gap: 10px;
    position: absolute;
    top: -2rem;
    margin-bottom: 5rem;
}
.wp-block-group.client-name-row .wp-block-stackable-heading h4 {
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.wp-block-column.test-left-col {
    height: -webkit-fill-available;
    display: flex;
}
.wp-block-stackable-carousel.test-slider .wp-block-stackable-column {
    overflow: visible !important;
    & .wp-block-cover {
        transition: all 1s ease-in-out;
    }
    &:hover .wp-block-cover{
        filter: drop-shadow(2px 4px 6px black);
    }
    & .wp-block-group.client-name-row .wp-block-stackable-image {
        transition: all 1s ease-in-out;
    }
    &:hover .wp-block-group.client-name-row .wp-block-stackable-image {
        animation: pulse 1s infinite;
    }
}
.wp-block-stackable-carousel.test-slider .stk-block-carousel__slider {
    padding-top: 3.5rem;
}
.wp-block-stackable-carousel.test-slider .wp-block-stackable-column .wp-block-cover {
    overflow: visible;  
    align-items: end;
}
.wp-block-stackable-carousel.test-slider {
    margin-top: -34px;
}




/* ---------------- Classes Section-------------------- */

.gal-main-head.wp-block-stackable-heading {
    margin-bottom: 10px !important;
}

.main-acc-div .accordion-button {
    background-color: unset;
    padding: 5px 10px;
}
.main-acc-div .accordion-button.collapsed::after {
    background-image: unset;
    right: 0;
    top: 0;
    bottom: 0;
    content: '\2b';
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #7884A7;
}
.inv {
    display: none;
}

/****************** contact-form-section-css**********************/
.contact-col-two-group input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width:100%;
    margin-top: 20px;
    font-family: 'Roboto';
}
.contact-page-right-col form label {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
}
.contact-page-right-col form input[type=text]::placeholder, .contact-page-right-col form input[type=email]::placeholder, .contact-page-right-col form textarea::placeholder {
    font-family: 'Poppins' !important;
    font-weight: 300 !important;
    font-size: 18px !important;
    line-height: 26px !important;
}
.contact-page-left-col .contact-map {
    margin-bottom: 10px;
}
.contact-page-left-col .contact-map iframe {
    border-radius: 10px;
}
.contact-col{
    align-items: end !important;
}
.contact-col-two-group .wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: 0.75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: absolute;
}

/*************** what do i do -section-css ****************************/
.gutentor-element-progressbar .gutentor-element-progressbar-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

/**************** newsletter-section-csss****************************/

.newsletter-section .input-subscribe {
    bottom: 0px;
    position: absolute;
    margin: 0px auto;
    width: auto;
    top: 1px;
    right: 2px;
    height: auto;
}
.newsletter-section .input-subscribe .wpcf7-spinner {
    position: absolute;
    top: 70px;
    right: 0;
}
.input-container {
    position: relative;
    height: auto;
}

.input-subscribe > p:nth-child(1) {
    margin-bottom: 0;
}

/* -------- Offer Banner Section -------- */
.gradz-box {
    position: relative;
}

.gradz-box::after {
    background: linear-gradient(45deg, #E549AE, #6B46C1, #199F3A, #F28009, #E549AE);
    background-size: 600% 600%; 
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%; 
    height: 100%;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    border-radius: 10px;
    z-index: 0;
}

.gradz-box:hover::after {
    animation: gradient 5s linear infinite; 
    opacity: 1;
}

@keyframes gradient {
    0%   { background-position: 0% 50%; }
    50%  { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.gradz-box {
    position: relative;
    z-index: 1;
}
.wp-block-columns.main-offer-row > .wp-block-column {
    height: -webkit-fill-available;
}


/* -------------- Blog Section --------------- */
.blog-wrap img {
    height: 190px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
    transition: all 1s ease-in-out;
}
.wp-block-stackable-column.blog-card .author.vcard i {
    font-weight: 600;
}
.wp-block-stackable-carousel.blogs-slider .gutentor-post {
    padding: 0 !important;
    & .gutentor-post-item {
        margin: 0 !important;
    }
}

.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column:nth-child(4n+1) {
    & .blog-first-wrap {
        background-color: #E549AE26;
    }
    
    & .gutentor-entry-meta-secondary {
        background-color: #E549AE !important;
    }
    & .gutentor-post-item:hover .gutentor-post-title a{
        color: #E549AE !important;
    }
}

.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column:nth-child(4n+2) {
    & .blog-first-wrap {
        background-color: #6B46C126;
    }
    & .gutentor-entry-meta-secondary {
        background-color: #6B46C1 !important;
    }
    & .gutentor-post-item:hover .gutentor-post-title a{
        color: #6B46C1 !important;
    }
}

.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column:nth-child(4n+3) {
    & .blog-first-wrap {
        background-color: #199F3A26;
    }
    & .gutentor-entry-meta-secondary {
        background-color: #199F3A !important;
    }
    & .gutentor-post-item:hover .gutentor-post-title a{
        color: #199F3A !important;
    }
}

.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column:nth-child(4n+4) {
    & .blog-first-wrap {
        background-color: #EF772626;
    }
    & .gutentor-entry-meta-secondary {
        background-color: #F28009 !important;
    }
    & .gutentor-post-item:hover .gutentor-post-title a {
        color: #F28009 !important;
    }
}
.wp-block-stackable-carousel.blogs-slider .gutentor-post .gutentor-entry-meta-primary {
    margin-bottom: 0 !important;
}
.blog-wrap .gutentor-post-image-box {
    margin-bottom: 0 !important;
}
.blog-first-wrap, .blog-page-main.gutentor-blog-grid .fix-wrap {
    padding: 20px 20px 20px;
    border-radius: 0px 0px 10px 10px;
}
.blog-wrap, .lix-wrap {
    position: relative;
    & .gutentor-entry-meta-secondary {
        position: absolute;
        top: 20px;
        left: 0;
        padding: 8px 12px;
        border-radius: 0px 6px 6px 0px;
        color: #fff;
        font-family: 'Poppins';
        font-weight: 500;
        font-size: 12px;
    }
}
.gutentor-post-module.blog-page-main article:hover img {
    transform: scale(1.2);
}
.lix-wrap .gutentor-post-image-box {
    margin-bottom: 0 !important;
    border-radius: 10px 10px 0px 0px;
    img {
        height: 300px !important;
        object-fit: cover;
        transition: transform 0.8s ease-in-out;
    }
}
.fix-wrap {
    display: flex;
    flex-direction: column-reverse;
}

.gutentor-post-module.blog-page-main article:nth-child(4n+1) {
    transition: all 0.5s ease-in-out;

    & .gutentor-entry-meta-secondary {
        background-color: #E549AE;
    }
    & .fix-wrap {
        background-color: #E549AE26;
    }
    &:hover h3.gutentor-post-title a {
        color: #E549AE !important;
    }
}
.gutentor-post-module.blog-page-main article:nth-child(4n+2) {
    transition: all 0.5s ease-in-out;

    & .gutentor-entry-meta-secondary {
        background-color: #6B46C1;
    }
    & .fix-wrap {
        background-color: #6B46C126;
    }
    &:hover h3.gutentor-post-title a {
        color: #6B46C1 !important;
    }
}
.gutentor-post-module.blog-page-main article:nth-child(4n+3) {
    transition: all 0.5s ease-in-out;

    & .gutentor-entry-meta-secondary {
        background-color: #199F3A;
    }
    & .fix-wrap {
        background-color: #199F3A26;
    }
    &:hover h3.gutentor-post-title a {
        color: #199F3A !important;
    }
}
.gutentor-post-module.blog-page-main article:nth-child(4n+4) {
    transition: all 0.5s ease-in-out;

    & .gutentor-entry-meta-secondary {
        background-color: #F28009;
    }
    & .fix-wrap {
        background-color: #EF772626;
    }
    &:hover h3.gutentor-post-title a {
        color: #F28009 !important;
    }
}



.blog-first-wrap h3 a, .blog-page-main.gutentor-blog-grid .fix-wrap h3 a {
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    line-height: 27px !important;
    color: #000000;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.blog-page-main.gutentor-blog-grid .fix-wrap h3 {
    margin-bottom: 8px !important;
}
.fix-wrap .gutentor-entry-meta-primary {
    margin-bottom: 5px !important;
}
.blog-first-wrap .comments-link, .blog-first-wrap .posted-on a, .fix-wrap .comments-link, .fix-wrap .posted-on a{
    font-family: 'Poppins' !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 22px !important;
    color: #000000 !important;
}
.gutentor-post-module.blog-page-main article {
    margin-bottom: 20px !important;
}
.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column:hover img {
    transform: scale(1.2);
    filter: brightness(1.2);
}
.wp-block-stackable-carousel.blogs-slider .wp-block-stackable-column {
    border-radius: 10px;
    overflow: hidden;
}
/* ------------- Blogs Page ---------------- */
.blogs-page-posts .gutentor-image-thumb img {
    height: auto;
}
.page-template-blog-page .gutentor-image-thumb img {
    width: 100%;
}

/* ------------- Footer Section --------------- */
.footer-section-two .gutentor-text-wrap a {
    text-decoration: none;

}
.footer-col-two nav ul {
    justify-content: space-evenly;
}
.footer-nav-head h3 {
    position: relative;
}

.footer-row nav ul li {
    padding: 10px 0px;
}
.footer-row nav ul li a {
    font-family: 'Poppins';
    font-size: 16px;
}
.footer-row nav li a:hover {
    color: #D94F33 !important;
}
.footer-section-two {
    padding: 10px 15px;
}
.footer-row .footer-col-one {
    flex-basis: 27% !important;
}
.footer-row .footer-col-two {
    flex-basis: 15% !important;
}
.footer-row .footer-col-three {
    flex-basis: 24% !important;
}
.footer-row .footer-product-categories {
    flex-basis: 15% !important;
}
.wp-block-column.footer-col-three form input[type=email]::placeholder {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: rgb(0 0 0 / 40%);
}
.wp-block-column.footer-col-three form input[type=email] {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 12px;
    color: #000;
    margin-bottom: 15px;
}
.wp-block-column.footer-col-three form input[type=submit] {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    padding: 12px 18px;
    border-radius: 6px;
    background-color: #199F3A;
    outline: unset;
    border: unset;
    color: #fff;
    &:hover {
        background-color: #E549AE;
    }
}

.wp-block-columns.footer-row.is-layout-flex > *.wp-block-column {
    flex-grow: unset;
}
.payment-main-text {
    margin-bottom: 30px !important;
}
.wp-block-columns.footer-row {
    justify-content: space-between;
}
.footer-section-two .gutentor-element-advanced-text-link {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 400;
    &:hover p {
        color: #D94F33 !important;
    }
    & p {
        margin-bottom: 0 !important;
    }
}
.foot-bed-links {
    gap: 30px;
}
.contact-foot-text p {
    font-family: 'Poppins';
    color: #fff;
    margin-top: 25px !important;
}


/* ---------- Deal of the day ---------- */
.wp-block-cb-carousel-v2.deal-of-the-day-slider .wl_single-product-item {
    display: flex;
    margin-bottom: 0 !important;
}
.deal-wrap .stk-block-countdown__container {
    gap: 10px !important;
}
.wp-block-cb-carousel-v2.deal-of-the-day-slider .product-content-top {
    padding: 0px !important;
}
.wp-block-cb-carousel-v2.deal-of-the-day-slider .product-content {
    margin-top: 0 !important;
}
.deal-wrap {
    align-self: anchor-center; 
    flex-basis: 50%;   
    padding-right: 12px; 
    padding-top: 12px;
    padding-bottom: 12px;
}
.deal-wrap .stk-block-countdown__content-container {
    width: fit-content;
}
.deal-wrap .wp-block-stackable-countdown {
    margin-bottom: 18px !important;
    margin-top: 14px !important;
}
.wp-block-cb-carousel-v2.deal-of-the-day-slider .stk-block-countdown__container .stk-block-countdown__container-wrapper p {
    display: none !important;
}
.wp-block-cb-carousel-v2.deal-of-the-day-slider .new-price del span {
    color: rgba(0, 0, 0, 0.50);
}

.wl_single-product-item  .image-wrap {
    position: relative;
    flex-basis: 50%;    
    & ul.action {
        list-style-type: none;
        display: flex;
        padding-left: unset;
        bottom: 28px;
        & a {
            height: 40px;
            width: 45px;
            display: flex;
            align-items: center;
            justify-content: center;
            & i{
                color: #fff;
            }
            & svg path{
                fill: #fff;
            }
        }
        & a.action-item.added {
            display: none !important;
        }
        & a.added_to_cart {
            font-size: 0 !important;
            position: relative;
            &::after {
                position: absolute;
                text-indent: 0;
                content: "\e017";
                font-family: WooCommerce;
                left: 0;
                right: 0;
                font-size: 18px;
                color: #fff !important;
                display: flex;
                justify-content: center;
            }
        }
    }
}
/* ---------- Deal of the day ---------- */


.foot-newsletter-form  form span.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}

footer .wpcf7 form.invalid .wpcf7-response-output {
    border-color: red;
    color: #FFF;
}

.footer-section-two {
    padding-top: 25px !important;
    border-top: 1px solid #ffff;
}
/* ------------- Shop --------------- */
.archive.post-type-archive .product h3 a {
    text-decoration: unset;
}

/* ------------ Cart Page ------------- */
.wc-block-cart-items .wc-block-cart-item__image {
    width: 40%;
    & img {
        border-radius: 10px;
    } 
}
.woocommerce-cart .wp-site-blocks h1 {
    margin-top: 50px;
    font-family: 'Poppins';
    color: #F28009;
    font-weight: 700;
}
.wc-block-cart-items__row {
    background: #F2800926;
    border-radius: 10px;
    border-bottom: 8px solid #fff;
}
.wc-block-cart-items__row td {
    border: none !important;
}
.wc-block-cart-items__header th {
    font-family: 'Poppins';
    font-size: 18px;
    color: #F28009;
}
.wc-block-cart-item__wrap a.wc-block-components-product-name {
    text-decoration: unset;
    color: #000;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    &:hover {
        color: #F28009;
    }
}
.price.wc-block-components-product-price ins {
    font-weight: 600;
    font-size: 20px;
    color: #323232;
}
.price.wc-block-components-product-price del {
    font-size: 20px;
    font-weight: 400;
    color: #323232b5;
}
.wc-block-cart-item__total span.wc-block-components-product-price__value {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 22px;
    color: #6B46C1;
}
.wc-block-cart-item__product .wc-block-components-sale-badge {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.wc-block-cart-item__product .wc-block-components-product-metadata__description {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    font-family: 'Poppins';
    color: #000;
}
.wc-block-cart-item__remove-link {
    text-decoration: unset !important;
    font-size: 18px !important;
    margin-top: 10px !important;
    &:hover {
        text-decoration: underline !important;
        text-decoration-color: #F28009 !important;
        color: #181616 !important;
    }
}
.wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-product-badge.wc-block-components-sale-badge {
    background-color: #000;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.wc-block-components-totals-coupon a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: unset;
    &:hover {
        color: #083f9b;
    }
}
.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
    font-family: 'Poppins' !important;
    font-size: 18px !important;
    color: #F28009 !important;
}
body.woocommerce-cart header {
    box-shadow: 0px 0px 18px #e9767669;
}
.wp-block-group.checkout_page * {
    font-family: 'Poppins';
}

.wc-block-components-totals-item.wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
    color: #F28009;
    font-size: 24px;
}
.wc-block-cart__submit-container a {
    font-size: 20px !important;
    border: 1px solid #3232;
    border-radius: 5px;
    margin-top: 10px;
    font-family: 'Poppins';
    background-color: #F28009;
    font-weight: 400;
    &:hover {
        color: #fff;
        background-color: #199F3A;
    }
}
.lp-archive-courses-sidebar {
    display: none;
}

/* ------------- Best Seller --------------- */
.best-seller-query-loop {
    margin-top: 45px;
}

.best-seller-query-loop .wl_single-product-item .product-thumbnail {
    border: unset;
    border-radius: unset !important;
    background-color: transparent;
    height: 100%;
}
.best-seller-query-loop .wl_single-product-item .product-thumbnail .images {
    box-shadow: unset !important;
    border-radius: unset !important;
    padding: 12px;
    height: -webkit-fill-available;
}
.best-seller-query-loop .wl_single-product-item {
    border-radius: 10px;
    border: 1px solid transparent;
    position: relative;
    margin-bottom: 20px;
}
.best-seller-query-loop .wl_single-product-item .woocs_price_code {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    column-gap: 6px !important;
}
.wp-block-column.product-cat-column .gtf-item {
    padding: 0 !important;
}
.new-slider .wp-block-cb-slide-v2:nth-child(5n+1) .wl_single-product-item {
    background-color: #E549AE26;
    transition: all 0.5s ease-in-out;
    &:hover {
        box-shadow: inset 0px 0px 10px #E549AE;
    }
    & h6.title:hover a {
        color: #E549AE !important;
    }
    & ul a:hover {
        background-color: #E549AE !important;
    }
}
.new-slider .wp-block-cb-slide-v2:nth-child(5n+2) .wl_single-product-item {
    background-color: #6B46C126;
    transition: all 0.5s ease-in-out;
    &:hover {
        box-shadow: inset 0px 0px 10px #6B46C1;
    }
    & h6.title:hover a {
        color: #6B46C1 !important;
    }
    & ul a:hover {
        background-color: #6B46C1 !important;
    }
}
.new-slider .wp-block-cb-slide-v2:nth-child(5n+3) .wl_single-product-item {
    background-color: #199F3A26;
    transition: all 0.5s ease-in-out;
    &:hover {
        box-shadow: inset 0px 0px 10px #199F3A;
    }
    & h6.title:hover a {
        color: #199F3A !important;
    }
    & ul a:hover {
        background-color: #199F3A !important;
    }
}
.new-slider .wp-block-cb-slide-v2:nth-child(5n+4) .wl_single-product-item {
    background-color: #EF772626;
    transition: all 0.5s ease-in-out;
    &:hover {
        box-shadow: inset 0px 0px 10px #F28009;
    }
    & h6.title:hover a {
        color: #F28009 !important;
    }
    & ul a:hover {
        background-color: #F28009 !important;
    }
}
.new-slider .wp-block-cb-slide-v2:nth-child(5n+5) .wl_single-product-item {
    background-color: #f4002526;
    transition: all 0.5s ease-in-out;
    &:hover {
        box-shadow: inset 0px 0px 10px #ff002d;
    }
    & h6.title:hover a {
        color: #ff002d !important;
    }
    & ul a:hover {
        background-color: #ff002d !important;
    }
}

.best-seller-query-loop .wl_single-product-item .product-thumbnail .images img {
    background-color: #fff;
    border-radius: 10px;
    transition: 0.5s ease-in-out;
    padding: 10px;
    height: 100% !important;
    object-fit: cover;
}
.best-seller-query-loop .wl_single-product-item ul {
    position: absolute;
    bottom: 123px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto !important;
    background: unset !important;
    z-index: 10;
    gap: 6px;
    flex-direction: row-reverse;
    opacity: 0;
    transition: 0.3s ease-in-out;
}
.best-seller-query-loop .wl_single-product-item:hover ul.action {
    opacity: 1;
}
.best-seller-query-loop .product-content-top {
    padding: 125px 12px 12px !important;
    display: flex;
    flex-direction: column;
    & h6.title {
        order: 2;
    }
    & div.product-category {
        order: 1;
        margin-bottom: 10px !important;
        text-align: left;
    }
}   

.best-seller-query-loop .wl_single-product-item .star-rating {
    font-size: 0.85em !important;
    color: #F28009;
}
.best-seller-query-loop .wl_single-product-item ul a {
    background: #000000 !important;
    padding-top: unset !important;
    border-radius: 5px !important;
    margin-top: unset !important;
}
.best-seller-query-loop .wl_single-product-item .product-price {
    margin-bottom: 0 !important;
}
.best-seller-query-loop .wl_single-product-item h6 a {
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    color: #000 !important;
}
.best-seller-query-loop .wl_single-product-item span.price {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    column-gap: 5px;
}
.best-seller-query-loop .wl_single-product-item .prod-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    order: 2;
}
.best-seller-query-loop .wl_single-product-item .price ins span {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #000000;
}
.best-seller-query-loop .wl_single-product-item .price del span {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.5);
}
.best-seller-query-loop .wl_single-product-item ul a svg {
    width: 18px !important;
    height: 18px !important;
}

.best-seller-query-loop .wl_single-product-item ul a i {
    font-size: 17px;
}

/* ------------- New Arrivals ---------------- */
.new-arrival-head {
    margin-bottom: 12px !important;
}
.new-arrival-button {
    position: absolute;
    right: 0;
    top: 35px;
}


/************************* Responsive-css-all-media *****************************************/

@media screen and (max-width: 1399px) and (min-width: 1200px) {
    .wp-block-column.product-cat-column section {
        height: 320px !important;
    }
    .wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
        bottom: 5px !important;
    }
    .wp-block-column.shop-by-age-col .grid-container .gtf-item {
        width: -webkit-fill-available !important;
        height: 160px !important;
    }
    .client-name-row {
        flex-wrap: wrap;
        & .wp-block-stackable-text {
            margin-left: auto;
        }
    }
    .wp-block-stackable-carousel.test-slider .wp-block-stackable-column .review-text {
        margin-top: 1.5rem;
    }

    .wp-block-cover.offer-banner-section .wp-block-column.gradz-box h2 {
        font-size: 32px !important;
    }
    .banner-quality .wp-block-columns {
        flex-flow: column;
        gap: 25px;
    }
    
    .footer-row .footer-product-categories {
        flex-basis: 20% !important;
    }
    .about-main-left {
        transform: translate(-9px, 75px);
    }
    .about-main-right {
        transform: translateY(100px);
    }
    .one-container {
        max-width: 1140px !important;
    }
    .about-main-left figure::before {
        height: 64%;
    }
}
@media screen and (max-width:1300px) and (min-width: 1200px){
    .blog-posts-col-one .gutentor-post-button, .blog-posts-col-three .gutentor-post-button {
        top: unset;
        margin-left: 20px;
        display: block;
        width: fit-content;
    }
    .blog-posts-col-one .g-avatar-wrap, .blog-posts-col-three .g-avatar-wrap {
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 1199px) and (min-width: 1024px) {
    .client-and-partners .wp-block-stackable-carousel  {
        --slides-to-show: 3 !important;
    }
}

@media screen and (max-width:1200px) and (min-width: 992px){

.best-seller-section .woolentor-grid, [class*="woolentor-grid-columns-"] .woolentor-grid {
    row-gap: 20px;
    grid-template-columns: unset !important;
}
}

@media screen and (max-width:1199px) and (min-width: 992px){
    article.search-result-item {
        flex-basis: 31% !important; 
    }
    .wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
        position: unset !important;
        left: unset !important;
        margin-bottom: 20px !important;
    }
    .wp-block-columns.features-row {
        flex-wrap: wrap !important;
        & .wp-block-column {
            flex-basis: 48% !important;
            flex-grow: unset !important;
        }
    }
    .wp-block-column.product-cat-column section {
        height: 350px !important;
    }
    .wp-block-stackable-carousel.banner-slider .wp-block-stackable-column  {
        padding: 40px !important;
    }
    .wp-block-column.ban-inner-text-col {
        margin-top: 0 !important;
    }
    .wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
        bottom: 5px !important;
    }
    .wp-block-column.shop-by-age-col .grid-container .gtf-item {
        width: -webkit-fill-available !important;
        height: 140px !important;
    }
    .wp-block-stackable-carousel.blogs-slider .stk-block-carousel__slider {
        --slides-to-show: 3 !important;
    }
    .client-name-row {
        flex-wrap: wrap;
        & .wp-block-stackable-text {
            margin-left: auto;
        }
    }
    .wp-block-stackable-carousel.test-slider .wp-block-stackable-column .review-text {
        margin-top: 3.5rem;
    }
    .banner-quality .wp-block-columns {
        flex-flow: column;
        gap: 28px;
        padding-left: 30px;
    }
    .footer-row .footer-product-categories {
        flex-basis: 22% !important;
    }
    .footer-col-one .stk-row.stk-button-group {
        flex-wrap: wrap !important;
    }
    .about-main-left {
        transform: translate(5px, 183px);
    }
    .about-main-right {
        transform: translateY(150px);
    }
    .header-logo figure.stk-img-wrapper {
        width: 140px !important;
    }

    .header-contact {
        flex-basis: 22%;
    }

    .banner-left-col {
        padding-left: 30px;
    }   
    .one-container {
        max-width: 960px !important;
    }
    .header-container .header-logo {
        flex-basis: 20% !important;
    }
    .gutentor-image-thumb img {
        width: 100%;
        object-fit: fill;
    }

    .blog-posts-col-one .g-avatar-wrap, .blog-posts-col-three .g-avatar-wrap{
        margin-top: 10px !important;
    }
    header.wp-block-template-part {
        position: unset;
    }
    body.woocommerce-cart h1, body.woocommerce-cart .entry-content, body.woocommerce-checkout h1, body.woocommerce-checkout .wp-block-woocommerce-checkout, body.search.search-results h1, body.search.search-results .wp-block-query {
        max-width: 1000px !important;
        margin: auto;
    }
}


@media screen and (max-width:991px) and (min-width:783px) {
    .mtsnb .mtsnb-container {
        padding: 10px 10px !important;
    }
}

@media screen and (max-width:782px) and (min-width:601px) {
    .mtsnb .mtsnb-container {
        padding: 10px 50px;
    }
}

@media screen and (max-width:991px) and (min-width:768px) {
    .wp-block-columns.about-section-main-row {
        flex-direction: column-reverse !important;
    }

    article.search-result-item {
        flex-basis: 48% !important; 
    }
    .wp-block-columns.slider-main-row > .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-stackable-carousel.banner-slider .stk-block-carousel__dots {
        position: unset !important;
        left: unset !important;
        margin-bottom: 20px !important;
    }
    .wp-block-columns.features-row {
        flex-wrap: wrap !important;
        justify-content: space-between;
        & .wp-block-column {
            flex-basis: 46% !important;
            flex-grow: unset !important;
        }
    }
    .wp-block-column.product-cat-column section {
        height: 350px !important;
    }
    .wp-block-stackable-carousel.banner-slider .wp-block-stackable-column  {
        padding: 40px !important;
    }
    .wp-block-columns.top-bar-row .wp-block-column.translate-currency-col {
        flex-basis: 20% !important;
    }
    .wp-block-column.translate-currency-col select {
        width: 50px !important;
    }
    .wp-block-columns.top-bar-row .wp-block-column.top-header-col {
        flex-basis: 80% !important;
    }
    .wp-block-columns.shop-by-age .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-columns.shop-by-age {
        row-gap: 20px;
    }
    .wp-block-column.shop-by-age-col .grid-container .gtf-item {
        width: 100% !important;
        height: 280px !important;
    }
    .wp-block-column.shop-by-age-col .grid-row article {
        flex-basis: 50% !important;
        max-width: 50%;
    }
    .wp-block-column.shop-by-age-col .grid-row {
        row-gap: 20px !important;
    }
    .wp-block-columns.footer-insta-row {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns.footer-insta-row .stk-block-carousel__slider {
        --slides-to-show: 4 !important;
    }
    .wp-block-column.insta-left-col .wp-block-group {
        flex-wrap: wrap;
    }
    .wp-block-columns.footer-insta-row .wp-block-column.insta-left-col {
        flex-basis: 33.33% !important; 
    }
    .wp-block-columns.footer-insta-row .wp-block-column.insta-right-col {
        flex-basis: 66.66% !important; 
    }
    .client-name-row {
        flex-wrap: wrap;
        & .wp-block-stackable-text {
            margin-left: auto;
        }
    }
    .wp-block-stackable-carousel.test-slider .wp-block-stackable-column .review-text {
        margin-top: 1.5rem;
    }
    .wp-block-columns.main-test-row > .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-column.test-right-col{
        padding-left: 15px !important;
    }
    .wp-block-columns.main-offer-row > .wp-block-column {
        padding: 30px !important;
    }
    .mtsnb .mtsnb-container {
        padding: 10px 10px;
    }
    .wp-block-columns.main-offer-row .wp-block-column {
        flex-basis: 100% !important;
    }
    .wp-block-columns.main-offer-row {
        flex-wrap: nowrap !important;
    }
    .wp-block-columns.main-nav-header {
        flex-flow: unset;
        gap: 20px;
        padding-top: 10px;
    }
    .wp-block-column.header-nav button[type=submit] {
        font-size: 14px !important;
    }
    .banner-quality .wp-block-columns .wp-block-column {
        flex-basis: 100% !important;
    }

    .banner-quality .wp-block-columns .wp-block-column .wp-block-group {
        width: fit-content;
    }
    .banner-quality .wp-block-columns .wp-block-group {
        justify-content: center;
    }
    
    .banner-quality .wp-block-columns {
        gap: 15px;
    }
    .new-arrival-button {
        position: unset;
        right: unset;
        top: unset;
        margin-top: 30px;
    } 
    .best-seller-section .woolentor-grid {
        row-gap: 20px;
    }
    .right-ban-text-col p, .right-ban-text-col h2 {
        text-align: left !important;
    }
    .right-ban-button .stk-row {
        justify-content: flex-start !important;
    }
    .wp-block-column.right-col-banner .wp-block-columns {
        flex-flow: column-reverse;
    }
    .client-and-partners .wp-block-stackable-carousel {
        margin-top: 40px;
    }
    .header-contact {
        flex-basis: 30%;
    }
   
    .banner-left-col {
        padding-bottom: 3em;
    }
    .banner-left-col > div, .banner-left-col > form {
        width: 80%;
    }
    .banner-left-col, .banner-right-col {
        flex-basis: 100% !important;
    }
    .wp-block-columns {
        flex-wrap: wrap !important;
    }
    .footer-section-two .stk-block-button-group .stk-row {
        justify-content: center;
        margin: 30px 0 0;
    }
    .footer-section-two h4 {
        font-size: 16px;
        text-align: center;
    }
    .footer-logo-col {
        margin-top: 30px !important;
    }
    .footer-logo-col figure {
        margin: 0 auto;
        width: 40%;
    }

    .foot-news-row {
        flex-flow: column;
    }
    .footer-row > :nth-child(n+3) {
        margin-top: 40px;
    }

    .about--us-section {
        padding-bottom: 5em !important;
    }
    
    .one-container {
        max-width: 720px !important;
    }
    .service_post-info .wp-block-columns {
        flex-wrap: wrap !important;
        gap: 30px;
    }
    .service-feat-image, .service-content {
        flex-basis: 100% !important;
    }

    .contact-page-left-col {
        padding-bottom: 0 !important;
    }
    .contact-page-left-col .wp-block-cover__inner-container {
        padding: 25px;
    }
    nav ul a {
        font-size: 16px !important;
    }
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        margin-bottom: 50px !important;
    }
    ::placeholder {
        color: white;
        opacity: 1;
        font-weight: 400;
        font-size: 14px;
    }
    .header-container .header-logo.wp-block-column {
        flex-basis: 20% !important;
    }

    body.woocommerce-cart h1, body.woocommerce-cart .entry-content, body.woocommerce-checkout h1, body.woocommerce-checkout .wp-block-woocommerce-checkout, body.search.search-results h1, body.search.search-results .wp-block-query {
        max-width: 640px !important;
        margin: auto;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
        padding: 20px !important;
        display: flex !important;
        border-bottom: none !important;
        margin-bottom: 10px;
    }
    .wc-block-cart-items .wc-block-cart-item__image {
        width: 100%;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
        margin-bottom: 0 !important;
    }

    .blog-posts-col-one .gutentor-post.grid-md-4, .blog-posts-col-three .gutentor-post.grid-md-4 {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .posts-main-row {
        flex-wrap: wrap !important;
    }
    .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
    .blog-posts-col-two .gutentor-post-image-box, .blog-posts-col-two .gutentor-post-content {
        width: 100% !important;
    }
    .blog-posts-col-one .gutentor-post, .blog-posts-col-three .gutentor-post {
        padding-left: 0;
        padding-right: 0;
    }

    .footer-row {
        flex-wrap: wrap !important;
        justify-content: space-between;
    }
    .footer-row > .wp-block-column.wp-block-column-is-layout-flow {
        flex-basis: 47% !important;
    }

    header.wp-block-template-part {
        position: unset;
    } 
}

@media screen and (min-width: 600px) {
    .wp-block-column.top-header-col li.has-child ul li {
        transition: all 0.5s ease-in-out;
        &:hover {
            padding-left: 10px !important;
            & span {
                color: #6B46C1;
            }
        }
    }
    header ul li a.current-menu-item span {
        color: #000 !important;
    }
}

@media screen and (max-width: 768px) {
    .blog-posts-col-one .gutentor-post.grid-md-4, .blog-posts-col-three .gutentor-post.grid-md-4 {
        max-width: 100% !important;
        flex-basis: 100% !important;
    }
    .posts-main-row {
        flex-wrap: wrap !important;
    }
    .posts-main-row.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
    .blog-posts-col-two .gutentor-post-image-box, .blog-posts-col-two .gutentor-post-content {
        width: 100% !important;
    }
    .blog-posts-col-one .gutentor-post, .blog-posts-col-three .gutentor-post {
        padding-left: 0;
        padding-right: 0;
    }
    header.wp-block-template-part {
        position: unset;
    }
}

@media screen and (max-width: 767px) and (min-width:601px){
    body.admin-bar.has-mtsnb .wp-block-group.header-container.sticky {
        top: 99px !important;
    }
}

@media screen and (max-width: 767px) and (min-width: 600px) {
	body.has-mtsnb .wp-block-group.header-container {
		margin-top: 20px !important;
	}
}


@media screen and (max-width: 767px) and (min-width:576px){
    .search-results-list {
        padding: 0px 20px !important;
        justify-content: space-between;
    }
    article.search-result-item {
        flex-basis: 48% !important; 
    }
    .deal-wrap h6.title {
        text-align: left !important;
    }
    .deal-wrap .wp-block-stackable-button-group .stk-row {
        justify-content: flex-start !important;
    }
    .wp-block-column.shop-by-age-col .grid-container .gtf-item {
        width: 95% !important;
        height: 250px !important;
    }
    .wp-block-column.shop-by-age-col .grid-row article {
        flex-basis: 50% !important;
        max-width: 50%;
    }
    .wp-block-columns.footer-insta-row .stk-block-carousel__slider {
        --slides-to-show: 3 !important;
    }
    .wp-block-group.header-container.sticky {
        top: 67px !important;
    }
    .banner-quality .wp-block-columns .wp-block-column .wp-block-group {
        width: fit-content;
    }
    .banner-quality .wp-block-columns {
        margin-top: 20px;
    }
    .banner-quality .wp-block-columns .wp-block-column {
        margin-bottom: 15px;
    }
    .banner-quality .wp-block-columns .wp-block-group {
        justify-content: center;
    }

    .wp-block-column.left-col-banner figure, .wp-block-column.right-col-banner figure {
        margin-top: 25px;
    }
    .wp-block-column.right-col-banner .wp-block-columns {
        flex-flow: column-reverse;
    }
    .footer-col-one .stk-row.stk-button-group {
        justify-content: center;
    }
    .wp-block-columns.footer-row > *.wp-block-column {
        text-align: center !important;
    }
    .wp-block-columns.footer-row > *.wp-block-column h3 {
        text-align: center;
        margin-top: 50px !important;
    }
    .wp-block-column.footer-col-two nav {
        align-items: center !important;
    }
        
    .footer-row.wp-block-columns div.wp-block-column {
        flex-basis: 100% !important;
    }
    .about-main-left {
        transform: translate(-7px, 45px);
    }
    .header-logo figure.stk-img-wrapper {
        width: 160px !important;
    }

    .header-contact {
        flex-basis: 40%;
    }

    .banner-left-col {
        padding-bottom: 3em;
    }    

    .footer-logo-col figure {
        width: 50%;
    }
    .foot-newsletter-form h4 {
        text-align: center;
    }
    .footer-section-two h4 {
        font-size: 16px !important;
        margin: 0px 0 30px !important;
    }
    footer .wpcf7 form.invalid .wpcf7-response-output {
        transform: translateY(6px)
    }

    .footer-row h3.stk-block-heading__text {
        text-align: left;
    }

    .about--us-section {
        padding-bottom: 5em !important;
    }
    header .wp-block-columns {
        flex-wrap: nowrap !important;
        flex-flow: column;
        row-gap: 20px;
    }
    .header-container .header-logo.wp-block-column {
        flex-basis: 35% !important;
    }
    .header-logo figure {
        padding: 10px;
    }

    .single-blog-page .post-navigation-link-previous a {
    text-align: left;
    }
    .single-blog-page .pagination {
        flex-wrap: nowrap !important;
    }
    .service_post-info .wp-block-columns {
        gap: 30px;
    }

    .service-feat-image, .service-content {
        flex-basis: 100% !important;
        text-align: center;
    }

    .footer-col-one .wp-block-stackable-text p {
        margin-bottom: 20px;
    }

    .footer-col-two nav ul {
        width: 100%;
    }
    .footer-col-two nav ul li {
        margin: auto;
    }
    .contact-page-left-col {
        padding-bottom: 0 !important;
    }
    .contact-page-left-col .wp-block-cover__inner-container {
        padding: 25px;
    }
    .contact-email-row, .contact-call-row {
        justify-content: center !important;
    }
    .newsletter-section .input-subscribe {
        position: unset;
        text-align: center;
    }

    .contact-page-row .contact-mail, .contact-page-row .contact-call {
        justify-content: center !important;
    }
    body.woocommerce-cart h1, body.woocommerce-cart .entry-content, body.woocommerce-checkout h1, body.woocommerce-checkout .wp-block-woocommerce-checkout, body.search.search-results h1, body.search.search-results .wp-block-query {
        max-width: 475px !important;
        margin: auto;
    }
    .achieve-col-one, .achieve-col-two  {
    flex-basis: 75%!important;
    }
    .achieve-col-two .wp-block-column{
    height: 35px;
    }
    .achieve-col-one .wp-block-column {
    margin-bottom: 15px;
    }
    .achieve-col-one, .achieve-col-two {
    margin-bottom: 0 !important;
    }
    .gutentor-image-thumb img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }

    .blog-posts-col-one .gutentor-post-item > :nth-child(1n), .blog-posts-col-three .gutentor-post-item > :nth-child(1n), .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
     text-align: center  
    }
    .posts-col .gutentor-button {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .footer-row h4 {
        text-align: center;
    }
    .footer-row .wp-block-stackable-heading {
        margin-top: 25px;
    }
    .footer-row ul.wp-block-navigation__container li {
        text-align: center;
    }

    body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
        padding: 16px;
        display: flex;
        flex-flow: column;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image{
        width: 100%;
        padding-right: 0 !important;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
        padding: 16px !important;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
        text-align: center;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
        display: block;
        margin: auto;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-components-quantity-selector {
        margin: auto;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: center !important;
    }
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        margin-bottom: 50px !important;
    }
}

@media screen and (max-width: 600px) and (min-width: 425px) {
	body.has-mtsnb .wp-block-group.header-container.sticky {
		top: 65px !important;
	}
	body.has-mtsnb .wp-block-group.header-container {
		margin-top: 20px !important;
	}
    .mtsnb .mtsnb-container {
        padding: 10px 10px !important;
    }
    body.admin-bar.has-mtsnb .wp-block-group.header-container.sticky {
        top: 99px !important;
    }
}

@media screen and (max-width: 424px) and (min-width: 375px) { 
	body.has-mtsnb .wp-block-group.header-container {
		margin-top: 20px !important;
	} 
    .mtsnb .mtsnb-container {
        padding: 10px 10px !important;
    }
    body.admin-bar.has-mtsnb .wp-block-group.header-container.sticky {
        top: 99px !important;
    }
}

@media screen and (max-width: 374px) and (min-width: 320px) { 
	body.has-mtsnb .wp-block-group.header-container {
		margin-top: 40px !important;
	} 
    .mtsnb .mtsnb-container {
        padding: 10px 20px !important;
    }
}

@media screen and (max-width: 600px) {
    body.admin-bar #wpadminbar {
        top: -46px;
    }
        
    .client-image.is-stacked-on-mobile {
        grid-template-columns: unset !important;
        display: flex !important;
        flex-flow: column !important;
    }
}

@media screen and (max-width: 575px) and (min-width: 475px) { 
    /* .wp-block-group.header-container {
        top: 67px;
    }
    .wp-block-group.header-container.sticky {
        top: 67px !important;
    } */
}

@media screen and (max-width: 575px) {
    .best-seller-query-loop .product-content-top div.product-category {
        text-align: center;
    }
    .search-results-list {
        padding: 0px 20px !important;
        justify-content: space-between;
    }
    article.search-result-item {
        flex-basis: 100% !important; 
    }
    .wp-block-column.header-nav form {
        flex-wrap: wrap;
        justify-content: center !important;
        row-gap: 10px;
    }
    .wp-block-cover.deal-of-the-day .best-seller-query-loop .wl_single-product-item {
        flex-direction: column;
        & .deal-wrap {
            padding: 12px !important;
        }
    }
    .deal-wrap .stk-block-countdown__container {
        justify-content: center !important;
    }
    .wp-block-group.head-button-row {
        flex-direction: column !important;
        row-gap: 20px;
    }
    .wp-block-columns.footer-insta-row .stk-block-carousel__slider {
        --slides-to-show: 2 !important;
    }
    .wp-block-stackable-text.insta-text-link {
        text-align: center;
    }
    header .wp-block-columns {
        flex-wrap: nowrap !important;
        flex-flow: column;
        gap: 12px;

    }
    .wp-block-column.right-col-banner .wp-block-columns {
        flex-flow: column-reverse;
    }
    .banner-quality .wp-block-columns {
        flex-flow: row !important;
        gap: 35px;
        margin-top: 30px;
        flex-wrap: wrap !important;
    }
    .banner-quality .wp-block-column .wp-block-group .wp-block-stackable-heading, .banner-quality .wp-block-column .wp-block-group .wp-block-stackable-text {
        margin: auto;
    }
    .banner-quality .wp-block-columns .wp-block-column .wp-block-group {
        flex-flow: column;
        gap: 5px;
    }
    .wp-block-column.left-col-banner figure, .wp-block-column.right-col-banner figure {
        margin-top: 25px;
    }
    .wp-block-column.left-col-banner, .wp-block-column.right-col-banner {
        padding-right: 15px !important;
        padding-left: 15px !important;
    }
    .about-call-button-grp {
        justify-content: center !important;
    }
    .main-about-image {
        width: unset;
        right: unset;
    }
    .main-about-image figure::before {
        content: unset !important;
    }
    .about-main-left {
        position: unset;
        transform: translate(0px, 45px);
        margin: auto;
        width: auto;
    }
    .about-main-right {
        position: unset;
        transform: translateY(75px);
        width: auto;
        margin: auto;
    }
    .phone-image {
        margin-left: unset !important;
        margin-right: unset !important;
    }
    .about-call-button-grp .wp-block-group.is-vertical {
        justify-content: center;
        flex-basis: fit-content;
        margin: unset !important;
    }
    .row-main-bitton-grp {
        gap: 20px;
        flex-flow: column;
        align-items: center;
    }
    .banner-section .breadcrumds {
        flex-wrap: wrap;
        text-align: center;
    }
    .main-acc-div .panel-body {
        text-align: center;
    }
    .main-acc-div .accordion-button {
        flex-wrap: wrap;
        gap: 10px;
        text-align: center; 
        justify-content: center;
    }
    .header-contact {
        flex-basis: 40%;
    }
    .header-logo figure.stk-img-wrapper {
        margin: 15px auto 10px;
    }
    .banner-left-col h1.stk-block-heading__text {
        font-size: 28px !important;
        line-height: 35px !important;
        padding-bottom: 16px;
    }
    .banner-left-col {
        padding-bottom: 3em;
    }    

    .footer-location-group {
        padding-bottom: 20px !important;
    }    
    .footer-row nav {
        align-items: center !important;
    }
    
    .footer-nav-head {
        text-align: center;
        & h3 {
            display: inline-block;
            &::after {
                right: 0;
                margin: 0 auto;
            }
        }
    }
    .footer-logo-col figure {
        width: 165px;
    }
    .foot-newsletter-form h4 {
        text-align: center;
    }
    .footer-section-two h4 {
        font-size: 16px !important;
        margin: 0px 0 30px !important;
    }
    footer .wpcf7 form.invalid .wpcf7-response-output {
        transform: translateY(6px)
    }
    .about--us-section {
        padding-bottom: 4em !important;
    }
    .header-container .header-logo.wp-block-column {
        flex-basis: 20% !important;
    }
    .single-blog-page .post-navigation-link-previous a {
        text-align: left;
    }
    .service_post-info {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
    .service_post-info .wp-block-columns {
        gap: 30px;
    }
    .service-feat-image, .service-content {
        flex-basis: 100% !important;
        text-align: center;
    }
    .copy-text h4.stk-block-heading__text{
        line-height: 25px !important;
    }
    .footer-col-one .wp-block-stackable-text p {
        margin-bottom: 20px;
    }
    .footer-col-two nav ul {
        width: 100%;
    }
    .footer-col-two nav ul li {
        margin: auto;
    }
    .contact-page-left-col, .contact-page-right-col {
        padding-bottom: 0 !important;
    }
    #Submit-btn {
        font-size: 18px;
        line-height: 25px;
        width: 100%;
    }
    .contact-page-left-col .wp-block-cover__inner-container {
        padding: 25px;
    }
    .contact-email-row, .contact-call-row {
        justify-content: center !important;
    }

    .newsletter-section .input-subscribe {
        position: unset;
        text-align: center;
    }

    .contact-page-row .contact-mail, .contact-page-row .contact-call {
        justify-content: center !important;
    }
    body.woocommerce-cart h1, body.woocommerce-cart .entry-content, body.woocommerce-checkout h1, body.woocommerce-checkout .wp-block-woocommerce-checkout, body.search.search-results h1, body.search.search-results .wp-block-query {
        max-width: 450px !important;
        margin: auto;
        padding: 0px 20px !important;
    }
    body.search.search-results .breadcrumds {
        display: none;
    }

    .quest-div{
    width: 125px !important;
    }
    .achieve-col-one {
    margin-bottom: 0 !important;
    }
    .achieve-col-two{
    margin: 0 !important;
    }
    .newsletter-section .input-subscribe{
        position: unset;
        text-align: center;
    }

    .gutentor-image-thumb img {
        width: 100%;
        object-fit: cover;
        height: 250px;
    }

    .blog-posts-col-one .gutentor-post-item > :nth-child(1n), .blog-posts-col-three .gutentor-post-item > :nth-child(1n), .blog-posts-col-two .gutentor-post-content > :nth-child(1n) {
        text-align: center  
    }
    .posts-col .gutentor-button {
        display: block;
        width: fit-content;
        margin: 0 auto;
    }

    .footer-row h4 {
        text-align: center;
    }
    .footer-row .wp-block-stackable-heading {
        margin-top: 25px;
    }
    .footer-row ul.wp-block-navigation__container li {
        text-align: center;
    }

    body.woocommerce-cart.woocommerce-page .wc-block-cart-items__row {
        padding: 16px;
        display: flex;
        flex-flow: column;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__image{
        width: 100%;
        padding-right: 0 !important;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__product {
        padding: 16px !important;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap {
        text-align: center;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__wrap a {
        display: block;
        margin: auto;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-components-quantity-selector {
        margin: auto;
    }
    body.woocommerce-cart.woocommerce-page .wc-block-cart-item__total-price-and-sale-badge-wrapper {
        align-items: center !important;
    }
    .woocommerce-checkout .wp-block-woocommerce-checkout {
        margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 400px) {
    .header-contact {
        flex-basis: 100%;
        justify-content: center;
    }
    .header-contact > div {
        margin: 0 8px !important;
    }
}

@media screen and (max-width: 1599px) {
    .wp-block-cover.why-choose-us > img.wp-block-cover__image-background {
        object-fit: cover;
        animation: run-for-you 10s ease-in-out infinite alternate;
    }

    @keyframes run-for-you {
        0% {
            object-position: 0% center;   /* start fully left */
        }
        100% {
            object-position: 100% center; /* move fully right */
        }
    }
}
@media screen and (max-width:1599px) and (min-width:1400px) {
    .wp-block-columns.top-bar-row.one-container {
        padding: 0px 10px !important;
    }
    .one-container {
        padding: 10px !important;
    }
    .client-name-row {
        flex-wrap: wrap;
        & .wp-block-stackable-text {
            margin-left: auto;
        }
    }
    .wp-block-stackable-carousel.test-slider .wp-block-stackable-column .review-text {
        margin-top: 1.5rem;
    }

    .banner-left-col {
        padding-left: 35px;
    }
}
@media screen and (max-width: 1920px) and (min-width: 1600px) {
    div.wp-block-stackable-heading.discount-main-head h2.stk-block-heading__text {
        width: 57%;
        margin: 0 auto !important;
    }
    .wp-block-stackable-carousel.test-slider .stk-block-carousel__buttons {
        transform: translateX(-13.5rem);
    }

    .about-text-col {
        position: relative;
        top: 35px;
    }
}

@media screen and (max-width: 480px) {
    .wp-block-columns.clients-main-row .wp-block-stackable-carousel .stk-block-carousel__slider {
        --slides-to-show: 1 !important;
    }
}




/************* Animaction for all section ******************/
@media screen and (max-width:1920px) and (min-width:768px) {
    .deal-of-the-day.animate__slideInDown {
        animation: slideInDown; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .new-slider.animate__slideInDown {
        animation: slideInDown; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .slider-col.animate__fadeInLeft {
        animation: fadeInLeft; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .product-cat-column.animate__fadeInRight {
        animation: fadeInRight; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .col-feat.fadeInDown {
        animation: fadeInDown; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .wp-block-columns.features-row .wp-block-column .wp-block-stackable-image {
        transition: animation 1s ease-in-out;
    }
    .wp-block-columns.features-row .wp-block-column:hover .wp-block-stackable-image {
        animation: pulse 1s infinite;
    }
    .head-button-row.animate__bounceInDown {
        animation: bounceInDown; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
     
    .test-left-col.animate__bounceInLeft, .shop-by-age-text-col.animate__slideInRight {
        animation: bounceInLeft; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .test-right-col.animate__bounceInRight, .shop-by-age-col.animate__bounceInRight {
        animation: bounceInRight; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }

    .wp-block-column.test-left-col .wp-block-stackable-image figure {
        animation: pulse 3s infinite;
    }
    .banner-quality:hover figure {
        animation: 1s pulse infinite;
    }
    .discount-main-head.animate__swing  {
        animation: swing; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .brand-head.animate__swing  {
        animation: swing; 
        animation-duration: 2s; 
        --animate-delay: 0s; 
    }
    .offer-banner-section .main-offer-row figure {
        animation: pulse 3s infinite;
    }
    .main-offer-row .wp-block-column.animate__slideInUp {
        animation: slideInUp; 
        animation-duration: 2s; 
        --animate-delay: 0s;
    }
  .about-text-col.animate__slideInRight {
    animation: slideInRight; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .banner-quality.animate__slideInUp {
    animation: slideInUp; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }

  .new-arrival-head.animate__rotateInDownLeft  {
    animation: rotateInDownLeft; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .new-arrival-para.animate__rotateInDownLeft {
    animation: rotateInDownLeft; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .client-slider.animate__slideInRight {
    animation: slideInRight; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .blog-card.animate__slideInDown {
    animation: slideInDown; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }

  .banner-right-col.animate__fadeInRight {
    animation: fadeInRight; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .gal-main-head.animate__rotateInDownRight {
    animation: rotateInDownRight; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
  .classes-small-text.animate__rotateInDownRight {
    animation: rotateInDownRight; 
    animation-duration: 2s; 
    --animate-delay: 0s;
  }

  .brand-main-col.animate__fadeInUpBig{
    animation: fadeInUpBig;
    animation-duration: 2s; 
    --animate-delay: 0s;
  }
.our-partners-img-row.animate__bounceInUp{
    animation: bounceInUp;
    animation-duration: 2s; 
    --animate-delay: 0s;
}
.contact-col-one.animate__slideInLeft{
   animation: slideInLeft;
   animation-duration: 2s; 
   --animate-delay: 0s;
} 
.contact-col-two.animate__slideInRight{
    animation: slideInRight;
    animation-duration: 2s; 
    --animate-delay: 0s;
 } 
 .footer-col-one.animate__slideInUp {
    animation: slideInUp;
    animation-duration: 2s; 
    --animate-delay: 0s;
 }

 .footer-col-two.animate__slideInUp{
    animation: slideInUp;
    animation-duration: 2s; 
    --animate-delay: 0s;
 }

 .blogs-carousel.animate__zoomIn {
    animation: zoomIn;
    animation-duration: 1s; 
    --animate-delay: 0s;
 }

}   


/* New CSS */
body:not(.home) .wp-block-group.header-container {
    top: 0 !important; 
}
body.archive.post-type-archive div#shop {
    margin-bottom: 45px;
}
body.archive.post-type-archive .wp-block-query h3 {
    font-family: 'Poppins';
}
body.archive.post-type-archive .wp-block-query .wc-block-components-product-price ins {
    text-decoration: unset !important;
}
body.archive.post-type-archive .wp-block-query .wp-block-query-pagination {
    margin-top: 45px;
}
.wp-block-group.faq-main-page details {
    margin-bottom: 20px;
}
body.archive.tax-product_cat .kids-toys-store-pro-inner-banner h1 {
    color: #fff;
    font-family: 'Poppins';
}
body.archive.tax-product_cat .product-category-section .wp-block-group > .wp-block-group {
    margin: 10px 0 70px;
}

.product-category-section .wp-block-post .wp-block-button {
    align-items: flex-start;
}
.product-category-section .wp-block-query .wp-block-query-pagination {
    margin-top: 40px;
}
.product-category-section .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers span, .product-category-section .wp-block-query .wp-block-query-pagination .wp-block-query-pagination-numbers a {
    font-family: 'Poppins';
    text-decoration: unset;
    color: #000;
}
.product-category-section .wp-block-query .wp-block-query-pagination > a {
    font-family: 'Poppins';
    text-decoration: unset;
    color: #000;
    font-size: 20px;
}
.product-category-section .wp-block-post ins {
    text-decoration: unset;
}
.product-category-section .wp-block-post .wp-block-button button {
    font-family: 'Poppins';
    border-radius: 5px;
    background-color: #000;
    &:hover {
        background-color: #D94F33 !important;
    }
}
.wp-block-group.product-category-section ul li .wp-block-woocommerce-product-sale-badge {
    display: none;
}
.product-category-section .wp-block-post .wp-block-button span a {
    padding-top: 0;
    margin-top: 0;
    text-decoration: unset;
    color: #000;
}

/* Custom Search Form Styles */
.custom-search-form {
    max-width: 600px;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    
    & button[type=submit] {
        border-color: #E549AE;
        background-color: #fff;
        font-family: 'Poppins' !important;
        color: #000;
        font-size: 16px;
        font-weight: 400;
        border-radius: 5px;
        padding: 10px 15px;
        width: 125px;
        &:hover {
            background-color: #E549AE;
            color: #fff;
        }
    }
}
.wp-block-group.search_sec form {
    padding: 0 !important;
    background-color: transparent;
}
/* .search-results-container p {
    font-family: "Poppins";
    text-align: center;
    font-size: 18px;
    font-weight: 500;
} */

.search-result-details .product-price {
    margin-bottom: 5px;
    & .woocs_price_code {
        display: flex;
        align-items: baseline;
        flex-direction: row-reverse;
        justify-content: flex-end;
        column-gap: 10px;
    }
}
.search-result-details .product-price del {
    font-size: 16px;
    font-family: 'Poppins';
    color: rgb(0 0 0 / 50%);
}

.search-result-details .product-price ins {
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 22px;
    color: #000000;
    text-decoration: unset;
}

.custom-search-form #search-input {
    width: 70%;
    padding: 12px 15px;
    border: 2px solid #ddd;
    border-radius: 4px 0 0 4px;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
}

.custom-search-form #search-input:focus {
    border-color: #6B46C1;
}

.custom-search-form #search-button {
    width: 30%;
    padding: 12px 15px;
    background-color: #6B46C1;
    color: white;
    border: 2px solid #6B46C1;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.custom-search-form #search-button:hover {
    background-color: #E549AE;
    border-color: #E549AE;
}

/* Search Results Page Styling */
.search-results-container {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.search-results-title {
    font-size: 28px;
    color: #6B46C1;
    margin-bottom: 30px;
    text-align: center;
    font-family: "Poppins", Sans-serif !important;
}

.search-results-title span {
    color: #000;
    font-family: "Poppins", Sans-serif !important;
}

.search-results-list {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap !important;    
}

.search-result-item {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s ease;
    flex-basis: 32% !important;
    flex-grow: unset !important;    
}
.search-result-item img {
    height: 150px;
    width: 100%;
    object-fit: contain;
}

.search-result-item:hover {
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

.search-result-item .entry-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Poppins", Sans-serif !important;
    margin-top: 15px;
    margin-bottom: 5px;
    font-weight: 600;
}
.search-result-item .entry-title a {
    text-decoration: none;
    color: #6B46C1;
    transition: color 0.3s ease;
    font-family: "Poppins", Sans-serif !important;
}

.search-result-item .entry-title a:hover {
    color: #E549AE;
}
.search-pagination-wrapper a, .search-pagination-wrapper span, .wp-block-query-pagination-numbers a, .wp-block-query-pagination-numbers span, .wp-block-group.kids-toys-store-pro-section8-product-box .wp-block-query-pagination a, .wp-block-group.product-category-section .wp-block-query-pagination a.wp-block-query-pagination-next, .wp-block-group.product-category-section .wp-block-query-pagination a.wp-block-query-pagination-previous{
    text-decoration: unset;
    border: 2px solid #E549AE;
    padding: 10px 20px;
    border-radius: 5px;
    color: #1b263b;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    font-weight: 500;
    &:hover {
        background-color: #E549AE;
        color: #fff;
        border-radius: 0 !important;
    }
}

.wp-block-query-pagination-numbers span.current {
    opacity: 0.5;
    cursor: not-allowed;
}

.entry-meta {
    font-size: 14px;
    color: #666;
    font-family: "Poppins", Sans-serif !important;
    margin-bottom: 6px;
}
.search-pagination-wrapper, .wp-block-query-pagination-numbers, .wp-block-group.kids-toys-store-pro-section8-product-box .wp-block-query-pagination, .wp-block-group.product-category-section .wp-block-query-pagination {
    display: flex;
    justify-content: center;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
}

.entry-meta .post-date,
.entry-meta .post-category {
    margin-right: 15px;
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
}
.search-result-content .entry-excerpt, .search-result-details .product-description p {
    font-family: "Poppins", Sans-serif !important;
    font-size: 16px;
    color: #1b263b;
    margin-bottom: 0 !important;
}

.entry-excerpt {
    color: #333;
    line-height: 1.6;
}

.search-pagination {
    text-align: center;
    margin-top: 40px;
}

.search-pagination .page-numbers {
    display: inline-block;
    padding: 10px 15px;
    margin: 0 5px;
    background: #6B46C1;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s ease;
}

.search-pagination .page-numbers:hover,
.search-pagination .page-numbers.current {
    background: #E549AE;
}

.no-results {
    text-align: center;
    padding: 40px;
    background: #f9f9f9;
    border-radius: 8px;
    font-family: "Poppins", Sans-serif !important;
}

.no-results p {
    font-size: 18px;
    color: #666;
    margin-bottom: 20px;
    font-family: "Poppins", Sans-serif !important;
}



/* --------- Scroll Top ---------- */
.return_top span.stk--svg-wrapper {
    padding: 10px;
    background-color: #199F3A !important;
    border-radius: 50%;
}
div.return_top span.stk--svg-wrapper {
    padding: 10px;
    background-color: #000;
    border-radius: 50%;
    cursor: pointer;
    &:hover {
        background-color: #E549AE !important;
    }
}
.return_top{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 10;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block form button, .form-row.place-order button {
    background-color: #E549AE;
    border-radius: 5px;
    font-family: 'Poppins';
    font-weight: 400;
    &:hover {
        background-color: #199F3A;
    }
}
header ul li.has-child {
	font-size: 16px !important;
    font-family: 'Poppins';
    font-weight: 500;
	cursor: pointer;
}
li.header-buy-now span {
    background-color: #F28009;
    padding: 6px 8px;
    border-radius: 5px;
	&:hover {
		background-color: #199F3A;
	}
}
li.footer-buy-now span {
    background-color: #000;
    padding: 6px 8px;
    border-radius: 5px;
	&:hover {
		background-color: #fff;
	}
}

body.has-mtsnb .wp-block-group.header-container.sticky {
    top: 42px !important;
}
