@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?72jidg");
  src: url("fonts/icomoon.eot?72jidg#iefix") format("embedded-opentype"),
    url("fonts/icomoon.ttf?72jidg") format("truetype"),
    url("fonts/icomoon.woff?72jidg") format("woff"),
    url("fonts/icomoon.svg?72jidg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-imaganative:before {
  content: "\e910";
  color: #b9987e;
}
.icon-skills:before {
  content: "\e911";
  color: #b9987e;
}
.icon-arrow-left:before {
  content: "\e909";
}
.icon-arrow-right:before {
  content: "\e90b";
}
.icon-facebook:before {
  content: "\e90c";
  color: #a55031;
}
.icon-heart:before {
  content: "\e90d";
  color: #a55031;
}
.icon-instagram:before {
  content: "\e90e";
  color: #a55031;
}
.icon-send:before {
  content: "\e90f";
  color: #a24916;
}
.icon-oceans:before {
  content: "\e907";
  color: #f6eddb;
}
.icon-sand-time:before {
  content: "\e908";
  color: #f6eddb;
}
.icon-waste-toy:before {
  content: "\e90a";
  color: #f6eddb;
}
.icon-star:before {
  content: "\e906";
  color: #f7ecd5;
}
.icon-exchange:before {
  content: "\e903";
  color: #f7ecd5;
}
.icon-play:before {
  content: "\e904";
  color: #f7ecd5;
}
.icon-subscribe:before {
  content: "\e905";
  color: #f7ecd5;
}
.icon-burger-menu:before {
  content: "\e902";
}
.icon-search:before {
  content: "\e900";
  color: #f7ecd5;
}
.icon-user:before {
  content: "\e901";
  color: #f6eddb;
}

body {
  background-color: #f7ecd5;
  color: #a24916;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
  cursor: url("../img/cursor.png"), auto;
}
.overflow-hidden {
  overflow: hidden;
}
a,
button,
input[type="submit"],
label {
  cursor: url("../img/cursor.png"), auto !important;
}

a:hover,
button:hover,
input[type="submit"]:hover {
  pointer-events: auto;
}

