
:root {
  --primary-color: #AC82E1;
  --primary-color-rgb: 127, 162, 0;
  --heading-color: #000;
  --heading-color-rgb: 114, 70, 106;
  --font-color: #666;
  --font-color-rgb: 102, 102, 102;
  --font-color-dark: #000;
  --font-color-dark-rgb: 51, 51, 51;
  --background-color: #AC82E1;
  --background-color-rgb: 171, 93, 165;
  --primary-font: "Inter", sans-serif;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Inter", sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio{
  width: 100%;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  text-decoration: none;
  color: #bbbcc1;
  outline: none;
}

a:active,
a:hover {
  text-decoration: underline;
  color: #bbbcc1;
}

a:focus {
  outline: none;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: var(--font-color);
  font-family: var(--primary-font);
  line-height: 30px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-weight: bold;
  font-family: "Balsamiq Sans", sans-serif;
}

p {
  margin-top: 0;
  font-family: "Inter", sans-serif;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #f7f7f7;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted var(--font-color);
  cursor: help;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: var(--font-color);
  background: #e9e9e9;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: """";
}

hr {
  background-color: #e8e8e8;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
  margin-top: 0;
}

ul,
ol {
  margin: 0 3em 1.5em 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li>ul,
li>ol {
  margin-bottom: 0;
  margin-right: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

.page-template-template-home .home-container {
  max-width: initial;
  padding: 0;
}
.page-template-template-home .site-content{
  padding: 0;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

a.components-button.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,button.components-button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained,button.components-button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  color: #fff !important;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 35px;
  position: relative;
  background-color: var(--primary-color);
  border: 0;
  text-decoration: none;
  border-radius: 30px;
  z-index: 1;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-radius: 30px;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 15px 17px rgba(255, 255, 255, 0.5),
    inset 0 -5px 12px rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 15px 17px rgba(255, 255, 255, 0.8),
    inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #aaa #bbb #bbb;
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5),
    inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: thin solid;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: var(--font-color);
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
  outline: thin solid;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  padding-right: 3px;
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--primary-color);
}

a:hover,
a:focus {
  color: var(--primary-color);
  text-decoration: underline;
}

a:focus {
  outline: thin solid;
}

a:hover,
a:active {
  outline: none;
}

/*--------------------------------------------------------------
# Scroll Back
--------------------------------------------------------------*/
#button {
  display: inline-block;
  background-color: #AC82E1;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 10px;
  left: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  padding: 15px 0;
  font-weight: bold;
}
#button:hover {
  cursor: pointer;
  background-color: #AC82E1;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}
#button:active {
  background-color: #AC82E1;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99999;
  background: #fff;
}
.loader{
  width: 160px;
  height: 160px;
  top: 13em;
  margin: 50px auto 0;
  border-top: 16px solid #ff4719;
  border-left: 16px solid transparent;
  border-radius: 50%;
  position: relative;
  animation: round 1s linear infinite;
}
.loader:before{
  content: '';
  background-color: #ff4719;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
@keyframes round{
  100%{ transform: rotate(-360deg); }
}

/*--------------------------------------------------------------
# Woocommerce
--------------------------------------------------------------*/

section.related.products ul.products li{
  margin-left: 20px !important;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin-bottom: 30px !important;
}
.woocommerce ul.products li.product {
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: #000000 0px 0px 8px;
}
.woocommerce ul.products li.product a img {
  border-radius: 8px;
}
.woocommerce ul.products li.product .button, .woocommerce ul.products li.product a.added_to_cart.wc-forward, .woocommerce .woocommerce-message .button, .woocommerce div.product form.cart .button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: #80CAFF;
  color: #000;
  font-weight: 600;
  line-height: 1.2;
  margin-left: 6px;
  border-radius: 6px;
}
.woocommerce #respond input#submit{
  background-color: #80CAFF !important;
  border-radius: 6px !important;
  color: #000 !important;
}
.woocommerce a.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
  text-transform: capitalize !important;
}
.woocommerce h2.woocommerce-loop-product__title {
  font-size: 22px !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li{
  border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin:  5px;
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-weight: 500;
  box-shadow: #000000 0px 0px 8px;
}
.woocommerce nav.woocommerce-pagination ul li span.current,.woocommerce nav.woocommerce-pagination ul li a:hover {
  background-color: #AC82E1;
  color: #fff;
}
.woocommerce-message::before, .woocommerce div.product p.price ,.woocommerce-info::before{
    color: #AC82E1;
}
.woocommerce-message ,.woocommerce-info {
    border-top-color: #AC82E1;
}
.woocommerce .quantity .qty {
    width: 5em;
    border: 1px solid #666;
    padding: 5px;
    line-height: 1.5;
    border-radius: 5px;
}
.woocommerce-product-details__short-description {
    margin-bottom: 15px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px;
}
.product_meta span {
    display: block;
}
.woocommerce .select2-container--default .select2-selection--single , .woocommerce input#billing_phone{
  padding: 10px 0px;
  border-radius: 0px;
  border: 1px solid #ddd;
}
.woocommerce input#billing_phone{
  padding: 10px;
}
.woocommerce .select2-container .select2-selection--single, .woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 45px;
}
.woocommerce li.woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
  color: #fff;
  background-color: #AC82E1;
  padding: 10px;
  display: block;
  border-radius: 8px;
  font-weight: 500;
}
.wp-block-woocommerce-checkout-order-summary-block {
    border: 1px solid;
} 
.wp-block-woocommerce-cart-order-summary-block {
    border: 1px solid;
    padding: 5px;
}
.woocommerce li.woocommerce-MyAccount-navigation-link a:hover {
  background: #000;
}
.woocommerce li.woocommerce-MyAccount-navigation-link {
    list-style: none;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
## Top Header
--------------------------------------------------------------*/
#page-site-header {
  background-size: cover;
  background-position: center;
}
.top-header p {
  word-break: break-word;
}
.page-template-template-home header#masthead div#main-header {
    margin-top: 20px;
}
span.about_first_word_span {
    color: #C61FA1;
}
.page-template-template-home header#masthead {
  position: absolute;
  background: transparent;
  width: 100%;
  padding-bottom: 0px;
  z-index: 2;
  right: 0;
}
.top-bg {
  padding: 8px 0;
  color: #fff;
  border-bottom: 2px solid #6F6C6C;
}
.top-bg .contact-box a svg{
  color: #AC82E1;
  margin-left: 10px;
}
.top-bg .contact-box span{
  margin-left: 20px;
}
.top-bg a {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  font-family: "Balsamiq Sans", sans-serif;
}
.top-bg span.social-links a{
  color: #000;
}
.top-bg .product-account a{
  margin-left: 12px;
}
.top-bg .social-links a ,.top-bg .product-account a ,.top-bg .product-cart a {
  padding: 10px;
}
.header_info svg {
  background: var(--primary-color);
  padding: 13px 14px;
  border-radius: 30px;
  color: #000;
}
.header_info {
  padding: 20px 10px 20px 0;
}
.header_info h6 {
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
.header_info a{
  color: #666;
}
.social-links svg {
  color: #000;
}
.head-bg {
  background: #fff;
}
.menudiv-button a {
  border: solid 1px #80CAFF;
  background: #80CAFF;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 6px;
  font-family: "Balsamiq Sans", sans-serif;
}
.menudiv-button a:hover{
  background: #000;
  color: #fff;
}
.top-bg span.social-links a:hover svg{
  color: #AC82E1;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.main-navigation ul li {
  display: inline-block;
  position: relative;
  font-weight: 500;
}

.main-navigation ul li a {
  display: block;
  color: #000000;
  padding: 20px 15px;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  color: #000000;
}

.main-navigation ul ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 200px;
  background: #fff;
  text-align: right;
  margin-right: -99999px;
  z-index: 2;
}

