/*-------------------------------------
Template Name: kiosk Bike
Author: ThemeClan
Description: eCommerce HTML Template
Version: 1.0.0
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
-------------------------------------*/
/*-------------------------------------
  Table of Content
---------------------------------------
  # Normalize
  # Checkbox
  # Theme Default
    * Background
    * Space
    * Button
    * Social Icon
    * Select Dropdown

  # Header
    * Header Top
    * Header Account
    * Header Bottom
    * Header Minicart
    * Mobile Menu

  # Search
  # Breadcrumb
  # Preloader
  # Animation
  # Section Header
  # Banner Slider
    * Banner carousel dots
    * Banner slider item
    * Banner slider progress

  # Overview
    * Overview item
    * Overview style two

  # Product
    * Product slider head
    * Product item
    * Success Modal
    * Quickview Modal

  # Image Slider
  # Blog
  # About
  # Counter
  # Video
  # Testimonial
  # Google Map
  # Contact
    * Contact information
    * Contact item
    * Contact Form

  # Shop page
    * Pagination
    * Product Widget

  # Wishlist
  # Product single
    * Product single top
    * Product nav tab
    * Product specification
    * Product features
    * Product video
    * Product review

  # Blog single
    * Blog author
    * Blog comment
    * Blog comment form
    * Blog sidebar
    * Blog widget

  # Cart
  # Checkout
  # 404
  # Newsletter
  # Footer
    * Footer top
    * Footer widget
    * Footer bottom
    * Footer style two

  # scroll to top
-------------------------------------*/
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900&amp;display=swap");
/*-------------------------
   # Normalize
-------------------------*/
html {
  font-family: sans-serif;
  font-size: 10px; }