span.icon-user {
  font-weight: 800;
}
.container {
  max-width: 1180px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.col {
  padding-right: 15px;
  padding-left: 15px;
}
img {
  vertical-align: middle;
}
.center-align {
  align-items: center;
}
a {
  text-decoration: none;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
.bg-burnt {
  background-color: #a24916;
}
.bg-green {
  background-color: #87a599;
}
.bg-brown {
  background-color: #b9987e;
}
.bg-flavescent {
  background-color: #f7ecd5;
}
.c-flavescent {
  color: #f7ecd5;
}
.c-white {
  color: #ffffff;
}
.c-burnt {
  color: #a24916;
}
.c-green {
  color: #87a599;
}
.c-brown {
  color: #b9987e;
}
.c-yellow {
  color: #f6eddb;
}
.bg-white {
  background-color: #ffffff;
}
.btn {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
}
.btn:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
.btn.bg-flavescent:hover {
  box-shadow: 0 5px 0px 0 #6a7770;
}
.bg-brown .btn.bg-flavescent:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
.btn.bg-green:hover {
  box-shadow: 0 5px 0px 0 #6a7770;
}
.col-2 .col {
  width: 100%;
}
.align-center {
  align-items: center;
}

.site-header {
  border-radius: 0 0 50px 50px;
  padding: 15px 0;
  transition: 0.5s ease;
  top: -100px;
  z-index: 2;
}
.site-header.active {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.site-branding {
  width: 50%;
}
.main-navigation {
  width: 60px;
}
.header-btn {
  width: calc(50% - 65px);
  position: relative;
}
.site-branding img {
  max-width: 250px;
  width: 100%;
}
.header-btn ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 20px;
  justify-content: end;
}
.header-btn span {
  font-size: 24px;
}
.menu-primary-menu-container .menu .menu-item a {
  color: #f7ecd5;
  font-size: 16px;
  font-weight: 600;
}
.menu-primary-menu-container .menu .menu-item a:hover {
  color: #fff;
}
.menu-primary-menu-container .menu .menu-item {
  padding: 0 15px;
}
.menu-toggle {
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: 0;
  font-size: 32px;
}
.menu-toggle span {
  color: #f7ecd5;
}
.br-large {
  border-radius: 50px;
  overflow: hidden;
}
.title-large {
  font-size: 24px;
  margin: 0 0 30px;
}
.title-medium {
  font-size: 18px;
  margin: 0 0 20px;
}
.title-sec {
  font-size: 24px;
  margin: 0 0 25px;
}
.text-center {
  text-align: center;
}
.p-80 {
  padding: 50px 0;
}
.p-100 {
  padding: 50px 0;
}
.p-160 {
  padding: 50px 0;
}
.no-gutter {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*--- Footer CSS --- */
.footer-logo {
  width: 100%;
}
.footer-menu {
  width: 100%;
}
.footer-subscription {
  width: 100%;
  margin-top: 40px;
}
.site-footer {
  background-color: #fff;
  padding: 40px 0 30px;
}
.footer-logo img {
  max-width: 250px;
  width: 100%;
}
.footer-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu .menu .menu-item a {
  font-size: 16px;
  color: #a24916;
  font-weight: 600;
}
.footer-menu .menu .menu-item a:hover {
  color: #b9987e;
}
.footer-menu .menu .menu-item:not(:last-child) {
  margin-bottom: 15px;
}
.footer-logo figure {
  margin: 0;
}
.footer-subscription .wrp {
  background: #a24916;
  padding: 40px 40px;
  float: right;
  border-radius: 60px;
  width: 100%;
}
.btm-footer {
  justify-content: center;
  margin-top: 40px;
}
.btm-footer .widget_text p {
  margin: 0;
  font-size: 16px;
  color: #b9987e;
}
.btm-footer .widget_text p a:hover {
  text-decoration: underline;
}
/*--- Banner ---*/
.list-slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.list-slider .wrp {
  display: flex;
  width: 100%;
  justify-content: center;
  min-height: 400px;
  align-items: center;
}
.slider-cnt {
  max-width: 1280px;
  padding: 50px 15px;
}
.banner-title {
  margin: 0;
  font-size: 36px;
  color: #fff;
}
.banner-subtitle {
  margin: 25px 0 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.slider-list.slick-dotted.slick-slider {
  margin-bottom: 0;
}
.slider-list .slick-dots li button:before {
  content: "";
}
.slider-list .slick-dots li button {
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  cursor: url("../img/cursor.png"), auto;
}
.slider-list .slick-dots li.slick-active button {
  background: #a55031;
}
.slider-list .slick-dots {
  bottom: 30px;
}

/*-- What we believe --*/
.sec-bel .wrp {
  max-width: 1080px;
  margin: 0 auto;
}
.sec-bel .cnt-wrp {
  max-width: 800px;
  margin: 0 auto 30px;
}
.sec-bel .cnt-wrp p {
  margin: 0 0 30px;
}
.sec-bel .cnt-wrp p:last-child {
  margin: 0;
}
.sec-bel .btn {
  margin-top: 10px;
}

.sec-choose .col {
  width: 100%;
  margin: 15px 0;
}
.btn.btn-small {
  min-width: 270px;
}
.fullimg img {
  width: 100%;
}

/*--- How it work ---*/
.sec-works .col.col-title {
  width: 100%;
}
.sec-works .col:not(.col-title) {
  width: 100%;
}
.nub-icon {
  font-size: 50px;
  font-weight: 700;
  display: flex;
  align-items: end;
  line-height: 0.8;
  margin-bottom: 20px;
  justify-content: center;
}
.nub-icon span {
  font-size: 36px;
}
.sec-works .col h4 {
  font-size: 24px;
  margin: 0;
}
.pro-lists .col {
  width: 50%;
}
.list-pro .wrpbox {
  background: #fff;
  overflow: visible;
  height: 100%;
}
.bundled_product .img-wrp,
.list-pro .wrpbox .img-wrp {
  position: relative;
}
:is(.bundled_product, .list-pro) .img-wrp span.info-icon {
  position: absolute;
  background: #91a79b;
  z-index: 1;
  overflow: visible;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  right: 10px;
  top: 15px;
  transition: 0.3s;
}
:is(.bundled_product, .list-pro) .img-wrp span.info-icon:hover {
  background: #a24916;
}
.list-pro .img-wrp img {
  width: 100%;
}
.pro-info {
  padding: 25px 20%;
}
.pro-info h4 {
  font-size: 20px;
  margin: 0;
  line-height: 1.4;
}
.pro-lists {
  margin-bottom: 30px;
}
.pac-outsite {
  padding-top: 120px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.pack-list {
  margin: 40px 0 40px;
}
.pack-list .col {
  width: 100%;
}
.pack-title {
  font-size: 20px;
  margin: 0 0 2.5rem;
}
.no-of-toy {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.1;
}
.pac-price {
  font-size: 34px;
  font-weight: 700;
  display: block;
  margin-bottom: 20px;
  line-height: 1.1;
}
.list-pack p {
  margin: 0;
}
.package {
  position: relative;
  overflow: visible;
}
.package:before {
  content: "\e906";
  font-family: "icomoon";
  position: absolute;
  top: -5%;
  right: 7%;
  font-size: 5rem;
  line-height: 1;
}
.footer-subscription input[type="submit"] {
  width: 50px;
  height: 50px;
  background: #f7ecd5;
  border: none;
  border-radius: 50%;
  color: #a24916;
  padding: 14px;
  font-size: 24px;
  /*     cursor: pointer; */
  transition: 0.3s;
  font-family: "icomoon";
}
.footer-subscription input[type="submit"]:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
.wpcf7-spinner {
  position: absolute;
}
.footer-subscription .wpcf7-form .wpcf7-email {
  width: 100%;
  padding: 15px 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #f6eddb;
  color: #f6eddb;
  font-size: 18px;
}
.footer-subscription .wpcf7-form input::placeholder {
  color: #f6eddb;
}
.footer-subscription .form-wrp {
  position: relative;
  display: flex;
  align-items: end;
}
.footer-subscription .form-wrp .wpcf7-spinner {
  top: 20px;
  right: 40px;
}
.footer-subscription .wpcf7-form-control-wrap {
  width: 100%;
  margin-bottom: 0 !important;
}
.footer-subscription .wpcf7-form .wpcf7-email:focus {
  outline: none;
}
.footer-subscription .wpcf7-response-output {
  display: none;
}
.footer-subscription .wpcf7-not-valid-tip {
  position: absolute;
  font-size: 14px;
  bottom: -24px;
  color: #fff;
}

/*--- Page Banner ---*/
.page-banner {
  min-height: 250px;
  padding: 50px 0;
  display: flex;
  align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.wrp-banner {
  max-width: 900px;
}
.pb-title {
  margin: 0;
  font-size: 34px;
}

.sw-content .row {
  margin-top: 50px;
  margin-bottom: 30px;
}
.dyk-title-sec .wrp {
  max-width: 530px;
}
.dyk-title-sec p {
  margin: 0;
}
.dyk-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dyk-list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.dyk-list ul li:last-child {
  margin-bottom: 0;
}
.dyk-list ul li span {
  font-size: 50px;
  width: 80px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
}
.dyk-list ul li h4 {
  margin: 0;
  font-size: 20px;
  width: calc(100% - 80px);
}
.img-cnt {
  display: flex;
  flex-wrap: wrap;
}
.img-cnt > div {
  width: 100%;
}
.title-img .wrp {
  display: flex;
  align-items: center;
  height: 100%;
  max-width: 660px;
  margin: 0 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 80px;
  padding-bottom: 80px;
}
.title-img .title-sec {
  margin: 0;
}
.img-div img {
  width: 100%;
}
.sub-plans.p-100 {
  padding-bottom: 0;
}
.tab-content:not(:first-child) {
  display: none;
}
#tabs-nav {
  display: inline-flex;
  list-style: none;
  background: #fff;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-radius: 34px;
  margin-bottom: 30px;
}
#tabs-nav a {
  font-size: 14px;
  color: #87a599;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  border-radius: 34px;
  text-align: center;
  background: #fff;
  transition: 0.3s;
}
#tabs-nav a:hover {
  color: #f7ecd5;
}
#tabs-nav .active a {
  background: #87a599;
  color: #f7ecd5;
}
.add-info h4 {
  font-size: 30px;
  margin: 0 0 5px;
}
.add-info h4 {
  font-size: 18px;
  margin: 0 0 5px;
}
.tab-content .pack-list .add-info {
  margin-top: 30px;
}
.tab-content .list-pack .btn {
  max-width: 280px;
  min-width: auto;
  width: 100%;
  font-size: 20px;
  padding: 8px 30px;
  margin-top: 20px;
}
.slick-prev:before {
  content: "";
  border: solid #f7ecd5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.slick-next:before {
  content: "";
  border: solid #f7ecd5;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.slick-prev {
  left: 0;
}
.slick-next {
  right: 0;
}
.sub-note .wrp {
  border-top: 1px solid #f7ecd5;
  padding-top: 30px;
  margin: 0 auto;
  max-width: 90%;
}
.sub-note p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
}
.tab-content .slick-list {
  padding-bottom: 5px;
}
.tab-content .title-sec {
  margin-bottom: 10px;
}
.tab-content .subtitle {
  margin: 0 auto;
  max-width: 800px;
  font-size: 14px;
}
.tab-content .pac-price {
  margin-bottom: 10px;
}
.orginal-price {
  font-size: 20px;
  color: #a24916;
}
.wpcf7-form .wpcf7-text {
  width: 100%;
  padding: 15px 0;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border-right: 0;
  border-top: 0;
  border-bottom: 2px solid #a24916;
  color: #a24916;
  font-size: 18px;
}
.wpcf7-form .wpcf7-textarea {
  border: 2px solid #a24916;
  color: #a24916;
  font-size: 18px;
  width: 100%;
  padding: 15px;
  background: transparent;
  border-radius: 30px;
}
.wpcf7-form .wpcf7-text:focus,
.wpcf7-form .wpcf7-textarea:focus {
  outline: none;
}
.wpcf7-form .wpcf7-text::placeholder {
  color: #a24916;
}
.wpcf7-form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 15px;
}
.wpcf7-form label {
  margin-bottom: 10px;
  display: block;
  font-weight: 400;
}
.wpcf7-form .wpcf7-submit {
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
  max-width: 270px;
  width: 100%;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  border: none;
  background-color: #a24916;
  color: #f7ecd5;
  /*     cursor: pointer; */
}
.wpcf7-form .wpcf7-submit:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
#popup .wpcf7-submit:hover {
  box-shadow: 0 5px 0px 0 #6a7770;
}
.follow-us ul {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
}
.follow-us ul li:not(:last-child) {
  margin-right: 15px;
}
.follow-us ul li a:hover span:before {
  color: #87a599;
}
.follow-us {
  margin-bottom: 20px;
}
.details-cnt p {
  margin: 0 0 15px;
}
.details-cnt p a:hover {
  color: #87a599;
}
.faq-cont {
  display: none;
  max-width: 800px;
}
.faq-item {
  border-bottom: 1px solid #a24916;
}
.faq-title {
  padding: 20px 0;
  /*     cursor: pointer; */
}
.faq-title h2:after {
  content: "+";
  float: right;
  font-weight: 700;
  padding-left: 15px;
}
.faq-title.faq-active h2:after {
  content: "-";
}
.faq-title h2 {
  font-size: 18px;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.faq-cont p {
  margin: 0 0 25px;
}

/*-- Search popup -- */
.search-popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.search-popup .container {
  height: 100%;
}
.search-popup .search-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.search-wrp input {
  width: 100%;
  border-top: 0;
  border-radius: 0;
  background: transparent;
  color: #f6eddb;
  font-size: 20px;
  border-bottom: 2px solid #fff;
  border-left: 0;
  border-right: 0;
  padding: 15px 0;
}
.search-wrp input::placeholder {
  color: #f6eddb;
}
.search-wrp input:focus {
  outline: none;
  color: #f6eddb;
}
.close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  color: #fff;
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
  line-height: 28px;
  /*     cursor: pointer; */
  transition: 0.3s;
  background: transparent;
  z-index: 1;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.close-popup:hover {
  background: #a24916;
  border-color: #a24916;
}
.search-wrp form {
  width: 100%;
}
.main-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.page-template-template-started .pac-outsite {
  padding-top: 0;
  overflow: visible;
}
button.btn {
  border: none;
  line-height: inherit;
  /*     cursor: pointer; */
}
.list-pro .woocommerce-placeholder {
  border-radius: 50px;
}
.list-pro.product {
  margin-bottom: 30px;
}
.not-found h1 {
  font-size: 80px;
}

/*--- Login page ---*/
.woocommerce form.woocommerce-form-login {
  border: 0;
  padding: 0;
}
.woocommerce form.woocommerce-form-login .form-row input.input-text {
  width: 100%;
  padding: 15px !important;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #a24916 !important;
  color: #a24916;
  font-size: 16px;
  max-width: 100%;
}
.woocommerce-form.woocommerce-form-login.login {
  max-width: 600px;
}
.loadmore.text-center {
  display: block;
  width: 100%;
}
.checkout-sub-process {
  margin: 40px 0;
}
.scubscribe_tab_list {
  margin-bottom: 30px;
}
.scubscribe_tab_list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.scubscribe_tab_list ul li {
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.scubscribe_tab_list ul li:not(:last-child) {
  margin-right: 20px;
}
.scubscribe_tab_list ul li.active {
  color: #fff;
}
.sub-title {
  font-size: 36px;
}
.create_login_account {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 22px;
  font-weight: 400;
}
.create_account_label {
  font-weight: 600;
  margin-right: 5%;
}
.login_account_button,
.register-btn {
  background: #a24916;
  color: #f7ecd5;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 20px;
  /*     cursor: pointer; */
  transition: 0.3s;
  display: inline-block;
}
.login_account_button:hover,
.register-btn:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover,
.content_subscribe_step_2
  .bundle_form
  .bundle_button
  .bundle_add_to_cart_button:hover,
.wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button:hover,
.bundle_button.replace_toy_scubscription_button:hover {
  box-shadow: 0 5px 0px 0 #602f19;
  background-color: #a24916;
  color: #f7ecd5;
}
.woocommerce-form-login label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
}
.woocommerce-form-login input.input-text {
  background: transparent;
  border-bottom: 1px solid #a55031;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding: 12px 0;
  width: 100%;
  max-width: 600px;
}
.woocommerce-form-login .form-row-last {
  margin-bottom: 5px;
}
.woocommerce-form-login input.input-text:focus {
  outline: none;
}
.woocommerce-button.button.woocommerce-form-login__submit {
  font-size: 18px;
  font-weight: 700;
  padding: 15px 30px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  color: #f7ecd5;
  background-color: #a24916;
  border: none;
  /*     cursor: pointer; */
}
.woocommerce-form-login .form-row:nth-child(4) {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.woocommerce-form-login
  .form-row:nth-child(4)
  .woocommerce-form-login__rememberme {
  order: 2;
}
.woocommerce-form-login .form-row:nth-child(4) .woocommerce-form-login__submit {
  order: 1;
  margin-right: 20px;
}
.create_account a,
.lost_password a {
  text-decoration: underline;
}
.user-registration.ur-frontend-form {
  margin: 20px 0 0;
  padding: 0;
  border: none;
}
.user-registration .input-text.ur-frontend-field,
.user-registration .ur-flatpickr-field {
  border: 0;
  border-bottom: 2px solid #a55031;
  background: transparent;
  padding: 15px 0 !important;
  color: #a55031;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid select {
  border: 0;
  border-bottom: 2px solid #a55031;
  background-color: transparent;
  padding: 15px 0 !important;
  color: #a55031;
  font-size: 18px;
  font-weight: 500;
  margin: 0 !important;
}
.user-registration .input-text.ur-frontend-field::placeholder {
  color: #a55031 !important;
}
.user-registration .flatpickr-input::placeholder {
  color: #a55031 !important;
}
.ur-form-row .user-registration-error {
  background: transparent;
  padding: 0;
  border: 0;
  margin: 0 !important;
  position: absolute;
  bottom: -20px;
}
.ur-form-row .user-registration-error:before {
  content: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
  position: relative;
}
.user-registration #privacy_policy_field {
  margin-top: 35px;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
  background: #a24916;
  color: #f7ecd5;
  max-width: 270px;
  width: 100%;
  display: inline-block;
  min-width: auto;
}
.user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
  padding: 0;
}
.content_subscribe_step_1 .woocommerce-form-login {
  display: none;
}
#child_name_field:before {
  font-size: 22px;
  font-weight: 600;
}
.sub-product-title .row {
  justify-content: space-between;
  align-items: center;
}
.sub-product-title h3 {
  margin: 0 0 20px;
  font-size: 22px;
}
.sub-product-title p {
  margin: 0;
}
.content_subscribe_step_2 .price.wpb_wl_product_price {
  display: none;
}
.content_subscribe_step_2 .wpb_wl_summary .cart {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.content_subscribe_step_2 .wpb_wl_summary .cart > * {
  order: 1;
}
.content_subscribe_step_2 .wpb_wl_summary .cart .cart.bundle_data {
  order: 0;
  margin: 0;
}
.content_subscribe_step_2 .wpb_wl_summary .cart .bundled_product {
  width: 50%;
  padding: 0 10px;
  border: none;
  margin-bottom: 50px;
}
.content_subscribe_step_2 .bundled_product_images.images {
  max-width: 100% !important;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px 50px 0 0;
  width: 100%;
}
.content_subscribe_step_2 .bundled_product_images.images img {
  border-radius: 50px;
  aspect-ratio: 1.28;
  object-fit: cover;
}
.content_subscribe_step_2
  .bundled_product_summary:not(.thumbnail_hidden)
  .details {
  width: 100%;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  padding: 15px 30px 0 !important;
  text-align: center;
  border-radius: 0 0 50px 50px;
}
.content_subscribe_step_2 .bundled_product_summary .bundled_product_title {
  margin: 0;
}
.content_subscribe_step_2 .bundled_product_summary .bundled_product_excerpt {
  display: none;
}
.content_subscribe_step_2 .bundled_product_summary .bundled_product_title_link {
  display: none;
}
.content_subscribe_step_2
  .bundled_product
  .bundled_product_optional_checkbox
  input {
  display: none;
}
.content_subscribe_step_2 .bundled_product .bundled_product_optional_checkbox {
  position: relative;
  font-size: 0;
  top: 20px;
  display: inline-block;
}
.content_subscribe_step_2
  .bundled_product
  .details
  .bundled_product_optional_checkbox:before {
  content: "";
  -webkit-appearance: none;
  border: 4px solid #a55031;
  padding: 15px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  /*     cursor: pointer; */
  margin-right: 5px;
  border-radius: 50%;
  background: #f7ecd5;
}
.content_subscribe_step_2
  .bundled_product
  .details
  .bundled_product_optional_checkbox.checked-label:after {
  background: #a55031;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  top: 9px;
  position: absolute;
  left: calc(50% - 13px);
}
.content_subscribe_step_2 .bundle_form .cart.bundle_data {
  width: 100%;
  display: block;
}
.woocommerce-info {
  border-top-color: #a55031;
  color: #a55031;
}
.woocommerce-info::before {
  color: #a55031;
}
.content_subscribe_step_2 .bundle_form .bundle_button {
  gap: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.content_subscribe_step_2
  .bundle_form
  .bundle_button
  .bundle_add_to_cart_button,
.bundle_button.replace_toy_scubscription_button {
  background: #a24916;
  color: #f7ecd5;
  max-width: 270px;
  width: 100%;
  display: inline-block;
  min-width: auto;
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  text-align: center !important;
  border-radius: 33px;
  transition: 0.3s, top 0s, left 0s, right 0s, bottom 0s, transform 0s;
  /*     cursor: pointer; */
  border: none;
}
.content_subscribe_step_2 {
  display: none;
}
.content_subscribe_step_2.active {
  display: block;
}
.content_subscribe_step_2 .products.bundled_products.columns-3 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.sub-product-title {
  margin-bottom: 30px;
}
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.wp-block-woocommerce-checkout
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #a24916 !important;
  border-radius: 0 !important;
  color: #a24916 !important;
}
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.wp-block-woocommerce-checkout
  .wc-block-components-combobox
  .wc-block-components-combobox-control
  input.components-combobox-control__input:focus {
  background: transparent !important;
  border: 0 !important;
  border-bottom: 2px solid #a24916 !important;
  border-radius: 0 !important;
  color: #a24916 !important;
  outline: none !important;
  box-shadow: none !important;
}
.wp-block-woocommerce-checkout
  .wc-block-components-form
  .wc-block-components-text-input
  label,
.wp-block-woocommerce-checkout .wc-block-components-text-input label,
.wp-block-woocommerce-checkout
  .wc-block-components-combobox.is-active
  .wc-block-components-combobox-control
  label.components-base-control__label {
  color: #a24916 !important;
}
.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked {
  border: 1px solid #a24916 !important;
}
.wc-block-components-radio-control
  .wc-block-components-radio-control__input:checked:before {
  background: #a24916 !important;
}
.wc-block-components-checkout-step--with-step-number
  .wc-block-components-checkout-step__container:after {
  border-color: rgba(162, 73, 22, 0.2) !important;
}
.wp-block-woocommerce-checkout-order-note-block
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"] {
  background: transparent;
  border-color: #a24916;
}
.wp-block-woocommerce-checkout-order-note-block
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:checked {
  background: transparent;
  border-color: #a24916;
}
.wp-block-woocommerce-checkout-order-note-block
  .wc-block-components-checkbox
  .wc-block-components-checkbox__input[type="checkbox"]:focus {
  outline: none;
}
.wp-block-woocommerce-checkout-order-note-block
  .wc-block-components-checkbox
  .wc-block-components-checkbox__mark {
  fill: #a24916;
}
.wc-block-checkout__order-notes
  .wc-block-checkout__add-note
  .wc-block-components-textarea {
  background: transparent;
  border: 1px solid #a24916;
  color: #a24916;
}
.wc-block-checkout__order-notes
  .wc-block-checkout__add-note
  .wc-block-components-textarea:focus {
  background-color: transparent;
  box-shadow: none;
  color: #a24916;
}
.wc-block-checkout__add-note .wc-block-components-textarea:placeholder {
  color: #a24916;
}
.wc-block-checkout__actions_row
  .wc-block-components-checkout-place-order-button {
  font-size: 22px;
  font-weight: 700;
  padding: 12px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  background-color: #a24916;
  color: #f7ecd5;
  border: none;
}
.wp-block-woocommerce-checkout-order-summary-coupon-form-block
  .wc-block-components-totals-coupon__button {
  font-size: 22px;
  font-weight: 700;
  padding: 12px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 0 33px 33px 0;
  transition: 0.3s;
  background-color: #a24916;
  color: #f7ecd5;
  border: none;
  margin: 0 !important;
}
.wc-block-components-totals-coupon__form .wc-block-components-text-input input {
  border: 2px solid #a24916 !important;
  border-radius: 0 !important;
  background: transparent !important;
}
.wc-block-components-totals-coupon__form
  .wc-block-components-text-input
  input:focus {
  border: 2px solid #a24916 !important;
  border-radius: 0 !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
}
.logged-in.woocommerce-account .entry-content {
  max-width: 100%;
  margin: 0 auto;
}
.logged-in.woocommerce-account .entry-header {
  text-align: left;
}
.entry-content > p a {
  text-decoration: underline;
}
.woocommerce-MyAccount-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.woocommerce-MyAccount-navigation ul li a {
  padding: 20px 20px;
  width: 100%;
  display: block;
  font-size: 24px;
  transition: 0.3s;
  border-radius: 0 36px 36px 0;
  position: relative;
}
.woocommerce-MyAccount-navigation ul li a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 100px;
  background: #ffffff;
  border-radius: 36px 0 0 36px;
  opacity: 0;
  transition: 0.3s;
}
.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
  background: #fff;
}
.woocommerce-MyAccount-navigation ul li a:hover:before,
.woocommerce-MyAccount-navigation ul li.is-active a:before {
  opacity: 1;
}
.woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account
  .woocommerce
  form
  .form-row
  .select2-container--default
  .select2-selection--single {
  background: transparent;
  border: none;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #a24916;
  border-radius: 0;
  font-size: 18px;
  color: #a24916;
  padding: 15px 0 !important;
  height: auto;
  font-weight: 500;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  border-color: #a24916 transparent transparent transparent;
}
.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #a24916;
  padding: 0;
}
.woocommerce-account .woocommerce form .button,
.woocommerce-account.woocommerce-payment-methods .woocommerce .button {
  font-size: 24px;
  font-weight: 700;
  padding: 15px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  height: auto;
  background-color: #a24916;
  color: #f7ecd5;
}
.woocommerce-account.woocommerce-payment-methods .woocommerce .button:hover,
.woocommerce-account .woocommerce form .button:hover {
  box-shadow: 0 5px 0px 0 #602f19;
  background-color: #a24916;
}
.woocommerce-account .woocommerce form .form-row label {
  font-weight: 700;
}
.woocommerce-account .woocommerce form .form-row em {
  font-size: 14px;
}
.edit-account fieldset {
  border: 0;
  padding: 0;
  margin-top: 30px;
  margin-bottom: 30px;
}
.edit-account fieldset legend {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}
.woocommerce table.shop_table .woocommerce-PaymentMethod.payment-method-method {
  text-align: left;
}
.woocommerce-Address header.woocommerce-Address-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.woocommerce-Address address {
  margin: 0 0 1.5em;
  font-style: normal;
  font-size: 20px;
  line-height: 1.8;
}
.woocommerce-account .edit {
  background: #a24916;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 25px;
  color: #f7ecd5;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
}
.updae_subscribed_product:hover,
.woocommerce-account
  .woocommerce
  table.shop_table
  .wps_wsp_reactivate_subscription:hover,
