/*

Template: Flexor - E-commerce HTML5 Template
Version: 1.0.0
Author: potenzaglobalsolutions
Design and Developed by: potenzaglobalsolutions.com

NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.

*/
/*================================================
[  Table of contents  ]
================================================

 :: Typography
 :: Helper Classes
 :: Shortcodes
    - Accordion
    - Button
    - Countdown
    - Category
    - Counter
    - Datetimepicker
    - Feature info
    - List
    - Owl carousel
    - Range slider
    - Select Dropdown
    - Tab style
    - Team
    - Testimonial
    - Service
 :: Header
   - Header Style 01
   - Header Style 02
   - Header Style 03
   - Header Style 04
   - Header Style 05
 :: Banner
   - Banner 01
   - Banner 02
   - Banner 03
   - Banner 04
   - Banner 05
   - Banner 06
   - Banner 07
   - Banner 08
   - Banner 09
   - Banner 10
   - Banner 11
 :: Layout
   - Section Title
   - Client Logo
   - Back To Top
   - Typography
 :: Blog
   - Blog Post Style 01
   - Blog Post Style 02
 :: Shop
   - Shop
   - Sidebar
 :: Not Found
 :: Footer

======================================
[ End table content ]
======================================*/
/*****************************
  Typography
*****************************/
body {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  overflow-x: hidden; }

a {
  outline: medium none !important;
  color: #fe6c61;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  a:focus {
    color: #333333;
    text-decoration: none !important; }
  a:hover {
    color: #333333;
    text-decoration: none !important; }

input {
  outline: medium none !important;
  color: #fe6c61; }

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  font-family: "Heebo", sans-serif;
  font-weight: 400;
  color: #333333;
  margin-top: 0px; }
  .h1 a,
  h1 a,
  .h2 a,
  h2 a,
  .h3 a,
  h3 a,
  .h4 a,
  h4 a,
  .h5 a,
  h5 a,
  .h6 a,
  h6 a {
    color: inherit; }

label {
  font-weight: normal; }

.h1,
h1 {
  font-size: 42px;
  line-height: 1; }

.h2,
h2 {
  font-size: 36px;
  line-height: 46px; }

.h3,
h3 {
  font-size: 32px;
  line-height: 42px; }

.h4,
h4 {
  font-size: 28px;
  line-height: 38px; }

.h5,
h5 {
  font-size: 24px;
  line-height: 34px; }

.h6,
h6 {
  font-size: 18px;
  line-height: 28px; }

.lead {
  font-size: 16px; }

small,
.small {
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1px; }

*::-moz-selection {
  background: #fe6c61;
  color: #ffffff;
  text-shadow: none; }

::-moz-selection {
  background: #fe6c61;
  color: #ffffff;
  text-shadow: none; }

::selection {
  background: #fe6c61;
  color: #ffffff;
  text-shadow: none; }

/* Flaticon */
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin-left: 0;
  font-size: inherit; }

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .h1,
  h1 {
    font-size: 42px;
    line-height: 52px; }
  .h2,
  h2 {
    font-size: 34px;
    line-height: 44px; }
  .h3,
  h3 {
    font-size: 32px;
    line-height: 42px; }
  .h4,
  h4 {
    font-size: 24px;
    line-height: 34px; }
  .h5,
  h5 {
    font-size: 22px;
    line-height: 32px; } }

@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
    line-height: 42px; }
  .h2,
  h2 {
    font-size: 28px;
    line-height: 38px; }
  .h3,
  h3 {
    font-size: 26px;
    line-height: 36px; }
  .h4,
  h4 {
    font-size: 22px;
    line-height: 32px; }
  .h5,
  h5 {
    font-size: 20px;
    line-height: 30px; }
  .h6,
  h6 {
    font-size: 16px;
    line-height: 26px; }
  .inner-header .breadcrumb-title {
    padding: 60px 0; } }

@media (max-width: 575px) {
  .h1,
  h1 {
    font-size: 30px;
    line-height: 40px; }
  .h2,
  h2 {
    font-size: 26px;
    line-height: 36px; }
  .h3,
  h3 {
    font-size: 24px;
    line-height: 34px; } }

