/*
 Theme Name:   shoppingcartChild2
 Description:  shoppingcartChild2
 Author:       nischint
 Template:     shoppingcart
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  shoppingcart
*/



/*
font-family: 'Allerta Stencil', sans-serif;
font-family: 'Berkshire Swash', cursive;
font-family: 'Boogaloo', cursive;
font-family: 'Calligraffitti', cursive;
font-family: 'Chewy', cursive;
font-family: 'Covered By Your Grace', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Henny Penny', cursive;
font-family: 'La Belle Aurore', cursive;
font-family: 'Niconne', cursive;
font-family: 'Oleo Script Swash Caps', cursive;
font-family: 'Pattaya', sans-serif;
font-family: 'Playball', cursive;
font-family: 'Sofia', cursive;
font-family: 'Gajraj One', cursive;
font-family: 'Plaster', cursive;
 */

/*whole website - common*/
textarea {
  max-height: 235px;
}

a:focus {
  outline: unset;
}

/*whole website - PAGE*/

#page {
  /*  background-image: url('http://designingboss.com/wp-content/uploads/2023/06/backMain_home_1_a.gif');*/
  background-color: #eee0ff;
  /*    background-color: #4C1575;*/
  /*    background-color: #230A36;*/
}


@media only screen and (max-width: 640px) and (min-width: 4px) {
  /*
  #page {
    background-image: url('http://designingboss.com/wp-content/uploads/2023/06/backMain_home_1_jpeg.jpg');
  }
*/
}

.go-to-top {
  bottom: 70px;
}

/*home - TOP BAR*/
.top-bar {
  font-family: 'Sofia', cursive;
  font-family: 'Allerta Stencil';
  font-size: 1.1em;
  color: white;
  background-image: url(https://designingboss.com/wp-content/uploads/2022/07/smallap3.jpg);
  background-size: revert;
}

#site-branding {
  padding: 10px 0;
}

.top-bar .top-bar-menu a:hover {
  color: #ffc763;
}

/* .top-bar .widget_contact ul li a{
      font-size: 1.1em;
      color: white;
      font-family: 'Oleo Script Swash Caps', cursive;
   } */

@media only screen and (min-width: 10px) and (max-width: 1080px) {
  .top-bar {
    /* display: none; */
  }

  .top-bar .fa {
    color: white;
    vertical-align: top;
  }

  .top-bar .textwidget {
    font-size: 0.7em;
  }
}


.top-bar .social-links {
  display: none;
}

.topMenuClass,
.top-bar ul li a {
  color: white;
  font-family: 'Playball', cursive;
}

.top-bar .top-bar-menu a {
  font-size: 1.2em;
}

.top-bar p {
  margin: 0;
}


/*home - MAIN MENU*/
#sticky-header {
  background-image: url(https://designingboss.com/wp-content/uploads/2022/07/back3_decorative-watercolor-texture-mandala-design.jpg);
  background-size: cover;
}

#sticky-header:has(.toggled-on) {
  background-image: unset;
}

.main-navigation a {
  font-weight: bolder;
}

.main-navigation .menu-item .sub-menu li a {
  line-height: 1;
  padding: 10px 15px;
}


/*home - MAIN MENU* - adding text main menu so viewer can understand which one is the main menu*/
@media screen and (max-width: 768px) {

  /* दाईं तरफ वाले ओरिजिनल बटन को सही जगह और आकार देने के लिए */
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: 42px !important;
    /* कैटेगरीज बटन के बराबर */
    padding: 0 15px !important;
    background: #6a1b9a !important;
    /* पर्पल बैकग्राउंड */
    color: #ffffff !important;
    border: none !important;
    border-radius: 4px !important;
    float: right !important;
    /* इसे स्क्रीन के दाईं तरफ रखने के लिए */
    margin-top: 0 !important;
  }

  /* बटन के अंदर की मुख्य लाइन को उसकी ओरिजिनल पोजीशन में रखने के लिए */
  .menu-toggle .line-bar {
    display: inline-block !important;
    background-color: #ffffff !important;
    margin: 0 !important;
    position: relative !important;
    vertical-align: middle !important;
  }

  /* थीम की ऊपर और नीचे वाली अन्य दो लाइनों (::before और ::after) को वापस दिखाने के लिए */
  .menu-toggle .line-bar::before,
  .menu-toggle .line-bar::after {
    background-color: #ffffff !important;
    content: "" !important;
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  /* 'Main Menu' टेक्स्ट को आइकॉन के ठीक बगल में परफेक्ट सेट करने के लिए */
  .menu-toggle::after {
    content: "Main Menu" !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #ffffff !important;
    margin-left: 12px !important;
    /* आइकॉन से थोड़ी दूरी */
    white-space: nowrap !important;
    display: inline-block !important;
    vertical-align: middle !important;
  }
}




/*home - BANNER*/
.catalog-slider-promotion-wrap {
  background-image: url(https://designingboss.com/wp-content/uploads/2022/07/aesthetic-background-vector-with-hexagons1.jpg);
  background-size: cover;
  font-weight: bold;
}

div#n2-ss-3 .n2-ss-slider-3 {
  border-radius: 20px;
}


/*home - CATALOG MENU*/
.catalog-menu-title {
  font-size: 1.5em;
  font-family: 'Oleo Script Swash Caps', cursive;
}

.catalog-menu-title:before {
  color: #333;
}