.woocommerce-account
  .woocommerce
  table.shop_table
  .wps_sfw_cancel_subscription:hover,
.woocommerce-account
  .woocommerce
  table.shop_table
  .wps_wsp_pause_subscription:hover,
.woocommerce-account .edit:hover {
  box-shadow: 0 5px 0px 0 #602f19 !important;
  background-color: #a24916 !important;
}
.woocommerce-account .woocommerce-Address-title.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.woocommerce-MyAccount-content h3 {
  font-size: 30px;
}
.woocommerce-account .woocommerce-Address-title.title h3 {
  margin: 0;
}
.woocommerce-account .woocommerce .button.view,
.woocommerce-account .woocommerce .button.default,
.woocommerce-account .woocommerce .button.delete,
.wps_sfw_account_show_subscription a {
  background: #a24916;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 25px;
  color: #f7ecd5;
  text-decoration: none;
  min-width: auto;
  transition: 0.3s;
  display: inline-block;
}
.wps_sfw_account_show_subscription a:hover {
  box-shadow: 0 5px 0px 0 #602f19;
  background-color: #a24916;
}
.top-selected-bundle {
  display: flex;
  width: 100%;
  overflow-y: auto;
}

.top-selected-bundle::-webkit-scrollbar {
  width: 6px;
  height: 10px;
}
.top-selected-bundle::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}
.top-selected-bundle::-webkit-scrollbar-thumb {
  background: #a24916;
  border-radius: 20px;
}
.top-selected-bundle::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.woocommerce-account .woocommerce table.my_account_orders td,
.woocommerce-account .woocommerce table.my_account_orders th,
.woocommerce-account .woocommerce table.shop_table th,
.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table th,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table td {
  padding: 20px 8px;
  vertical-align: middle;
  border-right: 1px solid #fff;
  text-align: center;
}
.woocommerce-account .woocommerce table.my_account_orders td,
.woocommerce-account .woocommerce table.shop_table td,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table td {
  border-top: 1px solid #a24916;
}
.woocommerce-account .woocommerce table.shop_table,
.woocommerce-account .woocommerce table.shop_table,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table {
  border: 0;
  border-collapse: collapse;
  border-radius: 0;
}
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
  padding: 5px 8px;
}
.woocommerce-account .woocommerce table.my_account_orders td:last-child,
.woocommerce-account .woocommerce table.my_account_orders th:last-child,
.woocommerce-account .woocommerce table.shop_table td:last-child,
.woocommerce-account .woocommerce table.shop_table th:last-child,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table th:last-child,
.woocommerce-account .woocommerce .wps_sfw_account_wrap table td:last-child {
  border-right: 0;
}
.woocommerce-form-login label {
  display: none !important;
}
.woocommerce .woocommerce-form-login.woocommerce-form .form-row {
  margin: 0 0 15px;
}
#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #fff;
}
.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  border: 1px solid #a24916;
  margin: 5px 0;
  padding: 15px 10px;
  outline: 0;
}
.woocommerce-account .woocommerce table.shop_table.wps_sfw_details td,
.woocommerce-account .woocommerce table.shop_table.wps_sfw_order_details td,
.woocommerce-account .woocommerce table.shop_table.wps_sfw_order_details th {
  text-align: left;
}
.woocommerce-account .woocommerce table.shop_table.wps_sfw_details tbody td {
  font-weight: 700;
}
.shop_table.wps_sfw_order_details td[colspan="2"] {
  padding: 30px 0 0;
}
.wps_sfw_order_details td ul,
.wps_sfw_details_wrap .update_product_bundle_form ul {
  padding: 0;
  margin: 0 -10px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.wps_sfw_order_details td ul li,
.wps_sfw_details_wrap .update_product_bundle_form ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  order: 2;
}
.wps_sfw_order_details td ul ul {
  order: 1;
  width: 100%;
  margin-bottom: 30px;
  justify-content: end;
}
.wps_sfw_order_details td ul li:before,
.wps_sfw_details_wrap .update_product_bundle_form ul li:before {
  position: absolute;
  content: "";
  background: #fff;
  top: 0;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-radius: 50px;
  z-index: -1;
}
.wps_sfw_order_details td ul li img,
.wps_sfw_details_wrap .update_product_bundle_form ul li img {
  width: 100%;
  border-radius: 80px;
}
.wps_sfw_order_details td ul li h3,
.wps_sfw_details_wrap .update_product_bundle_form ul li h3 {
  margin: 0;
  padding: 25px 20px 40px;
  font-size: 20px;
}
.change_subscribe_bundle_product,
.woocommerce-account .woocommerce table.shop_table .wps_sfw_cancel_subscription,
.woocommerce-account
  .woocommerce
  table.shop_table
  .button.wps_wsp_pause_subscription,