/*****************************
  Helper Classes
*****************************/
/* Color */
.text-primary {
  color: #fe6c61 !important; }

.text-white {
  color: #ffffff; }

.text-gray {
  color: #666666 !important; }

.text-dark {
  color: #333333 !important; }

.text-light {
  color: #999999 !important; }

.text-light-gray {
  color: #cccccc !important; }

.text-muted {
  color: #f5f5f5 !important; }

.text-body {
  color: #999999 !important; }

/* Letter Spacing */
.letter-spacing {
  letter-spacing: 1px; }

/* Background */
.bg-primary {
  background-color: #fe6c61 !important; }

.bg-dark {
  background-color: #333333 !important; }

.bg-dark-1 {
  background-color: #111111 !important; }

.bg-gray {
  background-color: #666666 !important; }

.bg-light {
  background-color: #f5f5f5 !important; }

.bg-black {
  background-color: #000000 !important; }

/* Border */
.border-primary {
  border-color: #fe6c61 !important; }

.border-dark {
  border-color: #333333 !important; }

.border-gray {
  border-color: #666666 !important; }

.border-white {
  border-color: #ffffff !important; }

/* Page section padding */
.space-ptb {
  padding: 110px 0; }

.space-pt {
  padding-top: 110px; }

.space-pb {
  padding-bottom: 110px; }

.space-sm-ptb {
  padding: 60px 0; }

.space-sm-pt {
  padding-top: 60px; }

.space-sm-pb {
  padding-bottom: 60px; }

.mt-n6 {
  margin-top: -5rem !important; }

.mt-n7 {
  margin-top: -7rem !important; }

.h-500 {
  height: 500px; }

/* font size */
.font-sm {
  font-size: 13px !important; }

.font-md {
  font-size: 15px !important; }

.font-lg {
  font-size: 17px !important; }

.line-height-1 {
  line-height: 1; }

.line-height-2 {
  line-height: 2; }

/* box shadow */
.shadow {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06) !important;
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06) !important; }

/* Img Holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%; }

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-10:before {
    background: rgba(0, 0, 0, 0.1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-20 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-20:before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-30 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-30:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.bg-overlay-black-40 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-40:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-50 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-50:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-60 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-60:before {
    background: rgba(0, 0, 0, 0.6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-70 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-70:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-80 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-80:before {
    background: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

.bg-overlay-black-90 {
  position: relative;
  z-index: 1; }
  .bg-overlay-black-90:before {
    background: rgba(0, 0, 0, 0.9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0; }

/* Avatar */
.avatar {
  min-width: 50px;
  width: 50px;
  display: inline-block; }

.avatar.avatar-sm {
  min-width: 20px;
  width: 20px; }

.avatar.avatar-md {
  min-width: 60px;
  width: 60px; }

.avatar.avatar-lg {
  min-width: 90px;
  width: 90px; }

/* Border width */
.border {
  border-color: #f5f5f5 !important; }

.border-top {
  border-color: #f5f5f5 !important; }

.border-1 {
  border-width: 1px !important; }

.border-2 {
  border-width: 2px !important; }

.border-3 {
  border-width: 3px !important; }

.border-4 {
  border-width: 4px !important; }

.border-5 {
  border-width: 5px !important; }

/* Z index */
.z-index-1 {
  z-index: 1; }

.z-index-9 {
  z-index: 9; }

.z-index-99 {
  z-index: 99; }

.z-index-999 {
  z-index: 999; }

/* Opacity */
.opacity-1 {
  opacity: 0.1; }

.opacity-2 {
  opacity: 0.2; }

.opacity-3 {
  opacity: 0.3; }

.opacity-4 {
  opacity: 0.4; }

.opacity-5 {
  opacity: 0.5; }

.opacity-6 {
  opacity: 0.6; }

.opacity-7 {
  opacity: 0.7; }

.opacity-8 {
  opacity: 0.8; }

.opacity-9 {
  opacity: 0.9; }

/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 70px 0; }
  .space-pt {
    padding-top: 70px; }
  .space-pb {
    padding-bottom: 70px; } }

@media (max-width: 991px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 60px 0; }
  .space-pt {
    padding-top: 60px; }
  .space-pb {
    padding-bottom: 60px; }
  /* Half Overlay */
  .half-overlay:before {
    content: none; }
  /* Border */
  .border-lg-none {
    border: none !important; } }

@media (max-width: 767px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 50px 0; }
  .space-pt {
    padding-top: 50px; }
  .space-pb {
    padding-bottom: 50px; }
  .space-sm-pt {
    padding-top: 50px; }
  .space-sm-pb {
    padding-bottom: 50px; }
  .space-sm-ptb {
    padding: 50px 0; }
  .container {
    max-width: 100%; }
  /* Border */
  .border-md-none {
    border: none !important; }
  .mt-n6 {
    margin-top: -3rem !important; }
  .mt-n7 {
    margin-top: -5rem !important; } }

@media (max-width: 575px) {
  /* Page Section Padding */
  .space-ptb {
    padding: 40px 0; }
  .space-pt {
    padding-top: 40px; }
  .space-pb {
    padding-bottom: 40px; }
  .space-sm-pt {
    padding-top: 40px; }
  .space-sm-pb {
    padding-bottom: 40px; }
  .space-sm-ptb {
    padding: 40px 0; }
  /* Border */
  .border-sm-none {
    border: none !important; }
  .mt-n6 {
    margin-top: -2rem !important; }
  .mt-n7 {
    margin-top: -3rem !important; } }

/*****************************
  Button
*****************************/
button {
  outline: medium none !important;
  color: #fe6c61; }

/* Btn */
.btn {
  display: inline-block;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 1.8px;
  padding: 15px 30px;
  font-weight: 700;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase; }
  .btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #333333; }
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }
  .btn:active {
    -webkit-box-shadow: none;
            box-shadow: none;
    outline: none;
    color: #ffffff; }

.show > .btn.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #ffffff; }

.btn-primary {
  background-color: #fe6c61;
  border-color: #fe6c61; }
  .btn-primary:hover {
    background-color: #000000;
    border-color: #000000; }
  .btn-primary:focus {
    background-color: #000000;
    border-color: #000000; }
  .btn-primary:not(:disabled):not(.disabled).active {
    background-color: #000000;
    border-color: #000000; }
  .btn-primary:not(:disabled):not(.disabled):active {
    background-color: #000000;
    border-color: #000000; }

.btn-primary.focus {
  background-color: #000000;
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none; }

.show > .btn-primary.dropdown-toggle {
  background-color: #000000;
  border-color: #000000; }

.btn-dark {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000; }
  .btn-dark:hover {
    background-color: #fe6c61;
    border-color: #fe6c61; }
  .btn-dark:focus {
    background-color: #fe6c61;
    border-color: #fe6c61; }
  .btn-dark:not(:disabled):not(.disabled).active {
    background-color: #fe6c61;
    border-color: #fe6c61; }
  .btn-dark:not(:disabled):not(.disabled):active {
    background-color: #fe6c61;
    border-color: #fe6c61; }

.btn-dark.focus {
  background-color: #fe6c61;
  border-color: #fe6c61; }

.show > .btn-dark.dropdown-toggle {
  background-color: #fe6c61;
  border-color: #fe6c61; }

.btn-light {
  background: #ffffff;
  border-color: #ffffff;
  color: #999999; }
  .btn-light:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff; }
  .btn-light:active {
    color: #999999; }
  .btn-light:focus {
    color: #999999; }

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
  color: #ffffff; }

.btn:not(:disabled):not(.disabled).active:focus {
  color: #ffffff; }

.btn + .btn {
  margin-left: 3px; }

/* Link */
.btn-link {
  color: #fe6c61;
  padding: 0; }
  .btn-link:hover {
    color: #333333;
    text-decoration: none;
    outline: none; }
  .btn-link:focus {
    color: #333333;
    text-decoration: none;
    outline: none; }

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
  color: #333333; }

a.text-dark {
  color: #fe6c61 !important; }

a.text-dark:focus,
a.text-dark:hover {
  color: #fe6c61 !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

/* Button Size */
.btn.btn-sm {
  padding: 10px 45px;
  font-size: 9px;
  line-height: 18px; }

.btn.btn-md {
  padding: 15px 65px;
  line-height: 16px;
  font-size: 10px; }

.btn.btn-lg {
  padding: 16px 75px;
  font-size: 11px;
  line-height: 24px; }

.btn.btn-xl {
  padding: 18px 85px;
  font-size: 12px;
  line-height: 24px; }

/* Button Outline */
.btn-outline-light {
  background-color: #ffffff;
  color: #999999;
  border-color: #999999; }
  .btn-outline-light:hover {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }
  .btn-outline-light:not(:disabled):not(.disabled).active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }
  .btn-outline-light:not(:disabled):not(.disabled):active {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000; }

.show > .btn-outline-light.dropdown-toggle {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000; }

.btn-outline-light.btn:focus {
  color: #999999; }

.btn-outline-light.btn:not(:disabled):not(.disabled):active:focus {
  color: #ffffff; }

/* Animation Button */
.icon-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000; }

.icon-btn {
  opacity: 1; }

.icon-btn.btn-animation {
  opacity: 1; }

.icon-btn-all-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.btn-animation:before {
  content: "";
  position: absolute;
  z-index: -9;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite; }

.video-btn.btn-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

/* keyframes */
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@-webkit-keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

@keyframes sonarWave {
  from {
    opacity: 0.4; }
  to {
    -webkit-transform: scale(3);
            transform: scale(3);
    opacity: 0; } }

/*****************************
  Responsive
*****************************/
@media (max-width: 767px) {
  .btn.btn-md {
    padding: 15px 40px; } }

@media (max-width: 575px) {
  .btn.btn-md {
    padding: 10px 20px; } }

/*****************************
  Shortcodes
*****************************/
/*****************************
  Accordion
*****************************/
.card {
  border: none;
  margin-bottom: 10px; }
  .card:last-child {
    margin-bottom: 0; }

.card-header {
  background: none;
  padding: 0;
  border-bottom: none; }

.accordion > .card .card-header {
  margin-bottom: 0; }
  .accordion > .card .card-header .btn {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
    padding: 11px 45px 11px 26px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    text-transform: capitalize; }
    .accordion > .card .card-header .btn:after {
      font-family: "Font Awesome 5 Free";
      position: absolute;
      top: 12px;
      right: 25px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      font-weight: 600; }
  .accordion > .card .card-header .btn.collapsed {
    background: none;
    color: #333333; }

.card-body {
  padding: 20px 26px; }

/* Accordion 1 */
.accordion-style-1 > .card .card-header .btn {
  text-transform: capitalize;
  padding: 8px 0px 8px 28px;
  line-height: 26px;
  letter-spacing: 0.4px; }

.accordion-style-1 > .card .card-header .payment-methods .custom-control-label:before {
  top: 15px; }

.accordion-style-1 > .card .card-header .payment-methods .custom-control-label:after {
  top: 15px; }

/* Accordion 2 */
.accordion-style-2 > .card {
  border-radius: inherit;
  border: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5 !important;
  margin-bottom: 20px; }
  .accordion-style-2 > .card .card-header .btn {
    background: #000000;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0px; }
    .accordion-style-2 > .card .card-header .btn:after {
      content: "\f077"; }
  .accordion-style-2 > .card .card-header .btn.collapsed {
    color: #999999; }
    .accordion-style-2 > .card .card-header .btn.collapsed:after {
      content: "\f078"; }
  .accordion-style-2 > .card:last-child {
    margin-bottom: 0; }

/*****************************
  Responsive
*****************************/
@media (max-width: 575px) {
  .accordion > .card .card-header .btn {
    font-size: 14px;
    line-height: 22px;
    padding: 10px 40px 10px 25px; } }

/*****************************
  List
*****************************/
ul.list {
  padding: 0;
  margin: 0; }
  ul.list li {
    list-style: none;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    ul.list li i {
      margin-right: 10px;
      color: #333333;
      line-height: 24px; }
    ul.list li:last-child {
      margin-bottom: 0; }

ul.list-default {
  padding: 0;
  margin: 0; }
  ul.list-default li {
    margin-left: 18px;
    margin-bottom: 5px; }
    ul.list-default li:last-child {
      margin-bottom: 0; }

ol.list {
  padding: 0;
  margin: 0; }
  ol.list li {
    margin-left: 18px;
    margin-bottom: 5px; }
    ol.list li:last-child {
      margin-bottom: 0; }

/*****************************
  Feature Info
*****************************/
/* Feature Info */
.feature-info .feature-info-icon {
  margin-bottom: 20px; }
  .feature-info .feature-info-icon i {
    color: #333333;
    font-size: 48px;
    line-height: 1; }

.feature-info .feature-info-content .feature-info-title {
  font-size: 16px;
  margin-bottom: 5px; }

/* Feature Info Style 02 */
.feature-info-style-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .feature-info-style-02 h6 {
    margin-bottom: 0;
    font-weight: 500; }
  .feature-info-style-02 i {
    color: #fe6c61;
    font-size: 30px;
    margin-right: 20px; }

/* Feature Info Style 03 */
.feature-info-style-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px; }
  .feature-info-style-03 .feature-info-icon {
    margin-right: 15px; }
    .feature-info-style-03 .feature-info-icon i {
      color: #333333;
      font-size: 18px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: 1px solid #000000;
      border-radius: 100px; }

/* Feature Step */
.feature-step .feature-step-img {
  position: relative;
  padding: 0 100px; }
  .feature-step .feature-step-img .info-number span {
    font-size: 80px;
    font-weight: 700;
    position: absolute;
    top: 100px;
    left: 0;
    width: 150px;
    height: 150px;
    line-height: 150px;
    background: #ffffff;
    text-align: center; }
  .feature-step .feature-step-img .right-number span {
    right: 0;
    left: inherit; }

/* Feature Categories */
.feature-categories {
  border: 1px solid #f5f5f5;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  margin-bottom: 16px; }
  .feature-categories .feature-icon {
    margin-bottom: 10px; }
    .feature-categories .feature-icon i {
      color: #333333;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .feature-categories .feature-content .category-name {
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-bottom: 0; }
  .feature-categories .category-count span {
    color: #333333;
    position: absolute;
    bottom: -12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    text-align: center;
    padding: 5px;
    background: #ffffff;
    border: 1px solid #f5f5f5;
    font-size: 12px;
    line-height: 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .feature-categories .category-count:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 1px;
    background: #ffffff;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .feature-categories:hover {
    border: 1px solid #fe6c61; }
    .feature-categories:hover .feature-icon i {
      color: #fe6c61; }
    .feature-categories:hover .feature-content .category-name {
      color: #fe6c61; }
    .feature-categories:hover .category-count span {
      border: 1px solid #fe6c61;
      color: #fe6c61; }

/* Feature Categories Style-2 */
.feature-categories-style-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left; }
  .feature-categories-style-2 .feature-icon {
    margin-right: 10px; }
    .feature-categories-style-2 .feature-icon i {
      color: #999999; }
  .feature-categories-style-2 .feature-content .category-name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .feature-categories-style-2 .feature-content .category-count {
    color: #999999;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .feature-categories-style-2:hover .category-name {
    color: #fe6c61; }

/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {
  .feature-step .feature-step-img {
    padding: 0 40px; }
    .feature-step .feature-step-img .info-number span {
      width: 100px;
      height: 100px;
      line-height: 100px;
      font-size: 50px; } }

@media (max-width: 991px) {
  .feature-step .feature-step-img {
    padding: 0 0 0 40px; }
  .feature-step-img.feature-right {
    padding: 0 40px 0 0; } }

@media (max-width: 575px) {
  .feature-step .feature-step-img {
    padding: 0 0 0 20px; }
    .feature-step .feature-step-img .info-number span {
      width: 60px;
      height: 60px;
      line-height: 60px;
      font-size: 30px; }
  .feature-step-img.feature-right {
    padding: 0 20px 0 0; } }

/*****************************
Team
*****************************/
.team {
  margin-bottom: 20px;
  text-align: center; }
  .team .team-img {
    position: relative;
    overflow: hidden; }
    .team .team-img img {
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .team .team-img:before {
      content: "";
      background: rgba(255, 255, 255, 0.8);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: 9; }
    .team .team-img .social-icon {
      position: absolute;
      top: 30%;
      left: 50%;
      opacity: 0;
      margin: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      z-index: 999; }
      .team .team-img .social-icon ul li {
        margin-right: 10px; }
  .team .team-info {
    padding: 15px; }
    .team .team-info .team-title {
      margin-bottom: 5px; }
    .team .team-info .team-designation {
      color: #fe6c61; }
  .team:hover .team-img img {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .team:hover .team-img:before {
    opacity: 1; }
  .team:hover .team-img .social-icon {
    opacity: 1;
    top: 50%; }

.owl-carousel .team {
  margin-bottom: 0px; }

/*****************************
	Testimonial
*****************************/
.testimonial .testimonial-item .testimonial-content {
  font-style: italic;
  margin-bottom: 40px; }
  .testimonial .testimonial-item .testimonial-content h5 {
    text-decoration: underline; }

.testimonial .star-rating ul li {
  display: inline-block;
  font-size: 14px;
  color: #000000; }

.testimonial .quote-icon {
  font-size: 60px;
  line-height: 60px;
  color: rgba(153, 153, 153, 0.2); }

.testimonial .testimonial-author {
  margin-bottom: 20px; }
  .testimonial .testimonial-author span {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }

/*****************************
  Counter
*****************************/
.counter {
  text-align: center; }
  .counter .counter-number {
    margin-top: 20px; }
    .counter .counter-number .timer {
      font-size: 36px;
      line-height: 1;
      font-weight: 700;
      color: #333333; }
  .counter .counter-icon i {
    font-size: 54px;
    line-height: 1;
    color: #fe6c61; }

@media (max-width: 767px) {
  .counter .counter-icon i {
    font-size: 40px; }
  .counter .counter-number .timer {
    font-size: 30px; } }

/*****************************
  Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: center;
  margin: 0 20px; }
  .countdown span {
    font-size: 70px;
    line-height: 1;
    color: #fe6c61;
    font-weight: 700; }
  .countdown p {
    font-size: 18px;
    text-transform: capitalize; }

@media (max-width: 767px) {
  .countdown span {
    font-size: 50px; } }

@media (max-width: 575px) {
  .countdown {
    margin: 0 10px; }
  .countdown span {
    font-size: 30px; }
  .countdown p {
    font-size: 14px; } }

/*****************************
  Category
*****************************/
/* Category Style-01 */
.category-style-01 {
  margin-bottom: 30px; }
  .category-style-01 .category-img {
    position: relative; }
    .category-style-01 .category-img .category-tag {
      position: absolute;
      bottom: -1px;
      left: 0;
      background: #ffffff;
      min-width: 260px;
      text-align: center;
      padding: 22px; }
      .category-style-01 .category-img .category-tag a:hover {
        color: #fe6c61; }

/* Category Style-02 */
.category-style-02 .category-img {
  position: relative; }
  .category-style-02 .category-img .category-info {
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 35px 40px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

/*****************************
 Responsive
*****************************/
@media (max-width: 1366px) {
  .category-style-01 .category-img .category-tag {
    min-width: 180px;
    padding: 15px; } }

@media (max-width: 991px) {
  .category-style-02 .category-img .category-info {
    padding: 20px 25px; }
    .category-style-02 .category-img .category-info h4 {
      font-size: 20px;
      line-height: 30px; } }

@media (max-width: 767px) {
  .category-style-01 .category-img .category-tag {
    min-width: 160px;
    padding: 10px; } }

@media (max-width: 575px) {
  .category-style-02 .category-img .category-info {
    padding: 10px 15px; }
    .category-style-02 .category-img .category-info h4 {
      font-size: 16px;
      line-height: 22px; } }

/*****************************
	Tab style
*****************************/
/* Tab */
.nav-tabs .nav-link {
  color: #999999;
  padding: 0 30px 15px;
  font-size: 16px;
  border: none;
  border-bottom: 3px solid transparent; }
  .nav-tabs .nav-link:focus {
    border-bottom-color: #fe6c61; }
  .nav-tabs .nav-link:hover {
    border-bottom-color: #fe6c61; }

.nav-tabs .nav-item.show .nav-link {
  color: #fe6c61;
  border-bottom-color: #fe6c61; }

.nav-tabs .nav-link.active {
  color: #fe6c61;
  border-bottom-color: #fe6c61; }

/* Tab */
.nav-tabs.nav-tabs-style-02 .nav-link {
  color: #999999;
  padding: 15px 30px 15px;
  font-size: 16px;
  border: none;
  border: 1px solid #f5f5f5;
  border-right: none;
  border-radius: inherit; }
  .nav-tabs.nav-tabs-style-02 .nav-link:focus {
    color: #ffffff;
    border-color: #000000;
    background: #000000; }
  .nav-tabs.nav-tabs-style-02 .nav-link:hover {
    color: #ffffff;
    border-color: #000000;
    background: #000000; }

.nav-tabs.nav-tabs-style-02 .nav-item.show .nav-link {
  color: #fe6c61;
  border-color: #000000; }

.nav-tabs.nav-tabs-style-02 .nav-link.active {
  color: #ffffff;
  border-color: #000000;
  background: #000000; }

.nav-tabs.nav-tabs-style-02 .nav-item:last-child a {
  border-right: 1px solid #f5f5f5; }

/* Vertical  Pills Tab */
.tab-position-right .nav-pills-ver {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 70px; }
  .tab-position-right .nav-pills-ver .nav-pills {
    min-width: 160px; }
    .tab-position-right .nav-pills-ver .nav-pills .nav-link {
      color: #999999;
      font-size: 12px;
      line-height: 1.6;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 10px;
      margin-bottom: 5px;
      text-transform: uppercase; }
      .tab-position-right .nav-pills-ver .nav-pills .nav-link:before {
        content: "";
        border-top: 1px solid #999999;
        display: inline-block;
        width: 0px;
        margin-top: 8px;
        position: absolute;
        left: 15px;
        opacity: 0;
        -webkit-transition: all 0.6s ease-in-out;
        transition: all 0.6s ease-in-out; }
    .tab-position-right .nav-pills-ver .nav-pills .nav-link.active {
      color: #333333;
      background: inherit; }
      .tab-position-right .nav-pills-ver .nav-pills .nav-link.active:before {
        opacity: 1;
        width: calc(100% - 200px); }
    .tab-position-right .nav-pills-ver .nav-pills .show > .nav-link {
      background-color: #fe6c61; }

/* Tab Position Left */
.tab-position-left .nav-pills-ver {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .tab-position-left .nav-pills-ver .nav-pills {
    max-width: 160px; }
    .tab-position-left .nav-pills-ver .nav-pills .nav-link {
      text-align: right; }
      .tab-position-left .nav-pills-ver .nav-pills .nav-link:before {
        right: 15px;
        left: inherit; }

/* Information */
.nav-pills-ver.nav-pills-ver-style-03 {
  margin-right: -1px; }
  .nav-pills-ver.nav-pills-ver-style-03 .nav-pills .nav-link {
    padding: 15px 20px;
    border: 1px solid #f5f5f5;
    border-radius: inherit;
    border-bottom: inherit;
    color: #333333; }
    .nav-pills-ver.nav-pills-ver-style-03 .nav-pills .nav-link:last-child {
      border-bottom: 1px solid #f5f5f5; }
  .nav-pills-ver.nav-pills-ver-style-03 .nav-pills .nav-link.active {
    background: #000000;
    color: #ffffff; }

/*****************************
  Responsive
*****************************/
@media (max-width: 575px) {
  .nav-pills-ver {
    margin-top: 0 !important;
    margin-bottom: 20px;
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
    .nav-pills-ver .flex-column.nav-pills {
      -webkit-box-orient: inherit !important;
      -webkit-box-direction: inherit !important;
          -ms-flex-direction: inherit !important;
              flex-direction: inherit !important;
      max-width: inherit; }
      .nav-pills-ver .flex-column.nav-pills .nav-link {
        padding: 10px; }
      .nav-pills-ver .flex-column.nav-pills .nav-link.active:before {
        display: none; }
  .nav-pills-ver.nav-pills-ver-style-03 .flex-column.nav-pills {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .nav-tabs.nav-tabs-style-02 .nav-link {
    padding: 10px 10px 10px;
    font-size: 14px; } }

/*****************************
	Owl Carousel
*****************************/
.owl-carousel .owl-item img {
  width: auto;
  display: inherit; }

.owl-carousel .owl-nav {
  cursor: pointer;
  z-index: 999;
  width: 100%; }
  .owl-carousel .owl-nav button.owl-prev {
    font-size: 16px;
    width: 26px;
    height: 26px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999999;
    border: 0px solid #f5f5f5;
    text-align: center;
    position: absolute;
    overflow: hidden;
    left: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .owl-carousel .owl-nav button.owl-prev:hover {
      color: #fe6c61; }
  .owl-carousel .owl-nav button.owl-next {
    font-size: 16px;
    width: 26px;
    height: 26px;
    padding: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #999999;
    border: 0px solid #f5f5f5;
    text-align: center;
    position: absolute;
    overflow: hidden;
    right: -80px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .owl-carousel .owl-nav button.owl-next:hover {
      color: #fe6c61; }

.owl-carousel .owl-controls .owl-dot {
  margin: 0;
  display: inline-block; }

.owl-carousel .owl-dots {
  display: inline-block;
  margin-top: 10px;
  text-indent: inherit;
  width: 100%;
  cursor: pointer; }
  .owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 4px;
    text-align: center;
    opacity: 1;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-radius: 100px;
    border: 2px solid #333333; }
  .owl-carousel .owl-dots .owl-dot.active span {
    background-color: #fe6c61;
    border: 2px solid #fe6c61; }

.owl-carousel .owl-dot {
  display: inline-block;
  margin: 0px 4px 0; }

/* Arrow Both Left Bottom */
.owl-carousel.arrow-both-left-bottom .owl-nav button.owl-prev {
  left: 0;
  top: inherit;
  bottom: 25px;
  -webkit-transform: inherit;
          transform: inherit; }

.owl-carousel.arrow-both-left-bottom .owl-nav button.owl-next {
  left: 40px;
  right: inherit;
  top: inherit;
  bottom: 25px;
  -webkit-transform: inherit;
          transform: inherit; }

/* Owl Dots Alignment */
.owl-carousel.owl-nav-bottom-left .owl-dots {
  text-align: left; }

.owl-carousel.owl-nav-bottom-center .owl-dots {
  text-align: center; }

.owl-carousel.owl-nav-bottom-right .owl-dots {
  text-align: right; }

/*****************************
  Responsive
*****************************/
@media (max-width: 767px) {
  .owl-carousel .owl-nav button.owl-next {
    right: -30px; }
  .owl-carousel .owl-nav button.owl-prev {
    left: -30px; }
  .testimonial .testimonial-item .testimonial-content {
    margin-bottom: 20px; } }

@media (max-width: 575px) {
  .testimonial .testimonial-item .testimonial-content {
    margin-bottom: 20px; }
    .testimonial .testimonial-item .testimonial-content h5 {
      font-size: 16px;
      line-height: 26px; }
  .owl-carousel.arrow-both-left-bottom .owl-nav button.owl-next {
    bottom: 10px; }
  .owl-carousel.arrow-both-left-bottom .owl-nav button.owl-prev {
    bottom: 10px; } }

/*****************************
  Datetimepicker
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #fe6c61; }

.bootstrap-datetimepicker-widget table td:hover {
  background-color: none; }

.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px; }

.bootstrap-datetimepicker-widget table th {
  font-size: 14px; }

.bootstrap-datetimepicker-widget table span.active {
  background: #fe6c61; }

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem; }

.input-group > .custom-select:not(:last-child) {
  border-radius: 3px; }

.input-group > .form-control:not(:last-child) {
  border-radius: 3px; }

.input-group-append {
  margin-left: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 3;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }

.input-group-text {
  background: none;
  padding: 0;
  border: none; }

/*****************************
	Select Dropdown
*****************************/
.select2-container {
  width: 100% !important; }
  .select2-container .select2-selection--single {
    height: auto;
    outline: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      padding-left: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #999999;
    line-height: inherit; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding: 8px 15px; }

.bigdrop {
  min-width: 196px !important; }

.select2-results__options {
  padding: 8px 2px; }

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: none; }
  .select2-container--default .select2-selection--single .select2-selection__arrow:before {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 700;
    color: #fe6c61;
    font-size: 14px; }

.select2-container--default .select2-search--dropdown {
  padding: 0; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #f5f5f5; }

.select2-container--default .select2-results__option {
  padding: 8px 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f5f5f5; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(254, 108, 97, 0.1);
  color: #fe6c61; }

.select2-dropdown {
  border: none;
  border-radius: 0px;
  z-index: 9; }

.select-border .select2-container--default .select2-selection--single {
  border: 1px solid #f5f5f5;
  height: 55px;
  line-height: 26px;
  padding: 14px 20px; }
  .select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 16px;
    right: 20px; }

.select2-container--default .select2-results > .select2-results__options {
  border: none; }

.select2-container--open .select2-dropdown {
  background: #f5f5f5;
  padding: 15px;
  border: 1px solid #f5f5f5; }

.select2-search--dropdown .select2-search__field {
  border: 1px solid #f5f5f5;
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04); }

/*****************************
	Range Slider
*****************************/
.irs--flat .irs-line {
  height: 6px; }

.irs--flat .irs-bar {
  background: #fe6c61;
  height: 6px; }

.irs--flat .irs-from {
  background: transparent;
  color: #fe6c61;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-from:before {
    display: none; }

.irs--flat .irs-to {
  background: transparent;
  color: #fe6c61;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-to:before {
    display: none; }

.irs--flat .irs-single {
  background: transparent;
  color: #fe6c61;
  font-size: 13px;
  font-weight: 600; }
  .irs--flat .irs-single:before {
    display: none; }

.irs--flat .irs-handle > i:first-child {
  background: #ffffff;
  background: #ffffff;
  width: 12px;
  width: 12px;
  height: 12px;
  height: 12px;
  border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fe6c61;
  border: 2px solid #fe6c61;
  cursor: pointer;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.irs--flat .irs-handle:hover > i:first-child {
  background: #fe6c61; }

.irs--flat .irs-handle.state_hover > i:first-child {
  background: #fe6c61; }

/*****************************
  Header
*****************************/
/* Header Style 01 */
/* Topbar */
.header {
  z-index: 999;
  position: relative; }
  .header .topbar {
    padding: 10px 0; }
    .header .topbar .dropdown a {
      font-size: 10px;
      line-height: 1;
      cursor: pointer;
      color: #666666; }
      .header .topbar .dropdown a:hover {
        color: #fe6c61; }
    .header .topbar .dropdown .dropdown-menu {
      border-radius: inherit;
      padding: 10px;
      border-color: #f5f5f5; }
      .header .topbar .dropdown .dropdown-menu a {
        padding: 10px 5px; }
  .header .navbar .navbar-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .header .navbar .navbar-nav li > a {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 3px 0px;
      color: #333333;
      text-transform: capitalize;
      font-size: 14px; }
      .header .navbar .navbar-nav li > a:hover {
        color: #fe6c61; }
      .header .navbar .navbar-nav li > a i {
        margin-left: 5px;
        font-size: 10px; }
    .header .navbar .navbar-nav .nav-link {
      font-weight: 700;
      font-size: 12px;
      padding: 12px 8px 12px 0;
      color: #333333;
      text-transform: uppercase;
      position: relative;
      left: 0;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .header .navbar .navbar-nav .nav-link:hover {
        color: #fe6c61; }
      .header .navbar .navbar-nav .nav-link i {
        font-weight: bold; }
      .header .navbar .navbar-nav .nav-link:hover {
        color: #fe6c61; }
  .header .navbar .nav-item {
    margin-right: 20px; }
    .header .navbar .nav-item:last-child {
      margin-right: 0px; }
  .header .navbar .nav-item.megamenu-nav-area {
    position: inherit; }
  .header .navbar .nav-item.active .nav-link {
    color: #fe6c61; }
  .header .navbar-brand {
    padding: 10px 0px;
    margin-right: 0;
    color: #ffffff;
    text-align: left;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
    -webkit-transition: none;
    transition: none; }
    .header .navbar-brand img {
      height: 33px; }

/* Header Sticky */
.header.is-sticky {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  padding: 0px; }
  .header.is-sticky .topbar {
    display: none; }
  .header.is-sticky .navbar .navbar-brand {
    padding: 12px 0px; }
    .header.is-sticky .navbar .navbar-brand img {
      height: 30px; }

/* Mega Menu */
.megamenu {
  padding: 20px 20px;
  width: 100%;
  border-radius: 0px; }
  .megamenu > div > li > ul {
    padding: 0;
    margin: 0; }
    .megamenu > div > li > ul > li {
      list-style: none; }
      .megamenu > div > li > ul > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: normal;
        line-height: 1.428571429;
        color: #333333;
        white-space: normal; }
        .megamenu > div > li > ul > li > a:hover {
          text-decoration: none;
          color: #333333;
          background-color: #f5f5f5; }
        .megamenu > div > li > ul > li > a:focus {
          text-decoration: none;
          color: #333333;
          background-color: #f5f5f5; }

.megamenu.disabled > a:hover {
  color: #f5f5f5;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.megamenu.disabled > a:focus {
  color: #f5f5f5;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed; }

.header .megamenu .dropdown-item {
  padding: 0px; }

.header li > .dropdown-item:focus {
  color: #fe6c61;
  background: none; }

.header li > .dropdown-item:hover {
  color: #fe6c61;
  background: none; }

.header .dropdown-item.active {
  background: none; }

.header .dropdown-item:active {
  background: none; }

.header .dropdown-item:focus {
  background: none; }

.header .dropdown-item:hover {
  background: none; }

.header .dropdown-toggle::after {
  content: none; }

.header .navbar-collapse {
  -webkit-box-align: inherit;
      -ms-flex-align: inherit;
          align-items: inherit; }

.header .navbar .dropdown-menu {
  padding: 0px 0px 15px 0px;
  z-index: 9999;
  border: none; }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 180px; }
  .header .navbar .dropdown-menu li a i {
    margin-left: auto;
    margin-right: 20px; }

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 13px;
  padding: 0px;
  color: #333333;
  position: relative;
  letter-spacing: 1px; }
  .navbar .dropdown > .dropdown-menu li > a:hover {
    color: #fe6c61; }
  .navbar .dropdown > .dropdown-menu li > a span {
    padding: 10px 20px; }

.navbar .dropdown > .dropdown-menu li:last-child {
  border-bottom: none; }
  .navbar .dropdown > .dropdown-menu li:last-child > a span:before {
    content: none; }

.navbar .dropdown > .dropdown-menu .nav-title {
  color: #fe6c61;
  padding: 12px 20px; }

.navbar .navbar-nav .dropdown-menu li.active > a span {
  color: #fe6c61; }
  .navbar .navbar-nav .dropdown-menu li.active > a span:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left center;
            transform-origin: left center; }

/* Social Icon */
.header .woo-action ul {
  margin: 0; }
  .header .woo-action ul li {
    display: inline-block;
    margin-right: 20px; }
    .header .woo-action ul li:last-child {
      margin-right: 11px; }
    .header .woo-action ul li a {
      color: #333333;
      font-size: 12px;
      position: relative; }
      .header .woo-action ul li a:hover {
        color: #fe6c61; }
      .header .woo-action ul li a .wishlist-count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: -9px;
        right: -11px;
        width: 16px;
        height: 16px;
        font-size: 10px;
        color: #ffffff;
        background: #fe6c61;
        border-radius: 100px; }
    .header .woo-action ul li .cart-count {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: -5px;
      right: -4px;
      width: 16px;
      height: 16px;
      font-size: 10px;
      color: #ffffff;
      background: #fe6c61;
      border-radius: 100px; }
  .header .woo-action ul li.cart .dropdown-toggle {
    background: transparent;
    border: none;
    color: #333333;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .header .woo-action ul li.cart .dropdown-toggle:hover {
      color: #fe6c61; }
  .header .woo-action ul li.cart .dropdown-menu-right {
    background-color: #ffffff;
    position: absolute;
    -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
            box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
    width: 315px;
    z-index: 9;
    -webkit-transform: translate3d(0%, 10px, 0);
            transform: translate3d(0%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .woo-action ul li.cart .dropdown-menu-right li {
      margin-right: 0;
      padding: 15px 40px 15px 15px;
      border-bottom: 1px solid #f5f5f5;
      position: relative; }
      .header .woo-action ul li.cart .dropdown-menu-right li .cart-info a {
        font-size: 14px;
        font-weight: 500; }
      .header .woo-action ul li.cart .dropdown-menu-right li .remove-item {
        position: absolute;
        right: 15px;
        top: 15px; }
  .header .woo-action ul li.cart .cart-footer {
    padding: 15px; }
  .header .woo-action ul li.cart:hover .dropdown-menu-right {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
    visibility: visible;
    opacity: 1; }

/* Search */
.search-product {
  position: relative;
  margin-right: 30px;
  display: inline-block; }
  .search-product .form-control {
    font-size: 12px;
    line-height: 1;
    border-bottom: 1px solid #f5f5f5;
    padding: 10px 25px 10px 0px;
    width: 310px;
    background: transparent;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: inherit; }
  .search-product .search-button {
    background: transparent;
    border: none;
    cursor: pointer;
    font-size: 14px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    color: #333333; }
    .search-product .search-button:hover {
      color: #fe6c61; }

/* Header Style 02 */
.header.header-transparent {
  z-index: 2;
  position: absolute;
  width: 100%; }
  .header.header-transparent .navbar .sticky-logo {
    display: none; }
  .header.header-transparent .navbar .navbar-nav .nav-link {
    color: #ffffff; }
    .header.header-transparent .navbar .navbar-nav .nav-link:hover {
      color: #333333; }
  .header.header-transparent .navbar .navbar-nav .nav-item.active .nav-link {
    color: #333333; }
  .header.header-transparent .navbar .navbar-nav .nav-item .nav-link:hover {
    color: #333333; }
  .header.header-transparent .navbar .search-product input::-webkit-input-placeholder {
    color: #ffffff; }
  .header.header-transparent .navbar .search-product input::-moz-placeholder {
    color: #ffffff; }
  .header.header-transparent .navbar .search-product input:-ms-input-placeholder {
    color: #ffffff; }
  .header.header-transparent .navbar .search-product input::-ms-input-placeholder {
    color: #ffffff; }
  .header.header-transparent .navbar .search-product input::placeholder {
    color: #ffffff; }
  .header.header-transparent .navbar .search-product .search-button {
    color: #ffffff; }
    .header.header-transparent .navbar .search-product .search-button:hover {
      color: #333333; }
  .header.header-transparent .navbar .woo-action ul li a {
    color: #ffffff; }
    .header.header-transparent .navbar .woo-action ul li a .wishlist-count {
      background-color: #333333; }
  .header.header-transparent .navbar .woo-action ul li button {
    color: #ffffff; }
  .header.header-transparent .navbar .woo-action ul li:hover a {
    color: #333333; }
  .header.header-transparent .navbar .woo-action ul li:hover button {
    color: #333333; }
  .header.header-transparent .navbar .woo-action ul li .cart-count {
    background-color: #333333; }
  .header.header-transparent .navbar .woo-action .cart-list a:hover {
    color: #fe6c61; }

.header.header-style-02 .search-product .form-control:focus {
  border-color: #333333; }

.header.header-transparent.is-sticky {
  position: fixed; }
  .header.header-transparent.is-sticky .navbar .navbar-brand {
    display: none; }
  .header.header-transparent.is-sticky .navbar .sticky-logo {
    display: block; }
  .header.header-transparent.is-sticky .navbar .navbar-nav .nav-link {
    color: #333333; }
    .header.header-transparent.is-sticky .navbar .navbar-nav .nav-link:hover {
      color: #fe6c61; }
  .header.header-transparent.is-sticky .navbar .navbar-nav .nav-item.active .nav-link {
    color: #fe6c61; }
  .header.header-transparent.is-sticky .navbar .search-product input::-webkit-input-placeholder {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .search-product input::-moz-placeholder {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .search-product input:-ms-input-placeholder {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .search-product input::-ms-input-placeholder {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .search-product input::placeholder {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .search-product .search-button {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .woo-action ul li a {
    color: #333333; }
    .header.header-transparent.is-sticky .navbar .woo-action ul li a .wishlist-count {
      background-color: #fe6c61; }
  .header.header-transparent.is-sticky .navbar .woo-action ul li button {
    color: #333333; }
  .header.header-transparent.is-sticky .navbar .woo-action ul li:hover a {
    color: #fe6c61; }
  .header.header-transparent.is-sticky .navbar .woo-action ul li:hover button {
    color: #fe6c61; }
  .header.header-transparent.is-sticky .navbar .woo-action ul li .cart-count {
    background-color: #fe6c61; }

/* Header Style 03 */
.header.header-style-03 .navbar-collapse {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.header.header-style-03.is-sticky .navbar-brand {
  display: block !important;
  text-align: left; }

.header.header-style-03.is-sticky .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/* Header Style 04 */
.header.header-style-04 .topbar {
  padding: 6px 0; }
  .header.header-style-04 .topbar .btn {
    padding: 2px 10px;
    font-weight: 400;
    letter-spacing: 0.2px; }

/* Header Style 05 */
.header.header-transparent.header-style-05 .navbar .navbar-nav .nav-link {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .navbar-nav .nav-item.active .nav-link {
  color: #fe6c61; }

.header.header-transparent.header-style-05 .navbar .woo-action ul li a {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .woo-action ul li button {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .woo-action ul li:hover a {
  color: #fe6c61; }

.header.header-transparent.header-style-05 .navbar .woo-action ul li:hover button {
  color: #fe6c61; }

.header.header-transparent.header-style-05 .navbar .search-product input::-webkit-input-placeholder {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product input::-moz-placeholder {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product input:-ms-input-placeholder {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product input::-ms-input-placeholder {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product input::placeholder {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product .search-button {
  color: #333333; }

.header.header-transparent.header-style-05 .navbar .search-product .form-control {
  border-bottom: 1px solid #999999; }

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .navbar-nav .mega-menu {
    position: static; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    background-color: #ffffff;
    border-radius: 0px;
    border: none;
    left: 100%;
    -webkit-transform: translate3d(-50%, 10px, 0);
            transform: translate3d(-50%, 10px, 0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, transform;
    transition-property: opacity, visibility, transform, -webkit-transform;
    -webkit-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important; }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
      left: 100%;
      right: auto;
      -webkit-transform: translate3d(0px, 10px, 0);
              transform: translate3d(0px, 10px, 0); }
    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
      right: 100%;
      left: auto;
      -webkit-transform: translate3d(-15px, 10px, 0);
              transform: translate3d(-15px, 10px, 0); }
  .header .navbar .dropdown-menu.megamenu {
    left: 50%; }
  .header .navbar .dropdown-menu.dropdown-menu-md {
    min-width: 300px; }
  .header .navbar .dropdown:hover > .dropdown-menu {
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1; }
  .header .navbar li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1; }
  .dropdown-submenu {
    position: relative; }
    .dropdown-submenu > .dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px; } }

@media (min-width: 992px) {
  .header .navbar .dropdown-menu.dropdown-menu-md {
    min-width: 300px; } }

@media (max-width: 1600px) {
  .header .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px; }
  .search-product .form-control {
    width: 250px; }
  .navbar .dropdown > .dropdown-menu li > a {
    letter-spacing: 0; } }

@media (max-width: 1366px) {
  .header .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px; }
  .search-product .form-control {
    width: 200px; } }

@media (max-width: 1199px) {
  .header .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 165px;
            flex: 0 0 165px; }
  .header .navbar .nav-item .shop-bg {
    background-image: inherit;
    border: none; }
  .header .navbar .dropdown-menu {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: scroll; }
  .navbar .dropdown > .dropdown-menu li > a {
    letter-spacing: 0; }
  .search-product .form-control {
    width: 160px; }
  .navbar .dropdown > .dropdown-menu li > a {
    letter-spacing: 0; } }

@media (max-width: 991px) {
  /* Header */
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }
  .header .navbar .navbar-nav {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial; }
    .header .navbar .navbar-nav .nav-link {
      color: #333333;
      padding: 10px 20px; }
      .header .navbar .navbar-nav .nav-link i {
        position: absolute;
        right: 20px; }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 10px;
    font-size: 13px; }
  .header .navbar .navbar-toggler {
    position: absolute;
    right: 0px;
    padding-right: 0; }
  .header .navbar .woo-action {
    margin-right: 50px; }
  /* Header Style 01 */
  .header.default .navbar {
    position: relative;
    background: #ffffff; }
    .header.default .navbar .navbar-nav .nav-item {
      margin-right: 0; }
    .header.default .navbar .navbar-nav .nav-link {
      color: #333333;
      padding: 12px; }
  /* Header Style 02 */
  .header.header-style-02 button {
    color: #ffffff; }
  .header.header-style-02 .navbar .navbar-nav .nav-link {
    color: #333333; }
  .header.header-sticky.header-transparent.header-style-02.is-sticky button {
    color: #333333; }
  .header.default .navbar .navbar-nav .nav-item.header-search {
    display: none; } }

@media (max-width: 767px) {
  .search-product .form-control {
    width: 130px; }
  .header-style-03 .search-product {
    display: none; }
  .header-style-03 .topbar {
    padding: 15px 0px 5px 0; } }

@media (max-width: 575px) {
  /* Header */
  .header .navbar .navbar-brand {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 130px;
            flex: 0 0 130px;
    padding: 5px 0px; }
  .header .navbar .search-product {
    display: none; }
  .header .woo-action ul li {
    margin-right: 15px; }
  .header .woo-action ul li.cart .dropdown-menu-right {
    width: 230px; } }

/*****************************
  Sidebar
*****************************/
.sidebar .widget {
  margin-bottom: 30px;
  border: 3px solid #f5f5f5;
  padding: 20px; }
  .sidebar .widget .widget-title {
    margin-bottom: 24px; }
  .sidebar .widget .widget-collapse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
  .sidebar .widget ul li {
    margin-bottom: 10px; }
    .sidebar .widget ul li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #999999; }
      .sidebar .widget ul li a:hover {
        color: #fe6c61; }
    .sidebar .widget ul li:last-child {
      margin-bottom: 0; }
  .sidebar .widget:last-child {
    margin-bottom: 0; }
  .sidebar .widget .property-item .property-image img {
    width: 100%; }
  .sidebar .widget .property-item .property-details .property-info li {
    margin-bottom: 0;
    text-align: left; }
    .sidebar .widget .property-item .property-details .property-info li i {
      display: block; }
  .sidebar .widget .property-item .property-details .property-listing-actions {
    border-bottom: 0; }
  .sidebar .widget .recent-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    .sidebar .widget .recent-list-item img {
      height: 80px; }
    .sidebar .widget .recent-list-item .recent-list-item-info {
      padding-left: 20px; }
      .sidebar .widget .recent-list-item .recent-list-item-info a {
        display: block;
        font-family: "Heebo", sans-serif; }
      .sidebar .widget .recent-list-item .recent-list-item-info .address {
        color: #333333;
        font-weight: 600; }
        .sidebar .widget .recent-list-item .recent-list-item-info .address:hover {
          color: #fe6c61; }
    .sidebar .widget .recent-list-item:last-child {
      margin-bottom: 0; }

/*****************************
  Banner
*****************************/
/* Banner 01 */
.slider-01 .swiper-slide {
  height: 680px; }
  .slider-01 .swiper-slide .banner-border {
    background: #000000;
    height: 1px;
    width: 120px;
    position: absolute;
    top: 16px;
    left: -125px; }
  .slider-01 .swiper-slide h1 {
    font-weight: 400;
    color: #000000; }
  .slider-01 .swiper-slide h5 {
    font-weight: 300;
    color: #000000;
    letter-spacing: 1px; }

.slider-01 .slide-01 {
  background-color: #fdddc8; }

.slider-01 .slide-02 {
  background-color: #f4f4f4; }

/* Banner 02 */
.slider-02 .swiper-slide {
  height: 757px; }
  .slider-02 .swiper-slide .banner-img .banner-img-01 {
    position: absolute;
    top: 0;
    right: 0; }
  .slider-02 .swiper-slide .banner-img .banner-img-23 {
    position: absolute;
    top: 50%;
    left: 30px;
    -webkit-transform: translateX(0%) translateY(-50%);
            transform: translateX(0%) translateY(-50%); }
    .slider-02 .swiper-slide .banner-img .banner-img-23 .banner-img-02 {
      position: absolute;
      top: 20px;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(0%);
              transform: translateX(-50%) translateY(0%); }
  .slider-02 .swiper-slide .banner-content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }
  .slider-02 .swiper-slide .banner-border {
    background: #ffffff;
    height: 1px;
    width: 120px;
    position: absolute;
    top: 16px;
    left: -140px; }

/* Banner 03 */
.slider-03 .swiper-slide {
  height: 680px; }
  .slider-03 .swiper-slide h1 {
    color: #ffffff;
    font-size: 120px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300; }

/* Banner 04 */
.slider-04 .swiper-slide {
  height: 680px; }
  .slider-04 .swiper-slide h1 {
    font-size: 84px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase; }
  .slider-04 .swiper-slide .h4 {
    font-size: 30px;
    letter-spacing: 3px;
    text-transform: uppercase; }

/* Banner 05 */
.banner-05 {
  height: 680px; }
  .banner-05 .content h1 {
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px; }

/* Banner 06 */
.slider-06 {
  height: 680px; }

/* Banner 07 */
.banner-07 {
  height: 680px; }
  .banner-07 .banner-content h1 {
    font-size: 120px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 10px; }

/* Banner 08 */
.parallax-section {
  height: 900px; }
  .parallax-section .content h1 {
    font-size: 80px;
    font-weight: 700;
    line-height: 90px;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .parallax-section .content h4 {
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase; }

/* Banner 09 */
.banner-09 {
  height: 900px; }
  .banner-09 .content h1 {
    font-size: 65px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 6px; }
  .banner-09 .content h6 {
    letter-spacing: 2px; }

/* Banner 10 */
.slider-10 .swiper-slide {
  height: 680px;
  background: #ffe8e6; }
  .slider-10 .swiper-slide .banner-content .content h1 {
    font-size: 220px;
    letter-spacing: 20px;
    margin-bottom: -160px;
    color: #fe6c61; }

/* Banner 11 */
.slider-11 .swiper-slide {
  height: 680px; }
  .slider-11 .swiper-slide h1 {
    font-size: 60px;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase; }
  .slider-11 .swiper-slide h6 {
    letter-spacing: 2px; }

/* Arrow */
.swiper-button-prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: inherit;
  left: 120px;
  border-radius: 3px; }
  .swiper-button-prev:hover {
    color: #fe6c61; }

.swiper-container-rtl .swiper-button-next {
  background-image: inherit; }

.swiper-button-next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: inherit;
  right: 120px;
  border-radius: 3px; }
  .swiper-button-next:hover {
    color: #fe6c61; }

.swiper-container-rtl .swiper-button-prev {
  background-image: inherit; }

/* Arrow Style 02 */
.swiper-arrow-style-02 .swiper-button-next {
  color: #333333;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); }
  .swiper-arrow-style-02 .swiper-button-next:hover {
    background-color: #fe6c61;
    color: #ffffff; }

.swiper-arrow-style-02 .swiper-button-prev {
  color: #333333;
  background-color: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.07); }
  .swiper-arrow-style-02 .swiper-button-prev:hover {
    background-color: #fe6c61;
    color: #ffffff; }

/* Arrow Style 03 */
.swiper-arrow-style-03 .swiper-button-next {
  background-color: #ffffff;
  color: #999999;
  width: 46px;
  height: 46px;
  right: 0;
  border-radius: 0px; }
  .swiper-arrow-style-03 .swiper-button-next:hover {
    color: #fe6c61; }

.swiper-arrow-style-03 .swiper-button-prev {
  background-color: #ffffff;
  color: #999999;
  width: 46px;
  height: 46px;
  left: 0;
  border-radius: 0px; }
  .swiper-arrow-style-03 .swiper-button-prev:hover {
    color: #fe6c61; }

/*****************************
  Responsive
*****************************/
@media (max-width: 1199px) {
  .slider-01 .swiper-slide {
    height: 430px; }
    .slider-01 .swiper-slide h1 {
      font-size: 38px;
      line-height: 1.2; }
  .slider-02 .swiper-slide {
    height: 500px; }
    .slider-02 .swiper-slide .banner-img .banner-img-01 {
      height: 100%; }
    .slider-02 .swiper-slide .banner-img .banner-img-23 {
      width: 30%; }
      .slider-02 .swiper-slide .banner-img .banner-img-23 .banner-img-02 {
        height: 100%; }
  .slider-03 .swiper-slide {
    height: 400px; }
    .slider-03 .swiper-slide h1 {
      font-size: 90px; }
  .slider-04 .swiper-slide {
    height: 400px; }
    .slider-04 .swiper-slide h1 {
      font-size: 74px; }
    .slider-04 .swiper-slide .h4 {
      font-size: 28px; }
  .swiper-button-next {
    right: 30px; }
  .swiper-button-prev {
    left: 30px; }
  /* Banner 08 */
  .parallax-section {
    height: 750px; }
    .parallax-section .content h1 {
      font-size: 70px;
      line-height: 80px; }
  /* Banner 09 */
  .banner-09 {
    height: 750px; }
  /* Banner 10 */
  .slider-10 .swiper-slide {
    height: 680px; }
    .slider-10 .swiper-slide .banner-content .content h1 {
      font-size: 150px;
      letter-spacing: 15px;
      margin-bottom: -100px;
      color: #fe6c61; } }

@media (max-width: 991px) {
  .slider-01 .swiper-slide {
    height: 410px; }
  .slider-02 .swiper-slide {
    height: 460px; }
  .slider-03 .swiper-slide h1 {
    font-size: 70px; }
  .slider-04 .swiper-slide h1 {
    font-size: 64px; }
  .slider-04 .swiper-slide .h4 {
    font-size: 26px; }
  /* Banner 05 */
  .banner-05 {
    height: 500px; }
    .banner-05 .content h1 {
      font-size: 48px;
      margin-bottom: 20px; }
  /* home 06 */
  .slider-06 {
    height: 400px; }
  /* home 07 */
  .banner-07 {
    height: 500px; }
    .banner-07 .banner-content h1 {
      font-size: 80px;
      line-height: 1; }
  /* home 08 */
  .parallax-section {
    height: 600px; }
    .parallax-section .content h1 {
      font-size: 60px;
      line-height: 70px; }
  /* Banner 09 */
  .banner-09 {
    height: 600px; }
    .banner-09 .content h1 {
      font-size: 42px;
      font-weight: 700;
      line-height: 52px;
      letter-spacing: 4px; }
  /* Banner 10 */
  .slider-10 .swiper-slide {
    height: 436px; }
    .slider-10 .swiper-slide .banner-content .content h1 {
      font-size: 120px;
      letter-spacing: 10px;
      margin-bottom: -50px; }
  /* Banner 11 */
  .slider-11 .swiper-slide {
    height: 500px; } }

@media (max-width: 767px) {
  .slider-01 .swiper-slide {
    height: 340px; }
    .slider-01 .swiper-slide h1 {
      font-size: 32px; }
  .slider-02 .swiper-slide {
    height: 350px; }
    .slider-02 .swiper-slide .banner-border {
      left: -90px;
      width: 80px; }
    .slider-02 .swiper-slide .banner-img .banner-img-23 {
      top: 55%; }
    .slider-02 .swiper-slide .banner-content {
      top: 55%; }
      .slider-02 .swiper-slide .banner-content h1 {
        font-size: 30px;
        line-height: 40px; }
  .slider-03 .swiper-slide h1 {
    font-size: 70px; }
  .slider-04 .swiper-slide {
    height: 350px; }
    .slider-04 .swiper-slide h1 {
      font-size: 54px; }
    .slider-04 .swiper-slide .h4 {
      font-size: 24px; }
  .swiper-container .swiper-button-next {
    display: none; }
  .swiper-container .swiper-button-prev {
    display: none; }
  /* Banner 07 */
  .banner-07 {
    height: 450px; }
    .banner-07 .banner-content h1 {
      font-size: 70px;
      line-height: 1; }
  /* Banner 08 */
  .parallax-section {
    height: 500px; }
    .parallax-section .content h1 {
      font-size: 48px;
      line-height: 58px; }
  /* Banner 09 */
  .banner-09 {
    height: 500px; }
  /* Banner 10 */
  .slider-10 .swiper-slide {
    height: 400px; }
    .slider-10 .swiper-slide .banner-content .content h1 {
      font-size: 80px;
      letter-spacing: 10px;
      margin-bottom: -40px; }
  /* Banner 11 */
  .slider-11 .swiper-slide {
    height: 450px; }
    .slider-11 .swiper-slide h1 {
      font-size: 48px;
      letter-spacing: 3px; } }

@media (max-width: 575px) {
  .slider-01 .swiper-slide {
    height: 260px;
    padding: 70px 0px; }
    .slider-01 .swiper-slide h1 {
      font-size: 24px; }
  .slider-02 .swiper-slide {
    height: 240px; }
    .slider-02 .swiper-slide .banner-border {
      left: -70px;
      width: 60px; }
    .slider-02 .swiper-slide .banner-content h1 {
      font-size: 22px;
      line-height: 1; }
    .slider-02 .swiper-slide .banner-content h5 {
      font-size: 16px;
      line-height: 1; }
  .slider-03 .swiper-slide {
    height: 260px; }
    .slider-03 .swiper-slide h1 {
      font-size: 50px; }
  .slider-04 .swiper-slide {
    height: 250px; }
    .slider-04 .swiper-slide h1 {
      font-size: 28px; }
    .slider-04 .swiper-slide .h4 {
      font-size: 18px;
      letter-spacing: 0; }
  /* Banner 05 */
  .banner-05 {
    height: 400px; }
    .banner-05 .content h1 {
      font-size: 32px;
      margin-bottom: 20px; }
  /* Banner 06 */
  .slider-06 {
    height: 250px; }
  /* Banner 07 */
  .banner-07 {
    height: 350px; }
    .banner-07 .banner-content h1 {
      font-size: 42px;
      line-height: 1; }
  /* Banner 08 */
  .parallax-section {
    height: 400px; }
    .parallax-section .content h1 {
      font-size: 30px;
      line-height: 40px;
      letter-spacing: 1.5px; }
    .parallax-section .content h4 {
      letter-spacing: 1px; }
  /* Banner 09 */
  .banner-09 {
    height: 400px; }
    .banner-09 .content h1 {
      font-size: 24px;
      font-weight: 700;
      line-height: 34px;
      letter-spacing: 2px; }
  /* Banner 10 */
  .slider-10 .swiper-slide {
    height: 300px; }
    .slider-10 .swiper-slide .banner-content .content h1 {
      font-size: 60px;
      letter-spacing: 10px;
      margin-bottom: -30px; }
  /* Banner 11 */
  .slider-11 .swiper-slide {
    height: 400px; }
    .slider-11 .swiper-slide h1 {
      font-size: 32px;
      letter-spacing: 3px; } }

@media (max-width: 480px) {
  .slider-02 .swiper-slide .banner-content {
    left: 40%; }
    .slider-02 .swiper-slide .banner-content .banner-border {
      display: none; }
    .slider-02 .swiper-slide .banner-content .btn.btn-md {
      padding: 5px 12px; }
  .slider-02 .swiper-slide .banner-img .banner-img-01 {
    right: -40px; }
  .slider-02 .swiper-slide .banner-img .banner-img-23 {
    display: none; } }

/*****************************
  Layout
*****************************/
/* Section Title */
.section-title {
  margin-bottom: 50px; }
  .section-title .pre-title {
    font-size: 14px;
    color: #fe6c61;
    font-weight: bold; }

/* Client Logo */
.our-clients .owl-item {
  text-align: center; }
  .our-clients .owl-item img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .our-clients .owl-item:hover img {
    -webkit-filter: inherit;
            filter: inherit; }

/* Back To Top */
.back-to-top a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  bottom: 50px;
  right: 40px;
  width: 40px;
  height: 40px;
  margin: 0px;
  color: #ffffff;
  font-size: 16px;
  background: #fe6c61;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 999; }
  .back-to-top a:hover {
    background: #333333;
    color: #ffffff; }
  .back-to-top a:focus {
    background: #333333;
    color: #ffffff; }

/* Border Radius */
.rounded {
  border-radius: 3px !important; }

.rounded-lg {
  border-radius: 4px !important; }

/* Social Bg Color */
.social-bg-hover {
  position: relative;
  color: #ffffff; }
  .social-bg-hover:before {
    content: "";
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .social-bg-hover:hover {
    color: #ffffff; }
    .social-bg-hover:hover:before {
      background-color: rgba(0, 0, 0, 0.1); }
  .social-bg-hover span {
    position: relative; }

/* Social Icon Round */
.social-icon-round ul li {
  margin-right: 15px; }
  .social-icon-round ul li a {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #000000;
    border-radius: 100px;
    display: block;
    text-align: center; }
  .social-icon-round ul li:hover a {
    border-color: #fe6c61; }

.facebook-bg {
  background-color: #445c8e; }

.twitter-bg {
  background-color: #43afe9; }

.google-bg {
  background-color: #dc0510; }

.instagram-bg {
  background-color: #DD2A7B; }

.linkedin-bg {
  background-color: #007eb3; }

/* Instagram */
.instagram-grid-4 {
  min-height: 920px; }

.instagram-grid-6 .instagram_profile {
  display: none; }

/* Inner Header */
.inner-header {
  padding: 180px 0; }

/* Product Color */
.red {
  background: #ff005a; }

.olive {
  background: #ab9b1e; }

.navy {
  background: #3d59aa; }

.green-bg {
  background: rgba(44, 132, 30, 0.3); }

.green {
  color: #2c841e !important; }

/* Maintenance */
.maintenance-content {
  padding-top: 100px; }

/* Coming soon */
.coming-soon-top {
  position: absolute;
  left: 0;
  right: 0; }

.coming-soon-section {
  padding-top: 100px; }
  .coming-soon-section .coming-soon-icon i {
    font-size: 110px;
    color: #cccccc; }

/* Form */
.form-control {
  padding: 10px 20px;
  height: 48px;
  font-size: 14px;
  border-color: #f5f5f5;
  border-radius: inherit;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .form-control:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-color: #fe6c61; }

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

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

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #fe6c61; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  background: #fe6c61;
  border-color: #fe6c61; }

/* Input Size */
.form-control-sm {
  height: 44px; }

.form-control-md {
  height: 52px; }

.form-control-lg {
  height: 58px; }

.form-control-xl {
  height: 62px;
  font-size: 1.45rem; }

/* Form Inline */
.form-inline {
  position: relative; }
  .form-inline .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    width: 38px;
    height: 38px;
    padding: 0; }
  .form-inline .form-group {
    width: 100%; }
  .form-inline .form-control {
    width: 100%; }

.form-flat-style .form-control {
  background-color: #f5f5f5;
  border-color: #999999; }
  .form-flat-style .form-control:focus {
    border-color: #fe6c61; }

/* Newsletter */
.input-with-btn .form-control {
  padding-right: 50px; }

/* Sticky column */
.is-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px; }

/* Tooltip */
.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
  border-right-color: #ffffff; }

.tooltip-inner {
  width: 120px;
  padding: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1); }

.tooltip.show {
  opacity: 1; }

/* Payment */
.rotate {
  -webkit-transform: rotate(140deg);
          transform: rotate(140deg); }

/* contact us 02 */
.inner-header .feature-info .feature-info-icon i {
  font-size: 24px;
  line-height: 1; }

/* Look Book */
.look-book-img {
  position: relative;
  padding-left: 100px; }
  .look-book-img .look-title {
    padding: 20px 25px;
    margin-bottom: 0;
    background: #ffffff;
    position: absolute;
    left: 0;
    top: 100px; }
    .look-book-img .look-title:hover {
      color: #fe6c61; }

.look-product {
  padding: 0px 100px; }
  .look-product .look-book-product {
    margin-bottom: 15px; }
    .look-product .look-book-product .look-book-info {
      padding: 10px;
      text-align: center; }
      .look-product .look-book-product .look-book-info a:hover {
        color: #fe6c61; }

.look-book-img.section-right {
  padding-right: 100px;
  padding-left: 0; }
  .look-book-img.section-right .look-title {
    right: 0;
    left: inherit; }

/* Promo Popup */
.modal-backdrop {
  background-color: #f5f5f5; }

.modal-backdrop.show {
  opacity: .9; }

.promo-popup .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.05); }

.promo-popup .modal-dialog .modal-body {
  padding: 20px; }

.promo-popup .modal-dialog .close {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1; }

/* Flexor Item Style */
.flexor-item-style .flexor-item {
  position: relative; }
  .flexor-item-style .flexor-item .flexor-item-img {
    position: relative;
    padding: 0 90px; }
    .flexor-item-style .flexor-item .flexor-item-img .flexor-item-btn {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }
  .flexor-item-style .flexor-item .flexor-item-content {
    background: #ffffff;
    max-width: 450px;
    padding: 40px;
    position: relative;
    margin-top: -60px; }

/* Flex Item Style 1 */
.flexor-item-style-1 .flexor-item .flexor-item-img {
  position: relative; }
  .flexor-item-style-1 .flexor-item .flexor-item-img .flexor-item-btn {
    position: absolute;
    bottom: 75px;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }

.flexor-item-style-1 .flexor-item-info {
  padding: 40px;
  margin-left: -120px;
  margin-bottom: 100px;
  background: #ffffff; }

.flexor-item-style-1 .flexor-item-content {
  padding: 100px 15px 15px; }

/* Buy now popup */
.buy-now {
  padding: 6px 0px; }
  .buy-now .btn.btn-sm {
    padding: 4px 15px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1px;
    font-weight: normal;
    border-radius: 3px; }
  .buy-now .action-close {
    position: absolute;
    top: 3px;
    right: 0; }
    .buy-now .action-close .close-btn {
      color: #ffffff; }
      .buy-now .action-close .close-btn:hover {
        color: #fe6c61; }

/*****************************
  Responsive
*****************************/
@media (min-width: 1200px) {
  .container {
    max-width: 1410px; } }

@media (min-width: 576px) {
  .promo-popup .modal-dialog {
    max-width: 700px; } }

@media (max-width: 1199px) {
  .flexor-item-style-1 .flexor-item-info {
    padding: 20px; }
    .flexor-item-style-1 .flexor-item-info h2 {
      font-size: 32px;
      line-height: 42px; }
  /* Instagram */
  .instagram-grid-4 {
    min-height: 824px; } }

@media (max-width: 991px) {
  /* Section Title */
  .section-title {
    margin-bottom: 30px; }
  .flexor-item-style .flexor-item .flexor-item-img {
    padding: 0 40px; }
  .flexor-item-style .flexor-item .flexor-item-content {
    padding: 20px; }
  .flexor-item-style-1 .flexor-item-info {
    margin-bottom: 60px; }
    .flexor-item-style-1 .flexor-item-info h2 {
      font-size: 26px;
      line-height: 36px; }
  .flexor-item-style-1 .flexor-item .flexor-item-img .flexor-item-btn {
    left: 30px; }
  .flexor-item-style-1 .flexor-item-content {
    padding: 60px 10px 10px; }
    .flexor-item-style-1 .flexor-item-content h5 {
      font-size: 18px;
      line-height: 26px; }
  /* Look Book */
  .look-book .look-book-img {
    padding-left: 50px; }
    .look-book .look-book-img h6.look-title {
      padding: 10px 10px;
      font-size: 14px; }
  .look-book .look-product {
    padding: 0px 50px; }
  /* Instagram */
  .instagram-grid-4 {
    min-height: 676px; }
  .instagram-grid-6 .instagram_gallery img {
    width: 33.333333% !important; } }

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 96%; } }

@media (max-width: 767px) {
  .inner-header {
    padding: 100px 0; }
  /* Section Title */
  .section-title {
    margin-bottom: 20px; }
  .flexor-item-style .flexor-item .flexor-item-img {
    padding: 0 40px; }
  .flexor-item-style .flexor-item .flexor-item-content {
    padding: 20px 0 0; }
  .flexor-item-style-1 .flexor-item-info {
    margin-bottom: 35px; }
  .flexor-item-style-1 .flexor-item-content {
    padding: 0px 10px; }
  /* Promo popup */
  .promo-popup .modal-dialog {
    margin-left: 15px;
    margin-right: 15px; }
    .promo-popup .modal-dialog .close {
      right: 10px;
      top: 5px;
      font-size: 20px; }
  /* Look Book */
  .look-book .look-book-img {
    padding-left: 50px; }
    .look-book .look-book-img h6.look-title {
      padding: 10px 10px;
      font-size: 14px; }
  .look-book .look-book-img.section-right {
    padding-left: 0;
    padding-right: 50px; }
  .look-book .look-product {
    padding: 0px; }
  /* Instagram */
  .instagram-grid-4 {
    min-height: 804px; }
    .instagram-grid-4 .instagram_gallery img {
      width: 31.33333% !important; } }

@media (max-width: 575px) {
  .inner-header {
    padding: 80px 0; }
  .flexor-item-style .flexor-item .flexor-item-img {
    padding: 0 20px; }
  .flexor-item-style-1 .flexor-item-info {
    margin-bottom: 0;
    margin-left: 0;
    padding: 20px 0 0; }
  .table-responsive .table {
    width: 600px; }
  .buy-now .action-close {
    right: 15px; }
  /* Instagram */
  .instagram-grid-4 {
    min-height: 858px; }
    .instagram-grid-4 .instagram_gallery img {
      width: 48% !important; }
  .instagram-grid-6 .instagram_gallery img {
    width: 50% !important; } }

/*****************************
  Blog
*****************************/
.blog-post .blog-post-image {
  margin-bottom: 15px;
  position: relative; }
  .blog-post .blog-post-image .post-date {
    position: absolute;
    top: 15px;
    left: 15px;
    min-width: 56px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 10px 15px;
    text-align: center; }
    .blog-post .blog-post-image .post-date .date-month {
      font-weight: 700; }
    .blog-post .blog-post-image .post-date .date-day {
      font-weight: 700;
      display: block;
      font-size: 22px; }

.blog-post .blog-post-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px; }
  .blog-post .blog-post-info a {
    color: #999999;
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px; }
    .blog-post .blog-post-info a:hover {
      color: #fe6c61; }
    .blog-post .blog-post-info a i {
      margin-right: 5px; }

.blog-post .blog-post-details .blog-post-title a:hover {
  color: #fe6c61; }

.blog-post .blog-post-details p {
  margin-bottom: 30px; }

/* Sidebar */
.blog-sidebar .widget {
  margin-bottom: 50px; }
  .blog-sidebar .widget:last-child {
    margin-bottom: 0; }
  .blog-sidebar .widget a.recent-post-title {
    font-size: 15px;
    color: #333333;
    line-height: 18px;
    display: inline-block;
    margin-top: 5px; }
    .blog-sidebar .widget a.recent-post-title:hover {
      color: #fe6c61; }
  .blog-sidebar .widget .categories ul li {
    margin-bottom: 10px; }
    .blog-sidebar .widget .categories ul li a {
      color: #999999; }
      .blog-sidebar .widget .categories ul li a:hover {
        color: #fe6c61; }
    .blog-sidebar .widget .categories ul li:last-child {
      margin-bottom: 0; }
  .blog-sidebar .widget .instagram ul li {
    width: 30%;
    padding-right: 0px;
    margin-bottom: 15px;
    padding-left: 15px;
    display: inline-block; }

/* Navigation */
.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navigation .nav-links .nav-previous {
    width: 47%;
    border: 1px solid #f5f5f5;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navigation .nav-links .nav-previous a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #999999; }
    .navigation .nav-links .nav-previous .pagi-text {
      padding: 12px 25px;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .navigation .nav-links .nav-previous:hover {
      background: #f5f5f5; }
      .navigation .nav-links .nav-previous:hover .pagi-text {
        background: #fe6c61;
        color: #ffffff; }
      .navigation .nav-links .nav-previous:hover .nav-title {
        color: #fe6c61; }
    .navigation .nav-links .nav-previous .nav-title {
      padding: 12px 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .navigation .nav-links .nav-previous .pagi-text {
      border-right: 1px solid #f5f5f5;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .navigation .nav-links .nav-next {
    width: 47%;
    border: 1px solid #f5f5f5;
    text-align: right;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .navigation .nav-links .nav-next a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #999999;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .navigation .nav-links .nav-next .pagi-text {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 12px 25px;
      border-left: 1px solid #f5f5f5;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .navigation .nav-links .nav-next:hover {
      background: #f5f5f5; }
      .navigation .nav-links .nav-next:hover .pagi-text {
        background: #fe6c61;
        color: #ffffff; }
      .navigation .nav-links .nav-next:hover .nav-title {
        color: #fe6c61; }
    .navigation .nav-links .nav-next .nav-title {
      padding: 12px 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

/* Social */
.social-info {
  position: relative; }
  .social-info > a {
    color: #fe6c61;
    font-size: 12px;
    padding-left: 10px; }
    .social-info > a:hover {
      color: #fe6c61; }
    .social-info > a i {
      color: #cccccc; }
  .social-info .social-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -3px;
    right: 80%;
    padding: 3px 8px;
    margin: 0;
    list-style-type: none;
    background: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    .social-info .social-share:before {
      position: absolute;
      z-index: 999;
      content: "";
      right: -8px;
      top: 7px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 7px 0 7px 8px;
      border-color: transparent transparent transparent #f5f5f5; }
    .social-info .social-share li {
      padding: 0 3px;
      line-height: 22px; }
      .social-info .social-share li a {
        display: inline-block;
        color: #fe6c61;
        font-size: 12px;
        padding: 0 5px; }
        .social-info .social-share li a:hover {
          color: #fe6c61; }
  .social-info:hover .social-share {
    right: 100%;
    visibility: visible;
    opacity: 1; }

.social-icon-round ul li {
  margin-right: 5px; }
  .social-icon-round ul li a {
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px; }

/* Blog Post Style 01 */
.blog-post-style-1 {
  position: relative; }
  .blog-post-style-1 .post-content {
    max-width: 410px;
    padding: 0 40px 40px;
    background: #ffffff;
    margin-bottom: -50px;
    position: relative;
    z-index: 9; }
    .blog-post-style-1 .post-content .post-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .blog-post-style-1 .post-content .post-info a {
        color: #999999;
        font-size: 11px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin: 0 8px;
        position: relative; }
        .blog-post-style-1 .post-content .post-info a:before {
          content: "/";
          position: absolute;
          right: -10px;
          top: 0; }
        .blog-post-style-1 .post-content .post-info a:last-child:before {
          content: none; }
        .blog-post-style-1 .post-content .post-info a:first-child {
          margin-left: 0; }
    .blog-post-style-1 .post-content p {
      line-height: 24px; }
  .blog-post-style-1 .post-img {
    padding-left: 90px;
    position: relative;
    padding-right: 90px; }
    .blog-post-style-1 .post-img .post-btn {
      position: absolute;
      right: 0;
      top: 50%;
      -webkit-transform: translate(0, -50%);
              transform: translate(0, -50%); }

/* Blog Post Style 02 */
.blog-post-style-2 .post-img {
  position: relative; }

.blog-post-style-2 .post-content {
  background: #ffffff;
  padding: 40px 20px;
  margin-top: -90px;
  position: relative;
  margin-right: 30px; }
  .blog-post-style-2 .post-content .post-date {
    position: absolute;
    top: -52px;
    left: 0;
    min-width: 56px;
    background: #333333;
    color: #ffffff;
    padding: 10px 15px;
    line-height: 16px; }
    .blog-post-style-2 .post-content .post-date .date-month {
      font-weight: 700; }
    .blog-post-style-2 .post-content .post-date .date-day {
      font-weight: 700;
      display: block; }
  .blog-post-style-2 .post-content .post-title {
    color: #000000;
    letter-spacing: -0.4px; }
    .blog-post-style-2 .post-content .post-title a:hover {
      color: #fe6c61; }
  .blog-post-style-2 .post-content p {
    line-height: 24px;
    letter-spacing: -0.4px; }

/*****************************
 Responsive
*****************************/
@media (max-width: 991px) {
  .blog-sidebar .widget {
    margin-bottom: 30px; }
  .blog-post-style-1 .post-content {
    padding: 0 15px 15px; }
  .blog-post-style-1 .post-img {
    padding-left: 40px;
    padding-right: 40px; } }

@media (max-width: 767px) {
  .blog-post-style-1 .post-content {
    padding: 0 0 15px; }
    .blog-post-style-1 .post-content .post-info {
      margin-bottom: 5px; } }

@media (max-width: 575px) {
  .blog-post .blog-post-image .post-date {
    min-width: 40px;
    padding: 5px 10px; }
    .blog-post .blog-post-image .post-date .date-day {
      font-size: 18px; }
  .blog-post-style-1 .post-img {
    padding-left: 20px;
    padding-right: 20px; }
  .blog-post-style-2 .post-content {
    padding: 20px 20px;
    margin-top: -40px;
    margin-right: 20px; } }

/*****************************
  Shop
*****************************/
/* Product */
.product {
  cursor: pointer;
  margin-bottom: 30px; }
  .product .product-image {
    position: relative;
    overflow: hidden; }
    .product .product-image .in-stock {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 2px 12px;
      background: #ffffff; }
      .product .product-image .in-stock small {
        font-weight: 700;
        letter-spacing: inherit; }
    .product .product-image .product-actions {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.05);
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: perspective(400px) rotateX(-90deg);
              transform: perspective(400px) rotateX(-90deg);
      -webkit-transform-origin: center top 0;
              transform-origin: center top 0;
      -webkit-transition: all .6s ease 0s;
      transition: all .6s ease 0s; }
      .product .product-image .product-actions .product-wishlist a {
        background: #ffffff;
        color: #333333;
        width: 38px;
        height: 38px;
        line-height: 42px;
        border-radius: 100px;
        display: inline-block; }
        .product .product-image .product-actions .product-wishlist a:hover {
          background: #fe6c61;
          color: #ffffff; }
      .product .product-image .product-actions .product-quick-view {
        margin: 0 8px; }
        .product .product-image .product-actions .product-quick-view button {
          background: #ffffff;
          color: #333333;
          width: 38px;
          height: 38px;
          padding: 0;
          line-height: 38px;
          border: none;
          border-radius: 100px;
          display: inline-block;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .product .product-image .product-actions .product-quick-view button:hover {
            background: #fe6c61;
            color: #ffffff; }
      .product .product-image .product-actions .product-search a {
        background: #ffffff;
        color: #333333;
        width: 38px;
        height: 38px;
        line-height: 42px;
        border-radius: 100px;
        display: inline-block; }
        .product .product-image .product-actions .product-search a:hover {
          background: #fe6c61;
          color: #ffffff; }
    .product .product-image .swatch-colored {
      text-align: center;
      left: 50%;
      position: absolute;
      bottom: 0px;
      z-index: 9;
      -webkit-transition: all 0.6s ease-in-out;
      transition: all 0.6s ease-in-out;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      opacity: 0; }
      .product .product-image .swatch-colored ul {
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-item-align: center;
            align-self: center; }
        .product .product-image .swatch-colored ul li {
          width: 21px;
          height: 21px;
          display: inline-block;
          -ms-flex-item-align: center;
              align-self: center;
          margin: 0 4px;
          opacity: 0;
          -webkit-transform: translateY(40px);
                  transform: translateY(40px);
          -webkit-transition: all .6s ease 0s;
          transition: all .6s ease 0s; }
        .product .product-image .swatch-colored ul .active {
          border: 3px solid #ffffff;
          width: 24px;
          height: 24px; }
    .product .product-image:hover .product-actions {
      opacity: 1;
      -webkit-transform: perspective(400px) rotateX(0);
              transform: perspective(400px) rotateX(0); }
    .product .product-image:hover .swatch-colored li {
      opacity: 1;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
      .product .product-image:hover .swatch-colored li:first-child {
        -webkit-transition-delay: .1s;
                transition-delay: .1s; }
      .product .product-image:hover .swatch-colored li:nth-child(2) {
        -webkit-transition-delay: .2s;
                transition-delay: .2s; }
      .product .product-image:hover .swatch-colored li:nth-child(3) {
        -webkit-transition-delay: .3s;
                transition-delay: .3s; }
  .product:hover .product-image .product-actions {
    opacity: 1; }
  .product:hover .product-image .swatch-colored {
    opacity: 1;
    bottom: 15px; }
  .product .product-info {
    text-align: center; }
    .product .product-info .product-title {
      margin: 20px 0px 0px; }
      .product .product-info .product-title a {
        color: #666666; }
        .product .product-info .product-title a:hover {
          color: #fe6c61; }
    .product .product-info .product-category {
      margin-bottom: 8px; }
      .product .product-info .product-category span {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: 1px;
        text-transform: uppercase; }
    .product .product-info .product-rating {
      margin-bottom: 10px; }
      .product .product-info .product-rating i {
        color: #ffb100; }
    .product .product-info .product-price {
      font-size: 14px;
      font-weight: 700;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .product .product-info .product-price del {
        color: #cccccc; }
      .product .product-info .product-price ins {
        color: #333333;
        text-decoration: none; }
      .product .product-info .product-price span.product-sale {
        font-size: 10px;
        background: #000000;
        padding: 3px 5px 1px;
        color: #ffffff;
        margin: -2px 0 0 2px; }
    .product .product-info .product-cart a.btn.btn-link {
      letter-spacing: inherit;
      color: #000000; }
      .product .product-info .product-cart a.btn.btn-link i {
        font-size: 11px; }
      .product .product-info .product-cart a.btn.btn-link:hover {
        color: #fe6c61; }
  .product .product-price-cart {
    height: 24px;
    overflow: hidden;
    line-height: 24px; }
  .product:hover .product-price-cart .product-price {
    margin-top: -22px; }

/* Owl Carousel */
.owl-carousel .product {
  margin-bottom: 0; }

/* Product Style 01 */
.product-style-1 .product-info {
  padding: 40px;
  background: #ffffff;
  margin-right: -100px;
  z-index: 9;
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .product-style-1 .product-info .btn-link {
    color: #333333; }
    .product-style-1 .product-info .btn-link:hover {
      color: #fe6c61; }

.product-style-1 .product-img {
  position: relative;
  margin-right: 30px; }
  .product-style-1 .product-img .product-offer {
    -webkit-transform: rotateZ(-90deg);
            transform: rotateZ(-90deg);
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    position: absolute;
    top: 8px;
    right: -7px; }
    .product-style-1 .product-img .product-offer p {
      text-transform: uppercase;
      color: #666666;
      font-weight: 400; }

/* Product Style 02 */
.product.product-style-02 .product-image .wishlist {
  position: absolute;
  top: 25px;
  right: 25px; }
  .product.product-style-02 .product-image .wishlist i {
    color: #333333; }

.product.product-style-02 .product-image .product-quick-view {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
  .product.product-style-02 .product-image .product-quick-view .btn i {
    font-size: 12px; }

.product.product-style-02:hover .product-quick-view {
  bottom: 0px; }

/* Product Detail */
.shop-single .nav-item .nav-link {
  font-size: 14px; }

.shop-single .product-detail .product-price-rating .product-price {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-price-rating .product-price h4 span {
      font-size: 24px;
      color: #fe6c61;
      margin-left: 8px; }

.shop-single .product-detail .product-price-rating .product-rating {
  margin: 30px 0 20px; }
  .shop-single .product-detail .product-price-rating .product-rating i {
    color: #eabd02; }
  .shop-single .product-detail .product-price-rating .product-rating a {
    color: #999999; }
    .shop-single .product-detail .product-price-rating .product-rating a:hover {
      color: #fe6c61; }

.shop-single .product-detail .product-summary {
  margin-top: 30px; }
  .shop-single .product-detail .product-summary a {
    color: #333333;
    margin-right: 10px; }
    .shop-single .product-detail .product-summary a i {
      color: #fe6c61;
      margin-right: 10px; }
    .shop-single .product-detail .product-summary a:hover {
      color: #fe6c61; }

.shop-single .product-detail hr {
  margin: 30px 0; }

.shop-single .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .shop-single .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0; }
    .shop-single .product-detail .product-detail-meta span a {
      color: #999999; }
      .shop-single .product-detail .product-detail-meta span a:hover {
        color: #fe6c61; }

.shop-single .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }
  .shop-single .product-detail .product-detail-social span {
    font-weight: 700; }
  .shop-single .product-detail .product-detail-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    margin-bottom: 0; }
    .shop-single .product-detail .product-detail-social ul li {
      list-style-type: none;
      margin-right: 20px;
      font-size: 16px; }
      .shop-single .product-detail .product-detail-social ul li a {
        color: #999999; }
        .shop-single .product-detail .product-detail-social ul li a:hover {
          color: #fe6c61; }

.shop-single .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px; }

.shop-single .swatch-colored ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 4px; }

.shop-single .product-detail-size ul li {
  margin: 0 4px;
  color: #333333; }

/* Product Detail */
.quick-view .nav-item .nav-link {
  font-size: 14px; }

.quick-view .product-detail .product-price-rating .product-price {
  margin-bottom: 20px; }
  .quick-view .product-detail .product-price-rating .product-price h4 {
    font-size: 20px;
    margin-bottom: 0; }
    .quick-view .product-detail .product-price-rating .product-price h4 span {
      font-size: 24px;
      color: #fe6c61;
      margin-left: 8px; }

.quick-view .product-detail .product-price-rating .product-rating {
  margin: 30px 0 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .quick-view .product-detail .product-price-rating .product-rating i {
    color: #eabd02; }
  .quick-view .product-detail .product-price-rating .product-rating a {
    color: #999999; }
    .quick-view .product-detail .product-price-rating .product-rating a:hover {
      color: #fe6c61; }

.quick-view .product-detail .product-summary {
  margin-top: 30px; }
  .quick-view .product-detail .product-summary a {
    color: #333333;
    margin-right: 10px; }
    .quick-view .product-detail .product-summary a i {
      color: #fe6c61;
      margin-right: 10px; }
    .quick-view .product-detail .product-summary a:hover {
      color: #fe6c61; }

.quick-view .product-detail hr {
  margin: 30px 0; }

.quick-view .product-detail .product-detail-meta {
  margin-bottom: 20px; }
  .quick-view .product-detail .product-detail-meta span {
    display: block;
    margin: 10px 0; }
    .quick-view .product-detail .product-detail-meta span a {
      color: #999999; }
      .quick-view .product-detail .product-detail-meta span a:hover {
        color: #fe6c61; }

.quick-view .product-detail .product-detail-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0; }
  .quick-view .product-detail .product-detail-social span {
    font-weight: 700; }
  .quick-view .product-detail .product-detail-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 15px;
    margin-bottom: 0; }
    .quick-view .product-detail .product-detail-social ul li {
      list-style-type: none;
      margin-right: 20px;
      font-size: 16px; }
      .quick-view .product-detail .product-detail-social ul li a {
        color: #999999; }
        .quick-view .product-detail .product-detail-social ul li a:hover {
          color: #fe6c61; }

.quick-view .product-detail .input-group {
  width: 90px;
  float: left;
  margin-right: 20px; }

.quick-view .swatch-colored ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin: 0 4px; }

.quick-view .product-detail-size ul li {
  margin: 0 4px;
  color: #333333; }

.quick-view .modal {
  cursor: text; }

.quick-view .close {
  position: absolute;
  right: 15px;
  top: 10px; }

.form-group .product-rating {
  color: #fe6c61; }

.slider-slick .slider-nav .slick-track .slick-slide {
  margin-left: 5px;
  margin-right: 5px; }

.slider-slick .slick-prev {
  display: none !important; }

.slider-slick .slick-next {
  display: none !important; }

/* Comment List */
.commentlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .commentlist .comment-content {
    padding: 15px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #f5f5f5; }
    .commentlist .comment-content .reviews {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .commentlist .comment-content .reviews .rating {
        margin-left: auto; }
        .commentlist .comment-content .reviews .rating i {
          color: #fe6c61; }
  .commentlist .comment-author img {
    width: 50px; }

.shop-single .tab-pane .table.table-bordered tbody th {
  width: 100px;
  background: #f5f5f5; }

.form-check-label {
  padding-left: 20px; }

/* Thumbnail Left */
.thumbnail-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 412px; }
  .thumbnail-left .slick-vertical .slick-list {
    padding: 0 !important; }
  .thumbnail-left .slick-vertical .slick-slide {
    width: auto !important; }
  .thumbnail-left .slick-vertical .slick-track {
    margin-right: 10px; }
  .thumbnail-left .main-container {
    width: 100%; }
  .thumbnail-left .nav-container img {
    max-height: 168px; }
  .thumbnail-left .slider-nav .slick-track .slick-slide {
    max-height: 168px;
    margin: 0 0 10px 0; }

/* Shop Sticky Image */
.shop-single .card-body .table.table-bordered tbody th {
  width: 100px;
  background: #f5f5f5; }

/* Shop Sidebar */
.shop-sidebar .widget {
  margin-bottom: 50px; }
  .shop-sidebar .widget .price-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .shop-sidebar .widget .price-filter a {
      margin-left: auto; }
  .shop-sidebar .widget .social ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 20px;
    font-size: 16px; }
  .shop-sidebar .widget .widget-categories ul li a {
    font-size: 14px;
    color: #999999;
    line-height: 32px;
    display: block; }
    .shop-sidebar .widget .widget-categories ul li a:hover {
      color: #fe6c61; }
  .shop-sidebar .widget .tagcloud ul li {
    margin-bottom: 10px;
    display: inline-block; }
    .shop-sidebar .widget .tagcloud ul li a {
      color: #999999;
      line-height: 32px;
      border: 1px solid #f5f5f5;
      padding: 2px 20px;
      margin-right: 6px;
      display: block;
      font-size: 13px; }
      .shop-sidebar .widget .tagcloud ul li a:hover {
        background: #fe6c61;
        border: 1px solid #fe6c61;
        color: #ffffff; }
  .shop-sidebar .widget .product-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px; }
    .shop-sidebar .widget .product-list .product-info a {
      color: #333333; }
      .shop-sidebar .widget .product-list .product-info a:hover {
        color: #fe6c61; }
    .shop-sidebar .widget .product-list .product-info .product-title {
      font-size: 16px;
      margin-bottom: 10px; }
  .shop-sidebar .widget .custom-control-label:before {
    top: 3px; }
  .shop-sidebar .widget .custom-control-label:after {
    top: 3px; }

.shop-sidebar .custom-checkbox {
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .shop-sidebar .custom-checkbox:last-child {
    margin-bottom: 0; }
  .shop-sidebar .custom-checkbox span {
    margin-left: auto; }

.shop-sidebar .custom-control-label:before {
  top: 0; }

.shop-sidebar .custom-control-label:after {
  top: 0; }

.search-field {
  padding: 14px 20px;
  color: #999999;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f5f5f5;
  height: 52px;
  width: 100%; }

/* Checkout */
.checkout-info {
  padding: 25px 25px 25px 120px;
  background: #f5f5f5;
  position: relative; }
  .checkout-info:before {
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 25px;
    content: "\f2f6";
    font-size: 60px;
    font-family: "Font Awesome 5 Free";
    z-index: 1;
    color: #cccccc;
    font-weight: 700; }

.login-form-toggle {
  padding: 20px;
  border: 1px solid #f5f5f5; }

.checkout-info-coupon .checkout-info:before {
  content: "\f3ff"; }

.checkout-info-coupon .checkout-coupon {
  padding: 20px;
  border: 1px solid #f5f5f5; }

.checkout {
  border: 1px solid #f5f5f5; }
  .checkout .billing-fields {
    padding: 20px;
    background: #f5f5f5; }
  .checkout .billing-form {
    padding: 30px 20px; }

.address-checkbox {
  padding: 20px 40px;
  background: #f5f5f5; }
  .address-checkbox .custom-control-label:before {
    top: 8px; }
  .address-checkbox .custom-control-label:after {
    top: 8px; }

.checkout-review-order {
  border: 1px solid #f5f5f5; }
  .checkout-review-order .review-order {
    padding: 20px;
    background: #f5f5f5; }
  .checkout-review-order .checkout-review {
    padding: 30px 20px; }
    .checkout-review-order .checkout-review .table tr th {
      padding: 15px 0;
      font-size: 18px;
      font-weight: 400; }
    .checkout-review-order .checkout-review .table tr th.shipping {
      font-size: 14px; }
    .checkout-review-order .checkout-review .table tr td {
      padding: 15px 0;
      color: #999999; }
    .checkout-review-order .checkout-review .table tr td.amount {
      font-size: 18px; }
    .checkout-review-order .checkout-review .payment-methods img {
      max-height: 52px; }

/* Cart */
.table.table-bordered {
  border: 1px solid #f5f5f5;
  margin-bottom: 0; }
  .table.table-bordered thead tr {
    background: #f5f5f5; }
  .table.table-bordered tr th {
    border: none;
    padding: 15px 10px;
    color: #333333; }
  .table.table-bordered tr td {
    border: none;
    border-top: 1px solid #f5f5f5;
    padding: 15px 10px;
    color: #999999;
    vertical-align: middle; }
    .table.table-bordered tr td.product-remove {
      padding: 15px 25px;
      text-align: center; }
    .table.table-bordered tr td.product-quantity .form-control {
      width: 100px; }
    .table.table-bordered tr td a {
      color: #333333; }
      .table.table-bordered tr td a:hover {
        color: #fe6c61; }
    .table.table-bordered tr td a.btn-outline-light {
      color: #999999; }
      .table.table-bordered tr td a.btn-outline-light:hover {
        color: #ffffff; }
    .table.table-bordered tr td .form-group {
      margin-bottom: 0px; }

.cart-table.actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f5f5f5;
  border-top: none;
  padding: 15px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .cart-table.actions .coupon .form-inline .form-group .form-control {
    width: 340px;
    padding-right: 160px;
    background: #f5f5f5; }
  .cart-table.actions .coupon .form-inline .btn {
    top: 0;
    right: 0;
    width: inherit;
    height: 48px;
    padding: 15px 30px;
    font-size: 10px; }
  .cart-table.actions .update-cart {
    margin-left: auto; }

.table td.product-thumbnail img {
  width: 70px;
  height: auto; }

.cart-totals {
  border: 1px solid #f5f5f5; }
  .cart-totals .cart-totals-title {
    background: #f5f5f5;
    padding: 20px;
    text-align: center; }
  .cart-totals .table tr th {
    text-align: left;
    border: none;
    border-top: 1px solid #f5f5f5;
    vertical-align: top;
    padding: 15px;
    font-weight: 400; }
  .cart-totals .table tr td {
    text-align: right;
    border: none;
    border-top: 1px solid #f5f5f5;
    padding: 15px;
    font-weight: 400; }
  .cart-totals .table tr.shipping .form-group {
    margin-bottom: 0; }
  .cart-totals .table tr.shipping .form-check-label {
    padding-left: 0px; }
  .cart-totals .table tr.shipping p {
    margin-bottom: 0; }
  .cart-totals .table tr.order-total th {
    font-size: 18px; }
  .cart-totals .table tr.order-total td {
    font-size: 26px; }
  .cart-totals .table .cart-subtotal th {
    font-size: 18px;
    border: none; }
  .cart-totals .table .cart-subtotal td {
    font-size: 18px;
    border: none; }

/* Order List */
.order-list .product-actions .btn {
  padding: 10px 20px;
  color: #999999; }
  .order-list .product-actions .btn:hover {
    color: #ffffff; }

/* Order details */
.order-details .table.table-bordered tr td {
  border-left: 1px solid #f5f5f5; }

/* Pagination */
.pagination .page-item {
  margin: 3px; }
  .pagination .page-item .page-link {
    display: inline-block;
    border: 1px solid #f5f5f5;
    padding: 0 10px;
    font-size: 15px;
    color: #999999;
    min-width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: inherit; }
    .pagination .page-item .page-link:hover {
      background: transparent;
      color: #fe6c61;
      border-color: #fe6c61; }
    .pagination .page-item .page-link:focus {
      -webkit-box-shadow: none;
              box-shadow: none; }

.pagination .page-item.active .page-link {
  background: transparent;
  color: #fe6c61;
  border-color: #fe6c61; }

.widget .widget-categories .categories-rating i {
  font-size: 12px;
  line-height: 12px;
  color: #ffb100; }

.widget .widget-categories .categories-rating span {
  color: #999999;
  font-size: 14px;
  line-height: 1; }

.widget .widget-categories .categories-rating:hover span {
  color: #fe6c61; }

/* Shop Categories */
.shop-categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .shop-categories .category-name {
    color: #999999;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shop-categories .category-count {
    border: 1px solid #999999;
    color: #999999;
    font-size: 12px;
    line-height: 18px;
    margin-left: 5px;
    padding: 0 5px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shop-categories:hover .category-name {
    color: #fe6c61; }
  .shop-categories:hover .category-count {
    color: #fe6c61;
    border: 1px solid #fe6c61; }

/* off Canvas Sidebar */
.offcanvas-sidebar .shop-sidebar {
  position: fixed;
  top: 0px;
  bottom: 0;
  right: 100%;
  left: -300px;
  width: 300px;
  padding-right: 1rem;
  padding-left: 1rem;
  overflow-y: auto;
  visibility: hidden;
  z-index: 999;
  background-color: #fff;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  -webkit-transition-property: left, visibility;
  transition-property: left, visibility; }

.offcanvas-sidebar.open .shop-sidebar {
  left: 0;
  visibility: visible; }

.offcanvas-sidebar.open .offcanvas-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #00000080;
  left: 0;
  top: 0;
  z-index: 999; }

/*************************************
         Shuffle
 *************************************/
.my-shuffle-container.columns-1 .grid-item {
  width: 100%;
  padding: 15px; }

.my-shuffle-container.columns-2 .grid-item {
  width: 50%;
  padding: 15px; }

.my-shuffle-container.columns-3 .grid-item {
  width: 33.33333333%;
  padding: 15px; }

.my-shuffle-container.columns-4 .grid-item {
  width: 25%;
  padding: 10px; }

.my-shuffle-container.columns-5 .grid-item {
  width: 20%;
  padding: 15px; }

.my-shuffle-container.columns-6 .grid-item {
  width: 16.666666%;
  padding: 0px; }

/* Product */
.filters-group button {
  padding: 0;
  border: inherit;
  background: inherit;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 30px; }

.filters-group .btn-filter {
  color: #999999;
  letter-spacing: 1px; }

.filters-group .btn-filter.active {
  color: #333333; }

.my-shuffle-container .grid-item {
  width: 25%;
  padding: 15px; }

/* Product Sale */
.product-offer-item {
  position: relative;
  padding-left: 110px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .product-offer-item .product-offer-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .product-offer-item .product-offer-inner .product-offer-tag {
      color: #666666;
      letter-spacing: 2.8px;
      margin-bottom: 0;
      position: absolute;
      left: -10px;
      top: 160px;
      text-transform: uppercase;
      -webkit-transform: rotate(-90deg);
              transform: rotate(-90deg); }
      .product-offer-item .product-offer-inner .product-offer-tag:before {
        content: "";
        width: 20px;
        height: 1px;
        background: #666666;
        position: absolute;
        top: 50%;
        left: -30px;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .product-offer-item .product-offer-inner .product-offer-title {
      line-height: 22px;
      background: #ffffff;
      padding: 20px 25px;
      margin-bottom: 0;
      position: absolute;
      bottom: 170px;
      left: 0;
      margin: calc(0% - 110px);
      max-width: 210px; }
      .product-offer-item .product-offer-inner .product-offer-title a:hover {
        color: #fe6c61; }
    .product-offer-item .product-offer-inner .product-offer-img {
      position: relative; }

/* Compare product */
.table.compare-product thead tr {
  background: transparent; }

.table.compare-product tr th {
  width: 300px; }

.table.compare-product tr td {
  width: 300px; }

.table.compare-product tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, 0.01); }

/*****************************
  Responsive
*****************************/
@media (max-width: 1366px) {
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 346px; }
    .thumbnail-left .nav-container img {
      max-height: 141px; } }

@media (max-width: 1199px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 25%; }
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 340px; }
    .thumbnail-left .nav-container img {
      max-height: 137px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-title {
    bottom: 130px; } }

@media (max-width: 991px) {
  .my-shuffle-container.columns-4 .grid-item {
    width: 33%; }
  .shop-sidebar .widget {
    margin-bottom: 30px; }
  .product-style-1 .product-info {
    padding: 20px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-tag {
    top: 120px; } }

@media (max-width: 767px) {
  .my-shuffle-container.columns-3 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-4 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-5 .grid-item {
    width: 50%; }
  .my-shuffle-container.columns-6 .grid-item {
    width: 50%; }
  /* Tab */
  .nav-tabs .nav-link {
    padding: 0 12px 10px;
    font-size: 14px; }
  .cart-table .actions .coupon .form-inline .form-group .form-control {
    width: 300px;
    padding-right: 160px; }
  .filters-group button {
    margin: 0 10px; } }

@media (max-width: 575px) {
  .my-shuffle-container.columns-2 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-3 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-4 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-5 .grid-item {
    width: 100%; }
  .my-shuffle-container.columns-6 .grid-item {
    width: 100%; }
  /* Shop cart */
  .cart-table .actions .coupon .form-inline .form-group .form-control {
    width: 270px;
    padding-right: 160px; }
  .cart-table .actions .coupon .form-inline .btn {
    padding: 15px; }
  .pagination .page-item .page-link {
    font-size: 14px;
    min-width: 30px;
    height: 30px;
    line-height: 30px; }
  .product-style-1 .product-info {
    padding: 15px;
    margin-right: -75px; }
    .product-style-1 .product-info h4 {
      font-size: 18px;
      line-height: 26px; }
  /* Thumbnail Left */
  .thumbnail-left {
    max-width: 213px; }
    .thumbnail-left .nav-container img {
      max-height: 83px; }
  .shop-single .nav-tabs.nav-tabs-style-02 .nav-link {
    font-size: 10px;
    padding: 4px 6px 4px; }
  /* Comment list */
  .commentlist .comment-content .reviews {
    display: inherit; }
  .commentlist .comment-content p {
    margin-bottom: 5px; }
  .commentlist .comment-content .reviews .rating {
    margin-bottom: 10px; }
  /* Product Sale */
  .product-offer-item .product-offer-inner .product-offer-tag {
    top: 55px; }
  .product-offer-item .product-offer-inner .product-offer-title {
    padding: 6px 25px;
    max-width: 260px;
    bottom: 115px; } }

/*****************************
  Not Found
*****************************/
.error-404 h1 {
  font-size: 200px;
  line-height: 1;
  color: #fe6c61;
  margin-bottom: 10px; }

.error-404 h4 {
  font-size: 30px;
  margin-bottom: 30px; }

@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 120px;
    line-height: 1; }
  .error-404 h4 {
    font-size: 24px;
    line-height: 36px; } }

@media (max-width: 575px) {
  /* Error 404 */
  .error-404 h1 {
    font-size: 80px;
    line-height: 1; } }

/*****************************
  Footer
*****************************/
.footer {
  margin: 0 60px; }
  .footer .title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: 30px; }
  .footer .small {
    letter-spacing: 0.5px; }
  .footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .footer .footer-link ul {
      padding-right: 50px; }
      .footer .footer-link ul:last-child {
        padding-right: 0px; }
      .footer .footer-link ul li a {
        font-size: 11px;
        line-height: 1;
        color: #999999;
        padding: 6px 0px;
        display: block; }
      .footer .footer-link ul li:hover a {
        color: #fe6c61; }
      .footer .footer-link ul li:first-child a {
        padding-top: 0; }
      .footer .footer-link ul li:last-child a {
        padding-bottom: 0; }
  .footer .copyright {
    padding: 40px 0; }
    .footer .copyright a {
      color: #999999; }
      .footer .copyright a:hover {
        color: #fe6c61; }

/* Social icon */
.social-icon {
  margin-top: 35px; }
  .social-icon li {
    display: inline-block;
    margin-right: 25px; }
    .social-icon li:last-child {
      margin-right: 0; }
    .social-icon li a {
      font-size: 18px;
      color: #000000; }
    .social-icon li:hover a {
      color: #fe6c61; }

/* subscribe */
.footer-subscribe form .form-group .form-control {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.02);
  color: #ffffff; }

.footer-subscribe form .form-group .form-control:-moz-placeholder {
  color: #ffffff; }

.footer-subscribe form .form-group .form-control:-ms-input-placeholder {
  color: #ffffff; }

.footer-subscribe form .form-group .form-control:-webkit-input-placeholder {
  color: #ffffff; }

/* Footer 02 */
.footer.footer-02 {
  padding: 30px 0px 80px;
  margin: 0; }
  .footer.footer-02 .title {
    color: #ffffff; }
  .footer.footer-02 .social-icon li a {
    color: #ffffff; }
    .footer.footer-02 .social-icon li a:hover {
      color: #fe6c61; }
  .footer.footer-02 .form-inline .btn {
    background: inherit;
    color: #000000; }
    .footer.footer-02 .form-inline .btn:hover {
      color: #fe6c61; }

/*****************************
  Responsive
*****************************/
@media (max-width: 991px) {
  .footer .social-icon li {
    margin-right: 30px; } }

@media (max-width: 767px) {
  .footer {
    margin: 0 30px; }
    .footer .social-icon li {
      margin-right: 20px; }
  .footer.footer-02 {
    padding: 30px 0px 30px; } }

@media (max-width: 575px) {
  .footer {
    margin: 0 15px; }
    .footer .title {
      margin-bottom: 20px; }
    .footer .footer-link {
      display: inline-block; }
      .footer .footer-link ul {
        margin-right: 0; }
    .footer .social-icon {
      margin-top: 15px; }
    .footer .copyright {
      padding: 30px 0; } }

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