@media only screen and (max-width: 767px) {
  .show-menu-toggle .sn-text {
    /* font-family: 'Sofia', cursive !important; */
    font-weight: bold;
  }

  .show-menu-toggle .bars,
  .show-menu-toggle .bars:after,
  .show-menu-toggle .bars:before {
    background-color: #2d2d2d !important;
  }
}

/*home - heading h2*/
h2.widget-title {
  /*  background-image: url(http://designingboss.com/wp-content/uploads/2023/06/headingBackLight1_.png);*/
  /*  background-repeat: no-repeat;*/
  /* text-transform: capitalize !important; */
  text-align: center;
  text-transform: uppercase;
  /*  background-position: top;*/
  font-weight: bolder;
  background-color: #e8dcf2;
}

/*home - plugin - smartslider - giftslider*/
.banrGiftSktchicon {
  position: absolute !important;
  left: 5% !important;
  bottom: 3% !important;
  width: 30px !important;
}

/*home - main slider Right 3 Box*/
.mko-3boxRight {
  width: 100%;
  position: relative;
}

.mko-movie-container {
  position: relative;
  overflow: hidden;
}

.mko-movie-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: fade-in 5s infinite;
}

.mko-sldR1-frame1 {
  z-index: 4;
  animation-delay: 0s;
}

.mko-sldR1-frame2 {
  z-index: 3;
  animation-delay: 1s;
}

.mko-sldR1-frame3 {
  z-index: 2;
  animation-delay: 2s;
}

.mko-sldR1-frame4 {
  z-index: 1;
  animation-delay: 3s;
}