.woocommerce-account
  .woocommerce
  table.shop_table
  .button.wps_wsp_reactivate_subscription {
  font-weight: 700;
  padding: 12px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  font-size: 24px;
  background-color: #a24916;
  color: #f7ecd5;
  /*     cursor: pointer; */
}
.woocommerce-account .woocommerce table.shop_table .wps_sfw_cancel_subscription,
.woocommerce-account
  .woocommerce
  table.shop_table
  .button.wps_wsp_pause_subscription {
  min-width: 150px;
}

.top-selected-bundle .selected-bundle-item {
  flex: 0 0 100px;
  max-width: 100px;
  margin-left: 15px;
  text-align: center;
}

.top-selected-bundle .selected-bundle-item img {
  border-radius: 50px;
}

#blah {
  display: inline-block;
  width: var(--size);
  --size: 99px;
  background: #91a79b;
  height: var(--size);
  border-radius: 50%;
  object-fit: cover;
}

.change_subscribe_bundle_product:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
.wps_sfw_details_wrap .update_product_bundle_form {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f7ecd5;
  z-index: 9;
  display: none;
  overflow-y: auto;
  text-align: center;
  padding: 50px 0;
}
.wps_sfw_details_wrap .update_product_bundle_form ul {
  max-width: 1200px;
  padding: 40px 20px 0;
  margin: 0 auto;
}
.wps_sfw_details_wrap
  .update_product_bundle_form
  ul
  li
  input.bundled_product_checkbox:before {
  opacity: 1;
  content: "";
  border: 1px solid #a24916;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50%;
  background: #fff;
  left: calc(50% - 15px);
  position: absolute;
  bottom: -15px;
}
.wps_sfw_details_wrap
  .update_product_bundle_form
  ul
  li
  input.bundled_product_checkbox:checked:after {
  content: "";
  width: 30px;
  height: 30px;
  background: #a24916;
  position: absolute;
  bottom: -15px;
  border-radius: 50%;
  left: calc(50% - 15px);
}
.wps_sfw_details_wrap
  .update_product_bundle_form
  ul
  li
  input.bundled_product_checkbox {
  position: absolute;
  bottom: 0;
  left: calc(50% - 10px);
}
.updae_subscribed_product {
  font-size: 24px;
  font-weight: 700;
  padding: 12px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  background-color: #a24916;
  color: #f7ecd5;
  margin: 40px auto;
  max-width: 270px;
  /*     cursor: pointer; */
}
.woocommerce-account
  .woocommerce
  form.woocommerce-EditAccountForm
  .form-row
  input.input-text {
  border: 1px solid #a24916;
  padding: 15px;
}
.update_product_bundle_form .close {
  position: absolute;
  right: 45px;
  top: 60px;
  width: 30px;
  height: 30px;
  border: 1px solid #a24916;
  border-radius: 50%;
  font-size: 18px;
  line-height: 28px;
  /*     cursor: pointer; */
  transition: 0.3s;
  color: #a24916;
}
.update_product_bundle_form .close:hover {
  color: #fff;
  background: #a24916;
}
.shop_table.wps_sfw_order_details tr:last-child td:last-child {
  text-align: right;
  /* 	width: 100%; */
}
.woocommerce-notices-wrapper .woocommerce-message {
  border-top-color: #a24916;
}
.woocommerce-notices-wrapper .woocommerce-message::before {
  color: #a24916;
}
form.checkout.woocommerce-checkout {
  display: flex;
  flex-wrap: wrap;
}
#wc-stripe-payment-request-wrapper,
#wc-stripe-payment-request-button-separator {
  width: 100%;
}
#customer_details .col-1 {
  width: 100%;
  float: none;
}
/* #customer_details .col-2 {
    display: none;
} */
.checkout .input-text,
.checkout .select2-container--default .select2-selection--single {
  border: 0 !important;
  border-bottom: 2px solid #a55031 !important;
  background: transparent !important;
  padding: 15px 0 !important;
  color: #a55031 !important;
  font-size: 18px;
  font-weight: 500 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  height: auto;
}
.input-text::placeholder {
  color: #a55031;
}
#my_little_one_checkout_field {
  margin-bottom: 30px;
  display: none;
}
.checkout.woocommerce-checkout #payment {
  margin-top: 30px;
  border-radius: 0;
}
.woocommerce
  .checkout
  table.shop_table.woocommerce-checkout-review-order-table {
  border: none;
  border-radius: 0;
}
.woocommerce
  .checkout
  table.shop_table.woocommerce-checkout-review-order-table
  thead {
  display: none;
}
.cart_item.bundle_table_item .product-quantity {
  display: none;
}
.woocommerce .cart_item.bundle_table_item td {
  border: 0;
  padding: 0;
  width: 40%;
}
.woocommerce .bundle_table_item .product-name {
  width: 60%;
  line-height: 1.2;
}
.woocommerce .bundle_table_item .product-total {
  text-align: right;
}
.woocommerce .product-name img {
  margin: 0 10px 0 0;
}
.woocommerce table.shop_table.woocommerce-checkout-review-order-table {
  display: block;
  border-spacing: 0;
}
.woocommerce-checkout-review-order-table tbody {
  display: block;
  width: 100%;
  padding-bottom: 30px;
}
.woocommerce .cart_item.bundled_table_item .product-name {
  width: 100%;
  max-width: 100%;
  padding: 0;
  display: block;
}
.woocommerce .checkout .bundled-product-name.bundled_table_item_indent {
  padding: 0;
  font-size: 0;
  width: 100%;
  margin: 15px 0;
  height: 0;
}
.woocommerce .checkout .bundled-product-name.bundled_table_item_indent img {
  width: 100%;
  margin: 0;
  border-radius: 40px;
}
.woocommerce .checkout .cart_item.bundled_table_item {
  width: 23.9%;
  display: inline-block;
}
.woocommerce table.shop_table tfoot th {
  padding: 20px 0;
  border-top: 2px solid #a55031;
}
.woocommerce table.shop_table tfoot td {
  padding: 20px 0;
  border-top: 2px solid #a55031;
  text-align: right;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment {
  background: transparent;
  font-size: 16px;
  color: #a55031;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order
  #payment
  ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order
  #payment
  div.payment_box {
  background-color: #b9987e;
  color: #f7ecd5;
  font-weight: 500;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods {
  padding: 0;
}
.woocommerce-checkout #order_review #payment div.payment_box::before {
  border: 1em solid #b9987e;
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
}
.wc_payment_methods.payment_methods.methods label {
  font-size: 20px;
  font-weight: 700;
}
.wc_payment_methods.payment_methods.methods ul label {
  font-size: 16px;
  font-weight: 700;
}
.wc_payment_methods.payment_methods.methods fieldset label {
  font-size: 14px;
}
.woocommerce-checkout
  .woocommerce-checkout-review-order
  #payment
  div.payment_box
  .form-row {
  margin: 0 0 1em;
  padding: 0;
}
.wc_payment_methods fieldset {
  padding: 0;
  border: 0;
}
.woocommerce-checkout .woocommerce-checkout-review-order #payment div.form-row {
  padding: 0;
}
.woocommerce .woocommerce-checkout-review-order #payment #place_order,
.woocommerce-page #payment #place_order {
  float: right;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 30px;
  min-width: 270px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  background: #a24916;
  color: #f7ecd5;
}
.woocommerce .woocommerce-checkout-review-order #payment #place_order:hover {
  box-shadow: 0 5px 0px 0 #602f19;
}
form.checkout_coupon.woocommerce-form-coupon input {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #a55031;
  border-radius: 0;
  font-weight: 600;
  padding: 15px 0;
  font-size: 18px;
}
.checkout_coupon button.button {
  font-size: 20px;
  font-weight: 700;
  padding: 20px 30px;
  text-align: center;
  display: inline-block;
  border-radius: 33px;
  transition: 0.3s;
  background: #a24916;
  color: #f7ecd5;
}
.checkout_coupon button.button:hover {
  background: #a24916;
  color: #f7ecd5;
  box-shadow: 0 5px 0px 0 #602f19;
}
.woocommerce form.checkout_coupon {
  border-color: #a55031;
}
.woocommerce-checkout .title-sec {
  text-align: left;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
  width: 100%;
}
.btn-round {
  font-size: 34px;
  font-weight: 700;
  background: #91a79b;
  padding: 10px 10px;
  border-radius: 50%;
  color: #f7ecd5;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 1;
}
a.btn-round:hover {
  background: #a24916;
  color: #f7ecd5;
  box-shadow: 0 5px 0px 0 #602f19;
}
.page {
  position: relative;
}
.wps_sfw_account_wrap table tbody tr:nth-of-type(even),
.wps_sfw_details_wrap table.shop_table tr:nth-of-type(even) {
  background: transparent;
}
.sec-choose .col p {
  margin-bottom: 0;
}
.pro-popup {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(162, 73, 22, 0.9);
  z-index: 20;
  padding: 5%;
  overflow: auto;
}
.pro-popup.show-popup {
  display: block;
  overflow-y: auto;
}
.popup-wrp.br-large {
  background: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
  margin: 0 auto;
  overflow: visible;
}
.pro-img-list {
  width: 100%;
}
.pro-img-content {
  width: 100%;
}
.pro-img-list .image-wrap img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.pro-img-content {
  padding: 30px;
  text-align: left;
}
.pro-img-content h4 {
  font-size: 26px;
  margin-bottom: 15px;
}
.st-desc,
.manufacture {
  margin-bottom: 20px;
  font-size: 16px;
}
.manufacture h5,
.dev-skill h5 {
  font-size: 20px;
  margin: 0 0 5px;
}
.manufacture span {
  font-size: 26px;
  color: #b9987e;
  font-weight: 700;
}
.dev-skill ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.dev-skill ul li {
  margin: 10px 0;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #b9987e;
}
.dev-skill ul li span {
  font-size: 32px;
  margin-right: 10px;
  color: #b9987e;
}
.pro-img-list.slick-dotted.slick-slider {
  margin: 0 !important;
}
.pro-img-list .slick-dots {
  bottom: 10px;
}
.pro-img-list .slick-dots li button:before {
  content: none;
}
.pro-img-list .slick-dots li button {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
}
.pro-img-list .slick-dots li.slick-active button {
  background: #a55031;
}
.close-popup.c-proup {
  border-color: #91a79b;
  right: 0;
  background: #91a79b;
  top: 0;
  transition: 0.3s;
}
.close-popup.c-proup:hover {
  border: #a24916;
  background: #a24916;
}
/* .checkout-sub-process .bundled_product.product.default_product_uncheck {
    display: none;
} */
.bundle_button.replace_toy_scubscription_button {
  display: none !important;
}
.replaceitemp .scubscribe_tab_list,
.replaceitemp .sub-product-title,
.replaceitemp .replace_toy_scubscription_button {
  display: none !important;
}
.nav-uname {
  color: #f7ecd5;
  font-size: 0;
  display: flex;
  align-items: end;
}
.header-btn ul .user-dropdown {
  display: none;
  position: absolute;
  background: #f7ecd5;
  top: calc(100% + 27px);
  z-index: 21;
  right: 0;
  min-width: 220px;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 0px 1px 20px -15px;
}
.user-dropdown li a {
  font-size: 15px;
}
.user-dropdown li {
  padding: 5px 0;
}
.user-dropdown .btn-last a {
  background: #a24916;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 14px;
  text-transform: capitalize;
}
.user-dropdown .btn-last {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}
.header-btn .close-ud {
  position: absolute;
  right: 5px;
  font-size: 20px;
  padding: 0 10px;
}
.nav-uname span {
  margin-right: 5px;
}
.woocommerce
  .woocommerce-form-login
  .form-row
  .woocommerce-form-login__rememberme {
  display: block !important;
}
.woocommerce
  .woocommerce-form-login
  .form-row
  .woocommerce-form-login__rememberme
  span:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #a24916;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  top: 2px;
  margin-right: 8px;
}
.woocommerce
  .woocommerce-form-login
  .form-row
  .woocommerce-form-login__rememberme
  span {
  position: relative;
  display: inline-block;
}
.woocommerce
  .woocommerce-form-login
  .form-row
  .woocommerce-form-login__rememberme
  input:checked
  + span:after {
  content: "";
  background: #a24916;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 8px;
}
.woocommerce
  .woocommerce-form-login
  .form-row
  .woocommerce-form-login__rememberme
  input {
  display: none;
}
.user-registration-account .entry-header {
  text-align: left;
}
/* .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
    display: none;
} */
.woocommerce-billing-fields input {
  width: 100%;
}
.woocommerce-billing-fields input:focus {
  outline: 0;
}
.woocommerce-billing-fields .checkout_delivery_address {
  margin-top: 25px;
}
.woocommerce .woocommerce-checkout #payment,
.woocommerce #add_payment_method #payment {
  background: transparent;
}
.woocommerce .woocommerce-checkout #payment ul.payment_methods,
.woocommerce #add_payment_method #payment ul.payment_methods {
  padding: 0;
  border: 0;
}
.woocommerce
  .woocommerce-checkout-review-order-table
  .bundle_table_item
  .product-name
  img {
  display: none;
}
.woocommerce-checkout .woocommerce-checkout #payment div.payment_box::before,
.woocommerce #add_payment_method #payment div.payment_box::before {
  content: none;
}
.woocommerce .woocommerce-checkout #payment div.payment_box,
.woocommerce #add_payment_method #payment div.payment_box {
  background: transparent;
  padding: 0;
  color: #a24916;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods {
  padding: 0;
}
.woocommerce .woocommerce-checkout #payment div.form-row {
  padding: 0;
}
#payment .woocommerce-privacy-policy-text p {
  margin-top: 0;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  input,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  .woocommerce-SavedPaymentMethods-saveNew
  input,
