/*
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: 1.0.0
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;
}

.checkout-pages .login .social-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 17px;
  margin-bottom: 23px;
  font-size: 14px;
}

.checkout-pages .login .social-line span {
  margin: 0 30px;
}

.checkout-pages .login .social-line:before {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}

.checkout-pages .login .social-line:after {
  content: "";
  flex: 1 0 0%;
  border-bottom: 1px solid rgba(113, 116, 136, 0.1);
}