/* ============= FONTS AND SIZES ================== */

.font-1 {
  font-family: "MetropolisExtraLight";
}

.font-2 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

h1,
.title-lg {
  font-size: 78px;
  color: #ff6600;
}

h1,
.title-lg {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 1.4;
  letter-spacing: normal;
  font-weight: normal;
}
h1,
.title-lg.title-lg-2 {
  line-height: 0.2;
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 62px;
}

h2,
.title-md {
  font-size: 55px;
  color: #ff6600;
  font-weight: normal;
}

h3,
.title-sm {
  font-size: 32px;
  color: #ff6600;
  margin: 2px 0px 25px 0px;
}

a,
p,
.text,
h6,
.section li {
  font-size: 27px;
}

h3,
h4,
h5,
h6,
p,
.section li,
.title-sm,
.text,
.title-xs {
  font-family: "RalewayExtraLight";
  line-height: 1.14286;
  font-weight: 200;
  letter-spacing: -0.01em;
}

@media (min-width: 993px) and (max-width: 1200px) {
  h1,
  .title-lg {
    font-size: 75px;
  }

  h1,
  .title-lg.title-lg-2 {
    font-size: 57px;
  }

  h2,
  .title-md {
    font-size: 52px;
  }

  h3,
  .title-sm {
    font-size: 40px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 26px;
  }
}

@media (min-width: 600px) and (max-width: 992px) {
  h1,
  .title-lg {
    font-size: 60px;
  }

  h1,
  .title-lg.title-lg-2 {
    font-size: 45px;
  }

  h2,
  .title-md {
    font-size: 45px;
  }

  h3,
  .title-sm {
    font-size: 35px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 25px;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  h1,
  .title-lg {
    font-size: 48px;
  }

  h1,
  .title-lg.title-lg-2 {
    font-size: 42px;
  }

  h2,
  .title-md {
    font-size: 35px;
  }

  h3,
  .title-sm {
    font-size: 30px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 23px;
  }
}

@media (min-width: 450px) and (max-width: 500px) {
  h1,
  .title-lg {
    font-size: 43px;
  }

  h1,
  .title-lg.title-lg-2 {
    font-size: 37px;
  }

  h2,
  .title-md {
    font-size: 32px;
  }

  h3,
  .title-sm {
    font-size: 28px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 21px;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  h1,
  .title-lg {
    font-size: 40px;
  }

  h2,
  .title-md {
    font-size: 29px;
  }

  h3,
  .title-sm {
    font-size: 25px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 20px;
  }
}

@media (min-width: 350px) and (max-width: 400px) {
  h1,
  .title-lg {
    font-size: 38px;
  }

  h1,
  .title-lg.title-lg-2 {
    font-size: 35px;
  }

  h2,
  .title-md {
    font-size: 27px;
  }

  h3,
  .title-sm {
    font-size: 23px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 19px;
  }
}

@media (min-width: 320px) and (max-width: 350px) {
  h1,
  .title-lg {
    font-size: 37px;
  }

  h2,
  .title-md {
    font-size: 26px;
  }

  h3,
  .title-sm {
    font-size: 22px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 18px;
  }
}

@media (min-width: 300px) and (max-width: 320px) {
  h1,
  .title-lg {
    font-size: 36px;
  }

  h2,
  .title-md {
    font-size: 25px;
  }

  h3,
  .title-sm {
    font-size: 21px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 17px;
  }
}

@media all and (max-width: 300px) {
  h1,
  .title-lg {
    font-size: 35px;
  }

  h2,
  .title-md {
    font-size: 24px;
  }

  h3,
  .title-sm {
    font-size: 20px;
  }

  a,
  p,
  .text,
  h6,
  .section li {
    font-size: 16px;
  }
}

/* ============= FONTS AND SIZES END ================== */

.centered {
  text-align: center;
}

.no-max-width {
  max-width: none;
}

.btn-grey {
  background-color: #8a8a8a;
  height: 40px;
  font-size: 14px;
  border-radius: 4px;
  border: none;
}

/*#quantity {
	width: 3rem;
	text-align: center;
	font-size: 1.5rem;
	margin-left: 10px;
	padding-left: 1%;
}
#quantity-label {
	font-size: 1.7rem;
}*/

#purchase-btn {
  /*font-size: 1.7rem;*/
  color: #ff6600;
  /* animation-name: purchase-animation;
	animation-duration: 4s;
	animation-iteration-count: infinite; */
}

#buy-container {
  /* position: absolute; */
  /* top: 13%; */
  /* right: 25%; */
}