.woocommerce #add_payment_method #payment ul.payment_methods li input {
  display: none;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  label,
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  .woocommerce-SavedPaymentMethods-saveNew
  label,
.woocommerce #add_payment_method #payment ul.payment_methods li label {
  position: relative;
  display: inline-block;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #a24916;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.woocommerce-checkout
  #payment
  div.payment_box
  .woocommerce-SavedPaymentMethods.wc-saved-payment-methods
  input:checked
  + label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a24916;
  left: 0px;
  top: 6px;
  border-radius: 50%;
}
.woocommerce #add_payment_method #payment ul.payment_methods li label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #a24916;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 1px;
}
.woocommerce
  #add_payment_method
  #payment
  ul.payment_methods
  li
  input:checked
  + label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a24916;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
.woocommerce
  #add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-PaymentBox
  label:before {
  content: none;
}
.woocommerce
  #add_payment_method
  #payment
  ul.payment_methods
  li
  .woocommerce-PaymentBox
  label:after {
  content: none;
}
.woocommerce #stripe-card-element,
.woocommerce .wc-stripe-elements-field,
.wc-stripe-iban-element-field {
  background: transparent;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  .woocommerce-SavedPaymentMethods-saveNew
  label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #a24916;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 3px;
}
.woocommerce-checkout
  #payment
  ul.payment_methods
  li
  .woocommerce-SavedPaymentMethods-saveNew
  input:checked
  + label:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a24916;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.site-info .footer-title,
.fsocial .wp-block-heading {
  font-size: 20px;
  color: #ae9483;
  font-weight: 700;
  margin-bottom: 20px;
  white-space: nowrap;
}
.fsocial .wp-block-social-links li a {
  font-size: 20px;
  background: #a24916;
  border-radius: 50%;
}
.fsocial .wp-block-social-links li a svg {
  fill: #f7ecd5;
}
.user-registration.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-privacy_policy
  .checkbox
  span {
  position: relative;
  line-height: 18px;
  display: inline-block;
}
.user-registration.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-privacy_policy
  .checkbox
  span:before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #a24916;
  display: inline-block;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.user-registration.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-privacy_policy
  .checkbox
  input:checked
  + span:after {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  background: #a24916;
  top: 2px;
  border-radius: 50%;
  left: 0px;
}
.user-registration.ur-frontend-form
  .ur-form-row
  .ur-form-grid
  .field-privacy_policy
  .checkbox
  input {
  display: none;
}
.little_one_list_wrapper {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 15px;
  margin-bottom: 30px;
  overflow-x: auto;
  padding-bottom: 20px;
}

ul.little_one_list_wrapper li:first-child {
  margin-left: auto;
}

