/*
Theme Name: Eleglook Child
Template: astra
Version: 1.1.0
Description: Child theme for eleglook.com — Style B "Premium Modern" (forest green + champagne gold + ivory)
*/

/* ================================================================== *
 * 1. Design Tokens
 * ================================================================== */
:root{
  --forest:#1E3A2F;
  --forest-deep:#152B23;
  --forest-light:#2A4A3C;
  --gold:#C9A96A;
  --gold-soft:#E5D5B3;
  --ivory:#F7F5F0;
  --ink:#1C1C1A;
  --ink-soft:#6E6C66;
  --white:#FFFFFF;
  --line:#E9E5DC;
  --serif:'Cormorant Garamond', Georgia, 'Songti SC', serif;
  --sans:'Jost', -apple-system, 'Helvetica Neue', 'PingFang SC', sans-serif;
}

/* ================================================================== *
 * 2. Base typography + layout
 * ================================================================== */
body{
  font-family:var(--sans);
  font-size:15px;
  line-height:1.75;
  letter-spacing:.2px;
  color:var(--ink);
  background:var(--ivory);
}
h1,h2,h3,h4{font-family:var(--serif); font-weight:400;}
/* hero/section display sizes — scoped to front-page sections only,
   so WooCommerce titles on other pages keep sensible sizes */
.eleg-hero-copy h1{font-size:50px; line-height:1.16;}
.eleg-section h2{font-size:38px; line-height:1.2;}
h3{font-size:22px; line-height:1.3;}
/* default h1/h2 on non-front pages */
h1{font-size:34px; line-height:1.25;}
h2{font-size:30px; line-height:1.3;}
/* limit paragraph width only inside our own sections (avoid breaking Woo/archive pages) */
.eleg-section p,
.eleg-hero-copy p,
.eleg-bundle p,
.eleg-story p{max-width:520px;}
a{color:var(--forest);}

.eleg-wrap{max-width:1200px; margin:0 auto; padding:0 24px;}

/* ================================================================== *
 * 3. Top announcement bar
 * ================================================================== */
.eleg-topbar{
  background:var(--forest);
  color:var(--gold-soft);
  text-align:center;
  padding:9px 12px;
  font-size:12px;
  letter-spacing:1.5px;
  font-family:var(--sans);
  text-transform:uppercase;
}
.eleg-topbar + header,
.eleg-topbar ~ header{
  margin-top:0;
}

/* ================================================================== *
 * 4. Header — refine Astra default to match brand
 * ================================================================== */
.site-header,
.ast-primary-header-bar,
.ast-above-header-bar,
.ast-below-header-bar{
  background:var(--white) !important;
}
.ast-primary-header-bar{
  border-bottom:1px solid var(--line);
  padding:20px 0;
}
.site-logo img{max-height:48px; width:auto;}

/* site title: serif + letter-spacing 4px + gold accent */
.site-title,
.site-title a{
  font-family:var(--serif) !important;
  font-size:24px !important;
  font-weight:600 !important;
  letter-spacing:4px !important;
  text-transform:uppercase;
  color:var(--ink) !important;
}
.site-title a span,
.site-title span{ color:var(--gold); }

/* nav: 13px / 600 / 2px letter-spacing / uppercase */
.main-header-menu > li > a,
.ast-header-break-point .main-header-menu > li > a{
  font-family:var(--sans) !important;
  font-size:13px !important;
  font-weight:600 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:var(--ink-soft) !important;
}
.main-header-menu > li:hover > a,
.main-header-menu > li.current-menu-item > a{ color:var(--forest) !important; }

/* buttons in header */
.ast-button,
.ast-custom-button,
button.menu-link,
.ast-header-cta a{
  font-family:var(--sans) !important;
  font-size:13px !important;
  letter-spacing:1.5px !important;
  text-transform:uppercase !important;
}

/* ================================================================== *
 * 5. Buttons — gold primary / forest outline secondary
 * ================================================================== */
.eleg-btn-gold,
.eleg-btn-ghost{
  display:inline-block;
  padding:17px 42px;
  font-size:13px;
  letter-spacing:2px;
  font-weight:600;
  text-transform:uppercase;
  text-decoration:none;
  border-radius:0;
  font-family:var(--sans);
  cursor:pointer;
  transition:background .2s ease, color .2s ease, border-color .2s ease;
}
.eleg-btn-gold{ background:var(--gold); color:var(--forest-deep); border:1px solid var(--gold); }
.eleg-btn-ghost{ background:transparent; color:var(--forest); border:1px solid var(--forest); }
.eleg-btn-gold:hover{ background:var(--forest); color:var(--gold-soft); border-color:var(--forest); }
.eleg-btn-ghost:hover{ background:var(--forest); color:var(--gold-soft); }