.buy-now button {
  background-color: #ff6600;
  /* Green */
  border: none;
  color: white;
  padding: 30px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  margin: 10px 2px;
  cursor: pointer;
  font-weight: bold;
  border-radius: 50%;
  position: relative;
}

.buy-now button i {
  position: absolute;
  top: 5%;
  left: 18%;
  color: #2e2e2e;
  font-size: 1.4rem;
}

.buy-now button i.old {
  text-decoration: line-through;
  left: 9%;
  font-size: 1.2rem;
  top: 10%;
}

.buy-now button i.new {
  left: 30%;
  font-size: 1.2rem;
  top: 10%;
}

b.old {
  text-decoration: line-through;
  margin-right: 1rem;
  font-size: 1rem;
}

@keyframes purchase-animation {
  from {
    background-color: #edf6ff;
    color: #000;
  }

  to {
    background-color: #2e2e2e;
    color: #fff;
  }
}

/* ==================== COLORS ================ */

.white {
  color: #fff !important;
}

.black {
  color: #000 !important;
}

.grey {
  color: #e8e8e8 !important;
}

.b-grey {
  background: #e8e8e8 !important;
}

#top-bar-background {
  background: #2e2e2e;
}

/* ==================== COLORS END ================ */

/* SECTIONS */

.right-text-box {
  text-align: left;
}

/* ===================== First Section ================= */

/* ===================== First Section END ================= */

/* ===================== My Section ================= */

.section {
  padding: 80px 0 60px;
}

.section.first {
  padding: 90px 0 56px;
}

.section .main-header {
  margin-bottom: 80px;
}

.section div,
.section h3 {
  text-align: center;
}

.section ul {
  text-align: left;
}

.section .section-list {
  list-style: disc;
  padding-left: 20px;
}

@media all and (max-width: 768px) {
  .section .main-header {
    margin-bottom: 30px;
  }

  .section {
    padding: 60px 0 50px;
  }

  .section.first {
    padding: 100px 0 50px;
  }

  .section.first-menu {
    padding: 140px 0 50px;
  }
}

@media all and (max-width: 600px) {
  .section {
    padding: 45px 0 35px;
  }
}

/* ===================== Section End ================= */

/* ============= FAQ ================ */

/* ============= FAQ ================ */

/* ===================== WARRANTY END =================== */

/* Support */

/* SUBSCRIBE CONTAINER */

/* LISTS */

@media all and (max-width: 1200px) {
  .no-max-width {
    max-width: 100%;
  }
}

@media all and (max-width: 992px) {
  .responsive-section .responsive-button {
    text-align: inherit;
  }
}

@media all and (max-width: 767px) {
  .myAnimated {
    transition: transform 1.6s ease-in-out;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  #design-section {
    margin-bottom: 10rem;
  }
}

@media all and (max-width: 450px) {
  .responsive-section .responsive-button a {
    height: 75px;
    line-height: 55px;
  }

  .responsive-section .responsive-button a i {
    margin-right: 3px;
    width: 50px;
    height: 50px;
    line-height: 55px;
  }
}

@media all and (max-width: 420px) {
  .responsive-section .responsive-button a i {
    display: none;
  }

  .btn {
    padding: 0px 20px;
  }
}

/* ============== DEVICE =================== */

/* ============== DEVICE END =================== */

/*input{
  &::-webkit-inner-spin-button{
    opacity:1;
  }
}*/

.callout-box .callout-text p.add-on {
  font-size: 1.5em;
  color: black;
  font-weight: bold;
}

.callout-box .callout-text p.add-on b {
  font-size: 1.5em;
  color: black;
  font-weight: bold;
}

.callout-box .callout-text p.add-on.white {
  font-size: 1.3em;
  color: white;
  font-style: italic;
}