.main-navigation ul ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #f2f2f2;
}

.main-navigation ul ul li a {
  display: block;
  padding: 15px 20px;
  color: #000;
}

.main-navigation .current_page_item>a, .main-navigation .current-menu-item>a{
  background: var(--tertiary-color);
}
.main-navigation .current_page_item>a:before, .main-navigation .current-menu-item>a:before {
    content: "\f102";
    font-family: 'dashicons';
    padding: 0 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus a,
.main-navigation ul ul a:focus,
.main-navigation ul ul li:hover>a {
  text-decoration: none;
  color: #000;
  background: #f2f2f2;
}
.main-navigation ul li:hover>ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0;
  z-index: 999;
}
.main-navigation ul li:focus-within>ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0;
}
.main-navigation ul li.focus>ul {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  margin-right: 0;
}
.main-navigation ul ul li:hover>ul {
  right: 100%;
  top: 0;
}
.main-navigation ul ul li:focus-within>ul {
  right: 100%;
  top: 0;
}
.main-navigation ul ul li.focus>ul {
  right: 100%;
  top: 0;
}
.main-navigation ul li.menu-item-has-children:hover::after {
  background-color: var(--primary-color);
}
.main-navigation ul li ul li.menu-item-has-children:hover::after {
  background-color: #000;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
  word-break: break-word;
  text-align: center;
  width: 45%;
  border-radius: 30px;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  word-break: break-word;
  text-align: center;
  width: 45%;
  border-radius: 30px;
}
.nav-previous {
    border: 1px solid #000!important;
    word-break: break-word;
}
.nav-next{
    border: 1px solid #000!important;
    word-break: break-word;
}
.wp-block-button.is-style-squared a {
    border-radius: 0px;
}
.wp-block-button__link {
    color: #fff;
    background-color: #1a7e83;
    border-radius: 9999px;
    box-shadow: none;
    margin-bottom: 5px;
    text-decoration: none;
    padding: calc(0.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-top: 15px;
}

.alignright {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-top: 15px;
}

.aligncenter {
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget.widget_text a{
  text-decoration: underline;
}

/* Make sure select elements fit in widgets. */
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}
.sticky .entry-header h2{
  background: url(images/pin.png) no-repeat scroll 100% 0px;
  padding-right: 40px;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
/* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
# Fallback svg
--------------------------------------------------------------*/
svg.fallback-svg {
  vertical-align: top;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.mobile-nav {
  display: none;
}

.site-branding .img-holder {
  display: block;
}
a.custom-logo-link img {
  border-radius: 50%;
}
.site-branding .site-title,
.site-branding .custom-logo-link {
  position: relative;
  z-index: 9999;
}
.site-branding h1 {
    margin-bottom: 0px;
}
.site-branding .site-title {
  color: #AC82E1;
  font-size: 30px;
  font-weight: 600;
}

p.site-description {
    color: #AC82E1;
}

.site-branding .site-title a {
  color: #AC82E1;
}

.site-branding .site-title a:hover {
  text-decoration: none;
}

.site-branding .site-description {
  margin: 0;
}

.site {
  background: #fff;
}

.custom-background-image,
.custom-background-color {
  margin: 20px;
}

/*Home Style*/

svg.svg-inline--fa.fa-hand-point-right {
  color: #fff;
  margin-left: 10px;
}

svg.svg-inline--fa.fa-bolt{
  color: #AC82E1;
  margin-left: 10px;
}

.btn-green a {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: 2px dotted #fff;
  border-radius: 30px;
  padding: 7px 20px;
}

.btn-green a {
  border: solid 1px #80CAFF;
  background: #80CAFF;
  color: #000;
  font-size: 15px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 6px;
}

.btn-green a:hover{
  color: #fff;
}

.btn-green:focus {
  outline-offset: 2px;
  outline-color: #AC82E1;
}
.banner_inner_box {
  position: relative;
  background: #AC82E1;
}
.banner_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10%;
  left: 55%;
}
.banner_inner_box img {
  height: 750px;
  object-fit: cover;
}
.banner_inner_box:after {
  content: "";
  background-image: url(images/slide-cloud.png);
  background-repeat: repeat-x;
  background-position: center top;
  display: block;
  height: 100px;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
.banner_box h2 {
  color: #000;
  font-size: 45px;
  font-weight: bold;
}
.banner_box p {
  font-size: 16px;
  line-height: 23px;
  color: #000;
  font-weight: 400;
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.banner button.owl-prev,.banner button.owl-next {
  color: #fff !important;
  letter-spacing: 5px;
  position: absolute;
  box-shadow: none;
}
.banner button.owl-prev svg.svg-inline--fa.fa-arrow-left, .banner button.owl-next svg.svg-inline--fa.fa-arrow-right {
  padding: 15px;
  border-radius: 50%;
  color: #fff;
  background: transparent;
}
.banner button.owl-prev svg, .banner button.owl-next svg {
  font-size: 0px;
  position: relative;
}
.banner button.owl-prev:before{
  content: "";
  position: absolute;
  right: 0px;
  background: url(images/left.png);
  background-size: 100% 100%;
  width: 50px;
  height: 30px;
  left: 0px;
  margin: 0 auto;
}
.banner button.owl-next:after{
  content: "";
  position: absolute;
  right: -50px;
  background: url(images/right.png);
  background-size: 100% 100%;
  width: 50px;
  height: 30px;
  margin: 0 auto;
}
.banner button.owl-prev svg.svg-inline--fa.fa-arrow-left:hover, .banner button.owl-next svg.svg-inline--fa.fa-arrow-right:hover{
  background: #000;
  color: #fff;
}
.banner button.owl-prev{
  right: 50px;
}
.banner button.owl-next{
  left: 50px;
}
.banner_box h5 {
  background: #AC82E1;
  font-size: 16px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 30px;
  letter-spacing: 1px;
  line-height: 23px;
  color: #ffffff;
  font-weight: 400;
}
#about-section .owl-carousel button.owl-dot.active{
  background: #AC82E1;
  color: #AC82E1;
}
#about-section .owl-carousel button.owl-dot {
  border: 0px;
  background: transparent;
  box-shadow: none;
  border-radius: 30px;
  margin: 7px;
}
#about-section .owl-carousel button.owl-dot span {
  border-radius: 50px;
  margin: 3px;
  background: #AC82E1;
  padding: 3px;
  box-shadow: none;
  height: 2px;
  display: block;
  width: 2px;
}
#about-section .owl-dots {
  margin:0 auto;
  bottom: 5%;
  text-align: center;
}