/* WP buttons alignment fix */
.wp-block-button__link{
  font-family:var(--sans) !important;
  font-size:13px !important;
  letter-spacing:2px !important;
  text-transform:uppercase;
  border-radius:0 !important;
}

/* ================================================================== *
 * 6. Section spacing
 * ================================================================== */
.eleg-section{ padding:88px 0; }
.eleg-section--tight{ padding:56px 0; }
.eleg-section--dark{ background:var(--forest); color:var(--ivory); }
.eleg-section--deep{ background:var(--forest-deep); color:var(--gold-soft); }
@media (max-width:768px){
  .eleg-section{ padding:56px 0; }
  h1{ font-size:34px; }
  .eleg-wrap{ padding:0 16px; }
}

/* ================================================================== *
 * 7. Hero
 * ================================================================== */
.eleg-hero{
  background:var(--forest);
  color:var(--ivory);
}
.eleg-hero-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  min-height:560px;
  max-width:1400px;
  margin:0 auto;
}
.eleg-hero-copy{
  padding:90px 70px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.eleg-hero-copy .eleg-eyebrow{
  color:var(--gold);
  font-size:12px;
  letter-spacing:4px;
  text-transform:uppercase;
  margin-bottom:24px;
}
.eleg-hero-copy h1{
  color:var(--ivory);
  margin-bottom:24px;
}
.eleg-hero-copy h1 em{
  color:var(--gold);
  font-style:italic;
}
.eleg-hero-copy p{
  font-size:16px;
  line-height:1.75;
  color:#BFCFC6;
  margin-bottom:38px;
  max-width:420px;
}
.eleg-hero-img{
  background:linear-gradient(160deg, var(--forest-light), var(--forest-deep));
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8FA89B;
  font-size:14px;
  position:relative;
  overflow:hidden;
}
.eleg-hero-img img{ width:100%; height:100%; object-fit:cover; display:block; }
@media (max-width:768px){
  .eleg-hero-grid{ grid-template-columns:1fr; min-height:auto; }
  .eleg-hero-copy{ padding:48px 24px; }
  .eleg-hero-img{ min-height:280px; }
}

/* ================================================================== *
 * 8. Stats bar
 * ================================================================== */
.eleg-stats{
  background:var(--forest-deep);
  color:var(--gold-soft);
}
.eleg-stats .eleg-wrap{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding:28px 24px;
  text-align:center;
}
.eleg-stats strong{
  display:block;
  font-size:24px;
  font-family:var(--serif);
  color:#fff;
  margin-bottom:4px;
}
.eleg-stats span{
  font-size:11px;
  letter-spacing:2px;
  text-transform:uppercase;
}
@media (max-width:768px){
  .eleg-stats .eleg-wrap{ grid-template-columns:1fr 1fr; gap:20px 0; }
}

/* ================================================================== *
 * 9. The Collection — product cards
 * ================================================================== */
.eleg-head-row{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  margin-bottom:44px;
}
.eleg-head-row h2{ font-size:38px; }
.eleg-head-row a{
  font-size:13px;
  color:var(--forest);
  letter-spacing:1px;
  border-bottom:1px solid var(--gold);
  padding-bottom:3px;
  text-decoration:none;
}
.eleg-grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:26px;
}
.eleg-prod{
  background:var(--white);
  border:1px solid var(--line);
  transition:border-color .25s ease;
  display:flex;
  flex-direction:column;
}
.eleg-prod:hover{ border-color:var(--gold); }
.eleg-prod-img{
  height:260px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:var(--ivory);
  color:var(--ink-soft);
  font-size:13px;
  overflow:hidden;
}
.eleg-prod-img img{ width:100%; height:100%; object-fit:cover; transition:transform .4s ease; }
.eleg-prod:hover .eleg-prod-img img{ transform:scale(1.03); }
.eleg-prod-body{ padding:26px 24px 30px; flex:1; display:flex; flex-direction:column; }
.eleg-tag{
  display:inline-block;
  font-size:10px;
  letter-spacing:2px;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:10px;
}
.eleg-prod-body h3{ margin-bottom:8px; }
.eleg-prod-body p{
  font-size:13.5px;
  color:var(--ink-soft);
  line-height:1.6;
  margin-bottom:18px;
}
.eleg-prod-row{
  margin-top:auto;
  display:flex;
  justify-content:space-between;
  align-items:center;
}
.eleg-prod-row .eleg-price{
  font-size:20px;
  font-family:var(--serif);
  font-weight:500;
  color:var(--ink);
}
.eleg-prod-row .eleg-add{
  background:var(--forest);
  color:#fff;
  padding:10px 20px;
  font-size:12px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  text-decoration:none;
  border:1px solid var(--forest);
  transition:background .2s ease, color .2s ease;
}
.eleg-prod-row .eleg-add:hover{ background:var(--gold); color:var(--forest-deep); border-color:var(--gold); }

