/*
Theme Name: Trousseau Child
Theme URI: https://trousseau.qodeinteractive.com
Description: A child theme of Trousseau
Author: Mikado Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: trousseau
Template: trousseau
*/
.elementor-widget-container
{
  font-family: Muli,sans-serif !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.home .qodef-cf-newsletter-footer .qodef-column-right.newsletter-submit {
       right: 10px !important;
    line-height: 42px !important;
}
/*.home .qodef-header-sticky-inner img.qodef-header-logo-image {
    filter: brightness(0) invert(1);
}*/
table.variations label {
    text-transform: capitalize;
}
table.variations tbody {
    flex-wrap: nowrap !important;
}
#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    left: 16em;
    top: 72px;
    background: transparent;
    border: 0;
    font-weight: 500;
    margin-left: -60px;
}
/*body .select2-container--default.select2-container--open .select2-dropdown {
    left: 0;
    top: 32px;
}*/
.yith-add-to-wishlist-button-block span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}

.qodef-woo-product-image .yith-add-to-wishlist-button-block 
 span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.qodef-woo-product-image .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor {
    width: 25px;
    height: 25px;
    background: #fff;
}
.qodef-woo-product-image .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor #yith-wcwl-icon-heart-outline,
.qodef-woo-product-list .yith-wcwl-add-to-wishlist-button:not(.yith-wcwl-add-to-wishlist-button--themed-button).yith-wcwl-add-to-wishlist-button--added svg.yith-wcwl-add-to-wishlist-button-icon {
    width: 12px !important;
    height: 12px !important;
}
.qodef-woo-product-image .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor #yith-wcwl-icon-heart-outline path {
    stroke-width: 2px;
}
.qodef-woo-product-image .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover {
    background: #000;
}
.qodef-woo-product-image .yith-wcwl-add-to-wishlist-button.yith-wcwl-add-to-wishlist-button--anchor:hover svg {
    color: #fff;
}


#qodef-woo-page.qodef--single .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image {
    width: 100%;
}
#block-16 {
    font-size: 15px;
}
#block-15 img {
    max-width: 75%;
}
img.qodef-header-logo-image.qodef--sticky {
    max-width: 160px;
    transition: all 0.3s ease-in-out;
}
.woocommerce-variation.single_variation {
    display: none !important;
}
#coupon-error-notice {
    margin-left: 10px;
    margin-top: 10px;
}
tr.woocommerce-shipping-totals.shipping td {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#wc-block-components-totals-coupon__input-coupon {
    height: 3.8em;
}
.wp-block-woocommerce-empty-cart-block .wp-block-heading {
    margin-bottom: 30px;
}
.qodef-woo-product-list .qodef-woo-product-image {
    display: block;
}
.qodef-woo-results .select2-selection__rendered {
    padding-right: 20px !important;
}
/* single product page*/
.woocommerce-product-gallery__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.qodef-woo-thumbnails-wrapper {
    width: 27%;
}
.woocommerce-product-gallery__image {
    position: relative;
    padding: 0 10px;
}
.woocommerce-product-gallery__image {
    position: relative;
    padding: 0 10px;
    margin-top: 20px;
}
.woocommerce-product-gallery__image:first-child {
    margin-top: 0;
}
.woocommerce-product-gallery__image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.wc-block-components-checkout-place-order-button, #btn-razorpay, #btn-razorpay-cancel {
    background: #000;
    color: #fff;
    max-width: 190px;
    padding: 10px;
    cursor: pointer;
    font-family: Muli,sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.25em;
    letter-spacing: .2em;
    border: 0px;
    padding: 15px 21px 15px 21px !important;
}
.wc-block-components-checkout-place-order-button:hover, #btn-razorpay:hover, #btn-razorpay-cancel:hover {
    background: #2e2e2e;
    max-width: 190px;
}
 #btn-razorpay, #btn-razorpay-cancel {
    margin-top: 20px;

 }
