 /*
Theme Name: chapola-jewels
Theme URI: http://localhost/chapola-jewels/
Author: 
Author URI: http://localhost/chapola-jewels/
Description: chapola-jewels
Version: 1.0
Tags: bootstrap
*/

span.request-price {
    font-weight: 400;
}
/*  bhu..css*/
.icheckbox_square-blue {
    width: 15px !important;
    height: 15px !important;
    border: 1px solid #0d4a0f !important;
    border-radius: 3px !important;
    margin-top: -6px !important;
}

.icheckbox_square-blue.checked, .iradio_square-blue.checked {
    background-position: -53px -5px !important;
}
ul.woof_list li {
    margin: 0 3px 4px 12px !important;
}
.feature-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

body.single-product #site-footer {
    margin-top: 0px !important;
}
.feature-icon img {
    height: 40px !important;
    width: 40px !important;
}
.shop-details .product-info .intro-btn a:hover {
    background-color: #000;
    color: #fff;
}
.shop-details .product-info .intro-btn a.border:hover {
     background-color: #0d4a0f;
    color: #ffffff;
}
.shop-details .product-info .intro-btn a, 
.shop-details .product-info .intro-btn button {
    background-color: #0d4a0f;
    color: #ffffff;
    font-family: Lato, sans-serif !important;
    font-weight: 400;
    font-size: 12px;
    border-radius: unset;
    padding: 14px;
}
.shop-details .product-info .intro-btn a.border {
    background-color: #ffffff;
    color: #000000;
    border:1px solid #e5e5e5;
}
#descBox p{
color: #868686 !important;
}
#descBox {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* Show only 2 lines */
  -webkit-box-orient: vertical;
  transition: all 0.3s ease;
  max-height: 3.6em; /* Approx height for 2 lines */
}

#descBox.expanded {
  -webkit-line-clamp: unset;
  max-height: none;
}

/* Align thumbnails to the left of main image */
.woocommerce-product-gallery {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  gap: 20px;
}

/* Thumbnails (left) */
.woocommerce-product-gallery .flex-control-thumbs li{
     list-style: none;
}
.woocommerce-product-gallery .flex-control-thumbs {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
 padding: 0px;
}

/* Main image on the right */
.woocommerce-product-gallery__wrapper {
  order: 2;
  width: 100%;
}

/* Optional: active thumbnail highlight */
.woocommerce-product-gallery .flex-control-thumbs .flex-active {
  border: 2px solid #000;
}

/* Optional: style thumbnails */
.woocommerce-product-gallery .flex-control-thumbs img {
  border: 1px solid #ccc;
  cursor: pointer;
}