ul.little_one_list_wrapper li:last-child {
  margin-right: auto;
}
.little_one_list_wrapper li {
  text-align: center;
  font-weight: 600;
  text-transform: capitalize;
  color: #91a79b;
}
.little_one_list_wrapper li:not(.addnew, :hover) {
  opacity: 0.7;
}
.little_one_list_wrapper li.active {
  opacity: 1;
}
.little_one_list_wrapper li span {
  display: block;
  background: #91a79b;
  text-align: center;
  font-size: 60px;
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.ud_lo .row {
  display: flex;
  flex-wrap: wrap;
}
.t-edit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.sbub_ud ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.col.sbub_ud ul li {
  font-weight: 600;
  border-bottom: 2px solid #a24916;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.t-edit h5 {
  font-size: 20px;
  font-weight: 400;
  margin: 0;
}
a.edit-btn {
  background: #a24916;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 25px;
  color: #f7ecd5;
  font-weight: 700;
}
.ud_lo .col {
  width: 100%;
}
.col.sbub_lo input[type="text"] {
  background: transparent;
  border: none;
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 2px solid #a24916;
  border-radius: 0;
  font-size: 18px;
  color: #a24916;
  padding: 15px 0 !important;
  height: auto;
  font-weight: 500;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.col.sbub_lo input::placeholder {
  color: #a24916;
}
.col.sbub_lo input[type="text"]:focus {
  outline: none;
}
#nextsave.btn {
  background: #a24916;
  color: #f7ecd5;
  min-width: 220px;
  margin-top: 20px;
}
.acceptance label {
  position: relative;
  line-height: 23px;
  font-weight: 600;
  display: inline-block;
}
.acceptance label a {
  text-decoration: underline;
}
.acceptance input {
  display: none;
}
.acceptance label:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #a24916;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}
.acceptance input:checked + label:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 0px;
  width: 18px;
  height: 18px;
  background: #a24916;
  border-radius: 50%;
}
.col.sbub_lo p {
  margin: 20px 0 0;
  font-weight: 600;
}
#nextsave.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.content_subscribe_step_1.hide {
  display: none;
}
.content_subscribe_step_2.show {
  display: block;
  position: relative;
}