/*
        @keyframes fade-in {
            0% { opacity: 0; }
            25% { opacity: 1; }
            50% { opacity: 1; }
            75% { opacity: 0; }
            100% { opacity: 0; }
        }
*/

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  60% {
    opacity: 0;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

/*home - products box - height equal*/
@media only screen and (max-width: 400px) {
  .shoppingcart-grid-product .price {
    min-height: 51px;
    font-size: 10px;
    display: grid;
    line-height: 1.2
  }

  a.button.product_type_variable.add_to_cart_button {
    font-size: 11px;
  }
}

.product-widget-box h2.wp-block-heading {
  font-size: 2em;
  font-family: 'Oleo Script Swash Caps', cursive;
  font-weight: 400;
  line-height: 36px;
  color: #333;
  text-align: center;
}


/*home - theme option - Product Categories - */
.promo-category-wrap {
  background-image: url(https://designingboss.com/wp-content/uploads/2022/07/aesthetic-background-vector-with-hexagons1.jpg);
  background-size: cover;
}

#site-content-contain #content .promo-category-area.promo-category-bg-color .box-title {
  padding-top: 10px;
  font-size: 2em;
  font-family: 'Oleo Script Swash Caps', cursive;
}

.promo-category-bg-color .promo-category-text {
  display: none;
}

.box-sub-title {
  font-family: 'Allerta Stencil', sans-serif;
  /* font-weight: bold; */
  font-style: italic;
}



/*home - footer - review*/
/*
.mkoReviews-container {
  overflow: hidden;
  height: 200px;
}

.mkoReviews-mkoRcontent {
  animation: mkoScroll 70s linear infinite;
}

.mkoReview-card {
  border: 1px solid #ccc;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}

.mkoRevImg {
  position: absolute;
  width: 85px;
  height: 85px;
  top: 5px;
  right: 5px;
  background-image: url(http://designingboss.com/wp-content/uploads/2023/06/reviewSketch_85w3.png);
  background-repeat: no-repeat;
}

.mkoReview-card .mkoRauthor {
  font-weight: bold;
}

.mkoReview-card .mkoStarsC {
  width: 89px;
  height: 17px;
  background-image: url(http://designingboss.com/wp-content/uploads/2023/06/reviewSketch_85w3.png);
  margin-right: 10px;
}

div#mkoStarsId1 {
  background-position: 0px -172px;
}

div#mkoStarsId2 {
  background-position: 0px -172px;
}

div#mkoStarsId3 {
  background-position: -251px -172px;
}

div#mkoStarsId4 {
  background-position: 0px -172px;
}

div#mkoStarsId5 {
  background-position: -251px -172px;
}

div#mkoStarsId6 {
  background-position: 0px -172px;
}

div#mkoStarsId7 {
  background-position: -127px -172px;
}

div#mkoStarsId8 {
  background-position: 0px -172px;
}

.mkoReview-card .mkoRdate {
  font-style: italic;
  color: #666;
}


.mkoReview-card .mkoRrate {
  display: inline-flex;
  background-color: #7521b4;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

.mkoReview-card .mkoRcontent {
  margin-top: 5px;
  font-family: 'Calligraffitti', cursive;
}

@keyframes mkoScroll {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-100%);
  }
}

#mkoRev1 {
  background-color: #efdbff;
}

#mkoRev2 {
  background-color: #d4eaff;
}

#mkoRev3 {
  background-color: #d3f9ff;
}

#mkoRev4 {
  background-color: #d3ffe2;
}

#mkoRev5 {
  background-color: #f9ffd5;
}

#mkoRev6 {
  background-color: #fff1d8;
}

#mkoRev7 {
  background-color: #ffdada;
}

#mkoRev8 {
  background-color: #d5ffd7;
}

#mkoRev7img {
  background-position: 0px 0px;
}

#mkoRev2img {
  background-position: -85px 0px;
}

#mkoRev8img {
  background-position: -170px 0px;
}

#mkoRev4img {
  background-position: -255px 0px;
}

#mkoRev5img {
  background-position: 0px -85px;
}

#mkoRev6img {
  background-position: -85px -85px;
}

#mkoRev3img {
  background-position: -170px -85px;
}

#mkoRev1img {
  background-position: -255px -85px;
}
*/

/*home - footer - review*/
/*
.mkoBottomWidget {
    width: 305px;
    height: 202px;
}
*/
/*

.mkoOutStructure {
  background: radial-gradient(ellipse at bottom, #3c7fa1 0%, #2b3990 100%);
  max-width: 900px;
  max-height: 596px;
  min-height: 202px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 17px 9px -9px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 17px 9px -9px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 17px 9px -9px rgba(0, 0, 0, 0.25);
  position: relative;
}

.mkoBlurCircls {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  background-image: url(http://designingboss.com/wp-content/uploads/2023/06/bubblesBack_a1.png);
  background-repeat: repeat;
}

.mko-night {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotateZ(45deg);
}

.mkoStarShootTxt {
  position: absolute;
  text-align: center;
  color: white;
  padding: 5%;
}

.mkoStarShootTxt a {
  position: relative;
  z-index: 100;
}

.mkoStarShootTxt h1 {
  font-family: 'Dancing Script', cursive;
  margin: 0px;
  font-weight: bold;
}

.mkoStarShootTxt h5 {
  font-family: 'Allerta Stencil', sans-serif;
  font-size: 17px;
}

.mkoStarShootTxt h1,
.mkoStarShootTxt h5 {
  color: white;

}

.mko-shooting_star {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 2px;
  background: linear-gradient(-45deg, #5f91ff, rgba(0, 0, 255, 0));
  border-radius: 999px;
  filter: drop-shadow(0 0 6px #699bff);
  -webkit-animation: mko-tail 3000ms ease-in-out infinite, mko-shooting 3000ms ease-in-out infinite;
  animation: mko-tail 3000ms ease-in-out infinite, mko-shooting 3000ms ease-in-out infinite;
}

.mko-shooting_star::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: mko-shining 3000ms ease-in-out infinite;
  animation: mko-shining 3000ms ease-in-out infinite;
}

.mko-shooting_star::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  height: 2px;
  background: linear-gradient(-45deg, rgba(0, 0, 255, 0), #5f91ff, rgba(0, 0, 255, 0));
  transform: translateX(50%) rotateZ(45deg);
  border-radius: 100%;
  -webkit-animation: mko-shining 3000ms ease-in-out infinite;
  animation: mko-shining 3000ms ease-in-out infinite;
  transform: translateX(50%) rotateZ(-45deg);
}

.mko-shooting_star:nth-child(1) {
  top: calc(50% - 11px);
  left: calc(50% - 234px);
  -webkit-animation-delay: 9581ms;
  animation-delay: 9581ms;
}

.mko-shooting_star:nth-child(1)::before,
.mko-shooting_star:nth-child(1)::after {
  -webkit-animation-delay: 9581ms;
  animation-delay: 9581ms;
}

.mko-shooting_star:nth-child(2) {
  top: calc(50% - -163px);
  left: calc(50% - 14px);
  -webkit-animation-delay: 3946ms;
  animation-delay: 3946ms;
}

.mko-shooting_star:nth-child(2)::before,
.mko-shooting_star:nth-child(2)::after {
  -webkit-animation-delay: 3946ms;
  animation-delay: 3946ms;
}

.mko-shooting_star:nth-child(3) {
  top: calc(50% - 74px);
  left: calc(50% - 28px);
  -webkit-animation-delay: 6020ms;
  animation-delay: 6020ms;
}

.mko-shooting_star:nth-child(3)::before,
.mko-shooting_star:nth-child(3)::after {
  -webkit-animation-delay: 6020ms;
  animation-delay: 6020ms;
}

.mko-shooting_star:nth-child(4) {
  top: calc(50% - -59px);
  left: calc(50% - 113px);
  -webkit-animation-delay: 189ms;
  animation-delay: 189ms;
}

.mko-shooting_star:nth-child(4)::before,
.mko-shooting_star:nth-child(4)::after {
  -webkit-animation-delay: 189ms;
  animation-delay: 189ms;
}

.mko-shooting_star:nth-child(5) {
  top: calc(50% - -156px);
  left: calc(50% - 70px);
  -webkit-animation-delay: 7961ms;
  animation-delay: 7961ms;
}

.mko-shooting_star:nth-child(5)::before,
.mko-shooting_star:nth-child(5)::after {
  -webkit-animation-delay: 7961ms;
  animation-delay: 7961ms;
}

.mko-shooting_star:nth-child(6) {
  top: calc(50% - 138px);
  left: calc(50% - 146px);
  -webkit-animation-delay: 1681ms;
  animation-delay: 1681ms;
}

.mko-shooting_star:nth-child(6)::before,
.mko-shooting_star:nth-child(6)::after {
  -webkit-animation-delay: 1681ms;
  animation-delay: 1681ms;
}

.mko-shooting_star:nth-child(7) {
  top: calc(50% - 154px);
  left: calc(50% - 76px);
  -webkit-animation-delay: 4979ms;
  animation-delay: 4979ms;
}

.mko-shooting_star:nth-child(7)::before,
.mko-shooting_star:nth-child(7)::after {
  -webkit-animation-delay: 4979ms;
  animation-delay: 4979ms;
}

.mko-shooting_star:nth-child(8) {
  top: calc(50% - 65px);
  left: calc(50% - 8px);
  -webkit-animation-delay: 118ms;
  animation-delay: 118ms;
}

.mko-shooting_star:nth-child(8)::before,
.mko-shooting_star:nth-child(8)::after {
  -webkit-animation-delay: 118ms;
  animation-delay: 118ms;
}

.mko-shooting_star:nth-child(9) {
  top: calc(50% - -187px);
  left: calc(50% - 59px);
  -webkit-animation-delay: 5619ms;
  animation-delay: 5619ms;
}

.mko-shooting_star:nth-child(9)::before,
.mko-shooting_star:nth-child(9)::after {
  -webkit-animation-delay: 5619ms;
  animation-delay: 5619ms;
}

.mko-shooting_star:nth-child(10) {
  top: calc(50% - 8px);
  left: calc(50% - 148px);
  -webkit-animation-delay: 7502ms;
  animation-delay: 7502ms;
}

.mko-shooting_star:nth-child(10)::before,
.mko-shooting_star:nth-child(10)::after {
  -webkit-animation-delay: 7502ms;
  animation-delay: 7502ms;
}

.mko-shooting_star:nth-child(11) {
  top: calc(50% - 77px);
  left: calc(50% - 46px);
  -webkit-animation-delay: 4767ms;
  animation-delay: 4767ms;
}

.mko-shooting_star:nth-child(11)::before,
.mko-shooting_star:nth-child(11)::after {
  -webkit-animation-delay: 4767ms;
  animation-delay: 4767ms;
}

.mko-shooting_star:nth-child(12) {
  top: calc(50% - -79px);
  left: calc(50% - 40px);
  -webkit-animation-delay: 1345ms;
  animation-delay: 1345ms;
}

.mko-shooting_star:nth-child(12)::before,
.mko-shooting_star:nth-child(12)::after {
  -webkit-animation-delay: 1345ms;
  animation-delay: 1345ms;
}

.mko-shooting_star:nth-child(13) {
  top: calc(50% - 61px);
  left: calc(50% - 196px);
  -webkit-animation-delay: 4396ms;
  animation-delay: 4396ms;
}

.mko-shooting_star:nth-child(13)::before,
.mko-shooting_star:nth-child(13)::after {
  -webkit-animation-delay: 4396ms;
  animation-delay: 4396ms;
}

.mko-shooting_star:nth-child(14) {
  top: calc(50% - -176px);
  left: calc(50% - 134px);
  -webkit-animation-delay: 6970ms;
  animation-delay: 6970ms;
}

.mko-shooting_star:nth-child(14)::before,
.mko-shooting_star:nth-child(14)::after {
  -webkit-animation-delay: 6970ms;
  animation-delay: 6970ms;
}

.mko-shooting_star:nth-child(15) {
  top: calc(50% - -49px);
  left: calc(50% - 35px);
  -webkit-animation-delay: 7573ms;
  animation-delay: 7573ms;
}

.mko-shooting_star:nth-child(15)::before,
.mko-shooting_star:nth-child(15)::after {
  -webkit-animation-delay: 7573ms;
  animation-delay: 7573ms;
}

.mko-shooting_star:nth-child(16) {
  top: calc(50% - -99px);
  left: calc(50% - 296px);
  -webkit-animation-delay: 5730ms;
  animation-delay: 5730ms;
}

.mko-shooting_star:nth-child(16)::before,
.mko-shooting_star:nth-child(16)::after {
  -webkit-animation-delay: 5730ms;
  animation-delay: 5730ms;
}

.mko-shooting_star:nth-child(17) {
  top: calc(50% - 20px);
  left: calc(50% - 251px);
  -webkit-animation-delay: 8868ms;
  animation-delay: 8868ms;
}

.mko-shooting_star:nth-child(17)::before,
.mko-shooting_star:nth-child(17)::after {
  -webkit-animation-delay: 8868ms;
  animation-delay: 8868ms;
}

.mko-shooting_star:nth-child(18) {
  top: calc(50% - 158px);
  left: calc(50% - 184px);
  -webkit-animation-delay: 8117ms;
  animation-delay: 8117ms;
}

.mko-shooting_star:nth-child(18)::before,
.mko-shooting_star:nth-child(18)::after {
  -webkit-animation-delay: 8117ms;
  animation-delay: 8117ms;
}

.mko-shooting_star:nth-child(19) {
  top: calc(50% - -22px);
  left: calc(50% - 237px);
  -webkit-animation-delay: 9491ms;
  animation-delay: 9491ms;
}

.mko-shooting_star:nth-child(19)::before,
.mko-shooting_star:nth-child(19)::after {
  -webkit-animation-delay: 9491ms;
  animation-delay: 9491ms;
}

.mko-shooting_star:nth-child(20) {
  top: calc(50% - -18px);
  left: calc(50% - 269px);
  -webkit-animation-delay: 2914ms;
  animation-delay: 2914ms;
}

.mko-shooting_star:nth-child(20)::before,
.mko-shooting_star:nth-child(20)::after {
  -webkit-animation-delay: 2914ms;
  animation-delay: 2914ms;
}

@-webkit-keyframes mko-tail {
  0% {
    width: 0;
  }

  30% {
    width: 100px;
  }

  100% {
    width: 0;
  }
}

@keyframes mko-tail {
  0% {
    width: 0;
  }

  30% {
    width: 100px;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes mko-shining {
  0% {
    width: 0;
  }

  50% {
    width: 30px;
  }

  100% {
    width: 0;
  }
}

@keyframes mko-shining {
  0% {
    width: 0;
  }

  50% {
    width: 30px;
  }

  100% {
    width: 0;
  }
}

@-webkit-keyframes mko-shooting {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(300px);
  }
}

@keyframes mko-shooting {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(300px);
  }
}

@-webkit-keyframes sky {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}

@keyframes sky {
  0% {
    transform: rotate(45deg);
  }

  100% {
    transform: rotate(405deg);
  }
}
*/

/*whole website - footer */
/*
.go-to-top {
    right: 150px;
}
*/

/*woo page - whole*/
.shoppingcart-grid-product .product-item-action .button,
.shoppingcart-grid-product .product-item-action .product_add_to_wishlist,
.product-item-action .yith-wcwl-add-button a.add_to_wishlist {
  background-color: #7521b4;
  color: white;
  font-weight: bold;
}

.shoppingcart-grid-product .product-item-action .button:hover,
.shoppingcart-grid-product .product-item-action .product_add_to_wishlist:hover,
.product-item-action .yith-wcwl-add-button a.add_to_wishlist:hover {
  background-color: #797979;
}

.shoppingcart-grid-product .add_to_cart_button:before {
  color: white;
}

.shoppingcart-grid-product .add_to_cart_button {
  border: unset;
}

ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-weight: bold;
}