/* Zoom image styling */
.woocommerce-product-gallery__image {
  overflow: hidden;
  position: relative;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
.woocommerce-product-gallery__image img {
  transition: transform 0.3s ease;
  transform-origin: center center;
}

.woocommerce-product-gallery__image:hover img {
  transform: scale(1.8); /* You can adjust zoom level */
}


nav.woocommerce-pagination ul li span, nav.woocommerce-pagination ul li a {
	    padding: 14px!important;
	    color: #868686 !important;
		border: 1px solid #868686!important;
}
.woocommerce nav.woocommerce-pagination ul {
	column-gap: 10px!important;
    display: flex!important;
    margin: 0 auto!important;
    justify-content: center!important;
	border:unset !important;
}
nav.woocommerce-pagination ul li span.current{
    color: #ffffff !important;
    background: #0d4a0f!important;
    border: 1px solid #0d4a0f!important;
}
body.archive a.button.product_type_simple {
    display: none !important;
}
body.archive a.button.product_type_grouped {
	display: none !important;
}
.sort-dropdown-container .woocommerce-ordering{
    float: unset !important;
}
.sidebar {
	margin-top:25px;
}
a.woof_front_toggle {
	position:relative;
}
a.woof_front_toggle.woof_front_toggle_opened::before {
    transform: rotate(180deg); /* Rotate arrow on open */
}
a.woof_front_toggle::before {
	position:absolute;
	content: "";
	background-image: url(assets/img/down_arrow.webp);
	background-repeat: no-repeat;
	background-size: cover;
	width: 12px;
	height: 8px;
	right: 0px;
	top: 10px;
}
a.woof_front_toggle {
	font-size:0px;
}
.woof label {
    font-size: 14px;
    color: #0d4a0f;
}

ul.woof_list {
	margin-top: 10px !important;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
}
.woof_container {
    margin-bottom: 35px !important;
    border-bottom: 1px solid #0d4a0f;
}
.woof_container_inner h4 {
    margin-bottom: 9px;
    color: #0d4a0f;
    font-size: 14px;
    font-weight: 600;
    font-family: Lato, sans-serif;
}
.sort-dropdown-container .sort-toggle {
	width:100%;
	font-weight: 700;
    color: #0d4a0f;
    font-size: 18px;
}
.sort-dropdown-container .woocommerce-ordering {
    width: 100%;
}
.sort-dropdown-container p.woocommerce-result-count {
    display: none;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.woocommerce form .form-row {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 48% !important;
    max-width: 48% !important;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 48% !important;
    max-width: 48% !important;
}

.checkout h3 {
    color: #0d4a0f;
    font-size: 25px;
    font-weight: 600;
}
.woocommerce-order-details h2 {
     color: #0d4a0f;
    font-size: 25px;
    font-weight: 600;
}
.woocommerce-order p {
    color: #0d4a0f;
}
.woocommerce-table a {
    color: #0d4a0f;
}
.woocommerce form .form-row label {
    font-size: 16px;
    color: #0d4a0f;
}
.woocommerce form .form-row .input-text {
    height:45px !important;
    border-color: #0d4a0f !important;
    
}
div#customer_details {
    border: 1px solid;
    padding: 15px;
    margin-top: 50px;
}
.select2-container .select2-selection--single {
    height:45px !important;
}
.woocommerce-info::before{
    color: #0d4a0f !important;
}
.woocommerce-message::before {
    color: #0d4a0f !important;
}
.woocommerce-info, .woocommerce-message{
    border-top-color: #0d4a0f !important;
}
.woocommerce-checkout #payment {
    background: #ffffff !important;
    border-radius: 5px;
    border: 1px solid #0d4a0f;
    color: #0d4a0f;
}
.woocommerce-privacy-policy-text p ,.woocommerce-privacy-policy-text p a {
    color: #0d4a0f;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order, .return-to-shop a, .woocommerce-message .wc-forward{
    background-color: #0D4A0F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    padding-top: 0px!important;
    padding-right: 18.75pt!important;
    padding-bottom: 0px!important;
    padding-left: 18.75pt!important;
    line-height: .395833333in!important;
    font-weight: 400!important;
    font-size: .114583333in!important;
    letter-spacing: 2.25pt!important;
}
.addd-to-cart {
    padding-top: 20px;
}
.addd-to-cart form.cart {
    display: flex;
    gap: 10px;
}
.woocommerce .quantity .qty {
    width: 30%;
    border-color:#0D4A0F!important;
    height:50px;
}
.quantity {
    width: 20%;
    margin-left: unset !important;
    margin-right: unset !important;
}
button.single_add_to_cart_button.button.alt {
    height:50px;
    width: 55%;
    background-color: #0D4A0F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    padding-top: 0px!important;
    padding-right: 18.75pt!important;
    padding-bottom: 0px!important;
    padding-left: 18.75pt!important;
    line-height: .395833333in!important;
    font-weight: 400!important;
    font-size: .114583333in!important;
    letter-spacing: 2.25pt!important;
}
.woocommerce-cart-form {
    padding-top: 50px;
}
.checkout-button{
   background-color: #0D4A0F!important;
    color: #fff!important;
    text-transform: uppercase!important;
}
.woocommerce table.shop_table, table th  {
    border:1px solid #0d4a0f9c!important;
}
.woocommerce table.shop_table td {
    border:1px solid #0d4a0f9c!important;
}
.woocommerce table.shop_table td.product-thumbnail {
    text-align: center;
}
.woocommerce a.remove {
    margin: 0 auto;
}
.woocommerce table.shop_table .button {
    background-color: #0D4A0F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    padding-top: 0px!important;
    padding-right: 18.75pt!important;
    padding-bottom: 0px!important;
    padding-left: 18.75pt!important;
    line-height: .395833333in!important;
    font-weight: 400!important;
    font-size: .114583333in!important;
    letter-spacing: 2.25pt!important;
}
.woocommerce table.shop_table th , td{
    color: #0D4A0F!important;
}
.woocommerce table.shop_table td a {
    color: #0D4A0F!important;
}
body.woocommerce-account h2 {
    color: #0D4A0F!important;
    font-size: 30px;
}
body.woocommerce-account .button {
     background-color: #0D4A0F!important;
    color: #fff!important;
    text-transform: uppercase!important;
    padding-top: 0px!important;
    padding-right: 18.75pt!important;
    padding-bottom: 0px!important;
    padding-left: 18.75pt!important;
    line-height: .395833333in!important;
    font-weight: 400!important;
    font-size: .114583333in!important;
    letter-spacing: 2.25pt!important;
}
/* Base menu styling */
.woocommerce-MyAccount-navigation ul li {
    padding: 10px;
    list-style: none;
    background-color: #0D4A0F;
    border-bottom: 1px solid #fff;
}
.woocommerce-MyAccount-content p {
    color: #0D4A0F!important;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #fff;
    text-shadow: 0 0 0 #666666;
    font-size: 16px;
    font-family: 'Poppins-Regular';
    padding-top: 14px;
    padding-bottom: 15px;
}
nav.woocommerce-MyAccount-navigation ul li.is-active:after,
nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
    content: '';
    height: 0;
    width: 0;
    border-top: 22px solid transparent;
    border-left: 17px solid #0D4A0F;
    border-bottom: 22px solid transparent;
    float: right;
    margin-top: -10px;
    margin-right: -26px;
}