.image-blog img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
}

#about-section .section-title h3 {
  font-size: 32px;
  color: #000;
  font-weight: bold;
  position: relative;
}
#about-section .section-title h3:before {
    content: "";
    position: absolute;
    right: 0;
    background: url(images/toy.png);
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    margin: 0 auto;
}
#about-section .section-title h3:after {
    content: "";
    position: absolute;
    background: url(images/duck.png);
    background-size: 100% 100%;
    width: 70px;
    height: 70px;
    left: 0;
    margin: 0 auto;
}
.product-box{
  position: relative;
}
.pro-buttons {
  display: none;
}
.product-box:hover .pro-buttons {
  display: block;
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  top: 50%;
}
.custom_product_meta span a {
  background: #80CAFF;
  padding: 10px;
  text-transform: capitalize;
  border-radius: 6px;
  font-weight: 600;
  color: #000;
}
#about-section .owl-nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
}
.catebox-1,.catebox-5,.catebox-9 {
    background: #9CC624;
    padding: 2px;
    border-radius: 6px;
}
.catebox-2,.catebox-6,.catebox-10 {
    background: #FF7223;
    padding: 2px;
    border-radius: 6px;
}
.catebox-3,.catebox-7,.catebox-11 {
    background: #C61FA1;
    padding: 2px;
    border-radius: 6px;
}
.catebox-4,.catebox-8,.catebox-12 {
    background: #AC82E1;
    padding: 2px;
    border-radius: 6px;
}
.product-image img {
    clip-path: circle(100% at 50% 0);
}
.product-content h3 a {
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
#about-section p {
    color: #121212;
}
#about-section button.owl-prev svg, #about-section button.owl-next svg {
  font-size: 0px;
  position: relative;
}
#about-section button.owl-prev:before{
  content: "";
  position: absolute;
  right: -50px;
  background: url(images/left.png);
  background-size: 100% 100%;
  width: 50px;
  height: 30px;
  margin: 0 auto;
}
#about-section button.owl-next:after{
  content: "";
  position: absolute;
  left: -50px;
  background: url(images/right.png);
  background-size: 100% 100%;
  width: 50px;
  height: 30px;
  margin: 0 auto;
}
#about-section button.owl-prev svg.svg-inline--fa.fa-arrow-left:hover, #about-section button.owl-next svg.svg-inline--fa.fa-arrow-right:hover{
  background: #000;
  color: #fff;
}
#about-section button.owl-prev{
  right: 50px;
}
#about-section button.owl-next{
  left: 50px;
}

/*inner page style*/

.site-content {
  padding: 40px 0 80px;
}

.page-header .page-title {
  color: var(--heading-color);
  margin: 0 0 27px;
}

#primary {
  float: right;
  width: 66.6667%;
  padding-right: 10px;
  padding-left: 10px;
}

.post {
  padding: 30px;
  margin: 0 0 40px;
  border: 1px solid #e8e8e8;
  border-top: 5px solid #AC82E1;
  border-bottom: 5px solid #AC82E1;
  border-radius: 12px;
}

.post .entry-header {
  margin: 0 0 20px;
}

.post .entry-header .entry-title {
  font-size: 30px;
  color: var( --font-color-dark);
  margin: 0 0 10px;
}

.post .entry-header .entry-title a {
  color: var( --font-color-dark);
  overflow-wrap: break-word;
}
.read-more-button a {
    font-size: 16px;
    color: #000;
    display: inline-block;
    padding: 5px 12px;
    margin-top: 15px;
    border-radius: 6px;
    font-weight: 600;
    border: 2px solid #80CAFF;
    background: #80CAFF;
}

.read-more-button a:hover {
    background-color: #80CAFF;
    color: #000; 
    text-decoration: none;
}
.post .entry-header .entry-title a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

.post .entry-meta {
  font-size: 16px;
  line-height: 20px;
}

.post .entry-meta .byline {
  display: inline-block;
}

.post .entry-meta span {
  margin-left: 23px;
}

.post .entry-meta span a {
  position: relative;
  padding-right: 20px;
}
img.attachment-kids-toy-center-without-sidebar.size-kids-toy-center-without-sidebar.wp-post-image {
    width: 100%;
} 
.post .entry-meta span a:before {
  background: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E') center center no-repeat;
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

.post .entry-meta .posted-on a:before {
  background: var(--primary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"%3E%3Cpath fill="%237fa200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"%3E%3C/path%3E%3C/svg%3E');
}

.post .entry-meta .byline a:before {
  background: var(--primary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M290.74 93.24l128.02 128.02-277.99 277.99-114.14 12.6C11.35 513.54-1.56 500.62.14 485.34l12.7-114.22 277.9-277.88zm207.2-19.06l-60.11-60.11c-18.75-18.75-49.16-18.75-67.91 0l-56.55 56.55 128.02 128.02 56.55-56.55c18.75-18.76 18.75-49.16 0-67.91z"%3E%3C/path%3E%3C/svg%3E');
}

.post .entry-meta .comments-link a:before {

  background: var(--primary-color);
  height: 14px;
  width: 14px;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
}

.post .entry-meta a:hover {
  text-decoration: none;
  color: var( --font-color-dark);
}

.post .post-thumbnail {
  margin: 0 0 30px;
}

.post .post-thumbnail:focus {
  outline-offset: 2px;
}

.post .post-thumbnail img {
  vertical-align: top;
  margin-bottom: 20px;
}

.post .entry-content,
.page .entry-content,
.post .entry-content p,
.page .entry-content p  {
  margin: 0;
  word-wrap: break-word;
}

.post .btn-green {
  color: #fff;
}

.post .entry-content blockquote {
  margin: 0;
  color: #999;
  padding: 0 45px 0 0;
  background: url(images/bg-quote.png) no-repeat 100% 9px;
}

.post.format-status .entry-header .entry-title,
.post.format-aside .entry-header .entry-title,
.post.format-link .entry-header .entry-title {
  display: none;
}

#primary .post .entry-content h1,
#primary .page .entry-content h1,
#primary .post .entry-content h2,
#primary .page .entry-content h2,
#primary .post .entry-content h3,
#primary .page .entry-content h3,
#primary .post .entry-content h4,
#primary .page .entry-content h4,
#primary .post .entry-content h5,
#primary .page .entry-content h5,
#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  color: var( --font-color-dark);
  font-weight: 400;
  font-family: var(--primary-font);
}

#primary .post .entry-content h1,
#primary .page .entry-content h1 {
  font-size: 48px;
  line-height: 57px;
  margin: 0 0 10px;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2 {
  font-size: 40px;
  line-height: 52px;
  margin: 0 0 13px;
}
#primary .page .entry-content h2 {
  font-size: 20px;
  font-weight: 500;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3 {
  font-size: 30px;
  line-height: 43px;
  margin: 0 0 17px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4 {
  font-size: 24px;
  line-height: 33px;
  margin: 0 0 20px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5 {
  font-size: 20px;
  line-height: 28px;
  margin: 0 0 18px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6 {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 18px;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right {
  float: left;
  width: 248px;
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: left;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left {
  float: right;
  width: 248px;
  margin-left: 20px;
  margin-bottom: 20px;
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap {
  font-size: 124px;
  float: right;
  height: 100px;
  line-height: 120px;
  margin-left: 20px;
}

#primary .post .entry-content .highlight,
#primary .page .entry-content .highlight {
  background: #f4e3f3;
}

#primary .post .entry-content table,
#primary .page .entry-content table {
  line-height: 30px;
  border: 1px solid #dbdbdb;
  background: #fffdfe;
}

#primary .post .entry-content table tr,
#primary .page .entry-content table tr {
  border-bottom: 1px solid #dbdbdb;
}

#primary .post .entry-content table tr:nth-child(2n + 1),
#primary .page .entry-content table tr:nth-child(2n + 1) {
  background: #f7f7f7;
}

#primary .post .entry-content table th,
#primary .page .entry-content table th {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  padding: 1vw 1.5vw;
}

#primary .post .entry-content table td,
#primary .page .entry-content table td {
  padding: 1vw 1.5vw;
}

#primary .post .entry-content ul,
#primary .page .entry-content ul {
  padding: 0;
}

#primary .post .entry-content ol,
#primary .page .entry-content ol {
  margin: 0;
}

