/*
Theme Name: Auriane Child
Theme URI: https://auriane.jwsuperthemes.com
Template: auriane
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Auriane is a handcrafted jewelry for WordPress that has lots of pre-built store demos. This theme would work particularly well for stores selling high-end jewelry and other similar items. However, even if your inventory isn’t top tier, you can still use Auriane to give your jewelry store a premium look. As Auriane has been built around the popular Elementor page builder plugin, opening up the templates of the store demos and editing them through a drag-and-drop interface is very straightforward. This includes the product templates, giving you the option of displaying your items in the way that you want.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 3.4.7
Updated: 2023-02-22 08:44:36
*/

:root {
  --main: #a54201;
  --secondary: #f1e0d4;
  --third: #757575;
  --fourth: #25414e;
  --light: #ffffff;
  --dark: #000000;
  --heading: #040202;
  --body: #363636;
  --bodybg: #ffffff;
  --btn-color: #ffffff;
  --btn-color2: #ffffff;
  --btn-bgcolor: #040202;
  --btn-bgcolor2: #040202;
  --e-global-color-primary: #a54201;
  --e-global-color-secondary: #040202;
  --menu-color: #040202;
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}

.wc-proceed-to-checkout .checkout-button br:first-child,
.return-to-shop .wc-backward br:first-child {
    display: none !important;
}


/* Wrapper */
.bt_sync_shipment_track_pincode_checker_wrap {
    margin-top: 25px;
    padding: 0;
    border: 0;
}

/* Heading */
.bt_sync_shipment_track_pincode_checker_label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #222;
}

/* Input row */
#bt_sync_shipment_track_pincode_checker {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Input */
#pin_input_box {
    flex: 1;
    height: 54px;
    padding: 0 18px;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    font-size: 16px;
    background: #fff;
    box-shadow: none;
}

#pin_input_box:focus {
    border-color: #000;
    outline: none;
}

/* Button */
#pin_input_btn {
    height: 54px;
    padding: 0 28px;
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 0;
    font-weight: 500;
    transition: all .2s ease;
}

#pin_input_btn:hover {
    background: #222;
}

/* Result text */
.bt_sync_shipment_track_pincode_checker_shipping_to_text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
}



/* Put Pay & Cancel on same line */
form[name="razorpayform"] p{
    display:flex;
    align-items:center;
    gap:12px;
    flex-wrap:wrap;
}

form[name="razorpayform"] p br{
    display:none;
}

/* Pay Now button - match Subscribe button */
#btn-razorpay{
    background:#c15a00 !important;
    color:#fff !important;
    border:none !important;
    padding:12px 36px !important;
    min-width:180px;
    height:48px;
    text-transform:none !important;
    font-size:16px;
    font-weight:500;
    border-radius:0 !important;
    cursor:pointer;
    transition:.3s;
}

#btn-razorpay:hover{
    opacity:.9;
}

/* Keep cancel button simple */
#btn-razorpay-cancel{
    background:#fff !important;
    color:#0f3d35 !important;
    border:1px solid #0f3d35 !important;
    padding:12px 36px !important;
    min-width:180px;
    height:48px;
    border-radius:0 !important;
    cursor:pointer;
}

#footer-right ul.elementor-icon-list-items{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:wrap !important;
}

#footer-right ul.elementor-icon-list-items li{
    width:auto !important;
    flex:none !important;
	margin-right:15px !important;
}

.schema-faq {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.schema-faq-section {
    margin-bottom: 24px;
}