.mko_smShare {
  width: 43px;
  padding: 2px;
}

/*woo page - sketch bnw*/
.kff_sketchClass-wrapper:nth-child(even) {
  background-color: #eadaf7;
}

.kff_sketchClass-wrapper:nth-child(even) {
  background-color: #dbc5ed;
}

.kff_sketchClass-wrapper td {
  padding: 5px 5px 5px 5px !important;
}

.kff_sketchClass-wrapper input[type="file"] {
  width: 260px !important;
}

@media only screen and (max-width: 1300px) {
  .kff_sketchClass-wrapper input[type="file"] {
    width: 200px !important;
    /* display: none !important; */
  }
}

@media only screen and (max-width: 500px) {
  .kff_sketchClass-wrapper input[type="file"] {
    width: 150px !important;
    /* display: none !important; */
  }
}

/* .postid-34736 input[type="text"], .postid-34736 input[type="email"], .postid-34736 input[type="url"], .postid-34736 input[type="tel"], .postid-34736 input[type="number"], .postid-34736 input[type="date"], .postid-34736 input[type="password"], .postid-34736 textarea {
     background-color: #7521b4;
     color: white;
  }

  .postid-34736 input[type="text"]:focus, .postid-34736 input[type="email"]:focus, .postid-34736 input[type="search"]:focus, .postid-34736 input[type="password"]:focus, .postid-34736 textarea:focus, .postid-34736 input[type="tel"]:focus {
     background-color: #0d6bef;
     color: white;
  } */