#primary .page .entry-header .entry-title {
  margin: 0 0 25px;
  color: var(--heading-color);
}

/*comments area style*/

.comments-title,
.comment-reply-title {
  font-size: 30px;
  color: #555;
  margin: 0 0 32px;
  font-family: var(--primary-font);
  font-weight: 400;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-author img {
  float: right;
  width: 80px;
  margin-left: 25px;
}

.comment-author .says {
  display: none;
}

.comment-metadata {
  overflow: hidden;
  font-size: 16px;
}

.comment-metadata>a {
  position: relative;
  padding-right: 20px;
}

.comment-metadata>a:before {
  background: var(--primary-color);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  mask-repeat: no-repeat;
  mask-image: url('data:image/svg+xml;utf-8,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="%237fa200" d="M512 160h-96V64c0-35.3-28.7-64-64-64H64C28.7 0 0 28.7 0 64v160c0 35.3 28.7 64 64 64h32v52c0 7.1 5.8 12 12 12 2.4 0 4.9-.7 7.1-2.4L224 288h128c35.3 0 64-28.7 64-64v-32h96c17.6 0 32 14.4 32 32v160c0 17.6-14.4 32-32 32h-64v49.6l-80.2-45.4-7.3-4.2H256c-17.6 0-32-14.4-32-32v-96l-32 18.1V384c0 35.3 28.7 64 64 64h96l108.9 61.6c2.2 1.6 4.7 2.4 7.1 2.4 6.2 0 12-4.9 12-12v-52h32c35.3 0 64-28.7 64-64V224c0-35.3-28.7-64-64-64zm-128 64c0 17.6-14.4 32-32 32H215.6l-7.3 4.2-80.3 45.4V256H64c-17.6 0-32-14.4-32-32V64c0-17.6 14.4-32 32-32h288c17.6 0 32 14.4 32 32v160z"%3E%3C/path%3E%3C/svg%3E');
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 0px;
  display: block;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

.comment-metadata a:hover {
  text-decoration: none;
  color: var(--primary-font);
}

.comment-list .comment-content,
.comment-list .reply {
  margin-right: 106px;
}

.comment-list .comment-content {
  margin-top: 5px;
}

.comment-list .comment-content p {
  margin: 0 0 5px;
}

.comment-list .reply {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

.comment-list .reply a {
  color: var(--primary-color);
}

.comment-list .reply a:hover {
  text-decoration: none;
  color: var( --font-color-dark);
}

.comment-list .comment-body {
  margin: 0 0 25px;
}

.comment-list .children {
  list-style: none;
  margin: 0 106px 0 0;
  padding: 0;
}

.comment-form label {
  display: none;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
  background: #f7f7f7;
  border: 0;
  padding: 10px 20px;
  width: 100%;
  border-radius: 2px;
}

.comment-form textarea {
  background: #f7f7f7;
  border: 0;
  height: 106px;
  padding: 10px 20px;
  resize: none;
  width: 100%;
  border-radius: 2px;
  border: 1px solid #000;
}

.comment-form input[type="submit"] {
  background: #80CAFF;
  border: 0 none;
  box-shadow: none;
  color: #000;
  font-size: 16px;
  border-radius: 6px;
  height: 46px;
  line-height: 46px;
  padding: 0 25px;
  font-weight: 600;
  text-shadow: none;
}

.comment-form input[type="submit"]:hover {
  background: #000;
  color: #fff;
}

.comment-form input[type="submit"]:focus {
  outline: thin solid #000;
  outline-offset: 2px;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
  display: inline-block;
  margin-right: 5px;
}

/*pagination style*/
.pagination {
  font-size: 16px;
  line-height: 30px;
}

.pagination a,
.pagination .dots {
  color: #AC82E1;
  height: 30px;
  border: 1px solid #AC82E1;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 10px;
}

.pagination a:hover {
  text-decoration: none;
}

.pagination .current {
  color: #fff;
  background: var(--background-color);
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  padding: 0 10px;
}

.pagination .prev,
.pagination .next {
  border: 0;
}

/*search result page style*/
.search .page-header {
  margin: 0 0 30px;
}

.search .post .entry-header .entry-title,
.search #primary .page .entry-header .entry-title {
  font-size: 24px;
  line-height: 28px;
  color: var( --font-color-dark);
  font-weight: 700;
  font-family: var(--primary-font);
}

.search .post .entry-header .entry-title a,
.search #primary .page .entry-header .entry-title a {
  color: var( --font-color-dark);
}

.search .post .entry-header .entry-title a:hover,
.search #primary .page .entry-header .entry-title a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.search #primary .page {
  border-bottom: 1px solid #e8e8e8;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

.search .search-form {
  overflow: hidden;
  width: 70%;
  margin: 0 0 15px;
}

.search .search-form label {
  float: right;
  width: 70%;
  overflow: hidden;
  border-radius: 3px;
}

.search .search-form input[type="search"] {
  background: #f7f7f7;
  float: right;
  width: 100%;
  margin: 0;
  padding: 9px 10px;
  outline: none;
}

.search .search-form input[type="submit"] {
  font-size: 16px;
  line-height: 47px;
  height: 47px;
  color: #fff;
  border-radius: 30px;
  font-weight: 700;
  background: var(--primary-color);
  border: 0;
  float: right;
  margin: 0 12px 0 0;
  padding: 0;
  width: 170px;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
}

.search .search-form input[type="submit"]:hover {
  background: #000;
}

.search .count {
  font-size: 24px;
  line-height: 28px;
  color: #777;
}

/*error page style*/
.error404 .error-holder {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}

.error404 .error-holder {
  font-size: 24px;
  padding: 40px 0;
}

.error404 .error-holder h1 {
  font-size: 148px;
  line-height: 148px;
  font-family: var(--primary-font);
  color: #AC82E1;
  margin: 0;
  font-weight: 400;
}

.error404 h2 {
  font-size: 35px;
  line-height: 38px;
  color: var(--heading-color);
  margin: 0 0 25px;
  font-weight: 400;
}

#secondary {
  float: right;
  width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

#secondary .widget {
  margin: 0 0 17px;
  padding: 25px;
  background: #f7f7f7;
  border-top: 5px solid #AC82E1;
  border-bottom: 5px solid #AC82E1;
  border-radius: 12px;
}