/*--- Popup CSS ---*/
#popup {
  position: fixed;
  background: rgb(247 236 213 / 90%);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 15px;
}
.popup-wrp {
  max-width: 500px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pop-main {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.popup-left {
  width: 100%;
  background-image: url("../img/popupstar.png");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-wrap: wrap;
}
.popup-right {
  width: 100% !important;
  background: #91a79b;
  border-radius: 60px;
  overflow: hidden;
}
.popup-cnt {
  padding: 30px 50px;
  text-align: center;
  color: #f7ecd5;
}
.cul-cnt {
  color: #f7ecd5;
  padding: 10%;
}
.cul-cnt h3 {
  font-size: 52px;
  margin: 0 0 15px;
}
.cul-cnt p {
  margin: 0;
}
.popup-cnt h4 {
  font-size: 20px;
}
.popup-wrp .close {
  position: absolute;
  right: -5px;
  top: 0;
  background: #000;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 28px;
  color: #fff;
  border-radius: 50%;
  /*     cursor: pointer; */
  z-index: 10;
}
.popup-cnt .wpcf7-form .wpcf7-text {
  border-color: #f7ecd5;
  color: #f7ecd5;
}
.popup-cnt .wpcf7-form .wpcf7-text::placeholder {
  color: #f7ecd5;
}
.popup-cnt .wpcf7-submit {
  background-color: #f7ecd5;
  color: #91a79b;
}

/*Subscription Additional CSS*/
.checkout-sub-process
  .content_subscribe_step_2
  .bundle_form
  .bundle_button
  button {
  position: absolute;
  right: 0;
  top: 18.75rem;
  z-index: 11;
}

.checkout-sub-process.replaceitemp
  .content_subscribe_step_2
  .bundle_form
  .bundle_button
  button {
  top: 85px;
}

.checkout-sub-process .selected-bundle-wrap {
  background-color: #ffffff;
  padding: 1px 260px 15px 20px;
  position: relative;
  border-radius: 100px;
}
.checkout-sub-process .selected-bundle-wrap:before {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 100%;
  width: 50vw;
  top: 0;
  left: 0;
  border-radius: 100px 0 0 100px;
  z-index: -1;
  transform: translatex(var(--container-offset));
}
.checkout-sub-process .selected-bundle-wrap:after {
  position: absolute;
  content: "";
  background: #ffffff;
  height: 100%;
  width: 50vw;
  top: 0;
  right: 0;
  border-radius: 0 100px 100px 0;
  z-index: -1;
  transform: translatex(calc(-1 * var(--container-offset)));
}
.checkout-sub-process .selected-bundle-wrap.is-sticky:before {
  border-radius: 0 0 0 100px;
}
.checkout-sub-process .selected-bundle-wrap.is-sticky:after {
  border-radius: 0 0 100px 0;
}
.checkout-sub-process.replaceitemp {
  margin-top: 0;
}
.checkout-sub-process
  .content_subscribe_step_2
  .bundle_form
  .bundle_button
  button.bundle_add_to_cart_button {
  max-width: 240px;
}
.checkout-sub-process .top-selected-bundle {
  border-radius: 40px;
}
.checkout-sub-process .top-selected-bundle .selected-bundle-item img {
  height: auto;
  object-fit: cover;
  aspect-ratio: 1.28;
  width: 100%;
}
.checkout-sub-process .top-selected-bundle .selected-bundle-item > span {
  display: inline-block;
  margin: 10px 0;
  --size: 30px;
  line-height: var(--size);
  height: var(--size);
  text-align: center;
  width: var(--size);
  border-radius: 50%;
  background-color: #a24916;
  color: #ffffff;
}
.mfp-hide.mfp-with-anim.wpb_wl_quick_view_content.wpb_wl_clearfix.product {
  margin-top: 60px;
}
.checkout-sub-process
  .selected-bundle-wrap[style="display: none;"]
  + .product
  .bundle_button
  button {
  display: none !important;
}
.checkout-sub-process
  .content_subscribe_step_2
  .bundle_form
  .bundle_button
  button.disabled {
  pointer-events: none;
}
.checkout-sub-process:not(.replaceitemp) .bundle_button.testbutton {
  margin-bottom: 50px;
}
.field-privacy_policy .form-row.validate-required label,
p.form-row.terms.wc-terms-and-conditions label {
  position: relative;
}
p.form-row.terms.wc-terms-and-conditions input[type="checkbox"] {
  display: none;
}
p.form-row.terms.wc-terms-and-conditions label:before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  border: 1px solid #a24916;
  border-radius: 50%;
  margin-right: 8px;
  /* position: relative; */
  top: 3px;
  flex-grow: 0;
  flex-shrink: 0;
}
p.form-row.terms.wc-terms-and-conditions.woocommerce-validated
  label:has(input:checked):after {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  background: #a24916;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
p.form-row.terms.wc-terms-and-conditions label span a {
  text-decoration: underline;
}

p.form-row.terms.wc-terms-and-conditions label span {
  margin-top: -0.25rem;
}

p.form-row.terms.wc-terms-and-conditions label,
.woocommerce-SavedPaymentMethods-token label {
  text-transform: none;
}
/*END */

/*My account Page additional CSS*/

.little_one_list_wrapper li img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  margin-bottom: 10px;
}
.checkout-sub-process .sbub_lo > label input {
  display: none;
}
.checkout-sub-process .sbub_lo > label {
  font-size: 0;
  margin-left: auto;
  display: inline-flex;
  justify-content: end;
  float: right;
  margin-bottom: 10px;
  border-radius: 50%;
  /* 	cursor: pointer; */
}
.checkout-sub-process .sbub_lo > label img {
  font-size: initial;
  display: inline-flex;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #a24916;
  color: #fff;
  object-fit: cover;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
.little_one_list_wrapper li {
  flex: 0 0 auto;
}

.little-one-list-section {
  padding-left: 100px;
}
.detail-item .detail-item-content {
  margin-bottom: 50px;
}
.detail-item .detail-item-content .edit {
  margin-top: 30px;
  max-width: 200px;
  width: 100%;
  text-align: center;
}
.detail-item-content label.detail-title {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a55031;
  white-space: nowrap;
  align-items: baseline;
  position: relative;
  font-weight: 400;
}
.detail-item-content label.detail-title span[class*="-error-msg"] {
  position: absolute;
  font-size: 12px;
  right: 0;
  bottom: 0;
}
.detail-item-content
  label.detail-title
  input:focus
  + span[class*="-error-msg"] {
  display: none !important;
}
.detail-item-content label.detail-title + label {
  margin-top: 20px;
}
.detail-item-content label.detail-title input {
  background-color: transparent;
  border: 0;
  outline: 0;
  display: inline-block;
  max-width: 500px;
  width: 100%;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  color: #a24916;
}
.detail-item-content input[type="submit"],
.detail-item-content .cancel-edit {
  background: #a24916;
  color: #fff;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 25px;
  color: #f7ecd5;
  font-weight: 700;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 30px;
  float: right;
  border: 0;
  outline: 0;
  line-height: 1.4;
}
.detail-item-content form.saveupdateform:after {
  content: "";
  display: table;
  clear: both;
}
.detail-item-content form.saveupdateform {
  position: relative;
}
.detail-item-content form.saveupdateform.readonly:before {
  content: "";
  /*     background-color: #a24916; */
  display: block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -4px;
  opacity: 7%;
  cursor: not-allowed;
}
.detail-item-content input[type="submit"]:hover {
  box-shadow: 0 5px 0px 0 #602f19;
  background-color: #a24916;
}
a.add {
  display: inline-block;
  color: #a24916;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.7;
}
.table-wrapper {
  overflow-x: auto;
  max-width: 100%;
}
/*End My Account Page CSS*/
body.has-sticky-subscribe
  .checkout-sub-process
  button.single_add_to_cart_button.bundle_add_to_cart_button.button.alt {
  position: fixed;
  top: 85px;
  right: calc(-1 * var(--container-offset));
}
.selected-bundle-wrap.is-sticky {
  position: fixed;
  top: 0;
  z-index: 10;
  left: calc(-1 * var(--container-offset));
  right: calc(-1 * var(--container-offset));
}
.selected-bundle-wrap.is-sticky
  ~ .mfp-hide.mfp-with-anim.wpb_wl_quick_view_content.wpb_wl_clearfix.product {
  padding-top: 270px;
}
.checkout-sub-process.replaceitemp
  .selected-bundle-wrap.is-sticky
  ~ .mfp-hide.mfp-with-anim.wpb_wl_quick_view_content.wpb_wl_clearfix.product {
  padding-top: 238px;
}
.checkout-sub-process.replaceitemp
  .selected-bundle-wrap.is-sticky[style="display: none;"]
  ~ .mfp-hide.mfp-with-anim.wpb_wl_quick_view_content.wpb_wl_clearfix.product,
.selected-bundle-wrap.is-sticky[style="display: none;"]
  ~ .mfp-hide.mfp-with-anim.wpb_wl_quick_view_content.wpb_wl_clearfix.product {
  padding: 0;
}
.payment_box.payment_method_stripe
  p.form-row.woocommerce-SavedPaymentMethods-saveNew.woocommerce-validated {
  margin-left: -6px !important;
}

.woocommerce-privacy-policy-text p {
  font-size: 16px;
}
.woocommerce-privacy-policy-text p a {
  text-decoration: underline;
}

.form-row.validate-required .checkbox span a {
  text-decoration: underline;
}
.woocommerce-account .woocommerce-MyAccount-content p a {
  text-decoration: underline;
}

.account-heading-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.account-heading-bar h2,
.account-heading-bar p {
  margin: 0;
}
a.change-password {
  display: block;
  margin: 30px 0;
  text-decoration: underline;
}
a.showcoupon {
  text-decoration: underline;
}

.woocommerce .woocommerce-order-details tfoot tr th {
  padding-left: 12px;
}
.woocommerce .woocommerce-order-details tfoot tr td:last-child {
  padding-right: 12px;
}
.woocommerce
  .woocommerce-order-details
  .woocommerce-table__product-table.product-total {
  text-align: right;
}
.pointer-events {
  pointer-events: none;
}
/*Cancel Pop up*/
body.cancel-confirmation-pop-show {
  overflow: clip;
}
.cancel-confirmation-popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #f7ecd5dd;
  z-index: 100;
  overflow: auto;
  padding: 20px;
}
.cancel-confirmation-popup .cancel-wrapper {
  display: flex;
  height: 100%;
}
.cancel-popup-wrap {
  margin: auto;
  max-width: 750px;
  background-color: #ffffff;
  position: relative;
  padding: 80px 120px;
  border-radius: 140px;
}
.cancel-popup-wrap .close-popup {
  right: 20px;
  top: 20px;
  background-color: #91a79b;
  color: #ffffff;
  border-color: #91a79b;
}
.cancel-popup-wrap .popup-wrapper {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cancel-popup-wrap h3 {
  font-size: 36px;
  text-align: center;
}
.cancel-popup-wrap .popup-wrapper a.edit {
  padding: 14px 50px;
  border-radius: 100px;
}
.cancel-popup-wrap .popup-wrapper a + a {
  margin-top: 20px;
}
.woocommerce-order-received .scubscribe_tab_list {
  display: none;
}
@media only screen and (max-width: 599px) {
  .footer-logo,
  .footer-menu {
    text-align: center;
  }
  .text-center-m {
    text-align: center;
  }
  .sec-works .col:not(:last-child),
  .pack-list .col:not(:last-child) {
    margin-bottom: 40px;
  }
  .tab-content .pack-list .col {
    margin-bottom: 0;
  }
  .footer-menu {
    margin-top: 30px;
    width: 50%;
  }
  .col.fsocial {
    width: 100%;
    text-align: center;
    margin-top: 30px;
  }
  .fsocial .wp-block-social-links.is-layout-flex {
    justify-content: center;
  }
  .popup-left {
    margin-bottom: -15%;
    z-index: 1;
  }
}
@media only screen and (max-width: 767.9px) {
  .site-branding {
    order: 1;
  }
  .main-navigation {
    order: 3;
    text-align: right;
  }
  .header-btn {
    order: 2;
  }
  .pro-lists .col {
    max-width: 400px;
    margin: 0 auto 40px;
  }
  .pro-lists .col:last-child {
    margin: 0 auto;
  }
  .dyk-title-sec {
    margin-bottom: 40px;
  }
  .cnt-details {
    margin-top: 40px;
  }
  .main-navigation .menu-primary-menu-container {
    position: fixed;
    background-color: #b9987e;
    max-width: 400px;
    width: calc(100% - 70px);
    transform: translate(-100%);
    visibility: hidden;
    z-index: 99;
    left: 0;
    top: 0;
    overflow-x: hidden;
    transition: transform 0.2s ease, visibility 0.2s ease;
    bottom: 0;
    padding: 40px 20px;
  }
  .open-menu .menu-primary-menu-container {
    transform: translate(0);
    visibility: visible;
  }
  .open-menu .menu-toggle:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
  }
  .menu-primary-menu-container .menu .menu-item {
    padding: 10px 15px;
  }
  .replaceitemp .selected-bundle-wrap {
    padding-right: 190px;
  }
  .checkout-sub-process.replaceitemp
    .content_subscribe_step_2
    .bundle_form
    .bundle_button
    button {
    top: 105px;
  }
}
@media screen and (max-width: 575px) {
  .checkout-sub-process.replaceitemp .selected-bundle-wrap {
    padding: 3px 10px;
    padding-bottom: 100px;
    border-radius: 50px;
  }
  .checkout-sub-process.replaceitemp .selected-bundle-wrap:before,
  .replaceitemp .selected-bundle-wrap:after {
    border-radius: 50px;
  }
  .checkout-sub-process.replaceitemp
    .content_subscribe_step_2
    .bundle_form
    .bundle_button
    button {
    top: 265px;
    right: 50%;
    transform: translatex(50%);
  }
  .checkout-sub-process
    .content_subscribe_step_2
    .bundle_form
    .bundle_button
    button {
    z-index: 1;
  }
}
@media only screen and (min-width: 600px) {
  .footer-logo {
    width: 50%;
  }
  .footer-menu.footer-2 {
    width: 50%;
  }
  .col.footer-menu.footer-3,
  .col.fsocial {
    width: 50%;
    margin-top: 30px;
  }
  .footer-subscription {
    width: 100%;
  }
  .list-slider .wrp {
    min-height: 500px;
  }
  .banner-title {
    font-size: 42px;
  }
  .banner-subtitle {
    font-size: 24px;
  }
  .title-sec {
    font-size: 30px;
  }
  .title-large {
    font-size: 32px;
  }
  .sec-choose .col {
    width: 50%;
  }
  .sec-works .col.col-title {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .sec-works .col:not(.col-title) {
    width: 33.3333%;
  }
  .nub-icon {
    justify-content: start;
  }
  .pack-list .col {
    width: 33.3333%;
  }
  .pack-list {
    margin: 50px 0 50px;
  }
  .pac-price {
    margin-bottom: 30px;
  }
  .pac-outsite {
    padding-top: 150px;
  }
  .package:before {
    font-size: 6rem;
    top: -10%;
  }
  .pb-title {
    font-size: 42px;
  }
  .page-banner {
    min-height: 300px;
  }
  .sec-works.sw-content .col-3 .col {
    width: 33.3333%;
  }
  .dyk-list ul li span {
    font-size: 60px;
    width: 90px;
  }
  .dyk-list ul li h4 {
    font-size: 24px;
    width: calc(100% - 90px);
  }
  .img-cnt > div {
    width: 50%;
  }
  .title-img .wrp {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .add-info h4 {
    font-size: 22px;
  }
  #tabs-nav a {
    font-size: 16px;
  }
  .sub-note p,
  .tab-content .subtitle {
    font-size: 16px;
  }
  .not-found h1 {
    font-size: 100px;
  }
  .content_subscribe_step_2 .bundled_product_images.images img {
    border-radius: 60px;
  }
  .content_subscribe_step_2 .bundled_product_images.images {
    border-radius: 60px 60px 0 0;
  }
  .content_subscribe_step_2
    .bundled_product_summary:not(.thumbnail_hidden)
    .details {
    border-radius: 0 0 60px 60px;
  }
  .wps_sfw_order_details td ul li,
  .wps_sfw_details_wrap .update_product_bundle_form ul li {
    width: 33.3333%;
  }
  .nav-uname {
    font-size: 14px;
  }
  .popup-left {
    width: 45%;
  }
  .popup-right {
    width: 55%;
  }
  .cul-cnt h3 {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .menu-primary-menu-container .menu .menu-item {
    padding: 0;
  }
  .site-branding {
    width: 25%;
  }
  .main-navigation {
    width: 50%;
  }
  .header-btn {
    width: 25%;
  }
  .footer-menu .menu .menu-item a {
    font-size: 18px;
  }
  .list-slider .wrp {
    min-height: 600px;
  }
  .banner-title {
    font-size: 56px;
  }
  .banner-subtitle {
    font-size: 28px;
    margin: 35px 0 0;
  }
  body {
    font-size: 18px;
  }
  .p-80 {
    padding: 60px 0;
  }
  .p-100 {
    padding: 60px 0;
  }
  .p-160 {
    padding: 80px 0;
  }
  .title-medium {
    font-size: 20px;
  }
  .title-sec {
    font-size: 36px;
    margin: 0 0 35px;
  }
  .title-large {
    font-size: 40px;
  }
  .btn {
    font-size: 20px;
    min-width: 320px;
  }
  .sec-bel .cnt-wrp {
    margin: 0 auto 50px;
  }
  .sec-bel .btn {
    margin-top: 20px;
  }
  .nub-icon {
    font-size: 100px;
    margin-bottom: 30px;
  }
  .nub-icon span {
    font-size: 72px;
  }
  .sec-works .col h4 {
    font-size: 28px;
  }
  .pro-info {
    padding: 25px 10%;
  }
  .pro-lists .col {
    width: 33.3333%;
  }
  .list-pro .img-wrp img {
    height: 200px;
    object-fit: cover;
    object-position: center;
  }
  .pack-title {
    font-size: 32px;
  }
  .no-of-toy {
    font-size: 32px;
  }
  .pac-price {
    font-size: 40px;
  }
  .pack-list {
    margin: 60px 0 50px;
  }
  .pac-outsite {
    padding-top: 200px;
  }
  .package:before {
    font-size: 8rem;
  }
  .pb-title {
    font-size: 50px;
  }
  .page-banner {
    min-height: 350px;
  }
  .col-2 .col {
    width: 50%;
  }
  .title-img .wrp {
    padding-right: 10%;
  }
  .list-pack .add-info p {
    font-size: 18px;
  }
  .tab-content .pack-list .add-info {
    margin-top: 40px;
  }
  .add-info h4 {
    font-size: 26px;
  }
  #tabs-nav a {
    font-size: 24px;
    padding: 12px 30px;
    min-width: 250px;
  }
  .sub-note p,
  .tab-content .subtitle {
    font-size: 18px;
  }
  .orginal-price {
    font-size: 32px;
  }
  .cnt-details {
    padding-left: 10%;
  }
  .follow-us {
    margin-bottom: 30px;
  }
  .faq-title h2 {
    font-size: 20px;
  }
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    justify-content: space-between;
  }
  .main-navigation .menu-primary-menu-container {
    display: block;
  }
  .list-pro.product {
    margin-bottom: 50px;
  }
  .sub-title {
    font-size: 46px;
  }
  .user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
    width: calc(50% - 4%) !important;
    flex: none;
  }
  .user-registration.ur-frontend-form .ur-form-row {
    justify-content: space-between;
  }
  .content_subscribe_step_2 .wpb_wl_summary .cart {
    margin-left: -15px;
    margin-right: -15px;
  }
  .content_subscribe_step_2 .wpb_wl_summary .cart .bundled_product {
    width: 33.3333%;
    padding: 0 15px;
  }
  .content_subscribe_step_2 .bundled_product_images.images img {
    border-radius: 70px;
  }
  .content_subscribe_step_2 .bundled_product_images.images {
    border-radius: 70px 70px 0 0;
  }
  .content_subscribe_step_2
    .bundled_product_summary:not(.thumbnail_hidden)
    .details {
    border-radius: 0 0 70px 70px;
  }
  .wps_sfw_order_details td ul li {
    width: 50%;
  }
  .wps_sfw_order_details td ul li:before,
  .wps_sfw_details_wrap .update_product_bundle_form ul li:before {
    border-radius: 80px;
  }
  .wps_sfw_order_details td ul li img,
  .wps_sfw_details_wrap .update_product_bundle_form ul li im {
    border-radius: 80px;
  }
  .wps_sfw_details_wrap .update_product_bundle_form ul li {
    width: 25%;
  }
  /* #customer_details {
        width: 50%;
        padding-right: 4%;
    } */
  /* #order_review {
        width: 50%;
        padding-left: 4%;
    } */
  .popup-left {
    width: 50%;
  }
  .popup-right {
    width: 50%;
  }
  .cul-cnt h3 {
    font-size: 52px;
  }
  .ud_lo .col {
    width: 50%;
  }
  .col.sbub_ud {
    padding-right: 5%;
  }
}