/*woo page - Personal Story Book – (Your Child Name Here) & Baby Butterfly*/
.kff_str_whiteButfly-wrapper:nth-child(even) {
  background-color: #eadaf7;
}

.kff_str_whiteButfly-wrapper:nth-child(odd) {
  background-color: #dbc5ed;
}

.kff_str_whiteButfly-wrapper td {
  padding: 5px 5px 5px 5px !important;
}

.kff_str_whiteButfly-wrapper input[type="file"] {
  width: 100% !important;
  /* width: 260px !important; */
}

@media only screen and (max-width: 1300px) {
  .kff_str_whiteButfly-wrapper input[type="file"] {
    width: 100% !important;
    /* width: 200px !important; */
    /* display: none !important; */
  }
}

@media only screen and (max-width: 500px) {
  .kff_str_whiteButfly-wrapper input[type="file"] {
    width: 100% !important;
    /* width: 150px !important; */
    /* display: none !important; */
  }
}


/*woo page - categories - product box */
/* product name same height */
h2.sc-grid-product-title {
  min-height: 70px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  font-weight: bold;
  -webkit-line-clamp: 3;
  position: relative;
}

.woocommerce-Price-amount.amount {
  font-size: 15px;
  font-size: 100%;
}

/*woo page - single product page*/
.flex-viewport {
  margin-bottom: 10px;
}

table.wccpf_fields_table td.wccpf_label,
table.wccpf_fields_table td.wccpf_label label {
  vertical-align: baseline;
}

.woocommerce-product-details__short-description {
  text-align: justify;
  line-height: 1.4;
}

.woocommerce-tabs .woocommerce-Tabs-panel--description {
  text-align: justify;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in {
  padding: 0px;
}

.entry-summary ul li a,
.entry-summary ol li a,
.woocommerce-Tabs-panel--description ul li a,
.woocommerce-Tabs-panel--description ol li a {
  color: #7521b4;
  font-weight: bold;
}

.entry-summary .variations label {
  line-height: initial;
}

.product table,
.product tbody {
  display: block;
}

.product select {
  width: 100%;
}

.woocommerce-review__dash,
.woocommerce-review__published-date {
  display: none;
}

/*woo page - category page*/
h2.woocommerce-loop-product__title {
  min-height: 70px;
  height: 78px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.5;
}

.woocommerce .woocommerce-result-count {
  margin: 0 0 1em;
  background-color: #7521b4;
  padding: 1px 10px;
  color: white;
  border-radius: 29px;
  border: 3px solid white;
}

#pcatButfkid {
  background-color: #c7a101;
}