body {
  margin: 0;
  font-size: 16px;
  color: #393939;
  line-height: 1.8;
  position: relative;
  background: #fff;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

a {
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111;
   }


a:hover {
  text-decoration: none; }

a:active,
a:hover,
a:focus {
  outline-width: 0;
  outline: none; }

abbr[title] {
  border-bottom: 1px dotted #ddd;
  text-decoration: none; }

b,
strong {
  font-weight: 700; }

small {
  font-size: 80%; }

img {
  max-width: 100%; }

button:focus,
input:focus {
  outline: none; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #bbb;
  margin: 0 2px;
  padding: 0.35rem 0.625rem 0.75rem; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

[hidden] {
  display: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: ""; }

blockquote:before {
  content: "\efcd";
  position: absolute;
  left: 0;
  font-size: 30px;
  top: 0;
  font-family: IcoFont;
  color: #e70000; }

blockquote:after {
  content: "\efce";
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 30px;
  font-family: IcoFont;
  color: #e70000; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  clear: both;
  margin: 0 0 20px;
  color: #393939;
  font-weight: 700; }

h1, .h1 {
  font-size: 65px; }

h2, .h2 {
  font-size: 30px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 20px; }

h5, .h5 {
  font-size: 20px; }

h6, .h6 {
  font-size: 16px; }

p {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #393939;
  line-height: 1.8; }

dfn,
cite,
em,
i {
  font-style: italic; }

.slick-slide:focus {
  outline: none; }

blockquote {
  padding: 0 45px;
  font-weight: 400;
  margin-bottom: 0;
  color: #e70000;
  position: relative;
  font-family: "Roboto", sans-serif; }

blockquote cite {
  display: block;
  font-style: normal;
  font-weight: 400;
  color: #393939; }

.ic-form-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem; }

.ic-form-row > .col, .ic-form-row > [class*=col-] {
  padding-right: 1rem;
  padding-left: 1rem; }

label {
  color: #393939;
  display: block;
  font-weight: 700;
  margin-bottom: 0.5rem; }

fieldset {
  margin-bottom: 1rem; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  background: #fff;
  border: 1px solid #ecf0f3;
  -webkit-border-radius: 3px;
  border-radius: 4px;
  display: block;
  padding: 0.7em;
  width: 100%;
  margin-bottom: 2rem;
  outline: none; }

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #393939;
  border-color: #393939; }

select {
  border: 1px solid #bbb;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  max-width: 100%; }

input[type="radio"],
input[type="checkbox"] {
  margin-right: 0.5rem; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  font-weight: 400; }

button,
input[type="button"],
input[type="submit"] {
  background-color: #393939;
  border: 0;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  padding: 15px 0;
  text-shadow: none; }

input + button,
input + input[type="button"],
input + input[type="submit"] {
  padding: 0.75em 2em; }

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
  background-color: #ddd;
  color: #393939; }

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
  background: #767676; }

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
  background: #bbb; }

::-webkit-input-placeholder {
  color: #393939;
  font-family: "Roboto", sans-serif; }

:-moz-placeholder {
  color: #393939;
  font-family: "Roboto", sans-serif; }

::-moz-placeholder {
  color: #393939;
  font-family: "Roboto", sans-serif;
  opacity: 1; }

:-ms-input-placeholder {
  color: #393939;
  font-family: "Roboto", sans-serif; }

hr {
  background-color: #bbb;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

li > ul,
li > ol {
  margin-left: 2.5rem; }

dt {
  font-weight: 700;
  line-height: 24px;
  margin: 0 1.5em; }

dd {
  margin: 0 1.5em 1.5em;
  line-height: 24px; }

/*-------------------------
   # Checkbox
-------------------------*/
.custom-control {
  position: relative;
  display: block;
  min-height: 24px;
  padding-left: 24px; }

/*[type="radio"]:checked,
[type="radio"]:not(:checked) {
   position: absolute;
   opacity: 0;
   pointer-events: none;
}*/
.custom-control-label::before,
.custom-control-label::after {
  top: 5px;
  left: -24px;
  width: 16px;
  height: 16px; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e70000;
  background-color: #e70000; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: rgba(210, 59, 59, 0.5);
  border-color: rgba(210, 59, 59, 0.5); }

.custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

/*-------------------------
  # Theme Default
-------------------------*/
body.no-scroll {
  overflow: hidden; }

/*------- * Background -------*/
.ic-section-bg {
  background-color: #EBEDEC; }

.ic-section-bg-2 {
  background-color: #F8F8FA; }

/*------- * Space -------*/
.ic-padding-120 {
  padding: 120px 0; }
  @media only screen and (max-width: 991.98px) {
    .ic-padding-120 {
      padding: 100px 0; } }
  @media only screen and (max-width: 767.98px) {
    .ic-padding-120 {
      padding: 80px 0; } }

.ic-padding-100 {
  padding: 100px 0; }

.ic-padding-60 {
  padding: 60px 0; }

.ic-padding-40 {
  padding: 40px 0; }

.ic-padding-20 {
  padding: 20px 0; }

.ic-p-lr-10 {
  padding: 0 10px; }

.ic-padding-top {
  padding-top: 120px; }

.ic-padding-bottom {
  padding-bottom: 120px; }

.ic-margin-100 {
  margin: 100px 0; }

.ic-margin-80 {
  margin: 80px 0; }

.ic-margin-60 {
  margin: 60px 0; }

.ic-margin-40 {
  margin: 40px 0; }

.ic-margin-20 {
  margin: 20px 0; }

.ic-margin-top {
  margin-top: 80px; }

.ic-margin-bottom {
  margin-bottom: 80px; }

.ic-mb-40 {
  margin-bottom: 40px; }

.ic-mb-30 {
  margin-bottom: 30px; }

.ic-mb-20 {
  margin-bottom: 20px; }

@media only screen and (max-width: 991.98px) {
  .ic-mb-md-40 {
    margin-bottom: 40px; }

  .ic-mb-md-30 {
    margin-bottom: 30px; }

  .ic-mb-md-20 {
    margin-bottom: 20px; } }
.ic-space-100 {
  height: 100px;
  padding-bottom: 100px; }

.ic-space-80 {
  height: 80px;
  padding-bottom: 80px; }

.ic-space-60 {
  height: 60px;
  padding-bottom: 60px; }

.ic-space-40 {
  height: 40px;
  padding-bottom: 40px; }

.ic-space-30 {
  height: 30px;
  padding-bottom: 30px; }

.ic-space-20 {
  height: 20px;
  padding-bottom: 20px; }

@media only screen and (max-width: 991.98px) {
  .ic-flex-md-column-reverse {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }
/*------- * Button -------*/
.ic-custom-btn {
  color: #393939;
  display: inline-block;
  text-transform: capitalize;
  padding: 0 20px;
  min-width: 160px;
  text-align: center;
  line-height: 48px;
  border-radius: 30px;
  border: 1px solid #393939;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  outline: none; }
  .ic-custom-btn:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid #e70000;
    background: #e70000;
    box-shadow: 0 4px 12px 0 rgba(229, 17, 19, 0.3); }
  .ic-custom-btn.ic-btn-xlg {
    min-width: 260px; }
  .ic-custom-btn.ic-btn-lg {
    min-width: 200px; }
  .ic-custom-btn.ic-btn-sm {
    min-width: 140px; }
  .ic-custom-btn.theme-color {
    color: #e70000;
    border: 1px solid #e70000; }
    .ic-custom-btn.theme-color:hover {
      color: #fff; }
  .ic-custom-btn.white-color {
    color: #fff;
    border: 1px solid #fff; }
    .ic-custom-btn.white-color:hover {
      color: #e70000;
      background: #fff;
      box-shadow: none;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .ic-custom-btn.black-hover:hover {
    color: #fff;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    border: 1px solid #393939;
    background: #393939;
    box-shadow: 0 5px 15px 0 rgba(17, 17, 11, 0.1); }
  .ic-custom-btn.secondary-hover:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  @media only screen and (max-width: 991.98px) {
    .ic-custom-btn {
      line-height: 42px;
      font-size: 14px; } }
  @media only screen and (max-width: 575.98px) {
    .ic-custom-btn {
      line-height: 38px;
      min-width: 140px; } }

button.ic-custom-btn {
  background: #e70000;
  font-weight: 400; }

input.ic-custom-btn {
  border: none;
  outline: none; }

.ic-custom-btn-rvs {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  text-transform: capitalize;
  padding: 0 20px;
  min-width: 160px;
  text-align: center;
  line-height: 48px;
  border-radius: 30px;
  border: 1px solid #e70000;
  background: #e70000;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
  z-index: 1;
  outline: none; }
  .ic-custom-btn-rvs:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(229, 17, 19, 0.3); }
  .ic-custom-btn-rvs.ic-btn-xlg {
    min-width: 260px; }
  .ic-custom-btn-rvs.ic-btn-lg {
    min-width: 200px; }
  .ic-custom-btn-rvs.ic-btn-sm {
    min-width: 140px; }
  .ic-custom-btn-rvs.white-color {
    color: #e70000;
    border: 1px solid #fff;
    background: #fff; }
    .ic-custom-btn-rvs.white-color:hover {
      color: #fff;
      background: transparent;
      box-shadow: none;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  .ic-custom-btn-rvs.secondary-hover:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  .ic-custom-btn-rvs.disable-shadow:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  .ic-custom-btn-rvs.dark-color {
    border: 1px solid #393939;
    background: #393939; }
    .ic-custom-btn-rvs.dark-color:hover {
      color: #393939;
      background: transparent;
      box-shadow: none;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  @media only screen and (max-width: 991.98px) {
    .ic-custom-btn-rvs {
      line-height: 42px;
      font-size: 14px; } }
  @media only screen and (max-width: 575.98px) {
    .ic-custom-btn-rvs {
      line-height: 38px;
      min-width: 140px; } }

a.ic-custom-btn-rvs:not([href]):not([tabindex]) {
  color: #fff; }
  a.ic-custom-btn-rvs:not([href]):not([tabindex]):hover {
    color: #fff; }

button.ic-custom-btn-rvs {
  background: #e70000;
  font-weight: 400; }

input.ic-custom-btn-rvs {
  border: none;
  outline: none; }

.ic-btn-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 375px) {
    .ic-btn-group {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .ic-btn-group .ic-btn:not(:last-child) {
    margin-right: 2rem; }
    @media only screen and (max-width: 375px) {
      .ic-btn-group .ic-btn:not(:last-child) {
        margin-right: 0;
        margin-bottom: 2rem; } }
  .ic-btn-group.text-center {
    -webkit-justify-content: center;
    justify-content: center; }

/*------- * Social Icon -------*/
.ic-social-profile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0; }
  .ic-social-profile li {
    margin-right: 10px; }
    .ic-social-profile li.ic-share-text {
      font-size: 24px;
      color: #e70000;
      font-weight: 800;
      text-transform: capitalize;
      margin-right: 35px; }
    

      @media only screen and (max-width: 480px) {
        .ic-social-profile li.ic-share-text {
          display: none; } }
    .ic-social-profile li:last-child {
      margin-right: 0; }
    .ic-social-profile li a {
      display: inline-block;
      height: 50px;
      width: 50px;
      line-height: 50px;
      border: 1px solid #e70000;
      position: relative;
      text-align: center;
      color: #e70000;
      z-index: 1;
      border-radius: 100%;
      -webkit-transition: all 0.35s ease-in-out;
      -moz-transition: all 0.35s ease-in-out;
      -o-transition: all 0.35s ease-in-out;
      transition: all 0.35s ease-in-out; }
      .ic-social-profile li a i {
        font-size: 24px;
        line-height: 48px; }


        @media only screen and (max-width: 767.98px) {

          .desativa {display: none} 
          .ic-social-profile li a i {
            font-size: 20px;
            line-height: 40px; } }
      .ic-social-profile li a:hover {
        color: #fff;
        box-shadow: 0 0 0 0 #fff inset, 0 0 0 40px #e70000 inset; }
      

      @media only screen and (max-width: 767.98px) {
        .ic-social-profile li a {
          height: 40px;
          width: 40px;
          line-height: 40px; } }


          @media (min-width: 767.99px) {

          .ativa {display: none} 
          
          }

/*------- * Select Dropdown -------*/
.ic-select-dropdown {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #393939;
  line-height: 48px;
  padding: 0 20px;
  text-align: left;
  cursor: pointer;
  text-transform: capitalize;
  border-radius: 30px;
  border: 1px solid #393939;
  min-height: 48px;
  min-width: 220px;
  outline: none; }
  .ic-select-dropdown.active {
    outline: none;
    border-color: #e70000;
    color: #e70000;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
    .ic-select-dropdown.active .ic-select-inner > i {
      color: #e70000; }
  .ic-select-dropdown .ic-select-inner > i {
    float: right;
    line-height: 48px;
    color: #393939;
    margin-left: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .ic-select-dropdown .ic-select-dropdown-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: none;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10;
    padding: 0;
    padding-bottom: 5px; }
    .ic-select-dropdown .ic-select-dropdown-menu li {
      padding: 0 15px;
      line-height: 32px;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer;
      color: #393939;
      margin-right: 0; }
      .ic-select-dropdown .ic-select-dropdown-menu li:active, .ic-select-dropdown .ic-select-dropdown-menu li:hover {
        background-color: #EBEDEC; }
  .ic-select-dropdown.active .ic-select-dropdown-menu {
    display: block; }

.ic-mobile-select-dropdown-wrap {
  position: relative;
  height: 50px; }
  @media only screen and (max-width: 767.98px) {
    .ic-mobile-select-dropdown-wrap {
      width: 100%; } }

.ic-ul-select {
  position: absolute;
  background: #fff;
  border: 1px solid #e70000 !important;
  border-radius: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9;
  padding: 5px 0; }
  @media only screen and (max-width: 767.98px) {
    .ic-ul-select {
      width: 100%; } }
  .ic-ul-select li {
    display: none;
    padding: 0 20px;
    order: 2;
    margin-right: 0 !important; }
    .ic-ul-select li.active {
      display: block;
      order: 1; }
    .ic-ul-select li a.nav-link,
    .ic-ul-select li a.ic-custom-btn {
      text-align: left;
      color: #e70000 !important;
      line-height: 38px !important;
      font-size: 16px !important;
      margin-bottom: 0 !important;
      padding: 0;
      border: none !important;
      border-radius: 0 !important; }
      .ic-ul-select li a.nav-link:hover, .ic-ul-select li a.nav-link:focus, .ic-ul-select li a.nav-link.active,
      .ic-ul-select li a.ic-custom-btn:hover,
      .ic-ul-select li a.ic-custom-btn:focus,
      .ic-ul-select li a.ic-custom-btn.active {
        background: transparent !important; }
  .ic-ul-select:before {
    content: "\eac8";
    font-family: IcoFont;
    font-weight: 700;
    font-size: 18px;
    top: 8px;
    position: absolute;
    right: 10px;
    color: #e70000; }
  .ic-ul-select.active {
    box-shadow: 0 4px 14px 1px rgba(10, 10, 10, 0.05);
    border-radius: 10px; }
    .ic-ul-select.active li {
      display: block; }
  .ic-ul-select:focus {
    max-height: 100px;
    overflow-y: scroll; }

.ic-ul-selected {
  position: absolute; }

/*-------------------------
  # Header
-------------------------*/
header.ic-header {
  /*------- * Header Top -------*/
  /*------- * Header Account -------*/
  /*------- * Header Bottom -------*/
  /*------- * Header Minicart -------*/ }
  header.ic-header .ic-header-top {
    background: #fff;
    padding: 17px 0; }
    @media only screen and (max-width: 1650px) {
      header.ic-header .ic-header-top {
        padding: 10px 0; } }
    @media only screen and (max-width: 991.98px) {
      header.ic-header .ic-header-top {
        display: none; } }
    header.ic-header .ic-header-top .ic-header-top-inner {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      header.ic-header .ic-header-top .ic-header-top-inner ul.ic-header-top-links {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex; }
        header.ic-header .ic-header-top .ic-header-top-inner ul.ic-header-top-links > li:not(:last-child) {
          margin-right: 2rem; }
    header.ic-header .ic-header-top .ic-select-dropdown {
      line-height: 3.5rem;
      padding: 0 15px;
      border: none;
      border-radius: 0;
      border-top: 2px solid transparent;
      min-height: auto;
      min-width: auto; }
      @media only screen and (max-width: 1650px) {
        header.ic-header .ic-header-top .ic-select-dropdown {
          font-size: 1.4rem; } }
      header.ic-header .ic-header-top .ic-select-dropdown.active {
        border-top: 2px solid #e70000;
        color: #393939; }
      header.ic-header .ic-header-top .ic-select-dropdown .ic-select-inner > i {
        color: #393939;
        margin-left: .5rem;
        line-height: 3.5rem; }
      header.ic-header .ic-header-top .ic-select-dropdown .ic-select-dropdown-menu li {
        padding: 0 15px;
        cursor: pointer;
        color: #393939;
        margin-right: 0; }
  header.ic-header .ic-header-account {
    position: relative; }
    header.ic-header .ic-header-account .ic-header-account-inner {
      cursor: pointer;
      line-height: 35px;
      padding: 0 1.5rem;
      border-top: 2px solid transparent;
      text-transform: uppercase; }
      header.ic-header .ic-header-account .ic-header-account-inner i {
        margin-right: 1rem;
        font-size: 16px; }
      header.ic-header .ic-header-account .ic-header-account-inner:hover {
        color: #e70000; }
    header.ic-header .ic-header-account ul.ic-account-dropdown {
      position: absolute;
      left: 0;
      background: #fff;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
      padding: 10px 15px;
      min-width: 200px;
      display: none;
      z-index: 9; }
    header.ic-header .ic-header-account.open-dropdown .ic-header-account-inner {
      border-top: 2px solid #e70000;
      color: #e70000;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1); }
    header.ic-header .ic-header-account.open-dropdown ul.ic-account-dropdown {
      display: block; }
      header.ic-header .ic-header-account.open-dropdown ul.ic-account-dropdown li {
        margin-right: 0;
        border-bottom: 1px solid #ededed; }
        header.ic-header .ic-header-account.open-dropdown ul.ic-account-dropdown li:last-child {
          border-bottom: none; }
        header.ic-header .ic-header-account.open-dropdown ul.ic-account-dropdown li a {
          color: #393939;
          display: block;
          line-height: 40px; }
          header.ic-header .ic-header-account.open-dropdown ul.ic-account-dropdown li a:hover {
            color: #e70000; }
  header.ic-header .ic-header-bottom {
    background: #e70000;
    position: relative; }
    header.ic-header .ic-header-bottom .ic-header-bottom-left {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    @media only screen and (min-width: 992px) {
      header.ic-header .ic-header-bottom .ic-header-sticky-logo {
        display: none; } }
    @media only screen and (max-width: 991.98px) {
      header.ic-header .ic-header-bottom .ic-menu-wrapper {
        padding: 1rem 0; }
      header.ic-header .ic-header-bottom .ic-header-bottom-left {
        flex-grow: 1; }
        header.ic-header .ic-header-bottom .ic-header-bottom-left .ic-header-logo {
          margin: 0 auto;
          text-align: center; } }
    @media only screen and (max-width: 480px) {
      header.ic-header .ic-header-bottom .ic-header-bottom-left .ic-header-logo img {
        width: 85%; } }
    @media only screen and (max-width: 375px) {
      header.ic-header .ic-header-bottom .ic-header-bottom-left .ic-header-logo img {
        width: 75%; } }
    header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed {
      position: fixed;
      background: #e70000;
      top: 0;
      width: 100%;
      z-index: 999;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.1); }
      header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-sticky-logo {
        display: block; }
      header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-bottom-left {
        display: block; }
        @media only screen and (max-width: 991.98px) {
          header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed .ic-header-bottom-left {
            display: -webkit-box;
            display: -moz-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: flex; } }
      header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed ul.ic-main-menu > li > a {
        padding: 3.2rem 2rem; }
        @media only screen and (max-width: 1650px) {
          header.ic-header .ic-header-bottom .ic-menu-wrapper.menu-fixed ul.ic-main-menu > li > a {
            padding: 2.8rem 1.5rem; } }
    header.ic-header .ic-header-bottom ul.ic-main-menu > li > a {
      color: #fff;
      font-size: 16px;
      line-height: 2rem;
      text-transform: uppercase;
      display: inline-block;
      padding: 2.2rem 2rem; }
      @media only screen and (max-width: 1650px) {
        header.ic-header .ic-header-bottom ul.ic-main-menu > li > a {
          font-size: 1.4rem;
          padding: 1.8rem 1.5rem; } }
    header.ic-header .ic-header-bottom ul.ic-main-menu > li:hover > a, header.ic-header .ic-header-bottom ul.ic-main-menu > li.active > a {
      color: #fff; }
    header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown {
      position: relative; }
      header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu {
        position: static; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu {
          position: absolute;
          left: 0;
          top: 100%;
          width: 100%;
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
          padding: 4rem 0 2rem 0;
          background: #fff;
          opacity: 0;
          visibility: hidden;
          display: table;
          z-index: 999;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
          @media only screen and (max-width: 1650px) {
            header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu {
              padding: 2rem 0; } }
          header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu a {
            font-size: 16px;
            color: #393939;
            font-weight: 500;
            line-height: 4rem;
            position: relative;
            text-transform: capitalize; }
            @media only screen and (max-width: 1650px) {
              header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu a {
                font-size: 1.4rem;
                line-height: 3.5rem; } }
            header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu a:hover {
              color: #e70000;
              padding-left: 10px; }
          @media only screen and (max-width: 1650px) {
            header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown.ic-has-mega-menu .ic-mega-menu .ic-menu-product-thumb img {
              width: 65%; } }
      header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown > a {
        position: relative; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown > a:after {
          content: "\eac8";
          font-family: IcoFont;
          font-weight: 700;
          margin-left: .5rem; }
      header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown {
        position: absolute;
        left: 0;
        min-width: 22rem;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
        padding: 2rem 0;
        background: #fff;
        opacity: 0;
        visibility: hidden;
        display: table;
        transform-origin: top;
        -webkit-transform: rotateX(45deg);
        -ms-transform: rotateX(45deg);
        -o-transform: rotateX(45deg);
        transform: rotateX(45deg);
        z-index: 99;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown.left-align {
          left: auto;
          right: 0; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li .col.col-6 {
          -webkit-flex: 0 0 22rem;
          -ms-flex: 0 0 22rem;
          flex: 0 0 22rem;
          max-width: 22rem;
          min-width: 22rem; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a {
          color: #393939;
          font-size: 15px;
          display: block;
          padding: 1rem 0;
          line-height: 2rem;
          font-weight: 400;
          text-transform: capitalize;
          margin: 0 4rem; }
          @media only screen and (max-width: 1650px) {
            header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a {
              font-size: 1.4rem;
              padding: .75rem 0; } }
          header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown li a:hover {
            color: #e70000;
            padding-left: 8px; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu {
          position: relative; }
          header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu:after {
            content: "\eac8";
            font-family: IcoFont;
            font-weight: 700;
            margin-left: .5rem;
            position: absolute;
            top: 6px;
            right: 6px;
            -webkit-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            transform: rotate(-90deg); }
          header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu ul.ic-sub-menu {
            position: absolute;
            top: 0;
            left: 100%;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 2rem 0;
            -webkit-transform: translateX(2rem);
            -ms-transform: translateX(2rem);
            -o-transform: translateX(2rem);
            transform: translateX(2rem);
            -webkit-transition: all 0.4s ease-in-out;
            -moz-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            background-color: #fff;
            min-width: 24rem;
            z-index: 1;
            opacity: 0;
            visibility: hidden; }
          header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown .ic-has-sub-menu:hover ul.ic-sub-menu {
            -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
            -o-transform: translateX(0);
            transform: translateX(0);
            opacity: 1;
            visibility: visible; }
        header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown ul.ic-dropdown.two-column {
          min-width: 44rem; }
      header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown:hover .ic-mega-menu {
        opacity: 1;
        visibility: visible; }
      header.ic-header .ic-header-bottom ul.ic-main-menu > li.ic-has-dropdown:hover ul.ic-dropdown {
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateX(0deg);
        -ms-transform: rotateX(0deg);
        -o-transform: rotateX(0deg);
        transform: rotateX(0deg); }
    header.ic-header .ic-header-bottom ul.ic-main-menu > li:first-child > a {
      padding-left: 0; }
    header.ic-header .ic-header-bottom ul.ic-main-menu > li:last-child > a {
      padding-right: 0; }
    header.ic-header .ic-header-bottom .ic-header-search-icon {
      cursor: pointer; }
      header.ic-header .ic-header-bottom .ic-header-search-icon i {
        color: #fff; }
  header.ic-header .ic-header-minicart {
    line-height: 35px;
    text-transform: uppercase; }
    header.ic-header .ic-header-minicart i {
      margin-right: 1rem;
      font-size: 16px; }
    header.ic-header .ic-header-minicart .ic-header-minicart-btn {
      cursor: pointer;
      position: relative; }
      header.ic-header .ic-header-minicart .ic-header-minicart-btn svg {
        height: 2.2rem;
        width: 2.2rem; }
      header.ic-header .ic-header-minicart .ic-header-minicart-btn span.ic-miniCart-count {
        display: inline-block;
        padding: 4px 6px;
        background: #e70000;
        color: #fff;
        position: absolute;
        line-height: 1rem;
        font-size: 12px;
        border-radius: 100%;
        right: -7px; }
      header.ic-header .ic-header-minicart .ic-header-minicart-btn:hover {
        color: #e70000; }
    header.ic-header .ic-header-minicart .ic-minicart {
      height: 100%;
      width: 35rem;
      position: fixed;
      top: 0;
      right: 0;
      padding: 2rem 4rem;
      background-color: #fff;
      overflow-y: auto;
      z-index: 1000;
      -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-close {
        cursor: pointer;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-close i::before {
          font-size: 2.4rem; }
        header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-close:hover {
          color: #e70000; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-items {
        margin-bottom: 3rem; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 12px 0;
        border-bottom: 1px solid #d5d5da; }
        header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-thumbnail {
          position: relative;
          -ms-flex: 0 0 8rem;
          flex: 0 0 8rem;
          max-width: 8rem;
          margin-right: 1.5rem;
          min-height: 8rem; }
        header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner {
          display: table; }
          header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-title {
            font-size: 1.4rem;
            line-height: 2.4rem;
            margin-bottom: .8rem;
            font-weight: 500; }
            header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-title a {
              color: #393939; }
          header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-product-item-price {
            font-size: 1.4rem;
            line-height: 2rem;
            margin-bottom: 0;
            font-weight: 400; }
          header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv {
            cursor: pointer;
            line-height: 1.8rem; }
            header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv i {
              margin-right: 0;
              font-size: 1.3rem; }
            header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item .ic-product-content-inner .ic-item-rmv:hover i {
              color: #e70000; }
        header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-item:hover .ic-product-item-title a {
          color: #e70000; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-minicart-subtotal {
        margin-bottom: 3rem;
        text-transform: capitalize; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-btn:not(.dark-color):hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        box-shadow: none;
        background: transparent;
        color: #e70000; }
      header.ic-header .ic-header-minicart .ic-minicart .ic-custom-btn-rvs {
        margin-bottom: 1.5rem; }

.minicart-open {
  overflow: hidden; }
  .minicart-open header.ic-header .ic-header-minicart .ic-minicart {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15); }
  .minicart-open:after {
    content: "";
    display: block;
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4); }

@media only screen and (min-width: 992px) {
  header.ic-header .ic-mobile-menu-main {
    display: none; }

  header.ic-header .ic-header-bottom .ic-header-bottom-left {
    display: none; } }
@media only screen and (max-width: 991.98px) {
  header.ic-header .ic-header-bottom nav.ic-primary-menu {
    display: none; }

  /*------- * Mobile Menu -------*/
  header.ic-header.ic-nav-open .ic-mobile-menu-main {
    position: fixed;
    height: 100%;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

  .ic-header .ic-mobile-menu {
    position: fixed;
    top: 0;
    left: -35rem;
    width: 32rem;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .ic-header .ic-mobile-menu .ic-nav-close {
      height: 5rem;
      width: 5rem;
      text-align: center;
      line-height: 5rem;
      z-index: 2;
      background: #fff;
      cursor: pointer;
      margin-left: auto; }
      .ic-header .ic-mobile-menu .ic-nav-close i {
        font-size: 20px; }
      .ic-header .ic-mobile-menu .ic-nav-close:hover i {
        color: #e70000; }
    .ic-header .ic-mobile-menu .ic-mobile-menu-card {
      padding: 2rem 0 4rem 0;
      overflow-y: auto;
      height: 100vh; }
    .ic-header .ic-mobile-menu .ic-mobile-menu-body {
      padding-top: 3rem; }
    .ic-header .ic-mobile-menu ul li {
      position: static; }
      .ic-header .ic-mobile-menu ul li:last-child {
        margin-bottom: 0; }
      .ic-header .ic-mobile-menu ul li a {
        color: #393939;
        display: block;
        line-height: 4rem;
        padding: 0 30px;
        position: relative;
        text-transform: capitalize; }
        .ic-header .ic-mobile-menu ul li a span {
          height: 14px;
          width: 14px;
          border-radius: 100%;
          display: inline-block;
          margin-right: 5px; }
      .ic-header .ic-mobile-menu ul li.ic-has-dropdown > a:after {
        content: "\eac8";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
        font-weight: 700;
        top: 1px; }
      .ic-header .ic-mobile-menu ul li.ic-has-dropdown.open ul.ic-dropdown {
        background: #fafafa;
        padding: 10px 0; }
      .ic-header .ic-mobile-menu ul li.hover, .ic-header .ic-mobile-menu ul li.active {
        background: #fafafa; }
      .ic-header .ic-mobile-menu ul li .ic-dropdown {
        display: none; }

  .ic-header.ic-nav-open .ic-mobile-menu {
    left: 0; }

  .ic-nav-icon {
    display: block; }
    .ic-nav-icon .ic-menu-icon {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ic-nav-icon .ic-menu-icon span {
        background: #ffffff;
        height: 2px;
        width: 3rem;
        display: inline-block; }
        .ic-nav-icon .ic-menu-icon span:nth-child(2) {
          width: 2rem;
          margin: 7px 0; }
        .ic-nav-icon .ic-menu-icon span:nth-child(3) {
          width: 2.5rem; }

  .ic-navbar-right .custom-btn {
    display: none; }

  .ic-mobile-logo img {
    width: 220px; } }
/*-------------------------
  # Search
-------------------------*/
.ic-search-area {
  z-index: 9999;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .ic-search-area:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: rgba(37, 35, 35, 0.97);
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%;
    -webkit-transform: scale(0.04) translateY(9999px);
    transform: scale(0.04) translateY(9999px);
    overflow: hidden; }
  .ic-search-area .ic-search-form {
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0; }
    .ic-search-area .ic-search-form form {
      position: relative;
      transition: all .3s ease; }
      .ic-search-area .ic-search-form form .form-control {
        background-color: transparent;
        padding: 8px 0;
        height: auto;
        border: none;
        border-radius: 0;
        outline: none;
        border-bottom: 2px solid #fff;
        color: #fff;
        font-size: 24px;
        transition: all .3s ease; }
        .ic-search-area .ic-search-form form .form-control::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #fff; }
        .ic-search-area .ic-search-form form .form-control:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #fff; }
        .ic-search-area .ic-search-form form .form-control::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #fff; }
        .ic-search-area .ic-search-form form .form-control:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #fff; }
        .ic-search-area .ic-search-form form .form-control:focus, .ic-search-area .ic-search-form form .form-control:hover {
          border-bottom: 2px solid #fff;
          color: #fff;
          box-shadow: none; }
        @media only screen and (max-width: 480px) {
          .ic-search-area .ic-search-form form .form-control {
            font-size: 16px; } }
      .ic-search-area .ic-search-form form .ic-search-submit {
        position: absolute;
        right: 0;
        top: 50%;
        padding: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 22px; }
        @media only screen and (max-width: 480px) {
          .ic-search-area .ic-search-form form .ic-search-submit {
            font-size: 16px; } }
  .ic-search-area .ic-search-close {
    position: fixed;
    top: 50px;
    right: 50px;
    color: #fff;
    z-index: 999;
    font-size: 24px;
    cursor: pointer;
    transition: all .4s ease-in-out;
    opacity: 0; }
    @media only screen and (max-width: 480px) {
      .ic-search-area .ic-search-close {
        top: 30px;
        right: 30px; } }
  .ic-search-area.open {
    top: 0; }
    .ic-search-area.open:before {
      -webkit-animation: menu-animation 0.8s ease-out forwards;
      animation: menu-animation 0.8s ease-out forwards; }
    .ic-search-area.open .ic-search-form {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: opacity 3s ease-out, -webkit-transform 1s ease-out;
      transition: transform .5s ease-out, opacity 1s ease-out, -webkit-transform .5s ease-out;
      transition-delay: .5s; }
    .ic-search-area.open .ic-search-close {
      opacity: 1;
      transition-delay: .5s; }

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }
@keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    transition: ease-out; }
  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }
  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }
  61% {
    -webkit-transform: scale(0.04);
    transform: scale(0.04); }
  99.9% {
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }
/*-------------------------
  # Breadcrumb
-------------------------*/
.ic-breadcrumb {
  background-color: #E9E7E7;
  padding: 2rem 0;
  position: relative; }
  .ic-breadcrumb h3 {
    color: #e70000;
    font-size: 3rem;
    line-height: 3.6rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: .5rem; }
  .ic-breadcrumb ul li {
    display: inline-block;
    color: #393939;
    font-weight: 700;
    line-height: 3.6rem;
    position: relative;
    padding-right: 1px;
    text-transform: uppercase; }
    .ic-breadcrumb ul li a {
      color: #393939; }
      .ic-breadcrumb ul li a:hover {
        color: #e70000; }
    .ic-breadcrumb ul li:after {
      content: "//";
      font-weight: 700;
      padding-left: 4px; }
    .ic-breadcrumb ul li:last-child {
      padding-right: 0; }
      .ic-breadcrumb ul li:last-child:after {
        display: none; }
  .ic-breadcrumb.style-two {
    background-image: url(../images/breadcrumb/bg-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 14rem 0; }
    @media only screen and (max-width: 991.98px) {
      .ic-breadcrumb.style-two {
        padding: 12rem 0; } }
    @media only screen and (max-width: 767.98px) {
      .ic-breadcrumb.style-two {
        padding: 8rem 0; } }
    @media only screen and (max-width: 575.98px) {
      .ic-breadcrumb.style-two {
        padding: 6rem 0; } }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-2 {
      background-image: url(../images/breadcrumb/bg-2.jpg); }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-3 {
      background-image: url(../images/breadcrumb/bg-3.jpg); }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-4 {
      background-image: url(../images/breadcrumb/bg-4.jpg); }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-5 {
      background-image: url(../images/breadcrumb/bg-5.jpg); }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-6 {
      background-image: url(../images/breadcrumb/bg-6.jpg); }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-7 {
      background-image: url(../images/breadcrumb/bg-7.jpg);
      background-color: transparent; }
    .ic-breadcrumb.style-two.ic-breadcrumb-bg-8 {
      background-image: url(../images/breadcrumb/bg-8.jpg); }
    .ic-breadcrumb.style-two:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: rgba(0, 0, 0, 0.3); }
    .ic-breadcrumb.style-two .ic-breadcrumb-content {
      z-index: 1; }
    .ic-breadcrumb.style-two h3 {
      color: #fff; }
    .ic-breadcrumb.style-two li {
      color: #fff; }
      .ic-breadcrumb.style-two li a {
        color: #fff; }
  .ic-breadcrumb.style-three {
    padding: 4rem 0; }
    .ic-breadcrumb.style-three.ic-breadcrumb-bg-9 {
      padding: 17rem 0;
      background-image: url(../images/breadcrumb/bg-9.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
      @media only screen and (max-width: 991.98px) {
        .ic-breadcrumb.style-three.ic-breadcrumb-bg-9 {
          padding: 12rem 0; } }
      @media only screen and (max-width: 767.98px) {
        .ic-breadcrumb.style-three.ic-breadcrumb-bg-9 {
          padding: 8rem 0; } }
  .ic-breadcrumb.style-four {
    padding: 4rem 0; }
    .ic-breadcrumb.style-four ul li {
      color: #e70000; }
      .ic-breadcrumb.style-four ul li a {
        color: #e70000; }
        .ic-breadcrumb.style-four ul li a:hover {
          text-decoration: underline; }
  .ic-breadcrumb.style-five {
    background-image: url(../images/breadcrumb/bg-7.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 14rem 0; }
    @media only screen and (max-width: 991.98px) {
      .ic-breadcrumb.style-five {
        padding: 12rem 0; } }
    @media only screen and (max-width: 767.98px) {
      .ic-breadcrumb.style-five {
        padding: 8rem 0; } }
    @media only screen and (max-width: 575.98px) {
      .ic-breadcrumb.style-five {
        padding: 6rem 0; } }

/*-------------------------
  # Preloader
-------------------------*/
.ic-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999; }

.loading-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ic-preloader-grid {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.ic-preloader-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #e70000;
  animation: ic-preloader-grid 1.2s linear infinite; }

.ic-preloader-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s; }

.ic-preloader-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s; }

.ic-preloader-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s; }

.ic-preloader-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s; }

.ic-preloader-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s; }

.ic-preloader-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s; }

.ic-preloader-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s; }

.ic-preloader-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s; }

.ic-preloader-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s; }

@keyframes ic-preloader-grid {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: 0.5; } }
/*-------------------------
  # Animation
-------------------------*/
@-webkit-keyframes fadeInLeft_translateY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%); } }
@-moz-keyframes fadeInLeft_translateY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%); } }
@-o-keyframes fadeInLeft_translateY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%); } }
@keyframes fadeInLeft_translateY {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, -50%); }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, -50%); } }
/*------ Fade-in-left and opacity ------*/
@-webkit-keyframes fadeInUp_opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px); }
  100% {
    opacity: .1;
    -webkit-transform: translateX(0); } }
@-moz-keyframes fadeInUp_opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: .1;
    -webkit-transform: translateY(0); } }
@-o-keyframes fadeInUp_opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: .1;
    -webkit-transform: translateY(0); } }
@keyframes fadeInUp_opacity {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px); }
  100% {
    opacity: .1;
    -webkit-transform: translateY(0); } }
@keyframes ic_up_down {
  0% {
    transform: translateY(-15px); }
  50% {
    transform: translateY(0px); }
  100% {
    transform: translateY(-15px); } }
/*-------------------------
  # Section Header
-------------------------*/
.ic-section-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ic-section-header h1 {
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    text-align: right;
    font-size: 42px;
    line-height: 48px;
    margin-top: -7px;
    margin-bottom: -7px;
    text-transform: uppercase; }
    @media only screen and (max-width: 1280px) {
      .ic-section-header h1 {
        font-size: 36px;
        line-height: 42px; } }
    @media only screen and (max-width: 991.98px) {
      .ic-section-header h1 {
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%;
        font-size: 32px;
        line-height: 40px; } }
    @media only screen and (max-width: 767.98px) {
      .ic-section-header h1 {
        -webkit-flex: 0 0 48%;
        -ms-flex: 0 0 48%;
        flex: 0 0 48%;
        font-size: 26px;
        line-height: 36px; } }
    @media only screen and (max-width: 575.98px) {
      .ic-section-header h1 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center; } }
    .ic-section-header h1 span {
      color: #e70000; }
  .ic-section-header span.ic-header-divider {
    width: 2px;
    background: #e70000;
    margin: 0 20px;
    -webkit-flex: 0 0 2px;
    -ms-flex: 0 0 2px;
    flex: 0 0 2px; }
    @media only screen and (max-width: 767.98px) {
      .ic-section-header span.ic-header-divider {
        margin: 0 10px; } }
    @media only screen and (max-width: 575.98px) {
      .ic-section-header span.ic-header-divider {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        height: 2px;
        width: 35%;
        margin: 15px 0; } }
  .ic-section-header h6 {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 0 38%;
    -ms-flex: 0 0 38%;
    flex: 0 0 38%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 7px; }
    @media only screen and (max-width: 1280px) {
      .ic-section-header h6 {
        font-size: 16px; } }
    @media only screen and (max-width: 991.98px) {
      .ic-section-header h6 {
        -webkit-flex: 0 0 45%;
        -ms-flex: 0 0 45%;
        flex: 0 0 45%; } }
    @media only screen and (max-width: 767.98px) {
      .ic-section-header h6 {
        -webkit-flex: 0 0 46%;
        -ms-flex: 0 0 46%;
        flex: 0 0 46%;
        font-size: 14px;
        letter-spacing: 4px; } }
    @media only screen and (max-width: 575.98px) {
      .ic-section-header h6 {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center;
        display: block; }
        .ic-section-header h6 span {
          display: inline-block;
          margin: 0 4px; } }

/*-------------------------
  # Banner Slider
-------------------------*/
.ic-slider-section {
  overflow: hidden;
  position: relative;
  /*------- * Banner carousel dots -------*/ }
  .ic-slider-section .owl-stage-outer {
    padding: 0; }
  .ic-slider-section .ic-carousel-custom-dots {
    position: absolute;
    top: 50%;
    right: 10rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9; }
    @media only screen and (max-width: 1280px) {
      .ic-slider-section .ic-carousel-custom-dots {
        right: 6rem; } }
    @media only screen and (max-width: 991.98px) {
      .ic-slider-section .ic-carousel-custom-dots {
        right: 4rem; } }
    @media only screen and (max-width: 575.98px) {
      .ic-slider-section .ic-carousel-custom-dots {
        display: none; } }
    .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot {
      font-weight: 500;
      height: 2rem;
      margin-bottom: 2rem;
      color: #e70000;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      cursor: pointer; }
      @media only screen and (max-width: 767.98px) {
        .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot {
          height: 1.5rem;
          margin-bottom: 1.5rem; } }
      .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot .ic-dot-text {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        @media only screen and (max-width: 767.98px) {
          .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot .ic-dot-text {
            display: none; } }
        .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot .ic-dot-text .ic-slider-count {
          margin-right: 2rem;
          color: #959595; }
      .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot .ic-owl-circle {
        height: 2rem;
        width: 2rem;
        border-radius: 100%;
        border: 1px solid #e70000;
        margin-left: 2rem; }
        @media only screen and (max-width: 767.98px) {
          .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot .ic-owl-circle {
            height: 1.5rem;
            width: 1.5rem;
            margin-left: 0; } }
      .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot.active .ic-dot-text {
        opacity: 1;
        visibility: visible; }
      .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot.active .ic-owl-circle {
        background: #e70000; }
      .ic-slider-section .ic-carousel-custom-dots .ic-owl-dot:last-child {
        margin-bottom: 0; }

/*------- * Banner slider item -------*/
.ic-banner-slider-item {
  position: relative;
  background-position: 70% center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 180px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
  min-height: calc(100vh - 150px); }
  @media only screen and (max-width: 1650px) {
    .ic-banner-slider-item {
      padding: 60px 0;
      min-height: calc(100vh - 128px); } }
  @media only screen and (max-width: 1280px) {
    .ic-banner-slider-item {
      padding: 100px 0; } }
  @media only screen and (max-width: 991.98px) {
    .ic-banner-slider-item {
      padding: 80px 0; } }
  @media only screen and (max-width: 767.98px) {
    .ic-banner-slider-item::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background: #f8f8f8;
      opacity: .7;
      z-index: -1; } }
  .ic-banner-slider-item.slider-item-1 {
    background-image: url("https://formularhonda.com.br/images/biz2025.jpg"); }
  .ic-banner-slider-item.slider-item-2 {
    background-image: url("https://formularhonda.com.br/images/srevisao2.jpg"); }
  .ic-banner-slider-item.slider-item-3 {
    background-image: url("https://formularhonda.com.br/images/titan2025.jpg"); }
  .ic-banner-slider-item.slider-item-4 {
    background-image: url("https://formularhonda.com.br/images/capaaa.png");
    background-size: contain;        /* Faz a imagem caber inteira */
    background-repeat: no-repeat;    /* Evita repetição da imagem */
    background-position: center;     /* Centraliza a imagem */
}

  .ic-banner-slider-item .ic-banner-content {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
    .ic-banner-slider-item .ic-banner-content .ic-banner-short-title {
      color: #e70000;
      letter-spacing: 2px;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: 5px; }
      @media only screen and (max-width: 480px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-short-title {
          font-size: 18px; } }
    .ic-banner-slider-item .ic-banner-content .ic-banner-title {
      font-size: 8rem;
      line-height: 8rem;
      color: #e70000;
      letter-spacing: 2px;
      text-transform: uppercase;
      font-weight: 900; }
      @media only screen and (max-width: 1650px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-title {
          font-size: 7rem;
          line-height: 7rem; } }
      @media only screen and (max-width: 1280px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-title {
          font-size: 6rem;
          line-height: 6rem; } }
      @media only screen and (max-width: 991.98px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-title {
          font-size: 5rem;
          line-height: 5rem; } }
      @media only screen and (max-width: 767.98px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-title {
          font-size: 44px;
          line-height: 50px; } }
      @media only screen and (max-width: 480px) {
        .ic-banner-slider-item .ic-banner-content .ic-banner-title {
          font-size: 32px;
          line-height: 42px; } }
    @media only screen and (max-width: 767.98px) {
      .ic-banner-slider-item .ic-banner-content p {
        display: none; } }

.owl-item.active .ic-slider-animated-1 h3 {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-1 h1 {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-1 p {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-1 a {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-2 h3 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-2 h1 {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-2 p {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-2 a {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-3 h3 {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-3 h1 {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-3 p {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-slider-animated-3 a {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/*------- * Banner slider progress -------*/
.ic-banner-slider-progress {
  width: 0;
  max-width: 100%;
  height: 2px;
  background: #e70000;
  position: relative; }
  .ic-banner-slider-progress:after {
    content: "";
    position: absolute;
    right: -1rem;
    bottom: 0;
    z-index: 99;
    height: 5rem;
    width: 7.2rem;
    background-image: url(../images/banner/mini-bike.4c.delaye); }
    @media only screen and (max-width: 767.98px) {
      .ic-banner-slider-progress:after {
        width: 6rem;
        height: 4.2rem;
        background-size: 6rem; } }

/*-------------------------
  # Overview
-------------------------*/
.ic-overview {
  overflow: hidden; }

/*------- * Overview item -------*/
.ic-overview-item {
  position: relative;
  margin-bottom: 3rem; }
  .ic-overview-item img {
    width: 100%; }
  .ic-overview-item .ic-overview-item-content {
    position: absolute;
    top: 50%;
    left: 4rem;
    width: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 991.98px) {
      .ic-overview-item .ic-overview-item-content {
        position: static;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        padding: 2rem 1rem;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.1); }
        .ic-overview-item .ic-overview-item-content .ic-btn-group {
          -webkit-justify-content: center;
          justify-content: center; } }
    .ic-overview-item .ic-overview-item-content h1 {
      font-size: 3rem;
      font-weight: 900;
      line-height: 4.2rem; }
      .ic-overview-item .ic-overview-item-content h1 span {
        color: #e70000;
        display: inline-block;
        margin: 0 5px; }
      @media only screen and (max-width: 991.98px) {
        .ic-overview-item .ic-overview-item-content h1 {
          font-size: 2.2rem;
          font-weight: 700;
          line-height: 3.2rem;
          margin-bottom: 1rem; } }
  .ic-overview-item.ic-overview-large {
    margin-bottom: 0; }
    .ic-overview-item.ic-overview-large .ic-overview-item-content {
      left: auto;
      right: 0;
      padding-left: 1.5rem;
      padding-right: 4rem; }
      .ic-overview-item.ic-overview-large .ic-overview-item-content h1 {
        font-size: 4.4rem;
        line-height: 6rem; }
        @media only screen and (max-width: 1650px) {
          .ic-overview-item.ic-overview-large .ic-overview-item-content h1 {
            font-size: 3.8rem;
            line-height: 4.8rem; } }
        @media only screen and (max-width: 991.98px) {
          .ic-overview-item.ic-overview-large .ic-overview-item-content h1 {
            font-size: 2.2rem;
            font-weight: 700;
            line-height: 3.2rem;
            margin-bottom: 1rem; } }
      @media only screen and (max-width: 575.98px) {
        .ic-overview-item.ic-overview-large .ic-overview-item-content p {
          display: none; } }

/*------- * Overview style two -------*/
.ic-overview.style-two {
  /*------- * Overview item -------*/ }
  @media only screen and (max-width: 991.98px) {
    .ic-overview.style-two {
      padding: 0 3rem; } }
  .ic-overview.style-two .ic-overview-item h4 {
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: .3rem;
    margin-bottom: .5rem;}
  .ic-overview.style-two .ic-overview-item h1 {
    font-size: 4.8rem;
    line-height: 6rem;
    font-weight: 800 }
    @media only screen and (max-width: 1650px) {
      .ic-overview.style-two .ic-overview-item h1 {
        font-size: 3.4rem;
        line-height: 4.6rem; } }
    @media only screen and (max-width: 991.98px) {
      .ic-overview.style-two .ic-overview-item h1 {
        font-size: 2.2rem;
        font-weight: 700;
        line-height: 3.2rem;
        margin-bottom: 1rem; } }
  .ic-overview.style-two .ic-overview-item.ic-overview-item-left .ic-overview-item-content {
    left: auto;
    right: 0;
    width: 38%; }
    .ic-overview.style-two .ic-overview-item.ic-overview-item-left .ic-overview-item-content h4 {
      color: #e70000; }
    .ic-overview.style-two .ic-overview-item.ic-overview-item-left .ic-overview-item-content h1 {
      color: #e70000; }
    @media only screen and (max-width: 991.98px) {
      .ic-overview.style-two .ic-overview-item.ic-overview-item-left .ic-overview-item-content {
        width: 100%; } }

/*-------------------------
  # Product
-------------------------*/
.ic-product .ic-product-mobile-search {
  display: none; }
  @media only screen and (max-width: 991.98px) {
    .ic-product .ic-product-mobile-search {
      display: block;
      margin-bottom: 30px; } }
  .ic-product .ic-product-mobile-search .ic-widget-title {
    text-transform: uppercase;
    color: #e70000;
    margin-bottom: 20px; }

.ic-product-slider {
  overflow: hidden; }
  .ic-product-slider .owl-stage-outer {
    padding: 1rem 0; }
  @media only screen and (max-width: 767.98px) {
    .ic-product-slider {
      margin: 0; } }

/*------- * Product slider head -------*/
.ic-product-slider-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 30px; }
  .ic-product-slider-head .ic-mobile-select-dropdown-wrap {
    display: none; }
    @media only screen and (max-width: 991.98px) {
      .ic-product-slider-head .ic-mobile-select-dropdown-wrap {
        display: block; } }
  .ic-product-slider-head .ic-product-slider-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    @media only screen and (max-width: 767.98px) {
      .ic-product-slider-head .ic-product-slider-nav {
        display: none; } }
    .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-right,
    .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-left {
      height: 5rem;
      width: 5rem;
      border-radius: 100%;
      border: 1px solid #eddddd;
      line-height: 5rem;
      text-align: center;
      font-size: 22px;
      margin-left: 2rem;
      color: #e70000;
      cursor: pointer;
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-right:hover,
      .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-left:hover {
        background: #e70000;
        color: #fff;
        border: 1px solid #e70000; }
      @media only screen and (max-width: 575.98px) {
        .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-right,
        .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-left {
          height: 4rem;
          width: 4rem;
          line-height: 4rem; } }
    .ic-product-slider-head .ic-product-slider-nav .ic-product-nav-left {
      margin-left: 0; }
  @media only screen and (max-width: 1199.98px) {
    .ic-product-slider-head.style-two {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      .ic-product-slider-head.style-two .ic-product-filter {
        margin-bottom: 2rem; } }

.ic-product-sldier-nav.nav-tabs {
  margin-bottom: 0;
  border-bottom: none; }
  @media only screen and (max-width: 767.98px) {
    .ic-product-sldier-nav.nav-tabs {
      -webkit-justify-content: center;
      justify-content: center; } }
  .ic-product-sldier-nav.nav-tabs li {
    margin-bottom: 0;
    margin-right: 2rem; }
    .ic-product-sldier-nav.nav-tabs li a.nav-link {
      color: #e70000;
      border: 1px solid #FEEBEB;
      border-top-left-radius: 3rem;
      border-top-right-radius: 3rem; }
      .ic-product-sldier-nav.nav-tabs li a.nav-link:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        box-shadow: none;
        color: #fff; }
      .ic-product-sldier-nav.nav-tabs li a.nav-link.active {
        background: #e70000;
        color: #fff; }
      @media only screen and (max-width: 767.98px) {
        .ic-product-sldier-nav.nav-tabs li a.nav-link {
          min-width: 14rem;
          padding: 0 1rem; } }
    .ic-product-sldier-nav.nav-tabs li:last-child {
      margin-right: 0; }

.ic-product-items {
  margin: 0 10px; }

/*------- * Product item -------*/
.ic-product-item {
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  border: 1px solid #fafafa;
  margin-bottom: 3rem;
  overflow: hidden; }
  .ic-product-item .ic-product-thumbnail img {
    width: 100%; }
  .ic-product-item .ic-product-content {
    padding: 4rem 2rem;
    text-align: center;
    position: relative; }
    .ic-product-item .ic-product-content .ic-product-item-action {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      padding: 0 4rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transform: translateY(-5rem);
      -ms-transform: translateY(-5rem);
      -o-transform: translateY(-5rem);
      transform: translateY(-5rem);
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
      @media only screen and (max-width: 991.98px) {
        .ic-product-item .ic-product-content .ic-product-item-action {
          padding: 0 2rem; } }
      .ic-product-item .ic-product-content .ic-product-item-action .ic-custom-btn-rvs {
        line-height: 4.2rem;
        cursor: pointer; }
        .ic-product-item .ic-product-content .ic-product-item-action .ic-custom-btn-rvs:hover {
          -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
          -o-transform: translateY(0);
          transform: translateY(0); }
      .ic-product-item .ic-product-content .ic-product-item-action .ic-product-wishlist,
      .ic-product-item .ic-product-content .ic-product-item-action .ic-product-quickview {
        width: 4.4rem;
        height: 4.4rem;
        line-height: 4.4rem;
        border: 1px solid #e70000;
        border-radius: 100%;
        text-align: center;
        color: #e70000;
        display: inline-block;
        margin-left: 1rem; }
        .ic-product-item .ic-product-content .ic-product-item-action .ic-product-wishlist i,
        .ic-product-item .ic-product-content .ic-product-item-action .ic-product-quickview i {
          font-size: 2.4rem;
          line-height: 4.4rem; }
        .ic-product-item .ic-product-content .ic-product-item-action .ic-product-wishlist:hover,
        .ic-product-item .ic-product-content .ic-product-item-action .ic-product-quickview:hover {
          background: #e70000;
          color: #fff;
          box-shadow: 0 4px 12px 0 rgba(229, 17, 19, 0.3); }
    .ic-product-item .ic-product-content .ic-product-item-dec ul {
      list-style: none; }
      .ic-product-item .ic-product-content .ic-product-item-dec ul li {
        display: inline-block;
        color: #e70000;
        margin: 0 .5rem;
        position: relative;
        line-height: 2.2rem;
        text-transform: uppercase; }
        .ic-product-item .ic-product-content .ic-product-item-dec ul li:not(:last-child):before {
          background-color: #e70000;
          content: "";
          height: 2px;
          position: absolute;
          right: -10px;
          top: 9px;
          width: 6px; }
    .ic-product-item .ic-product-content .ic-product-item-title {
      font-size: 2.4rem;
      line-height: 3.6rem;
      margin-bottom: 0; }
      .ic-product-item .ic-product-content .ic-product-item-title a {
        color: #393939; }
        .ic-product-item .ic-product-content .ic-product-item-title a:hover {
          color: #e70000; }
      @media only screen and (max-width: 480px) {
        .ic-product-item .ic-product-content .ic-product-item-title {
          font-size: 2rem;
          line-height: 3rem; } }
    .ic-product-item .ic-product-content .ic-product-item-price {
      font-size: 2.4rem;
      line-height: 3rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 480px) {
        .ic-product-item .ic-product-content .ic-product-item-price {
          font-size: 2rem;
          line-height: 3rem; } }
    .ic-product-item .ic-product-content .ic-product-content-inner {
      -webkit-transition: all 0.25s ease-in-out;
      -moz-transition: all 0.25s ease-in-out;
      -o-transition: all 0.25s ease-in-out;
      transition: all 0.25s ease-in-out; }
  .ic-product-item:hover {
    box-shadow: 0 5px 15px 0 rgba(17, 17, 11, 0.1); }
    .ic-product-item:hover .ic-product-item-action {
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 1;
      visibility: visible; }
    .ic-product-item:hover .ic-product-content-inner {
      -webkit-transform: translateY(5rem);
      -ms-transform: translateY(5rem);
      -o-transform: translateY(5rem);
      transform: translateY(5rem);
      opacity: 0;
      visibility: hidden; }

/*------- * Success Modal -------*/
#ic-success-cart .modal-dialog {
  max-width: 100%; }
  #ic-success-cart .modal-dialog .modal-content {
    background: transparent;
    border: none; }
#ic-success-cart .ic-success-cart-content {
  background: #fff;
  padding: 4rem;
  border-radius: 3rem; }
  #ic-success-cart .ic-success-cart-content .ic-success-message {
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 900;
    color: #e70000;
    margin-bottom: 4rem; }
  #ic-success-cart .ic-success-cart-content .ic-product-item-dec ul {
    list-style: none;
    line-height: 2rem; }
    #ic-success-cart .ic-success-cart-content .ic-product-item-dec ul li {
      display: inline-block;
      color: #e70000;
      margin: 0 .5rem;
      position: relative;
      line-height: 2.2rem;
      text-transform: uppercase; }
      #ic-success-cart .ic-success-cart-content .ic-product-item-dec ul li:not(:last-child):before {
        background-color: #e70000;
        content: "";
        height: 2px;
        position: absolute;
        right: -10px;
        top: 9px;
        width: 6px; }
      #ic-success-cart .ic-success-cart-content .ic-product-item-dec ul li:first-child {
        margin-left: 0; }
  #ic-success-cart .ic-success-cart-content .ic-product-item-title {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-bottom: 1rem; }
    #ic-success-cart .ic-success-cart-content .ic-product-item-title a {
      color: #393939; }
      #ic-success-cart .ic-success-cart-content .ic-product-item-title a:hover {
        color: #e70000; }
  #ic-success-cart .ic-success-cart-content .ic-product-item-price {
    font-size: 3.6rem;
    line-height: 3rem;
    margin-bottom: 3rem; }
  #ic-success-cart .ic-success-cart-content .ic-product-short-specification {
    margin-bottom: 3rem; }
    #ic-success-cart .ic-success-cart-content .ic-product-short-specification .ic-total-cost {
      color: #e70000;
      font-weight: 700; }
      #ic-success-cart .ic-success-cart-content .ic-product-short-specification .ic-total-cost span {
        font-weight: 700; }
  #ic-success-cart .ic-success-cart-content .ic-btn {
    min-height: 4.3rem;
    line-height: 4.3rem; }
    #ic-success-cart .ic-success-cart-content .ic-btn.ic-custom-btn-rvs, #ic-success-cart .ic-success-cart-content .ic-btn.ic-custom-btn {
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0); }
  #ic-success-cart .ic-success-cart-content .ic-modal-close {
    height: 4.5rem;
    width: 4.5rem;
    border-radius: 100%;
    background: #393939;
    color: #e70000;
    line-height: 4.5rem;
    cursor: pointer;
    font-size: 2.4rem;
    text-align: center; }
    #ic-success-cart .ic-success-cart-content .ic-modal-close:hover {
      background: #e70000;
      color: #fff; }

/*------- * Quickview Modal -------*/
#ic-quickview-modal .ic-modal-content {
  background: transparent; }
#ic-quickview-modal .ic-modal-close {
  position: absolute;
  right: 3rem;
  top: 3rem; }
#ic-quickview-modal .ic-quickview-content {
  background: #fff;
  padding: 4rem;
  border-radius: 3rem; }
#ic-quickview-modal .ic-product-item-dec ul {
  list-style: none;
  line-height: 2rem; }
  #ic-quickview-modal .ic-product-item-dec ul li {
    display: inline-block;
    color: #e70000;
    margin: 0 .5rem;
    position: relative;
    line-height: 2.2rem;
    text-transform: uppercase; }
    #ic-quickview-modal .ic-product-item-dec ul li:not(:last-child):before {
      background-color: #e70000;
      content: "";
      height: 2px;
      position: absolute;
      right: -10px;
      top: 9px;
      width: 6px; }
    #ic-quickview-modal .ic-product-item-dec ul li:first-child {
      margin-left: 0; }
#ic-quickview-modal .ic-product-item-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  margin-bottom: 1rem; }
  #ic-quickview-modal .ic-product-item-title a {
    color: #393939; }
    #ic-quickview-modal .ic-product-item-title a:hover {
      color: #e70000; }
#ic-quickview-modal .ic-product-item-price {
  font-size: 2.4rem;
  line-height: 3rem;
  margin-bottom: 3rem; }
#ic-quickview-modal .ic-product-short-specification {
  margin-bottom: 3rem; }
  #ic-quickview-modal .ic-product-short-specification .ic-total-cost {
    color: #e70000;
    font-weight: 700; }
    #ic-quickview-modal .ic-product-short-specification .ic-total-cost span {
      font-weight: 700; }
#ic-quickview-modal .ic-product-wishlist {
  width: 4.4rem;
  height: 4.4rem;
  line-height: 4.4rem;
  border: 1px solid #e70000;
  border-radius: 100%;
  text-align: center;
  color: #e70000;
  display: inline-block;
  margin-left: 1rem; }
  #ic-quickview-modal .ic-product-wishlist i {
    font-size: 2.4rem;
    line-height: 4.4rem; }
  #ic-quickview-modal .ic-product-wishlist:hover {
    background: #e70000;
    color: #fff;
    box-shadow: 0 4px 12px 0 rgba(229, 17, 19, 0.3); }
#ic-quickview-modal .ic-product-opt {
  overflow: hidden; }
  #ic-quickview-modal .ic-product-opt .ic-product-opt-title {
    float: left;
    font-weight: 500;
    margin-right: 2rem;
    line-height: 2.2rem; }
  #ic-quickview-modal .ic-product-opt .ic-opts-list {
    list-style: none;
    margin: 0; }
    #ic-quickview-modal .ic-product-opt .ic-opts-list li {
      display: inline-block;
      margin-right: .5rem; }
    #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color {
      display: inline-block;
      margin-left: 23px;
      top: 1px;
      position: relative; }
      #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li {
        position: relative;
        float: left;
        margin: 0 10px 0 0; }
        #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li input {
          width: 18px;
          height: 22px;
          border-width: 2px;
          vertical-align: top;
          position: absolute;
          z-index: 1;
          border-radius: 50%;
          opacity: 0;
          cursor: pointer; }
          #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li input:hover + .ic-product-color {
            box-shadow: 0 5px 15px 0 rgba(17, 17, 11, 0.1); }
          #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li input:checked + .ic-product-color::after {
            opacity: 1; }
        #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li .ic-product-color::after {
          font-family: IcoFont;
          content: "\eed6";
          position: absolute;
          top: 0;
          left: 0;
          width: 18px;
          height: 18px;
          line-height: 20px;
          text-align: center;
          font-size: 16px;
          color: #fff;
          opacity: 0;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
        #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-color li .ic-product-color {
          position: relative;
          display: inline-block;
          width: 18px;
          height: 18px;
          border-radius: 50%;
          -webkit-transition: all 0.25s ease-in-out;
          -moz-transition: all 0.25s ease-in-out;
          -o-transition: all 0.25s ease-in-out;
          transition: all 0.25s ease-in-out; }
    #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-size {
      line-height: 2.2rem; }
      #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-size li {
        font-weight: 500;
        color: #393939;
        margin-right: 1rem; }
        #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-size li a {
          color: #393939; }
      #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-size li.active {
        text-decoration: underline;
        color: #e70000; }
        #ic-quickview-modal .ic-product-opt .ic-opts-list.ic-opts-size li.active a {
          text-decoration: underline;
          color: #e70000; }
