
body {
    margin: 0;
    padding: 0;
}
ul.post-meta {
    margin: 0;
    padding: 0;
}
.footer-nav-widgets-wrapper.header-footer-group {
    display: none;
}
header.entry-header.has-text-align-center {
    display: none;
}

html{
overflow-x: hidden;
}

.bold-black{
  color: #000;
  font-weight: 600;
}
button{
  cursor: pointer;
}

body.darkHeader .main-header-style {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 999;
  transition: 0.5s;
}
.error404 h1.entry-title {
  margin-bottom: 12px;
}
.error404 .section-inner.thin.error404-content {
  max-width: 700px;
  margin: 0 auto;
  padding: 80px 20px 120px;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.error404 form input.search-submit {
  border: none;
}
.error404 input#search-form-2 {
  border: 1px solid #80808038;
  padding: 14px 24px;
  border-radius: 25px;
  max-width: 227px;
}


/* thanku page  */


.woocommerce-checkout .woocommerce .woocommerce-order {
  max-width: 1330px;
  margin: auto;
  padding: 20px 20px;
}
.woocommerce-order-received table th {
  font-weight: 600;
}
.woocommerce-checkout .woocommerce-order section.woocommerce-order-details {
  border-radius: 20px;
  max-width: 1330px;
  margin: 0 auto;
}

.woocommerce-checkout .woocommerce-order section.woocommerce-customer-details {
  padding-top: 0;
}
.woocommerce-order-received table tr{
  height: auto;
}
.woocommerce-checkout .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  border: 1px solid #dddddd;
  text-align: left;
  background: #faeedd70;
  border-spacing: 0px;
  box-shadow: unset;
}
.woocommerce-checkout .woocommerce-order p.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
  background: #fdf8f0;
  padding: 20px 20px;
  border-radius: 20px;
  text-align: center;
  font-size: 20px;
}
.woocommerce-order-received table td:first-child, .woocommerce-order-received table th:first-child {
  border-left: 0px;
}
.woocommerce-order-received table td, .woocommerce-order-received table th {
  border-bottom: 1px solid #e3dcdc;
  border-spacing: 0px;
  border-left: 1px solid #e3dcdc;
  padding: 6px 17px;
  box-shadow: unset;
  font-size: 16px;
}

/* end thanku page */
.image-content_wrap {
  border: 1px dashed #E8CDA8;
  border-radius: 20px;
  padding: 50px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 600px;
}

.regular .slick-slide {
  padding: 0 15px;
}
.regular .slick-list.draggable {
  padding: 0px !important;
}

.joinuserach input.tnp-email {
  background: #fff !important;
  width: 755px;
}

.current_page_item  a {
    position: relative;
}
.current_page_item a.active::before {
    content: ".";
    position: absolute;
    top: 0;
    left: 50%;
    right: unset;
    margin: 0 auto;
    font-size: 0;
    width: 5px;
    height: 5px;
    background: #EE3B3B;
    border-radius: 100%;
}
.wrap_color_span {
    color: #000;
   
}
h1 {
    -webkit-text-stroke-width: 0.1px;
    -webkit-text-stroke-color: #DC3A3F;
}

.transtion_banner_img {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-5px); }
}
.button_wra_section_all a {
    width: 227px;
    box-shadow: 0 4px 1px rgba(238, 64, 58, 0.2);
    display: inline-block;
    margin-bottom: 12px;
}
.rotate_imag {
    transition: transform 0.9s ease-out;
}
.custom-background_card {
  border-top-left-radius: 160px;
  border-top-right-radius: 180px;
  border-bottom-left-radius: 160px;
  border-bottom-right-radius: 160px;
  border-right: 28px solid #edf5f6;
  border-left: 35px solid #edf5f6;
  box-sizing: border-box;
  /* background-color: transparent !important; */
}
.custom-background_card.transparent-border-wrap {
  border-color: #FFF;
}
.custom-background_card:hover {
    transform: scale(1.05);
    transition: 0.5s;
}

::placeholder {
  color: #BEBEBE;
  opacity: 1; /* Firefox */
}
 
