/*====================
1. Google fonts
======================*/

@import url('https://fonts.googleapis.com/css2?family=Alice&display=swap');
@font-face {
    font-family: 'Glacial Indifference regular';
    src: url('../fonts/glacial/GlacialIndifference-Regular.eot');
    src: url('../fonts/glacial/GlacialIndifference-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/glacial/GlacialIndifference-Regular.woff2') format('woff2'),
        url('../fonts/glacial/GlacialIndifference-Regular.woff') format('woff'),
        url('../fonts/glacial/GlacialIndifference-Regular.ttf') format('truetype'),
        url('../fonts/glacial/GlacialIndifference-Regular.svg#GlacialIndifference-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Glacial Indifference bold';
    src: url('../fonts/glacial/GlacialIndifference-Bold.eot');
    src: url('../fonts/glacial/GlacialIndifference-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/glacial/GlacialIndifference-Bold.woff2') format('woff2'),
        url('../fonts/glacial/GlacialIndifference-Bold.woff') format('woff'),
        url('../fonts/glacial/GlacialIndifference-Bold.ttf') format('truetype'),
        url('../fonts/glacial/GlacialIndifference-Bold.svg#GlacialIndifference-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*====================
2. Theme variables
======================*/

:root {
  --glacial-font: 'Glacial Indifference regular';
  --glacial-font-bold: 'Glacial Indifference bold';
  --alice-font: 'Alice', serif;
  --open-font:open, sans-serif;
  --color-primary: #ce4520;
  --color-primary-2: #bd310c;
  --color-primary-3: #d86242;
  --color-secondary: #fff0e9;
  --color-orange-1: #ee7447;
  --color-orange-2: #f18232;
  --color-orange-3:#d86242;
  --color-orange-4: #fca567;
  --color-orange-5: #ffd8bc;
  --color-orange-6:#df5d12;
  --color-orange-7:#f1947b;
  --color-orange-8:#efb48a;
  --color-orange-9:#ffddca;
  --color-beige-1: #f3ccb4;
  --color-beige-2: #ffdcd2;
  --color-beige-3: #fff7f2;
  --color-beige-4: #f4dace;
  --color-beige-5: #fcf9f7;
  --color-success:#538f4e;
  --color-success-2:#58ce20;
  --color-danger: #cf241f;
  --color-purple: #670979;
  --color-marron:#6d401c;
  --body-text-color: #211b1b;
  --color-white: #ffffff;
  
}

/*====================
3. General css
======================*/
html,
body {
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: inherit;
  box-sizing: border-box;
}

body {
  background: #fff;
  font-family: var(--glacial-font);
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  color: var(--body-text-color);
  line-height: 1.8;
}

a {
  color: var(--color-primary);
  display: inline-block;
}

a,
a:active,
a:focus,
a:hover {
  outline: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
}

a:hover {
  color: var(--color-primary);
}
input:focus, input:focus-visible{
    outline: none;
    box-shadow: none;
    border: none; 
}
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  
  margin: 0px;
  font-family: var(--glacial-font-bold);
  font-weight: 700;
  line-height: 56px;
}

h1 {
  font-size: 67px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0px;
}
strong{
    font-family: var(--glacial-font-bold);
}
.container{
    max-width: 1140px;
}
.container-padding{
    padding: 0 80px;
    margin: 0 auto;
    width: 100%;
}
.container-padding-woocommerce{
  padding: 30px 50px 0  50px;
}

a.btn_animation:hover{
    transition: all 0.3s ease-out 0s;
    background: var(--color-primary) !important;
}
.btn_animation:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
}
.btn_animation::before {
    content: "";
    position: absolute;
    background: var(--color-primary);
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .24s ease-in-out;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li{
    margin-bottom: 20px !important;
}

.btn-sanganni-red{
  border-radius:40px; 
  background: var(--color-orange-3);
  color:var(--color-secondary);
}
.btn-sanganni-red:hover{
  background: var(--color-beige-1);
  
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button{
  border-radius:25px; 
  background: var(--color-orange-3);
  color:var(--color-secondary);
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--glacial-font);
  padding: 15px 15px;
  line-height: 1;
  border:1px solid var(--color-orange-3);
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button:hover, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button:hover {
  border:1px solid var(--color-orange-3);
  background:#fff;
  text-decoration: none;
  background-image: none;
  color: var(--color-orange-3);
  font-size: 16px;
  font-weight: 500;
  font-family: var(--glacial-font);
 
  line-height: 1;
}
.nav-links{
  margin: 0 auto;
}


@media (max-width: 767.98px) {
  html,
  body {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    box-sizing: border-box;
  }
    .container,
    .container-padding{
        padding: 0 15px 15px 15px;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
  
    margin: 0px;
    font-family: var(--glacial-font-bold);
    font-weight: 700;
    line-height: 46px;
    }
    h1 {
        font-size: 67px;
    }
    
    h2 {
    font-size: 35px;
    }
    
    h3 {
    font-size: 25px;
    }
    
    h4 {
    font-size: 16px;
    }
    
    h5 {
    font-size: 16px;
    }
    
    h6 {
    font-size: 16px;
    }
}

@media (max-width: 575.98px) {


}