/* Date - 22/12/2025 */
.cart-icon-wrapper {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #0d4a0f;
    color: #fff;
    border-radius: 50%;
    font-size: 12px;
    padding: 0px 5px;
}
.icon-large-paper-bag{
	font-size: 23px;
}

.site-header, [class~=site-navigation] ul>li[class~=level-0] [class~=sub-menu] {
    z-index: 999998;
}

.modal{
z-index: 999999;
}


/* media start */
@media(max-width:991px) {
    .You-may-like-list .row {
        flex-wrap: nowrap;
        overflow-x: scroll;
    }
    .You-may-like-list .container {
        max-width: unset;
        padding: 0px 30px;
    }
     .You-may-like-list .col-md-6 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .shop-details .product-info {
        padding-left: 7px !important;
    }
}
@media(max-width:768px){
    woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 100% !important;
    }
    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        width: 100% !important;
        max-width: 100% !important;
    }
    .You-may-like-list .col-md-6 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
	.sort-dropdown-container .sort-toggle {
		width: 90%;
	}
	.sort-dropdown-container .woocommerce-ordering::before  {
		right: 45px !important;
	}
}
@media(max-width:767px){
	.sidebar {
		max-width:100% !important;
		margin-bottom:40px;
	}
}
@media(max-width:600px){
 .You-may-like-list .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .woocommerce-product-gallery {
        flex-direction: column;
    }
    .woocommerce-product-gallery .flex-control-thumbs {
        flex-direction: row;
    }
} 
 @media(max-width:414px){
    .You-may-like-list .col-md-6 {
        flex: 0 0 80%;
        max-width: 80%;
    }
 }   
    
/*  bhu..css-end*/
#site-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.popup-content p {
    color: #0D4A0F;
    text-transform: capitalize;
    font-size: 20px;
    line-height: 25px;
    margin: 0px;
    border: 1px solid;
    padding: 10px;
    border-radius: 5px;
}

.popup-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.block.block-testimonial.layout-2 .block-title h2 {
    font-size: 36px !important;
}
.arrow-bullet li {
    text-indent: -26px !important;
}
.arrow-bullet {
    list-style: none; /* Remove default bullets */
    padding-left: 0;
}
.description.testimonial-excerpt li:nth-child(3) strong {
	text-decoration: underline !important;
}
.arrow-bullet li::before {
    content: "➜"; 
    color: #0D4A0F; 
    font-weight: bold;
    margin-right: 8px;
} 
.description.testimonial-excerpt li strong {
    color: #0D4A0F;
	font-size: 16px;
}