/* payment order */
.order_details {
    list-style: none;
}
.order_details strong {
    color: #000;
    flex: 0 0 80%;
}
.order_details {
    border: 1px solid #ddd;
}
.order_details li {
    border-bottom: 1px solid #ddd;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qodef-header-standard--left #qodef-page-header-inner .qodef-header-navigation,
.qodef-header-standard--left .qodef-header-sticky-inner .qodef-header-navigation{
    margin-left: auto !important;
    margin-right: auto;
}
#qodef-woo-page .button:not(.add_to_wishlist) br {
    display: none;
}

/* single product page css*/
#yith-quick-view-modal #yith-quick-view-content form.cart .variations .reset_variations {
    left: auto !important;
    top: 35px !important;
    background: transparent;
    border: 0px;
}
.qodef-woo-single-product-details {
    display: none !important;
}
#qodef-woo-page.qodef--single form.cart .variations tr:nth-child(2n+1) {
    margin-right: 10px !important;
}
/* wishlist page css*/
table.wishlist_table.shop_table .product-remove {
    width: 80px !important;
}
.wishlist_table tbody td {
    padding: 20px 27px;
    border-color: #707070 !important;
}
table.wishlist_table thead th {
   background-color: transparent !important;
    }
    table.wishlist_table tr td.product-thumbnail {
    border-width: 0px;
    padding-right: 8px;
}
.woocommerce table.shop_table.wishlist_table tr td {
    vertical-align: middle;
}
.wishlist_table .product-add-to-cart a:hover {
    background: #2e2e2e;
}
.wishlist_table .product-add-to-cart a {
    display: inline !important;
    color: #fff;
    background-color: #000;
    padding: 15px 21px 15px 21px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
}
body .select2-container--default .select2-selection--single {
    text-align: left;
}
form.woocommerce-shipping-calculator a {
    margin-bottom: 10px;
    display: block;
}
.home-product-slider .qodef-e-product-image, .home-product-slider .qodef-e-product-image .qodef-e-product-image-holder {
    height: 500px;
}
  .home-product-slider .qodef-e-product-image .qodef-e-product-image-holder img {
    height: 100%;
    object-fit: cover;
    object-position: top;
}
 .home-product-slider .qodef-qi-woo-shortcode-product-slider .price {
    justify-content: center;
}
 .home-product-slider .qodef-qi-woo-shortcode-product-slider .qodef-e-product-heading {
    display: block;
    text-align: center;
}
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--single {
    position: absolute;
    top: -10px;
    right: 50px;
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-Price-amount.amount:last-child {
    margin-left: 5px;
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-Price-amount.amount:first-child {
    margin-right: 5px;
}
#qodef-woo-page.qodef--single .entry-summary .woocommerce-variation-price {
    margin-bottom: 20px;
}
.qodef-bridal-book-an-appointment .qodef-phone:after,
.qodef-bridal-book-an-appointment .qodef-name:after,
.qodef-bridal-book-an-appointment .qodef-phone:after,
.qodef-bridal-book-an-appointment .qodef-message:after,
.qodef-bridal-book-an-appointment .qodef-email:after {
    font-size: 0;
}
textarea {
    resize: none;
}
.qodef-grid-item ::placeholder, .qodef-grid-item input, .qodef-grid-item select, .qodef-grid-item textarea  {
    font-size: 16px !important;
}
.wpcf7-not-valid-tip {
      -webkit-transform: translateY(-32px) !important;
      -ms-transform: translateY(-35px) !important;
      transform: translateY(-27px) !important;
      right: 0;
      font-size: 12px !important;
      line-height: 1.5;
}
.woocommerce-page div.woocommerce .shop_table td .button {
    margin: 5px;
    padding: 10px;
}
.woocommerce-account.qodef-my-account-forms--below .woocommerce h2 {
    padding-top: 2%;
}
.qodef-cf-newsletter-footer .qodef-column-right.newsletter-submit {
    right: 10px;
    line-height: 46px;
}
.qodef-grid-item .woocommerce-notices-wrapper .woocommerce-message, .qodef-grid-item .woocommerce-notices-wrapper .woocommerce-error{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    background: #faf5f2;
    padding: 15px;
    align-items: center;
    list-style: none;
}
.qodef-grid-item .woocommerce-notices-wrapper .woocommerce-error a{
    margin-top: 10px !important;
}
.qodef-bridal-contact-form .qodef-phone:after {
    font-family: Linearicons-Free;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    color: #2e2e2e;
    position: absolute;
    right: 15px;
    bottom: 30px;
    content: "&#xe830;";
    content: "\e830";
}
.space-btm {
    margin: 10px 0;
}
.qodef-product-preview .qodef-woo-product-inner.qodef-product-additional-image, .qodef-product-preview .qodef-woo-product-inner.qodef-product-main {
    width: auto !important;
}

#redirect-button {
    background: transparent;
    border: 0px;
    margin-top: 20px;
    font-size: 18px;
    cursor: pointer;
	padding:0;
}
#redirect-button:hover {
    text-decoration: underline;
}
/* popup css*/
 #custom-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}