#ic-quickview-modal .ic-product-opt-group {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  #ic-quickview-modal .ic-product-opt-group .ic-product-opt {
    margin-right: 4rem; }
#ic-quickview-modal .ic-single-action-btns {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-top: 3rem; }
#ic-quickview-modal .ic-custom-btn-rvs {
  min-height: 4.3rem;
  line-height: 4.3rem; }
  #ic-quickview-modal .ic-custom-btn-rvs:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
#ic-quickview-modal .ic-product-gallery-single {
  box-shadow: 0 2px 12px 2px rgba(0, 0, 0, 0.05);
  margin-bottom: 2rem; }
#ic-quickview-modal .ic-product-gallery-thumbs .slick-slide img {
  padding: 0 .5rem;
  width: 100%; }
#ic-quickview-modal .ic-product-gallery-thumbs .slick-prev,
#ic-quickview-modal .ic-product-gallery-thumbs .slick-next {
  width: 2rem;
  left: -2rem; }
  #ic-quickview-modal .ic-product-gallery-thumbs .slick-prev:after,
  #ic-quickview-modal .ic-product-gallery-thumbs .slick-next:after {
    content: "\eac9";
    font-family: IcoFont;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 3rem;
    color: #fff; }
#ic-quickview-modal .ic-product-gallery-thumbs .slick-next {
  left: auto;
  right: -2rem; }
  #ic-quickview-modal .ic-product-gallery-thumbs .slick-next:after {
    content: "\eaca"; }