.video-container {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: "";
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.seo-hidden {
  position: absolute !important;
  opacity: 0 !important;
}

.modal {
  font-family: "Open Sans", sans-serif;
  box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
  background: #fff;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  border: 10px solid #000;
  background-clip: padding-box;
  overflow: hidden;
}

.modal .form .form-row {
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 30px;
}

.modal .form .form-row:last-child {
  font-family: "Open Sans", sans-serif;
  margin: 0;
}

/*.modal .form .form-row:last-child .input-group {
  width: 75%;
  margin: 0 15px 0 0;
}
.modal .form .form-row:last-child .input-group:last-child {
  width: 25%;
  margin: 0 0 0 15px;
}*/

.modal .form .input-group {
  width: 100%;
}

.modal .form label {
  font-family: "Open Sans", sans-serif;
  display: block;
  width: 100%;
  margin: 0 0 10px;
  color: #2e2e2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal .form label b {
  color: #ff6600;
}

.modal .form input {
  padding: 0px 10px !important;
  height: 42px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .form .radio {
  width: 100%;
}

.modal .form .radio p {
  margin-bottom: 1rem;
}

.modal .form .radio label {
  font-size: 1rem;
}

.modal .form input[type="radio"] {
  float: left;
  height: 1rem;
  width: 25%;
  margin-top: 0.2rem;
}

.modal .form select {
  padding: 0px 10px !important;
  height: 42px;
  font-family: "Open Sans", sans-serif;
  outline: none;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  width: 100%;
  margin: 0;
  border: 0;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  padding: 15px;
  color: #000;
  font-size: 12px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.modal .header {
  font-family: "Open Sans", sans-serif;
  background: #2e2e2e;
  padding: 10px 30px 1px 30px;
  text-align: center;
}

.modal .header h1 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 15px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.modal .header h1 b {
  color: #ff6600;
  font-size: 1.45rem;
}

.modal .content {
  font-family: "Open Sans", sans-serif;
  padding: 30px;
  overflow-y: scroll !important;
  height: 100% !important;
}

.modal .footer .button {
  font-family: "Open Sans", sans-serif;
  margin-top: 25px;
  outline: none;
  display: block;
  background: #171717;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  width: 100%;
  border: 0;
  padding: 20px 30px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.15s ease;
}

.modal .footer #cancel-payment {
  background: #a21818;
}

.hide-shipping-option {
  display: none;
  visibility: hidden;
  opacity: 0;
}

.modal .footer .button:hover {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  transform: translateY(-5px);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.info {
  font-family: "Open Sans", sans-serif;
  width: 300px;
  margin: 50px auto;
  text-align: center;
}

.info h1 {
  font-family: "Open Sans", sans-serif;
  margin: 0 0 15px;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  color: #333;
}

@-webkit-keyframes active {
  0% {
    bottom: -60px;
    opacity: 0;
  }

  100% {
    bottom: -30px;
    opacity: 1;
  }
}

@-moz-keyframes active {
  0% {
    bottom: -60px;
    opacity: 0;
  }

  100% {
    bottom: -30px;
    opacity: 1;
  }
}

@-o-keyframes active {
  0% {
    bottom: -60px;
    opacity: 0;
  }

  100% {
    bottom: -30px;
    opacity: 1;
  }
}

@keyframes active {
  0% {
    bottom: -60px;
    opacity: 0;
  }

  100% {
    bottom: -30px;
    opacity: 1;
  }
}

[not-existing] {
  zoom: 1;
}

@media (min-width: 992px) {
  .modal {
    top: 5%;
    right: 30%;
    bottom: 5%;
    left: 30%;
  }
}

@media (min-width: 650px) and (max-width: 991px) {
  .modal {
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
  }
}

@media (max-width: 649px) {
  .modal {
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
  }
}

/* ========= HEADER */

#header {
  color: #fff;
  /* height: 40px; */
  left: 0;
  /* position: absolute; */
  top: 0;
  width: 100%;
  z-index: 101;
}

#header a,
#header li,
#header p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

#header .header-inner {
  display: table;
  position: relative;
  width: 100%;
}

#header .header-top-nav {
  float: right;
}

#header #nav {
  text-align: center;
}

.my-logo img {
  width: 70px;
}

.mega-menu-item img {
  height: 40px;
  margin-left: 10px;
  width: 40px;
}

/*========== SUBHEADER ==========*/

/*========== SUBHEADER END ==========*/

#main-nav li.menu-item-has-children > a {
  cursor: default;
}

/* =========================== */

.mobile-nav-wrapper {
  background: #ececec;
}

.mobile-nav {
  padding: 15px 20px 40px;
  color: #000;
}

.mobile-nav li > a {
  display: block;
}

.mobile-nav a {
  font-size: 15px;
}

.mobile-nav li.active > a {
  color: #ff6600;
}

.mobile-nav > li > a {
  border-bottom: 1px solid #17283c;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 3.5em;
  text-transform: uppercase;
}

.mobile-nav .menu-item-has-children {
  position: relative;
}

/* ============ ARROW ============== */

/* ============ ARROW END ============== */

@media all and (max-width: 992px) {
  .my-logo img {
    margin-top: 5px;
    width: 114px;
  }
}

@media all and (max-width: 600px) {
  .my-logo img {
    margin-top: 5px;
    width: 95px;
  }
}

/* ==== */

.more h3 {
  color: black;
}