#secondary .widget.widget_search {
  padding: 10px 25px;
  border-radius: 2px;
  border-top: 5px solid #AC82E1;
  border-bottom: 5px solid #AC82E1;
  border-radius: 12px;
}

.widget.widget_search button.search-submit {
  float: right;
  background: url(images/icon-search.png) no-repeat;
  width: 15px;
  height: 16px;
  border: 0;
  text-indent: -9999px;
  padding: 0;
  margin: 8px 0 0;
  box-shadow: none;
}

/*#secondary*/
.widget.widget_search .search-form {
  overflow: hidden;
}

/*#secondary*/
.widget.widget_search .search-form label {
  float: left;
  width: 90%;
}

/*#secondary*/
.widget.widget_search .search-form input[type="search"] {
  background: none;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  color: var(--primary-color);
  border: 1px solid #000;
  padding-left: 10px;
  box-sizing: border-box;
}

.widget.widget_search .search-form input[type="search"]:focus {
  outline-offset: -2px;
}

/*#secondary*/
.widget.widget_search .search-form input[type="submit"] {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff url(images/icon-search.png) no-repeat center center;
  background-size: 16px 16px; 
  width: 30px;
  height: 32px;
  border: 1px solid #000;
  box-shadow: none;
  cursor: pointer;
  text-indent: 0; 
  text-indent: -9999px;
}

#secondary .widget .widget-title {
  font-size: 28px;
  color: var(--heading-color);
  margin: 0 0 20px;
  border-bottom: 3px solid #000;
}

/************************************ massage has been converted into kids_toy_center for widget *******************************************************/

#secondary .widget.widget_kids_toy_center_featured_post .img-holder img {
  vertical-align: top;
}

#secondary .widget.widget_kids_toy_center_featured_post .img-holder {
  margin: 0 0 20px;
}

#secondary .widget.widget_kids_toy_center_featured_post .readmore {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

#secondary .widget.widget_kids_toy_center_featured_post .readmore:hover {
  text-decoration: none;
  color: var(--primary-font);
}

#secondary .widget.widget_kids_toy_center_featured_post p {
  margin: 0 0 15px;
}

#secondary .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#secondary .widget ul li {
  margin: 0 0 12px;
  position: relative;
  padding-right: 20px;
}

#secondary .widget ul li:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
  background-position: center center;
  background-repeat: no-repeat;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: -5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: ease 0.2s;
  -moz-transition: ease 0.2s;
  transition: ease 0.2s;
}

#secondary .widget ul li:last-child {
  margin: 0;
}

#secondary .widget ul li a {
  color: var(--primary-font);
      overflow-wrap: break-word;
}

#secondary .widget ul li a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post ul li,
.widget.widget_kids_toy_center_popular_post ul li {
  overflow: hidden;
  margin: 0 0 25px !important;
  padding-right: 0 !important;
}

.widget.widget_kids_toy_center_recent_post ul li svg,
.widget.widget_kids_toy_center_popular_post ul li svg {
  width: 65px;
  vertical-align: top;
}

.widget.widget_kids_toy_center_recent_post ul li:before,
.widget.widget_kids_toy_center_popular_post ul li:before {
  display: none;
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post .post-thumbnail,
.widget.widget_kids_toy_center_popular_post .post-thumbnail {
  float: right;
  margin-left: 20px;
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post ul li a:before,
.widget.widget_kids_toy_center_popular_post ul li a:before {
  content: "";
  margin-left: 0;
  display: none;
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post .entry-header,
.widget.widget_kids_toy_center_popular_post .entry-header {
  overflow: hidden;
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post .entry-header .entry-title,
.widget.widget_kids_toy_center_popular_post .entry-header .entry-title {
  font: 18px/22px var(--primary-font);
  color: var( --font-color-dark);
  margin: 0;
}

#secondary .widget.widget_kids_toy_center_recent_post .entry-header .entry-title a,
#secondary .widget.widget_kids_toy_center_popular_post .entry-header .entry-title a {
  color: var( --font-color-dark);
}

#secondary .widget.widget_kids_toy_center_recent_post .entry-header .entry-title a:hover,
#secondary .widget.widget_kids_toy_center_popular_post .entry-header .entry-title a:hover {
  color: var(--primary-color);
}

/*#secondary*/
.widget.widget_kids_toy_center_recent_post .entry-header .entry-meta,
.widget.widget_kids_toy_center_popular_post .entry-header .entry-meta {
  font-size: 16px;
}

#secondary .widget.widget_kids_toy_center_popular_post .entry-header .entry-meta a {
  position: relative;
  display: block;
  padding-right: 20px;
}

/*#secondary*/
#secondary .widget.widget_kids_toy_center_recent_post .entry-header .entry-meta a,
#secondary .widget.widget_kids_toy_center_popular_post .entry-header .entry-meta a {
  color: var(--primary-color);
}

#secondary .widget.widget_kids_toy_center_recent_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_kids_toy_center_popular_post .entry-header .entry-meta a:hover {
  color: var( --font-color-dark);
}

#secondary .widget.widget_archive ul li {
  text-align: left;
  overflow: hidden;
}

#secondary .widget.widget_archive ul li a {
  float: right;
}

#secondary .widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

#secondary .widget.widget_tag_cloud a {
  background: #AC82E1;
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
  border-radius: 15px;
  margin: 0 0 5px 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

#secondary .widget.widget_tag_cloud a:hover {
  text-decoration: none;
  background: #1b1b1b;
}

/*widget calendar style*/
.widget.widget_calendar .calendar_wrap {
  position: relative;
}

.widget.widget_calendar table {
  margin: 0;
}

.widget.widget_calendar caption {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 12px 0;
  background: var(--heading-color);
  text-transform: uppercase;
}

.widget.widget_calendar table thead th {
  font-size: 18px;
  font-weight: 700;
  padding: 5px 0;
  color: var( --font-color-dark);
}

.widget.widget_calendar table tbody td {
  text-align: center;
  font-size: 16px;
  line-height: 45px;
  color: var(--primary-font);
  height: 45px;
  border: 0;
}

.widget.widget_calendar table tbody td a {
  background: var(--primary-color);
  color: #fff;
  display: block;
  height: 100%;
  line-height: 45px;
}

.widget.widget_calendar tfoot #prev,
.widget.widget_calendar tfoot #next {
  position: absolute;
  top: 18px;
}

.widget.widget_calendar tfoot #next {
  left: 0;
}

.widget.widget_calendar tfoot tr {
  width: 100%;
}

.widget.widget_calendar .calendar_wrap {
  position: relative;
}

.widget.widget_calendar tfoot #prev a {
  text-indent: -9999px;
  background: url(images/btn-prev-month.png) no-repeat;
  width: 8px;
  height: 14px;
  float: right;
  margin-right: 30px;
}