.ic-modal-btn {
  cursor: pointer; }

.ic-modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .ic-modal .ic-modal-dialog {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 4rem);
    max-width: 100%;
    margin: 2rem auto;
    position: relative;
    pointer-events: none; }
  .ic-modal .ic-modal-content {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    outline: 0; }
  @media (min-width: 576px) {
    .ic-modal .ic-modal-dialog {
      min-height: calc(100% - 4rem); } }
  .ic-modal.ic-modal-show {
    opacity: 1;
    visibility: visible; }
  .ic-modal .ic-modal-close {
    color: #e70000;
    cursor: pointer;
    font-size: 2.4rem;
    z-index: 1; }
    .ic-modal .ic-modal-close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.ic-modal-open {
  overflow: hidden; }
  .ic-modal-open .ic-modal {
    overflow-x: hidden;
    overflow-y: auto; }
  .ic-modal-open:after {
    content: "";
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.4); }

/*-------------------------
  # Image Slider
-------------------------*/
.ic-image-slider-wrapper {
  position: relative; }
  @media only screen and (max-width: 767.98px) {
    .ic-image-slider-wrapper .ic-image-slider-nav {
      margin-top: 20px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center; } }
  @media only screen and (max-width: 480px) {
    .ic-image-slider-wrapper .ic-image-slider-nav {
      display: none; } }
  .ic-image-slider-wrapper .ic-image-nav-left,
  .ic-image-slider-wrapper .ic-image-nav-right {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #FEECEC;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2.2rem;
    color: #e70000;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ic-image-slider-wrapper .ic-image-nav-left:hover,
    .ic-image-slider-wrapper .ic-image-nav-right:hover {
      background: #e70000;
      border: 1px solid #e70000;
      color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .ic-image-slider-wrapper .ic-image-nav-left,
      .ic-image-slider-wrapper .ic-image-nav-right {
        position: static;
        top: 0;
        left: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        border-radius: 0;
        height: 4rem;
        width: 4rem;
        line-height: 4rem;
        margin: 0 5px; } }
  .ic-image-slider-wrapper .ic-image-nav-right {
    left: auto;
    right: 1rem; }
  .ic-image-slider-wrapper .ic-image-slider-item {
    position: relative; }
    .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
      font-size: 12rem;
      text-align: center;
      text-transform: uppercase;
      color: #393939;
      position: absolute;
      z-index: 1;
      top: 5rem;
      left: 0;
      width: 100%;
      opacity: .1;
      font-weight: 900; }
      @media only screen and (max-width: 1650px) {
        .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
          font-size: 10rem; } }
      @media only screen and (max-width: 1280px) {
        .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
          font-size: 9rem; } }
      @media only screen and (max-width: 991.98px) {
        .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
          font-size: 8rem;
          top: 4rem; } }
      @media only screen and (max-width: 767.98px) {
        .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
          font-size: 5rem;
          top: 3rem; } }
      @media only screen and (max-width: 575.98px) {
        .ic-image-slider-wrapper .ic-image-slider-item .ic-slider-text {
          font-size: 3.2rem;
          top: 2rem; } }

