/*
Theme Name: ishikaart
Author: 
Description: Your description goes here
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

/* FORM CARD */
.contact-form-wrap {
  max-width: 720px;
  padding: 40px 40px 1px;
  background: linear-gradient(145deg, #ffffff, #f4f6ff);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
  position: relative;
border-radius:20px 0px 0px 20px;
}
.step-sec .elementor-element {
    background: linear-gradient(145deg, #ffffff, #f4f6ff);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.step-sec .elementor-icon-box-wrapper {
    padding: 20px;
}
/* FORM TITLE LINE EFFECT */
.contact-form-wrap::before {content: "Get in Touch"; */position: absolute;top: -18px;left: 30px;background: linear-gradient(135deg,#2d2c6a,#cf87d7);color: #fff;padding: 6px 16px;border-radius: 30px;font-size: 14px;letter-spacing: 1px;position: absolute;}

/* LABEL */
.contact-form-wrap label {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* INPUT FIELD */
.contact-form-wrap input[type="text"],
.contact-form-wrap input[type="email"],
.contact-form-wrap input[type="tel"],
.contact-form-wrap select,
.contact-form-wrap textarea {
  width: 100%;
  padding: 14px 16px;
  margin-top: 6px;
  border-radius: 10px;
  border: 1px solid #ddd;
  font-size: 15px;
  background: #fff;
  transition: all 0.3s ease;
}

/* FOCUS EFFECT */
.contact-form-wrap input:focus,
.contact-form-wrap select:focus,
.contact-form-wrap textarea:focus {
  border-color: #0505A9;
  box-shadow: 0 0 0 4px rgba(5, 5, 169, 0.15);
  outline: none;
}

/* TEXTAREA HEIGHT */
.contact-form-wrap textarea {
  height: 120px;
}

/* SUBMIT BUTTON */
.contact-form-wrap input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(135deg,#2d2c6a,#cf87d7);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* BUTTON HOVER */
.contact-form-wrap input[type="submit"]:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 30px rgba(5, 5, 169, 0.4);
}

/* SUCCESS MESSAGE */
.contact-form-wrap .wpcf7-mail-sent-ok {
  background: #e7fbe9;
  color: #1b7f36;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #1b7f36;
}

/* ERROR MESSAGE */
.contact-form-wrap .wpcf7-validation-errors {
  background: #fff1f1;
  color: #b91c1c;
  padding: 12px;
  border-radius: 8px;
  border-left: 4px solid #b91c1c;
}

.contact-form-wrap label {
    width: 100%;
}
.custom-form {
   padding: 35px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', sans-serif;
}

.custom-form h2 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
}

.custom-form label {
    display: block;
    margin-top: 18px;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.custom-form input,
.custom-form select,
.custom-form textarea {
    width: 100%;
    padding: 12px 14px !important;
    margin-top: 6px !important;
    border-radius: 10px !important;
    border: 1px solid #ddd !important;
    font-size: 14px !important;
}

.custom-form textarea {
    height: 100px !important;
}

.custom-form input[type="submit"] {
    margin-top: 25px;
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #000, #333);
    color: #fff;
    font-size: 15px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
}

.woocommerce ul.products li.product{background:#fff;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,0.08);transition:.3s;position:relative;}

.woocommerce ul.products li.product:hover{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}

.woocommerce ul.products li.product img{
border-radius:10px;
transition:.5s;
}

.woocommerce table.shop_attributes th {
    text-align: left;
}
.woocommerce table.shop_attributes td p {
    padding-left: 20px;
}
/* product title */

.woocommerce ul.products li.product h2{
font-size:18px;
color:#2d2c6a;
font-weight:600;
margin-top:10px;
}
.woocommerce ul.products li.product a.added_to_cart{
display:block;
padding: 12px 24px;
    background: linear-gradient(135deg, #2d2c6a, #cf87d7);
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 15px;
    width:120px;
}

.woocommerce ul.products li.product a.added_to_cart:hover, 
.woocommerce ul.products li.product .button:hover{
background:#2d2c6a;
color:#fff;
}
.woocommerce-message {
    border-top-color: #720eec;
}
.woocommerce-message::before {
    color: #cf87d7;
}
/* price */

.woocommerce ul.products li.product .price{color:#cf87d7;font-size:18px;font-weight:700;padding-left: 15px;}

/* old price */

.woocommerce ul.products li.product del{
color:#999;
}
.woocommerce span.onsale{padding:5px 12px;background:#cf87d7;border-radius:50px;padding:5px 12px;font-size:12px;z-index: ;}

.woocommerce ul.products li.product .button, a.button.wc-forward{
    display: inline-block;padding: 12px 24px;background: linear-gradient(135deg, #2d2c6a, #cf87d7);color: #fff;text-decoration: none !important;border-radius: 10px;font-weight: 600;margin-bottom: 15px;margin-left: 15px;}

.woocommerce-result-count{
color:#2d2c6a;
font-weight:500;
}

.woocommerce-ordering select{
padding:8px 12px;
border-radius:6px;
border:1px solid #ddd;
}

h2.woocommerce-loop-product__title {
    padding-left: 15px !important;
}

.post-type-archive main#main {
    max-width: 1300px;
    margin-top: 80px;
padding:0px 20px;
}

/* my account page */
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
background:#fff;
border-radius:12px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
padding:20px;

}

.woocommerce-account .woocommerce{
display:flex;
}

.woocommerce-MyAccount-navigation{
width:25%;
background:linear-gradient(135deg,#2d2c6a,#cf87d7);
color:#fff;
padding:25px;
border-radius:12px;
}

.woocommerce-MyAccount-navigation ul{
list-style:none;
padding:0;
margin:0;
}


.woocommerce-MyAccount-navigation ul li{
margin-bottom:10px;
}

.woocommerce-MyAccount-navigation ul li a{
display:block;
padding:12px 15px;
border-radius:8px;
color:#fff;
text-decoration:none;
transition:.3s;
font-weight:500;
}
.woocommerce-MyAccount-navigation ul li a:hover{
background:rgba(255,255,255,0.2);
}
.woocommerce-MyAccount-navigation ul li.is-active a{
background:#fff;
color:#2d2c6a;
font-weight:600;
}


.woocommerce-MyAccount-content{
width:75%;
}

.woocommerce-MyAccount-content h2{
color:#2d2c6a;
margin-bottom:15px;
}
.woocommerce-MyAccount-content p{
font-size:15px;
line-height:1.6;
}

/* links */

.woocommerce-MyAccount-content a{
color:#cf87d7;
font-weight:500;
}

/* buttons */

.woocommerce button.button,
.woocommerce a.button{
background:#2d2c6a;
color:#fff;
border-radius:30px;
padding:10px 20px;
transition:.3s;
}

/* hover */

.woocommerce button.button:hover,
.woocommerce a.button:hover{
background:#cf87d7;
}

/* tables */

.woocommerce table.shop_table{
border-radius:10px;
overflow:hidden;
}

/* card page design */

.wp-block-woocommerce-cart{
padding:30px 15px;
}
.wc-block-cart-items{
border-collapse:separate;
border-spacing:0 15px;
}

.wc-block-cart-items__row{
background:#fff;
border-radius:12px;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
transition:.3s;
}

.wc-block-cart-items__row:hover{
box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.wc-block-cart-item__image img{
border-radius:8px;
width:80px;
height:80px;
object-fit:cover;
}

.wc-block-components-product-name{
font-weight:600;
color:#2d2c6a;
font-size:15px;
}

.wc-block-components-product-price__value{
color:#cf87d7;
font-weight:600;
}

.wc-block-components-quantity-selector{
border-radius:8px;
border:1px solid #eee;
}

.wc-block-components-quantity-selector__button{
background:#f5f5f5;
color:#2d2c6a;
}

.wc-block-cart-item__remove-link{
color:#999;
}

.wc-block-cart-item__remove-link:hover{
color:#ff4d6d;
}

.wc-block-cart-item__total{
font-weight:600;
color:#2d2c6a;
}

.wc-block-cart__sidebar{
background:#fff;
border-radius:12px;
padding:20px;
box-shadow:0 4px 15px rgba(0,0,0,0.05);
}

.wc-block-components-totals-item__label{
color:#666;
}

.wc-block-components-totals-item__value{
font-size:18px;
font-weight:700;
color:#2d2c6a;
}


.wc-block-cart__submit-button{
background: linear-gradient(135deg, #2d2c6a, #cf87d7);
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600
}

.wc-block-cart__submit-button:hover{
background:#2d2c6a;
color:#fff;
}

.wc-block-components-panel__button{
background:#fafafa;
border-radius:6px;
}

.alignwide {
    margin-inline: 0px !important;
}
.page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 1330px !important;
	padding:0 30px;
}
 .page-id-77 h1.entry-title {
  padding: 50px 0px 0px!important;
	 
}
.woocommerce-checkout h1.entry-title {
    padding-left: 0px !important;
    padding-top: 50px !important;
    margin-bottom: 0px;
}

.woocommerce-checkout .wc-block-checkout__main{
    background:#fff;
    padding:25px;
    border-radius:14px;
    box-shadow:0 8px 30px rgba(0,0,0,0.05);
}

.woocommerce-checkout .wc-block-checkout__sidebar{
    background:#fff;
    padding:20px;
    border-radius:14px;
    box-shadow:0 8px 30px rgba(0,0,0,0.05);
}

.woocommerce-checkout input,
.woocommerce-checkout select{
    border:1px solid #e5e5e5;
    border-radius:8px;
    padding:12px;
    background:#fafafa;
    transition:.3s;
}

.woocommerce-checkout input:focus,
.woocommerce-checkout select:focus{
    border-color:#cf87d7;
    background:#fff;
    box-shadow:0 0 0 2px rgba(207,135,215,0.1);
}

.woocommerce-checkout h2{
    color:#2d2c6a;
    font-weight:600;
}

.woocommerce-checkout .wc-block-components-product-price__value{
    color:#cf87d7;
    font-weight:600;
}

.woocommerce-checkout .wc-block-components-totals-footer-item__value{
    font-size:20px;
    font-weight:700;
    color:#2d2c6a;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button{
    transition:.3s;
    background: linear-gradient(135deg, #2d2c6a, #cf87d7);
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600;
    border: none;
    padding: 12px 24px;
}

.woocommerce-checkout .wc-block-components-checkout-place-order-button:hover{
    background:#2d2c6a;
}
.yith-wcwl-form {
    margin: 100px auto;
    padding: 30px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}
.yith-wcwl-share {
    margin-bottom: 80px !important;
}
/* TITLE */
.wishlist-title h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* TABLE */
.wishlist_table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

/* EACH ROW CARD STYLE */
.wishlist_table tbody tr {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    border-radius: 15px;
    overflow: hidden;
}

/* CELLS */
.wishlist_table td {
    padding: 18px !important;
    vertical-align: middle;
}

/* PRODUCT IMAGE */
.product-thumbnail img {
    border-radius: 12px;
    width: 80px;
    height: 80px;
    object-fit: cover;
}

/* PRODUCT NAME */
.product-name a {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    text-decoration: none;
}

.product-name a:hover {
    color: #555;
}

/* PRICE */
.product-price {
    font-weight: 600;
    font-size: 15px;
}

/* STOCK */
.wishlist-in-stock {
    color: #28a745;
    font-weight: 600;
}
.yith-add-to-wishlist-button-block {
    margin: 0px;
}
/* REMOVE BUTTON */
.product-remove a {
    background: #f8f8f8;
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 18px;
}

.product-remove a:hover {
    background: #000;
    color: #fff;
}

/* ADD TO CART BUTTON */
.add_to_cart_button {
    display: inline-block;
    padding: 12px 24px;
    background: linear-gradient(135deg, #2d2c6a, #cf87d7);
    color: #fff;
    text-decoration: none !important;
    border-radius: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-left: 15px;
}

.add_to_cart_button:hover {
    color:#fff;
 background:#2d2c6a;
}

.yith-wcwl-share {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.yith-wcwl-share-title {
    font-size: 16px;
    margin-bottom: 10px;
}

/* SOCIAL ICONS */
.yith-wcwl-share ul {
    display: flex;
    gap: 10px;
}

.yith-wcwl-share a {
    width: 38px;
    height: 38px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: 0.3s;
}

.yith-wcwl-share a:hover {
    background: #000;
    color: #fff;
}
.woocommerce-wishlist h1.entry-title {
    display: none;
}
.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-bottom: 80px;
}

.woocommerce nav.woocommerce-pagination ul {
    display: inline-flex;
    padding: 10px 15px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.woocommerce nav.woocommerce-pagination ul li {
    list-style: none;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
    margin: 0px 10px;
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
    background: linear-gradient(135deg, #2d2c6a, #cf87d7);
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li .current {
    background:  #2d2c6a !important;
    color:#fff !important;
   
}

.woocommerce nav.woocommerce-pagination ul li .next {
    font-size: 18px;
    font-weight: bold;
}
@media (max-width:475px){
.woocommerce ul.products{
display:flex;
flex-wrap:wrap;
}
.woocommerce ul.products li.product{
width:100% !important;
margin:0 0 20px;
}
}
@media (max-width: 768px) {
  .contact-form-wrap {
    padding: 25px;
    margin: 30px 0px;
  }
 .wishlist_table td {
        display: block;
        width: 100%;
    }

    .wishlist_table tr {
        display: block;
        margin-bottom: 15px;
    }

    .product-add-to-cart {
        margin-top: 10px;
    }
.post-type-archive main#main {
    margin-top: 40px;
}
.woocommerce-account .woocommerce{
flex-direction:column;
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content{
width:100%;
}
.wc-block-cart-items__row{
border-radius:10px;
}

.wc-block-cart-item__image img{
width:70px;
height:70px;
}
.wp-block-woocommerce-cart{
padding:0px;		
}
.page-id-77 h1.entry-title {
    padding: 20px 0px 0px !important;
    margin-bottom: 0px;
}
	.woocommerce-checkout h1.entry-title {
     padding: 30px 0px 0px !important;
    margin-bottom: 0px;
}
tr.wc-block-cart-items__row {
    padding: 16px 10px !important;
}
.wc-block-components-sidebar {
    padding: 10px !important;
}
.woocommerce-checkout .wc-block-checkout{
        padding:0px;
    }

    .woocommerce-checkout .wc-block-checkout__main,
    .woocommerce-checkout .wc-block-checkout__sidebar{
        padding:20px;
    }
 .woocommerce-checkout .wc-block-checkout__actions .wc-block-checkout__actions_row {
    padding: 0px 10px;
}
}