@media (max-width:768px){
  .eleg-grid3{ grid-template-columns:1fr; gap:16px; }
}

/* ================================================================== *
 * 10. Signature Bundle — dark band
 * ================================================================== */
.eleg-bundle{
  background:var(--forest);
  color:var(--ivory);
}
.eleg-bundle-grid{
  display:grid;
  grid-template-columns:1.1fr 1fr;
  gap:64px;
  align-items:center;
}
.eleg-bundle h2{
  font-size:40px;
  color:var(--ivory);
  margin-bottom:18px;
}
.eleg-bundle h2 em{ color:var(--gold); font-style:italic; }
.eleg-bundle p{
  color:#BFCFC6;
  line-height:1.75;
  font-size:15px;
  margin-bottom:28px;
}
.eleg-bundle-list{
  list-style:none;
  font-size:14.5px;
  line-height:2.3;
  color:var(--gold-soft);
  margin-bottom:34px;
}
.eleg-bundle-list li::before{
  content:"◆";
  color:var(--gold);
  margin-right:12px;
  font-size:10px;
}
.eleg-bundle-cta{
  display:flex;
  align-items:baseline;
  gap:18px;
  flex-wrap:wrap;
}
.eleg-bundle-cta .eleg-now{
  font-size:46px;
  font-family:var(--serif);
  color:#fff;
}
.eleg-bundle-cta .eleg-was{
  font-size:18px;
  color:#8FA89B;
  text-decoration:line-through;
}
.eleg-bundle-img{
  background:linear-gradient(160deg, var(--forest-light), #12241C);
  height:400px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#8FA89B;
  font-size:14px;
}
@media (max-width:768px){
  .eleg-bundle-grid{ grid-template-columns:1fr; gap:32px; }
}

/* ================================================================== *
 * 11. Story strip
 * ================================================================== */
.eleg-story{
  background:var(--white);
}
.eleg-story-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:60px;
  align-items:center;
}
.eleg-story-img{
  background:linear-gradient(135deg, var(--ivory), #EBE6DB);
  height:340px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--ink-soft);
  font-size:14px;
}
.eleg-story h2{
  font-size:34px;
  margin-bottom:18px;
}
.eleg-story p{
  color:var(--ink-soft);
  line-height:1.8;
  font-size:15px;
  margin-bottom:14px;
}
@media (max-width:768px){
  .eleg-story-grid{ grid-template-columns:1fr; gap:32px; }
}

/* ================================================================== *
 * 12. Footer
 * ================================================================== */