.owl-item.active .ic-image-slider-item img {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-delay: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }
.owl-item.active .ic-image-slider-item .ic-slider-text {
  -webkit-animation-name: fadeInUp_opacity;
  -moz-animation-name: fadeInUp_opacity;
  -o-animation-name: fadeInUp_opacity;
  animation-name: fadeInUp_opacity;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s; }

/*-------------------------
  # Blog
-------------------------*/
.ic-blog-item .ic-blog-thumb {
  position: relative;
  margin-bottom: 1.5rem;
  overflow: hidden; }
  .ic-blog-item .ic-blog-thumb img {
    width: 100%;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out; }
  .ic-blog-item .ic-blog-thumb .ic-posted-on {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 11px;
    color: #393939;
    text-transform: uppercase;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background: #fff;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (max-width: 375px) {
      .ic-blog-item .ic-blog-thumb .ic-posted-on {
        -webkit-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        padding: 7px 18px; } }
.ic-blog-item .ic-blog-content .ic-post-meta {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 5px;
  color: #8e8e8e; }
  .ic-blog-item .ic-blog-content .ic-post-meta .ic-post-cat a {
    color: #e70000; }
  .ic-blog-item .ic-blog-content .ic-post-meta a {
    color: #393939; }
    .ic-blog-item .ic-blog-content .ic-post-meta a:hover {
      color: #e70000; }
.ic-blog-item .ic-blog-content .ic-blog-title {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  margin-bottom: 0; }
  .ic-blog-item .ic-blog-content .ic-blog-title a {
    color: #393939; }
  @media only screen and (max-width: 1199.98px) {
    .ic-blog-item .ic-blog-content .ic-blog-title {
      font-size: 1.8rem;
      line-height: 2.6rem; } }
  @media only screen and (max-width: 767.98px) {
    .ic-blog-item .ic-blog-content .ic-blog-title {
      font-size: 1.6rem;
      line-height: 2.4rem; } }
.ic-blog-item:hover .ic-blog-thumb img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2); }
.ic-blog-item:hover .ic-blog-thumb .ic-posted-on {
  background: #e70000;
  color: #fff; }
.ic-blog-item:hover .ic-blog-title a {
  color: #e70000; }

.ic-blog-search {
  position: relative; }
  .ic-blog-search input {
    border: 1px solid #393939;
    border-radius: 3rem;
    width: 100%;
    padding: 0 3rem;
    height: 5rem;
    line-height: 5rem; }
    .ic-blog-search input:focus {
      border: 1px solid #e70000; }
  .ic-blog-search i {
    position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #393939; }

.ic-blog-sortby .ic-select-dropdown {
  width: 100%; }

.ic-blog-cat-tab {
  margin-bottom: 0;
  border-bottom: none; }
  @media only screen and (max-width: 375px) {
    .ic-blog-cat-tab {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .ic-blog-cat-tab li {
    margin-bottom: 0;
    margin-right: 2rem; }
    .ic-blog-cat-tab li a.nav-link {
      color: #e70000;
      border: 1px solid #FEEBEB;
      border-top-left-radius: 3rem;
      border-top-right-radius: 3rem; }
      .ic-blog-cat-tab li a.nav-link:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        box-shadow: none;
        color: #fff; }
      .ic-blog-cat-tab li a.nav-link.active {
        background: #e70000;
        color: #fff; }
      @media only screen and (max-width: 991.98px) {
        .ic-blog-cat-tab li a.nav-link {
          margin-bottom: 20px; } }
      @media only screen and (max-width: 375px) {
        .ic-blog-cat-tab li a.nav-link {
          min-width: 100%; } }

.ic-blog-section.style-three .ic-blog-item {
  margin-bottom: 4rem; }
  .ic-blog-section.style-three .ic-blog-item:last-child {
    margin-bottom: 0; }

.ic-blog-section .ic-mobile-select-dropdown-wrap {
  display: none; }
  @media only screen and (max-width: 991.98px) {
    .ic-blog-section .ic-mobile-select-dropdown-wrap {
      display: block; } }
  @media only screen and (max-width: 767.98px) {
    .ic-blog-section .ic-mobile-select-dropdown-wrap {
      margin-bottom: 20px; } }

.ic-blog-section.style-two .ic-blog-item {
  margin-bottom: 30px; }

@media only screen and (max-width: 991.98px) {
  .ic-blog-section.style-two .ic-blog-title {
    font-size: 1.6rem;
    line-height: 2.4rem; } }
/*-------------------------
  # About
-------------------------*/
.ic-about-content h2 {
  font-size: 3rem;
  text-transform: uppercase;
  color: #e70000;
  font-weight: 900;
  line-height: 4rem; }
  @media only screen and (max-width: 767.98px) {
    .ic-about-content h2 {
      font-size: 2.4rem;
      font-weight: 700;
      line-height: 3.2rem; } }

.ic-faq-section .ic-accordion .btn-link.collapsed {
  background: #fff;
  color: #393939;
  box-shadow: 0 5px 15px 0 rgba(17, 17, 11, 0.1); }

/*-------------------------
  # Counter
-------------------------*/
.ic-counter-item {
  text-align: center; }
  @media only screen and (max-width: 991.98px) {
    .ic-counter-item {
      margin-bottom: 80px; } }
  .ic-counter-item img {
    margin-bottom: 40px; }
    @media only screen and (max-width: 991.98px) {
      .ic-counter-item img {
        margin-bottom: 30px; } }
  .ic-counter-item .counter-wrap {
    font-size: 48px;
    line-height: 40px;
    font-weight: 900;
    margin-bottom: 30px; }
    @media only screen and (max-width: 991.98px) {
      .ic-counter-item .counter-wrap {
        margin-bottom: 20px; } }
    .ic-counter-item .counter-wrap span {
      margin-left: 2px; }
  .ic-counter-item p {
    margin-bottom: 0; }

/*-------------------------
  # Video
-------------------------*/
.ic-counter-section.ic-video-section {
  margin-bottom: 34rem; }
  @media only screen and (max-width: 991.98px) {
    .ic-counter-section.ic-video-section {
      margin-bottom: 20rem; } }
  .ic-counter-section.ic-video-section .ic-video {
    margin-top: 8rem;
    margin-bottom: -42rem;
    position: relative; }
    @media only screen and (max-width: 991.98px) {
      .ic-counter-section.ic-video-section .ic-video {
        margin-bottom: -28rem; } }
    .ic-counter-section.ic-video-section .ic-video .ic-video-content {
      position: absolute;
      top: 50%;
      width: 100%;
      left: 0;
      padding-left: 6.5rem;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media only screen and (max-width: 575.98px) {
        .ic-counter-section.ic-video-section .ic-video .ic-video-content {
          padding-left: 3rem; } }
      .ic-counter-section.ic-video-section .ic-video .ic-video-content h2 {
        color: #fff;
        font-weight: 900;
        font-size: 4.8rem;
        line-height: 6rem;
        text-transform: uppercase;
        margin-bottom: 3rem; }
        @media only screen and (max-width: 991.98px) {
          .ic-counter-section.ic-video-section .ic-video .ic-video-content h2 {
            font-size: 3.2rem;
            line-height: 3.8rem; } }
        @media only screen and (max-width: 575.98px) {
          .ic-counter-section.ic-video-section .ic-video .ic-video-content h2 {
            font-size: 2.6rem;
            line-height: 3.2rem; } }
      .ic-counter-section.ic-video-section .ic-video .ic-video-content a {
        font-size: 6rem;
        color: #fff; }
        .ic-counter-section.ic-video-section .ic-video .ic-video-content a:hover {
          color: #e70000; }
        @media only screen and (max-width: 991.98px) {
          .ic-counter-section.ic-video-section .ic-video .ic-video-content a {
            font-size: 4.2rem; } }
        @media only screen and (max-width: 575.98px) {
          .ic-counter-section.ic-video-section .ic-video .ic-video-content a {
            font-size: 3.2rem; } }

/*-------------------------
  # Testimonial
-------------------------*/
.ic-testimonial-slider-item {
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  @media only screen and (max-width: 991.98px) {
    .ic-testimonial-slider-item {
      width: 78%; } }
  @media only screen and (max-width: 767.98px) {
    .ic-testimonial-slider-item {
      width: 100%; } }
  .ic-testimonial-slider-item img {
    width: auto;
    margin: 0 auto 40px; }
  .ic-testimonial-slider-item p {
    margin-bottom: 30px; }
  .ic-testimonial-slider-item h4 {
    font-size: 1.6rem;
    margin-bottom: 0;
    color: #e70000;
    line-height: 2.4rem;
    text-transform: capitalize; }

.ic-testimonial-slider-wrapper {
  position: relative; }
  .ic-testimonial-slider-wrapper .ic-testimonial-nav-left,
  .ic-testimonial-slider-wrapper .ic-testimonial-nav-right {
    position: absolute;
    top: 50%;
    left: 1rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100%;
    border: 1px solid #FEECEC;
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    font-size: 2.2rem;
    color: #e70000;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ic-testimonial-slider-wrapper .ic-testimonial-nav-left:hover,
    .ic-testimonial-slider-wrapper .ic-testimonial-nav-right:hover {
      background: #e70000;
      border: 1px solid #e70000;
      color: #fff; }
    @media only screen and (max-width: 767.98px) {
      .ic-testimonial-slider-wrapper .ic-testimonial-nav-left,
      .ic-testimonial-slider-wrapper .ic-testimonial-nav-right {
        display: none; } }
  .ic-testimonial-slider-wrapper .ic-testimonial-nav-right {
    left: auto;
    right: 1rem; }

/*-------------------------
  # Google Map
-------------------------*/
.ic-gmaps-section .ic-map-area {
  height: 700px; }
  .ic-gmaps-section .ic-map-area iframe {
    width: 100%;
    height: 700px; }
    @media only screen and (max-width: 991.98px) {
      .ic-gmaps-section .ic-map-area iframe {
        height: 500px; } }
    @media only screen and (max-width: 767.98px) {
      .ic-gmaps-section .ic-map-area iframe {
        height: 400px; } }
    @media only screen and (max-width: 575.98px) {
      .ic-gmaps-section .ic-map-area iframe {
        height: 300px; } }
  @media only screen and (max-width: 991.98px) {
    .ic-gmaps-section .ic-map-area {
      height: 500px; } }
  @media only screen and (max-width: 767.98px) {
    .ic-gmaps-section .ic-map-area {
      height: 400px; } }
  @media only screen and (max-width: 575.98px) {
    .ic-gmaps-section .ic-map-area {
      height: 300px; } }

/*-------------------------
  # Contact
-------------------------*/
/*------- * Contact information -------*/
.ic-contact-information {
  /*------- * Contact item -------*/ }
  .ic-contact-information h3 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 900; }
  .ic-contact-information .ic-contact-item {
    margin-bottom: 30px; }
    .ic-contact-information .ic-contact-item .ic-contact-title {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 30px;
      color: #e70000;
      text-transform: uppercase; }
    .ic-contact-information .ic-contact-item p {
      margin-bottom: 0; }
      .ic-contact-information .ic-contact-item p a {
        color: #393939; }
        .ic-contact-information .ic-contact-item p a:hover {
          text-decoration: underline;
          color: #e70000; }
    .ic-contact-information .ic-contact-item.ic-emergency .ic-contact-title {
      font-size: 1.8rem;
      font-weight: 800;
      line-height: 4rem;
      text-transform: capitalize; }
    .ic-contact-information .ic-contact-item.ic-emergency p {
      margin-bottom: 0;
      font-size: 3rem;
      line-height: 4rem;
      color: #e70000;
      font-weight: 900; }
      .ic-contact-information .ic-contact-item.ic-emergency p a {
        color: #e70000; }
        .ic-contact-information .ic-contact-item.ic-emergency p a:hover {
          text-decoration: underline; }

/*------- * Contact Form -------*/
.ic-contact-form-main h3 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-weight: 900; }

.ic-contact-form .ic-form-control {
  background: #F2F2F2;
  border-radius: 30px;
  border: none;
  padding: 0 30px;
  line-height: 50px;
  margin-bottom: 20px; }

p.form-message.error {
  color: #e70000;
  padding-top: 20px; }

p.form-message.success {
  color: #28a745;
  padding-top: 20px; }

/*-------------------------
  # Shop page
-------------------------*/
.ic-product-filter .ic-product-filter-item {
  margin-right: 20px; }
  @media only screen and (max-width: 767.98px) {
    .ic-product-filter .ic-product-filter-item {
      margin-right: 0;
      margin-bottom: 20px; } }
  .ic-product-filter .ic-product-filter-item:last-child {
    margin-right: 0; }
@media only screen and (max-width: 767.98px) {
  .ic-product-filter {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .ic-product-filter .ic-product-filter-item {
      text-align: center; } }

/*------- * Pagination -------*/
.ic-pagination {
  list-style: none; }
  .ic-pagination li {
    display: inline-block;
    margin: 0 5px; }
    .ic-pagination li a {
      min-height: 45px;
      min-width: 45px;
      border: 1px solid #feeded;
      border-radius: 100%;
      line-height: 45px;
      text-align: center;
      color: #e70000;
      display: inline-block;
      font-size: 2rem; }
      .ic-pagination li a:hover, .ic-pagination li a.active {
        color: #fff;
        background: #e70000;
        border: 1px solid #e70000; }
      @media only screen and (max-width: 767.98px) {
        .ic-pagination li a {
          min-height: 40px;
          min-width: 40px;
          line-height: 40px;
          font-size: 16px; } }
      @media only screen and (max-width: 375px) {
        .ic-pagination li a {
          min-height: 30px;
          min-width: 30px;
          line-height: 30px;
          font-size: 14px; } }
    @media only screen and (max-width: 375px) {
      .ic-pagination li {
        margin: 0 3px; } }
    .ic-pagination li.ic-page-prev {
      float: left; }
      .ic-pagination li.ic-page-prev a {
        min-width: 120px;
        border-radius: 30px; }
    .ic-pagination li.ic-page-next {
      float: right; }
      .ic-pagination li.ic-page-next a {
        min-width: 120px;
        border-radius: 30px; }

.ic-product-view {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  border: none; }
  .ic-product-view .ic-product-list-view,
  .ic-product-view .ic-product-grid-view {
    height: 40px;
    width: 40px;
    border: 1px solid #f78283;
    border-radius: 100%;
    color: #e70000;
    text-align: center;
    line-height: 40px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    font-weight: 700;
    padding: 0; }
    .ic-product-view .ic-product-list-view:hover, .ic-product-view .ic-product-list-view.active,
    .ic-product-view .ic-product-grid-view:hover,
    .ic-product-view .ic-product-grid-view.active {
      background: #e70000;
      color: #fff; }

.ic-product-head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 375px) {
    .ic-product-head {
      -webkit-justify-content: center;
      justify-content: center; }
      .ic-product-head span {
        display: none; } }

.ic-product-search {
  position: relative;
  width: 100%; }
  .ic-product-search input {
    border: 1px solid #ebedec;
    border-radius: 30px;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 0; }
    .ic-product-search input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #acacac; }
    .ic-product-search input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #acacac; }
    .ic-product-search input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #acacac; }
    .ic-product-search input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #acacac; }
    .ic-product-search input:focus {
      border: 1px solid #e70000; }
  .ic-product-search i {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #e70000; }

/*------- * Product Widget -------*/
.ic-product-widget {
  margin-bottom: 40px; }
  .ic-product-widget .ic-widget-title {
    text-transform: uppercase;
    color: #e70000;
    margin-bottom: 20px; }
  .ic-product-widget .ic-widget-content ul {
    list-style: none;
    margin: 0; }
    .ic-product-widget .ic-widget-content ul li {
      margin-bottom: 10px; }
      .ic-product-widget .ic-widget-content ul li a {
        color: #393939; }
        .ic-product-widget .ic-widget-content ul li a:hover {
          color: #e70000; }
  .ic-product-widget .ic-widget-content .accordion .card {
    margin-bottom: 14px; }
  .ic-product-widget .ic-widget-content .accordion .card-header {
    background: none;
    border: none;
    position: relative;
    padding: 0; }
  .ic-product-widget .ic-widget-content .accordion .card-header a {
    font-weight: 500;
    text-transform: capitalize;
    display: block;
    color: #393939;
    line-height: 24px; }
  .ic-product-widget .ic-widget-content .accordion .card-header a:before {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
    background: #f2f2f2;
    content: "\eac8";
    font-family: IcoFont;
    font-weight: 700;
    font-size: 12px;
    top: 50%;
    position: absolute;
    right: 0;
    margin-top: -10px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .ic-product-widget .ic-widget-content .accordion .card .card-header a[aria-expanded="true"]:before {
    background: #e70000;
    color: #ffffff;
    transform: rotate(180deg); }
  .ic-product-widget .ic-widget-content .accordion .card-body {
    padding: 5px 0;
    line-height: 1.6; }
  .ic-product-widget .ic-widget-content .accordion .card-body ul li {
    margin-bottom: 3px; }
    .ic-product-widget .ic-widget-content .accordion .card-body ul li a {
      font-size: 15px;
      color: #687188; }
  .ic-product-widget:last-child {
    margin-bottom: 0; }

.ic-product .ic-shop-product .ic-custom-btn {
  line-height: 42px; }
  .ic-product .ic-shop-product .ic-custom-btn:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
.ic-product .ic-select-dropdown-menu {
  margin: 1px 0 0 0; }

.ic-shop-product.ic-list-view .ic-product-item-dec ul li:first-child {
  margin-left: 0; }
.ic-shop-product.ic-list-view .ic-product-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 480px) {
    .ic-shop-product.ic-list-view .ic-product-item {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .ic-shop-product.ic-list-view .ic-product-item .ic-product-thumbnail {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
    @media only screen and (max-width: 991.98px) {
      .ic-shop-product.ic-list-view .ic-product-item .ic-product-thumbnail {
        -webkit-flex: 0 0 35%;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%; } }
    @media only screen and (max-width: 480px) {
      .ic-shop-product.ic-list-view .ic-product-item .ic-product-thumbnail {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
  .ic-shop-product.ic-list-view .ic-product-item .ic-product-content {
    -webkit-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    padding: 40px 0; }
    @media only screen and (max-width: 991.98px) {
      .ic-shop-product.ic-list-view .ic-product-item .ic-product-content {
        -webkit-flex: 0 0 60%;
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        padding: 20px 0; } }
    @media only screen and (max-width: 480px) {
      .ic-shop-product.ic-list-view .ic-product-item .ic-product-content {
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%; } }
    .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action {
      position: static;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0s ease-in-out;
      -moz-transition: all 0s ease-in-out;
      -o-transition: all 0s ease-in-out;
      transition: all 0s ease-in-out;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin-top: 30px;
      padding: 0; }
      @media only screen and (max-width: 991.98px) {
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action {
          margin-top: 20px; } }
      @media only screen and (max-width: 767.98px) {
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action .ic-custom-btn-rvs {
          line-height: 40px; }
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action .ic-product-wishlist,
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action .ic-product-quickview {
          width: 40px;
          height: 40px;
          line-height: 40px; }
          .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action .ic-product-wishlist i,
          .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-item-action .ic-product-quickview i {
            font-size: 20px;
            line-height: 40px; } }
    .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner {
      position: static;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
      text-align: left; }
      @media only screen and (max-width: 480px) {
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner {
          text-align: center; } }
      .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner .ic-product-item-title {
        margin-bottom: 20px; }
        @media only screen and (max-width: 991.98px) {
          .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner .ic-product-item-title {
            margin-bottom: 10px; } }
        @media only screen and (max-width: 767.98px) {
          .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner .ic-product-item-title {
            font-size: 20px;
            line-height: 30px; } }
      @media only screen and (max-width: 767.98px) {
        .ic-shop-product.ic-list-view .ic-product-item .ic-product-content .ic-product-content-inner .ic-product-item-price {
          font-size: 20px;
          line-height: 30px; } }

/*-------------------------
  # Wishlist
-------------------------*/
.ic-wishlist .ic-product-item-action .ic-product-addcart {
  width: calc(100% - 54px); }
.ic-wishlist .ic-product-item-action .ic-wishlist-remove {
  width: 44px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e70000;
  border-radius: 100%;
  text-align: center;
  color: #e70000;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer; }
  .ic-wishlist .ic-product-item-action .ic-wishlist-remove i {
    font-size: 24px;
    line-height: 44px; }
  .ic-wishlist .ic-product-item-action .ic-wishlist-remove:hover {
    background: #e70000;
    color: #fff; }

/*-------------------------
  # Product single
-------------------------*/
.ic-product-single {
  /*------- * Product single top -------*/
  /*------- * Product nav tab -------*/ }
  .ic-product-single .ic-mobile-select-dropdown-wrap {
    display: none; }
    @media only screen and (max-width: 991.98px) {
      .ic-product-single .ic-mobile-select-dropdown-wrap {
        display: block; } }
  @media only screen and (max-width: 375px) {
    .ic-product-single .ic-quantity {
      margin-right: 5px; } }
  .ic-product-single .ic-product-single-top {
    padding: 50px 0 80px 0; }
    .ic-product-single .ic-product-single-top .ic-product-item-dec {
      margin-bottom: .5rem; }
      .ic-product-single .ic-product-single-top .ic-product-item-dec ul {
        list-style: none; }
        .ic-product-single .ic-product-single-top .ic-product-item-dec ul li {
          display: inline-block;
          color: #393939;
          margin: 0 .5rem;
          position: relative;
          line-height: 2.2rem;
          font-weight: 500;
          text-transform: uppercase; }
          .ic-product-single .ic-product-single-top .ic-product-item-dec ul li:not(:last-child):before {
            background-color: #393939;
            content: "";
            height: 2px;
            position: absolute;
            right: -10px;
            top: 9px;
            width: 6px; }
          .ic-product-single .ic-product-single-top .ic-product-item-dec ul li:first-child {
            margin-left: 0; }
    .ic-product-single .ic-product-single-top .ic-product-item-title {
      font-size: 4.8rem;
      line-height: 4.4rem;
      margin-bottom: 2rem;
      color: #e70000;
      font-weight: 900; }
      @media only screen and (max-width: 767.98px) {
        .ic-product-single .ic-product-single-top .ic-product-item-title {
          font-size: 3.8rem;
          line-height: 4.2rem; } }
    .ic-product-single .ic-product-single-top .ic-product-item-price {
      font-size: 2.8rem;
      line-height: 3rem;
      margin-bottom: 2rem; }
    .ic-product-single .ic-product-single-top p {
      font-weight: 500; }
    .ic-product-single .ic-product-single-top .ic-custom-btn-rvs {
      line-height: 4.2rem; }
      .ic-product-single .ic-product-single-top .ic-custom-btn-rvs:hover {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0); }
    .ic-product-single .ic-product-single-top .ic-product-wishlist {
      width: 44px;
      height: 44px;
      line-height: 44px;
      border: 1px solid #e70000;
      border-radius: 100%;
      text-align: center;
      color: #e70000;
      display: inline-block;
      margin-left: 1rem; }
      @media only screen and (max-width: 320px) {
        .ic-product-single .ic-product-single-top .ic-product-wishlist {
          margin-left: 0;
          margin-top: 1rem; } }
      .ic-product-single .ic-product-single-top .ic-product-wishlist i {
        font-size: 24px;
        line-height: 44px; }
      .ic-product-single .ic-product-single-top .ic-product-wishlist:hover {
        background: #e70000;
        color: #fff;
        box-shadow: 0 4px 12px 0 rgba(229, 17, 19, 0.3); }
    @media only screen and (max-width: 991.98px) {
      .ic-product-single .ic-product-single-top {
        padding: 50px 0; } }
  .ic-product-single .ic-product-nav-tabs {
    position: relative;
    -webkit-box-shadow: 0 4px 8px 2px rgba(17, 17, 11, 0.1);
    box-shadow: 0 4px 8px 2px rgba(17, 17, 11, 0.1);
    background: #fff;
    margin-top: -50px; }
    .ic-product-single .ic-product-nav-tabs .nav-link {
      display: block;
      padding: 0 25px;
      min-height: 100px;
      line-height: 100px;
      color: #e70000;
      font-weight: 500;
      text-transform: uppercase; }
      .ic-product-single .ic-product-nav-tabs .nav-link.active {
        background: #e70000;
        color: #fff; }
      @media only screen and (max-width: 991.98px) {
        .ic-product-single .ic-product-nav-tabs .nav-link {
          text-transform: capitalize;
          padding: 0 20px;
          line-height: 40px;
          min-height: 40px; } }
    @media only screen and (max-width: 991.98px) {
      .ic-product-single .ic-product-nav-tabs {
        margin-top: 80px;
        -webkit-box-shadow: none;
        box-shadow: none; } }
    @media only screen and (max-width: 320px) {
      .ic-product-single .ic-product-nav-tabs li {
        width: 100%; } }
  .ic-product-single .ic-product-opt {
    overflow: hidden; }
    .ic-product-single .ic-product-opt .ic-product-opt-title {
      float: left;
      font-weight: 500;
      margin-right: 2rem;
      line-height: 2.2rem; }
    .ic-product-single .ic-product-opt .ic-product-opt-col {
      float: left; }
      .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list {
        list-style: none;
        margin: 0; }
        .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list li {
          display: inline-block;
          margin-right: .5rem; }
        .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color {
          display: inline-block;
          margin-left: 23px;
          top: 1px;
          position: relative; }
          .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li {
            position: relative;
            float: left;
            margin: 0 10px 0 0; }
            .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li input {
              width: 18px;
              height: 22px;
              border-width: 2px;
              vertical-align: top;
              position: absolute;
              z-index: 1;
              border-radius: 50%;
              opacity: 0;
              cursor: pointer; }
              .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li input:hover + .ic-product-color {
                box-shadow: 0 5px 15px 0 rgba(17, 17, 11, 0.1); }
              .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li input:checked + .ic-product-color::after {
                opacity: 1; }
            .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li .ic-product-color::after {
              font-family: IcoFont;
              content: "\eed6";
              position: absolute;
              top: 0;
              left: 0;
              width: 18px;
              height: 18px;
              line-height: 20px;
              text-align: center;
              font-size: 16px;
              color: #fff;
              opacity: 0;
              -webkit-transition: all 0.25s ease-in-out;
              -moz-transition: all 0.25s ease-in-out;
              -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out; }
            .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-color li .ic-product-color {
              position: relative;
              display: inline-block;
              width: 18px;
              height: 18px;
              border-radius: 50%;
              -webkit-transition: all 0.25s ease-in-out;
              -moz-transition: all 0.25s ease-in-out;
              -o-transition: all 0.25s ease-in-out;
              transition: all 0.25s ease-in-out; }
        .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-size {
          line-height: 2.2rem; }
          .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-size li {
            font-weight: 500;
            color: #393939;
            margin-right: 1rem; }
            .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-size li a {
              color: #393939; }
          .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-size li.active {
            text-decoration: underline;
            color: #e70000; }
            .ic-product-single .ic-product-opt .ic-product-opt-col .ic-opts-list.ic-opts-size li.active a {
              text-decoration: underline;
              color: #e70000; }
  .ic-product-single .ic-product-opt-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ic-product-single .ic-product-opt-group .ic-product-opt {
      margin-right: 4rem; }
  .ic-product-single .ic-single-action-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 3rem; }
  @media only screen and (max-width: 991.98px) {
    .ic-product-single .ic-product-thumbnail {
      margin-bottom: 3rem; } }

.easyzoom-flyout img {
  max-width: initial; }

.ic-quantity {
  display: inline-flex;
  border: 1px solid #e70000;
  border-radius: 30px;
  margin-right: 10px; }
  .ic-quantity input[type=number]::-webkit-inner-spin-button,
  .ic-quantity input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .ic-quantity input[type=number] {
    -moz-appearance: textfield; }
  .ic-quantity input {
    width: 50px;
    background: transparent;
    text-align: center;
    margin: 0;
    height: 45px;
    color: #e70000;
    -webkit-appearance: none;
    -moz-appearance: textfield;
    border: none; }
    .ic-quantity input:focus {
      border: none; }
  .ic-quantity .ic-quantity-up {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-right: none;
    border-radius: 30px;
    cursor: pointer;
    color: #e70000;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ic-quantity .ic-quantity-up:hover {
      background: #e70000;
      color: #fff; }
  .ic-quantity .ic-quantity-down {
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    border-left: none;
    border-radius: 30px;
    cursor: pointer;
    color: #e70000;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ic-quantity .ic-quantity-down:hover {
      background: #e70000;
      color: #fff; }

.ic-product-short-specification {
  margin-bottom: 20px; }
  .ic-product-short-specification .ic-specification-list {
    list-style: none; }
    .ic-product-short-specification .ic-specification-list li {
      line-height: 28px; }
      .ic-product-short-specification .ic-specification-list li span {
        display: inline-block;
        font-weight: 500;
        margin-right: 5px; }

#ic-product-tab-content {
  margin-top: 40px; }

.ic-product-item-price del {
  color: #9c9c9c;
  margin-right: 10px; }

/*------- * Product specification -------*/
.ic-spec .ic-spec-section + .ic-spec-section {
  margin-top: 40px; }
.ic-spec .ic-spec-section-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 12px; }
.ic-spec .ic-spec-row:first-of-type {
  border-top: 1px solid #ebebeb; }
.ic-spec .ic-spec-row {
  padding: 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ebebeb; }
  @media only screen and (max-width: 480px) {
    .ic-spec .ic-spec-row {
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
.ic-spec .ic-spec-name {
  width: 250px;
  flex-shrink: 0;
  padding-right: 30px; }
  @media only screen and (max-width: 480px) {
    .ic-spec .ic-spec-name {
      width: 100%; } }

/*------- * Product features -------*/
.ic-accordion .card {
  border: none;
  border-radius: 0;
  margin-bottom: 40px; }
  @media only screen and (max-width: 767.98px) {
    .ic-accordion .card {
      margin-bottom: 20px; } }
  .ic-accordion .card .card-body {
    padding: 40px 20px 0 20px; }
    @media only screen and (max-width: 767.98px) {
      .ic-accordion .card .card-body {
        padding: 20px 0 0 0; } }
    .ic-accordion .card .card-body h6 {
      margin-bottom: 5px; }
    .ic-accordion .card .card-body p {
      margin-bottom: 30px; }
      .ic-accordion .card .card-body p:last-child {
        margin-bottom: 0; }
      @media only screen and (max-width: 767.98px) {
        .ic-accordion .card .card-body p {
          font-size: 15px; } }
.ic-accordion .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none; }
  .ic-accordion .card-header:first-child {
    border-radius: 0; }
.ic-accordion .btn-link {
  width: 100%;
  text-align: left;
  padding: 10px 40px 10px 20px;
  background: #e70000;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  border-radius: 0;
  position: relative; }
  .ic-accordion .btn-link i {
    position: absolute;
    right: 15px;
    top: 13px; }
    .ic-accordion .btn-link i.icofont-plus {
      display: none; }
  .ic-accordion .btn-link.collapsed {
    background: #E6E6E6;
    color: #e70000; }
    .ic-accordion .btn-link.collapsed i.icofont-plus {
      display: block; }
    .ic-accordion .btn-link.collapsed i.icofont-minus {
      display: none; }
  .ic-accordion .btn-link:hover {
    text-decoration: none; }
  @media only screen and (max-width: 767.98px) {
    .ic-accordion .btn-link {
      font-size: 15px; } }

/*------- * Product video -------*/
.ic-product-video iframe {
  width: 100%;
  height: 700px;
  border: none; }
  @media only screen and (max-width: 991.98px) {
    .ic-product-video iframe {
      height: 500px; } }
  @media only screen and (max-width: 767.98px) {
    .ic-product-video iframe {
      height: 400px; } }
  @media only screen and (max-width: 575.98px) {
    .ic-product-video iframe {
      height: 300px; } }

/*------- * Product review -------*/
.ic-product-review .ic-review-list {
  list-style: none; }
  .ic-product-review .ic-review-list .ic-review-item + .ic-review-item {
    margin-top: 18px;
    padding-top: 24px;
    border-top: 1px solid #ebebeb; }
  .ic-product-review .ic-review-list .ic-review-body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .ic-product-review .ic-review-list .ic-review-body .ic-review-avatar {
      overflow: hidden;
      border-radius: 100%;
      margin-right: 2rem; }
    .ic-product-review .ic-review-list .ic-review-body .ic-review-meta {
      flex-grow: 1;
      margin-right: 2rem; }
    .ic-product-review .ic-review-list .ic-review-body .ic-review-author {
      font-size: 18px;
      font-weight: 500; }
    .ic-product-review .ic-review-list .ic-review-body .ic-review-date {
      font-size: 14px; }
    .ic-product-review .ic-review-list .ic-review-body .ic-review-content {
      width: 100%;
      font-size: 15px;
      line-height: 1.5;
      margin-top: 12px; }
.ic-product-review .ic-review-form {
  margin-top: 4rem; }
  .ic-product-review .ic-review-form .form-group {
    margin-bottom: 2rem; }
  .ic-product-review .ic-review-form .form-control {
    min-height: 5rem;
    font-size: 1.6rem;
    border-radius: 0;
    outline: none;
    border: 1px solid #bbb;
    padding: 0 2rem;
    margin-bottom: 0; }
    .ic-product-review .ic-review-form .form-control:focus {
      box-shadow: none;
      border: 1px solid #e70000; }
  .ic-product-review .ic-review-form textarea.form-control {
    padding: 1.5rem 2rem; }
    @media only screen and (max-width: 767.98px) {
      .ic-product-review .ic-review-form textarea.form-control {
        height: 15rem; } }
  .ic-product-review .ic-review-form .ic-review-star-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .ic-product-review .ic-review-form .ic-review-star-form label {
      margin: 0 2rem 0 0;
      font-weight: 500; }
      @media screen and (max-width: 991px) and (min-width: 771px) {
        .ic-product-review .ic-review-form .ic-review-star-form label {
          display: none; } }
  .ic-product-review .ic-review-form .ic-custom-btn-rvs:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

.ic-review-rating ul {
  list-style: none; }
  .ic-review-rating ul li {
    display: inline-block; }
    .ic-review-rating ul li i {
      color: #c7c7c7;
      font-size: 1.8rem; }
    .ic-review-rating ul li.active i {
      color: #e70000; }

.ic-review-rating-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .ic-review-rating-wrapper .ic-review-rating {
    margin-right: 2rem; }

.ic-product-gallery-thumbs .slick-slide {
  cursor: pointer;
  margin: 0 1rem;
  outline: none; }
  .ic-product-gallery-thumbs .slick-slide:focus {
    outline: none; }
  .ic-product-gallery-thumbs .slick-slide img {
    width: 100%; }

@media only screen and (max-width: 991.98px) {
  .ic-product-single-carousel .ic-product-thumbnail {
    margin-bottom: 0; }

  .ic-product-gallery {
    margin-bottom: 40px; } }
/*-------------------------
  # Blog single
-------------------------*/
@media only screen and (max-width: 375px) {
  .ic-blog-single .ic-btn-group a {
    margin-bottom: 15px; }
    .ic-blog-single .ic-btn-group a:last-child {
      margin-bottom: 0; } }
.ic-blog-single .ic-blog-mobile-search {
  display: none;
  margin-bottom: 30px; }
  @media only screen and (max-width: 991.98px) {
    .ic-blog-single .ic-blog-mobile-search {
      display: block; } }
.ic-blog-single .ic-blog-item .ic-blog-thumb .ic-posted-on {
  color: #fff;
  background: #e70000; }
.ic-blog-single .ic-blog-item .ic-blog-content .ic-blog-title {
  margin-bottom: 25px; }
.ic-blog-single .ic-blog-item:hover .ic-blog-thumb img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }
.ic-blog-single .ic-blog-item:hover .ic-blog-title {
  color: #393939; }
.ic-blog-single .ic-blog-item .ic-blog-share {
  margin-bottom: 2rem; }
.ic-blog-single .ic-blog-item .ic-share-post li.ic-share-text {
  display: inline-block;
  margin-bottom: 0;
  margin-right: 4rem; }
  @media only screen and (max-width: 375px) {
    .ic-blog-single .ic-blog-item .ic-share-post li.ic-share-text {
      display: block; } }
.ic-blog-single .ic-blog-item .ic-post-tag {
  min-height: 4rem;
  padding: 0 2rem;
  line-height: 4rem;
  border: 1px solid #e70000;
  display: inline-block;
  border-radius: 3rem;
  color: #e70000;
  margin-right: 1rem;
  float: left; }
  .ic-blog-single .ic-blog-item .ic-post-tag:hover {
    background: #e70000;
    color: #fff; }

.ic-blog-share {
  margin-bottom: 4rem; }

.ic-share-post {
  list-style: none; }
  .ic-share-post li {
    display: inline-block; }
    .ic-share-post li.ic-share-text {
      display: block;
      font-size: 1.8rem;
      line-height: 3.6rem;
      font-weight: 700;
      margin-bottom: .5rem;
      text-transform: capitalize; }
    .ic-share-post li a {
      font-size: 1.8rem;
      color: #393939;
      margin-right: 2.5rem; }
      .ic-share-post li a:hover {
        color: #e70000; }

/*------- * Blog author -------*/
.ic-author {
  padding: 20px 40px 20px 20px;
  box-shadow: 0 2px 12px -6px rgba(0, 0, 0, 0.3);
  border-radius: 100px;
  overflow: hidden; }
  @media only screen and (max-width: 767.98px) {
    .ic-author {
      border-radius: 30px; } }
  .ic-author .ic-author-avatar {
    max-width: 100px;
    float: left;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 25px; }
    @media only screen and (max-width: 767.98px) {
      .ic-author .ic-author-avatar {
        float: none;
        margin: 0 auto 30px; } }
  .ic-author .ic-author-content {
    display: table; }
    @media only screen and (max-width: 767.98px) {
      .ic-author .ic-author-content {
        display: block; } }
    .ic-author .ic-author-content .ic-author-content-top {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex; }
      @media only screen and (max-width: 767.98px) {
        .ic-author .ic-author-content .ic-author-content-top {
          -webkit-justify-content: center;
          justify-content: center;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 480px) {
        .ic-author .ic-author-content .ic-author-content-top {
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .ic-author .ic-author-content .ic-author-content-top .ic-author-content-top-left {
        margin-right: 4rem; }
        @media only screen and (max-width: 480px) {
          .ic-author .ic-author-content .ic-author-content-top .ic-author-content-top-left {
            margin-right: 0;
            margin-bottom: 10px; } }
        .ic-author .ic-author-content .ic-author-content-top .ic-author-content-top-left h3 {
          font-size: 1.8rem;
          color: #e70000;
          line-height: 2.2rem;
          margin-bottom: 0; }
          .ic-author .ic-author-content .ic-author-content-top .ic-author-content-top-left h3 a {
            color: #e70000; }
        .ic-author .ic-author-content .ic-author-content-top .ic-author-content-top-left h4 {
          font-size: 1.4rem;
          line-height: 2rem;
          margin-bottom: .5rem;
          font-weight: 500; }
      .ic-author .ic-author-content .ic-author-content-top .ic-social-profile a {
        display: inline-block;
        height: 3.5rem;
        width: 3.5rem;
        line-height: 3.5rem; }
        .ic-author .ic-author-content .ic-author-content-top .ic-social-profile a i {
          font-size: 1.8rem;
          line-height: 3.4rem; }
    .ic-author .ic-author-content p {
      margin-bottom: 0;
      line-height: 24px; }
      @media only screen and (max-width: 767.98px) {
        .ic-author .ic-author-content p {
          text-align: center; } }

/*------- * Blog comment -------*/
.ic-comment .ic-comment-title {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 900; }
.ic-comment .ic-comment-list {
  list-style: none; }
  .ic-comment .ic-comment-list .ic-comment-body {
    overflow: hidden;
    margin-bottom: 20px; }
    @media only screen and (max-width: 575.98px) {
      .ic-comment .ic-comment-list .ic-comment-body {
        margin-bottom: 40px; } }
    .ic-comment .ic-comment-list .ic-comment-body .ic-comment-avatar {
      float: left;
      margin-right: 30px;
      max-width: 65px;
      border-radius: 100%;
      overflow: hidden; }
      @media only screen and (max-width: 575.98px) {
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-avatar {
          float: none;
          margin-right: 0;
          margin-bottom: 20px; } }
    .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content {
      display: flow-root; }
      @media only screen and (max-width: 575.98px) {
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content {
          display: block; } }
      .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 5px; }
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-author {
          font-weight: 800;
          margin-right: 35px; }
          @media only screen and (max-width: 767.98px) {
            .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-author {
              -webkit-flex: 0 0 100%;
              -ms-flex: 0 0 100%;
              flex: 0 0 100%;
              margin-right: 0; } }
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-date {
          color: #e70000;
          margin-right: 35px; }
          .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-date i {
            margin-right: 8px; }
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-time {
          color: #e70000; }
          .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-meta .ic-comment-time i {
            margin-right: 8px; }
      .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content p {
        margin-bottom: 0; }
      .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-reply {
        min-height: 3rem;
        min-width: 9rem;
        border-radius: 3rem;
        color: #e70000;
        border: 1px solid #e70000;
        text-align: center;
        display: inline-block;
        text-transform: capitalize;
        margin-top: 1rem; }
        .ic-comment .ic-comment-list .ic-comment-body .ic-comment-content .ic-comment-reply:hover {
          background: #e70000;
          color: #fff; }
  .ic-comment .ic-comment-list .ic-has-child ul {
    padding-left: 5rem;
    list-style: none; }
    @media only screen and (max-width: 575.98px) {
      .ic-comment .ic-comment-list .ic-has-child ul {
        padding-left: 0;
        margin-left: 0 !important; } }
.ic-comment .ic-loadmore-comments {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 2rem;
  color: #393939; }
  .ic-comment .ic-loadmore-comments:hover {
    color: #e70000; }

/*------- * Blog comment form -------*/
.ic-comment-form .ic-comment-form-title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  margin-bottom: 4rem;
  font-weight: 900;
  color: #e70000; }
.ic-comment-form .ic-form-controll {
  border: 1px solid #393939;
  border-radius: 3rem;
  padding: 0 2.5rem;
  line-height: 5rem;
  margin-bottom: 2rem; }
  .ic-comment-form .ic-form-controll:focus {
    border: 1px solid #e70000; }
.ic-comment-form textarea.ic-form-controll {
  padding: 1.5rem 2.5rem;
  line-height: 2.6rem; }
.ic-comment-form .ic-custom-btn-rvs:hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  box-shadow: none;
  background: transparent;
  color: #e70000; }

/*------- * Blog sidebar -------*/
.ic-sidebar {
  /*------- * Blog widget -------*/ }
  @media only screen and (max-width: 991.98px) {
    .ic-sidebar {
      margin-top: 4rem; } }
  .ic-sidebar .ic-widget {
    margin-bottom: 7rem; }
    .ic-sidebar .ic-widget:last-child {
      margin-bottom: 0; }
    .ic-sidebar .ic-widget .ic-widget-title {
      font-size: 2.4rem;
      line-height: 2.8rem;
      color: #e70000;
      text-transform: uppercase;
      margin-bottom: 3rem; }
    .ic-sidebar .ic-widget.ic-category-widget ul {
      list-style: none; }
      .ic-sidebar .ic-widget.ic-category-widget ul li {
        margin-bottom: 1rem; }
        .ic-sidebar .ic-widget.ic-category-widget ul li:last-child {
          margin-bottom: 0; }
        .ic-sidebar .ic-widget.ic-category-widget ul li a {
          line-height: 2.6rem;
          display: block;
          color: #393939;
          position: relative; }
          .ic-sidebar .ic-widget.ic-category-widget ul li a::before {
            content: "\eac7";
            font-family: IcoFont;
            font-weight: 700;
            opacity: 0;
            position: absolute;
            left: 0;
            -webkit-transition: all 0.25s ease-in-out;
            -moz-transition: all 0.25s ease-in-out;
            -o-transition: all 0.25s ease-in-out;
            transition: all 0.25s ease-in-out; }
          .ic-sidebar .ic-widget.ic-category-widget ul li a:hover {
            color: #e70000;
            padding-left: 1.8rem; }
            .ic-sidebar .ic-widget.ic-category-widget ul li a:hover::before {
              opacity: 1; }
    .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item {
      overflow: hidden;
      margin-bottom: 2rem; }
      .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item .ic-blog-thumb {
        position: relative;
        margin-bottom: 0;
        margin-right: 2rem;
        float: left; }
        .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item .ic-blog-thumb img {
          width: auto;
          -webkit-transition: all 0.6s ease-in-out;
          -moz-transition: all 0.6s ease-in-out;
          -o-transition: all 0.6s ease-in-out;
          transition: all 0.6s ease-in-out; }
      .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item .ic-blog-content {
        display: table; }
        .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item .ic-blog-content .ic-blog-title {
          text-transform: inherit;
          font-size: 16px;
          font-weight: 500;
          line-height: 24px;
          margin-bottom: 0; }
          .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item .ic-blog-content .ic-blog-title a {
            color: #393939; }
      .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item:hover .ic-blog-thumb img {
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2); }
      .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item:hover .ic-blog-thumb .ic-posted-on {
        background: #e70000;
        color: #fff; }
      .ic-sidebar .ic-widget.ic-popular-post-widget .ic-blog-item:hover .ic-blog-title a {
        color: #e70000; }
    .ic-sidebar .ic-widget.ic-tag-widget .ic-widget-content {
      overflow: hidden; }
    .ic-sidebar .ic-widget.ic-tag-widget a.ic-tag-cloud {
      min-height: 4.5rem;
      padding: 0 2rem;
      line-height: 4.5rem;
      border: 1px solid #e70000;
      display: inline-block;
      border-radius: 3rem;
      color: #e70000;
      margin: 0 1rem 1rem 0;
      float: left; }
      .ic-sidebar .ic-widget.ic-tag-widget a.ic-tag-cloud:hover {
        background: #e70000;
        color: #fff; }

/*-------------------------
  # Cart
-------------------------*/
.ic-cart-section .cart-thumb a {
  color: #393939;
  font-weight: 500; }
  .ic-cart-section .cart-thumb a:hover {
    color: #e70000; }
.ic-cart-section .ic-cupon-form {
  position: relative; }
  .ic-cart-section .ic-cupon-form .ic-form-control {
    border-radius: 30px;
    border: none;
    padding: 11px 30px; }
    @media only screen and (max-width: 991.98px) {
      .ic-cart-section .ic-cupon-form .ic-form-control {
        padding: 8px 20px; } }
  .ic-cart-section .ic-cupon-form .ic-custom-btn-rvs {
    position: absolute;
    top: 0;
    right: 0; }
    @media only screen and (max-width: 375px) {
      .ic-cart-section .ic-cupon-form .ic-custom-btn-rvs {
        position: static; } }

.cart-table thead th {
  padding: 15px;
  text-align: left;
  border: none;
  vertical-align: middle;
  color: #042825;
  font-size: 16px;
  font-weight: 500; }

.cart-table td {
  padding: 15px 15px;
  color: #042825;
  vertical-align: middle;
  position: relative; }

.cart-table td:last-child {
  padding: 15px 30px 15px 15px; }

.cart-thumb img {
  max-width: 100px; }

.cart-table .close-link i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 20px;
  margin-top: -10px;
  color: #e70000;
  font-weight: 700; }

.ic-cart-footer {
  padding: 30px 15px;
  background: #f8f8f8;
  margin: 40px 0; }
  @media only screen and (max-width: 767.98px) {
    .ic-cart-footer {
      padding: 20px 5px; }
      .ic-cart-footer .col-lg-6:last-child {
        text-align: left !important;
        margin-top: 15px; } }
  @media only screen and (max-width: 375px) {
    .ic-cart-footer {
      text-align: center; }
      .ic-cart-footer .col-lg-6:last-child {
        text-align: center !important; } }
  @media only screen and (max-width: 575.98px) {
    .ic-cart-footer .d-flex.form-secondary {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .ic-cart-footer input.ic-form-control {
      margin-bottom: 10px !important; } }

.order-summury,
.cart-totals {
  background: #f8f8f8; }

/*-------------------------
  # Checkout
-------------------------*/
@media only screen and (max-width: 991.98px) {
  .ic-checkout .ic-checkout-form {
    margin-bottom: 40px; } }
.ic-checkout .ic-checkout-form p {
  margin-bottom: 40px; }
.ic-checkout .ic-checkout-form input {
  border-radius: 30px;
  border: 1px solid #ced4da;
  padding: 0 35px;
  min-height: 5rem;
  position: relative;
  margin-bottom: 30px; }
  .ic-checkout .ic-checkout-form input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #495057; }
  .ic-checkout .ic-checkout-form input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #495057; }
  .ic-checkout .ic-checkout-form input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #495057; }
  .ic-checkout .ic-checkout-form input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #495057; }
  .ic-checkout .ic-checkout-form input:focus {
    border: 1px solid #e70000; }
    .ic-checkout .ic-checkout-form input:focus::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #e70000; }
    .ic-checkout .ic-checkout-form input:focus:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #e70000; }
    .ic-checkout .ic-checkout-form input:focus::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #e70000; }
    .ic-checkout .ic-checkout-form input:focus:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #e70000; }
.ic-checkout .ic-checkout-form .ic-select-dropdown {
  width: 100%;
  border: 1px solid #ced4da;
  color: #495057;
  margin-bottom: 30px;
  padding: 0 35px; }

/*-------------------------
  # 404
-------------------------*/
.ic-error-section {
  padding: 29rem 0;
  background-image: url(../images/error.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }
  @media only screen and (max-width: 991.98px) {
    .ic-error-section {
      padding: 14rem 0; } }
  @media only screen and (max-width: 575.98px) {
    .ic-error-section {
      padding: 10rem 0; } }
  @media only screen and (max-width: 767.98px) {
    .ic-error-section img {
      width: 25rem; } }
  @media only screen and (max-width: 575.98px) {
    .ic-error-section img {
      width: 20rem; } }
  .ic-error-section h3 {
    font-size: 3.6rem;
    line-height: 3.6rem;
    margin-bottom: .5rem;
    font-weight: 900;
    text-transform: uppercase;
    color: #e70000;
    margin-top: 1rem; }
  .ic-error-section p {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2.8rem;
    margin-bottom: 3rem; }

/*-------------------------
  # Newsletter
-------------------------*/
.ic-newsletter {
  margin-bottom: -12rem;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 991.98px) {
    .ic-newsletter {
      margin-bottom: -9rem; } }
  .ic-newsletter .ic-newsletter-wrapper {
    padding: 6rem 0;
    background-image: url(../images/newsletter-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    box-shadow: 0 5px 15px 2px rgba(17, 17, 11, 0.1);
    position: relative;
    z-index: 1; }
    .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-title {
      color: #e70000;
      font-size: 3rem;
      line-height: 3.2rem;
      margin-bottom: 3rem; }
      @media only screen and (max-width: 991.98px) {
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-title {
          font-size: 2.4rem;
          line-height: 2.4rem;
          margin-bottom: 2rem; } }
    .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form {
      position: relative; }
      .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll {
        height: 6rem;
        border-radius: 3rem;
        padding: 0 7rem 0 3rem;
        margin-bottom: 0;
        border: 1px solid #e70000;
        color: #e70000;
        background: transparent; }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #e70000; }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #e70000; }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #e70000; }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #e70000; }
        @media only screen and (max-width: 767.98px) {
          .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-form-controll {
            height: 4.5rem; } }
      .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-submit {
        position: absolute;
        top: 0;
        right: 0;
        padding: 0;
        text-align: center;
        height: 6rem;
        width: 6rem;
        line-height: 6rem;
        border-radius: 100%;
        background: #e70000;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out; }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-submit i {
          font-size: 3.6rem;
          line-height: 6rem; }
          @media only screen and (max-width: 767.98px) {
            .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-submit i {
              font-size: 2.6rem;
              line-height: 4.4rem; } }
        .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-submit:hover {
          background: #F2596D; }
        @media only screen and (max-width: 767.98px) {
          .ic-newsletter .ic-newsletter-wrapper .ic-newsletter-form .ic-submit {
            height: 4.5rem;
            width: 4.5rem;
            line-height: 4.5rem; } }
    @media only screen and (max-width: 991.98px) {
      .ic-newsletter .ic-newsletter-wrapper {
        padding: 4rem 0; } }

/*-------------------------
  # Footer
-------------------------*/
.ic-footer {
  position: relative;
  overflow: hidden; }

/*------- * Footer top -------*/
.ic-footer-top {
  background: #2A2A2A;
  /*------- * Footer widget -------*/ }
  @media only screen and (max-width: 991.98px) {
    .ic-footer-top {
      padding-bottom: 90px; } }
  @media only screen and (max-width: 991.98px) {
    .ic-footer-top .ic-footer-item {
      margin-bottom: 3rem; } }
  .ic-footer-top .ic-footer-item .ic-footer-widget-title {
    font-size: 3rem;
    color: #e70000;
    letter-spacing: 1px;
    margin-bottom: 3rem; }
  .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-widget-about p {
    color: #fff;
    margin-bottom: 3.5rem; }
  .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li a {
    font-size: 1.6rem;
    line-height: 4rem;
    color: #fff;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-footer-menu li a:hover {
      color: #e70000;
      padding-left: 1rem; }
  .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item h6 {
    font-size: 1.6rem;
    color: red;
    letter-spacing: 1px;
    line-height: 2.4rem;
    margin-bottom: 0; }
  .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item p {
    color: #fff;
    line-height: 3rem; }
  .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item a {
    color: #fff; }
    .ic-footer-top .ic-footer-item .ic-footer-widget-content .ic-contact-item a:hover {
      color: #e70000; }

/*------- * Footer bottom -------*/
.ic-footer-bottom .ic-copyright-text p {
  font-weight: 500;
  margin-bottom: 20px; }
  .ic-footer-bottom .ic-copyright-text p a {
    color: #e70000; }
    .ic-footer-bottom .ic-copyright-text p a:hover {
      text-decoration: underline; }
  .ic-footer-bottom .ic-copyright-text p i {
    color: #e70000; }
@media only screen and (max-width: 575.98px) {
  .ic-footer-bottom .ic-footer-payment img {
    width: 100%; } }

/*------- * Footer style two -------*/
.ic-footer.style-two .ic-footer-top {
  padding-top: 4rem; }
  @media only screen and (max-width: 991.98px) {
    .ic-footer.style-two .ic-footer-top {
      padding-top: 17rem; } }

/*-------------------------
  # scroll to top
-------------------------*/
.ic-scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  height: 44px;
  width: 44px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear; }
  .ic-scroll-top::after {
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: '\f077';
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #e70000;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; }
  .ic-scroll-top svg.ic-scroll-top-circle {
    width: 100%;
    height: 100%; }
  .ic-scroll-top svg.ic-scroll-top-circle path {
    fill: none;
    stroke: #e70000;
    stroke-width: 4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear; }
  .ic-scroll-top.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .ic-scroll-top.full-height {
    background: #e70000; }
    .ic-scroll-top.full-height::after {
      color: #fff; }

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

.service-box {
  width: 100%;
  height: 230px;
  background: #f0f0f0;
  padding: 20px 10px;
  position: relative;}


  .service-box:after, .service-box:before {
    position: absolute;
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}

:root{ --main-color: #e70000; }
.serviceBox{
    color: var(--main-color);
    background: #fff;
    font-family: 'Raleway', sans-serif;
    text-align: center;
    padding: 50px 15px;
    border-radius: 30px 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    background: var(--main-color);
    width: 150px;
    height: 150px;
    box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.15);
    transform: rotate(45deg);
    position: absolute;
    top: -85px;
    left: -85px;
}
.serviceBox:after{
    top: auto;
    bottom: -85px;
    left: auto;
    right: -85px;
    box-shadow: -5px -5px 5px 0px rgba(0,0,0,0.15);
}
.serviceBox .service-icon{
    color: var(--main-color);
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 15px;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #888;
    font-size: 15px;
    line-height: 25px;
    margin: 0 0 15px;
}
.serviceBox.red{ --main-color: #e70000; }
.serviceBox.yellow{ --main-color: #F3B202; }
.serviceBox.grey{ --main-color: #2F5560; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}