#pcatButfmen {
  background-color: #299498;
}

#pcatButfwomen {
  background-color: #982979;
}

a.mko_pg_cloths_catButton.woocommerce-result-count {
  border: unset;
  max-height: 33px;
  border-radius: unset;
  margin-left: 5px;
  font-weight: bold;
  font-size: 16px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  transition: transform 0.3s ease;
  transform: skew(-10deg);
  border: white 3px solid;
}

a.mko_pg_cloths_catButton.woocommerce-result-count:hover {
  transform: skew(-10deg) scale(1.05);
  margin-left: 10px;
  margin-right: 10px;
}



/*woo page - category page - biodata cat*/
.post-34268 .add_to_cart_button,
.post-34546 .add_to_cart_button,
.post-34547 .add_to_cart_button {
  pointer-events: none;
}

.postid-34268 .price,
.postid-34268 .cart,
.postid-34546 .price,
.postid-34546 .cart,
.postid-34547 .price,
.postid-34547 .cart {
  display: none;
}

/*woo page - single product - Typo Face tshirt*/
.postid-35175 #background-color option:nth-child(2) {
  color: white;
  background-color: black;
}

.postid-35175 #background-color option:nth-child(3) {
  color: white;
  background-color: #295598;
}

.postid-35175 #background-color option:nth-child(4) {
  color: white;
  background-color: #299498;
}

.postid-35175 #background-color option:nth-child(5) {
  color: white;
  background-color: #7a0d0d;
}

.postid-35175 #background-color option:nth-child(6) {
  color: white;
  background-color: #5c5c5c;
}

.postid-35175 #message-style option:nth-child(2) {
  font-family: 'Gajraj One', cursive;
}

.postid-35175 #message-style option:nth-child(3) {
  font-family: 'Plaster', cursive;
}


.woocommerce .star-rating span:before {
  color: #ffa41c;
  color: #f3c730;
}

/*woo page - cart*/
.page-id-7 #block-15 {
  display: none;
}


/*woo page - check out*/
.page-id-8 #block-15 {
  display: none;
}


/*Plugin - Fields Factory*/
table.wccpf_fields_table td.wccpf_label label {
  line-height: initial;
}

table.wccpf_fields_table,
table.wccpf_fields_table td {
  width: 100%;
}

table.wccpf_fields_table td.wccpf_value input[type=text],
table.wccpf_fields_table td.wccpf_value input[type=number],
table.wccpf_fields_table td.wccpf_value input[type=email],
table.wccpf_fields_table td.wccpf_value input[type=password],
table.wccpf_fields_table td.wccpf_value textarea,
table.wccpf_fields_table td.wccpf_value select,
table.wccpf_fields_table td.wccpf_value input[type="file"] {
  margin: 0;
}

.postid-35095 textarea.wccpf-field.kff_str_whiteButfly::-webkit-input-placeholder,
.postid-35095 textarea.wccpf-field.kff_str_whiteButfly::placeholder {
  font-size: 13px;
  line-height: 1.3;
}

textarea.wccpf-field.kff_str_whiteButfly::-webkit-input-placeholder,
textarea.wccpf-field.kff_str_whiteButfly::placeholder {
  font-size: 13px;
  line-height: 1.3;
}


/*Plugin - fibo search*/
#site-branding #search-box input[type="search"] {
  border: 3px solid #7521b4;
  background-color: #fff8ff;
}


#site-branding .header-right {
  padding-top: 0px;
}


#site-branding .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
  padding: 0px 10px;
}

#site-branding .header-right {
  padding-top: 0px;
}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
  top: 10px;
}


@media only screen and (min-width: 1px) and (max-width: 480px) {
  #site-branding .header-right {
    margin-top: 10px;
  }

  #site-branding #search-box input[type="search"] {
    max-width: 180px;
    max-height: 40px;
  }

  .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    top: 3px;
  }
}

@media only screen and (min-width: 481px) and (max-width: 570px) {
  #site-branding .header-right {
    margin-top: 10px;
  }
}

/*Plugin - Product Video Gallery for Woocommerce*/
.nickx-slider-for {
  height: 400px;
  background: #eadaf7;
  background: linear-gradient(45deg, #dbc5ed 25%, #eadaf7 25%, #dbc5ed 75%, #eadaf7 75%), linear-gradient(45deg, #dbc5ed 25%, #eadaf7 25%, transparent 75%, #dbc5ed 75%);
}

/* .nslick-list.draggable:nth-child(1) {
    height: 400px !important;
  } */

.zoom.nslick-slide.nslick-current.nslick-active {
  position: relative;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* mko - note - below code fix product image inside the product slider. was working first but after update it was gone. so comminting it and writting new one */
/* .content-area .woocommerce img:not(.nfancybox-image), .content-area .woocommerce-page img:not(.nfancybox-image) {
     max-width: fit-content;
     max-height: 400px;
     margin: 0 auto;
  } */
/* mko - note - below code is written when product slider image become full width. upper and lower was cutting. all this happens after woocommerce update */
.content-area .product .nickx-slider-for img:not(.nfancybox-image) {
  max-width: fit-content;
  max-height: 400px;
  margin: 0 auto;
}


.fa-expand:before {
  content: "\f065";
  background-color: #ffffffb5;
  padding: 3px;
}

.nickx-slider-nav .wp-post-image-thumb img {
  max-width: initial;
}




/*Plugin - contact form 7*/
input.wpcf7-form-control.has-spinner.wpcf7-submit {
  width: 100%;
  margin-top: 20px;
}

/*Plugin - google translate*/
.gt-current-lang {
  position: relative;
  display: inline-block;
}

.gt-current-lang::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url("https://designingboss.com/wp-content/uploads/2024/07/abc_icon6_40.png") no-repeat center;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
}

.gt-current-lang img {
  opacity: 0;
}






/*Plugin - talk.to*/
/*
.tawk-message-preview-content .tawk-message {
  background-color: #03a84e !important;
}
.tawk-text-regular-3 {
  color: #ffffff !important;
}
.tawk-chatinput-container {
  background-color: #daffeb !important;
}
.tawk-chatinput-editor {
  background: #daffeb !important;
}
*/


/*archieve page*/
ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  padding: 0.5em 0.3em;
}