.eleg-footer{
  background:var(--forest-deep);
  color:#9DB0A6;
  padding:60px 0 32px;
  font-size:13px;
  margin-top:0;
}
.eleg-foot-grid{
  display:grid;
  grid-template-columns:2fr 1fr 1fr 1.5fr;
  gap:40px;
}
.eleg-f-logo{
  font-family:var(--serif);
  font-size:22px;
  letter-spacing:4px;
  color:#fff;
  margin-bottom:14px;
  text-transform:uppercase;
}
.eleg-f-logo span{ color:var(--gold); }
.eleg-footer h4{
  color:var(--gold);
  font-size:12px;
  letter-spacing:2px;
  text-transform:uppercase;
  margin-bottom:16px;
}
.eleg-footer ul{ list-style:none; line-height:2.4; padding:0; }
.eleg-footer ul a{ color:#9DB0A6; text-decoration:none; }
.eleg-footer ul a:hover{ color:var(--gold-soft); }
.eleg-foot-news{ margin-bottom:12px; }
.eleg-foot-form{ display:flex; gap:8px; }
.eleg-foot-form input{
  flex:1;
  padding:10px 12px;
  background:transparent;
  border:1px solid #2C453A;
  color:#fff;
  font-family:var(--sans);
  font-size:13px;
  border-radius:0;
}
.eleg-foot-form button{
  padding:10px 18px;
  background:var(--gold);
  color:var(--forest-deep);
  border:none;
  font-size:11px;
  letter-spacing:1.5px;
  text-transform:uppercase;
  cursor:pointer;
  font-family:var(--sans);
}
.eleg-foot-form button:hover{ background:var(--gold-soft); }
.eleg-foot-copy{ margin-top:14px; font-size:11px; color:#6B8278; }
@media (max-width:768px){
  .eleg-foot-grid{ grid-template-columns:1fr; gap:28px; }
}

/* ================================================================== *
 * 13. WooCommerce overrides
 * ================================================================== */
.woocommerce ul.products li.product,
.wc-block-grid__products .wc-block-grid__product{
  background:var(--white);
  border:1px solid var(--line);
  padding:0 !important;
  border-radius:0 !important;
  transition:border-color .25s ease;
}
.woocommerce ul.products li.product:hover{ border-color:var(--gold); }
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family:var(--serif) !important;
  font-size:22px !important;
  font-weight:400 !important;
  color:var(--ink) !important;
  padding:18px 24px 4px !important;
}
.woocommerce ul.products li.product .price{
  font-family:var(--serif) !important;
  font-size:20px !important;
  color:var(--ink) !important;
}
.woocommerce ul.products li.product .button{
  background:var(--forest) !important;
  color:#fff !important;
  padding:10px 20px !important;
  font-size:12px !important;
  letter-spacing:1.5px !important;
  text-transform:uppercase !important;
  border-radius:0 !important;
  font-family:var(--sans) !important;
}
.woocommerce ul.products li.product .button:hover{ background:var(--gold) !important; color:var(--forest-deep) !important; }
.woocommerce ul.products li.product img{ transition:transform .4s ease; }
.woocommerce ul.products li.product:hover img{ transform:scale(1.03); }

/* single product page */
.single-product .product_title{
  font-family:var(--serif) !important;
  font-weight:400 !important;
}
.single-product .price{ font-family:var(--serif) !important; }
.single-product .summary button.button,
.single-product .summary button.alt{
  background:var(--gold) !important;
  color:var(--forest-deep) !important;
  border-radius:0 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
}
.single-product .summary button.button:hover{ background:var(--forest) !important; color:var(--gold-soft) !important; }

/* ============================================================
   Numeric alignment fix — lining + tabular figures everywhere
   Cormorant Garamond defaults to old-style figures which make
   prices look ragged. Force lined-up, monospaced digits.
   ============================================================ */
body,
button,
input,
select,
textarea,
h1, h2, h3, h4, h5, h6,
.woocommerce-Price-amount,
.price,
.amount,
.woocommerce .price,
.woocommerce-Price-currencySymbol{
  font-variant-numeric: lining-nums tabular-nums;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1;
  font-feature-settings: "lnum" 1, "tnum" 1;
}

/* Prices: use the sans (Jost) face so digits render crisp and aligned */
.woocommerce .price,
.woocommerce-Price-amount.amount,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-product .price,
.eleg-prod-row .eleg-price{
  font-family: var(--sans) !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-feature-settings: "lnum" 1, "tnum" 1 !important;
  letter-spacing: 0.01em;
}

/* Quantity / cart / checkout numeric fields */
.quantity .qty,
input[type="number"],
.woocommerce-cart .cart_totals td,
.woocommerce table.shop_table td{
  font-variant-numeric: lining-nums tabular-nums !important;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-feature-settings: "lnum" 1, "tnum" 1 !important;
}

/* ============================================================
   Price / numeric font switch: serif (Cormorant) -> sans (Jost)
   Keeps lining + tabular figures for perfectly aligned digits.
   ============================================================ */
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-Price-amount.amount,
.woocommerce-Price-amount,
.price,
.eleg-prod-row .eleg-price,
.eleg-bundle-cta .eleg-now,
.single-product .price,
.single-product .summary .price,
.woocommerce .price,
.cart_totals .woocommerce-Price-amount,
.checkout .woocommerce-Price-amount,
.woocommerce table.shop_table .woocommerce-Price-amount,
.woocommerce-cart .cart_totals td .woocommerce-Price-amount,
.woocommerce-checkout .woocommerce-Price-amount,
.woocommerce-MyAccount-content .woocommerce-Price-amount{
  font-family: var(--sans) !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-weight: 500;
  letter-spacing: 0.01em;
}
.woocommerce-Price-currencySymbol{
  font-family: var(--sans) !important;
  font-variant-numeric: lining-nums tabular-nums !important;
}

/* ============================================================
   GLOBAL numeric font (Jost) — applied site-wide so prices,
   quantities and amounts always render in the same face.
   ============================================================ */
body,
button,
input,
select,
textarea,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.price,
.amount,
.quantity .qty,
input[type="number"],
.woocommerce table.shop_table td,
.woocommerce table.shop_table th,
.cart_totals td,
.order-total,
.woocommerce-order-details,
.woocommerce-customer-details{
  font-family: var(--sans), sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums !important;
  -webkit-font-feature-settings: "lnum" 1, "tnum" 1 !important;
  font-feature-settings: "lnum" 1, "tnum" 1 !important;
}

/* ============================================================
   UNIFIED PRODUCT CARD — consistent grid, equal heights,
   centered content, uniform image / title / price / button.
   ============================================================ */
.woocommerce ul.products{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
  gap: 28px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
.woocommerce ul.products::before,
.woocommerce ul.products::after{ display:none !important; }

.woocommerce ul.products li.product{
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--white, #fff);
  border: 1px solid var(--line, #E9E5DC);
  border-radius: 10px;
  overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
  display: flex;
  flex-direction: column;
  position: relative;
}
.woocommerce ul.products li.product:hover{
  transform: translateY(-4px);
  box-shadow: 0 12px 28px rgba(30,58,47,.10);
  border-color: var(--gold, #C9A96A);
}

/* image: uniform 1:1 crop */
.woocommerce ul.products li.product .astra-shop-thumbnail-wrap,
.woocommerce ul.products li.product a img{
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
  margin: 0;
}

/* body of the card */
.woocommerce ul.products li.product .astra-shop-summary-wrap{
  padding: 16px 18px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

/* category label */
.woocommerce ul.products li.product .ast-woo-product-category{
  font-family: var(--sans), sans-serif !important;
  font-size: 11px !important;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--gold, #C9A96A) !important;
  margin-bottom: 6px;
  display: block;
}

/* title: fixed two-line clamp, always aligned */
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family: var(--serif), Georgia, serif !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  color: var(--ink, #1C1C1A) !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
  text-align: center;
}

/* price: uniform, gold-dark, sans digits */
.woocommerce ul.products li.product .price{
  font-family: var(--sans), sans-serif !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: var(--forest-deep, #152B23) !important;
  margin: auto 0 12px !important;
  text-align: center;
}
.woocommerce ul.products li.product .price .woocommerce-Price-amount,
.woocommerce ul.products li.product .price .woocommerce-Price-currencySymbol{
  font-family: var(--sans), sans-serif !important;
  font-variant-numeric: lining-nums tabular-nums !important;
}

/* add-to-cart button: uniform */
.woocommerce ul.products li.product .button{
  background: var(--forest, #1E3A2F) !important;
  color: var(--ivory, #F7F5F0) !important;
  border-radius: 0 !important;
  font-family: var(--sans), sans-serif !important;
  font-size: 12px !important;
  letter-spacing: 1.8px !important;
  text-transform: uppercase !important;
  padding: 12px 22px !important;
  margin-top: auto !important;
  transition: background .2s ease, color .2s ease;
}
.woocommerce ul.products li.product .button:hover{
  background: var(--gold, #C9A96A) !important;
  color: var(--forest-deep, #152B23) !important;
}

/* hover quick-add overlay stays subtle */
.woocommerce ul.products li.product .ast-on-card-button{
  border-radius: 50% !important;
}

/* --- override Astra shop grid specifics --- */
.woocommerce ul.products.columns-4,
.woocommerce ul.products.columns-3,
.woocommerce ul.products.columns-2{
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)) !important;
}
.woocommerce ul.products li.product.ast-grid-common-col,
.woocommerce ul.products li.product.ast-full-width{
  width: auto !important;
  max-width: none !important;
  float: none !important;
  clear: none !important;
  flex: none !important;
  -webkit-flex: none !important;
}
.woocommerce ul.products li.product .astra-shop-summary-wrap{
  align-items: center;
}
@media (max-width: 782px){
  .woocommerce ul.products{
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 16px !important;
  }
}
@media (max-width: 480px){
  .woocommerce ul.products{
    grid-template-columns: 1fr !important;
  }
}

/* ============================================================
   Move "back to top" button above the chat widget so it is
   never hidden behind the chatbot bubble (bottom-right).
   ============================================================ */
#ast-scroll-top.ast-scroll-to-top-right{
  bottom: 105px !important;
  right: 30px !important;
}
@media (max-width: 480px){
  #ast-scroll-top.ast-scroll-to-top-right{
    bottom: 100px !important;
    right: 20px !important;
  }
}