.description.testimonial-excerpt ul {
    padding: 0px 17px;
	color: #000;
}
h2.testimonial-title {
    text-align: left !important;
}
.description.testimonial-excerpt {
    text-align: left !important;
}
.post-details .post-content blockquote p {
         color: #ffffff;
    }

h2.title p {
    color: #ffffff;
}
.banner-image-description p {
    color: #ffffff;
}
.block-feature .box .box-icon{
    max-width:50px;
}
.block-feature .box .box-icon img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.description-slider p{
    color: #0A750A !important;
}
.block-content.contact .contact-us-form p{
    margin-bottom:0;
}
.wpcf7-form-control-wrap input::placeholder{
    color: #707582;
}
.page-contact .block-contact-form .block-title h2 {
    font-size: 35px !important;
    font-weight: 500 !important;
    margin-bottom: .5rem !important;
}

.page-contact .block-contact-form .sub-title{
    color: #868686 !important;
    text-transform: unset !important;
    letter-spacing:unset !important;
    font-size: 12pt !important;
}
.header-wrapper .menu-item{
    position:relative !important;
}

.header-wrapper .menu-item a{
    position:relative !important;
}

.header-wrapper .menu-item a::before{
    position: absolute;
    content: "";
    width: 0;
    height: .010416667in;
    background: #000;
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.header-wrapper .menu-item a:hover::before{
     width: 100%;
    opacity: 1;
    visibility: visible;
}

.header-wrapper .current-menu-item a {
    border-bottom: 1px solid #000;
}

.header-wrapper .current-menu-item a::before{
    content:unset;
}

/*woocommerce */
nav.woocommerce-breadcrumb {
    display: none;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner.button {
	    background-color: #0D4A0F;
    color: #fff;
    text-transform: uppercase;
    padding-top: 0px;
    padding-right: 18.75pt;
    padding-bottom: 0px;
    padding-left: 18.75pt;
    line-height: .395833333in;
    font-weight: 400;
    font-size: .114583333in;
    letter-spacing: 2.25pt;
}
.block-testimonial.layout-2 .testimonial-content .item {
    align-items: none !important; /* or flex-start, flex-end */
}
.post-content.clearfix.gemstone .intro-wrap ul li, .lookbook-intro.gemstone .description ul li {
   
    font-size: 18px !important;
}
.description.testimonial-excerpt ul {
	font-size: 18px !important;
}

.privacy-policy.container p {
    font-size: 18px !important;
}

.privacy-policy.container h2
{
	color:#0D4A0F !important;
}


.privacy-content table th
{
	font-size:20px !important;
}

.privacy-content table td{
	font-size:18px !important;
}

.privacy-content p strong {
	color:#0D4A0F !important;
}
.privacy-content table tbody tr:nth-of-type(even):not(:first-child) {
    background-color: #0d4a0fcf !important;
	color:#fff;
}
.privacy-content table tr {
color: #000;
}
body.page-template-exchange-policy table {
border: 1px solid #959993;
}
.privacy-content table td {
vertical-align: middle !important;
}


.privacy-content h2 {
    padding-bottom: 20px;
	
}

.privacy-policy.container .content-title-heading h1 {
    color: #0D4A0F !important;
}

/*media query */
@media(max-width:600px){
    .shop-details .product-info .intro-btn a {
        font-size: 11px;
    }
    .privacy-policy.container .container {
        padding: 0;
    }
    .privacy-policy.container p {
        font-size: 16px !important;
    }
    .page-template-terms-conditions #site-footer{
        margin-top: 30px;
    }
    .privacy-content table td {
        font-size: 16px !important;
    }
    .privacy-content table td{
        padding:10px 15px;
        line-height: 24px;
    }
    .privacy-content table th {
        font-size: 18px !important;
        padding:10px 15px;
    }
}