.widget.widget_calendar tfoot #next a {
  text-indent: -9999px;
  background: url(images/btn-next-month.png) no-repeat;
  width: 8px;
  height: 14px;
  float: left;
  margin-left: 30px;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev a {
  text-indent: -9999px;
  background: url(images/btn-prev-month.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 18px;
  right: 0;
  margin-right: 30px;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next a {
  text-indent: -9999px;
  background: url(images/btn-next-month.png) no-repeat;
  width: 8px;
  height: 14px;
  position: absolute;
  top: 18px;
  left: 0;
  margin-left: 30px;
}

.widget.widget_kids_toy_center_social_links ul:after {
  content: "";
  display: block;
  clear: both;
}

.widget.widget_kids_toy_center_social_links ul li {
  padding-right: 0 !important;
  float: right;
  margin-left: 12px !important;
}

.widget.widget_kids_toy_center_social_links ul li:before {
  display: none;
}

/*footer style*/
.site-footer {
  background: #000;
  color: #fff;
}

.site-footer a {
  color: #fff !important;
}

.site-footer a:hover {
  text-decoration: none;
  color: #000 !important;
}

.site-footer .tag-cloud a {
  background: #AC82E1;
  padding: 4px 16px;
  text-decoration: none;
  font-size: 16px !important;
  position: relative;
  margin-left: 4px;
  margin-bottom: 7px;
  display: inline-block;
  color: #fff ;
}
.site-footer .tag-cloud a:hover{
  background: #fff;
  text-decoration: none;
  color:#AC82E1;
}

.site-footer .footer-t {
  padding: 68px 0 38px;
  border-bottom: 1px solid #ffffff;
}

.site-footer .footer-t a {
  color: #fff;
  word-break: break-word;
}

.site-footer .footer-t a:hover {
  color: #AC82E1;
  text-decoration: none;
}

.site-footer .col {
  float: right;
  width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 0 30px;
}

.site-footer .widget .widget-title {
  color: #fff;
  margin: 0 0 10px;
  border-bottom: 3px solid #fff;
}

.site-footer .widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 22px;
}

.site-footer .widget ul li {
  margin: 0 0 10px;
}

.site-footer .site-info {
  font-size: 16px;
  padding: 15px;
  display: flex;
  background: #AC82E1;
}

.site-footer .site-info .copyright {
  float: right;
  width: 50%;
}

.site-footer .site-info a.privacy-policy-link {
  display: inline-block;
  margin-right: 5px;
}

.site-footer .site-info .by {
  float: left;
  width: 50%;
  text-align: left;
}

.site-footer .widget.widget_search .search-form {
  background: #f7f7f7;
  padding: 10px 25px;
}

.site-footer .widget.widget_tag_cloud .tagcloud {
  overflow: hidden;
}

.site-footer .widget.widget_tag_cloud a {
  background: #AC82E1;
  float: right;
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
  border-radius: 15px;
  margin: 0 0 5px 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.site-footer .widget.widget_tag_cloud a:hover {
  text-decoration: none;
  background: #1b1b1b;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5);
}

.testimonial .mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical,
.testimonial .mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: -6px;
}
.single-header-img img {
    height: 200px;
    width: 100%;
    background-size: 100% 100%;
    object-fit: cover;
}

/* underline fixes */
.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.widget .textwidget a {
  color: var(--primary-color);
  text-decoration: underline;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.widget .textwidget a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}

html {
  position: unset !important;
  top: 0 !important;
}

body {
  padding-top: 0px !important;
}

/* new changes start july 6 */


.wp-block-search .wp-block-search__inside-wrapper {
  background-color: #f7f7f7;
}

.wp-block-search .wp-block-search__input {
  order: 2;
  background: #fff;
  border: 0;
  border-radius: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  font-size: 18px;
  width: 100%;
  color: #a9a9a9;
  outline: none;
  border: 1px solid #000;
}

.wp-block-search .wp-block-search__button {
  order: 1;
  text-indent: -9999px;
  box-shadow: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath id='Path_24900' data-name='Path 24900' d='M11.572,19.163a7.532,7.532,0,0,0,4.676-1.624L20.709,22,22,20.709l-4.461-4.461a7.57,7.57,0,1,0-5.967,2.915Zm0-13.363A5.782,5.782,0,1,1,5.8,11.572,5.782,5.782,0,0,1,11.572,5.8Z' transform='translate(-4 -4)' fill='%23c9c9c9'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #000;
  background-color: transparent;
  padding: 0.375em 1em;
  cursor: pointer;
  margin: 0 0 0 5px;
}

.wp-block-search .wp-block-search__label,
.widget_block h2,
#primary .post .entry-content h2, .site-footer .widget_block h2 {
  font-family: var(--primary-font);
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  color: var(--heading-color);
  margin: 0 0 20px;
}

.wp-block-search .wp-block-search__label {
  display: inline-block;
  padding-top: 15px;
}
.wp-block-search input[type="search"]{
 padding-left: 10px;
}
.wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-date {
  color: var(--primary-color);
  font-size: 16px;
}

#secondary .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title {
  font-size: 18px;
  line-height: 22px;
  font-family: var(--primary-font);
  color: var(--font-color);
}

#secondary .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover {
  color: var(--primary-color);
}

.wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__featured-image.alignleft {
  margin-bottom: 25px;
  margin-top: 0;
}

.wp-block-group__inner-container .wp-block-latest-comments {
  margin-right: 0;
  padding: 0;
}

#secondary .wp-block-group__inner-container .wp-block-social-links li {
  padding-right: 0;
}

.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: var(--font-color);
  text-decoration: none;
  line-height: 30px;
}

.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover,
.wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
  color: var(--primary-color);
}

#secondary .wp-block-group__inner-container .wp-block-social-links .wp-block-social-link::before {
  content: none;
}

.wp-block-group__inner-container .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor {
  color: currentColor !important;
  transition: linear 250ms;
}

#secondary .wp-block-group__inner-container .wp-block-social-link,
#secondary .wp-block-group__inner-container .wp-block-social-link:last-child {
  margin: 0 0 8px;
}

.wp-block-group__inner-container select {
  width: 100%;
  height: 50px;
  text-indent: 10px;
  background-color: #f7f7f7;
  border: 2px solid #999;
  border-radius: 4px;
}

.wp-block-tag-cloud a {
  color: var(--font-color);
}

.wp-block-tag-cloud a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 22px;
}


.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-date,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link {
  color: #999;
}

.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-title:hover,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-author:hover,
.footer-t .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
  color: #fff;
}

.site-footer .widget .wp-block-social-links .wp-block-social-link {
  margin: 0;
}

.wp-block-group__inner-container .wp-block-latest-posts__list .wp-block-latest-posts__post-date::before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  content: "";
  font-size: 12px;
  background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%237FA200" d="M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z"></path></svg>');
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}
.wc-block-checkout__actions .wc-block-checkout__actions_row a, .wc-block-cart .wc-block-cart__submit-container a{
	color: #fff !important;
}
#primary .wp-block-latest-posts__list .wp-block-latest-posts__post-title::before {
  display: inline-block;
  vertical-align: middle;
  margin-left: 9px;
  content: "";
  font-size: 12px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
}