#custom-popup-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#custom-popup-content {
    position: relative;
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 1001;
    font-size: 16px;
    height: 90vh;
    overflow-y: auto;
}
#custom-popup-content h5 {
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
}
#custom-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.custom-popup-button-wrapper {position: absolute;right: auto;margin-top: 60px;left: 280px;}
.custom-popup-button-wrapper .button{
    height: 43px;
}
#custom-popup-content h4 {
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0;
}
.home .qodef-header-logo-image.qodef--sticky {
    opacity: 0;
}
.home .qodef-header-sticky-inner  .qodef-header-logo-link
{
    background: url(/wp-content/uploads/2025/01/logo-for-black.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1680px) {
    #qodef-woo-page.qodef--single .qodef-layout--wide-gallery .yith-wcwl-add-to-wishlist {
        right: 214px;
    }
}
@media only screen and (max-width: 767px)
    {
        #qodef-page-footer .qodef-grid .qodef-grid-item {
            width: 100% !important;
        }
		#qodef-woo-page.qodef--single .woocommerce-tabs {
    margin-top: 40px;
}
		#qodef-woo-page.qodef--single form.cart .variations .reset_variations {
    left: 13em;
}
		#qodef-woo-page.qodef--single .qodef-social-share {
    margin-top: 20px !important;
}
		div#trousseau_core_social_icons_group-8 {
    margin-top: 20px !important;
}
		.faq-section .qodef-accordion .qodef-accordion-content-inner {
    font-size: 16px !important;
}
		.elementor-2220 .elementor-element.elementor-element-93614fd > .elementor-element-populated {
    padding: 0px 0px 0px 0px !important;
}
section.related.products {
    margin-top: 60px !important;
}
		#qodef-page-footer .widget.widget_trousseau_core_social_icons_group .qodef-widget-title {
    margin: 0 0 15px;
}
        #qodef-page-footer-top-area {
            padding: 50px 0 50px;
        }
        .custom-popup-button-wrapper {
        position: relative !important;
        right: 0 !important;
        margin-top: 30px !important;
        left: 0 !important;
    }
    #qodef-woo-page.qodef--single form.cart.variations_form {
        margin-top: 20px;
		margin-bottom:10px;
    }
    .yith-quick-view-content.woocommerce div.product .product {
    height: 100% !important;
    }
    ul.woocommerce-error {
    list-style: none;
}
#qodef-woo-page.qodef--cart .shop_table td.product-remove {
    width: 40px;
}
    .woocommerce-message .button.wc-forward {
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}
    .qodef-woo-results {
        margin-top: 20px;
        flex-direction: column;
    }
    .full-image {
    min-height: 300px;
}
    #qodef-woo-page.qodef--single .related .qodef-woo-product-list .qodef-woo-product-image {
    display: block;
}
    .full-image {
        min-height: 300px;
    }
    
    #qodef-side-area-mobile-header .qodef-m-navigation>ul>li>a {
    line-height: 25px !important;
}
.order_details li {
    flex-wrap: wrap;
}
div#qodef-page-inner {
    padding-top: 50px;
	padding-bottom:20px;
}
.elementor-2220 .elementor-element.elementor-element-d3bede5 {
    margin-top: 0px !important;
}
.elementor-2220 .elementor-element.elementor-element-a19ff23 {
    margin-bottom: 0px;
}
		#qodef-page-footer .widget .qodef-widget-title {
    margin: 0 0 15px;
}
}