/*pg - contact us*/
/* Contact Form 7 Styles */
.page-id-177 .wpcf7 {
  display: block;
  margin: 20px auto;
  max-width: 400px;
}

.page-id-177 .wpcf7 input[type="text"],
.page-id-177 .wpcf7 input[type="email"],
.page-id-177 .wpcf7 textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-sizing: border-box;
}

.page-id-177 .wpcf7 input[type="submit"] {
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}

.page-id-177 .wpcf7 input[type="submit"]:hover {
  background-color: #2980b9;
}

.page-id-177 .wpcf7 .form-success {
  color: #2ecc71;
  margin-bottom: 15px;
}

.page-id-177 .wpcf7 .form-error {
  color: #e74c3c;
  margin-bottom: 15px;
}

.pgContactLeftMainD {
  background-image: url(https://designingboss.com/wp-content/uploads/2023/06/pgContact_backg_left.jpg);
}

.page-id-177 label {
  font-family: 'Allerta Stencil', sans-serif;
}

.mko_cpg_blink {
  display: block;
  margin: 0 auto;
  width: fit-content;
  text-align: center;
  position: relative;
}

#mko_cpg_emailBlock_imageToblink {
  position: absolute;
  bottom: 5px;
  right: 15px;
  width: 35%;
}

#mko_cpg_youtubeBlock_imageToblink {
  position: absolute;
  bottom: 35%;
  right: 30%;
  width: 35%;
}

#mko_cpg_instagramClick {
  position: absolute;
  bottom: 55%;
  right: 32%;
  width: 30%;
}

#mko_cpg_twitterClick {
  position: absolute;
  top: 5%;
  right: 0%;
  width: 27%;
}

#mko_cpg_faceClick {
  position: absolute;
  top: 50%;
  right: 30%;
  width: 27%;
}

@keyframes mko_blink-animation {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.mko_cpg_imageToblink {
  animation: mko_blink-animation 1s infinite;
}

/* sidebar */

/* Footer -  box with products categories */
.fut_Mcontain {
  display: inline-block;
  width: 60px;
}


/* Footer -  static icons of social media */
/* gtranlate */
#gt_float_wrapper {
  bottom: 5px !important;
}

#gt_float_wrapper .gt-selected {
  background-color: #ffc763;
}

.socialMediaRight {
  display: block
}

#mko_icon_right_whatsapp,
#mko_icon_right_android,
#mko_icon_right_youtube,
#mko_icon_right_callPink {
  position: fixed !important;
  width: 50px !important;
  z-index: 9999 !important;
}

#mko_icon_right_whatsapp {
  right: 5px;
  bottom: 10px;
}

/*
#mko_icon_right_youtube {
  right: 5px;
  bottom: 142px;
}
*/
#mko_icon_right_callPink {
  /* right: 5px;
  bottom: 182px; */
  right: 60px;
  bottom: 10px;
}

#mko_callMainContainer {
  position: relative;
}

.mko_ir_blink_image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  /* Start with opacity set to 0 */
  animation: mkoCallblinkAnimation 1s infinite alternate;
}

@keyframes mkoCallblinkAnimation {
  0% {
    opacity: 0;
    /* Start with opacity set to 0 */
  }

  20% {
    opacity: 0;
    /* Start with opacity set to 0 */
  }

  40% {
    opacity: 1;
    /* Start with opacity set to 0 */
  }

  60% {
    opacity: 1;
    /* Start with opacity set to 0 */
  }

  80% {
    opacity: 1;
    /* Start with opacity set to 0 */
  }

  100% {
    opacity: 1;
    /* End with opacity set to 1 */
  }
}

/*
#mko_icon_right_android {
  right: 5px;
  bottom: 180px;
}
*/


/*Font - removing all fonts in mobile*/
@media only screen and (max-width: 767px) {

  .top-bar,
  .topMenuClass,
  .top-bar ul li a,
  .catalog-menu-title,
  .show-menu-toggle .sn-text,
  .mkoReview-card .mkoRcontent,
  .woocommerce-product-details__short-description,
  .woocommerce-tabs .woocommerce-Tabs-panel--description,
  .postid-35175 #message-style option:nth-child(2),
  .postid-35175 #message-style option:nth-child(3),
  .page-id-177 label,
  .topMenuClass,
  .top-bar ul li a {
    font-family: initial;
  }
}