.wp-block-archives-list,
.wp-block-categories-list,
.wp-block-page-list .wp-block-pages-list__item {
  list-style: none;
}

.wp-block-group__inner-container .wp-block-categories-list li:before {
  margin-left: 9px;
  font-size: 14px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 192 512'%3E%3Cpath d='M166.9 264.5l-117.8 116c-4.7 4.7-12.3 4.7-17 0l-7.1-7.1c-4.7-4.7-4.7-12.3 0-17L127.3 256 25.1 155.6c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0l117.8 116c4.6 4.7 4.6 12.3-.1 17z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 10px;
  height: 15px;
  content: "";
  display: inline-block;
}

.footer-t .wp-block-group__inner-container .wp-block-archives-list li::before,
.footer-t .wp-block-group__inner-container .wp-block-categories-list li::before {
  content: none;
}

.footer-t .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  font-family: var(--primary-font);
}

#primary .wp-block-group__inner-container ul li a {
  color: var(--font-color);
  text-decoration: none;
}

#primary .wp-block-group__inner-container ul li a:hover {
  color: var(--primary-color);
}

#primary ul li {
  margin: 0 0 12px;
}

#primary .post .entry-content .wp-block-group__inner-container ul {
  margin: 0;
}

.post .entry-content .wp-block-group,
.post .entry-content .wp-block-search {
  margin: 0 0 17px;
  padding: 25px;
  background: #f7f7f7;
}

#primary .post .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title {
  color: var(--font-color);
  font-family: var(--primary-font);
}

#primary .post .wp-block-group__inner-container .wp-block-latest-posts__list li .wp-block-latest-posts__post-title:hover {
  color: var(--primary-color);
}

.search .search-form {
  display: flex;
}

.wp-block-latest-posts__post-date {
  font-size: 13px;
  text-transform: uppercase;
}

.post .wp-block-calendar .wp-calendar-table {
  margin: 0;
}

.post .wp-block-calendar caption {
  background: var(--background-color);
  color: #fff;
  padding: 12px 0;
  font-family: var(--primary-font);
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.33;
}

.wp-block-tag-cloud a {
  font-size: 16px !important;
  padding: 2px 20px;
  border-radius: 15px;
  margin: 0 0 5px 5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}

.wp-block-tag-cloud {
  width: 100% !important;
}

.wp-block-tag-cloud a:hover {
  background: var(--primary-color);
}

#primary .post .entry-content .wp-block-group__inner-container .wp-block-tag-cloud a {
  font-size: 16px !important;
  text-decoration: none;
  background: var(--primary-color);
  color: #fff !important;
}

#primary .post .entry-content .wp-block-group__inner-container .wp-block-tag-cloud a:hover {
  background: var(--primary-color);
}

.wp-block-social-links li:before {
  content: none !important;
}

.wp-block-social-links li {
  padding: 8px !important;
  width: auto !important;
  margin: 0 !important;
}

.wp-block-social-links {
  flex-wrap: wrap !important;
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor !important;
  fill: currentColor !important;
}

.site-footer .widget_block h2, .site-footer .wp-block-search__label {
  color: #fff;
}

.widget_search {
  display: inline-block !important;
  width: 100% !important;
}

.widget.widget_calendar table tbody td {
  border: 1px solid #ddd;
}

/*Single Feature Image*/

.single-header-img {
  position: relative;
  background: #000;
}
.empty-thumbnail{
  width: 100%;
  height: 300px !important;
  background: #000;
}
.single-header-img .post-thumbnail img {
  width: 100%;
  height: 300px !important;
  object-fit: cover;
  opacity: 0.9;
}
.single-header-img .post-thumbnail::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.single-header-heading {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 2;
}
/* Breadcrumb */
.breadcrumb a, .breadcrumb span{
  color:#fff;
  padding: 0px 10px;
}
.post .wp-post-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  display: block;
  border-radius: 15px;
}