@media only screen and (max-width: 680px) {
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left div {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #qodef-woo-page.qodef--single .woocommerce-product-gallery.qodef-position--left div>.qodef-woo-thumbnails-wrapper {
        width: 100% !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image
    {
        width: 33% !important;
    }
    .woocommerce-product-gallery__image:first-child {
    margin-top: 20px;
    }
    table.variations tbody {
        flex-wrap: wrap !important;
    }
        #yith-quick-view-modal #yith-quick-view-content .qodef-quantity-buttons .qodef-quantity-input,
        #yith-quick-view-modal #yith-quick-view-content .qodef-quantity-buttons .qodef-quantity-minus, 
        #yith-quick-view-modal #yith-quick-view-content .qodef-quantity-buttons .qodef-quantity-plus,
        #yith-quick-view-modal #yith-quick-view-content .qodef-quantity-buttons .qodef-quantity-minus svg, 
        #yith-quick-view-modal #yith-quick-view-content .qodef-quantity-buttons .qodef-quantity-plus svg {
        height: 45px;
    }
}
@media only screen and (max-width: 768px)
{
#yith-quick-view-modal #yith-quick-view-content .product {
    flex-direction: row;
}
#yith-quick-view-modal .yith-wcqv-wrapper {
    width: 100%;
}
    #yith-quick-view-modal #yith-quick-view-content form.cart .button {
        margin-top: 0;
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px)
{
    #qodef-woo-page .qodef-woo-product-list .qodef-woo-product-image img {
    height: 550px;
    object-fit: cover;
}
.qodef-woo-thumbnails-wrapper .woocommerce-product-gallery__image {
    height: 260px;
}
}
@media only screen and (max-width: 1024px)
{
    #qodef-page-mobile-header-inner, .qodef-grid.qodef-gutter--large>.qodef-grid-inner>.qodef-grid-item {
        padding: 10px 10px;
    }
    .wishlist_table .product-add-to-cart a {
    display: block !important;
    padding: 10px !important;
}
#qodef-woo-page.qodef--cart .cart-collaterals .shop_table td {
    text-align: left;
    display: block;
    padding-left: 10px;
}
.woocommerce-page div.woocommerce .shop_table td, .woocommerce-page div.woocommerce .shop_table th {
    vertical-align: text-bottom;
}
}
@media only screen and (max-width: 1450px)
{
.qodef-grid-item ::placeholder, .qodef-grid-item input , .qodef-grid-item select, .qodef-grid-item textarea  {
    font-size: 14px !important;
}
.custom-popup-button-wrapper {
    position: absolute;
    right: 9%;
    margin-top: 60px;
}
    .custom-popup-button-wrapper .button{
        font-size: 8px !important;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1350px)
{
.qodef-grid-item ::placeholder, .qodef-grid-item input , .qodef-grid-item select, .qodef-grid-item textarea  {
    font-size: 12px !important;
}
.custom-popup-button-wrapper {
    position: absolute;
    right: 9%;
    margin-top: 60px;
}
}
@media only screen and (max-width: 1024px) {
    #qodef-woo-page.qodef--single .entry-summary {
        margin-top: 30px !important;
    }
}
.qodef-woo-single-inner table.variations tr:first-child {
    display: flex !important;
}
.qodef-woo-single-inner table.variations tr, .custom-popup-button-wrapper table.variations tr{
    display: none !important;
}
/* custom header css*/
.home .qodef-header-wrapper {
    flex-direction: column;
}
.home .qodef-header-wrapper .qodef-header-logo {
    position: unset !important;
}
.home .qodef-header-wrapper .qodef-header-logo img:not(.qodef--sticky) {
    left: auto !important;
}
.home #qodef-page-header .qodef-header-logo-link {
    justify-content: center;
}
.home .qodef-header-navigation {
    /*padding: 40px 0;*/
    z-index: 1;
}
.home #qodef-page-header {
    height: 180px;
    padding: 20px 0;
}
.home #qodef-page-header-inner .qodef-standard-centered-widget-area {
    width: 100%;
    justify-content: space-between;
}
.qodef-header-sticky-inner .widget_search {
    display: none;
}

