html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }

body {
  font-family: "Lato", sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 24px;
  background: #fff; }

img {
  width: 100%; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #ed1c24;
  cursor: pointer; }

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

section {
  padding: 80px 0;
  position: relative; }

.btn {
  color: #ed1c24;
  background-color: transparent;
  border: 2px solid #ed1c24;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  padding: 14px 35px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 3px;
  transition: all 0.5s ease-in-out;
  border-radius: 5px;
  margin: 15px 0; }
  @media (max-width: 500px) {
    .btn {
      padding: 12px 45px; } }

.btn:hover {
  color: #fff;
  background-color: #ed1c24;
  border: 2px solid #ed1c24; }

.title-h {
  font-size: 65px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 25px;
  margin-top: 0; }

@media screen and (max-width: 768px) {
  .title-h {
    font-size: 38px; } }
.little-h {
  font-family: "Titillium Web", sans-serif;
  font-size: 21px;
  letter-spacing: 2px;
  font-weight: 300;
  text-transform: uppercase;
  color: #ed1c24;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .little-h {
    font-size: 18px;
    line-height: 27px; } }
.inner-h {
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  margin-top: 25px; }

@media screen and (max-width: 768px) {
  .inner-h {
    font-size: 21px; } }
.title-p {
  font-size: 23px;
  font-weight: 300;
  line-height: 30px;
  padding-bottom: 20px;
  color: #333; }

@media (max-width: 991px) {
  .title-p {
    font-size: 20px;
    line-height: 26px; } }
.back-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.mobile-view {
  display: none !important; }

@media (max-width: 991px) {
  .mobile-view {
    display: block !important; } }
.desctop-view {
  display: block; }

@media (max-width: 991px) {
  .desctop-view {
    display: none !important; } }
/*****navbar start******/
@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 14px;
    background-color: transparent; }

  .navbar-toggle .svg-inline--fa {
    color: #333; } }
nav.navbar.bootsnav {
  background: #fff;
  border-bottom: solid 1px #eee; }
  @media (max-width: 991px) {
    nav.navbar.bootsnav {
      background: #fff !important;
      border-bottom: solid 1px #eee; } }

.navbar {
  min-height: 90px;
  padding-top: 30px; }
  @media (max-width: 991px) {
    .navbar {
      min-height: 80px; } }
  @media (max-width: 500px) {
    .navbar {
      padding-top: 20px; } }

.navbar-brand {
  padding: 36px 25px 4px 25px;
  margin-left: 0 !important; }
  @media (max-width: 1024px) {
    .navbar-brand {
      padding: 5px 0 0 0; } }

.navbar-brand img {
  width: auto;
  height: 85px; }
  @media (max-width: 768px) {
    .navbar-brand img {
      height: 80px; } }

nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 170px;
  margin-top: 0px; }

@media (max-width: 991px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 58px;
    width: auto;
    margin-top: 0; } }
nav.no-background.bootsnav .logo1 {
  display: inline-block !important; }

nav.navbar-fixed.bootsnav .logo1 {
  display: none; }

nav.no-background.bootsnav .logo2 {
  display: none !important; }

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block; }

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important; }

  nav.no-background.bootsnav .logo2 {
    display: inline-block !important; } }
.caret {
  margin-left: 4px; }

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: #fff;
    border: solid 1px #eee;
    border-top: 5px solid #048c45; }

  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500; }

  nav.navbar.bootsnav ul.nav > li > a {
    padding: 27px 38px 29px 38px;
    font-weight: 600;
    font-size: 19px;
    text-transform: uppercase;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    color: #333; } }
  @media (min-width: 991px) and (max-width: 1150px) {
    nav.navbar.bootsnav ul.nav > li > a {
      padding: 26px 15px 10px 15px;
      font-weight: 400;
      font-size: 17px; } }

@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #048c45; }

  nav.no-background.bootsnav ul.nav > li > a {
    color: #222; }

  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none; }

  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 7px 15px;
    border-bottom: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-weight: 500; }

  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #048c45; } }
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none; }

  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    color: #333 !important;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    padding: 30px 0 0 0; }

  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px; }

  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #ed1c24;
    font-size: 19px;
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    padding: 7px 0; }

  nav.navbar.bootsnav .navbar-nav {
    margin: 15px -15px 20px -15px; } }
  @media (max-width: 992px) and (max-width: 991px) {
    nav.navbar.bootsnav .navbar-nav {
      margin: 0px -15px 0px -15px; } }