/* delme */
/* rate blur for video */
/* .price {
  text-shadow: 0 0 6px rgb(117 33 180);
}
.amount {
  text-shadow: 0 0 6px rgb(117 33 180);
  color: #7521b400 !important;
}   */




/*
##################################
#####      2026            #######
##################################
 */
/* ===== HOMEPAGE PRODUCT CARDS ===== */

.wc-block-product {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  padding-bottom: 12px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, .08);
  transition: all .3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.wc-block-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
}

/* Product Image */
.wc-block-product img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 12px;
}

/* Sale Tag */
.wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
  background-color: #ffe428;
}

/* Product Title */
.wc-block-product .wc-block-components-product-name,
.wc-block-product .wc-block-grid__product-title,
.wc-block-product h2,
.wc-block-product h3 {
  font-size: 14px !important;
  line-height: 1.4;
  font-weight: 600;
  color: #333;
  margin: 12px 0 10px;

  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;

  min-height: 78px;
}

:root .has-text-align-center {
  padding: 0 8px;
}

.wc-block-components-product-button__button {

  background: linear-gradient(135deg,
      #8b2cf5,
      #7521b4) !important;

  box-shadow:
    0 4px 12px rgba(106, 27, 185, .30);

  transition: .3s;
}

.wc-block-components-product-button__button:hover {

  transform: translateY(-2px);

  box-shadow:
    0 8px 20px rgba(106, 27, 185, .40);
}

/* Price */
.wc-block-product .price,
.wc-block-product .wc-block-components-product-price {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  color: #7521b4;
  margin-top: auto;
}

.has-font-size.has-small-font-size.has-text-align-center.wp-block-woocommerce-product-price {
  margin: 0;
}

/* Rating */
.wc-block-product .star-rating,
.wc-block-product .wc-block-components-product-rating {
  display: flex;
  justify-content: center;
  min-height: 20px;
  margin: 6px 0;
}

/* Button */
.wc-block-product .button,
.wc-block-product .wp-block-button__link,
.wc-block-product .wc-block-components-product-button__button {

  width: 100%;
  border-radius: 30px !important;
  background: #7521b4 !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600;
  padding: 10px 15px !important;
  text-align: center;
  border: none !important;
  margin-top: 10px;
  min-width: 80%;
}

.wc-block-product .button:hover,
.wc-block-product .wp-block-button__link:hover,
.wc-block-product .wc-block-components-product-button__button:hover {
  opacity: .9;
}

/* Equal Height Grid */
.wc-block-product-template li {
  display: flex;
}

.wc-block-product-template {
  align-items: stretch;
}

/* Sale Badge */
.wc-block-product .onsale {
  border-radius: 30px !important;
  padding: 4px 10px !important;
  font-size: 11px !important;
}

/* Mobile */
@media(max-width:768px) {

  .wc-block-product {
    padding: 10px;
  }

  .wc-block-product .wc-block-components-product-name,
  .wc-block-product h2,
  .wc-block-product h3 {
    min-height: 64px;
    font-size: 13px !important;
  }

}

/* =========================
   EQUAL HEIGHT PRODUCT CARDS
========================= */

.wc-block-product {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
}

/* =========================
   PRODUCT TITLE - MAX 3 LINES
========================= */

.wc-block-product .wc-block-components-product-name,
.wc-block-product .wc-block-grid__product-title,
.wc-block-product h2,
.wc-block-product h3 {

  display: -webkit-box !important;
  -webkit-line-clamp: 3 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;

  line-height: 1.45 !important;
  min-height: 65px !important;
  max-height: 65px !important;
}

/* =========================
   BIGGER PRICE
========================= */

.wc-block-product .price,
.wc-block-product .wc-block-components-product-price,
.wc-block-product .wc-block-formatted-money-amount {

  font-size: 24px !important;
  font-weight: 700 !important;
  color: #ff6600 !important;
  line-height: 1.2 !important;

  min-height: 35px;
}

/* =========================
   BUTTON ALWAYS SAME LINE
========================= */

.wc-block-product .wc-block-components-product-button,
.wc-block-product .wp-block-button {

  margin-top: auto !important;
  padding-top: 10px !important;
}

.wc-block-product .button,
.wc-block-product .wp-block-button__link,
.wc-block-product .wc-block-components-product-button__button {

  width: 85% !important;
  margin: 0 auto !important;
  display: block !important;
}


/* mko - shop  */
/* All product boxes same height */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  height: 420px !important;
  /* जरूरत अनुसार बदल सकते हो */
  display: flex !important;
  flex-direction: column !important;
}

/* Push button to bottom */
.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin-top: auto !important;
}

.woocommerce ul.products li.product .button,
.woocommerce-page ul.products li.product .button {
  margin: 0 auto;
  font-weight: bold;
}

/* mko - footer of theme - X diaplay */
.shoppingcart-template-footer-column {
  display: none;
}


/* jyoti singh css code strat form heere */

.woocommerce ul.products li.product .button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #7521b4;
  color: #fff;
  border: 0;
  padding: 12px 15px;
  display: block;
  width: 100%;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 400;
  background-color: #7521b4;
  color: #fff;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  transition: .3s;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #7521b4 !important;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(106, 27, 185, .40);
}

@media (max-width: 992px) {
  .wc-block-product-template__responsive.columns-5 {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 768px) {
  .wc-block-product-template__responsive.columns-5 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 420px){
    .wc-block-product-template__responsive.columns-5{
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

.wp-block-post-title :where(a) {
  min-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}