@media only screen and (max-width: 1024px) {
  #about-section button.owl-prev:before{
    right: 0px;
  }
  #about-section button.owl-next:after{
    left: 0px;
  }
  #about-section .owl-nav{
    position: static;
  }
}
@media screen and (min-width:1700px) and (max-width:1900px){
    .container{
        max-width: 1520px;
    }
}
@media screen and (min-width:1920px) {
    .container{
        max-width: 1620px;
    }
}
@media only screen and (max-width: 991px) {
  #about-section ul.tabs-nav li {
    margin: 10px 0;
  }

  .site-header {
    position: relative;
  }

  .site-header .main-navigation {
    display: none;
  }

  .mobile-nav {
    display: block;
    background: #AC82E1;
    padding-top: 10px;
  }

  .mobile-nav .toggle-button {
    background: none;
    border-radius: 0;
    border: none;
    box-shadow: none;
    text-align: center;
    padding: 0;
    width: 50px;
    height: 35px;
    position: relative;
    margin: 0px auto;
    text-shadow: none;
    display: block;
    cursor: pointer;
  }

  .mobile-nav .toggle-button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }

  .mobile-nav .toggle-button .toggle-bar {
    display: block;
    width: 25px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
  }

  .mobile-nav .toggle-button .toggle-bar:first-child {
    top: -15px;
  }

  .mobile-nav .toggle-button .toggle-bar:last-child {
    bottom: -14px;
  }

  .mobile-nav .toggle-button.active .toggle-bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
  }

  .mobile-nav .toggle-button.active .toggle-bar:nth-child(2) {
    display: none;
  }

  .mobile-nav .toggle-button.active .toggle-bar:last-child {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
  }

  .mobile-nav .mobile-nav-wrap {
    padding-top: 10px;
  }

  .mobile-nav .main-navigation {
    margin-top: 0;
    display: none;
  }

  .mobile-nav .main-navigation ul {
    margin-top: 10px;
  }

  .mobile-nav .main-navigation ul li {
    display: block;
    text-align: right;
    margin: 0;
  }

  .mobile-nav .main-navigation ul li a {
    display: block;
    padding: 1em 5%;
    margin: 0;
    text-align: right;
    color: #fff;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    text-decoration: none;
  }

  .mobile-nav .main-navigation li:hover>a,
  .mobile-nav .main-navigation .current_page_item>a,
  .mobile-nav .main-navigation .current-menu-item>a,
  .mobile-nav .main-navigation .current_page_ancestor>a,
  .mobile-nav .main-navigation .current-menu-ancestor>a {
    background: rgba(255, 255, 255, 0.1);
  }

  .mobile-nav .main-navigation ul ul {
    display: none;
    position: static;
    width: 100%;
    background: rgba(255, 255, 255, 0.02);
    margin: 0;
  }

  .mobile-nav .main-navigation ul li:hover>ul,
  .mobile-nav .main-navigation ul li.focus>ul,
  .mobile-nav .main-navigation ul li:focus>ul {
    display: none;
    position: static;
  }

  .mobile-nav .main-navigation ul ul li {
    border-bottom: none;
  }

  .mobile-nav .main-navigation ul ul a:hover,
  .mobile-nav .main-navigation ul ul a.focus,
  .mobile-nav .main-navigation ul ul a:focus,
  .mobile-nav .main-navigation ul ul li:hover>a {
    color: #fff;
  }

  .mobile-nav .submenu-toggle {
    position: absolute;
    top: 0;
    left: 10px;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H224V80c0-8.84-7.16-16-16-16h-32c-8.84 0-16 7.16-16 16v144H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h144v144c0 8.84 7.16 16 16 16h32c8.84 0 16-7.16 16-16V288h144c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
    width: 25px;
    height: 58px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center;
  }

  .mobile-nav .submenu-toggle.open {
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 384 512"><path fill="%23fff" d="M368 224H16c-8.84 0-16 7.16-16 16v32c0 8.84 7.16 16 16 16h352c8.84 0 16-7.16 16-16v-32c0-8.84-7.16-16-16-16z"></path></svg>');
  }

  #primary,
  #secondary {
    width: 100%;
    margin-bottom: 20px;
  }

  #secondary .widget.widget_kids_toy_center_featured_post .img-holder img {
    width: 100%;
  }
   .top-header,.social-links,.site-header {
    text-align: center;
  }
  social-links
  .top-header{
    border-radius: 0;
  }
  .banner button.owl-prev{
    right: 0;
  }
  .banner button.owl-next{
    left: 0;
  }
  .submenu-toggle {
    background-color: transparent;
    padding: 0;
    border: 0;
    outline: 0;
  }

  .submenu-toggle:focus {
    outline: 1px solid white;
  }

  .toggle-button:focus {
    outline: 1px solid white;
  }

  .mobile-nav-wrap .close {
    position: absolute;
    z-index: 99999;
    display: inline-block;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
    cursor: pointer;
    border: none;
    padding: 0;
    top: 57px;
    right: 50%;
    height: 32px;
    width: 32px;
    margin-right: -16px;
    margin-top: -40px;
    padding: 0;
    background-color: #AC82E1;
    box-shadow: none;
    outline: none;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  .mobile-nav .close:focus {
    outline: 1px solid #fff;
  }

  .mobile-nav {
    position: relative;
  }

  .mobile-nav .main-navigation ul ul {
    position: unset;
    top: 100%;
    width: 100%;
    font-weight: 400;
    flex-direction: column;
    display: none;
  }

  .mobile-nav .main-navigation ul li {
    display: block;
    width: 100%;
    list-style: none;
    position: relative;
    margin: 0;
    border: none;
  }

  .mobile-nav .main-navigation ul li a:focus {
    background-color: #AC82E1;
  }

  #site-navigation {
    display: none;
  }

  .submenu-toggle.open .mobile-nav .main-navigation {
    display: block;
  }

  .main-navigation ul li:focus-within>ul {
    display: none;
    position: inherit;
    top: 100%;
    right: 0;
    margin-right: 0;
  }

  .main-navigation ul ul li:hover>ul {
    right: 0%;
  }

  .main-navigation ul ul li:focus-within>ul {
    right: 0%;
  }

  .main-navigation ul li:hover>ul {
    display: none;
  }

  .mobile-nav .toggle-button.active .toggle-bar:first-child {
    display: none;
  }

  .mobile-nav .toggle-button.active .toggle-bar:last-child {
      display: none;
    }
}
@media only screen and (max-width: 767px) {
  #about-section button.owl-next:after, #about-section button.owl-prev:before,.main-navigation .current_page_item>a:before, .main-navigation .current-menu-item>a:before,.banner_inner_box:after, #about-section .section-title h3:before,#about-section .section-title h3:after{
    display: none;
  }
  .menudiv-button {
    margin-top: 20px;
  }
  .page-template-template-home header#masthead div#main-header{
    margin-top: 0px;
  }
  .header-menu-inner {
    padding: 20px 0px;
  }
  div#about-section .container-fluid{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .banner .owl-nav{
    display: none;
  }
  .page-template-template-home header#masthead {
    position: relative;
    background: #666;
  }
  .header-menu-inner{
    background-image: none !important;
  }
  .banner_box h5{
    display: none;
  }
  .inner .site-header{
    text-align: center;
  }
  .banner_box {
    right: 0%;
    transform: translateY(-50px);
    left: 0%;
    text-align: center;
    margin: 10px;
  }
  svg.svg-inline--fa.fa-magnifying-glass{
    color: #fff;
  }
  .contact-box {
    margin-bottom: 10px;
  }
  .top-bg span a{
    margin-bottom: 20px;
  }
  .banner .owl-dots {
    left: 0;
    right: 0;
    bottom: 10px;
    top: auto;
  }
  .banner .owl-carousel button.owl-dot {
    display: inline-block;
  }
  .site-footer .col {
    width: 100%;
    margin-bottom: 20px;
  }
  .site-footer .site-info .copyright,
  .site-footer .site-info .by {
    width: 100%;
    text-align: center;
  }
  .mean-container .mean-bar {
    background: var(--background-color);
  }
  .post .entry-meta span {
    display: block;
    margin-bottom: 5px;
  }
  .error404 .site-content {
    padding: 30px 0;
  }
  .error404 .error-holder {
    padding: 0;
  }
  .error404 .error-holder h1 {
    font-size: 80px;
    background: right 55px top 50px;
    background-position: 100% 50px;
  }
  .search .search-form {
    width: 100%;
  }

  .search .search-form label {
    width: 62%;
  }

  .search .search-form input[type="submit"] {
    width: 100px;
  }

  .comment-body .comment-meta {
    overflow: hidden;
  }

  .comment-list .comment-content,
  .comment-list .reply {
    margin-right: 0;
    margin-top: 0;
  }

  .comment-list .children {
    margin-right: 20px;
  }

  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"] {
    width: 100%;
  }
}
@media screen and (min-width:768px) and (max-width:991px){
  .top-bg .contact-box span {
    margin-left: 15px;
  }
  .top-bg .social-links a, .top-bg .product-account a, .top-bg .product-cart a{
    font-size: 13px;
    padding: 8px;
    width: 30px;
    height: 30px;
  }
  .header-menu-inner{
    background-image: none !important;
  }
  a.custom-logo-link img {
    border-radius: 50%;
    width: 125px;
    height: 125px;
    object-fit: cover;
  }
  .header-menu-inner {
    padding:20px 0px;
  }
  .banner_box {
    right: 10%;
    left: 20%;
  }
  .banner .owl-nav {
    right: 15px;
    left: 15px;
  }
  .page-template-template-home header#masthead{
    position: static;
  }
  .main-navigation .current_page_item>a:before, .main-navigation .current-menu-item>a:before{
    display: none;
  }
}
@media screen and (min-width:992px) and (max-width:1200px){
  .banner_box {
    right: 4%;
    left: 40%;
  }
  .banner button.owl-prev {
    right: 1px;
  }
  .header-menu-inner {
    padding: 0px 0;
  }
  .banner button.owl-next {
    left: 1px;
  }
}
@media screen and (min-width:601px) and (max-width:991px){
  .wc-block-grid.has-4-columns .wc-block-grid__product{
    flex: 1 0 49% !important;
    max-width: 49% !important;
  }
}