.top-header {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10; }

.top-line2 {
  padding: 4px;
  background-color: #333; }
  @media (max-width: 500px) {
    .top-line2 {
      padding: 4px; } }
  .top-line2 a {
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
    @media (max-width: 500px) {
      .top-line2 a {
        letter-spacing: 0;
        font-size: 11px;
        line-height: 14px;
        display: block; } }
  .top-line2 a:hover {
    color: #ed1c24; }

.attr-nav {
  position: absolute;
  right: 20px; }
  @media (max-width: 991px) {
    .attr-nav {
      right: 20px; } }
  .attr-nav .svg-inline--fa {
    margin-top: 29px;
    margin-left: 25px;
    color: #333; }
    @media (max-width: 991px) {
      .attr-nav .svg-inline--fa {
        margin-left: 15px;
        margin-top: 23px; } }
  .attr-nav .svg-inline--fa:hover {
    color: #ed1c24; }

.attr-nav .badge {
  margin-top: -4px;
  background-color: #ed1c24; }

@media (max-width: 1024px) {
  .navbar-right {
    float: left !important;
    margin-right: -15px; } }
/*****navbar end******/
.intro {
  padding-top: 250px;
  min-height: 100vh; }
  @media (max-width: 991px) {
    .intro {
      padding-top: 150px; } }
  .intro .back {
    background: rgba(255, 255, 255, 0.01); }
  .intro .btn2 {
    background-color: #ed1c24;
    color: #fff;
    min-width: 200px;
    margin-left: 6px; }
    @media (max-width: 991px) {
      .intro .btn2 {
        margin-left: 0;
        min-width: 220px;
        margin-top: 0; } }
  .intro .btn2:hover {
    background-color: transparent;
    color: #ed1c24; }
  .intro .title-index {
    font-size: 26px;
    font-family: "Titillium Web", sans-serif;
    margin-top: 0; }
  .intro h1 {
    font-family: "Titillium Web", sans-serif;
    margin: 30px 0;
    color: #ed1c24; }
  .intro .intro-h3 {
    font-size: 20px;
    font-family: "Titillium Web", sans-serif;
    margin-bottom: 0; }
  .intro .little-h {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 5px;
    color: #999; }

.intro-padd-left {
  padding-right: 40px; }
  @media (max-width: 1200px) {
    .intro-padd-left {
      padding-right: 15px; } }

.intro-padd-right {
  padding-left: 40px; }
  @media (max-width: 1200px) {
    .intro-padd-right {
      padding-left: 15px; } }

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0; }

.input-checkbox-wrapper {
  display: inline-block;
  margin-top: 10px;
  margin-right: 5px;
  cursor: pointer;
  position: relative; }

.input-checkbox {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  cursor: pointer; }

.input-checkbox-title {
  display: inline-block;
  padding: 11px 15px;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif; }

.input-checkbox-wrapper .input-checkbox:hover ~ .input-checkbox-title {
  background-color: #f5f5f5;
  border-color: #ccc; }

.input-checkbox-wrapper .input-checkbox:checked ~ .input-checkbox-title {
  font-style: normal;
  color: #fff;
  background-color: #444;
  border-color: #333; }

.input-checkbox-wrapper .input-checkbox:disabled ~ .input-checkbox-title {
  background-color: #f9f9f9;
  border: 1px solid #ededed;
  opacity: .6; }

.quantity {
  position: relative;
  display: block;
  width: 100%;
  width: 100%;
  margin: 10px 0;
  min-height: 30px; }

.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.quantity input[type=number] {
  -moz-appearance: textfield; }

.quantity input {
  width: 160px;
  height: 51px;
  line-height: 1.65;
  border-radius: 5px;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #ddd; }
  @media (max-width: 991px) {
    .quantity input {
      height: 40px; } }

.quantity input:focus {
  outline: 0; }

.quantity-nav {
  float: left;
  position: relative;
  height: 49px; }
  @media (max-width: 991px) {
    .quantity-nav {
      height: 38px; } }

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #ddd;
  width: 30px;
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 0;
  border-bottom: 1px solid #ddd; }

.quantity-button.quantity-down {
  position: absolute;
  bottom: -1px;
  height: 50%; }

/*********** video **************/
.video-box {
  padding: 13%; }
  @media (max-width: 500px) {
    .video-box {
      padding: 60px 30px; } }
  .video-box .video-back {
    background-color: rgba(13, 13, 13, 0.85);
    padding: 50px; }
    @media (max-width: 500px) {
      .video-box .video-back {
        padding: 15px; } }
    .video-box .video-back h3 {
      color: #fff; }
  .video-box .btn {
    background-color: #ed1c24;
    color: #fff; }
    @media (max-width: 500px) {
      .video-box .btn {
        padding: 10px 20px;
        letter-spacing: 0; } }
  .video-box .svg-inline--fa {
    margin-right: 5px; }
  .video-box .btn:hover {
    background-color: transparent;
    color: #ed1c24; }

.play-img {
  animation: shadow-pulse 1.5s infinite; }

@keyframes shadow-pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03); }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); } }
/********** logos start *******/
@media (max-width: 500px) {
  .logos {
    padding-top: 0; } }
.logos .logo-box {
  display: inline-block;
  width: 24%;
  position: relative; }
  @media (max-width: 500px) {
    .logos .logo-box {
      width: 49%; } }
.logos .logo-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 220px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media screen and (max-width: 768px) {
    .logos .logo-img {
      height: 120px; } }
.logos .logo-box:hover .logo-img {
  -ms-transform: scale(1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1);
  /* Safari 3-8 */
  transform: scale(1.1); }

/********* cta start *********/
.cta {
  padding: 150px 0;
  background-attachment: fixed; }
  @media screen and (max-width: 768px) {
    .cta {
      padding: 80px 0; } }
  .cta .btn {
    border: 2px solid #fff;
    color: #fff; }

.cta .back {
  background: rgba(13, 13, 13, 0.46); }

.cta h3 {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
  @media screen and (max-width: 768px) {
    .cta h3 {
      font-size: 44px; } }

/********* cta end *********/
/*****tc-testimonial start******/
.tc-testimonial {
  padding: 100px  0; }
  .tc-testimonial .back {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cccccc+0,000000+100&0.65+0,0+100 */
    background: -moz-linear-gradient(top, rgba(242, 242, 242, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(242, 242, 242, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(242, 242, 242, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6cccccc', endColorstr='#00000000',GradientType=0 );
    /* IE6-9 */ }

.testimonial-bg {
  padding: 20px 60px 20px 60px;
  text-align: center;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial-bg {
      padding: 10px 10px 20px 10px; } }

.testimonial {
  padding: 0 15px; }

.testimonial .description {
  font-size: 28px;
  font-weight: 300;
  font-family: "Titillium Web", sans-serif;
  color: #333;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 35px;
  padding-top: 20px;
  position: relative; }
  @media (max-width: 991px) {
    .testimonial .description {
      font-size: 19px;
      line-height: 26px; } }

.testimonial .title {
  font-size: 23px;
  font-weight: 400;
  color: #333;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 30px; }

.tc-testimonial .owl-dots .owl-dot.active span, .tc-testimonial .owl-dots .owl-dot:hover span {
  background: #ed1c24; }

.tc-testimonial .owl-controls {
  top: 100%; }

.q-star .svg-inline--fa {
  color: #ed1c24;
  margin: 2px; }

/*****tc-testimonial end******/
/*****tc- footer start******/
.tc-footer {
  position: relative;
  padding: 60px 0 15px 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer {
      padding: 30px 0 25px 0;
      text-align: center; } }
  .tc-footer .back {
    background: rgba(242, 242, 242, 0.9); }
  .tc-footer .footer-h {
    position: relative;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #ed1c24;
    font-family: "Titillium Web", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 15px;
    margin-top: 40px; }
  .tc-footer a {
    font-weight: 400;
    font-family: "Titillium Web", sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 28px; }
    @media only screen and (max-width: 990px) {
      .tc-footer a {
        font-size: 16px; } }
  .tc-footer a:hover {
    color: #ed1c24; }
  .tc-footer p, .tc-footer p a {
    color: #333;
    font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 990px) {
      .tc-footer p, .tc-footer p a {
        font-size: 14px;
        line-height: 21px; } }
  .tc-footer .svg-inline--fa {
    color: #ed1c24;
    margin: 10px 10px 0 10px;
    font-size: 20px; }
  .tc-footer .svg-inline--fa:hover {
    color: #333; }
  .tc-footer img {
    width: 90%; }
    @media only screen and (max-width: 990px) {
      .tc-footer img {
        height: auto;
        width: 100%;
        margin-bottom: 10px; } }
  .tc-footer hr {
    border-top: 1px solid #ccc;
    margin-top: 50px; }

.tc-footer ul {
  list-style: none;
  margin: 2px 0 2px 0;
  padding: 0; }
  @media only screen and (max-width: 990px) {
    .tc-footer ul {
      margin: 15px 0; } }

/*****tc-footer end******/
.inner-header {
  height: 180px; }
  @media (max-width: 991px) {
    .inner-header {
      height: 60px; } }

.register input, .register textarea, .checkout input, .checkout textarea, .forgot-page input, .forgot-page textarea {
  width: 100%;
  padding: 17px 15px;
  border: 1px solid #f2f2f2;
  background-color: #f8f8f8;
  margin-bottom: 25px;
  outline: none;
  border-radius: 0; }
  @media (max-width: 991px) {
    .register input, .register textarea, .checkout input, .checkout textarea, .forgot-page input, .forgot-page textarea {
      margin-bottom: 15px;
      padding: 15px 15px; } }

::-webkit-input-placeholder {
  /* Edge */
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

::placeholder {
  text-transform: uppercase;
  font-size: 13px;
  color: #333;
  letter-spacing: 1px; }

.contact-page .svg-inline--fa {
  margin-right: 10px; }

.purchase-page {
  padding-top: 80px;
  min-height: auto; }

.purchase-page:nth-child(even) {
  background: #fff; }

.purchase-page:nth-child(odd) {
  background: #f8f8f8; }

.example-image {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .example-image {
      margin-bottom: 15px;
      height: 220px; } }

.pagination {
  margin-top: 50px; }

.pagination > li > a, .pagination > li > span {
  padding: 8px 14px;
  color: #ed1c24;
  border: 1px solid #eee;
  border-radius: 0 !important; }

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  z-index: 2;
  color: #000;
  background-color: #fff; }

/*******************/
/*****************************/
.chart-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 130px;
  min-width: 90px; }
  @media (max-width: 991px) {
    .chart-img {
      height: 100px; } }

.cart .cart-center {
  text-align: center; }

.cart .cart-right {
  text-align: right; }

.cart h2 {
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  margin-bottom: 8px; }

.cart h6 {
  font-size: 18px; }

.cart h5 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif; }

.cart .svg-inline--fa {
  margin-right: 8px; }

.cart h4 {
  margin-top: 2px;
  font-weight: 300;
  font-size: 14px; }

.cart .cart-link {
  display: block;
  margin-top: 15px;
  font-size: 14px; }
  @media (max-width: 991px) {
    .cart .cart-link {
      margin-top: 0px; } }

.cart input {
  padding: 2px 8px;
  width: 100%; }

.big-total-h3 {
  font-weight: bold;
  font-family: "Titillium Web", sans-serif; }

@media (max-width: 991px) {
  .cart .cart-center {
    text-align: left; }

  .cart h6 {
    font-size: 14px; }

  .cart h5 {
    font-size: 18px;
    font-weight: 600; }

  .cart h2 {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 10px;
    letter-spacing: 0; }

  .big-total-h3 {
    font-size: 18px; }

  .cart h3 {
    font-size: 18px; } }
@media (max-width: 991px) {
  .cart .btn {
    margin: 4px 0; } }

/*********************/
.checkout {
  padding: 80px 0; }

.checkout h6 {
  margin-top: 5px; }

.checkout h5 {
  margin-top: 5px;
  float: right;
  font-family: "Titillium Web", sans-serif; }

.contact-form-chackout {
  background-color: rgba(0, 0, 0, 0.03);
  padding: 0 10px; }

.contact-form-chackout .form-control {
  height: 36px;
  margin: 4px 0 0 0;
  font-size: 14px; }

.contact-form-chackout .controls {
  margin-top: 0; }

.checkout input {
  margin-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.6); }

.checkout input[type=checkbox], .checkout input[type=radio] {
  width: auto; }

.checkout form {
  padding: 0 30px 30px 30px; }

@media (max-width: 991px) {
  .checkout form {
    padding: 0px; }

  .checkout h6 {
    font-size: 16px;
    color: #0ab8f4; } }
.checkout-padd {
  padding-left: 10px;
  padding-right: 0px; }

.checkout-padd2 {
  padding-left: 0px;
  padding-right: 15px; }

.checkout-padd3 {
  padding-left: 0px; }

@media (max-width: 991px) {
  .checkout-padd {
    padding-left: 15px;
    padding-right: 15px; }

  .checkout-padd2 {
    padding-left: 15px;
    padding-right: 15px; }

  .checkout-padd3 {
    padding-left: 15px; } }
.item-title-cart {
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase; }

.checkout-title {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-family: "Titillium Web", sans-serif; }

.inner-div {
  height: 160px;
  margin-top: 30px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000111+0,003d76+93,003d76+100 */
  background: #000111;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #000111 0%, #003d76 93%, #003d76 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000111 0%, #003d76 93%, #003d76 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000111', endColorstr='#003d76',GradientType=0 );
  /* IE6-9 */ }
  @media (max-width: 991px) {
    .inner-div {
      height: 70px; } }

.checkout .chart-img {
  height: 100px; }
  @media (max-width: 991px) {
    .checkout .chart-img {
      height: 80px;
      min-width: auto; } }

@media (max-width: 991px) {
  .checkout .cart-right h2 {
    margin-top: 0px; } }

.checkout-total {
  font-family: "Titillium Web", sans-serif; }

.signup-box {
  padding: 60px 80px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 991px) {
    .signup-box {
      padding: 30px 20px;
      margin-bottom: 20px; } }

.controls-checkout {
  background-color: #f6f6f6;
  padding: 0 15px; }

.fc-event-title {
  font-size: 13px;
  line-height: 16px;
  padding: 3px !important; }
  @media (max-width: 768px) {
    .fc-event-title {
      font-size: 9px;
      line-height: 11px;
      padding: 1px !important; } }

.fc-daygrid-event {
  white-space: normal !important; }

@media (max-width: 768px) {
  .fc .fc-toolbar-title {
    font-size: 1em; } }
@media (max-width: 768px) {
  .fc .fc-daygrid-day-number {
    padding: 1px 1px; } }

.fc .fc-daygrid-body-balanced .fc-daygrid-day-events {
  position: relative;
  left: 0;
  right: 0; }

.fc .fc-daygrid-day-top a {
  color: #333; }

.login-box {
  display: block;
  padding: 30px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
  margin: 50px 0; }
  .login-box .title-h {
    font-size: 45px; }
  .login-box input {
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 10px; }
  @media (max-width: 500px) {
    .login-box {
      padding: 25px 15px;
      margin: 15px 0; } }

.login-a {
  color: #333; }

.login-a:hover {
  color: #ed1c24; }

.cart-number {
  border: 1px solid #ddd;
  padding: 7px;
  height: 53px;
  line-height: 35px;
  border-radius: 5px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .cart-number {
      height: 40px;
      margin-top: 10px;
      line-height: 25px; } }

.cart-page .input-checkbox-title:hover {
  background-color: #fff;
  border-color: #ddd; }

.sidebar {
  background-color: #f5f5f5;
  padding: 15px 20px 15px 20px;
  margin-bottom: 40px; }
  @media (max-width: 768px) {
    .sidebar {
      padding: 10px 15px; } }
  .sidebar h3 {
    margin-top: 10px; }

.sidebar ul {
  list-style: none;
  padding-left: 0;
  margin-top: 20px; }

.sidebar li {
  border: 1px solid #ddd;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 16px 15px;
  margin-bottom: 9px;
  background: #fff; }
  @media (max-width: 768px) {
    .sidebar li {
      padding: 11px 15px; } }

.sidebar li.active > a {
  font-weight: bold;
  color: #ed1c24; }

.sidebar a {
  color: #333;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  display: block; }

.sidebar li:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.product-img {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 120px;
  margin-bottom: 30px; }

.product-box h4 {
  font-family: "Titillium Web", sans-serif; }
.product-box h5 {
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px; }

.dashoard-page input, .dashoard-page textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 0; }
.dashoard-page label {
  font-family: "Titillium Web", sans-serif;
  font-weight: 500; }

/*# sourceMappingURL=style.css.map */