/*
*/
#qodef-page-footer.qodef-skin--light .qodef-grid-item:first-child .widget_media_image a img {
    -webkit-filter: unset;
    filter: unset;
}
.footer-light-logo, .home .footer-dark-logo {
    display: none;
}
.home .footer-light-logo {
    display: block;
}
.qodef-header-sticky-inner .qodef-header-logo-link {
    height: 50px !important;
}
.qodef-header-sticky-inner .menu-item a {
        letter-spacing: 0px;
    font-size: 10px;
}
.qodef-header-sticky-inner .menu-item .sub-menu a {
    font-size: 12px;
}
.whatsapp-share {
    position: fixed;
    background: #000;
    bottom: 80px;
    right: 0;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    border-radius: 30px 0 0px 30px;
    color: #fff !important;!i;!;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    box-shadow: 3px 3px 5px #4c46468f;
    border: 1px solid #000;
}
.whatsapp-share img {
    max-width: 30px;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}
.whatsapp-share:hover {
    background: #fff;
    color: #000 !important;!i;!;
}
.whatsapp-share:hover img {
    filter: unset;
}

/* size chart css*/
.chart-content {
  background: #fff; 
  color: #373737;
  backface-visibility: hidden;
  overflow: hidden;
}
.chart-content > div {
  display: none;
  padding: 20px 25px 5px;
}
.size-wrap input {
  display: none;
}
.size-wrap label {
  display: inline-block;
  padding: 10px 15px;
  font-weight: 600;
  text-align: center;
  transition: all .3s ease-out 0.1s;
  background: #cacaca;
  border-radius: 0;
  margin: 0 -3px 20px;
  color: #1e1e1e;
}
.size-wrap label:hover {
  color: #ADA31E; 
  cursor: pointer;
}
.size-wrap input:checked + label {
  background: #ADA31E;
  color: #fff;
  border-radius: 0px;
}

#tab-1:checked ~ .chart-content #content-1,
#tab-2:checked ~ .chart-content #content-2,
#tab-3:checked ~ .chart-content #content-3,
#tab-4:checked ~ .chart-content #content-4
{
  display: block;
 /* animation-name: inUp;*/
  animation-timing-function: ease-in-out;
  animation-duration: .6s;
}

@media screen and (max-width: 400px) { label {padding: 15px 0px;} }

/*@keyframes inUp {
  0%{
    opacity: 0;
    transform: translateY(100px)
  }
    90%{
    transform: translateY(-10px)
  }
  100% {
    opacity: 1;
    transform: translateY(0)
  }
}*/

.size-chart-wrapper {
    width: 100%;
}
.size-chart-wrapper .nav.ui-corner-all {
    justify-content: center;
}
.size-chart-wrapper .qodef-tabs-horizontal-navigation {
    justify-content: center;
    border: solid;
    border-width: 1px 0 1px 0;
    padding: 15px 0 !important;
}
.size-chart-wrapper .qodef-tabs-horizontal-navigation a:hover {
    color: #ADA31E !important;
}
.size-wrap {
    text-align: center;
}
.size-wrap .tabel-responsive {
    text-align: left;
}
.size-wrap .tabel-responsive p {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
}
.size-wrap .tabel-responsive table {
    font-size: 16px;
}
.contentshow
{
    display: block;
}

#your-time {
    color: #6a6a6a;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #585858;
    width: 100%;
    margin: 0 0 10px;
    padding: 16.5px 0;
    line-height: 27px;
}
.qodef-grid>.qodef-grid-inner>.qodef-grid-item label {
    margin-top: 10px;
    font-size: 16px;
        /*width: 80px;*/
}
#yith-quick-view-modal #yith-quick-view-content form.cart .variations tr:first-child {
    display: flex
;
}
#yith-quick-view-modal #yith-quick-view-content form.cart .variations tr {
    display: none;
}
#qodef-woo-page.qodef--single form.cart .variations label {
    margin-top: 0;
}
#yith-quick-view-modal #yith-quick-view-content .custom-popup-button-wrapper {
    display: none;
}