@media only screen and (min-width: 992px) {
  .site-header {
    border-radius: 0 0 100px 100px;
  }
  .br-large {
    border-radius: 90px;
  }
  .header-btn ul {
    gap: 35px;
  }
  .header-btn span {
    font-size: 28px;
  }
  .footer-logo {
    width: 20%;
  }
  .col.footer-menu,
  .col.footer-menu.footer-3 {
    width: 15%;
    margin-top: 0;
  }
  .col.fsocial {
    width: 10%;
    margin-top: 0;
  }
  .footer-subscription {
    width: 40%;
    margin-top: 0;
  }
  .site-footer {
    padding: 60px 0 30px;
  }
  .banner-title {
    font-size: 70px;
  }
  .banner-subtitle {
    font-size: 36px;
  }
  .p-100 {
    padding: 80px 0;
  }
  .p-160 {
    padding: 120px 0;
  }
  .title-medium {
    font-size: 24px;
  }
  .title-large {
    font-size: 50px;
  }
  .btn {
    font-size: 24px;
  }
  .sec-choose .col {
    width: 25%;
    margin: 0;
  }
  .btn.btn-small {
    min-width: 200px;
  }
  .sec-works .col.col-title {
    width: 33%;
    margin-bottom: 0;
    text-align: left;
  }
  .sec-works .col:not(.col-title) {
    width: 22.3333%;
  }
  .sec-works .col h4 {
    font-size: 30px;
  }
  .list-pro .img-wrp img {
    height: 240px;
  }
  .pro-info h4 {
    font-size: 22px;
  }
  .pro-info {
    padding: 35px 10%;
  }
  .pro-lists {
    margin-bottom: 40px;
  }
  .pac-price {
    font-size: 50px;
  }
  .package:before {
    font-size: 10rem;
  }
  .footer-subscription .wrp {
    padding: 60px 50px;
    border-radius: 90px;
  }
  .pb-title {
    font-size: 70px;
  }
  .page-banner {
    min-height: 400px;
  }
  .sec-works.sw-content .col {
    padding-left: 6%;
  }
  .dyk-list ul li h4 {
    font-size: 28px;
    width: calc(100% - 90px);
  }
  .tab-content .pack-list .add-info {
    margin-top: 50px;
  }
  .tab-content .list-pack .btn {
    font-size: 24px;
  }
  #tabs-nav a {
    font-size: 30px;
  }
  .sub-note p,
  .tab-content .subtitle {
    font-size: 20px;
  }
  .orginal-price {
    font-size: 40px;
  }
  .follow-us {
    margin-bottom: 40px;
  }
  .faq-title h2 {
    font-size: 24px;
  }
  .list-pro .woocommerce-placeholder {
    border-radius: 90px;
  }
  .not-found h1 {
    font-size: 140px;
  }
  .checkout-sub-process {
    margin: 60px 0;
  }
  .sub-title {
    font-size: 56px;
  }
  .woocommerce-button.button.woocommerce-form-login__submit {
    font-size: 24px;
    min-width: 270px;
  }
  .user-registration.ur-frontend-form .ur-form-row .ur-form-grid {
    width: calc(50% - 8%) !important;
  }
  .content_subscribe_step_2 .bundled_product_images.images img {
    border-radius: 80px;
  }
  .content_subscribe_step_2 .bundled_product_images.images {
    border-radius: 80px 80px 0 0;
  }
  .content_subscribe_step_2
    .bundled_product_summary:not(.thumbnail_hidden)
    .details {
    border-radius: 0 0 80px 80px;
  }
  .wps_sfw_order_details td ul li {
    width: 33.3333%;
  }
  .sec-choose .title-medium {
    min-height: 57px;
  }
  .pro-img-list {
    width: 60%;
    height: 100%;
  }
  .pro-img-content {
    width: 40%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .pro-img-list .slick-track,
  .pro-img-list .slick-list {
    height: 100% !important;
  }
  .pro-img-list .image-wrap img,
  .pro-img-list .image-wrap {
    height: 550px;
  }
  .popup-wrp.br-large {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: auto;
  }
  .quick-view-popup-wrapper {
    display: flex;
    justify-content: center;
    height: 100%;
  }
  .little_one_list_wrapper {
    gap: 40px;
  }
  /* 	.pro-popup[style="display: block;"] {
		display: grid !important;
		place-content: center;
		overflow: clip;
	} */
  .pro-img-list.br-large.img-slider.slick-initialized.slick-slider.slick-dotted,
  .pro-img-content {
    max-height: 550px;
    height: 100%;
  }
  .pic-wrapper {
    height: 100%;
    overflow: auto;
    display: flex;
  }
  .pic-wrapper-box {
    margin: auto;
  }
  .little_one_list_wrapper::-webkit-scrollbar {
    width: 6px;
    height: 15px;
  }
  .little_one_list_wrapper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 20px;
  }
  .little_one_list_wrapper::-webkit-scrollbar-thumb {
    background: #a24916;
    border-radius: 20px;
  }
  .little_one_list_wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
}

@media only screen and (min-width: 1200px) {
  .site-header {
    border-radius: 0 0 200px 200px;
  }
  .br-large {
    border-radius: 100px;
  }
  .menu-primary-menu-container .menu .menu-item a {
    font-size: 18px;
  }
  .footer-logo {
    width: 20%;
  }
  .col.footer-menu {
    width: 15%;
  }
  .col.fsocial {
    width: 10%;
  }
  .footer-subscription {
    width: 40%;
  }
  .footer-subscription .wrp {
    max-width: 530px;
  }
  .site-footer {
    padding: 90px 0 30px;
  }
  .banner-subtitle {
    font-size: 42px;
  }
  .p-80 {
    padding: 80px 0;
  }
  .p-100 {
    padding: 100px 0;
  }
  .p-160 {
    padding: 160px 0;
  }
  .title-medium {
    font-size: 26px;
  }
  .title-large {
    font-size: 60px;
  }
  .btn.btn-small {
    min-width: 220px;
  }
  .list-pro .img-wrp img {
    height: 280px;
  }
  .pro-info {
    padding: 35px 22%;
  }
  .pac-outsite {
    padding-top: 250px;
  }
  .package:before {
    font-size: 15rem;
    top: -15%;
  }
  .page-banner {
    min-height: 400px;
  }
  .sw-content .row {
    margin-top: 60px;
  }
  .dyk-list ul li span {
    font-size: 70px;
    width: 110px;
  }
  .dyk-list ul li h4 {
    font-size: 34px;
    width: calc(100% - 110px);
  }
  .add-info h4 {
    font-size: 30px;
  }
  .list-pro .woocommerce-placeholder {
    border-radius: 100px;
  }
  #child_name_field:before {
    content: "My little one details";
    position: absolute;
    top: -75%;
    left: 0;
  }
  .content_subscribe_step_2 .wpb_wl_summary .cart .bundled_product {
    width: 25%;
  }
  .content_subscribe_step_2 .bundled_product_images.images img {
    border-radius: 100px;
    width: 99.99%;
  }
  .content_subscribe_step_2 .bundled_product_images.images {
    border-radius: 150px 150px 0 0;
  }
  .content_subscribe_step_2
    .bundled_product_summary:not(.thumbnail_hidden)
    .details {
    border-radius: 0 0 150px 150px;
  }
}

@media only screen and (min-width: 1500px) {
  .container {
    max-width: 1320px;
  }
  .list-slider .wrp {
    min-height: 650px;
  }
  .list-pro .img-wrp img {
    height: 320px;
  }
  .dyk-list ul li span {
    font-size: 80px;
    width: 120px;
  }
  .dyk-list ul li h4 {
    font-size: 40px;
    width: calc(100% - 120px);
  }
  .sub-title {
    font-size: 70px;
  }
}

@media only screen and (min-width: 1900px) {
  .site-header {
    border-radius: 0 0 400px 400px;
  }
  .container {
    max-width: 1640px;
  }
  .br-large {
    border-radius: 140px;
  }
  .list-pro .img-wrp img {
    height: 400px;
  }
  .pro-info {
    padding: 35px 26%;
  }
  .list-pro .woocommerce-placeholder {
    border-radius: 140px;
  }
}