::-ms-input-placeholder { /* Edge 12-18 */
  color:  #BEBEBE;;
}
.wpcf7-not-valid-tip {
    font-size: 15px;
}
.contactForm input {
    width: 100%;
    height: 58px;
    border-radius: 45px;
    padding: 0 20px;
    margin-bottom: 0px;
    border: 0;
    background-color: #FAEEDD;
font-family: fredoka;
font-size: 18px;
}
.contactForm label {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.contactForm br {
    display: none;
}
.contactForm textarea {
    width: 100%;
    border-radius: 45px;
    padding: 30px 20px;
    margin-bottom: 0px;
    border: 0;
    background-color: #FAEEDD;
    font-family: fredoka;
font-size: 18px;
}
.contactForm .submitbtn {
    width: auto;
    padding: 0 80px !important;
    box-shadow: 0 4px 1px #ee403a30;
}
.client_swiper {
  width: 100%;
  max-width: 1280px;
  height: auto;
  margin-top: 40px;
}

.game-fream-main iframe {
  height: 600px;
  border-radius: 20px;
}

.single-product .woocommerce-error, .woocommerce-info, .woocommerce-message {
  background: #fff;
  color: #000;
  font-size: 20px;
  font-family: fredoka;
  width: auto;
  border-top: none;
}
.single-product .woocommerce-error li, .woocommerce-info, .woocommerce-message {
  margin: 0;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 20px;
}
.single-product .woocommerce-message a.button.wc-forward {
  padding: 6px 32px;
  border-radius: 25px;
  background-image: linear-gradient(260deg, #EE3B3B 0%, #F4782B 100%);
  font-size: 16px;
  font-weight: 500;
  font-family: fredoka;
  text-decoration: none !important;
}
.single-product .woocommerce-notices-wrapper {
  width: 100%;
  box-sizing: border-box;
}
.single-product .woocommerce-product-details__short-description p {
  color: #000;
}
.single-product .woocommerce-product-details__short-description p strong {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}
.single-product .xs-review-rating-stars ul > li.star > i.xs-star {
  color: #EE403A !important;
}

.single-product .xs-review-rattting .xs-star, .xs-review-rattting .xs-star.dashicons-star-filled, .xs-review-rattting .xs-star.dashicons-star-half {
  color: #EE403A;
}
.client_swiper .swiper-slide {
  background-image: url(http://103.163.58.156:4252/curiouscreators/wp-content/uploads/2024/06/testimonial-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 450px !important;
  overflow: visible;
}
span.redtext {
  color: #EE3B3B;
  font-weight: 600;
}
.client_swiper .swiper-button-next, .swiper .swiper-button-prev {
  color:#fff;
}
.client_swiper .swiper-button-prev, .swiper .swiper-rtl .swiper-button-next {
  left: 20px;
  right: auto;
}
.client_swiper .swiper-button-next, .swiper .swiper-rtl .swiper-button-prev {
  right: 40px;
  left: auto;
}
.client_swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after {
  content: 'next';
  font-size: 25px;
}
.client_swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after {
  content: 'prev';
  font-size: 26px;
}
.innerPeding {
  padding: 20px 90px;
}
.profileImg {
  text-align: left;
  padding: 0px 18px;
}
.home-slider .innerPeding p {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.home-slider .profileImg img {
  border-radius: 110px;
  border: 7px #0000 solid;
}
.star {
  margin-top: -20px;
}
.nameTxt {
  text-align: right;
  margin-top: 0px;
  padding-bottom: 72px;
}
.star-description-main {
  max-width: 991px;
  margin: auto;
}
.star-description {
  max-width: 780px;
  margin: auto auto auto 4%;
}
.nameTxt {
  text-align: right;
  margin-top: 0px;
  padding-bottom: 72px;
}

.nameTxt h3 {
    margin-bottom: 0;
    font-size: 24px !important;
    font-weight: 500;
    margin-top: 0;
}
.nameTxt span {
  color: #fff;
  font-family: Fredoka;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.78px;
  text-align: right;
}
.tnp.tnp-subscription-minimal input.tnp-submit {
    position: absolute;
    right: 4px;
    top: 3px;
    height: 48px;
    width: 180px;
    cursor: pointer;
}

.woocommerce-checkout button.wc-block-components-button {
  border: none;
} 
.woocommerce-checkout label.wc-block-components-radio-control__option {
  border-radius: 4px;
  box-shadow: 0px 0px 0px 0px !important;
  border: 1px solid #80808052;
}
.woocommerce-checkout input {
  border: 1px solid #8080805c !important;
}
.woocommerce-checkout .is-large .wp-block-woocommerce-checkout-order-summary-block {
  padding: 20px 20px;
}
.woocommerce-checkout .entry-content .wp-block-woocommerce-checkout {
  max-width: 1330px;
  margin: auto;
  padding: 100px 20px;
}

.woocommerce-checkout button.wc-block-components-address-form__address_2-toggle {
  max-width: 380px !important;
  display: inline-block !important;
  text-align: center !important;
  margin: 20px 20px 10px 0 !important;
}
.woocommerce-cart ul.wc-block-grid__products {
  max-width: 1330px;
  margin: auto;
  row-gap: 20px !important;
  column-gap: 20px;
}
.woocommerce-cart .theme-twentytwenty .wc-block-grid__product-link {
  text-decoration: none;
}
.woocommerce-cart .wc-block-grid__product-title {
  color: #EE3B3B !important;
  font-family: "Fredoka", Sans-serif !important;
  font-size: 28px !important;
  font-weight: 600;
  text-align: left;
  padding: 0px 0px 20px 0px;
  min-height: 103px;
}
.woocommerce-cart ul li a.wp-block-button__link.add_to_cart_button.ajax_add_to_cart {
  font-family: "Fredoka", Sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(260deg, #EE3B3B 0%, #F4782B 100%);
  border-radius: 100px 100px 100px 100px;
  padding: 12px 47px;
  display: inline-block;
  margin-top: 13px;
}
.woocommerce-cart .wc-block-grid.wp-block-product-new {
  max-width: 1330px;
  margin: auto;
  padding: 40px 20px;
}
.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-panel button.wc-block-components-panel__button {
  background: transparent;
  color:#354F53;
}
.gallery-item .gallery-icon a:hover img {
  opacity: 0.5;
}

.tnp.tnp-subscription-minimal {
    position: relative;
    text-align: center;
    width: 55%;
    margin: 0 auto;
}
.tnp.tnp-subscription-minimal input.tnp-email {
    width: 100%;
    max-width: 100%;
    border-radius: 50px;
    height: 55px;
    padding: 0 30px;
    background: #fff;
}
ul.slick-dots{
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
}
ul.slick-dots li.slick-active {
  background-color: #EE4239;
}
.image-content_wrap h3 {
  color: #000000 !important;
  font-family: "Fredoka", Sans-serif;
  font-size: 28px !important;
  font-weight: 600;
  text-align: center;
  margin: 0;
  margin-top: 38px;
  min-height: 64px;
}

ul.slick-dots li {
  width: 31px;
  height: 10px;
  background-color: #E7E7E7;
  border-radius: 50px;
  margin: 0px 5px;
}
ul.slick-dots li button {
  display: none;
}

ul.slick-dots li button {
  display: none;
}

body.custom-background {
  overflow: hidden;
}
.woocommerce-cart .wc-block-components-sidebar {
  margin-top: 0;
  color: #fff;
  border-radius: 20px;
  padding: 12px 20px !important;
  background: linear-gradient(90deg, #F3713C 0%, #EE3F3A 100%);
  position: relative;
  box-shadow: 0px 4px 4px 0px #00000040;
}
.woocommerce-cart  button.wc-block-cart-item__remove-link {
  position: absolute;
  top: 90px;
  right: 23px;
}
.woocommerce-cart td.wc-block-cart-item__image a img {
  width: 113px !important;
  border-radius: 20px;
}



.woocommerce-cart .theme-twentytwenty .wc-block-grid__product-link {
  color: #000;
  text-decoration: none;
}

/* product */

.single-product  ol.flex-control-nav.flex-control-thumbs img {
  border: 1px solid #EE3B3B;
  border-radius: 44px 39px 45px 25px;
}
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product a.wc-block-grid__product-link {
  width: 100%;
  text-align: left;
}
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product a.wc-block-grid__product-link .wc-block-grid__product-image {
  width: 100%;
}
.woocommerce-cart .wc-block-grid__product-title {
  color: #EE3B3B !important;
  font-family: "Fredoka", Sans-serif !important;
  font-size: 28px !important;
  font-weight: 600;
  text-align: left;
  padding: 0px 0px 20px 0px;
}
.woocommerce-cart ul li a.wc-block-grid__product-link {
  text-decoration: none;
}

.woocommerce-cart ul.wc-block-grid__products li.wc-block-grid__product .wc-block-grid__product-image {
  margin: 0 !important;
  text-align: left;
  width: 200px;
}
.woocommerce-cart span.woocommerce-Price-amount.amount {
  font-size: 22px !important;
  font-weight: 600;
}


.woocommerce-cart .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price.price {
  margin-bottom: 0px;
  text-align: left;
}
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product {
  border: 1px solid rgb(187, 186, 186);
  border-radius: 20px;
  padding: 20px 20px;
  text-align: left;
}
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product-image img {
  display: block !important;
}
.single-product .xs-review-box .xs-review-box-item .xs-review-media.review-full {
  /* border: 1px solid #80808040; */
  border-radius: 0 0 20px 20px;
  padding: 24px 10px;
}
.single-product div.product {
  position: relative;
  padding: 0px 0px 80px 0px;
}

.single-product .review-wrapper {
  padding: 0px 20px;
}
.woocommerce-cart img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 20px;
}
.woocommerce-shop.woocommerce ul.products li.product a.added_to_cart.wc-forward {
  width: 130px;
  text-align: center;
  justify-content: center;
  border: 1px #EE3B3B solid;
  border-radius: 80px;
  height: 51px;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  color: #EE3B3B;
  box-shadow: 0px 4px 1px 0px #ee403a1f;
}
.postid-1156 .menu-item-1466.active a::before {
  content: ".";
  position: absolute;
  top: 0;
  left: 50%;
  right: unset;
  margin: 0 auto;
  font-size: 0;
  width: 5px;
  height: 5px;
  background: #EE3B3B;
  border-radius: 100%;
}
.woocommerce-shop.woocommerce ul.products li.product a.added_to_cart.wc-forward:hover {
  background: linear-gradient(278.22deg, #EE3B3B 2.29%, #F4782B 120.95%);
  color: #fff;
}



/* end product */



button.wc-block-cart-item__remove-link::before {
  content: '';
  background: url('http://103.163.58.156:4252/curiouscreators/wp-content/uploads/2024/07/Rectangle-1132-450x450.png');
}
/* cart page */
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items {
  border-bottom: 0px;
  border-spacing: 0;
  border: 1px solid hsla(0,0%,7%,.11);
  border-radius: 20px;
  position: relative;
}

.woocommerce-cart  .wc-block-components-sidebar-layout.wc-block-cart.wp-block-woocommerce-filled-cart-block.is-large {
  margin: auto;
  max-width: 1330px;
  padding: 100px 20px;
}
.woocommerce-cart a.wc-block-components-product-name {
  color: #EE3B3B;
  text-decoration: none;
  font-weight: 600;
  font-size: 30px;
  max-width: 500px !important;
  line-height: 32px !important;
}
.woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block {
  background: #fff;
  box-shadow: 0px 0px 4px 0px #8080803d;
  border-radius: 20px;
  position: relative;
}
.woocommerce-cart table.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block thead {
  display: none;
}

.woocommerce-cart a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
  background: #fff;
  border-radius: 36px;
  text-decoration: none;
  color: #EE423A;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
  box-shadow: 0px 0px 5px #ee423a73;
  width: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  padding: 14px;
  max-width: 301px;
  bottom: -55px;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio {
  font-family: Schoolbell;
  font-size: 19.88px;
  font-weight: 400;
  line-height: 27.69px;
  text-align: left;
  color: #3D6E6D;
  position: relative;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio::before,
.single-product .wrap_pro .custom-banner-text::before {
  content: "";
  position: absolute;
  background-image: url(images/book-new.png);
  background-repeat: no-repeat;
  background-size: 56px;
  left: -16px;
  background-position: left bottom;
  bottom: -21px;
  width: 133px;
  height: 56px;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.price {
  display: none;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio strong {
  font-family: Fredoka;
  font-size: 25px;
  font-weight: 600;
  line-height: 30.25px;
  text-align: left;
  color: #000;
  display: block;
  margin: 30px 0;
}
.woocommerce ul.products {
  display: block;
  box-sizing: border-box;
  clear: none;
}
.woocommerce-shop.woocommerce ul.products > .wrap_li {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.woocommerce-shop.woocommerce .onsale {
  padding: 12px 20px;
  font-size: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
  background: #ee3f3a;
  font-family: fredoka;
  font-weight: 600;
}

/* end cart page */

/* single product */

.single-product h3.write-reivew-headding {
  font-weight: 600 !important;
  /* margin: 41px 0px 0px 0px; */
  color: #fff;
  background: linear-gradient(278.22deg, #EE3B3B 2.29%, #F4782B 120.95%);
  padding: 39px 37px !important;
  border-radius: 20px 20px 0px 0px;
  font-size: 30px;
}
.single-product .write-reivew-headding, .single-product  .total-reivew-headding {
  margin: 0px !important;
}
.single-product .xs-reviewer-details .xs-review-summery > p {
  margin-bottom: 10px;
  color: #5E5E5E;
  line-height: 22px;
  font-size: 14px;
}
.single-product .wrap_pro .custom-banner-text p {
  font-family: schoolbell;
  color: #3D6E6D;
  font-size: 30px;
  font-weight: 400;
  margin-top: 55px;
}

.single-product .public-xs-review-box .xs-save-button button:hover {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(34deg, #EE3B3B 0%, #F4782B 100%);
}
.single-product .view-review-list .border-div {
  clear: both;
  border-bottom: 1px solid #E9E9E9;
  margin: 20px 13px;
}
.single-product ol.flex-control-nav.flex-control-thumbs li img.flex-active {
  border: 1px solid #EE3B3B;
  border-radius: 44px 39px 45px 25px;
}
.single-product ol.flex-control-nav.flex-control-thumbs {
  justify-content: space-between;
  display: flex;
  padding-left: 0;
}
.single-product div#xs-review-box h3.total-reivew-headding {
  /* margin: 41px 0px 0px 0px;  */
  color: #fff;
  background: linear-gradient(278.22deg, #EE3B3B 2.29%, #F4782B 120.95%);
  padding: 39px 37px;
  border-radius: 20px 20px 0px 0px;
  font-size: 30px;
  font-weight: 500;
}
.single-product div#xs-review-box {
  max-width: 1330px;
  margin: auto;
  /* padding: 0px 0px 30px 0px; */
  margin-bottom: 73px !important;
}
.single-product div.product .product_meta, .single-product .woocommerce-tabs.wc-tabs-wrapper,.single-product .wrap_pro .custom-banner-text::after {
  display: none;
}
.single-product form#xs_review_form_public_data div, 
.single-product form#xs_review_form_public_data div input, 
.single-product #xs_review_form_public_data .xs-review-box .xs-review, 
.single-product #xs_review_form_public_data .xs-review-box .xs-review textarea {
  width: 100%;
  box-sizing: border-box;
}
.single-product .public-xs-review-box .xs-save-button button {
  border-radius: 0;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border: none;
  padding: 19px 63px;
  background-image: linear-gradient(260deg, #EE3B3B 0%, #F4782B 100%);
  border-radius: 50px;
}
.single-product  form.cart button.single_add_to_cart_button {
  width: 287px;
  height: 58px;
  border: 0px;
  padding: 0px;
  font-family: Fredoka;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  text-align: center;
}
.single-product .public-xs-review-box, .view-review-list {
  border: 1px #ccc solid;
  border-radius: 20px 20px 0px 0px;
  margin: 30px auto !important;
  padding: 0px;
  border-radius: 20px !important;
}
.single-product .xs-review.xs-textarea textarea#xs_reviw_summery {
  font-family: fredoka;
  font-size: 20px;
}
.single-product .xs-review-box .xs-review {
  padding: 18px 20px !important;
}
.woocommerce-product-gallery__image.flex-active-slide a {
  border: 1px dashed #EE3B3B;
  padding: 15px;
  display: inline-block;
}
.wrap_pro .woocommerce-product-gallery, .wrap_pro .summary.entry-summary {
  width: 50% !important;
  margin-bottom: 0px;
}

.wrap_pro .summary.entry-summary {
  padding-left: 80px;
}

.wrap_pro .woocommerce-product-details__short-description {
  margin-bottom: 68px;
}
/* .woocommerce-cart .wp-block-woocommerce-cart-order-summary-coupon-form-block.wc-block-components-totals-wrapper {
  display: none;
} */
.woocommerce-cart .wc-block-components-totals-coupon__form input#wc-block-components-totals-coupon__input-0 {
  border: none;
  padding: 13px 0;
  border-radius: 33px;

}
.woocommerce-cart .wp-block-woocommerce-cart-order-summary-totals-block, .woocommerce-cart .wc-block-components-totals-wrapper {
  border-top: 0px;
  padding-bottom: 16px;
}

.woocommerce-cart button.wc-block-components-panel__button {
  padding: 0;
}
.woocommerce-cart button.wc-block-components-button.wp-element-button.wc-block-components-totals-coupon__button.contained {
  border: 1px solid #ffffff4a;
  padding: 0px 34px;
}
.woocommerce-cart .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
  font-size: 16px !important;
}
.woocommerce-cart .wc-block-components-product-metadata__description p {

  color: #000;
  font-size: 25px;
  padding: 12px 0px;
}
.woocommerce-cart .wc-block-components-product-metadata__description p strong{
  font-weight: 600 !important;
}
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: Fredoka;
  font-size: 30px !important;
  font-weight: 600 !important;
  line-height: 36.3px;
  text-align: left;
  text-transform: capitalize !important;
}

.woocommerce-cart .wc-block-components-sidebar .wc-block-components-totals-item__value,
.wc-block-components-totals-shipping .wc-block-components-totals-item strong {
  font-weight: 600 !important;
}
.innerPeding {
  /* background-image: url(http://103.163.58.156:4252/curiouscreators/wp-content/uploads/2024/06/greenslid.png); */
  background-image: url(images/greenslid.png);
  background-repeat: no-repeat !important;
  background-size: contain;
  background-position: center;
}

.innerPeding::after {
  content: ".";
  position: absolute;
  right: 25px;
  top: 30px;
  width: 428px;
  height: 107px;
  font-size: 0;
  background: url(./images/test-bg-subcolor.png);
  background-size: 428px;
  background-position: right;
  background-repeat: no-repeat;
  z-index: -1;
}

.innerPeding::before {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url('./images/image-birth-bird.png');
  background-size: auto;
  background-position: 27px 0px;
  background-repeat: no-repeat;
}

.nameTxt::after {
  content: ".";
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url('./images/dil.png');
  background-size: auto;
  background-position: 39px 34px;
  background-repeat: no-repeat;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #000;
  color: #000;
}

.single-product .public-xs-review-box, .view-review-list {
  box-shadow: initial;
  -webkit-box-shadow: initial;
}
.woocommerce-cart .is-large.wc-block-cart .wc-block-cart-items td {
  border-top: 0px;
  padding: 24px 0 24px 30px !important;
  vertical-align: top;

}
.woocommerce-cart .wc-block-components-product-price {
  display: none !important;
}
.woocommerce-cart button.wc-block-cart-item__remove-link {
  /* background-image: linear-gradient(90deg, #F3713C 0%, #EE3F3A 100%) !important; */
  font-size: 0px !important;
  width: 40px;
  /* height: 40px; */
  border-radius: 50px !important;
  background-image: url(images/delete-icon-red.png) !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: 33px !important;
  position: absolute;
  top: 0;
  right: 23px;
  bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.single-product .custom-text p {
  font-family: schoolbell;
  font-size: 30px;
  color: #3D6E6D;
  font-weight: 400;
}
.single-product nav.woocommerce-breadcrumb {
  display: none;
}

.single-product .entry-title {
  font-family: fredoka;
  font-size: 40px;
  line-height: 45px;
  color: #EE3B3B;
  font-weight: 600;
}
/* .single-product .xs-review-media.review-full {
  display: none;
} */

.single-product form.cart input[type=number] {
  width: 121px;
  border-radius: 10px;
  border: 1px solid #000;
  height: 32px;
  padding: 14px;
}
.single-product .wrap_pro .custom-banner-text {
  background-image: none !important;
  background-color: transparent;
  height: auto;
}
.single-product form.cart input[type=number] {
  width: 71px;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid #000;
}
.single-product .summary p.price {
  display: none;
}
/* Start Single Product Page */
.custom-banner-text {
  background: #FAEEDD;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: relative;
  height: 580px;
  width: 100%;
  background-image: url("./images/bottomclud.png");
  background-size: contain;
  display: block;
  position: relative;
}
.custom-banner-text::before {
  content: ".";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background: url('./images/full-cover.png');
  background-size: auto;
  background-position: 100px 60px;
  background-repeat: no-repeat;
}
.custom-banner-text::after {
  content: ".";
  position: absolute;
  right: 100px;
  top: 20%;
  width: 157px;
  height: 157px;
  font-size: 0;
  background: url('./images/shop-right_banner.png');
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
}
.custom-banner-content_wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 100%;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 8;
}
.single-product #primary {
  display: block;
  max-width: 100%;
  padding: 0;
  margin: 0;
}
.single-product #primary #main {
  margin: 0;
  padding: 0;
}
.custom-banner-content_wrap h1 {
  display: block;
  margin: -120px 0 20px 0;
  padding: 0 20px;
}
.custom-banner-content_wrap p {
  display: block;
  text-align: center;
  padding: 0 20px;
  margin: 0 0 0 0;
  color: #000;
  max-width: 1000px;
}
.single-product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  margin: 0;
}
.tnp.tnp-subscription-minimal{
	width: 100%;
}
.joining-sub .elementor-widget-image, .joining-sub .elementor-widget-image img {
    height: 100%;
    object-fit: cover;
}

/* wocommerce shop page */
.woocommerce-shop .woocommerce ul.products li.product, .woocommerce-shop .woocommerce ul.products li.product a {
    display: flex;
    flex-direction: row;
}
.woocommerce-shop.woocommerce ul.products li.product a.button.add_to_cart_button {
  background: linear-gradient(278.22deg, #EE3B3B 2.29%, #F4782B 120.95%);
  padding: 16px 13px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0px 4px 1px 0px #EE403A33;
  font-family: Fredoka;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.36px;
  transition: 0.3s ease-in-out 0s;
  text-transform: capitalize;
  width: 227px;
}

.woocommerce-shop.woocommerce ul.products li.product a.button.add_to_cart_button:hover{
  text-decoration: none !important;
  box-shadow: unset;
  background: linear-gradient(-278.22deg, #EE3B3B 2.29%, #F4782B 120.95%);
}
.woocommerce-shop.woocommerce ul.products li.product,.woocommerce-shop.woocommerce ul.products li.product >a {
    display: flex;
    flex-direction: row;
}
.woocommerce-shop.woocommerce ul.products li.product a {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.woocommerce-shop.woocommerce ul.products li.product a img {
    max-width: 100%;
    width: 347px;
    height: 240px;
    border-radius: 20px;
	  object-fit: cover;
}

.woocommerce-shop.woocommerce ul.products li.product h2 {
    font-family: Fredoka;
    font-size: 30px;
    font-weight: 600;
    line-height: 36.3px;
    text-align: left;
    color: #EE3B3B;
    height: auto;
	  margin: 0px;
}
.my_gallery_wrap_set img.attachment-full.size-full {
  height: 79px;
  width: 79px;
  object-fit: cover;
  border-radius: 5px;
}
.woocommerce-shop.woocommerce ul.products li.product {
    width: 100%;
    border: 1px solid #E9E9E9;
    padding: 30px;
    border-radius: 30px;
	  margin: 0px;
    align-items: center;
    box-sizing: border-box;
}
.woocommerce-shop.woocommerce .custom-shop p.woocommerce-result-count, 
.woocommerce-shop.woocommerce .custom-shop form {
  display: none;
}
.woocommerce-shop.woocommerce section#primary {
    padding: 0px;
    max-width: 100%;
}

/* related product */
.single-product section.related.products {
  max-width: 1330px;
  margin: auto;
  padding: 20px 20px;
}

.single-product .wrap_li {
  width: 100%;
  color: #000;
}
.single-product section.related.products .products >.wrap_li {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
}
.single-product .related.products ul.products li.product {
  border: 1px solid #8080805e !important;
  padding: 20px 20px;
  border-radius: 20px;
}
.single-product ul.products li.product .price {
  margin: 15px 0;
}
.single-product .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  margin: 0 !important;
}
.single-product ul.products li.product .woocommerce-loop-product__title {
  font-size: 25px;
  line-height: 35px;
  color: #EE3B3B;
}
.single-product.woocommerce .onsale {
      font-size: 14px;
      border-radius: 33px;
      padding: 12px 22px;
      background: #ee3f39;
  }
  .single-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    cursor: pointer;
    font-size: 16px;
    border: none;
    padding: 8px 45px;
    background-image: linear-gradient(260deg, #EE3B3B 0%, #F4782B 100%);
    border-radius: 50px;
    margin: 18px 0;
    text-decoration: none !important;
}
.single-product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(34deg, #EE3B3B 0%, #F4782B 100%);
}
.woocommerce .onsale {
  font-size: 14px;
  border-radius: 33px;
  padding: 12px 22px;
  background: #ee3f39;
}

.single-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
  border-radius: 20px;
  width: 100%;
}
.single-product a.added_to_cart.wc-forward {
  font-size: 16px;
  border: 1px solid #ef4239;
  padding: 6px 25px;
  border-radius: 25px;
  color: #ef4439;
  background-color: #fff;
  text-decoration: none;
}
.single-product a.added_to_cart.wc-forward:hover {
  border: 1px solid #ef4239;
  color: #ffffff;
  background-image: linear-gradient(260deg, #EE3B3B 0%, #F4782B 100%);
}



/* end related product */
.calender-style {
  padding: 20px 20px;
  border: 1px solid #8080809e;
  margin: 90px 0;
  border-radius: 20px;
}

body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(images/shop-banner-main.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
	  position: relative;
    min-height: 582px;
    flex-direction: column;
}
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header h3.woocommerce-des {
  text-align: center;
  color: #000000;
  font-size: 20px;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  padding: 0px 20px;
  max-width: 1000px;
}

body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header h1 {
  margin: 0px;
}
body.archive.post-type-archive.post-type-archive-product nav.woocommerce-breadcrumb {
    display: none;
}
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header::before {
  content: "";
  position: absolute;
  background-image: url(images/fox-color.png);
  background-repeat: no-repeat;
  background-size: 123px;
  background-position: right center;
  width: 123px;
  height: 123px;
  right: 50px;
}
.woocommerce-cart tr.wc-block-cart-items__row{
  padding: 20px !important;
}
.woocommerce-cart .wc-block-cart__empty-cart__title.with-empty-cart-icon:before {
  margin: 0 auto 0em;
  mask-size: 3em;
  width: 3em;
}
.woocommerce-cart .wp-block-separator.is-style-dots:before{
  display: none;
}
.woocommerce-cart h2 {
  color: #EE3B3B;
  font-family: "Fredoka", Sans-serif;
  font-size: 40px;
  line-height: 48px;
  margin: 15px 20px;
}
.woocommerce-cart .wc-block-grid__product-onsale {
  background: #ee4239 !important;
  border: none !important;
  padding: 0;
  border-radius: 10px;
}
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header h1.page-title {
  font-size: 60px;
}
.custom-shop {
  width: 100%;
  max-width: 1320px;
  margin: auto !important;
  padding: 60px 20px;
  box-sizing: border-box;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li {
  padding-left: 47px;
  max-width: 52% !important;
}
.wrap_pro {
  max-width: 1370px;
  margin: 0 auto;
  padding: 80px 20px;
  display: flex;
}
h2.banner-hadding {
  color: #000000 !important;
  font-family: "Schoolbell", Sans-serif !important;
  font-size: 60px !important;
  line-height: 75px !important;
  margin: 0;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #DC3A3F;
}

.custom-book-text p {
  font-family: schoolbell;
  color: #3D6E6D;
  font-size: 30px;
  font-weight: 400;
  margin-top: 55px;
  height: auto !important;
}

.about-video video.elementor-video {
  border-radius: 20px;
}

.team-contant h3 {
  margin: 0;
}
/* End Single Product Page */

/* end produvt */


/* home slider start */
.home-slider .swiper-wrapper {
  flex-wrap: wrap;
}

.home-slider .slick-slide img {
  display: inline-block;
}

.home-slider .star {
  /* margin-top: -20px; */
  display: block;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: flex-start;
}
.home-slider ul.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0px;
  width: 100%;
}

.home-slider .profileImg {
  text-align: left;
  position: relative;
  z-index: 1;
}
.home-slider .swiper-button-next, .swiper-button-prev {
  opacity: 0;
}
.home-slider .profileImg img.attachment-full {
  border: 4px solid #F9AE1B;
  padding: 10px;
  margin: auto 0 auto auto;
  display: flex;
  justify-content: flex-end;
  width: 140px;
  height: 140px;
}

.star-description {
  max-width: 780px;
  margin: auto auto auto 0%;
}
.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon, .is-large .wc-block-components-sidebar .wc-block-components-totals-item{
  padding: 0px !important;
}
.wc-block-components-sidebar .wc-block-components-totals-coupon__input input {
  padding: 12px !important;
}
.wc-block-components-sidebar-layout .wc-block-components-panel button.wc-block-components-panel__button {
  font-size: 20px !important;
  font-weight: 500 !important;
}



/* home slider end */

@media only screen and (max-width: 1200px) {

.tnp.tnp-subscription-minimal {
  width: 100%;
}
	.woocommerce-shop.woocommerce ul.products li.product a {
    width: 80%;
}
	.woocommerce-shop.woocommerce ul.products li.product {
    padding: 15px !important;
}
	.woocommerce-shop.woocommerce ul.products li.product a img {
    width: 225px;
    height: 135px;
}
body.archive.post-type-archive.post-type-archive-product header.woocommerce-products-header::before {
  top: 30px;
  right: 20px;
}

}

@media only screen and (max-width: 1199px) {
  .innerPeding::before {
    background-position: 29px 30px;
  }

  .innerPeding::after {
    right: 39px;
    top: 82px;
}

.nameTxt::after {
  background-position: 27px 5px;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio strong{
  margin: 20px 0px;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio::before, .single-product .wrap_pro .custom-banner-text::before{
  bottom: -10px;
}
}



@media only screen and (max-width: 1024px) {

.woocommerce-checkout .wc-block-components-order-summary-item {
    flex-wrap: wrap;
} 
.woocommerce-checkout .wc-block-components-order-summary-item__description {
  padding: 0 !important;
} 
.woocommerce-checkout button.wc-block-components-panel__button {
  margin: 0px !important;
  padding: 0;
}
.woocommerce-checkout .wc-block-components-order-summary .wc-block-components-order-summary-item__total-price {
  font-weight: 700;
  margin-left: 0;
  text-align: left;
}

.current_page_item a.active::before {
    left: 15px;
}
.custom-background_card {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: 0px solid #edf5f6;
  border-left: 0px solid #edf5f6;
  box-sizing: border-box;
  border-radius: 20px;
  /* background-color: transparent !important; */
}
.custom-banner-text {
  height: 450px;
}
.custom-banner-text::after {
  right: 40px;
  top: 20%;
  width: 100px;
  height: 100px;
}

.innerPeding {
  background-image: url(images/greenslid.png);
  background-repeat: no-repeat !important;
  background-position: center;
  background-size: cover;
  border-radius: 50px;
}
.postid-1156 .menu-item-1466.active a::before {
  left: 14px;
}

}


@media only screen and (max-width: 991px) {
  .single-product  form.cart button.single_add_to_cart_button {
    width: 179px !important;
  }
  .single-product form.cart input[type=number] {
    width: 45px !important;
  }
  .woocommerce-cart ul.wc-block-grid__products li {
    width: 31% !important;
    max-width: 31% !important;
    flex: auto !important;
}
  }


@media only screen and (max-width: 767px) {
  .woocommerce-shop.woocommerce ul.products li.product a img {
    width: 100%;
    height: 180px;
}
.error404 h1.entry-title {
  font-size: 35px;
  margin: 0px;
}
.error404 form input.search-submit {
  width: 100%;
}
.error404 input#search-form-2 {
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 10px;
}
.woocommerce-cart ul.wc-block-grid__products li {
  width: 48% !important;
  max-width: 48% !important;
  flex: auto !important;
}
.single-product .entry-title {
  margin: 35px 0px 0px 0px;
}
.woocommerce-cart .wc-block-grid__products .wc-block-grid__product {
  padding: 20px 20px !important;
}
.game-fream-main iframe {
  height: 600px;
}
/* home slider */
span.wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  display: block !important;
}
.innerPeding {
  padding: 0px 30px;
}
.home-slider .profileImg {
  text-align: center;
  padding: 0px;
}
.home-slider .profileImg img.attachment-full {
  margin: auto;
  justify-content: center;
}
.nameTxt {
  text-align: center;
}
.home-slider .star {
  margin-top: 4px;
  text-align: center;
  justify-content: center;
}
/* end slider */

  .single-product .wrap_pro {
    flex-direction: column;
}
.wrap_pro .woocommerce-product-gallery, .wrap_pro .summary.entry-summary{
  width: 100% !important;
}
.wrap_pro .summary.entry-summary {
  padding-left: 0px;
}
.single-product form.cart button.single_add_to_cart_button {
  margin-top: 12px;
}
.my_gallery_wrap_set .gallery .gallery-item {
    width: auto;
}
.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
  width: 100% !important;
}
.woocommerce-cart .wc-block-components-sidebar {
  width: 100%;
}
.page-id-1105 .wc-block-components-sidebar-layout.wc-block-cart {
  padding: 60px 20px;
}
	.image-content_wrap {
    min-height: unset;
}
	.woocommerce-shop.woocommerce ul.products li.product, .woocommerce-shop.woocommerce ul.products li.product a {
    flex-direction: column;
    box-sizing: border-box;
}

	.woocommerce-shop.woocommerce ul.products li.product h2.woocommerce-loop-product__title {
    padding: 0px;
}
	ul.products li.product .price {
    margin-bottom: 20px;
}
.woocommerce-cart .wc-block-components-product-metadata__description p {
  font-size: 20px;

}
.woocommerce-cart a.wc-block-components-product-name {
  font-size: 25px;
  line-height: 25px !important;
}
.woocommerce-cart .wc-block-components-sidebar.wc-block-cart__sidebar.wp-block-woocommerce-cart-totals-block {
  margin-top: 30px;
}
.woocommerce-shop.woocommerce .content-area .site-main {
  margin: 0px;
}

.woocommerce-shop.woocommerce ul.products li.product a .wrap_li {
  padding-left: 0px;
  max-width: 100% !important;
}
.woocommerce-shop.woocommerce ul.products li.product a {
  width: 100%;
}
.woocommerce-shop.woocommerce ul.products li.product a img {
  margin-bottom: 15px;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio::before {
  left: -10px;
  bottom: -20px;
}
.woocommerce-shop.woocommerce ul.products li.product a.button.add_to_cart_button{
  margin: 40px auto auto 0;
}
.woocommerce-shop.woocommerce ul.products li.product a .wrap_li span.descriptio strong {
  margin: 15px 0px;
}
.wrap_pro{
  padding: 40px 20px;
}
.single-product div#xs-review-box h3.total-reivew-headding{
  margin-top: 0px;
  padding: 20px;
}
}

@media only screen and (max-width: 500px) { 

.single-product h2 {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

.single-product .custom-banner-content_wrap p {
    box-sizing: content-box;
    margin: 0;
    padding: 0 20px;
}
.single-product .custom-banner-text {
  height: 560px !important;
}

.woocommerce-cart ul.wc-block-grid__products li {
  width: 100% !important;
  max-width: 100% !important;
  flex: auto !important;
  margin-bottom: 25px;
  padding: 20px !important;
}


.woocommerce-cart .wc-block-grid__product-title {
  min-height: unset;
}

.woocommerce-cart ul.wc-block-grid__products li .wp-block-button.wc-block-grid__product-add-to-cart {
  text-align: left;
}
  .tnp.tnp-subscription-minimal input.tnp-submit {
    position: static;
    width: 100%;
    margin-top: 10px;
}
.custom-banner-text {
  height: 320px;
}
.custom-banner-content_wrap h1 {
  margin: -40px 0 0px 0;
}
.custom-banner-text::after {
  right: 10px;
  top: 14%;
  width: 60px;
  height: 60px;
}
.custom-banner-text::before {
  opacity: 0.5;
}


}
