/**
 * Created by Prashamsa Pandey
*/
/*-------------------------------------- Fonts Starts -------------------------------------*/
/*--------------------------------------- Fonts Ends --------------------------------------*/
/*------------------------------------- Colors Starts -------------------------------------*/
/*-------------------------------------- Colors Ends --------------------------------------*/
/*-------------------------------------- Mixins Starts ------------------------------------*/
.ex-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start; }

.ex-flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap; }

.ex-vertical {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ex-transition {
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease; }

.ex-transition-medium {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -o-transition: all 1.2s ease;
  transition: all 1.2s ease; }

.ex-transition-large {
  -webkit-transition: all 1.8s ease;
  -moz-transition: all 1.8s ease;
  -ms-transition: all 1.8s ease;
  -o-transition: all 1.8s ease;
  transition: all 1.8s ease; }

/*--------------------------------------- Mixins Ends -------------------------------------*/
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("AvenirNextLTPro-Bold.woff2") format("woff2"), url("AvenirNextLTPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("AvenirNextLTPro-It.woff2") format("woff2"), url("AvenirNextLTPro-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }
@font-face {
  font-family: 'Avenir Next LT Pro';
  src: url("AvenirNextLTPro-Regular.woff2") format("woff2"), url("AvenirNextLTPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
html {
  height: 100%; }

body {
  height: 100%;
  font-family: "Avenir Next LT Pro";
  font-size: 16px;
  font-weight: 300;
  color: black;
  line-height: 24px;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited {
  text-decoration: none; }
a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  line-height: 1.3em; }

h1 {
  font-size: 50px; }

h2 {
  font-size: 42px; }

h3 {
  font-size: 26px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 14px; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

.old-price h5 {
  font-weight: bold;
  text-decoration: line-through;
  font-size: 14px; }

#wrapper {
  min-height: 100%;
  position: relative;
  /* overflow-y: hidden;*/ }

.slick-slider .slick-slide {
  outline: none; }

.custom-container {
  padding: 100px 275px;
  max-width: 1920px;
  margin: auto; }
  .custom-container.small-padding {
    padding-left: 140px;
    padding-right: 140px; }
  .custom-container.remove-padding-top {
    padding-top: 0; }

.evo-btn {
  display: inline-block;
  min-width: 200px;
  outline: none;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 60px;
  transition: all 0.6s ease;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer; }
  .evo-btn:hover, .evo-btn:focus {
    transition: all 0.6s ease;
    background-color: #000000;
    color: #fff;
    text-decoration: none; }
  .evo-btn.white-font {
    color: #fff;
    border: 1px solid #fff; }
    .evo-btn.white-font:hover, .evo-btn.white-font:focus {
      transition: all 0.6s ease;
      background-color: #fff;
      color: #000000; }
  .evo-btn.small-margin-top {
    margin-top: 30px; }
  .evo-btn.btn-out-of-stock {
    background-color: #7d1c03;
    border: 1px solid #7d1c03;
    color: white; }

.section-title {
  padding-bottom: 45px; }
  .section-title.white-text {
    color: #ffff; }
  .section-title.move-left {
    text-align: left; }
  .section-title.small-padding {
    padding-bottom: 25px; }

.common-btn a {
  display: inline-block;
  min-width: 200px;
  outline: none;
  padding: 10px;
  background-color: transparent;
  border: 1px solid #000000;
  text-align: center;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  margin-top: 30px;
  transition: all 0.6s ease;
  letter-spacing: 3px;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0; }
  .common-btn a:hover, .common-btn a:focus {
    transition: all 0.6s ease;
    background-color: #000000;
    color: #fff;
    text-decoration: none; }

/*# sourceMappingURL=global.css.map */
