.bg-custom {
  background-color: #f27a21;
  color: #fff;
}

.bg-custom2 {
  background-color: #51cdeb;
  color: #fff;
}

.bg-custom6 {
  background-color: #81ccfc;
  color: #fff;
}

.bg-custom7 {
  background-color: #73c6fc;
  color: #fff;
}

.bg-dark {
  background-color: #171717;
  color: #fff;
}

.bg-darker {
  background-color: #101010;
  color: #fff;
}

.bg-gray {
  background-color: #f0f0f0;
}

.bg-gray2 {
  background-color: #eee;
}

.bg-gray3 {
  background-color: #f8f8f8;
}

.bg-white {
  background-color: #fff;
}

.icon {
  background-image: url("../images/sprite.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 0.75), (min-resolution: 72dpi) {
  .icon {
    background-image: url("../images/sprite%402x.png");
    background-size: 140px 9680px;
  }
}

/* ----------- 1.General --------------
--------------------------------------*/
body {
  color: #888888;
  font: 400 15px/1.6 Arial, sans-serif;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container-fluid.max {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 1200px) {
  .container-fluid .row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .container-fluid .row [class*="col-"],
  .container-fluid .row .col-5 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1600px) {
  .container-fluid .row.row-lg {
    margin-left: -25px;
    margin-right: -25px;
  }
  .container-fluid .row.row-lg [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (min-width: 1200px) {
  .container-fluid .row.row-sm {
    margin-left: -15px;
    margin-right: -15px;
  }
  .container-fluid .row.row-sm [class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid .row.fullwidth {
  margin: 0;
}

.container-fluid .row.fullwidth [class*="col-"] {
  padding: 0;
}

.container-fluid.fullwidth {
  padding: 0;
}

.container-fluid.fullwidth .row {
  margin: 0;
}

.container-fluid.fullwidth [class*="col-"] {
  padding: 0;
}

@media (min-width: 1600px) {
  .col-xlg-5 {
    width: 20%;
  }
}

/* Custom grid for 5 columns */
.col-5 {
  position: relative;
}

@media (min-width: 992px) {
  .col-5 {
    float: left;
    width: 20%;
  }
}

.visible-xlg {
  display: none;
}

@media (min-width: 1600px) {
  .visible-xlg {
    display: block;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1230px;
  }
}

#wrapper {
  background-color: #fff;
}

@media (min-width: 1920px) {
  #wrapper.boxed .container-fluid {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
  }
}

::-moz-selection {
  background-color: #f27a21;
  color: #fff;
}

::selection {
  background-color: #f27a21;
  color: #fff;
}

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

.main ul{
  list-style: square;
  padding: 0;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 20px;
}

.main ol {
  list-style: decimal;
  padding: 0;
  margin: 0;
  margin-left: 30px;
  margin-bottom: 20px;
}

a:focus, a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none !important;
}

iframe {
  border: none;
  outline: none;
}

@media (max-width: 480px) {
  .col-xss-12 {
    width: 100%;
    float: none;
  }
}

.visible-xss {
  display: none;
}

@media (max-width: 480px) {
  .visible-xss {
    display: block;
  }
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #e6e6e6;
}

.text-white {
  color: #fff;
}

.text-underline {
  text-decoration: underline;
}

.bg-image,
.parallax {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.parallax {
  background-attachment: fixed;
}

.overlay-container {
  position: relative;
}

.overlay-container > .container,
.overlay-container > .container-fluid {
  position: relative;
  z-index: 1;
}

.overlay-container .overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.4;
  background-color: #000;
  z-index: 0;
}

.overlay-container .overlay.custom {
  background-color: #f27a21;
}

.overlay-container .overlay.custom2 {
  background-color: #51cdeb;
}

.overlay-container .overlay.light {
  background-color: #fff;
}

.carousel-overflow-container {
  overflow: hidden;
}

.carousel-overflow-container.row {
  margin-left: -18px;
  margin-right: -18px;
}

@media (min-width: 1200px) {
  .carousel-overflow-container.row {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.carousel-overflow-container.row [class*="col-"] {
  padding-left: 18px;
  padding-right: 18px;
}

@media (min-width: 1200px) {
  .carousel-overflow-container.row [class*="col-"] {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.carousel-overflow-container .swiper-container,
.carousel-overflow-container .swiper-wrapper {
  overflow: visible !important;
}

/* ----------- 2.Typography -----------
--------------------------------------*/
/* Elements Typography */
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  line-height: 1;
  font-family: "Hind", sans-serif;
  color: #666;
  margin: 0 0 33px;
  letter-spacing: 0.7px;
}

h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  color: inherit;
}

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

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

h3,
.h3 {
  font-size: 22px;
  margin-bottom: 28px;
}

h4,
.h4 {
  font-size: 18px;
  margin-bottom: 23px;
}

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

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

a {
  color: #f27a21;
  transition: color 0.4s;
}

a:hover, a:focus {
  color: #0092d6;
  text-decoration: none;
}

.text-custom {
  color: #f27a21 !important;
}

.text-custom2 {
  color: #51cdeb !important;
}

.text-custom3 {
  color: #7ccbfb !important;
}

.text-custom4 {
  color: #ed4e24 !important;
}

.text-custom5 {
  color: #6ed1ff !important;
}

.text-white {
  color: #fff !important;
}

.text-muted {
  color: #c0c0c0;
}

blockquote {
  position: relative;
  padding: 28px 50px 29px 70px;
  margin: 0 0 20px;
  background-color: #f6f6fa;
  border: none;
  border-radius: 6px;
  font: italic 400 16px/1.55 "Fira Sans", Arial, sans-serif;
  color: #7e8282;
}

@media (max-width: 767px) {
  blockquote {
    padding: 23px 20px 21px 50px;
  }
}

blockquote:after {
  content: '';
  display: block;
  width: 22px;
  height: 16px;
  background-image: url("../images/quote-icon.png");
  position: absolute;
  left: 30px;
  top: 30px;
}

@media (max-width: 767px) {
  blockquote:after {
    top: 22px;
    left: 18px;
  }
}

blockquote p {
  margin-bottom: 8px;
}

blockquote cite {
  margin-top: 16px;
  font-size: 17px;
  font-weight: 400;
  font-style: italic;
  color: #a4a8a8;
}

blockquote.blockquote-reverse {
  border: none;
  padding: 28px 70px 29px 50px;
}

@media (max-width: 767px) {
  blockquote.blockquote-reverse {
    padding: 23px 50px 21px 20px;
  }
}

blockquote.blockquote-reverse:after {
  background-image: url("../images/quote-icon-reverse.png");
  left: auto;
  right: 30px;
}

@media (max-width: 767px) {
  blockquote.blockquote-reverse:after {
    left: auto;
    top: 22px;
    right: 18px;
  }
}

p {
  margin-bottom: 20px;
}

.highlight {
  background-color: #666;
  color: #fff;
  padding: 0 4px;
}

.highlight.custom {
  background-color: #f27a21;
}

.highlight.custom2 {
  background-color: #51cdeb;
}

.text-lineth {
  text-decoration: line-through;
}

.text-underline {
  text-decoration: underline;
}

.dropcap::first-letter {
  font: 500 2.7em/1.18 Arial, sans-serif;
  padding: 0 0.12em 0;
  float: left;
  margin-right: 0.2em;
  color: #fff;
  background-color: #101010;
}

.dropcap.gray::first-letter {
  color: #666;
  background-color: #cecece;
}

.dropcap.custom::first-letter {
  background-color: #f27a21;
}

.dropcap.custom2::first-letter {
  color: #fff;
  background-color: #51cdeb;
}

@media (min-width: 768px) {
  .title-container h2, .title-container h3, .title-container h4, .title-container h5 {
    margin-top: 12px;
    float: left;
  }
}

@media (max-width: 767px) {
  .title-container h2, .title-container h3, .title-container h4, .title-container h5 {
    margin-bottom: 15px;
  }
}

@media (min-width: 480px) {
  .carousel-header {
    margin-bottom: 33px;
  }
}

.carousel-header.bordered {
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 19px;
  margin-bottom: 30px;
}

.carousel-header:after {
  content: '';
  clear: both;
  display: table;
}

.carousel-title {
  margin-bottom: 12px;
  color: #585858;
  font-weight: 700;
}

@media (min-width: 480px) {
  .carousel-header .carousel-title {
    float: left;
    margin-bottom: 0;
    margin-top: 10px;
  }
}

.carousel-title.v2 {
  font-weight: 400;
  font-family: "Fira Sans", Arial, sans-serif;
  margin-bottom: 26px;
}

@media (min-width: 768px) {
  .carousel-title.v2 {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .carousel-title.v2 {
    margin-bottom: 44px;
  }
}

/* ----------- 3.Elements ------------
--------------------------------------*/
/* Page Header */
.page-header {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}

.page-header h1 {
  font-family: "Hind", sans-serif;
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  color: #777;
  text-transform: uppercase;
  margin: 15px 0 0;
}

@media (min-width: 768px) {
  .page-header h1 {
    margin: 16px 0 12px;
    float: left;
  }
}

@media (min-width: 768px) {
  .page-header h1 + .breadcrumb {
    float: right;
  }
}

.page-header.larger {
  padding: 6px 0;
}

.page-header.largest {
  padding: 41px 0 40px;
  margin-bottom: 70px;
}

@media (min-width: 1200px) {
  .page-header.largest {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .page-header.largest {
    margin-bottom: 90px;
  }
}

.page-header.largest h1 {
  float: none;
  font: 700 45px/1 "Fira Sans", Arial, sans-serif;
  margin: 0 0 12px;
}

.page-header.largest h1 + .breadcrumb {
  float: none;
}

.page-header.largest .breadcrumb {
  font-size: 12px;
  padding: 0;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .page-header.text-center:not(.largest) h1 {
    float: none;
    margin: 10px 0 0;
  }
  .page-header.text-center:not(.largest) h1 + .breadcrumb {
    float: none;
    padding-bottom: 5px;
  }
}

@media (min-width: 768px) {
  .page-header.text-right:not(.largest) h1 {
    float: right;
  }
  .page-header.text-right:not(.largest) h1 + .breadcrumb {
    float: left;
  }
}

/* Breadcrumb */
.breadcrumb {
  padding: 10px 0;
  margin: 0;
  background-color: transparent;
  border-radius: 0;
  letter-spacing: 0.7px;
  font: 500 13px/17px "Hind", sans-serif;
}

@media (min-width: 768px) {
  .breadcrumb {
    padding: 15.5px 0;
  }
}

.breadcrumb li a {
  color: #777777;
}

.breadcrumb li a:hover, .breadcrumb li a:focus {
  color: #f27a21;
}

.breadcrumb > .active {
  color: #b0afaf;
}

.breadcrumb li + li:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 9px;
  background-image: url("../images/breadcrumb-arrow.png");
  margin: 0 15px 0 10px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  .breadcrumb li + li:before {
    margin: 0 29px 0 25px;
  }
}

/* Custom Page Header */
.page-header.custom {
  background-color: #51cdeb;
}

.page-header.custom h1 {
  color: #fff;
}

.page-header.custom .breadcrumb li a {
  color: #fff;
}

.page-header.custom .breadcrumb li a:hover, .page-header.custom .breadcrumb li a:focus {
  color: #ace7f6;
}

.page-header.custom .breadcrumb > .active {
  color: #fff;
}

.page-header.custom .breadcrumb li + li:before {
  background-position: 0 -9px;
}

/* Page Header Parallax - Background Image */
.page-header.parallax,
.page-header.bg-image {
  position: relative;
}

.page-header.parallax:after,
.page-header.bg-image:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}

.page-header.parallax .container-fluid,
.page-header.parallax .container,
.page-header.bg-image .container-fluid,
.page-header.bg-image .container {
  position: relative;
  z-index: 2;
}

.page-header.parallax .breadcrumb li a:hover,
.page-header.parallax .breadcrumb li a:focus,
.page-header.bg-image .breadcrumb li a:hover,
.page-header.bg-image .breadcrumb li a:focus {
  color: #f27a21;
}

/* Elements Collapses */
.panel-group .panel + .panel {
  margin-top: -3px;
}

.panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: none;
}

.panel {
  background-color: transparent;
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  /* Panel Default */
  /* Panel Custom */
}

.panel .panel-heading {
  padding: 0;
  border-radius: 0;
  border: none;
}

.panel .panel-heading .panel-title {
  position: relative;
  font: 500 17px/1 "Hind", sans-serif;
  letter-spacing: 0.08em;
}

.panel .panel-heading .panel-title a {
  border: 3px solid transparent;
  display: block;
  padding: 22px 40px 19px 19px;
  transition: all 0.4s;
  text-transform: uppercase;
}

.panel .panel-heading .panel-title a:before {
  display: inline-block;
  font-family: 'FontAwesome';
  content: "\f106";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -8.5px;
  color: #8c8c8c;
}

.panel .panel-heading .panel-title a.collapsed:before {
  content: "\f107";
}

.panel .panel-body {
  padding: 35px 0;
}

@media (min-width: 1600px) {
  .panel .panel-body {
    padding: 45px 0;
  }
}

.panel .panel-body p {
  margin-bottom: 13px;
}

.panel .panel-body p:last-child {
  margin-bottom: 0;
}

.panel.panel-default .panel-heading {
  background-color: transparent;
}

.panel.panel-default .panel-heading a {
  color: #555555;
  background-color: transparent;
  border-color: #e7e7e7;
}

.panel.panel-default .panel-heading a:hover, .panel.panel-default .panel-heading a:focus {
  color: #333;
  background-color: transparent;
  border-color: #e7e7e7;
}

.panel.panel-custom .panel-heading .panel-title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 18px;
}

.panel.panel-custom .panel-heading .panel-title a {
  padding-top: 21px;
}

.panel.panel-custom .panel-heading a {
  color: #555555;
  border-color: #51cdeb;
}

.panel.panel-custom .panel-heading a:hover, .panel.panel-custom .panel-heading a:focus {
  color: #333;
  border-color: #51cdeb;
}

/* Elements Tabs */
.nav.nav-tabs {
  margin-bottom: 30px;
  border-bottom: 1px solid #ececec;
  font-size: 0;
}

@media (min-width: 768px) {
  .nav.nav-tabs {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .nav.nav-tabs {
    margin-bottom: 55px;
  }
}

.nav.nav-tabs > li {
  float: none;
  display: inline-block;
}

.nav.nav-tabs > li + li {
  margin-left: 2px;
}

@media (min-width: 768px) {
  .nav.nav-tabs > li + li {
    margin-left: 6px;
  }
}

@media (min-width: 992px) {
  .nav.nav-tabs > li + li {
    margin-left: 8px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-tabs > li + li {
    margin-left: 10px;
  }
}

.nav.nav-tabs > li > a {
  padding: 11px 6px 8px;
  font: 600 12px/1.5 "Hind", sans-serif;
  color: #c9c9c9;
  letter-spacing: 0.07em;
  transition: background 0.35s;
  border-color: #ececec;
  border-radius: 10px 10px 0 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav.nav-tabs > li > a {
    padding: 12px 18px 9px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .nav.nav-tabs > li > a {
    padding: 14px 22px 11px;
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-tabs > li > a {
    padding: 17px 30px 13px;
    font-size: 16px;
  }
}

.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:focus {
  background-color: #fff;
  color: #666666;
  border-color: #ececec;
}

.nav.nav-tabs > li.active > a {
  background-color: #fff;
  color: #666666;
  border-color: #ececec;
}

.nav.nav-tabs.v2 {
  max-width: 650px;
  margin: 0 auto 30px;
  border-bottom: 1px solid #f4f4f4;
}

.nav.nav-tabs.v2 > li {
  float: none;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}

@media (min-width: 480px) {
  .nav.nav-tabs.v2 > li {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .nav.nav-tabs.v2 > li {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 992px) {
  .nav.nav-tabs.v2 > li {
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-tabs.v2 > li {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.nav.nav-tabs.v2 > li + li {
  margin-left: 0;
}

.nav.nav-tabs.v2 > li > a {
  padding: 8px 8px 5px;
  font: 400 12px/1.5 "Fira Sans", Arial, sans-serif;
  color: #c3c3c3;
  letter-spacing: 0.1m;
  border-color: transparent;
  border-radius: 8px 8px 0 0;
  margin: 0;
}

@media (min-width: 480px) {
  .nav.nav-tabs.v2 > li > a {
    font-size: 13px;
    padding: 8px 14px 5px;
  }
}

@media (min-width: 768px) {
  .nav.nav-tabs.v2 > li > a {
    padding: 8px 20px 5px;
  }
}

@media (min-width: 768px) {
  .nav.nav-tabs.v2 > li > a {
    padding: 8px 20px 5px;
  }
}

.nav.nav-tabs.v2 > li > a:hover, .nav.nav-tabs.v2 > li > a:focus {
  background-color: transparent;
  color: #f27a21;
  border-color: #f4f4f4;
  border-bottom-color: #fff;
}

.nav.nav-tabs.v2 > li.active > a {
  background-color: transparent;
  color: #f27a21;
  border-color: #f4f4f4;
  border-bottom-color: #fff;
}

.nav.nav-icons.nav-justified {
  margin-bottom: 30px;
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0;
}

@media (min-width: 768px) {
  .nav.nav-icons.nav-justified {
    display: table;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .nav.nav-icons.nav-justified {
    margin-bottom: 45px;
  }
}

@media (min-width: 1600px) {
  .nav.nav-icons.nav-justified {
    margin-bottom: 55px;
  }
}

.nav.nav-icons.nav-justified > li {
  border: none;
  position: relative;
  font-size: 15px;
  line-height: 1;
}

@media (min-width: 768px) {
  .nav.nav-icons.nav-justified > li {
    width: auto;
  }
}

@media (max-width: 767px) {
  .nav.nav-icons.nav-justified > li {
    display: inline-block;
  }
}

.nav.nav-icons.nav-justified > li:first-child:before, .nav.nav-icons.nav-justified > li:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -1px;
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background-color: #e9e9e9;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  opacity: 0.15;
}

.nav.nav-icons.nav-justified > li:first-child:before {
  right: auto;
  left: -1px;
}

.nav.nav-icons.nav-justified > li + li {
  margin-left: 0;
}

.nav.nav-icons.nav-justified > li > a {
  padding: 0 5px;
  border: none;
  border-radius: 0;
  margin: 0;
}

.nav.nav-icons.nav-justified > li > a:hover, .nav.nav-icons.nav-justified > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.nav.nav-icons.nav-justified > li.active > a {
  background-color: transparent;
  border-color: transparent;
}

.nav-icons-container {
  background-color: #f2f2f2;
  overflow: hidden;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .nav-icons-container {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .nav-icons-container {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .nav-icons-container {
    margin-bottom: 70px;
  }
}

@media (min-width: 1600px) {
  .nav-icons-container {
    margin-bottom: 80px;
  }
}

.nav-icons-container .nav.nav-icons.nav-justified {
  margin-bottom: 0;
}

.nav-icons-container .nav.nav-icons.nav-justified > li:first-child:before, .nav-icons-container .nav.nav-icons.nav-justified > li:after {
  background-color: #e9e9e9;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 50%, transparent 100%);
  opacity: 0.15;
}

.nav-icons-container .nav.nav-icons.nav-justified > li > a {
  padding: 2.5px 2px 5.5px;
  border: none;
  border-radius: 0;
  margin: 0;
  border-top: 3px solid transparent;
}

@media (min-width: 768px) {
  .nav-icons-container .nav.nav-icons.nav-justified > li > a {
    padding-top: 8.5px;
    padding-bottom: 11.5;
  }
}

.nav-icons-container .nav.nav-icons.nav-justified > li > a:hover, .nav-icons-container .nav.nav-icons.nav-justified > li > a:focus {
  background-color: transparent;
  border-color: transparent;
}

.nav-icons-container .nav.nav-icons.nav-justified > li.active > a {
  background-color: #fff;
  border-top-color: #f27a21;
}

.tab-icon {
  display: inline-block;
  width: 55px;
  height: 55px;
}

.tab-icon.icon-camera {
  background-position: 0px -8608px;
}

li.active .tab-icon.icon-camera,
li:hover .tab-icon.icon-camera {
  background-position: 0px -8662px;
}

.tab-icon.icon-camera.icon2 {
  background-position: 0px -8500px;
}

li.active .tab-icon.icon-camera.icon2,
li:hover .tab-icon.icon-camera.icon2 {
  background-position: 0px -8554px;
}

.tab-icon.icon-monitor {
  background-position: 0px -7636px;
}

.active .tab-icon.icon-monitor,
li:hover .tab-icon.icon-monitor {
  background-position: 0px -7690px;
}

.tab-icon.icon-monitor.icon2 {
  background-position: 0px -7528px;
}

li.active .tab-icon.icon-monitor.icon2,
li:hover .tab-icon.icon-monitor.icon2 {
  background-position: 0px -7582px;
}

.tab-icon.icon-phone {
  background-position: 0px -7204px;
}

.active .tab-icon.icon-phone,
li:hover .tab-icon.icon-phone {
  background-position: 0px -7258px;
}

.tab-icon.icon-phone.icon2 {
  background-position: 0px -8014px;
}

li.active .tab-icon.icon-phone.icon2,
li:hover .tab-icon.icon-phone.icon2 {
  background-position: 0px -8392px;
}

.tab-icon.icon-headphone {
  background-position: 0px -7852px;
}

.active .tab-icon.icon-headphone,
li:hover .tab-icon.icon-headphone {
  background-position: 0px -7906px;
}

.tab-icon.icon-headphone.icon2 {
  background-position: 0px -7744px;
}

li.active .tab-icon.icon-headphone.icon2,
li:hover .tab-icon.icon-headphone.icon2 {
  background-position: 0px -7798px;
}

.tab-icon.icon-speaker {
  background-position: 0px -7042px;
}

.active .tab-icon.icon-speaker,
li:hover .tab-icon.icon-speaker {
  background-position: 0px -8878px;
}

.tab-icon.icon-speaker.icon2 {
  background-position: 0px -7150px;
}

li.active .tab-icon.icon-speaker.icon2,
li:hover .tab-icon.icon-speaker.icon2 {
  background-position: 0px -7096px;
}

.tab-icon.icon-owen {
  background-position: 0px -7420px;
}

.active .tab-icon.icon-owen,
li:hover .tab-icon.icon-owen {
  background-position: 0px -7474px;
}

.tab-icon.icon-owen.icon2 {
  background-position: 0px -7312px;
}

li.active .tab-icon.icon-owen.icon2,
li:hover .tab-icon.icon-owen.icon2 {
  background-position: 0px -7366px;
}

.tab-icon.icon-forma {
  background-position: 0px -8284px;
}

.active .tab-icon.icon-forma,
li:hover .tab-icon.icon-forma {
  background-position: 0px -8338px;
}

.tab-icon.icon-forma.icon2 {
  background-position: 0px -8176px;
}

li.active .tab-icon.icon-forma.icon2,
li:hover .tab-icon.icon-forma.icon2 {
  background-position: 0px -8230px;
}

.tab-icon.icon-projector {
  background-position: 0px -8716px;
}

.active .tab-icon.icon-projector,
li:hover .tab-icon.icon-projector {
  background-position: 0px -8446px;
}

.tab-icon.icon-projector.icon2 {
  background-position: 0px -8824px;
}

li.active .tab-icon.icon-projector.icon2,
li:hover .tab-icon.icon-projector.icon2 {
  background-position: 0px -8770px;
}

.tab-icon.icon-fridge {
  background-position: 0px -8068px;
}

.active .tab-icon.icon-fridge,
li:hover .tab-icon.icon-fridge {
  background-position: 0px -8122px;
}

.tab-icon.icon-fridge.icon2 {
  background-position: 0px -7960px;
}

li.active .tab-icon.icon-fridge.icon2,
li:hover .tab-icon.icon-fridge.icon2 {
  background-position: 0px -6988px;
}

/* Nav Pills */
.nav.nav-pills {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .nav.nav-pills {
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .nav.nav-pills {
    margin-bottom: 55px;
  }
}

.nav.nav-pills > li + li {
  margin-left: 2px;
}

.nav.nav-pills > li > a {
  position: relative;
  padding: 12px 6px 9px;
  font: 600 12px/1.5 "Hind", sans-serif;
  color: #b1b1b1;
  background-color: #ececec;
  letter-spacing: 0.07em;
  transition: background 0.35s;
  border: none;
  border-radius: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .nav.nav-pills > li > a {
    padding: 14px 10px 11px;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .nav.nav-pills > li > a {
    padding: 17px 12px 14px;
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .nav.nav-pills > li > a {
    padding: 20px 20px 16px;
    font-size: 16px;
  }
}

.nav.nav-pills > li > a:after {
  content: '';
  display: none;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #ececec transparent;
}

@media (min-width: 768px) {
  .nav.nav-pills > li > a:after {
    border-bottom-color: #fff;
  }
}

.nav.nav-pills > li > a:hover, .nav.nav-pills > li > a:focus {
  background-color: #f27a21;
  color: #fff;
}

.nav.nav-pills > li.active > a {
  background-color: #f27a21;
  color: #fff;
}

.nav.nav-pills > li.active > a:after {
  display: block;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 2px;
  }
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 3px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 4px;
  }
}

@media (min-width: 1600px) {
  .nav.nav-pills.nav-justified > li + li {
    padding-left: 6px;
  }
}

/* Nav Pills Bordered */
.nav.nav-pills.nav-bordered {
  margin-bottom: 22px;
  font-size: 0;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered {
    margin-bottom: 40px;
  }
}

.nav.nav-pills.nav-bordered > li {
  float: none;
  display: inline-block;
  margin: 0 5px;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 10px;
  }
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 15px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-pills.nav-bordered > li {
    margin: 0 23px;
  }
}

.nav.nav-pills.nav-bordered > li + li {
  margin-left: 0;
}

.nav.nav-pills.nav-bordered > li > a {
  position: relative;
  padding: 6px 14.5px 4px;
  font: 700 15px/1.5 "Hind", sans-serif;
  color: #9d9c9c;
  background-color: transparent;
  letter-spacing: 0.05em;
  transition: background 0.35s;
  border: 2px solid transparent;
  text-trnsform: uppercase;
  border-radius: 18px;
  margin: 0;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered > li > a {
    font-size: 16px;
    padding: 7px 23px 5px;
  }
}

.nav.nav-pills.nav-bordered > li > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered > li > a:hover, .nav.nav-pills.nav-bordered > li > a:focus {
  background-color: transparent;
  border-color: #f27a21;
  color: #f27a21;
}

.nav.nav-pills.nav-bordered > li.active > a {
  background-color: transparent;
  border-color: #f27a21;
  color: #f27a21;
}

.nav.nav-pills.nav-bordered > li.active > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered.simple-tabs {
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.simple-tabs {
    margin-bottom: 35px;
  }
}

.nav.nav-pills.nav-bordered.simple-tabs > li > a {
  color: #9d9c9c;
}

.nav.nav-pills.nav-bordered.simple-tabs > li > a:hover, .nav.nav-pills.nav-bordered.simple-tabs > li > a:focus {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #555555;
}

.nav.nav-pills.nav-bordered.simple-tabs > li.active > a {
  background-color: #eaeaea;
  border-color: #eaeaea;
  color: #555555;
}

.nav.nav-pills.nav-bordered.v2 {
  font-size: 0;
}

.nav.nav-pills.nav-bordered.v2 > li {
  margin: 0 6px;
}

@media (min-width: 768px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 12px;
  }
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 17px;
  }
}

@media (min-width: 1200px) {
  .nav.nav-pills.nav-bordered.v2 > li {
    margin: 0 25px;
  }
}

.nav.nav-pills.nav-bordered.v2 > li > a {
  padding: 6px 14.5px 4px;
  font: 400 16px/1.5 "Fira Sans", Arial, sans-serif;
  color: #bcbcbc;
  font-style: italic;
  text-transform: capitalize;
}

@media (min-width: 992px) {
  .nav.nav-pills.nav-bordered.v2 > li > a {
    font-size: 17px;
    padding: 6.5px 26px 4.5px;
  }
}

.nav.nav-pills.nav-bordered.v2 > li > a:after {
  display: none;
}

.nav.nav-pills.nav-bordered.v2 > li > a:hover, .nav.nav-pills.nav-bordered.v2 > li > a:focus {
  background-color: transparent;
  border-color: #f27a21;
  color: #f27a21;
}

.nav.nav-pills.nav-bordered.v2 > li.active > a {
  background-color: transparent;
  border-color: #f27a21;
  color: #f27a21;
}

.nav.nav-pills.nav-bordered.v2 > li.active > a:after {
  display: none;
}

.tab-content {
  font-size: 16px;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .tab-content {
    font-size: 17px;
  }
}

.tab-content p {
  margin-bottom: 20px;
}

.tab-content p:last-child {
  margin-bottom: 0;
}

.tab-content ul {
  list-style: disc;
  padding-left: 16px;
}

.tab-content ul li {
  margin-bottom: 7px;
}

.tab-carousel-container .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.tab-carousel-container .tab-content > .tab-pane.active {
  display: block;
  height: auto;
  overflow: visible;
}

.tab-carousel-container .carousel-overflow-container.top-align {
  padding-top: 25px;
  margin-top: -25px;
}

/* Elements Buttons */
.btn {
  font-size: 15px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  padding: 13px 24px 10px;
  border-radius: 20px;
  transition: all 0.35s, color 0.1s;
}

.btn.no-radius {
  border-radius: 0px !important;
}

.btn.btn-border {
  padding: 12px 23px 9px;
  border-width: 2px;
}

.btn.btn-sm {
  font-size: 13px;
  padding: 9px 15px 7px;
  border-radius: 16px;
}

.btn.btn-sm.btn-border {
  padding: 8px 14px 6px;
}

.btn.btn-lg {
  font-size: 17px;
  padding: 17.5px 34px 15.5px;
  border-radius: 24px;
}

.btn.btn-lg.btn-border {
  padding: 16.5px 33px 14.5px;
}

.btn:active, .btn.active {
  box-shadow: none;
}

.btn:hover, .btn:focus {
  border-radius: 0 !important;
  box-shadow: none;
}

.btn.min-width {
  min-width: 170px;
}

.btn.min-width-sm {
  min-width: 140px;
}

.btn.min-width-md {
  min-width: 195px;
}

.btn-group {
  /* Dropdown */
}

.btn-group > .btn + .btn {
  border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.btn-group .dropdown-menu {
  padding: 7px 0;
  border-radius: 0;
  font-size: 14px;
  border-color: #e1e1e1;
}

.btn-group .dropdown-menu li a {
  color: #666;
  padding: 4px 15px;
  transition: background 0.4s;
}

.btn-group .dropdown-menu li a:hover, .btn-group .dropdown-menu li a:focus {
  color: #666;
  background-color: #f1f1f1;
}

/* Button Colors */
.btn.btn-custom {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.btn.btn-custom:hover, .btn.btn-custom:focus {
  color: #fff;
  background-color: #00a7f5;
  border-color: #00a7f5;
}

.btn.btn-custom.btn-border {
  color: #f27a21;
  background-color: transparent;
  border-color: #f27a21;
}

.btn.btn-custom.btn-border:hover, .btn.btn-custom.btn-border:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.btn.btn-custom2 {
  color: #fff;
  background-color: #51cdeb;
  border-color: #51cdeb;
}

.btn.btn-custom2:hover, .btn.btn-custom2:focus {
  color: #fff;
  background-color: #48caea;
  border-color: #48caea;
}

.btn.btn-custom2.btn-border {
  color: #51cdeb;
  background-color: transparent;
  border-color: #51cdeb;
}

.btn.btn-custom2.btn-border:hover, .btn.btn-custom2.btn-border:focus {
  color: #fff;
  background-color: #51cdeb;
  border-color: #51cdeb;
}

.btn.btn-custom3 {
  color: #fff;
  background-color: #ed4e24;
  border-color: #ed4e24;
}

.btn.btn-custom3:hover, .btn.btn-custom3:focus {
  color: #fff;
  background-color: #ec461b;
  border-color: #ec461b;
}

.btn.btn-custom3.btn-border {
  color: #ed4e24;
  background-color: transparent;
  border-color: #ed4e24;
}

.btn.btn-custom3.btn-border:hover, .btn.btn-custom3.btn-border:focus {
  color: #fff;
  background-color: #ed4e24;
  border-color: #ed4e24;
}

.btn.btn-custom4 {
  color: #fff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn.btn-custom4:hover, .btn.btn-custom4:focus {
  color: #fff;
  background-color: #f5b100;
  border-color: #f5b100;
}

.btn.btn-custom4.btn-border {
  color: #ffb800;
  background-color: transparent;
  border-color: #ffb800;
}

.btn.btn-custom4.btn-border:hover, .btn.btn-custom4.btn-border:focus {
  color: #fff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.btn.btn-orange {
  color: #fff;
  background-color: #ed4e24;
  border-color: #ed4e24;
}

.btn.btn-orange:hover, .btn.btn-orange:focus {
  color: #fff;
  background-color: #ec461b;
  border-color: #ec461b;
}

.btn.btn-orange.btn-border {
  color: #ed4e24;
  background-color: transparent;
  border-color: #ed4e24;
}

.btn.btn-orange.btn-border:hover, .btn.btn-orange.btn-border:focus {
  color: #fff;
  background-color: #ed4e24;
  border-color: #ed4e24;
}

.btn.btn-red {
  color: #fff;
  background-color: #f41d1d;
  border-color: #f41d1d;
}

.btn.btn-red:hover, .btn.btn-red:focus {
  color: #fff;
  background-color: #f41313;
  border-color: #f41313;
}

.btn.btn-red.btn-border {
  color: #f41d1d;
  background-color: transparent;
  border-color: #f41d1d;
}

.btn.btn-red.btn-border:hover, .btn.btn-red.btn-border:focus {
  color: #fff;
  background-color: #f41d1d;
  border-color: #f41d1d;
}

.btn.btn-darkred {
  color: #fff;
  background-color: #d10707;
  border-color: #d10707;
}

.btn.btn-darkred:hover, .btn.btn-darkred:focus {
  color: #fff;
  background-color: #c70707;
  border-color: #c70707;
}

.btn.btn-darkred.btn-border {
  color: #d10707;
  background-color: transparent;
  border-color: #d10707;
}

.btn.btn-darkred.btn-border:hover, .btn.btn-darkred.btn-border:focus {
  color: #fff;
  background-color: #d10707;
  border-color: #d10707;
}

.btn.btn-blue {
  color: #fff;
  background-color: #0172b8;
  border-color: #0172b8;
}

.btn.btn-blue:hover, .btn.btn-blue:focus {
  color: #fff;
  background-color: #016cae;
  border-color: #016cae;
}

.btn.btn-blue.btn-border {
  color: #0172b8;
  background-color: transparent;
  border-color: #0172b8;
}

.btn.btn-blue.btn-border:hover, .btn.btn-blue.btn-border:focus {
  color: #fff;
  background-color: #0172b8;
  border-color: #0172b8;
}

.btn.btn-lightblue {
  color: #fff;
  background-color: #2599e2;
  border-color: #2599e2;
}

.btn.btn-lightblue:hover, .btn.btn-lightblue:focus {
  color: #fff;
  background-color: #1e94df;
  border-color: #1e94df;
}

.btn.btn-lightblue.btn-border {
  color: #2599e2;
  background-color: transparent;
  border-color: #2599e2;
}

.btn.btn-lightblue.btn-border:hover, .btn.btn-lightblue.btn-border:focus {
  color: #fff;
  background-color: #2599e2;
  border-color: #2599e2;
}

.btn.btn-green {
  color: #fff;
  background-color: #49ba17;
  border-color: #49ba17;
}

.btn.btn-green:hover, .btn.btn-green:focus {
  color: #fff;
  background-color: #45b116;
  border-color: #45b116;
}

.btn.btn-green.btn-border {
  color: #49ba17;
  background-color: transparent;
  border-color: #49ba17;
}

.btn.btn-green.btn-border:hover, .btn.btn-green.btn-border:focus {
  color: #fff;
  background-color: #49ba17;
  border-color: #49ba17;
}

.btn.btn-green2 {
  color: #fff;
  background-color: #06b0aa;
  border-color: #06b0aa;
}

.btn.btn-green2:hover, .btn.btn-green2:focus {
  color: #fff;
  background-color: #06a6a0;
  border-color: #06a6a0;
}

.btn.btn-green2.btn-border {
  color: #06b0aa;
  background-color: transparent;
  border-color: #06b0aa;
}

.btn.btn-green2.btn-border:hover, .btn.btn-green2.btn-border:focus {
  color: #fff;
  background-color: #06b0aa;
  border-color: #06b0aa;
}

.btn.btn-lightgreen {
  color: #fff;
  background-color: #7aed47;
  border-color: #7aed47;
}

.btn.btn-lightgreen:hover, .btn.btn-lightgreen:focus {
  color: #fff;
  background-color: #73ec3e;
  border-color: #73ec3e;
}

.btn.btn-lightgreen.btn-border {
  color: #7aed47;
  background-color: transparent;
  border-color: #7aed47;
}

.btn.btn-lightgreen.btn-border:hover, .btn.btn-lightgreen.btn-border:focus {
  color: #fff;
  background-color: #7aed47;
  border-color: #7aed47;
}

.btn.btn-yellow {
  color: #fff;
  background-color: #f4b907;
  border-color: #f4b907;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus {
  color: #fff;
  background-color: #eab107;
  border-color: #eab107;
}

.btn.btn-yellow.btn-border {
  color: #f4b907;
  background-color: transparent;
  border-color: #f4b907;
}

.btn.btn-yellow.btn-border:hover, .btn.btn-yellow.btn-border:focus {
  color: #fff;
  background-color: #f4b907;
  border-color: #f4b907;
}

.btn.btn-purple {
  color: #fff;
  background-color: #f003d7;
  border-color: #f003d7;
}

.btn.btn-purple:hover, .btn.btn-purple:focus {
  color: #fff;
  background-color: #e603ce;
  border-color: #e603ce;
}

.btn.btn-purple.btn-border {
  color: #f003d7;
  background-color: transparent;
  border-color: #f003d7;
}

.btn.btn-purple.btn-border:hover, .btn.btn-purple.btn-border:focus {
  color: #fff;
  background-color: #f003d7;
  border-color: #f003d7;
}

.btn.btn-darkpurple {
  color: #fff;
  background-color: #b0069e;
  border-color: #b0069e;
}

.btn.btn-darkpurple:hover, .btn.btn-darkpurple:focus {
  color: #fff;
  background-color: #a60695;
  border-color: #a60695;
}

.btn.btn-darkpurple.btn-border {
  color: #b0069e;
  background-color: transparent;
  border-color: #b0069e;
}

.btn.btn-darkpurple.btn-border:hover, .btn.btn-darkpurple.btn-border:focus {
  color: #fff;
  background-color: #b0069e;
  border-color: #b0069e;
}

.btn.btn-black {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn.btn-black:hover, .btn.btn-black:focus {
  color: #fff;
  background-color: #1d1d1d;
  border-color: #1d1d1d;
}

.btn.btn-black.btn-border {
  color: #222;
  background-color: transparent;
  border-color: #222;
}

.btn.btn-black.btn-border:hover, .btn.btn-black.btn-border:focus {
  color: #fff;
  background-color: #222;
  border-color: #222;
}

.btn.btn-gray {
  color: #333;
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}

.btn.btn-gray:hover, .btn.btn-gray:focus {
  color: #333;
  background-color: gainsboro;
  border-color: gainsboro;
}

.btn.btn-gray.btn-border {
  background-color: transparent;
}

.btn.btn-gray.btn-border:hover, .btn.btn-gray.btn-border:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  color: #fff;
}

.btn.btn-gray2 {
  color: #c2c2c2;
  background-color: #777777;
  border-color: #777777;
}

.btn.btn-gray2:hover, .btn.btn-gray2:focus {
  color: #c2c2c2;
  background-color: #727272;
  border-color: #727272;
}

.btn.btn-gray2.btn-border {
  background-color: transparent;
  color: #777777;
  border-color: #c2c2c2;
}

.btn.btn-gray2.btn-border:hover, .btn.btn-gray2.btn-border:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  color: #fff;
}

.btn.btn-gray3 {
  color: #fff;
  background-color: #c2c2c2;
  border-color: #c2c2c2;
}

.btn.btn-gray3:hover, .btn.btn-gray3:focus {
  color: #fff;
  background-color: #bdbdbd;
  border-color: #bdbdbd;
}

.btn.btn-white {
  background-color: #fff;
  color: #333;
}

.btn.btn-white:hover, .btn.btn-white:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  color: #fff;
}

.btn.btn-white.btn-border {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-white.btn-border:hover, .btn.btn-white.btn-border:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.btn.btn-dark {
  background-color: #fff;
  color: #555;
}

.btn.btn-dark:hover, .btn.btn-dark:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  color: #fff;
}

.btn.btn-dark.btn-border {
  color: #555;
  background-color: transparent;
  border-color: #555;
}

.btn.btn-dark.btn-border:hover, .btn.btn-dark.btn-border:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.btn.btn-dark2.btn-border {
  color: #555;
  background-color: transparent;
  border-color: #555;
}

.btn.btn-dark2.btn-border:hover, .btn.btn-dark2.btn-border:focus {
  color: #f27a21;
  background-color: transparent;
  border-color: #f27a21;
  border-radius: 20px !important;
}

/* Added elements page for margin via elements-page-bnt on body elem */
.elements-page-btn .btn {
  margin-bottom: 4px;
}

.elements-page-btn .btn-group .btn {
  margin-bottom: 0;
}

/* Elements Forms */
.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group .form-control {
  margin-bottom: 0;
}

.form-group.label-overlay {
  background-color: #fff;
}

.form-group.label-overlay label {
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-bottom: 0;
  z-index: 0;
  transition: all 0.4s ease;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}

.form-group.label-overlay label.not-empty {
  opacity: 0;
  visibility: hidden;
}

.form-group.label-overlay .form-control {
  position: relative;
  z-index: 1;
}

.form-group.label-overlay .form-control:focus + label {
  opacity: 0;
  visibility: hidden;
}

.form-group.label-overlay.textarea-group label {
  top: 18px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.form-control {
  height: 56px;
  font-size: 17px;
  font-family: "Hind", sans-serif;
  border-radius: 5px;
  margin-bottom: 15px;
  color: #9b9b9b;
  border-color: #e1e1e1;
  padding: 16.5px 20px 13.5px;
  box-shadow: none;
  transition: all 0.4s;
  background-color: transparent;
}

.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
}

.form-control::-moz-placeholder {
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  color: #9b9b9b;
}

.form-control::placeholder {
  color: #9b9b9b;
}

.form-control.input-sm {
  height: 42px;
  font-size: 14px;
  padding: 10px 15px 9px;
  border-radius: 3px;
}

.form-control.input-lg {
  height: 66px;
  font-size: 19px;
  padding: 20.5px 25px 18.5px;
  border-radius: 8px;
}

.form-control:focus {
  border-color: #f27a21;
  box-shadow: none;
}

.input-group {
  margin-bottom: 15px;
  border-radius: 0;
}

.input-group .input-group-addon {
  font-size: 17px;
  border-radius: 5px 0 0 5px;
  border-color: #e1e1e1;
  background-color: #f4f4f4;
  color: #888;
  padding: 6px 20px;
}

.input-group .form-control:last-child {
  border-radius: 0 5px 5px 0;
}

.input-group.input-group-sm .input-group-addon {
  font-size: 14px;
  height: 42px;
  padding: 3px 15px;
  border-radius: 3px 0 0 3px;
}

.input-group.input-group-sm .form-control {
  font-size: 14px;
  height: 42px;
  padding: 10px 15px 9px;
}

.input-group.input-group-sm .form-control:last-child {
  border-radius: 0 3px 3px 0;
}

.input-group.input-group-lg .input-group-addon {
  height: auto;
  font-size: 19px;
  padding: 3px 25px;
  border-radius: 8px 0 0 8px;
}

.input-group.input-group-lg .form-control {
  height: 66px;
  font-size: 19px;
  padding: 20.5px 25px 18.5px;
}

.input-group.input-group-lg .form-control:last-child {
  border-radius: 0 8px 8px 0;
}

.input-desc {
  font: 400 17px/1 "Hind", sans-serif;
  color: #9b9b9b;
  margin-bottom: 7px;
}

.input-desc i {
  margin-right: 10px;
}

/* Input Icons */
.input-icon {
  display: inline-block;
  height: 22px;
  width: 22px;
  vertical-align: -4px;
}

.input-icon.input-user {
  background-position: 0px -2732px;
}

.input-icon.input-user.gray {
  background-position: 0px -2710px;
}

.input-icon.input-email {
  background-position: 0px -2424px;
}

.input-icon.input-email.gray {
  background-position: 0px -2402px;
}

.input-icon.input-phone {
  background-position: 0px -2556px;
}

.input-icon.input-fax {
  background-position: 0px -2446px;
}

.input-icon.input-suitcase {
  background-position: 0px -2688px;
}

.input-icon.input-pin {
  background-position: 0px -2578px;
}

.input-icon.input-city {
  background-position: 0px -2380px;
}

.input-icon.input-postcode {
  background-position: 0px -2600px;
}

.input-icon.input-flag {
  background-position: 0px -1808px;
}

.input-icon.input-state {
  background-position: 0px -2622px;
}

.input-icon.input-password {
  background-position: 0px -2534px;
}

.input-icon.input-subject {
  background-position: 0px -2644px;
}

.input-icon.input-subject2 {
  background-position: 0px -2666px;
}

.input-icon.input-message {
  background-position: 0px -2512px;
}

.input-icon.input-message.gray {
  background-position: 0px -2490px;
}

.input-icon.input-calendar {
  background-position: 0px -2358px;
}

.input-required {
  color: #51cdeb;
}

textarea.form-control {
  height: auto;
}

textarea.form-control.min-height {
  min-height: 227px;
}

.textarea-container {
  position: relative;
  width: 100%;
  padding-top: 56px;
}

.textarea-container .input-group-addon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  text-align: left;
  border-right: 1px solid #e1e1e1;
  border-radius: 5px 5px 0 0;
  padding: 18.5px 20px;
}

.textarea-container .form-control {
  border-radius: 0 0 5px 5px !important;
  border-top-color: transparent;
}

.textarea-container .form-control:focus {
  border-top-color: #f27a21;
}

/* Select */
select.custom-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/select-icon.png");
  background-position: calc(100% - 27px) center;
  background-repeat: no-repeat;
}

select.form-control.input-sm {
  height: 42px;
  line-height: 38px;
  padding-top: 2px;
  padding-bottom: 0;
}

select.form-control.input-lg {
  height: 66px;
  line-height: 62px;
  padding-top: 2px;
  padding-bottom: 0;
}

/* Custom Radio & Checkbox */
.checkbox,
.radio {
  margin: 0 0 30px;
  font: 400 17px/1.25 "Hind", sans-serif;
}

.radio label.custom-radio-wrapper,
.checkbox label.custom-checkbox-wrapper {
  padding-left: 0;
}

.input-group-addon.custom-checkbox-wrapper,
.input-group-addon.custom-radio-wrapper {
  line-height: 0;
}

.custom-checkbox-container,
.custom-radio-container {
  display: inline-block;
  width: 22px;
  height: 22px;
  border: 1px solid #e1e1e1;
  position: relative;
  margin-right: 16px;
  border-radius: 2px;
  color: #777;
  margin-top: -3px;
}

.custom-radio-container {
  border-radius: 50%;
}

.custom-checkbox-container input[type="checkbox"] {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  border: 1px solid #e1e1e1;
  left: 0;
  top: 0;
  z-index: 10;
}

.custom-checkbox-container .custom-checkbox-icon {
  position: absolute;
  z-index: 9;
  width: 22px;
  height: 22px;
  border: 1px solid #f27a21;
  left: -1px;
  top: -1px;
  color: #f27a21;
  opacity: 0;
  filter: alpha(opacity=0);
  text-align: center;
  border-radius: 2px;
  font: 11px/1 Glyphicons Halflings;
}

.custom-checkbox-container .custom-checkbox-icon:before {
  content: "\e013";
  line-height: 20px;
}

.custom-radio-container input[type="radio"] {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
}

.custom-radio-container .custom-radio-icon {
  position: absolute;
  z-index: 9;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 16px;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  margin-left: -8px;
  background-color: #f27a21;
  border-radius: 50%;
  transition: all 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.disabled .custom-checkbox-container .custom-checkbox-icon {
  display: none;
}

.disabled .custom-radio-container .custom-radio-icon {
  background-color: transparent;
}

.custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon,
.custom-checkbox-container input[type="checkbox"]:checked + .custom-radio-icon,
.custom-radio-container input[type="radio"]:checked + .custom-checkbox-icon,
.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
  opacity: 1;
  filter: alpha(opacity=100);
}

.custom-radio-container input[type="radio"]:checked + .custom-radio-icon {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.disabled .custom-checkbox-container input[type="checkbox"]:checked + .custom-checkbox-icon {
  background-color: transparent;
}

.custom-checkbox-wrapper *,
.custom-radio-wrapper * {
  vertical-align: middle;
}

.custom-checkbox-wrapper.checkbox-inline, .custom-checkbox-wrapper.radio-inline,
.custom-radio-wrapper.checkbox-inline,
.custom-radio-wrapper.radio-inline {
  padding-left: 0;
}

/* Elements Progress Bars */
/* 2- Progress Bars */
.progress-container {
  position: relative;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .progress-container {
    margin-bottom: 38px;
  }
}

.progress-container .progress-title {
  color: #888888;
  font: 400 17px/1.2 "Hind", sans-serif;
  margin-bottom: 4px;
}

.progress {
  height: 20px;
  margin-bottom: 0;
  background-color: #e9e9e9;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  overflow: visible;
}

.progress.progress-sm {
  height: 10px;
  background-color: #e1e1e1;
}

.progress.progress-sm .progress-bar {
  background-color: #f27a21;
}

.progress .progress-bar {
  position: relative;
  box-shadow: none;
  background-color: #51cdeb;
}

.progress .progress-bar .progress-val {
  display: inline-block;
  min-width: 34px;
  text-align: center;
  color: #fff;
  background-color: #f27a21;
  border-radius: 3px 3px 0 3px;
  position: absolute;
  right: -8px;
  bottom: 100%;
  z-index: 99;
  margin-bottom: 13px;
  font: 600 12px/1 "Hind", sans-serif;
  padding: 5px 0 3px;
}

.progress .progress-bar .progress-val:after {
  content: '';
  position: absolute;
  right: 0;
  top: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #008bcc transparent transparent transparent;
  z-index: 0;
}

.progress .progress-bar .progress-val.custom2 {
  background-color: #ed4e24;
}

.progress .progress-bar .progress-val.custom2:after {
  border-color: #cd3811 transparent transparent transparent;
}

/* Paginations */
.pagination-container {
  margin: 0 0 110px;
  padding: 0;
  font-family: "Hind", sans-serif;
}

@media (min-width: 992px) {
  .pagination-container {
    margin-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .pagination-container {
    margin-bottom: 160px;
  }
}

@media (min-width: 1440px) {
  .pagination-container {
    margin-bottom: 180px;
  }
}

.pagination-container label,
.pagination-container .pagination {
  vertical-align: middle;
}

.pagination-container label {
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  color: #888888;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .pagination-container label {
    display: none;
  }
}

@media (min-width: 768px) {
  .pagination-container .pagination {
    float: right;
  }
}

.pagination-container:after {
  content: '';
  clear: both;
  display: table;
}

.page-view-filter {
  display: none;
  float: right;
}

@media (min-width: 768px) {
  .page-view-filter {
    display: block;
    margin-right: 65px;
  }
}

@media (min-width: 992px) {
  .page-view-filter {
    margin-right: 80px;
  }
}

.page-view-filter select.form-control {
  font-size: 16px;
  height: auto;
  padding: 12px 40px 9px 20px;
  background-position: calc(100% - 19px) center;
  margin: 0;
}

@media (min-width: 768px) {
  .page-view-filter select.form-control {
    min-width: 140px;
  }
}

@media (min-width: 992px) {
  .page-view-filter select.form-control {
    min-width: 170px;
  }
}

.pagination {
  margin: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  margin-right: 0;
}

.pagination > li > a,
.pagination > li > span {
  float: left;
  padding: 13px 13px 9px;
  color: #888888;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  transition: all 0.45s;
  margin-right: 10px;
  border-radius: 2px;
  min-width: 45px;
  text-align: center;
  transition: background-color 0.4s, border 0.4s, background-image 0.01s;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.pagination > li > a.next-icon {
  width: 45px;
  height: 45px;
  background-position: 0px -5710px;
}

.pagination > li > a.next-icon:hover, .pagination > li > a.next-icon:focus {
  background-position: 0px -5624px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span, .pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 2px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  min-width: 35px;
  text-align: center;
}

.pagination > li.active > a, .pagination > li.active > a:hover, .pagination > li.active > a:focus,
.pagination > li.active > span,
.pagination > li.active > span:hover,
.pagination > li.active > span:focus {
  color: #f27a21;
  background-color: #fff;
  border-color: #f27a21;
}

/* Social icons */
.social-icons {
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
}

.social-icons .social-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 0 4px 8px;
  transition: background-color 0.4s, border 0.4s;
  background-color: #e3e3e3;
}

@media (min-width: 992px) {
  .social-icons .social-icon {
    margin: 0 6px 12px;
  }
}

.social-icons .social-icon.share {
  background-position: 0px -4834px;
  background-color: #dcdcdc;
}

.social-icons .social-icon.share:hover, .social-icons .social-icon.share:focus {
  background-color: #b8b8b8;
}

.social-icons .social-icon.facebook {
  background-position: 0px -4554px;
}

.social-icons .social-icon.facebook:hover, .social-icons .social-icon.facebook:focus {
  background-color: #3f83c3 !important;
  border-color: #3f83c3 !important;
}

.social-icons .social-icon.twitter {
  background-position: 0px -5034px;
}

.social-icons .social-icon.twitter:hover, .social-icons .social-icon.twitter:focus {
  background-color: #27c0c8 !important;
  border-color: #27c0c8 !important;
}

.social-icons .social-icon.googleplus {
  background-position: 0px -4954px;
}

.social-icons .social-icon.googleplus:hover, .social-icons .social-icon.googleplus:focus {
  background-color: #cb3e2d !important;
  border-color: #cb3e2d !important;
}

.social-icons .social-icon.linkedin {
  background-position: 0px -4674px;
}

.social-icons .social-icon.linkedin:hover, .social-icons .social-icon.linkedin:focus {
  background-color: #4975b6 !important;
  border-color: #4975b6 !important;
}

.social-icons .social-icon.pinterest {
  background-position: 0px -4474px;
}

.social-icons .social-icon.pinterest:hover, .social-icons .social-icon.pinterest:focus {
  background-color: #de2f2f !important;
  border-color: #de2f2f !important;
}

.social-icons .social-icon.instagram {
  background-position: 0px -4594px;
}

.social-icons .social-icon.instagram:hover, .social-icons .social-icon.instagram:focus {
  background-color: #937f65 !important;
  border-color: #937f65 !important;
}

.social-icons .social-icon.flickr {
  background-position: 0px -4394px;
}

.social-icons .social-icon.flickr:hover, .social-icons .social-icon.flickr:focus {
  background-color: #cd4084 !important;
  border-color: #cd4084 !important;
}

.social-icons .social-icon.skype {
  background-position: 0px -4634px;
}

.social-icons .social-icon.skype:hover, .social-icons .social-icon.skype:focus {
  background-color: #42b2d2  !important;
  border-color: #42b2d2  !important;
}

.social-icons .social-icon.email {
  background-position: 0px -4994px;
}

.social-icons .social-icon.email:hover, .social-icons .social-icon.email:focus {
  background-color: #8f6540  !important;
  border-color: #8f6540  !important;
}

.social-icons.smaller {
  margin-left: -3px;
  margin-right: -3px;
}

.social-icons.smaller .social-icon {
  width: 32px;
  height: 32px;
  margin: 0 3px 6px;
}

.social-icons.smaller .social-icon.facebook {
  background-position: 0px -3768px;
}

.social-icons.smaller .social-icon.twitter {
  background-position: 0px -3672px;
}

.social-icons.smaller .social-icon.pinterest {
  background-position: 0px -3832px;
}

.social-icons.smaller .social-icon.instagram {
  background-position: 0px -3576px;
}

.social-icons.smaller .social-icon.flickr {
  background-position: 0px -3864px;
}

.social-icons.smaller .social-icon.skype {
  background-position: 0px -3736px;
}

.social-icons.smaller .social-icon.email {
  background-position: 0px -3928px;
}

.social-icons.smaller.bordered .social-icon {
  border: 2px solid #fff;
  background-color: transparent;
}

.social-icons.smaller.bordered .social-icon.facebook {
  background-position: 0px -3248px;
}

.social-icons.smaller.bordered .social-icon.twitter {
  background-position: 0px -3136px;
}

.social-icons.smaller.bordered .social-icon.pinterest {
  background-position: 0px -3276px;
}

.social-icons.smaller.bordered .social-icon.instagram {
  background-position: 0px -3304px;
}

.social-icons.smaller.bordered .social-icon.flickr {
  background-position: 0px -3220px;
}

.social-icons.smaller.bordered .social-icon.skype {
  background-position: 0px -3164px;
}

.social-icons.smaller.bordered .social-icon.email {
  background-position: 0px -3192px;
}

/* Social icons */
.social-icons.colored .social-icon {
  transition: all 0.4s;
}

.social-icons.colored .social-icon:hover, .social-icons.colored .social-icon:focus {
  border-radius: 0;
}

.social-icons.colored .social-icon.facebook {
  background-color: #3f83c3 !important;
}

.social-icons.colored .social-icon.twitter {
  background-color: #27c0c8 !important;
}

.social-icons.colored .social-icon.googleplus {
  background-color: #cb3e2d !important;
}

.social-icons.colored .social-icon.linkedin {
  background-color: #4975b6 !important;
}

.social-icons.colored .social-icon.pinterest {
  background-color: #de2f2f !important;
}

.social-icons.colored .social-icon.instagram {
  background-color: #937f65 !important;
}

.social-icons.colored .social-icon.flickr {
  background-color: #cd4084 !important;
}

.social-icons.colored .social-icon.skype {
  background-color: #42b2d2 !important;
}

.social-icons.colored .social-icon.email {
  background-color: #8f6540 !important;
}

.transparent .social-icon {
  background-color: transparent;
}

.transparent .social-icon.facebook {
  background-position: 0px -4434px;
}

.transparent .social-icon.facebook:hover, .transparent .social-icon.facebook:focus {
  background-color: #3f83c3;
  background-position: 0px -4554px;
}

.transparent .social-icon.twitter {
  background-position: 0px -4754px;
}

.transparent .social-icon.twitter:hover, .transparent .social-icon.twitter:focus {
  background-color: #27c0c8;
  background-position: 0px -5034px;
}

.transparent .social-icon.googleplus {
  background-position: 0px -5074px;
}

.transparent .social-icon.googleplus:hover, .transparent .social-icon.googleplus:focus {
  background-color: #cb3e2d;
  background-position: 0px -4954px;
}

.transparent .social-icon.linkedin {
  background-position: 0px -4794px;
}

.transparent .social-icon.linkedin:hover, .transparent .social-icon.linkedin:focus {
  background-color: #4975b6;
  background-position: 0px -4674px;
}

.transparent .social-icon.pinterest {
  background-position: 0px -4914px;
}

.transparent .social-icon.pinterest:hover, .transparent .social-icon.pinterest:focus {
  background-color: #de2f2f;
  background-position: 0px -4474px;
}

.transparent .social-icon.instagram {
  background-position: 0px -4714px;
}

.transparent .social-icon.instagram:hover, .transparent .social-icon.instagram:focus {
  background-color: #937f65;
  background-position: 0px -4594px;
}

.transparent .social-icon.flickr {
  background-position: 0px -4514px;
}

.transparent .social-icon.flickr:hover, .transparent .social-icon.flickr:focus {
  background-color: #cd4084;
  background-position: 0px -4394px;
}

.transparent .social-icon.skype {
  background-position: 0px -4354px;
}

.transparent .social-icon.skype:hover, .transparent .social-icon.skype:focus {
  background-color: #42b2d2;
  background-position: 0px -4634px;
}

.transparent .social-icon.email {
  background-position: 0px -4874px;
}

.transparent .social-icon.email:hover, .transparent .social-icon.email:focus {
  background-color: #8f6540;
  background-position: 0px -4994px;
}

.social-icons.animated .social-icon:not(.share) {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
  transition-delay: 0;
}

.social-icons.animated .social-icon:nth-child(2) {
  transition-delay: .1s;
}

.social-icons.animated .social-icon:nth-child(3) {
  transition-delay: .2s;
}

.social-icons.animated .social-icon:nth-child(4) {
  transition-delay: .3s;
}

.social-icons.animated .social-icon:nth-child(5) {
  transition-delay: .4s;
}

.social-icons.animated .social-icon:nth-child(6) {
  transition-delay: .5s;
}

.social-icons.animated .social-icon:nth-child(7) {
  transition-delay: .6s;
}

.social-icons.animated .social-icon:nth-child(8) {
  transition-delay: .7s;
}

.social-icons.animated.opened .social-icon {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

/* More Elements */
/* Bootstrap Carousel */
.carousel .item img {
  max-width: none;
  width: 100%;
}

.carousel .item .carousel-caption {
  font-size: 15px;
  text-shadow: none;
  padding-bottom: 20px;
  color: #444;
}

.carousel-control {
  top: 50%;
  bottom: auto;
  width: 45px;
  height: 45px;
  margin-top: -22.5px;
  font-size: 18px;
  line-height: 45px;
  opacity: 1;
  border-radius: 50%;
  border: 2px solid #444444;
  text-shadow: none;
  z-index: 190;
  transition: background-color 0.4s, border-color 0.4s;
  /* Hide for Portfolio item for smaller than 480px screen */
}

@media (max-width: 480px) {
  .portfolio-item .carousel-control {
    display: none;
  }
}

.carousel-control.light {
  border-color: #fff;
}

.carousel-control.light.left {
  background-position: 0px -5538px;
}

.carousel-control.light.right {
  background-position: 0px -5667px;
}

.carousel-control:hover, .carousel-control:focus {
  border-color: #f27a21;
  background-color: #f27a21;
}

.carousel-control.left {
  left: 40px;
  background-position: 0px -5409px;
}

.carousel-control.left:hover, .carousel-control.left:focus {
  background-position: 0px -5538px;
}

.carousel-control.right {
  right: 40px;
  background-position: 0px -5452px;
}

.carousel-control.right:hover, .carousel-control.right:focus {
  background-position: 0px -5667px;
}

.carousel-control.big {
  width: 55px;
  height: 55px;
  margin-top: -27.5px;
}

.carousel-control.big.light.left {
  background-position: 0px -6882px;
}

.carousel-control.big.light.right {
  background-position: 0px -6670px;
}

.carousel-control.big.left {
  left: 30px;
  background-position: 0px -6935px;
}

.carousel-control.big.left:hover, .carousel-control.big.left:focus {
  background-position: 0px -6882px;
}

.carousel-control.big.right {
  right: 30px;
  background-position: 0px -6723px;
}

.carousel-control.big.right:hover, .carousel-control.big.right:focus {
  background-position: 0px -6670px;
}

.carousel-indicators {
  bottom: 20px;
  line-height: 0;
}

.carousel-indicators li {
  width: 11px;
  height: 11px;
  margin: 0 4px;
  border: 2px solid #444444;
  background-color: transparent;
  transition: all 0.4s;
}

.carousel-indicators li:hover, .carousel-indicators li:focus {
  border-color: #f27a21;
}

.carousel-indicators li.active {
  width: 11px;
  height: 11px;
  margin: 0 4.5px;
  background-color: #f27a21;
  border-color: #f27a21;
}

/* Bootstrap Tooltip */
.tooltip {
  font-family: Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.4px;
}

.tooltip-inner {
  padding: 3px 8px;
  border-radius: 0;
  border-radius: 4px;
}

/* Bootstrap Modal*/
.modal {
  background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 480px;
  }
  .modal-dialog.modal-sm {
    width: 360px;
  }
}

.modal-content {
  border: none;
  border-radius: 0;
}

.modal-content .modal-header {
  background-color: #f27a21;
  border: none;
}

.modal-content .modal-header .modal-title {
  color: #fff;
}

.modal-content .modal-header .close {
  margin-top: 2px;
}

.modal-body .form-group:last-child,
.modal-body .form-group:last-child .form-control {
  margin-bottom: 6px;
}

.modal-footer {
  padding: 10px 15px;
}

/* ----------- 4.Headers ---------------
--------------------------------------*/
.header {
  background-color: #fff;
  position: relative;
  border-bottom: 3px solid #51cdeb;
}

.header .container-fluid:after {
  content: '';
  display: table;
  clear: both;
}

.header.border-less {
  border-bottom-width: 1px;
}

.header.border-gray {
  border-bottom-color: #e2e2e2;
}

.header .dropdown .dropdown-menu {
  position: absolute;
  display: block;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  transition: all 0.4s;
  background: #fff;
  border-radius: 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  margin-top: 0;
}

.header .dropdown.open > .dropdown-menu, .header .dropdown:hover .dropdown-menu, .header .dropdown:focus .dropdown-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.logo {
  float: none;
  margin-top: 36px;
}

@media (min-width: 768px) {
  .logo {
    float: left;
  }
}

@media (max-width: 767px) {
  .logo {
    text-align: center;
  }
}

.logo a {
  display: inline-block;
}

.logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.icon-header {
  display: inline-block;
  height: 17px;
  width: 17px;
}

.icon-header.icon-user {
  background-position: 0px -1559px;
}

.icon-header.icon-cart {
  background-position: 0px -1202px;
}

.icon-header.icon-globe {
  background-position: 0px -1236px;
}

.dropdowns-container {
  font-size: 0;
  float: none;
}

@media (min-width: 768px) {
  .dropdowns-container {
    float: right;
  }
}

@media (max-width: 991px) {
  .dropdowns-container .dropdowns-wrapper {
    float: right;
  }
}

.dropdowns-container:after {
  content: '';
  clear: both;
  display: table;
}

.icon-dropdown {
  display: inline-block;
  height: 13px;
  width: 13px;
}

.icon-dropdown.icon-language {
  background-position: 0px -507px;
}

.icon-dropdown.icon-currency {
  background-position: 0px -546px;
}

.icon-dropdown.icon-dropdown-user {
  background-position: 0px -286px;
}

.icon-dropdown.icon-dropdown-wishlist {
  background-position: 0px -260px;
}

.icon-dropdown.icon-dropdown-heart {
  background-position: 0px -338px;
}

.icon-dropdown.icon-dropdown-check {
  background-position: 0px -364px;
}

.icon-dropdown.icon-dropdown-lock {
  background-position: 0px -312px;
}

.header-dropdown {
  display: inline-block;
  margin-top: 21px;
  font: 400 12px/1.5 "Hind", sans-serif;
}

@media (min-width: 768px) {
  .header-dropdown {
    margin-top: 41px;
  }
}

.header-dropdown:hover .icon-header.icon-user, .header-dropdown:focus .icon-header.icon-user,
.header-dropdown > li:hover .icon-header.icon-user,
.header-dropdown > li:focus .icon-header.icon-user {
  background-position: 0px -1015px;
}

.header-dropdown:hover .icon-header.icon-cart, .header-dropdown:focus .icon-header.icon-cart,
.header-dropdown > li:hover .icon-header.icon-cart,
.header-dropdown > li:focus .icon-header.icon-cart {
  background-position: 0px -1168px;
}

.header-dropdown:hover .icon-header.icon-globe, .header-dropdown:focus .icon-header.icon-globe,
.header-dropdown > li:hover .icon-header.icon-globe,
.header-dropdown > li:focus .icon-header.icon-globe {
  background-position: 0px -1219px;
}

.header-dropdown + .header-dropdown {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .header-dropdown + .header-dropdown {
    margin-left: 10px;
  }
}

@media (min-width: 1200px) {
  .header-dropdown + .header-dropdown {
    margin-left: 20px;
  }
}

.header-dropdown > li > a,
.header-dropdown > a {
  display: inline-block;
  padding: 0 0 14px;
  min-width: 40px;
  text-align: right;
}

@media (min-width: 768px) {
  .header-dropdown > li > a,
  .header-dropdown > a {
    padding-bottom: 36px;
  }
}

.header-dropdown > li > a > span,
.header-dropdown > a > span {
  display: none;
}

.header-dropdown li {
  position: relative;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.header-dropdown li:hover > ul, .header-dropdown li:focus > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header-dropdown ul {
  position: absolute;
  right: 0;
  top: 100%;
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  visibility: hidden;
  transition: all 0.4s;
  background-color: #fff;
  min-width: 170px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

.header-dropdown ul li img,
.header-dropdown ul li i,
.header-dropdown ul li span {
  display: inline-block;
  vertical-align: middle;
}

.header-dropdown ul li img {
  max-width: 100%;
  height: auto;
  margin-right: 7px;
}

.header-dropdown ul li i {
  margin-right: 7px;
}

.header-dropdown ul li + li {
  margin-top: -1px;
}

.header-dropdown ul li a {
  display: block;
  color: #666666;
  border: 1px solid #e2e2e2;
  padding: 12px 20px 10px;
}

.header-dropdown ul li:hover > a,
.header-dropdown ul li a:hover,
.header-dropdown ul li a:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-language,
.header-dropdown ul li a:hover .icon-dropdown.icon-language,
.header-dropdown ul li a:focus .icon-dropdown.icon-language {
  background-position: 0px -520px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-currency,
.header-dropdown ul li a:hover .icon-dropdown.icon-currency,
.header-dropdown ul li a:focus .icon-dropdown.icon-currency {
  background-position: 0px -559px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-user,
.header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-user,
.header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-user {
  background-position: 0px -299px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-wishlist,
.header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-wishlist,
.header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-wishlist {
  background-position: 0px -273px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-heart,
.header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-heart,
.header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-heart {
  background-position: 0px -351px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-check,
.header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-check,
.header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-check {
  background-position: 0px -416px;
}

.header-dropdown ul li:hover > a .icon-dropdown.icon-dropdown-lock,
.header-dropdown ul li a:hover .icon-dropdown.icon-dropdown-lock,
.header-dropdown ul li a:focus .icon-dropdown.icon-dropdown-lock {
  background-position: 0px -325px;
}

.header-dropdown ul li:last-child {
  border-bottom: none;
}

.header-dropdown ul ul {
  right: 100%;
  margin-right: -1px;
  top: 0;
}

@media (max-width: 767px) {
  .header-dropdown ul ul {
    right: 0;
    top: 100%;
    margin-right: 0;
  }
}

.header-dropdown.account-dropdown ul {
  min-width: 200px;
  right: 0;
  margin-right: -90px;
}

@media (max-width: 767px) {
  .header-dropdown.cart-dropdown {
    position: static;
  }
}

.header-dropdown.cart-dropdown > a {
  position: relative;
}

.header-dropdown.cart-dropdown > a .dcart-total-count {
  display: block;
  /*opacity: 0;*/
  /*visibility: hidden;*/
  transition: all 0.4s;
  min-width: 14px;
  position: absolute;
  right: -7px;
  top: 6px;
  border-radius: 50%;
  color: #fff;
  background-color: #f27a21;
  text-align: center;
  font: 700 10px/14px "Fira Sans", Arial, sans-serif;
}

.header-dropdown.cart-dropdown.open > a .dcart-total-count, .header-dropdown.cart-dropdown:hover > a .dcart-total-count, .header-dropdown.cart-dropdown:focus > a .dcart-total-count {
  opacity: 1;
  visibility: visible;
}

.header-dropdown.cart-dropdown .dropdown-menu {
  left: 0;
  right: 0;
  padding: 17px 19px 29px;
  width: auto;
  color: #777;
}

@media (min-width: 768px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    left: auto;
    right: -50px;
    width: 350px;
  }
}

@media (min-width: 992px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    right: -50px;
  }
}

@media (min-width: 1200px) {
  .header-dropdown.cart-dropdown .dropdown-menu {
    right: -60px;
  }
}

.header-dropdown.cart-dropdown .dropdown-menu > p {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
}

.header-dropdown.cart-dropdown .dropdown-menu > p span {
  font-weight: 500;
}

.header-dropdown.cart-dropdown .dcart-products {
  margin-bottom: 30px;
}

.header-dropdown.cart-dropdown .product.product-sm {
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  border: none;
}

.header-dropdown.cart-dropdown .product.product-sm figure {
  max-width: 90px;
}

.header-dropdown.cart-dropdown .product.product-sm figure img {
  width: 90px !important;
  height: auto !important;
}

.header-dropdown.cart-dropdown .product.product-sm .product-meta {
  padding-left: 110px;
}

.header-dropdown.cart-dropdown .product.product-sm .product-title {
  font-size: 13px;
  line-height: 1.23;
  max-width: 110px;
  margin-bottom: 7px;
}

.header-dropdown.cart-dropdown .product.product-sm .product-price-container {
  margin-bottom: 0;
  color: #cbcbcb;
  font-family: Arial, sans-serif;
}

.header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-old-price,
.header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-price {
  font-size: 15px;
  font-weight: 700;
}

.header-dropdown.cart-dropdown .product.product-sm .product-price-container .product-old-price + .product-price {
  margin-top: 4px;
}

.header-dropdown.cart-dropdown .product.product-sm .delete-btn {
  position: absolute;
  right: -2px;
  top: 0;
}

.header-dropdown.cart-dropdown .product.product-sm.last-child {
  margin-bottom: 0;
}

.header-dropdown.cart-dropdown .dcart-action-container:after {
  content: '';
  display: table;
  clear: both;
}

.header-dropdown.cart-dropdown .dcart-action-info {
  padding-top: 4px;
  float: left;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.header-dropdown.cart-dropdown .dcart-action-info p {
  margin-bottom: 4px;
  letter-spacing: 0.04em;
}

.header-dropdown.cart-dropdown .dcart-action-info p span {
  font-weight: 700;
  font-familiy: Arial, sans-serif;
  font-size: 18px;
}

.header-dropdown.cart-dropdown .dcart-action-info p:last-child {
  margin-bottom: 0;
}

.header-dropdown.cart-dropdown .dcart-action {
  float: right;
  width: 120px;
}

.header-dropdown.cart-dropdown .dcart-action .btn {
  display: block;
  font-size: 13px;
}

.header-dropdown.cart-dropdown .dcart-action .btn + .btn {
  margin-top: 6px;
}

/* Search Form */
.header-search-container {
  float: none;
  font-family: "Hind", sans-serif;
  margin-top: 22px;
  width: 100%;
}

@media (min-width: 768px) {
  .header-search-container {
    float: left;
    margin-top: 29px;
    margin-left: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-search-container {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .header-search-container {
    width: auto;
  }
}

@media (min-width: 1600px) {
  .header-search-container {
    width: 380px;
    margin-left: 50px;
  }
}

@media (min-width: 1920px) {
  .header-search-container {
    margin-left: 140px;
  }
}

.header-search-container .header-search-form {
  position: relative;
  border-radius: 20px;
  border: 2px solid #e4e4e4;
}

.header-search-container .icon-search-arrow {
  display: inline-block;
  width: 10px;
  height: 6px;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -3px;
  background-position: 0px 0px;
}

@media (min-width: 992px) {
  .header-search-container .icon-search-arrow {
    right: 20px;
  }
}

.header-search-container .dropdown.search-dropdown {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin: 0;
  position: absolute;
  left: -3px;
  top: -2px;
}

.header-search-container .dropdown.search-dropdown > a {
  display: inline-block;
  position: relative;
  border-radius: 20px 0 0 20px;
  background-color: #51cdeb;
  padding: 13px 20px 10.5px 15px;
  color: #fff;
  font-size: 11px;
  line-height: 1.5;
  width: 140px;
  font-weight: 600;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .header-search-container .dropdown.search-dropdown > a {
    width: 176px;
    font-size: 13px;
    padding: 12px 30px 9px 22px;
  }
}

.header-search-container .dropdown.search-dropdown .dropdown-menu {
  width: 100%;
  border: 1px solid #51cdeb;
  font-size: 11px;
  padding: 10px 20px 7px;
  box-shadow: none;
  min-width: 140px;
}

.header-search-container .dropdown.search-dropdown .dropdown-menu li {
  margin-bottom: 0;
}

.header-search-container .dropdown.search-dropdown .dropdown-menu li:last-child {
  margin-bottom: 0;
}

.header-search-container .dropdown.search-dropdown .dropdown-menu li a {
  color: #777777;
  padding: 4px 0;
  font-weight: 500;
}

.header-search-container .dropdown.search-dropdown .dropdown-menu li a:hover, .header-search-container .dropdown.search-dropdown .dropdown-menu li a:focus {
  color: #51cdeb;
  background-color: transparent;
}

.header-search-container .dropdown.search-dropdown.open > a, .header-search-container .dropdown.search-dropdown:hover > a, .header-search-container .dropdown.search-dropdown:focus > a {
  border-radius: 20px 0 0 0;
}

.header-search-container .form-control {
  height: 36px;
  font-size: 13px;
  padding: 10.5px 66px 7.5px 150px;
  color: #666;
  border: none;
  margin: 0;
  border-radius: 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .header-search-container .form-control {
    padding-left: 190px;
  }
}

.header-search-container .form-control::-webkit-input-placeholder {
  color: #666;
}

.header-search-container .form-control::-moz-placeholder {
  color: #666;
}

.header-search-container .form-control:-ms-input-placeholder {
  color: #666;
}

.header-search-container .form-control::placeholder {
  color: #666;
}

.header-search-container .icon-header-search {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-position: 0px -659px;
}

.header-search-container .btn {
  position: absolute;
  right: -3px;
  top: -2px;
  background-color: transparent;
  border: none;
  width: 56px;
  text-align: center;
  padding: 12px 10px 9px;
  border-radius: 20px;
  line-height: 1;
}

.header-search-container .btn:hover, .header-search-container .btn:focus {
  background-color: #51cdeb;
  border-radius: 20px !important;
}

.header-search-container .btn:hover .icon-header-search, .header-search-container .btn:focus .icon-header-search {
  background-position: 0px -644px;
}

.header-search-container .search-dropdown-btn {
  display: none;
  padding: 10px 10px 6px;
  line-height: 1;
}

.header-search-container .search-dropdown-btn .icon-header-search {
  background-position: 0px -614px;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header-search-container .search-dropdown-btn {
    display: block;
  }
}

.header-search-container.search-dropdown-fix {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header-search-container.search-dropdown-fix {
    width: auto;
    margin-left: 50px;
    margin-top: 31px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-search-container.search-dropdown-fix {
    margin-left: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header-search-container.search-dropdown-fix form {
    width: 380px;
    position: absolute;
    right: -20px;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    transition: all 0.4s;
    margin-top: 8px;
    z-index: 999;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
  .header-search-container.search-dropdown-fix form:before {
    content: '';
    position: absolute;
    top: -10px;
    right: 28px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 9px 6px;
    border-color: transparent transparent #e4e4e4 transparent;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header-search-container.search-dropdown-fix.open form {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

/* Menu */
.menu-container {
  float: left;
}

@media (min-width: 992px) {
  .menu-container {
    margin-left: 20px;
  }
}

@media (min-width: 1280px) {
  .menu-container {
    margin-left: 50px;
  }
}

@media (min-width: 1600px) {
  .menu-container {
    margin-left: 50px;
  }
}

@media (min-width: 1920px) {
  .menu-container {
    margin-left: 178px;
  }
}

.menu {
  font-family: "Hind", sans-serif;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.035em;
  display: none;
}

@media (min-width: 992px) {
  .menu {
    display: block;
  }
}

.menu:after {
  content: '';
  display: table;
  clear: both;
}

.menu > li {
  float: left;
  padding: 32.5px 0;
}

.menu > li + li {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .menu > li + li {
    margin-left: 15px;
  }
}

@media (min-width: 1600px) {
  .menu > li + li {
    margin-left: 20px;
  }
}

@media (min-width: 1920px) {
  .menu > li + li {
    margin-left: 25px;
  }
}

.menu > li > a {
  display: block;
  color: #555555;
  font-size: 13px;
  font-weight: 600;
  padding: 8px 13px 5px;
  border-radius: 20px;
}

.menu > li > a > span {
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .menu > li > a {
    font-size: 14px;
    padding-top: 8.5px;
    padding-bottom: 5.5px;
  }
}

@media (min-width: 1200px) {
  .menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.menu > li.open > a {
  color: #fff;
  background-color: #f27a21;
}

.menu li {
  position: relative;
}

.menu li li {
  border-bottom: 1px solid #e2e2e2;
}

.menu li li:last-child {
  border-bottom: none;
}

.menu li li a {
  display: block;
  font: 400 12px/1.5 "Hind", sans-serif;
  padding: 12px 20px 10px;
  font-weight: 600;
  color: #666;
  margin: 0 -1px;
}

.menu li li.open > a {
  background-color: #f27a21;
  color: #fff;
}

.menu li .reverse ul {
  left: auto;
  right: 100%;
}

.menu ul,
.menu .megamenu {
  position: absolute;
  left: 0;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  z-index: 1000;
}

.menu ul {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border: 1px solid #e2e2e2;
  background-color: #fff;
  min-width: 200px;
}

.menu ul ul {
  top: -1px;
  left: 100%;
}

.menu .reverse ul,
.menu .reverse .megamenu {
  left: auto;
  right: 0;
}

.menu .reverse ul ul {
  left: auto;
  right: 100%;
}

.menu li.open > ul,
.menu li.open > .megamenu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mmenu-container {
  position: static !important;
}

.mmenu-container .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .mmenu-container .row + .row {
    margin-top: 25px;
  }
}

@media (min-width: 992px) {
  .mmenu-container .row + .row {
    margin-top: 40px;
  }
}

.mmenu-container .col-5 {
  padding: 0 15px;
}

@media (min-width: 768px) {
  .mmenu-container .col-5 {
    float: left;
    width: 33.3%;
  }
}

@media (min-width: 992px) {
  .mmenu-container .col-5 {
    width: 20%;
  }
}

.megamenu {
  left: 0;
  right: 0;
  background-color: #f9f9f9;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 25px 0 10px;
}

@media (min-width: 768px) {
  .megamenu {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    padding: 48px 0 40px;
  }
}

.megamenu .mmenu-title {
  font: 500 15px/1 "Fira Sans", Arial, sans-serif;
  color: #777777;
  margin-bottom: 21px;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.megamenu ul {
  position: static;
  left: auto;
  right: auto;
  top: auto;
  border: none;
  box-shadow: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  opacity: 1;
  visibility: inherit;
  background-color: transparent;
}

.megamenu ul li {
  border: none;
  margin-bottom: 4px;
}

.megamenu ul li a {
  background-color: transparent;
  color: #777777;
  padding: 5px 0;
  font-weight: 400;
}

.megamenu ul li a > span {
  position: relative;
}

.megamenu ul li.open a {
  color: #f27a21;
  background-color: transparent;
}

.megamenu .banner {
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .megamenu .banner {
    margin-bottom: 0;
  }
}

.tip {
  font: 500 9px/1 "Hind", sans-serif;
  background-color: #f27a21;
  color: #fff;
  position: absolute;
  left: 100%;
  bottom: 100%;
  margin-left: 4px;
  margin-bottom: -9px;
  text-transform: uppercase;
  padding: 5px 5px 1px;
  letter-spacing: 0.035em;
  border-radius: 3px;
  z-index: 500;
}

.tip.hot {
  background-color: #ed4e24;
}

.navbar-toggle {
  position: static;
  float: left;
  padding: 9px 0;
  margin-top: 8px;
  margin-right: 15px;
  margin-top: 11px;
  margin-bottom: 11px;
  border: none;
  border-radius: 0;
}

.navbar-toggle .toggle-wrapper {
  position: relative;
  display: block;
}

.navbar-toggle .toggle-text {
  font: 600 16px/1 "Hind", sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-left: 10px;
  margin-top: -7px;
  display: none;
  letter-spacing: 0.035em;
  color: #fff;
}

.navbar-toggle .icon-bar {
  position: relative;
  width: 31px;
  height: 3px;
  border-radius: 0;
  background-color: #666666;
  transition: all 0.4s;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

.navbar-toggle:hover .icon-bar, .navbar-toggle:focus .icon-bar, .navbar-toggle.open .icon-bar {
  background-color: #f27a21;
}

@media (max-width: 767px) {
  .navbar-toggle.open:after {
    content: '';
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 10;
    display: block;
    height: 44px;
    right: 0;
    background-color: #f27a21;
  }
}

@media (max-width: 767px) {
  .navbar-toggle.open .toggle-text {
    display: block;
    z-index: 19;
  }
}

@media (max-width: 767px) {
  .navbar-toggle.open .icon-bar {
    background-color: #fff;
    z-index: 19;
  }
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: inline-block;
    margin-top: 32px;
    margin-right: 10px;
  }
  .navbar-toggle > .toggle-text {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}

/* Mobile menu */
.mobile-menu {
  border: 1px solid #e2e2e2;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.4s;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.12);
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .mobile-menu {
    margin-top: -7px;
  }
}

.mobile-menu > li {
  border-bottom: 1px solid #e2e2e2;
  background-color: #f9f9f9;
}

.mobile-menu > li > a {
  color: #555555;
  font-weight: 600;
  font-size: 15px;
  padding: 13px 20px 9px;
}

.mobile-menu > li > a:hover, .mobile-menu > li > a:focus {
  color: #f27a21;
}

.mobile-menu > li:last-child {
  border-bottom: none;
}

.mobile-menu li:not(.mmenu-container) li {
  border-bottom: 1px solid #f1f1f1;
  background-color: #fcfcfc;
}

.mobile-menu li:not(.mmenu-container) li a {
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px 8px 30px;
}

.mobile-menu li:not(.mmenu-container) li:last-child {
  border-bottom: none;
}

.mobile-menu li:not(.mmenu-container) li li {
  padding-left: 10px;
  background-color: #fff;
}

.mobile-menu li:not(.mmenu-container) li li a {
  font-size: 13px;
  font-weight: 500;
}

.mobile-menu li {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}

.mobile-menu li ul {
  padding: 0;
}

.mobile-menu li ul,
.mobile-menu li .megamenu {
  background-color: #ffffff;
  display: none;
  border-top: 1px solid #e2e2e2;
  box-shadow: none;
}

.mobile-menu li li {
  font-size: 12px;
}

.mobile-menu li a {
  display: inline-block;
  color: #777;
}

.mobile-menu li a:hover, .mobile-menu li a:focus {
  color: #f27a21;
}

.mobile-menu li.open > ul,
.mobile-menu li.open > .megamenu {
  display: block;
}

.mobile-menu .megamenu {
  border: none;
}

.mobile-menu .megamenu ul {
  display: block;
  margin-bottom: 20px;
  border-top: none;
  padding-left: 15px;
}

.mobile-menu .megamenu .mmenu-title {
  margin-bottom: 8px;
  font-size: 14px;
  padding-left: 15px;
}

.mobile-menu .megamenu a {
  padding: 4px 0;
}

.mobile-menu .megamenu a:hover, .mobile-menu .megamenu a:focus {
  color: #f27a21;
}

.mobile-menu .container {
  width: 100%;
}

.mobile-menu.open {
  display: block;
}

@media (min-width: 992px) {
  .mobile-menu, .mobile-menu.open {
    display: none;
  }
}

.mobile-menu .banner img {
  width: auto;
  max-width: 100%;
}

/* Sticky Header */
@-webkit-keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-80px);
    transform: translateY(-80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  .header.sticky-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
  }
  .header.sticky-header.fixed .logo {
    margin-top: 18px;
  }
  .header.sticky-header.fixed .menu > li {
    padding: 14px 0;
  }
  .header.sticky-header.fixed .header-top {
    display: none;
  }
  .header.sticky-header.fixed .header-dropdown {
    margin-top: 23px;
  }
  .header.sticky-header.fixed .header-dropdown > li > a,
  .header.sticky-header.fixed .header-dropdown > a {
    padding-bottom: 17px;
  }
}

@media (min-width: 992px) {
  .header.sticky-header.fixed .header-search-container {
    margin-top: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header.sticky-header.fixed .header-search-container.search-dropdown-fix {
    margin-top: 14px;
  }
}

/* Header 2 - Index3 */
.header-inner {
  position: relative;
}

.header-top:after {
  content: '';
  display: table;
  clear: both;
}

.top-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  margin-right: 3px;
  margin-top: -2px;
}

.top-icon.top-icon-user {
  background-position: 0px -143px;
}

.top-icon.top-icon-check {
  background-position: 0px -390px;
}

.top-icon.top-icon-wishlist {
  background-position: 0px -182px;
}

.top-icon.top-icon-creditcard {
  background-position: 0px -377px;
}

.top-icon.top-icon-flag {
  background-position: 0px -455px;
}

.top-dropdowns {
  float: right;
  font-family: "Hind", sans-serif;
  font-size: 0;
  margin-bottom: -1px;
  margin-right: -20px;
}

@media (min-width: 992px) {
  .top-dropdowns {
    margin-right: -40px;
  }
}

.top-dropdowns > li {
  display: inline-block;
}

.top-dropdowns > li > a {
  display: block;
  font-weight: 400;
  padding: 8px 15px 4px;
  font-size: 14px;
  color: #777;
}

@media (min-width: 768px) {
  .top-dropdowns > li > a {
    min-width: 120px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .top-dropdowns > li > a {
    min-width: 140px;
    padding-left: 21px;
    padding-right: 21px;
  }
}

@media (max-width: 360px) {
  .top-dropdowns > li > a i {
    display: none;
  }
}

.top-dropdowns > li:hover > a, .top-dropdowns > li:focus > a {
  color: #fff;
  background-color: #f27a21;
}

.top-dropdowns > li:hover .top-icon.top-icon-user, .top-dropdowns > li:focus .top-icon.top-icon-user {
  background-position: 0px -130px;
}

.top-dropdowns > li:hover .top-icon.top-icon-lock, .top-dropdowns > li:focus .top-icon.top-icon-lock {
  background-position: 0px -117px;
}

.top-dropdowns > li:hover .top-icon.top-icon-heart, .top-dropdowns > li:focus .top-icon.top-icon-heart {
  background-position: 0px -481px;
}

.top-dropdowns > li:hover .top-icon.top-icon-check, .top-dropdowns > li:focus .top-icon.top-icon-check {
  background-position: 0px -533px;
}

.top-dropdowns > li:hover .top-icon.top-icon-wishlist, .top-dropdowns > li:focus .top-icon.top-icon-wishlist {
  background-position: 0px -169px;
}

.top-dropdowns > li:hover .top-icon.top-icon-creditcard, .top-dropdowns > li:focus .top-icon.top-icon-creditcard {
  background-position: 0px -403px;
}

.top-dropdowns > li:hover .top-icon.top-icon-flag, .top-dropdowns > li:focus .top-icon.top-icon-flag {
  background-position: 0px -429px;
}

.top-dropdowns li {
  position: relative;
}

.top-dropdowns li li {
  border: 1px solid #e6dfd1;
  background-color: #fbfaf4;
  margin-bottom: -1px;
}

.top-dropdowns li li:first-child {
  border-top: none;
}

.top-dropdowns li li a {
  display: block;
  font-size: 12px;
  color: #666666;
  padding: 9.5px 0px 6.5px 19px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 -1px;
}

.top-dropdowns li li a img {
  margin-right: 4px;
}

@media (max-width: 767px) {
  .top-dropdowns li li a {
    padding-left: 10px;
    font-size: 11px;
  }
}

.top-dropdowns li li:hover, .top-dropdowns li li:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.top-dropdowns li li:hover a, .top-dropdowns li li:focus a {
  color: #fff;
}

.top-dropdowns li ul {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  transition: all 0.4s;
  visibility: hidden;
  opacity: 0;
  z-index: 990;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.top-dropdowns li:hover > ul, .top-dropdowns li:focus > ul {
  opacity: 1;
  visibility: visible;
}

.dropdown.login-dropdown .dropdown-menu {
  width: 360px;
  padding: 30px 20px 30px;
  text-align: center;
}

@media (min-width: 1600px) {
  .dropdown.login-dropdown .dropdown-menu {
    width: 400px;
    padding: 38px 30px 40px;
  }
}

.dropdown.login-dropdown .dropdown-menu form {
  display: none;
}

.dropdown.login-dropdown .dropdown-menu .dropdown-title {
  font: 600 21px/1 "Hind", sans-serif;
  color: #555555;
  letter-spacing: 0.04em;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .dropdown.login-dropdown .dropdown-menu .dropdown-title {
    font-size: 23px;
  }
}

@media (min-width: 1600px) {
  .dropdown.login-dropdown .dropdown-menu .dropdown-title {
    font-size: 25px;
  }
}

.dropdown.login-dropdown .dropdown-menu .form-group {
  margin-bottom: 10px;
}

.dropdown.login-dropdown .dropdown-menu .form-group:last-of-type {
  margin-bottom: 19px;
}

@media (min-width: 1200px) {
  .dropdown.login-dropdown .dropdown-menu .form-group:last-of-type {
    margin-bottom: 28px;
  }
}

.dropdown.login-dropdown .dropdown-menu .form-control {
  font-size: 16px;
  height: 50px;
  padding: 14.5px 20px 11.5px;
}

.dropdown.login-dropdown .dropdown-menu .input-desc {
  font-size: 16px;
}

.dropdown.login-dropdown .dropdown-menu .input-desc i {
  margin-bottom: -2px;
}

.dropdown.login-dropdown .dropdown-menu .btn {
  min-width: 200px;
}

.dropdown.login-dropdown.open > .dropdown-menu form, .dropdown.login-dropdown:hover .dropdown-menu form, .dropdown.login-dropdown:focus .dropdown-menu form {
  display: block;
}

@media (min-width: 768px) {
  .header-bottom .col-sm-4:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 22px;
    margin-top: -11px;
    background-color: #dedede;
  }
}

.header-bottom .col-sm-4:last-child:after {
  display: none;
}

.header-bottom .row {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .header-bottom .info-box-container {
    border-bottom: 1px solid #e6e6e6;
    background-color: #f9f9f9;
  }
}

.header-bottom .info-box {
  text-align: center;
  font-family: "Hind", sans-serif;
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 500;
  color: #a9a9a9;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 12px 0 6px;
  max-width: none;
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-bottom .info-box {
    font-size: 13px;
  }
}

.header-bottom .info-box h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 0;
  color: #666666;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .header-bottom .info-box h5 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .header-bottom .info-box h5 {
    font-size: 13px;
  }
}

.header-bottom .info-box p {
  margin-bottom: 0;
}

.header.header2 {
  border-bottom: 1px solid #dedede;
}

.header.header2 .header-top {
  border-bottom: 1px solid #dedede;
}

.header.header2 .header-inner {
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

.header.header2 .dropdown .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .header.header2 .dropdowns-container .dropdowns-wrapper {
    border-top: 1px solid #e6e6e6;
    float: none;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.header.header2 .header-dropdown {
  margin-top: 0;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown {
    width: 50%;
  }
}

.header.header2 .header-dropdown ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.header2 .header-dropdown + .header-dropdown {
  margin-left: 0;
}

.header.header2 .header-dropdown .dropdown-menu {
  border-color: #dedede;
}

.header.header2 .header-dropdown .icon-header {
  margin-top: -2px;
}

.header.header2 .header-dropdown .icon-header.icon-cart {
  background-position: 0px -1185px;
}

.header.header2 .header-dropdown .icon-header.icon-lock {
  background-position: 0px -930px;
}

.header.header2 .header-dropdown > a {
  color: #666;
  font-size: 0;
  padding: 16px 10px 13px 8px;
  border-left: 1px solid #dedede;
}

@media (min-width: 768px) {
  .header.header2 .header-dropdown > a {
    padding: 30px 20px 27px 17px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .header-dropdown > a {
    padding: 31.5px 10px 28.5px 8px;
  }
}

@media (min-width: 1200px) {
  .header.header2 .header-dropdown > a {
    padding-left: 18px;
    padding-right: 20px;
  }
}

@media (min-width: 1600px) {
  .header.header2 .header-dropdown > a {
    padding-left: 38px;
    padding-right: 40px;
  }
}

.header.header2 .header-dropdown > a > span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.header.header2 .header-dropdown > a > span:first-child {
  margin-right: 9px;
  margin-top: -2px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .header-dropdown > a > span:first-child {
    margin-right: 4px;
  }
}

.header.header2 .header-dropdown > a .dropdown-text {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .header-dropdown > a .dropdown-text {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .header.header2 .header-dropdown.cart-dropdown > a {
    padding-right: 0;
  }
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.cart-dropdown > a {
    display: block;
    text-align: center;
  }
}

.header.header2 .header-dropdown.cart-dropdown .dropdown-menu {
  right: 0;
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.login-dropdown {
    position: static;
    width: auto;
  }
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.login-dropdown > a {
    border-left: none !important;
    padding: 5px 0;
    min-width: auto;
    position: absolute;
    right: 23px;
    top: 46px;
  }
  .header.header2 .header-dropdown.login-dropdown > a .icon-header.icon-lock {
    background-position: 0px -981px;
  }
}

.header.header2 .header-dropdown.login-dropdown > a > span:first-child {
  margin-right: 6px;
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.login-dropdown > a > span:first-child {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.login-dropdown > a .dropdown-text {
    display: none;
  }
}

.header.header2 .header-dropdown.login-dropdown .dropdown-menu {
  left: auto;
  right: 0;
}

@media (min-width: 1200px) {
  .header.header2 .header-dropdown.login-dropdown .dropdown-menu {
    margin-right: -100px;
  }
}

@media (min-width: 1600px) {
  .header.header2 .header-dropdown.login-dropdown .dropdown-menu {
    margin-right: -130px;
  }
}

@media (max-width: 767px) {
  .header.header2 .header-dropdown.login-dropdown .dropdown-menu {
    top: 100%;
    margin-top: -51px;
    width: 100%;
  }
}

.header.header2 .search-form {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  border-left: 1px solid #dedede;
}

@media (max-width: 767px) {
  .header.header2 .search-form {
    width: 50%;
    border-left: none;
  }
}

.header.header2 .search-form .icon-header.icon-search {
  background-position: 0px -1151px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .search-form .icon-header {
    display: none;
  }
}

.header.header2 .search-form .form-control {
  position: relative;
  border: none;
  height: 50px;
  font-size: 14px;
  width: 100%;
  margin-bottom: 0;
  padding: 17px 10px 13px 20px;
  color: #666666;
  background-color: transparent;
  z-index: 1;
  transition: width 0.4s;
}

@media (min-width: 768px) {
  .header.header2 .search-form .form-control {
    width: 120px;
    height: 78px;
    padding: 31px 10px 27px 10px;
  }
}

@media (min-width: 992px) {
  .header.header2 .search-form .form-control {
    width: 70px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1320px) {
  .header.header2 .search-form .form-control {
    width: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1600px) {
  .header.header2 .search-form .form-control {
    width: 140px;
  }
}

.header.header2 .search-form .form-control::-webkit-input-placeholder {
  color: #666666;
}

.header.header2 .search-form .form-control::-moz-placeholder {
  color: #666666;
}

.header.header2 .search-form .form-control:-ms-input-placeholder {
  color: #666666;
}

.header.header2 .search-form .form-control::placeholder {
  color: #666666;
}

.header.header2 .search-form .form-control:focus {
  width: 100%;
}

@media (min-width: 768px) {
  .header.header2 .search-form .form-control:focus {
    width: 200px;
  }
}

@media (min-width: 992px) {
  .header.header2 .search-form .form-control:focus {
    width: 70px;
  }
}

@media (min-width: 1320px) {
  .header.header2 .search-form .form-control:focus {
    width: 160px;
  }
}

@media (min-width: 1600px) {
  .header.header2 .search-form .form-control:focus {
    width: 320px;
  }
}

.header.header2 .search-form .form-control:focus + .overlay-search {
  visibility: hidden;
  opacity: 0;
}

.header.header2 .search-form .form-control:focus + .overlay-search .icon {
  display: none;
}

.header.header2 .search-form .form-control:focus + .overlay-search + .btn {
  opacity: 1;
  visibility: visible;
}

.header.header2 .search-form .overlay-search {
  position: absolute;
  z-index: 0;
  left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 14px;
  font-weight: 600;
  font-family: "Hind", sans-serif;
  line-height: 1;
  color: #666666;
  text-transform: uppercase;
  white-space: normal;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 2px;
  transition: all 0.4s;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .search-form .overlay-search {
    font-size: 12px;
  }
}

.header.header2 .search-form .overlay-search i,
.header.header2 .search-form .overlay-search span {
  vertical-align: middle;
}

.header.header2 .search-form .overlay-search i {
  margin-right: 4px;
  margin-top: -3px;
}

.header.header2 .search-form .btn.btn-link {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  line-height: 1;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  padding: 0;
  transition: all 0.4s;
}

@media (min-width: 1600px) {
  .header.header2 .search-form .btn.btn-link {
    right: 35px;
  }
}

.header.header2 .logo {
  margin-top: 41px;
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  .header.header2 .logo {
    margin-top: 23px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header2 .menu-container {
    margin-left: 10px;
  }
}

.header.header2 .menu > li {
  padding: 21.5px 0;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .header.header2 .menu > li + li {
    margin-left: 0;
  }
}

.header.header2 .menu li ul,
.header.header2 .menu li .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .header.header2 .mobile-menu {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .header.header2 .navbar-toggle {
    margin-top: 22.5px;
    margin-right: 30px;
  }
}

@media (max-width: 767px) {
  .header.header2 .navbar-toggle {
    position: absolute;
    left: 20px;
    top: 30px;
  }
  .header.header2 .navbar-toggle:after {
    display: none;
  }
}

.header.header2 .navbar-toggle .icon-bar {
  width: 26px;
  background-color: #666666;
}

.header.header2 .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 3px;
}

@media (min-width: 992px) {
  .header2.sticky-header.fixed .header-top,
  .header2.sticky-header.fixed .header-bottom {
    display: none;
  }
  .header2.sticky-header.fixed .logo {
    margin-top: 12.5px;
  }
  .header2.sticky-header.fixed .menu > li {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
  .header2.sticky-header.fixed .header-dropdown {
    margin-top: 0;
  }
  .header2.sticky-header.fixed .header-dropdown > a {
    padding-top: 20px;
    padding-bottom: 17px;
  }
  .header2.sticky-header.fixed .search-form .form-control {
    height: 58px;
    padding-top: 21px;
    padding-bottom: 17px;
  }
}

/* Header3 - Index4 */
.header.header3 {
  border-bottom: none;
}

.header.header3 .top-icon.top-icon-lock {
  background-position: 0px -494px;
}

.header.header3 .top-icon.top-icon-heart {
  background-position: 0px -468px;
}

.header.header3 .top-icon.top-icon-check {
  background-position: 0px -572px;
}

.header.header3 .top-icon.top-icon-wishlist {
  background-position: 0px -156px;
}

.header.header3 .top-icon.top-icon-creditcard {
  background-position: 0px -247px;
}

.header.header3 .top-icon.top-icon-flag {
  background-position: 0px -442px;
}

.header.header3 .top-dropdowns {
  margin-bottom: 0;
}

.header.header3 .top-dropdowns > li > a {
  padding-top: 9px;
  padding-bottom: 5px;
}

.header.header3 .top-dropdowns > li:hover > a, .header.header3 .top-dropdowns > li:focus > a {
  background-color: #6ed1ff;
  border-color: #6ed1ff;
}

.header.header3 .top-dropdowns li li:hover, .header.header3 .top-dropdowns li li:focus {
  background-color: #6ed1ff;
  border-color: #6ed1ff;
}

.header.header3 .top-dropdowns li ul {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.header.header3 .top-dropdowns li:hover > ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.header3 .header-inner {
  background-color: #81ccfc;
}

.header.header3 .header-inner .dropdown.header-dropdown .dropdown-menu {
  border-top: none;
}

.header.header3 .icon-header {
  height: 20px;
  width: 20px;
}

.header.header3 .icon-header.icon-user {
  background-position: 0px -1648px;
}

.header.header3 .icon-header.icon-cart {
  background-position: 0px -1748px;
}

@media (min-width: 768px) {
  .header.header3 .header-dropdown {
    margin-top: 33px;
  }
}

.header.header3 .header-dropdown:hover .icon-header.icon-user, .header.header3 .header-dropdown:focus .icon-header.icon-user, .header.header3 .header-dropdown.open .icon-header.icon-user,
.header.header3 .header-dropdown > li > a:hover .icon-header.icon-user,
.header.header3 .header-dropdown > li > a:focus .icon-header.icon-user,
.header.header3 .header-dropdown > li > a.open .icon-header.icon-user,
.header.header3 .header-dropdown > a:hover .icon-header.icon-user,
.header.header3 .header-dropdown > a:focus .icon-header.icon-user,
.header.header3 .header-dropdown > a.open .icon-header.icon-user {
  background-position: 0px -1648px;
}

.header.header3 .header-dropdown:hover .icon-header.icon-cart, .header.header3 .header-dropdown:focus .icon-header.icon-cart, .header.header3 .header-dropdown.open .icon-header.icon-cart,
.header.header3 .header-dropdown > li > a:hover .icon-header.icon-cart,
.header.header3 .header-dropdown > li > a:focus .icon-header.icon-cart,
.header.header3 .header-dropdown > li > a.open .icon-header.icon-cart,
.header.header3 .header-dropdown > a:hover .icon-header.icon-cart,
.header.header3 .header-dropdown > a:focus .icon-header.icon-cart,
.header.header3 .header-dropdown > a.open .icon-header.icon-cart {
  background-position: 0px -1748px;
}

@media (min-width: 768px) {
  .header.header3 .header-dropdown > li > a,
  .header.header3 .header-dropdown > a {
    padding-bottom: 27px;
  }
}

.header.header3 .header-dropdown.account-dropdown ul {
  margin-right: -60px;
}

.header.header3 .header-dropdown.cart-dropdown > a .dcart-total-count {
  background-color: #ed4e24;
}

@media (min-width: 768px) {
  .header.header3 .header-dropdown.cart-dropdown .dropdown-menu {
    right: -20px;
  }
}

@media (min-width: 992px) {
  .header.header3 .header-dropdown.cart-dropdown .dropdown-menu {
    right: -40px;
  }
}

@media (min-width: 768px) {
  .header.header3 .header-search-container {
    margin-top: 23px;
  }
}

@media (min-width: 1600px) {
  .header.header3 .header-search-container {
    margin-left: 40px;
  }
}

@media (min-width: 1920px) {
  .header.header3 .header-search-container {
    margin-left: 140px;
  }
}

.header.header3 .header-search-container .icon-header-search {
  background-position: 0px -599px;
}

.header.header3 .header-search-container .search-dropdown-btn .icon-header-search {
  background-position: 0px -644px;
}

.header.header3 .header-search-container .btn:hover, .header.header3 .header-search-container .btn:focus {
  background-color: #f27a21;
}

.header.header3 .header-search-container .btn:hover .icon-header-search, .header.header3 .header-search-container .btn:focus .icon-header-search {
  background-position: 0px -644px;
}

.header.header3 .header-search-container .dropdown.search-dropdown > a {
  background-color: #f27a21;
}

.header.header3 .header-search-container .dropdown.search-dropdown .dropdown-menu {
  border-color: #f27a21;
}

.header.header3 .header-search-container .header-search-form {
  border-color: #fff;
}

@media (max-width: 1599px) and (min-width: 992px) {
  .header.header3 .header-search-container.search-dropdown-fix {
    margin-top: 25.5px;
  }
}

@media (max-width: 1599px) and (min-width: 992px) {
  .header.header3 .header-search-container.search-dropdown-fix form:before {
    border-bottom-color: #fff;
  }
}

.header.header3 .logo {
  margin-top: 26px;
}

@media (min-width: 1600px) {
  .header.header3 .menu-container {
    margin-left: 40px;
  }
}

@media (min-width: 1920px) {
  .header.header3 .menu-container {
    margin-left: 142px;
  }
}

.header.header3 .menu > li {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}

.header.header3 .menu > li + li {
  margin-left: 5px;
}

@media (min-width: 1200px) {
  .header.header3 .menu > li + li {
    margin-left: 10px;
  }
}

@media (min-width: 1600px) {
  .header.header3 .menu > li + li {
    margin-left: 18px;
  }
}

@media (min-width: 1920px) {
  .header.header3 .menu > li + li {
    margin-left: 25px;
  }
}

.header.header3 .menu > li > a {
  color: #fff;
}

.header.header3 .menu > li.open > a {
  color: #6ed1ff;
  background-color: #fff;
}

.header.header3 .menu li li.open > a {
  color: #fff;
  background-color: #6ed1ff;
}

.header.header3 .menu li .megamenu li.open > a {
  color: #6ed1ff;
  background-color: transparent;
}

@media (min-width: 768px) {
  .header.header3 .navbar-toggle {
    margin-top: 25.5px;
  }
}

.header.header3 .navbar-toggle .icon-bar {
  background-color: #fff;
}

@media (min-width: 992px) {
  .header3.sticky-header.fixed .logo {
    margin-top: 16px;
  }
  .header3.sticky-header.fixed .menu > li {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .header3.sticky-header.fixed .header-dropdown {
    margin-top: 22px;
  }
  .header3.sticky-header.fixed .header-dropdown > li > a,
  .header3.sticky-header.fixed .header-dropdown > a {
    padding-bottom: 18px;
  }
}

@media (min-width: 992px) {
  .header3.sticky-header.fixed .header-search-container {
    margin-top: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .header3.sticky-header.fixed .header-search-container.search-dropdown-fix {
    margin-top: 15px;
  }
}

/* Header 4 - index5 */
.header.header4 {
  border-bottom: none;
}

.header.header4 .header-top {
  color: #777;
  font: 400 14px/1.25 "Hind", sans-serif;
  border-bottom: 1px solid #eeeded;
}

.header.header4 .dropdown .dropdown-menu {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header.header4 .dropdown.open > .dropdown-menu, .header.header4 .dropdown:hover .dropdown-menu, .header.header4 .dropdown:focus .dropdown-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.header4 .header-top-text {
  float: left;
  display: none;
  letter-spacing: 0.05em;
  margin-top: 7px;
}

@media (min-width: 992px) {
  .header.header4 .header-top-text {
    display: block;
  }
}

.header.header4 .top-dropdowns > li {
  position: relative;
}

@media (min-width: 768px) {
  .header.header4 .top-dropdowns > li {
    margin-left: -20px;
  }
}

.header.header4 .top-dropdowns > li i {
  visibility: hidden;
  margin-right: 7px;
}

.header.header4 .top-dropdowns > li:hover, .header.header4 .top-dropdowns > li:focus {
  z-index: 100;
}

.header.header4 .top-dropdowns > li:hover i, .header.header4 .top-dropdowns > li:focus i {
  visibility: visible;
}

.header.header4 .top-dropdowns li ul {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header.header4 .top-dropdowns li:hover > ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 768px) and (max-width: 991px) {
  .header.header4 .header-inner {
    border-bottom: 1px solid #eeeded;
  }
}

@media (min-width: 768px) {
  .header.header4 .logo {
    margin-top: 7px;
  }
}

.header.header4 .header-boxes-container {
  float: left;
  display: none;
  font-size: 0;
}

@media (min-width: 1280px) {
  .header.header4 .header-boxes-container {
    display: block;
    margin-right: 10px;
  }
}

.header.header4 .header-box {
  position: relative;
  display: inline-block;
  padding-left: 48px;
  margin-right: 40px;
  font-size: 14px;
  line-height: 1;
  color: #999999;
  margin-top: 32px;
}

@media (min-width: 1600px) {
  .header.header4 .header-box {
    margin-right: 70px;
  }
}

.header.header4 .header-box .icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -10px;
}

.header.header4 .header-box .icon.icon-truck {
  background-position: 0px -1688px;
}

.header.header4 .header-box .icon.icon-phone {
  background-position: 0px -1668px;
}

.header.header4 .header-box:after {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 26px;
  left: 38px;
  top: 50%;
  margin-top: -13px;
  background-color: #e3e3e3;
}

.header.header4 .header-box .header-box-title {
  font: 600 13px/1 "Hind", sans-serif;
  color: #777777;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 0;
}

.header.header4 .header-box p {
  margin-bottom: 0;
}

.header.header4 .header-search-container {
  margin-top: 26px;
}

@media (min-width: 768px) {
  .header.header4 .header-search-container {
    margin-top: 25px;
    margin-left: 0;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .header.header4 .header-search-container {
    width: 380px;
  }
}

@media (min-width: 1200px) {
  .header.header4 .header-search-container {
    margin-right: 35px;
  }
}

@media (min-width: 1440px) {
  .header.header4 .header-search-container {
    margin-right: 45px;
    width: 480px;
  }
}

@media (min-width: 1600px) {
  .header.header4 .header-search-container {
    margin-right: 55px;
    width: 540px;
  }
}

@media (min-width: 1920px) {
  .header.header4 .header-search-container {
    width: 740px;
  }
}

.header.header4 .header-search-container .header-search-form {
  border: 1px solid #e3e3e3;
}

.header.header4 .header-search-container .icon-search-arrow {
  background-position: 0px -6px;
}

.header.header4 .header-search-container .dropdown.search-dropdown {
  left: -1px;
  top: -1px;
}

.header.header4 .header-search-container .dropdown.search-dropdown > a {
  background-color: #f5f5f5;
  padding: 12px 20px 10px 15px;
  color: #777;
  width: 140px;
  border: 1px solid #e3e3e3;
}

@media (min-width: 992px) {
  .header.header4 .header-search-container .dropdown.search-dropdown > a {
    width: 176px;
    font-size: 13px;
    padding: 11px 30px 8px 22px;
  }
}

@media (min-width: 1440px) {
  .header.header4 .header-search-container .dropdown.search-dropdown > a {
    width: 200px;
  }
}

@media (min-width: 1600px) {
  .header.header4 .header-search-container .dropdown.search-dropdown > a {
    width: 240px;
  }
}

@media (min-width: 1920px) {
  .header.header4 .header-search-container .dropdown.search-dropdown > a {
    width: 310px;
  }
}

.header.header4 .header-search-container .dropdown.search-dropdown .dropdown-menu {
  border-color: #ffb800;
}

.header.header4 .header-search-container .dropdown.search-dropdown .dropdown-menu li a:hover, .header.header4 .header-search-container .dropdown.search-dropdown .dropdown-menu li a:focus {
  color: #ffb800;
}

.header.header4 .header-search-container .dropdown.search-dropdown.open, .header.header4 .header-search-container .dropdown.search-dropdown:hover, .header.header4 .header-search-container .dropdown.search-dropdown:focus {
  top: -1px;
}

.header.header4 .header-search-container .dropdown.search-dropdown.open > a, .header.header4 .header-search-container .dropdown.search-dropdown:hover > a, .header.header4 .header-search-container .dropdown.search-dropdown:focus > a {
  background-color: #ffb800;
  color: #fff;
  border-color: #ffb800;
}

.header.header4 .header-search-container .dropdown.search-dropdown.open .icon-search-arrow, .header.header4 .header-search-container .dropdown.search-dropdown:hover .icon-search-arrow, .header.header4 .header-search-container .dropdown.search-dropdown:focus .icon-search-arrow {
  background-position: 0px 0px;
}

.header.header4 .header-search-container .form-control {
  height: 38px;
  padding: 11.5px 66px 8.5px 249px;
  color: #777;
}

.header.header4 .header-search-container .form-control::-webkit-input-placeholder {
  color: #777;
}

.header.header4 .header-search-container .form-control::-moz-placeholder {
  color: #777;
}

.header.header4 .header-search-container .form-control:-ms-input-placeholder {
  color: #777;
}

.header.header4 .header-search-container .form-control::placeholder {
  color: #777;
}

.header.header4 .header-search-container .btn {
  top: -1px;
  right: -1px;
}

.header.header4 .header-search-container .btn:hover, .header.header4 .header-search-container .btn:focus {
  background-color: #f27a21;
}

.header.header4 .icon-header.icon-lock {
  background-position: 0px -1338px;
}

.header.header4 .icon-header.icon-user {
  background-position: 0px -1389px;
}

.header.header4 .icon-header.icon-cart {
  background-position: 0px -1287px;
}

@media (max-width: 767px) {
  .header.header4 .icon-header.icon-lock {
    background-position: 0px -1321px;
  }
  .header.header4 .icon-header.icon-user {
    background-position: 0px -1372px;
  }
  .header.header4 .icon-header.icon-cart {
    background-position: 0px -1270px;
  }
}

@media (min-width: 768px) {
  .header.header4 .dropdowns-wrapper {
    float: right;
  }
}

@media (min-width: 768px) {
  .header.header4 .alldropdowns-wrapper {
    float: right;
  }
}

@media (max-width: 767px) {
  .header.header4 .alldropdowns-wrapper {
    background-color: #f27a21;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 20px;
  }
}

.header.header4 .alldropdowns-wrapper:after {
  content: '';
  display: table;
  clear: both;
}

.header.header4 .header-dropdown {
  margin-top: 13px;
}

@media (min-width: 768px) {
  .header.header4 .header-dropdown {
    margin-top: 36px;
  }
}

.header.header4 .header-dropdown > li > a,
.header.header4 .header-dropdown > a {
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .header.header4 .header-dropdown > li > a,
  .header.header4 .header-dropdown > a {
    padding-bottom: 31px;
  }
}

.header.header4 .header-dropdown ul {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header.header4 .header-dropdown li:hover > ul, .header.header4 .header-dropdown li:focus > ul {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.header.header4 .header-dropdown:hover .icon-header.icon-lock, .header.header4 .header-dropdown:focus .icon-header.icon-lock,
.header.header4 .header-dropdown > li:hover .icon-header.icon-lock,
.header.header4 .header-dropdown > li:focus .icon-header.icon-lock {
  background-position: 0px -1304px;
}

.header.header4 .header-dropdown:hover .icon-header.icon-user, .header.header4 .header-dropdown:focus .icon-header.icon-user,
.header.header4 .header-dropdown > li:hover .icon-header.icon-user,
.header.header4 .header-dropdown > li:focus .icon-header.icon-user {
  background-position: 0px -1355px;
}

.header.header4 .header-dropdown:hover .icon-header.icon-cart, .header.header4 .header-dropdown:focus .icon-header.icon-cart,
.header.header4 .header-dropdown > li:hover .icon-header.icon-cart,
.header.header4 .header-dropdown > li:focus .icon-header.icon-cart {
  background-position: 0px -1253px;
}

@media (max-width: 767px) {
  .header.header4 .header-dropdown:hover .icon-header.icon-lock, .header.header4 .header-dropdown:focus .icon-header.icon-lock,
  .header.header4 .header-dropdown > li:hover .icon-header.icon-lock,
  .header.header4 .header-dropdown > li:focus .icon-header.icon-lock {
    background-position: 0px -1321px;
  }
  .header.header4 .header-dropdown:hover .icon-header.icon-user, .header.header4 .header-dropdown:focus .icon-header.icon-user,
  .header.header4 .header-dropdown > li:hover .icon-header.icon-user,
  .header.header4 .header-dropdown > li:focus .icon-header.icon-user {
    background-position: 0px -1372px;
  }
  .header.header4 .header-dropdown:hover .icon-header.icon-cart, .header.header4 .header-dropdown:focus .icon-header.icon-cart,
  .header.header4 .header-dropdown > li:hover .icon-header.icon-cart,
  .header.header4 .header-dropdown > li:focus .icon-header.icon-cart {
    background-position: 0px -1270px;
  }
}

@media (max-width: 767px) {
  .header.header4 .header-dropdown.login-dropdown {
    position: static;
  }
}

.header.header4 .header-dropdown.login-dropdown .dropdown-menu {
  left: auto;
  right: 0;
  margin-right: 0;
}

@media (max-width: 767px) {
  .header.header4 .header-dropdown.login-dropdown .dropdown-menu {
    width: 100%;
  }
}

.header.header4 .header-dropdown.cart-dropdown > a .dcart-total-count {
  background-color: #ffb800;
}

.header.header4 .header-dropdown.cart-dropdown .dropdown-menu {
  right: 0;
  margin-right: 0;
}

.header.header4 .header-dropdown.account-dropdown ul {
  margin-right: -50px;
}

@media (min-width: 1200px) {
  .header.header4 .header-dropdown.account-dropdown ul {
    margin-right: -60px;
  }
}

.header.header4 .menu-wrapper {
  background-color: #f27a21;
}

.header.header4 .menu {
  margin-left: -13px;
}

@media (min-width: 1200px) {
  .header.header4 .menu {
    margin-left: -20px;
  }
}

@media (min-width: 1920px) {
  .header.header4 .menu {
    margin-left: -25px;
  }
}

.header.header4 .menu > li {
  padding: 6px 0;
}

.header.header4 .menu > li + li {
  margin-left: 10px;
}

@media (min-width: 1200px) {
  .header.header4 .menu > li + li {
    margin-left: 10px;
  }
}

@media (min-width: 1600px) {
  .header.header4 .menu > li + li {
    margin-left: 15px;
  }
}

@media (min-width: 1920px) {
  .header.header4 .menu > li + li {
    margin-left: 25px;
  }
}

.header.header4 .menu > li > a {
  color: #fff;
  padding: 6.5px 13px 3.5px;
  border-radius: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header4 .menu > li > a {
    padding-top: 7px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .header.header4 .menu > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 1600px) {
  .header.header4 .menu > li > a {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 1920px) {
  .header.header4 .menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.header.header4 .menu > li.open > a {
  color: #f27a21;
  background-color: #fff;
}

.header.header4 .menu > li .tip {
  border-radius: 6px 6px 6px 0;
}

.header.header4 .menu > li .tip:not(.hot) {
  background-color: #51cdeb;
}

.header.header4 .menu li ul,
.header.header4 .menu li .megamenu {
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}

.header.header4 .menu li.open > ul,
.header.header4 .menu li.open > .megamenu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width: 992px) {
  .header.header4 .megamenu {
    background-color: #f7f7f7;
  }
}

.header.header4 .mobile-menu {
  margin-top: 0;
}

.header.header4 .navbar-toggle {
  margin-top: 6px;
  margin-bottom: 6px;
}

@media (min-width: 768px) {
  .header.header4 .navbar-toggle {
    margin-top: 29px;
    margin-right: 4px;
  }
}

@media (max-width: 767px) {
  .header.header4 .navbar-toggle.open:after {
    bottom: 0;
  }
}

.header.header4 .navbar-toggle .icon-bar {
  width: 26px;
  height: 2px;
  background-color: #999999;
}

@media (max-width: 767px) {
  .header.header4 .navbar-toggle .icon-bar {
    background-color: #fff;
  }
}

/* Menu Wrapper - Sticky Menu */
@media (min-width: 992px) {
  .menu-wrapper.sticky-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
  }
}

/* Header 5 - index6 */
.header.header5 {
  border-bottom: none;
}

.header.header5 .header-top {
  color: #777;
  font-weight: 400;
  background-color: #51cdeb;
}

.header.header5 .header-box-container {
  border-bottom: 1px solid #fff;
  margin-left: -5px;
  margin-right: -5px;
  color: #fff;
  font-size: 0;
  line-height: 2;
  padding: 2.5px 20px;
}

@media (min-width: 768px) {
  .header.header5 .header-box-container {
    text-align: center;
    margin: 0;
    border: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.header.header5 .header-box-container > .icon,
.header.header5 .header-box-container > span {
  display: inline-block;
  vertical-align: middle;
}

.header.header5 .header-box-container .icon {
  width: 19px;
  height: 18px;
  margin-right: 14px;
}

.header.header5 .header-box-container .icon.icon-truck {
  background-position: 0px -1630px;
}

.header.header5 .header-box-container .icon.icon-support {
  background-position: 0px -1612px;
}

.header.header5 .header-box-container .icon.icon-lock {
  background-position: 0px -1576px;
}

.header.header5 .header-box-container .icon.icon-return {
  background-position: 0px -1594px;
}

.header.header5 .header-box-container span {
  font-size: 15px;
}

@media (min-width: 992px) {
  .header.header5 .header-inner {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .header.header5 .logo {
    margin-top: 46px;
  }
}

@media (min-width: 992px) {
  .header.header5 .logo {
    display: inline-block;
    float: none;
  }
}

.header.header5 .header-search-container {
  text-align: left;
}

@media (min-width: 768px) {
  .header.header5 .header-search-container {
    margin-top: 39px;
  }
}

@media (min-width: 992px) {
  .header.header5 .header-search-container {
    width: 350px;
    margin-left: 0;
  }
}

@media (min-width: 1440px) {
  .header.header5 .header-search-container {
    width: 400px;
  }
}

.header.header5 .header-search-container .header-search-form {
  border: 1px solid #e3e3e3;
}

.header.header5 .header-search-container .icon-search-arrow {
  background-position: 0px -6px;
}

.header.header5 .header-search-container .dropdown.search-dropdown {
  left: -1px;
  top: -1px;
}

.header.header5 .header-search-container .dropdown.search-dropdown > a {
  background-color: #f8f8f8;
  padding: 12px 20px 10px 15px;
  color: #777;
  width: 140px;
  border: 1px solid #e3e3e3;
}

@media (min-width: 992px) {
  .header.header5 .header-search-container .dropdown.search-dropdown > a {
    width: 175px;
    font-size: 13px;
    padding: 11px 30px 8px 22px;
  }
}

@media (min-width: 1440px) {
  .header.header5 .header-search-container .dropdown.search-dropdown > a {
    width: 200px;
  }
}

.header.header5 .header-search-container .dropdown.search-dropdown.open, .header.header5 .header-search-container .dropdown.search-dropdown:hover, .header.header5 .header-search-container .dropdown.search-dropdown:focus {
  top: -1px;
}

.header.header5 .header-search-container .dropdown.search-dropdown.open > a, .header.header5 .header-search-container .dropdown.search-dropdown:hover > a, .header.header5 .header-search-container .dropdown.search-dropdown:focus > a {
  background-color: #51cdeb;
  color: #fff;
  border-color: #51cdeb;
}

.header.header5 .header-search-container .dropdown.search-dropdown.open .icon-search-arrow, .header.header5 .header-search-container .dropdown.search-dropdown:hover .icon-search-arrow, .header.header5 .header-search-container .dropdown.search-dropdown:focus .icon-search-arrow {
  background-position: 0px 0px;
}

.header.header5 .header-search-container .form-control {
  height: 38px;
  padding: 11.5px 66px 8.5px 190px;
  color: #777;
}

.header.header5 .header-search-container .form-control::-webkit-input-placeholder {
  color: #777;
}

.header.header5 .header-search-container .form-control::-moz-placeholder {
  color: #777;
}

.header.header5 .header-search-container .form-control:-ms-input-placeholder {
  color: #777;
}

.header.header5 .header-search-container .form-control::placeholder {
  color: #777;
}

.header.header5 .header-search-container .btn {
  top: -1px;
  right: -1px;
}

.header.header5 .icon-header.icon-user {
  background-position: 0px -1491px;
}

.header.header5 .icon-header.icon-cart {
  background-position: 0px -1423px;
}

.header.header5 .icon-header.icon-globe {
  background-position: 0px -1457px;
}

@media (min-width: 992px) {
  .header.header5 .dropdowns-container {
    text-align: right;
    width: 350px;
  }
}

@media (min-width: 1440px) {
  .header.header5 .dropdowns-container {
    width: 400px;
  }
}

@media (min-width: 768px) {
  .header.header5 .header-dropdown {
    margin-top: 48px;
  }
}

@media (min-width: 768px) {
  .header.header5 .header-dropdown > li > a,
  .header.header5 .header-dropdown > a {
    padding-bottom: 27px;
  }
}

.header.header5 .header-dropdown:hover .icon-header.icon-user, .header.header5 .header-dropdown:focus .icon-header.icon-user,
.header.header5 .header-dropdown > li:hover .icon-header.icon-user,
.header.header5 .header-dropdown > li:focus .icon-header.icon-user {
  background-position: 0px -1474px;
}

.header.header5 .header-dropdown:hover .icon-header.icon-cart, .header.header5 .header-dropdown:focus .icon-header.icon-cart,
.header.header5 .header-dropdown > li:hover .icon-header.icon-cart,
.header.header5 .header-dropdown > li:focus .icon-header.icon-cart {
  background-position: 0px -1406px;
}

.header.header5 .header-dropdown:hover .icon-header.icon-globe, .header.header5 .header-dropdown:focus .icon-header.icon-globe,
.header.header5 .header-dropdown > li:hover .icon-header.icon-globe,
.header.header5 .header-dropdown > li:focus .icon-header.icon-globe {
  background-position: 0px -1440px;
}

.header.header5 .header-dropdown ul li:hover > a,
.header.header5 .header-dropdown ul li a:hover,
.header.header5 .header-dropdown ul li a:focus {
  color: #fff;
  background-color: #51cdeb;
  border-color: #51cdeb;
}

@media (min-width: 768px) {
  .header.header5 .header-dropdown ul,
  .header.header5 .header-dropdown .dropdown-menu {
    text-align: left;
  }
}

.header.header5 .header-dropdown.cart-dropdown .product-price {
  color: #666666;
}

.header.header5 .header-dropdown.cart-dropdown > a .dcart-total-count {
  background-color: #ff3500;
}

.header.header5 .header-dropdown.cart-dropdown .btn.btn-border {
  border-radius: 20px !important;
}

.header.header5 .header-dropdown.cart-dropdown .btn.btn-border.hover, .header.header5 .header-dropdown.cart-dropdown .btn.btn-border.focus {
  border-radius: 20px !important;
}

.header.header5 .menu-wrapper {
  background-color: #fff;
}

.header.header5 .menu {
  text-align: center;
}

.header.header5 .menu > li {
  float: none;
  display: inline-block;
  padding: 10px 0;
}

.header.header5 .menu > li > a {
  padding: 6.5px 13px 3.5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header5 .menu > li > a {
    padding-top: 7px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1200px) {
  .header.header5 .menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1600px) {
  .header.header5 .menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .header.header5 .menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.header.header5 .menu > li.open > a {
  color: #51cdeb;
  background-color: #fff;
}

.header.header5 .menu li ul,
.header.header5 .menu li .megamenu {
  text-align: left;
  border-top: none;
  box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05), 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header.header5 .menu li .megamenu ul {
  box-shadow: none;
}

.header.header5 .menu li .megamenu ul li.open > a {
  background-color: transparent;
  color: #51cdeb;
}

.header.header5 .menu li li.open > a {
  background-color: #51cdeb;
  color: #fff;
}

@media (min-width: 992px) {
  .header.header5 .megamenu {
    background-color: #f7f7f7;
  }
}

@media (min-width: 768px) {
  .header.header5 .navbar-toggle {
    margin-top: 41px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header.header5 .navbar-toggle.open:after {
    background-color: #51cdeb;
  }
}

@media (max-width: 767px) {
  .header.header5 .navbar-toggle.open .icon-bar {
    background-color: #fff;
  }
}

.header.header5 .navbar-toggle .icon-bar {
  width: 27px;
  background-color: #a3a3a3;
  height: 2px;
}

/* Header 6 - index7 */
.menu-btn {
  position: static;
  display: inline-block;
  padding: 9px 0;
  margin-right: 35px;
  border: none;
  border-radius: 0;
  background-color: transparent;
  vertical-align: middle;
}

.menu-btn .icon-bar {
  display: block;
  position: relative;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background-color: #666666;
  transition: all 0.4s;
}

.menu-btn .icon-bar + .icon-bar {
  margin-top: 3px;
}

.menu-btn:hover .icon-bar, .menu-btn:focus .icon-bar, .menu-btn.open .icon-bar {
  background-color: #f27a21;
}

.header.header6 {
  border-bottom: none;
}

@media (min-width: 768px) {
  .header.header6 .header-bottom {
    background-color: #51cdeb;
  }
}

@media (min-width: 768px) {
  .header.header6 .header-bottom .col-sm-4:after {
    background-color: #fff;
  }
}

.header.header6 .header-bottom .row {
  margin-left: -20px;
  margin-right: -20px;
}

@media (max-width: 767px) {
  .header.header6 .header-bottom .info-box-container {
    border-bottom: 1px solid #fff;
    background-color: #51cdeb;
  }
}

.header.header6 .header-bottom .info-box {
  font-size: 14px;
  font-weight: 400;
  color: #f9f9f9;
}

.header.header6 .header-bottom .info-box h5 {
  color: #fff;
}

.header.header6 .header-bottom .info-box p {
  font-family: "Fira Sans", Arial, sans-serif;
  font-style: italic;
}

.header.header6 .header-inner {
  position: relative;
}

@media (min-width: 768px) {
  .header.header6 .header-inner {
    text-align: center;
    font-size: 0;
  }
}

.header.header6 .logo {
  margin-top: 42px;
}

@media (min-width: 768px) {
  .header.header6 .logo {
    margin-top: 0;
    display: inline-block;
    float: none;
    margin: 43px 25px 0;
    vertical-align: middle;
  }
}

@media (min-width: 992px) {
  .header.header6 .logo {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 0;
  }
}

@media (min-width: 1280px) {
  .header.header6 .logo {
    margin-left: 70px;
    margin-right: 70px;
  }
}

@media (min-width: 1440px) {
  .header.header6 .logo {
    margin-left: 90px;
    margin-right: 90px;
  }
}

@media (min-width: 1600px) {
  .header.header6 .logo {
    margin-left: 120px;
    margin-right: 120px;
  }
}

@media (min-width: 1920px) {
  .header.header6 .logo {
    margin-left: 140px;
    margin-right: 140px;
  }
}

.header.header6 .header-left {
  float: left;
  text-align: left;
  font-size: 0;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .header.header6 .header-left {
    width: 140px;
  }
}

.header.header6 .header-left .side-account {
  padding: 6.5px 5px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}

@media (max-width: 767px) {
  .header.header6 .header-left .side-account {
    position: absolute;
    right: 15px;
    top: 39px;
    z-index: 200;
  }
}

.header.header6 .header-left .side-account:hover .icon-header.icon-user, .header.header6 .header-left .side-account:focus .icon-header.icon-user, .header.header6 .header-left .side-account.open .icon-header.icon-user {
  background-position: 0px -1032px;
}

@media (max-width: 767px) {
  .header.header6 .header-left .menu-btn {
    position: absolute;
    left: 20px;
    top: 37px;
    z-index: 200;
  }
}

@media (max-width: 767px) {
  .header.header6 .header-search-container {
    margin-top: 2px;
  }
}

.header.header6 .header-search-container .dropdown-menu {
  border-color: #f27a21;
}

.header.header6 .header-search-container .dropdown-menu li a:hover, .header.header6 .header-search-container .dropdown-menu li a:focus {
  color: #f27a21;
}

.header.header6 .header-search-container.search-dropdown-fix {
  width: auto;
  margin-left: 0;
  text-align: left;
  display: inline-block;
  float: none;
}

@media (min-width: 768px) {
  .header.header6 .header-search-container.search-dropdown-fix {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header.header6 .header-search-container.search-dropdown-fix {
    float: right;
  }
}

.header.header6 .header-search-container .header-search-form {
  visibility: hidden;
  opacity: 0;
  border-color: #f27a21;
  position: absolute;
  right: -10px;
  top: -4px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  margin-top: 0;
  width: 280px;
  z-index: 500;
}

@media (min-width: 768px) {
  .header.header6 .header-search-container .header-search-form {
    width: 340px;
  }
}

@media (min-width: 992px) {
  .header.header6 .header-search-container .header-search-form {
    width: 380px;
  }
}

.header.header6 .header-search-container .header-search-form:before {
  display: none;
}

.header.header6 .header-search-container.open .header-search-form {
  visibility: visible;
  opacity: 1;
}

.header.header6 .header-search-container .icon-header-search {
  background-position: 0px -689px;
}

.header.header6 .header-search-container .btn {
  right: -2px;
  padding: 13px 10px 8px;
}

.header.header6 .header-search-container .btn:hover, .header.header6 .header-search-container .btn:focus {
  background-color: #f27a21;
  border-radius: 20px !important;
}

.header.header6 .header-search-container .btn:hover .icon-header-search, .header.header6 .header-search-container .btn:focus .icon-header-search {
  background-position: 0px -704px;
}

.header.header6 .header-search-container .search-dropdown-btn {
  display: block;
}

@media (max-width: 767px) {
  .header.header6 .header-search-container .search-dropdown-btn {
    padding-right: 0;
  }
}

.header.header6 .header-search-container .search-dropdown-btn .icon-header-search {
  background-position: 0px -689px;
}

.header.header6 .header-search-container .dropdown.search-dropdown > a {
  background-color: #f27a21;
  color: #fff;
  border-color: #f27a21;
}

.header.header6 .header-search-container .form-control {
  height: 38px;
  padding: 11.5px 66px 8.5px 190px;
  color: #777;
}

@media (max-width: 991px) {
  .header.header6 .header-search-container .form-control {
    padding-left: 158px;
  }
}

.header.header6 .header-search-container .form-control::-webkit-input-placeholder {
  color: #777;
}

.header.header6 .header-search-container .form-control::-moz-placeholder {
  color: #777;
}

.header.header6 .header-search-container .form-control:-ms-input-placeholder {
  color: #777;
}

.header.header6 .header-search-container .form-control::placeholder {
  color: #777;
}

.header.header6 .icon-header.icon-user {
  background-position: 0px -998px;
}

.header.header6 .icon-header.icon-cart {
  background-position: 0px -1508px;
}

.header.header6 .icon-header.icon-globe {
  background-position: 0px -1542px;
}

.header.header6 .dropdowns-container {
  margin-top: 17px;
}

@media (min-width: 768px) {
  .header.header6 .dropdowns-container {
    text-align: right;
    width: 140px;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .header.header6 .dropdowns-container:before {
    content: '';
    display: table;
    clear: both;
  }
}

.header.header6 .dropdowns-wrapper {
  display: inline-block;
  float: none;
}

@media (max-width: 767px) {
  .header.header6 .dropdowns-wrapper {
    float: left;
    display: block;
  }
}

.header.header6 .header-dropdown {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .header.header6 .header-dropdown {
    margin-top: 46px;
  }
}

@media (min-width: 768px) {
  .header.header6 .header-dropdown > li > a,
  .header.header6 .header-dropdown > a {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .header.header6 .header-dropdown > li > a,
  .header.header6 .header-dropdown > a {
    text-align: left;
    padding-bottom: 12px;
  }
}

.header.header6 .header-dropdown:hover .icon-header.icon-cart, .header.header6 .header-dropdown:focus .icon-header.icon-cart,
.header.header6 .header-dropdown > li:hover .icon-header.icon-cart,
.header.header6 .header-dropdown > li:focus .icon-header.icon-cart {
  background-position: 0px -1508px;
}

.header.header6 .header-dropdown:hover .icon-header.icon-globe, .header.header6 .header-dropdown:focus .icon-header.icon-globe,
.header.header6 .header-dropdown > li:hover .icon-header.icon-globe,
.header.header6 .header-dropdown > li:focus .icon-header.icon-globe {
  background-position: 0px -1525px;
}

@media (max-width: 767px) {
  .header.header6 .header-dropdown ul {
    right: auto;
    left: 0;
  }
}

.header.header6 .header-dropdown ul li:hover > a,
.header.header6 .header-dropdown ul li a:hover,
.header.header6 .header-dropdown ul li a:focus {
  color: #fff;
  background-color: #51cdeb;
  border-color: #51cdeb;
}

@media (min-width: 768px) {
  .header.header6 .header-dropdown ul,
  .header.header6 .header-dropdown .dropdown-menu {
    text-align: left;
  }
}

.header.header6 .header-dropdown.cart-dropdown > a .dcart-total-count {
  background-color: #f27a21;
}

@media (max-width: 767px) {
  .header.header6 .header-dropdown.cart-dropdown > a .dcart-total-count {
    right: auto;
    left: 10px;
  }
}

.header.header6 .header-dropdown.cart-dropdown .btn.btn-border {
  border-radius: 20px !important;
}

.header.header6 .header-dropdown.cart-dropdown .btn.btn-border.hover, .header.header6 .header-dropdown.cart-dropdown .btn.btn-border.focus {
  border-radius: 20px !important;
}

.header.header6 .header-dropdown.cart-dropdown .dropdown-menu {
  margin-right: 0;
}

@media (min-width: 992px) {
  .header.header6 .menu {
    display: inline-block;
    vertical-align: middle;
    width: 195px;
  }
  .header.header6 .menu.left-menu {
    text-align: right;
  }
  .header.header6 .menu.right-menu {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  .header.header6 .menu {
    width: 295px;
  }
}

@media (min-width: 1280px) {
  .header.header6 .menu {
    width: 305px;
  }
}

@media (min-width: 1600px) {
  .header.header6 .menu {
    width: 380px;
  }
}

.header.header6 .menu > li {
  float: none;
  display: inline-block;
  padding: 40px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header6 .menu > li + li {
    margin-left: 0;
  }
}

.header.header6 .menu > li > a {
  padding: 6px 13px 3px;
  font-size: 14px;
  font-weight: 500;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header.header6 .menu > li > a {
    padding: 7px 6px 4px;
    font-size: 13px;
  }
}

@media (min-width: 1200px) {
  .header.header6 .menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (min-width: 1600px) {
  .header.header6 .menu > li > a {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1920px) {
  .header.header6 .menu > li > a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.header.header6 .menu > li.open > a {
  color: #fff;
  background-color: #51cdeb;
}

.header.header6 .menu li ul,
.header.header6 .menu li .megamenu {
  text-align: left;
}

.header.header6 .menu li .megamenu ul {
  box-shadow: none;
}

.header.header6 .menu li .megamenu ul li.open > a {
  background-color: transparent;
  color: #51cdeb;
}

.header.header6 .menu li li.open > a {
  background-color: #51cdeb;
  color: #fff;
}

@media (min-width: 992px) {
  .header.header6 .megamenu {
    background-color: #f7f7f7;
  }
}

@media (min-width: 768px) {
  .header.header6 .navbar-toggle {
    margin-top: 41px;
    margin-left: 15px;
  }
}

@media (max-width: 767px) {
  .header.header6 .navbar-toggle.open:after {
    background-color: #51cdeb;
  }
}

@media (max-width: 767px) {
  .header.header6 .navbar-toggle.open .icon-bar {
    background-color: #fff;
  }
}

.header.header6 .navbar-toggle .icon-bar {
  width: 27px;
  background-color: #a3a3a3;
  height: 2px;
}

.side-menu-container,
.side-account-menu {
  position: fixed;
  width: 100%;
  background-color: #272a2c;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: 999;
  transition: all 0.4s;
}

@media (min-width: 320px) {
  .side-menu-container,
  .side-account-menu {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .side-menu-container,
  .side-account-menu {
    width: 320px;
    left: -320px;
  }
}

@media (min-width: 1600px) {
  .side-menu-container,
  .side-account-menu {
    width: 380px;
    left: -380px;
  }
}

.side-menu-container .side-close-icon,
.side-account-menu .side-close-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background-position: 0px -195px;
}

.side-menu-container .side-close-btn,
.side-account-menu .side-close-btn {
  display: inline-block;
  padding: 5px;
  margin-left: -5px;
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .side-menu-container .side-close-btn,
  .side-account-menu .side-close-btn {
    margin-bottom: 30px;
  }
}

.side-menu-container .side-close-btn:hover .side-close-icon, .side-menu-container .side-close-btn:focus .side-close-icon,
.side-account-menu .side-close-btn:hover .side-close-icon,
.side-account-menu .side-close-btn:focus .side-close-icon {
  background-position: 0px -208px;
}

.side-menu-container.open,
.side-account-menu.open {
  left: 0;
}

.side-menu-container .megamenu {
  background-color: transparent !important;
  box-shadow: none;
  border: none;
  padding: 0;
}

.side-menu-container .megamenu ul li {
  margin-bottom: 3px;
}

.side-menu-container .container,
.side-menu-container [class*="col-"] {
  float: none;
  width: 100%;
  padding: 0;
}

.side-menu-container .row {
  margin: 0;
}

.side-menu-container .row + .row {
  margin-top: 0;
}

.side-menu-container .side-menu-wrapper {
  padding: 20px;
  height: 100%;
}

@media (min-width: 1200px) {
  .side-menu-container .side-menu-wrapper {
    padding: 30px;
  }
}

@media (min-width: 1600px) {
  .side-menu-container .side-menu-wrapper {
    padding: 40px;
  }
}

.side-menu-container .banner {
  margin-bottom: 10px;
}

.side-menu-container .banner img {
  max-width: 100%;
}

.side-menu {
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
}

.side-menu > li {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 22px;
}

.side-menu > li > a {
  color: #fcfcfc;
}

.side-menu > li > a:hover, .side-menu > li > a:focus {
  color: #f27a21;
}

.side-menu > li.open > a {
  color: #f27a21;
}

.side-menu li a {
  display: block;
  color: #e3e3e3;
}

.side-menu li a:hover, .side-menu li a:focus {
  color: #f27a21;
}

.side-menu li.open > a {
  color: #f27a21;
}

.side-menu li li {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 16px;
}

.side-menu li li li {
  margin-bottom: 14px;
}

.side-menu li li:last-child {
  margin-bottom: 0;
}

.side-menu ul,
.side-menu .megamenu {
  display: none;
  padding: 20px 0 0 20px;
}

@media (min-width: 1600px) {
  .side-menu ul,
  .side-menu .megamenu {
    padding: 30px 0 0 28px;
  }
}

.side-menu ul ul,
.side-menu .megamenu ul {
  padding: 17px 0 17px 12px;
}

@media (min-width: 1600px) {
  .side-menu ul ul,
  .side-menu .megamenu ul {
    padding: 25px 0 25px 20px;
  }
}

.side-menu ul ul li,
.side-menu .megamenu ul li {
  font-size: 12px;
  font-weight: 500;
}

.side-menu ul ul li a,
.side-menu .megamenu ul li a {
  color: #c1c1c1;
}

.side-menu ul ul li a:hover, .side-menu ul ul li a:focus,
.side-menu .megamenu ul li a:hover,
.side-menu .megamenu ul li a:focus {
  color: #f27a21;
}

.side-menu ul ul li.open > a,
.side-menu .megamenu ul li.open > a {
  color: #f27a21;
}

.side-menu .open > ul,
.side-menu .open > .megamenu {
  display: block;
}

.side-menu .megamenu ul {
  padding-top: 0;
}

.side-menu .mmenu-title {
  cursor: pointer;
  color: #e3e3e3;
  font-size: 14px;
  transition: color 0.3s;
}

.side-menu .mmenu-title:hover, .side-menu .mmenu-title:focus {
  color: #f27a21;
}

.side-menu .open > .mmenu-title {
  color: #f27a21;
}

.side-account-menu {
  padding: 20px;
}

@media (min-width: 1200px) {
  .side-account-menu {
    padding: 30px;
  }
}

@media (min-width: 1600px) {
  .side-account-menu {
    padding: 40px;
  }
}

.side-account-menu .account-list li {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .side-account-menu .account-list li {
    margin-bottom: 25px;
  }
}

@media (min-width: 1600px) {
  .side-account-menu .account-list li {
    margin-bottom: 25px;
  }
}

.side-account-menu .account-list li a {
  position: relative;
  display: block;
  color: #f6f6f6;
  text-transform: uppercase;
  font: 600 15px/1.25 "Hind", sans-serif;
  letter-spacing: 0.02em;
  padding-left: 27px;
}

.side-account-menu .account-list li a:hover, .side-account-menu .account-list li a:focus {
  color: #f27a21;
}

.side-account-menu .icon-side-account {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 14px;
  height: 12px;
  margin-top: -6px;
}

.side-account-menu .icon-side-account.icon-user {
  background-position: 0px -57px;
}

.side-account-menu .icon-side-account.icon-wishlist {
  background-position: 0px -57px;
}

.side-account-menu .icon-side-account.icon-lock {
  background-position: 0px -69px;
}

.side-account-menu .icon-side-account.icon-heart {
  background-position: 0px -93px;
}

.side-account-menu .icon-side-account.icon-check {
  background-position: 0px -105px;
}

.side-account-menu .icon-side-account.icon-list {
  background-position: 0px -81px;
}

/* Header6 - Sticky Header*/
@media (min-width: 992px) {
  .header.header6.sticky-header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation-name: fixedHeader;
    animation-name: fixedHeader;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.1);
    border-bottom-width: 0;
  }
  .header.header6.sticky-header.fixed .logo {
    margin-top: 0;
  }
  .header.header6.sticky-header.fixed .menu > li {
    padding: 15px 0;
  }
  .header.header6.sticky-header.fixed .header-left {
    margin-top: 15px;
  }
  .header.header6.sticky-header.fixed .header-bottom {
    display: none;
  }
  .header.header6.sticky-header.fixed .header-dropdown {
    margin-top: 21px;
  }
  .header.header6.sticky-header.fixed .header-dropdown > li > a,
  .header.header6.sticky-header.fixed .header-dropdown > a {
    padding-bottom: 16px;
  }
}

.header.header6.sticky-header.fixed .header-search-container.search-dropdown-fix {
  margin-top: 14px;
}

/* ----------- 5.Homepages -------------
--------------------------------------*/
/* Sliders - Revolution Sliders Custom Styles */
/* This is important to make background check plugin work 
Otherwise it won't work with Revolution slider 
Simple Solution without any js modifications
Rev slider not use display:none - so it confuses bg check plugin */
.rev_slider_bgcheck .rev_slider > ul > li:not(.active-revslide) .tp-bgimg,
.rev_slider_bgcheck .tp-revslider-mainul > li:not(.active-revslide) .tp-bgimg {
  display: none;
}

.rev_slider {
  background-color: #e7e7e7;
}

.tp-caption.revslider-title,
.tp-caption.revslider-text {
  color: #444444;
}

.tp-caption.revslider-title.lighter,
.tp-caption.revslider-text.lighter {
  color: #707070;
}

.tp-caption.revslider-title.lighter.background--light,
.tp-caption.revslider-text.lighter.background--light {
  color: #707070;
}

.tp-caption.revslider-title.background--light,
.tp-caption.revslider-text.background--light {
  color: #444444;
}

.tp-caption.revslider-title.light, .tp-caption.revslider-title.background--dark,
.tp-caption.revslider-text.light,
.tp-caption.revslider-text.background--dark {
  color: #fff;
}

.tp-caption.revslider-text {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.05em;
}

@media (max-width: 767px) {
  .tp-caption.revslider-text {
    display: none !important;
  }
}

.tp-caption.revslider-title.darker {
  color: #3e3e3e;
}

.tp-caption.revslider-title.darker.background--light {
  color: #3e3e3e;
}

.tp-caption.revslider-title.darker.light, .tp-caption.revslider-title.darker.background--dark {
  color: #fff;
}

.tp-caption.btn {
  padding-left: 10px;
  padding-right: 10px;
}

.tp-caption.revslider-title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
}

.tp-caption.revslider-title.v2 {
  font-family: "Hind", sans-serif;
  letter-spacing: 0.1em;
}

.tp-caption.revslider-subtitle {
  color: #555;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 0.07em;
}

.tp-caption.revslider-subtitle.background--light {
  color: #555;
}

.tp-caption.revslider-subtitle.background--dark {
  color: #fff;
}

.tp-caption.revslider-subtitle.v2 {
  font-family: "Fira Sans", Arial, sans-serif;
}

.custom.tp-bullets.background--light .tp-bullet {
  border-color: #444;
}

.custom.tp-bullets .tp-bullet {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  border: 2px solid #fff;
  transition: background-color 0.4s, border-color 0.4s;
}

.custom.tp-bullets .tp-bullet:hover, .custom.tp-bullets .tp-bullet:focus, .custom.tp-bullets .tp-bullet.selected {
  background: #f27a21;
  border-color: #f27a21;
}

.custom.tparrows {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border: 2px solid #fff;
  background: transparent;
  background-image: url("../images/slider-arrows.png");
  background-position: 0 0;
  transition: background-color 0.4s, border-color 0.4s;
}

.custom.tparrows.background--light {
  border-color: #444;
  background-position: 0 -51px;
}

.custom.tparrows.background--light:hover, .custom.tparrows.background--light:focus {
  background-position: 0 0;
}

.custom.tparrows:before {
  display: none;
}

.custom.tparrows.tp-rightarrow {
  background-position: -51px 0;
}

.custom.tparrows.tp-rightarrow.background--light {
  background-position: -51px -51px;
}

.custom.tparrows.tp-rightarrow.background--light:hover, .custom.tparrows.tp-rightarrow.background--light:focus {
  background-position: -51px 0;
}

.custom.tparrows:hover, .custom.tparrows:focus {
  background-color: #f27a21;
  background-image: url("../images/slider-arrows.png");
  border-color: #f27a21;
}

/* Homepage - Index.html */
.widget .product.product2 {
  position: relative;
  padding: 15px;
  margin-bottom: 0;
}

.widget .product.product2:hover, .widget .product.product2:focus {
  padding-bottom: 15px;
  margin-bottom: 0;
}

.widget .product.product2:hover .product-meta, .widget .product.product2:focus .product-meta {
  margin-top: 0;
}

.widget .product.product2 .product-countdown .countdown-section {
  padding-top: 13px;
  padding-bottom: 12px;
}

.widget .product.product2 .product-countdown .countdown-amount {
  font-size: 20px;
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v2 .swiper-slide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v2 .swiper-slide {
    width: 26.15%;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v2 .swiper-slide.double {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v2 .swiper-slide.double {
    width: 47.7%;
  }
}

.dealoftheday-carousel.v2 .product.product2:not(.wide) {
  margin-bottom: 30px;
  padding-bottom: 17px;
}

.dealoftheday-carousel.v2 .product.product2:not(.wide) .product-brand {
  margin-bottom: 10px;
}

.dealoftheday-carousel.v2 .product.product2:not(.wide) .product-title {
  letter-spacing: 0.05em;
  max-width: none;
  margin-bottom: 7px;
}

.dealoftheday-carousel.v2 .product.product2:not(.wide) .product-colors {
  margin-bottom: 12px;
}

.dealoftheday-carousel.v2 .product.product2:not(.wide):hover, .dealoftheday-carousel.v2 .product.product2:not(.wide):focus {
  margin-bottom: 7px;
  padding-bottom: 70px;
}

.dealoftheday-carousel.v2 .product.product2:not(.wide):hover .product-meta, .dealoftheday-carousel.v2 .product.product2:not(.wide):focus .product-meta {
  margin-top: -30px;
}

.product.product2.wide {
  margin-bottom: 30px;
  padding-bottom: 40px;
}

.product.product2.wide:hover, .product.product2.wide:focus {
  margin-bottom: 10px;
  padding-bottom: 90px;
}

.product.product2.wide:hover .product-meta, .product.product2.wide:focus .product-meta {
  margin-top: -30px;
}

@media (min-width: 992px) {
  .product.product2.wide .product-top {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .product.product2.wide .product-top {
    margin-bottom: 30px;
  }
}

.product.product2.wide .product-title {
  letter-spacing: 0.05em;
  max-width: none;
}

@media (min-width: 768px) {
  .product.product2.wide .product-title {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  .product.product2.wide .product-title {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  .product.product2.wide .product-title {
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .product.product2.wide .product-brand {
    font-size: 18px;
  }
}

.product.product2.wide .product-price-container {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .product.product2.wide .product-price-container {
    margin-bottom: 36px;
  }
}

@media (min-width: 992px) {
  .product.product2.wide .product-price-container .product-old-price,
  .product.product2.wide .product-price-container .product-price {
    font-size: 18px;
  }
}

.product.product2.wide .product-countdown {
  max-width: 440px;
  margin: 0 auto;
}

.product.product2.wide .product-countdown .countdown-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.product.product2.wide .product-countdown .countdown-section .countdown-amount {
  font-size: 25px;
}

.product.product2.wide .product-countdown .countdown-section .countdown-period {
  font-size: 11px;
  margin-top: 3px;
}

.banner.newsletter-banner {
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .banner.newsletter-banner {
    margin-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner {
    margin-bottom: 97px;
  }
}

@media (max-width: 767px) {
  .banner.newsletter-banner {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .banner.newsletter-banner img {
    width: auto;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .banner.newsletter-banner .banner-content {
    display: inline-block;
    width: auto;
  }
}

@media (max-width: 600px) {
  .banner.newsletter-banner .banner-content {
    left: 20px;
    right: 20px;
    -webkit-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.banner.newsletter-banner p {
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 1.35;
  white-space: normal;
  display: none;
  color: #555;
}

@media (min-width: 768px) {
  .banner.newsletter-banner p {
    display: block;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner p {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner p {
    max-width: 460px;
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.banner.newsletter-banner h4 {
  color: #535353;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .banner.newsletter-banner h4 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner h4 {
    font-size: 17px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner h4 {
    font-size: 20px;
    margin-bottom: 36px;
  }
}

.banner.newsletter-banner h3 {
  color: #484848;
  font-size: 32px;
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}

@media (min-width: 768px) {
  .banner.newsletter-banner h3 {
    font-size: 48px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner h3 {
    font-size: 60px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner h3 {
    font-size: 70px;
    margin-bottom: 24px;
  }
}

.banner.newsletter-banner form {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 480px) {
  .banner.newsletter-banner form {
    max-width: 420px;
  }
}

@media (min-width: 992px) {
  .banner.newsletter-banner form {
    max-width: 460px;
  }
}

.banner.newsletter-banner .form-control {
  border: none;
  height: 43px;
  font: 400 16px/1.8 "Hind", sans-serif;
  padding: 8px 130px 7px 20px;
  background-color: #fff;
  color: #555555;
  border-radius: 20px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .banner.newsletter-banner .form-control {
    font-size: 17px;
    height: 46px;
    padding: 9px 150px 7px 30px;
  }
}

.banner.newsletter-banner .form-control::-webkit-input-placeholder {
  color: #555555;
}

.banner.newsletter-banner .form-control::-moz-placeholder {
  color: #555555;
}

.banner.newsletter-banner .form-control:-ms-input-placeholder {
  color: #555555;
}

.banner.newsletter-banner .form-control::placeholder {
  color: #555555;
}

.banner.newsletter-banner .form-control:hover, .banner.newsletter-banner .form-control:focus {
  background-color: #fff;
}

.banner.newsletter-banner .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  font-size: 15px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  min-width: 110px;
  text-align: center;
  border-radius: 20px;
  padding: 11.5px 10px 8.5px;
}

@media (min-width: 992px) {
  .banner.newsletter-banner .btn {
    min-width: 120px;
    font-size: 16px;
    padding: 12px 10px 10px;
  }
}

.banner.newsletter-banner .btn:hover, .banner.newsletter-banner .btn:focus {
  border-radius: 0;
}

.banner.newsletter-banner form.larger {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .banner.newsletter-banner form.larger {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .banner.newsletter-banner form.larger {
    max-width: 620px;
  }
}

.banner.newsletter-banner form.larger .form-control {
  height: 43px;
  font: 400 16px/1.8 "Hind", sans-serif;
  padding: 8px 130px 7px 20px;
  border-radius: 30px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .banner.newsletter-banner form.larger .form-control {
    font-size: 18px;
    height: 50px;
    padding: 9px 165px 9px 25px;
  }
}

@media (min-width: 992px) {
  .banner.newsletter-banner form.larger .form-control {
    font-size: 20px;
    height: 56px;
    padding: 10px 190px 10px 30px;
  }
}

.banner.newsletter-banner form.larger .btn {
  font-size: 14px;
  min-width: 110px;
  border-radius: 30px;
  padding: 12px 10px 9px;
}

@media (min-width: 768px) {
  .banner.newsletter-banner form.larger .btn {
    min-width: 140px;
    font-size: 16px;
    padding: 14px 10px 12px;
  }
}

@media (min-width: 992px) {
  .banner.newsletter-banner form.larger .btn {
    min-width: 160px;
    font-size: 18px;
    padding: 16px 10px 13px;
  }
}

.banner.newsletter-banner form.larger .btn.btn-link-icon {
  padding: 0 10px;
  min-width: 83px;
  background-color: transparent;
  line-height: 0;
}

@media (min-width: 768px) {
  .banner.newsletter-banner form.larger .btn.btn-link-icon {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
}

@media (min-width: 992px) {
  .banner.newsletter-banner form.larger .btn.btn-link-icon {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}

.banner.newsletter-banner form.larger .btn.btn-link-icon .icon-btn-arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-position: 0px -5581px;
}

.banner.newsletter-banner form.larger .btn.btn-link-icon:hover, .banner.newsletter-banner form.larger .btn.btn-link-icon:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  border-radius: 28px !important;
}

.banner.newsletter-banner form.larger .btn.btn-link-icon:hover .icon-btn-arrow, .banner.newsletter-banner form.larger .btn.btn-link-icon:focus .icon-btn-arrow {
  background-position: 0px -5366px;
}

/* Homepage 2 - Index2.html */
.deal-carousel-container {
  overflow: hidden;
}

.dealoftheday-carousel.swiper-container {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.dealoftheday-carousel .swiper-slide {
  width: 100%;
  padding: 0 15px;
}

@media (min-width: 600px) {
  .dealoftheday-carousel .swiper-slide {
    width: 32%;
  }
}

@media (min-width: 992px) {
  .dealoftheday-carousel .swiper-slide {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel .swiper-slide {
    width: 20%;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel .swiper-slide.double {
    width: 68%;
  }
}

@media (min-width: 992px) {
  .dealoftheday-carousel .swiper-slide.double {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel .swiper-slide.double {
    width: 40%;
  }
}

.dealoftheday-carousel .swiper-slide:last-child {
  margin-right: 0 !important;
}

.dealoftheday-carousel .product:not(.wide) {
  margin-bottom: 40px;
}

.dealoftheday-carousel .product:not(.wide) .product-title {
  max-width: 260px;
}

.dealoftheday-carousel .product:not(.wide) .product-price-container {
  margin-bottom: 0;
}

.product.wide {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product.wide {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .product.wide .product-top {
    margin-bottom: 28px;
  }
}

@media (min-width: 1200px) {
  .product.wide .product-top {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .product.wide .product-top {
    margin-bottom: 36px;
  }
}

.product.wide .product-title {
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .product.wide .product-title {
    font-size: 18px;
    max-width: 460px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .product.wide .product-title {
    font-size: 23px;
  }
}

@media (min-width: 992px) {
  .product.wide .product-brand {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .product.wide .product-price-container {
    margin-bottom: 22px;
  }
}

@media (min-width: 1600px) {
  .product.wide .product-price-container {
    margin-bottom: 28px;
  }
}

@media (min-width: 992px) {
  .product.wide .product-price-container .product-old-price,
  .product.wide .product-price-container .product-price {
    font-size: 19px;
  }
}

@media (min-width: 1200px) {
  .product.wide .product-price-container .product-old-price,
  .product.wide .product-price-container .product-price {
    font-size: 21px;
  }
}

.product.wide .product-countdown {
  max-width: 440px;
}

.bg-custom7 .testimonial blockquote {
  color: #fff;
  background-color: #9dd6fb;
}

.bg-custom7 .testimonial blockquote:after {
  background-image: url("../images/quote-icon-white.png");
}

.bg-custom7 .testimonial .testimonial-owner figure {
  max-width: 76px;
}

.bg-custom7 .testimonial .testimonial-owner figure:after {
  border-top-color: #9dd6fb;
}

.bg-custom7 .testimonial .testimonial-owner figure img {
  border-width: 5px;
  border-color: #73c6fc;
}

.bg-custom7 .testimonial .testimonial-owner .owner-meta {
  color: #fff;
}

.ins-feed figure {
  position: relative;
  text-align: center;
}

.ins-feed figure:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #c2c2c2;
  opacity: 0;
  transition: all 0.4s;
  visibility: hidden;
}

.ins-feed img {
  display: block;
  width: 100%;
  height: auto;
}

.ins-feed .btn-instagram {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  z-index: 40;
  min-width: 156px;
  margin-top: -23px;
}

.ins-feed:hover figure:after {
  visibility: visible;
  opacity: 0.7;
}

.ins-feed:hover figure .btn-instagram {
  visibility: visible;
  opacity: 1;
}

figure + .ins-meta {
  margin-top: 26px;
}

.ing-hashtag {
  display: block;
  font: 400 17px/1 "Hind", sans-serif;
  color: #666;
  margin-bottom: 8px;
}

@media (min-width: 1440px) {
  .ing-hashtag {
    font-size: 19px;
  }
}

.ing-hashtag:hover, .ing-hashtag:focus {
  color: #f27a21;
}

.ins-info {
  font: 400 0/1.5 "Fira Sans", Arial, sans-serif;
}

.ins-info a {
  color: #777;
  font-size: 17px;
}

@media (min-width: 1440px) {
  .ins-info a {
    font-size: 18px;
  }
}

.ins-info a:hover, .ins-info a:focus {
  color: #f27a21;
}

.ins-info a + a {
  margin-left: 20px;
}

.ins-info a span {
  vertical-align: middle;
}

.ins-icon {
  display: inline-block;
  width: 18px;
  height: 17px;
  vertical-align: middle;
  margin-right: 7px;
}

.ins-icon.ins-heart {
  background-position: 0px -1083px;
}

.ins-icon.ins-comment {
  background-position: 0px -1134px;
}

/* Homepage 3 - Index3.html */
.deal-carousel-container .carousel-header {
  margin-left: 15px;
  margin-right: 15px;
}

@media (min-width: 1600px) {
  .deal-carousel-container .carousel-header {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.dealoftheday-carousel.v3 {
  margin-bottom: 3px;
}

@media (min-width: 1600px) {
  .dealoftheday-carousel.v3.swiper-container {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v3 .swiper-slide {
    width: 35%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v3 .swiper-slide {
    width: 27.5%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-carousel.v3 .swiper-slide {
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v3 .swiper-slide.double {
    width: 65%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v3 .swiper-slide.double {
    width: 45%;
  }
}

.dealoftheday-carousel.v3 .product.product3:not(.wide) {
  margin-bottom: 30px;
}

.dealoftheday-carousel.v3 .product.product3:not(.wide) .product-brand {
  margin-bottom: 10px;
}

.dealoftheday-carousel.v3 .product.product3:not(.wide) .product-title {
  max-width: 190px;
  font-size: 17px;
}

.product.product3.wide {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .product.product3.wide .product-top {
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .product.product3.wide .product-top {
    margin-bottom: 30px;
  }
}

.product.product3.wide .product-title {
  letter-spacing: 0;
  max-width: 290px;
}

@media (min-width: 1200px) {
  .product.product3.wide .product-title {
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) {
  .product.product3.wide .product-brand {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .product.product3.wide .product-content-wrapper {
    padding-right: 130px;
  }
}

.product.product3.wide .product-price-container {
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product.product3.wide .product-price-container {
    width: 128px;
  }
}

@media (min-width: 1600px) {
  .product.product3.wide .product-price-container {
    margin-bottom: 36px;
  }
}

@media (min-width: 1200px) {
  .product.product3.wide .product-price-container .product-old-price {
    font-size: 13px;
  }
}

@media (min-width: 1600px) {
  .product.product3.wide .product-price-container .product-old-price {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .product.product3.wide .product-price-container .product-price {
    font-size: 27px;
  }
}

@media (min-width: 1600px) {
  .product.product3.wide .product-price-container .product-price {
    font-size: 30px;
  }
}

.product.product3.wide .product-countdown {
  max-width: 440px;
  margin: 0 0 40px 0;
}

.product.product3.wide .product-countdown .countdown-section {
  padding-top: 16px;
  padding-bottom: 16px;
}

.banner.newsletter-banner.newsv2 p {
  max-width: 400px;
  margin: 0 auto 20px;
  line-height: 1.35;
  color: #555;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .banner.newsletter-banner.newsv2 p {
    display: none;
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner.newsv2 p {
    display: block;
    max-width: 620px;
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner.newsv2 p {
    font-size: 19px;
    margin-bottom: 30px;
  }
}

.banner.newsletter-banner.newsv2 h4 {
  color: #535353;
  font-size: 13px;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .banner.newsletter-banner.newsv2 h4 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner.newsv2 h4 {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner.newsv2 h4 {
    font-size: 19px;
    margin-bottom: 36px;
  }
}

.banner.newsletter-banner.newsv2 h3 {
  color: #484848;
  font-size: 28px;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  line-height: 0.88;
}

@media (min-width: 768px) {
  .banner.newsletter-banner.newsv2 h3 {
    font-size: 44px;
  }
}

@media (min-width: 1200px) {
  .banner.newsletter-banner.newsv2 h3 {
    font-size: 50px;
    margin-bottom: 12px;
    line-height: 0.8;
  }
}

@media (min-width: 1600px) {
  .banner.newsletter-banner.newsv2 h3 {
    font-size: 70px;
    margin-bottom: 24px;
  }
}

.sidebar.home3-sidebar .widget {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .sidebar.home3-sidebar .widget {
    margin-bottom: 70px;
  }
}

@media (min-width: 992px) {
  .sidebar.home3-sidebar .widget {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .sidebar.home3-sidebar .widget {
    margin-bottom: 110px;
  }
}

@media (min-width: 1600px) {
  .sidebar.home3-sidebar .widget {
    margin-bottom: 145px;
  }
}

@media (min-width: 992px) {
  .sidebar.home3-sidebar .widget:first-child {
    margin-top: 10px;
  }
}

.sidebar.home3-sidebar .widget.widget-tagcloud {
  margin-bottom: 45px;
}

@media (min-width: 768px) {
  .sidebar.home3-sidebar .widget.widget-tagcloud {
    margin-bottom: 55px;
  }
}

@media (min-width: 992px) {
  .sidebar.home3-sidebar .widget.widget-tagcloud {
    margin-bottom: 75px;
  }
}

@media (min-width: 1200px) {
  .sidebar.home3-sidebar .widget.widget-tagcloud {
    margin-bottom: 100px;
  }
}

@media (min-width: 1600px) {
  .sidebar.home3-sidebar .widget.widget-tagcloud {
    margin-bottom: 135px;
  }
}

.sidebar.home3-sidebar .widget .widget-title {
  border: none;
  border-bottom: 2px solid #e9e9e9;
  font-size: 23px;
  color: #585858;
  letter-spacing: 0.04em;
  padding: 0 70px 18.5px 8px;
  margin-bottom: 30px;
  font-size: 20px;
}

@media (min-width: 1600px) {
  .sidebar.home3-sidebar .widget .widget-title {
    font-size: 23px;
  }
}

.sidebar.home3-sidebar .widget .swiper-button-prev,
.sidebar.home3-sidebar .widget .swiper-button-next {
  top: -79px;
}

@media (min-width: 1600px) {
  .sidebar.home3-sidebar .widget .swiper-button-prev,
  .sidebar.home3-sidebar .widget .swiper-button-next {
    top: -82px;
  }
}

@media (min-width: 768px) {
  .sidebar.home3-sidebar .widget .widget-body {
    padding: 0 10px;
  }
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container {
  font-family: "Hind", sans-serif;
  color: #c2c2c2;
  position: relative;
  padding-left: 11px;
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container.no-border {
  padding-left: 0;
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container.no-border:before {
  display: none;
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-old-price {
  font-size: 14px;
  font-weight: 700;
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-price {
  font-size: 23px;
  font-weight: 600;
  margin-top: 3px;
}

.sidebar.home3-sidebar .widget.product-count-widget .product.product-sm .product-price-container:before {
  content: '';
  display: block;
  height: 33px;
  width: 4px;
  background-color: #dedede;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -16.5px;
}

/* Homepage 4 - Index4.html */
.home4 #wrapper {
  background-color: #f6f6f6;
}

.home4 .testimonials-section {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .home4 .testimonials-section {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .home4 .testimonials-section {
    margin-bottom: 100px;
  }
}

.category-tab-container {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .category-tab-container {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .category-tab-container {
    margin-bottom: 110px;
  }
}

@media (min-width: 1600px) {
  .category-tab-container {
    margin-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .category-tab-container .col-lg-3 {
    width: 24.46%;
  }
}

@media (min-width: 1200px) {
  .category-tab-container .col-lg-9 {
    width: 75.54%;
  }
}

.category-tab-container .banner {
  display: none;
}

@media (min-width: 1200px) {
  .category-tab-container .banner {
    display: block;
    margin-bottom: 0;
  }
}

.category-tab-slider {
  overflow: hidden;
  padding-bottom: 10px;
  /* fix to make swiper slider work in a tab-pane
	-- simple solution with css */
}

.category-tab-slider .swiper-container,
.category-tab-slider .swiper-wrapper {
  overflow: visible !important;
}

.category-tab-slider .tab-content > .tab-pane.active {
  display: block;
  height: auto;
  overflow: visible;
}

.category-tab-slider .tab-content > .tab-pane {
  display: block;
  height: 0;
  overflow: hidden;
}

.category-tab-slider header {
  padding-right: 60px;
  border-bottom: 2px solid #e9e9e9;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .category-tab-slider header {
    padding-right: 80px;
  }
}

@media (min-width: 1200px) {
  .category-tab-slider header {
    padding-right: 100px;
  }
}

.category-tab-slider header h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #585858;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .category-tab-slider header h2 {
    margin-top: 11px;
    margin-bottom: 0;
    float: left;
  }
}

.category-tab-slider header .nav.nav-tabs {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .category-tab-slider header .nav.nav-tabs {
    text-align: right;
  }
}

.category-tab-slider .nav.nav-tabs {
  border-bottom: none;
}

.category-tab-slider .nav.nav-tabs > li {
  margin-bottom: -2px;
}

.category-tab-slider .nav.nav-tabs > li + li {
  margin-left: 8px;
}

@media (min-width: 768px) {
  .category-tab-slider .nav.nav-tabs > li + li {
    margin-left: 18px;
  }
}

@media (min-width: 1200px) {
  .category-tab-slider .nav.nav-tabs > li + li {
    margin-left: 31px;
  }
}

@media (min-width: 1600px) {
  .category-tab-slider .nav.nav-tabs > li + li {
    margin-left: 41px;
  }
}

.category-tab-slider .nav.nav-tabs > li > a {
  padding: 11px 5px 7px;
  font: 600 13px/1.5 "Hind", sans-serif;
  color: #adadad;
  letter-spacing: 0.06em;
  transition: background 0.35s;
  border: 2px solid transparent;
  border-radius: 0;
  margin: 0;
}

@media (min-width: 768px) {
  .category-tab-slider .nav.nav-tabs > li > a {
    font-size: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media (min-width: 1200px) {
  .category-tab-slider .nav.nav-tabs > li > a {
    padding-left: 21px;
    padding-right: 21px;
  }
}

.category-tab-slider .nav.nav-tabs > li > a:hover, .category-tab-slider .nav.nav-tabs > li > a:focus {
  background-color: transparent;
  color: #f27a21;
}

.category-tab-slider .nav.nav-tabs > li.active > a {
  background-color: transparent;
  color: #f27a21;
  border-color: #e8e8e8;
  border-bottom-color: #f6f6f6;
}

/* Homepage 5 - Index5.html */
@media (min-width: 1600px) {
  .dealoftheday-carousel.v4.swiper-container {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v4 .swiper-slide {
    width: 40%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v4 .swiper-slide {
    width: 30%;
  }
}

@media (min-width: 1600px) {
  .dealoftheday-carousel.v4 .swiper-slide {
    padding: 0 20px;
  }
}

@media (min-width: 600px) {
  .dealoftheday-carousel.v4 .swiper-slide.double {
    width: 60%;
  }
}

@media (min-width: 1200px) {
  .dealoftheday-carousel.v4 .swiper-slide.double {
    width: 40%;
  }
}

.dealoftheday-carousel.v4 .product.product-sm {
  margin-bottom: 40px;
  padding: 0;
  border-bottom: none;
}

@media (min-width: 1600px) {
  .dealoftheday-carousel.v4 .product.product-sm {
    margin-bottom: 50px;
  }
}

.dealoftheday-carousel.v4 .product.product-sm figure img {
  display: block;
  max-width: none;
  width: 100%;
}

@media (min-width: 1800px) {
  .dealoftheday-carousel.v4 .product.product-sm figure {
    max-width: 180px;
    width: 180px;
    margin-right: 20px;
  }
}

.dealoftheday-carousel.v4 .product.product-sm .product-title {
  max-width: 190px;
  font-size: 16px;
  line-height: 1.35;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 6px;
}

@media (min-width: 1800px) {
  .dealoftheday-carousel.v4 .product.product-sm .product-meta {
    padding-left: 200px;
  }
}

.dealoftheday-carousel.v4 .product.product-sm .product-meta .product-brand {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  float: none;
}

.dealoftheday-carousel.v4 .product.product-sm .product-meta .product-brand a {
  color: #b5b5b5;
}

.dealoftheday-carousel.v4 .product.product-sm .product-meta .product-brand a:hover, .dealoftheday-carousel.v4 .product.product-sm .product-meta .product-brand a:focus {
  color: #f27a21;
}

.dealoftheday-carousel.v4 .product.product-sm .product-meta .ratings-container {
  float: none;
  margin-bottom: 0;
}

.dealoftheday-carousel.v4 .product.product-sm .product-colors {
  margin-top: 0;
  margin-bottom: 0;
}

.dealoftheday-carousel.v4 .product.product-sm .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.dealoftheday-carousel.v4 .product.product-sm .product-colors span:last-child {
  margin-right: 0;
}

.dealoftheday-carousel.v4 .product.product-sm .product-price-container {
  font-family: "Fira Sans", Arial, sans-serif;
  margin-bottom: 10px;
}

.dealoftheday-carousel.v4 .product.product-sm .product-price-container .product-old-price {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.dealoftheday-carousel.v4 .product.product-sm .product-price-container .product-old-price + .product-price {
  display: inline-block;
  margin-top: 0;
  margin-left: 5px;
}

.dealoftheday-carousel.v4 .product.product-sm .product-price-container .product-price {
  font-size: 16px;
  font-weight: 500;
}

.product.product5.wide {
  margin-bottom: 40px;
}

.product.product5.wide:hover, .product.product5.wide:focus {
  padding: 0;
  background-color: transparent;
  margin: 0 0 40px;
  box-shadow: none;
}

@media (min-width: 992px) {
  .product.product5.wide .product-top {
    margin-bottom: 22px;
  }
}

@media (min-width: 1200px) {
  .product.product5.wide .product-top {
    margin-bottom: 26px;
  }
}

.product.product5.wide .product-title {
  letter-spacing: 0;
  max-width: 440px;
  line-height: 1.2;
}

@media (min-width: 992px) {
  .product.product5.wide .product-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
}

@media (min-width: 1200px) {
  .product.product5.wide .product-title {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .product.product5.wide .product-title {
    font-size: 22px;
  }
}

.product.product5.wide .product-meta {
  margin-bottom: 15px;
}

.product.product5.wide .product-brand {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .product.product5.wide .product-brand {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .product.product5.wide .product-brand {
    font-size: 16px;
  }
}

.product.product5.wide .product-price-container {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product.product5.wide .product-price-container .product-old-price {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .product.product5.wide .product-price-container .product-old-price {
    font-size: 21px;
  }
}

@media (min-width: 1200px) {
  .product.product5.wide .product-price-container .product-price {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .product.product5.wide .product-price-container .product-price {
    font-size: 21px;
  }
}

.product.product5.wide .product-countdown {
  max-width: 480px;
  margin: 0 auto;
  left: 0;
  right: 0;
}

.product.product5.wide .product-countdown .countdown-section {
  padding-top: 15px;
  padding-bottom: 14px;
}

@media (min-width: 1600px) {
  .product.product5.wide .product-countdown .countdown-section .countdown-amount {
    font-size: 38px;
  }
}

@media (min-width: 1600px) {
  .product.product5.wide .product-countdown .countdown-section .countdown-period {
    font-size: 12px;
  }
}

.product.product5.wide .product-countdown.countdown-sep {
  margin-left: auto;
  margin-right: auto;
}

.product.product5.wide .product-countdown.countdown-sep .countdown-section {
  margin: 0 10px;
  position: relative;
}

.product.product5.wide .product-countdown.countdown-sep .countdown-section:after {
  content: ':';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  margin-top: -15px;
  color: #b8b8b8;
  font-family: "Hind", sans-serif;
}

@media (min-width: 1600px) {
  .product.product5.wide .product-countdown.countdown-sep .countdown-section:after {
    margin-left: 11.5px;
  }
}

.product.product5.wide .product-countdown.countdown-sep .countdown-section:last-child:after {
  display: none;
}

.product.product5.wide .product-countdown.countdown-sep .countdown-show3 .countdown-section {
  width: calc(33.33% - 20px);
}

@media (min-width: 1600px) {
  .product.product5.wide .product-countdown.countdown-sep .countdown-show3 .countdown-section {
    width: calc(33.33% - 30px);
  }
}

.product.product5.wide .product-countdown.countdown-sep .countdown-show4 .countdown-section {
  width: calc(25% - 20px);
}

@media (min-width: 1600px) {
  .product.product5.wide .product-countdown.countdown-sep .countdown-show4 .countdown-section {
    width: calc(25% - 30px);
  }
}

.socials-section.smaller {
  overflow: hidden;
  background-color: #aaa;
  text-align: center;
  color: #fff;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .socials-section.smaller {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .socials-section.smaller {
    margin-bottom: 105px;
  }
}

@media (min-width: 1200px) {
  .socials-section.smaller {
    margin-bottom: 135px;
  }
}

.socials-section.smaller .carousel-inner > .item {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media (min-width: 992px) {
  .socials-section.smaller .carousel-inner > .item {
    min-height: 430px;
  }
}

.socials-section.smaller h2 {
  font: 700 25px/1 "Fira Sans", Arial, sans-serif;
  margin-bottom: 20px;
  letter-spacing: 0.09em;
}

@media (min-width: 992px) {
  .socials-section.smaller h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1600px) {
  .socials-section.smaller h2 {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

.socials-section.smaller .socials-twitter-container {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .socials-section.smaller .socials-twitter-container {
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .socials-section.smaller .socials-twitter-container {
    margin-bottom: 45px;
  }
}

@media (min-width: 1600px) {
  .socials-section.smaller .socials-twitter-container p {
    font-size: 19px;
  }
}

.socials-section.smaller .carousel-indicators {
  bottom: 30px;
}

.socials-section.smaller .social-show-icon {
  margin-bottom: 30px;
}

.widget-area .widget {
  position: relative;
  margin-bottom: 50px;
  overflow: hidden;
  padding-top: 5px;
}

.widget-area .widget .swiper-container,
.widget-area .widget .swiper-wrapper {
  overflow: visible !important;
}

.widget-area .widget .swiper-button-prev,
.widget-area .widget .swiper-button-next {
  top: -60px;
}

.widget-area .widget .swiper-button-prev {
  right: 30px;
}

.widget-area .widget .swiper-button-next {
  right: 0;
}

.widget-area .widget .widget-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.widget-area .widget .product.product-sm {
  padding-left: 0;
  padding-right: 0;
}

.widget-area .widget .product.product-sm .product-title {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  max-width: 188px;
  line-height: 1.2;
  margin-bottom: 8px;
}

.widget-area .widget .product.product-sm .product-price-container {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  color: #cbcbcb;
}

.widget-area .widget .product.product-sm .product-price-container .product-price {
  font-size: 15px;
}

.widget-area .widget .product.product-sm .product-price-container .product-price + .product-old-price {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}

.widget-area .widget .product.product-sm .product-price-container .product-old-price {
  display: block;
  color: #cbcbcb;
  font-size: 14px;
}

.widget-area .widget .product.product-sm .product-price-container .product-old-price + .product-price {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}

@media (min-width: 992px) {
  .sidebar-wrapper {
    box-shadow: 3px 0 3px rgba(31, 28, 22, 0.1);
    padding-bottom: 30px;
    height: 100%;
  }
}

.sidebar.v2 .widget .widget-title {
  border: none;
  border-bottom: 4px solid #f27a21;
  background-color: #f3f3f3;
  padding: 18.5px 70px 13.5px 20px;
}

.sidebar.v2 .widget:last-child,
.sidebar.v2 .widget:last-child *:last-child {
  margin-bottom: 0;
}

.sidebar.v2 .widget .swiper-button-prev,
.sidebar.v2 .widget .swiper-button-next {
  border-color: #7f7f7f;
}

.sidebar.v2 .widget .swiper-button-prev:hover, .sidebar.v2 .widget .swiper-button-prev:focus,
.sidebar.v2 .widget .swiper-button-next:hover,
.sidebar.v2 .widget .swiper-button-next:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.sidebar .widget.product-count-widget .product.product-sm {
  position: relative;
  padding: 0 20px 20px 60px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 480px) {
  .sidebar .widget.product-count-widget .product.product-sm {
    padding-left: 80px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.product-count-widget .product.product-sm {
    padding-left: 50px;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm {
    padding-left: 80px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .sidebar .widget.product-count-widget .product.product-sm {
    padding-left: 80px;
    padding-bottom: 35px;
    margin-bottom: 35px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm:last-child {
  margin-bottom: 0;
}

.sidebar .widget.product-count-widget .product.product-sm figure {
  float: right;
  margin-right: 0;
  margin-left: 10px;
  border: none;
  max-width: 60px;
}

@media (min-width: 480px) {
  .sidebar .widget.product-count-widget .product.product-sm figure {
    max-width: 80px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.product-count-widget .product.product-sm figure {
    max-width: 50px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm figure {
    max-width: 80px;
  }
}

@media (min-width: 1600px) {
  .sidebar .widget.product-count-widget .product.product-sm figure {
    max-width: 120px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm .product-title {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.25;
  font-weight: 400;
}

@media (min-width: 480px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-title {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-title {
    font-size: 16px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm .product-meta {
  padding-left: 0;
  padding-right: 70px;
}

@media (min-width: 480px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-meta {
    padding-right: 90px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-meta {
    padding-right: 60px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-meta {
    padding-right: 90px;
  }
}

@media (min-width: 1600px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-meta {
    padding-right: 130px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm .product-count-number {
  font: 300 28px/1 "Fira Sans", Arial, sans-serif;
  position: absolute;
  left: 14px;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -17.5px;
  color: #d0d0d0;
  letter-spacing: 0.03em;
}

@media (min-width: 480px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-count-number {
    font-size: 32px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-count-number {
    left: 10px;
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-count-number {
    font-size: 42px;
  }
}

@media (min-width: 1600px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-count-number {
    left: 16px;
    font-size: 45px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm:last-child .product-count-number {
  margin-top: 0;
}

.sidebar .widget.product-count-widget .product.product-sm .product-colors {
  margin-top: 0;
  margin-bottom: 0;
}

.sidebar .widget.product-count-widget .product.product-sm .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.sidebar .widget.product-count-widget .product.product-sm .product-colors span:last-child {
  margin-right: 0;
}

.sidebar .widget.product-count-widget .product.product-sm .ratings-container {
  float: none;
  margin-bottom: 0;
}

.sidebar .widget.product-count-widget .product.product-sm .product-price-container {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #bfbfbf;
  font-weight: 500;
  margin-bottom: 7px;
}

@media (min-width: 768px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-price-container {
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-price-container {
    margin-bottom: 13px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-old-price {
  font-size: 12px;
}

@media (min-width: 768px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-old-price {
    font-size: 14px;
  }
}

.sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-old-price + .product-price {
  margin-left: 0;
}

.sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-price {
  font-size: 16px;
  display: block;
  margin-top: 4px;
}

@media (min-width: 768px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-price {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  .sidebar .widget.product-count-widget .product.product-sm .product-price-container .product-price {
    font-size: 15px;
  }
}

.widget .product-deals-slider .product.product5:hover, .widget .product-deals-slider .product.product5:focus {
  background-color: #fff;
  padding: 0;
  margin: 0;
  box-shadow: none;
}

/* Homepage 7 - Index7.html */
.home7 #wrapper {
  background-color: #fcfcfc;
}

.home7 .socials-section h2 {
  font-size: 30px;
  font-weight: 400;
  font-family: "Fira Sans", Arial, sans-serif;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .home7 .socials-section h2 {
    margin-bottom: 35px;
  }
}

.home7 .socials-section .socials-twitter-container {
  font-family: "Fira Sans", Arial, sans-serif;
}

.home7 .socials-section .carousel-inner > .item {
  padding-top: 85px;
  padding-bottom: 100px;
}

@media (min-width: 992px) {
  .home7 .socials-section .carousel-inner > .item {
    min-height: 530px;
  }
}

.home7 .entry {
  background-color: #fff;
}

/* Banners */
/* Index */
.banner {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .banner {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .banner {
    margin-bottom: 40px;
  }
}

.banner > a {
  display: block;
}

.banner img {
  display: block;
  width: 100%;
  height: auto;
}

.banner .banner-content {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 20;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  padding-top: 5px;
  color: #666;
}

@media (min-width: 768px) {
  .banner .banner-content {
    padding-top: 10px;
    white-space: nowrap;
  }
}

@media (min-width: 1600px) {
  .banner .banner-content {
    padding-top: 20px;
  }
}

.banner .banner-content.light, .banner .banner-content.light h3, .banner .banner-content.light h4, .banner .banner-content.light p, .banner .banner-content.background--dark, .banner .banner-content.background--dark h3, .banner .banner-content.background--dark h4, .banner .banner-content.background--dark p {
  color: #fff !important;
}

.banner h3 {
  font: 700 15px/1 "Fira Sans", Arial, sans-serif;
  color: #444444;
  margin-bottom: 11px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .banner h3 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .banner h3 {
    font-size: 28px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1600px) {
  .banner h3 {
    font-size: 38px;
    margin-bottom: 21px;
  }
}

.banner h4 {
  font: 600 12px/1 "Hind", sans-serif;
  color: #555;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .banner h4 {
    font-size: 13px;
    margin-bottom: 14px;
  }
}

@media (min-width: 1200px) {
  .banner h4 {
    font-size: 14px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1600px) {
  .banner h4 {
    margin-bottom: 31px;
  }
}

.banner p {
  font: 400 16px/1.1 "Hind", sans-serif;
}

.banner .btn.btn-sm {
  font-size: 12px;
  padding: 9px 20px 6px;
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .banner .btn.btn-sm {
    font-size: 14px;
    padding: 11px 26px 8px;
    min-width: 140px;
  }
}

.banner .btn.btn-sm.btn-border {
  padding: 8px 19px 5px;
}

@media (min-width: 1200px) {
  .banner .btn.btn-sm.btn-border {
    padding: 8.5px 24.5px 7.5px;
  }
}

.banner .btn {
  font-size: 13px;
  padding: 9.5px 14px 6.5px;
}

@media (min-width: 768px) {
  .banner .btn {
    font-size: 14px;
    padding: 10.5px 14px 7.5px;
  }
}

@media (min-width: 1200px) {
  .banner .btn {
    font-size: 16px;
    padding: 12.5px 14px 9.5px;
  }
}

.banner.bigger .banner-content {
  padding-top: 0;
  left: 40px;
  -webkit-transform: translateX(0) translateY(-50%);
  -ms-transform: translateX(0) translateY(-50%);
  transform: translateX(0) translateY(-50%);
}

@media (min-width: 768px) {
  .banner.bigger .banner-content {
    left: 70px;
  }
}

@media (min-width: 1200px) {
  .banner.bigger .banner-content {
    left: 100px;
  }
}

@media (min-width: 1600px) {
  .banner.bigger .banner-content {
    left: 170px;
  }
}

.banner.bigger h3 {
  font-size: 14px;
  margin-bottom: 11px;
}

@media (min-width: 768px) {
  .banner.bigger h3 {
    font-size: 32px;
    margin-bottom: 19px;
  }
}

@media (min-width: 1200px) {
  .banner.bigger h3 {
    font-size: 36px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .banner.bigger h3 {
    font-size: 45px;
    margin-bottom: 29px;
  }
}

.banner.bigger h4 {
  font-size: 13px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .banner.bigger h4 {
    font-size: 13px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .banner.bigger h4 {
    font-size: 16px;
    margin-bottom: 22px;
  }
}

@media (min-width: 1600px) {
  .banner.bigger h4 {
    margin-bottom: 33px;
  }
}

@media (max-width: 480px) {
  .banner.bigger h4 {
    display: none;
  }
}

@media (max-width: 767px) {
  .banner.v1 .banner-content {
    display: block;
    width: 100%;
  }
}

/* Index2 */
.banner.v2 {
  margin-bottom: 0;
}

.banner.v2 .banner-content {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  left: 20px;
}

@media (min-width: 768px) {
  .banner.v2 .banner-content {
    left: 40px;
  }
}

@media (min-width: 1200px) {
  .banner.v2 .banner-content {
    left: 50px;
  }
}

@media (min-width: 1600px) {
  .banner.v2 .banner-content {
    left: 70px;
  }
}

.banner.v2.text-right .banner-content {
  text-align: right;
  left: auto;
  right: 20px;
}

@media (min-width: 768px) {
  .banner.v2.text-right .banner-content {
    right: 40px;
  }
}

@media (min-width: 1200px) {
  .banner.v2.text-right .banner-content {
    right: 50px;
  }
}

@media (min-width: 1600px) {
  .banner.v2.text-right .banner-content {
    right: 70px;
  }
}

.banner.v2 h3 {
  font-size: 26px;
  margin-bottom: 12px;
}

@media (min-width: 480px) {
  .banner.v2 h3 {
    font-size: 36px;
    margin-bottom: 16px;
  }
}

@media (min-width: 768px) {
  .banner.v2 h3 {
    font-size: 32px;
    margin-bottom: 19px;
  }
}

@media (min-width: 1200px) {
  .banner.v2 h3 {
    font-size: 36px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1600px) {
  .banner.v2 h3 {
    font-size: 45px;
    margin-bottom: 12px;
  }
}

.banner.v2 h4 {
  font-size: 14px;
  margin-bottom: 12px;
}

@media (min-width: 480px) {
  .banner.v2 h4 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .banner.v2 h4 {
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .banner.v2 h4 {
    font-size: 18px;
    margin-bottom: 22px;
  }
}

@media (min-width: 1600px) {
  .banner.v2 h4 {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.banner.v2 p {
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

@media (max-width: 1199px) {
  .banner.v2 p {
    display: none;
  }
}

@media (min-width: 1600px) {
  .banner.v2 p {
    font-size: 18px;
  }
}

/* Index3 */
.banner-group .banner-col {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .banner-group .banner-col {
    float: left;
  }
}

@media (min-width: 992px) {
  .banner-group .banner-col-1 {
    width: 42%;
  }
}

@media (min-width: 1600px) {
  .banner-group .banner-col-1 {
    width: 41.7%;
  }
}

@media (min-width: 992px) {
  .banner-group .banner-col-2 {
    width: 28.4%;
  }
}

@media (min-width: 1600px) {
  .banner-group .banner-col-2 {
    width: 28%;
  }
}

@media (min-width: 992px) {
  .banner-group .banner-col-3 {
    width: 29.6%;
  }
}

@media (min-width: 1600px) {
  .banner-group .banner-col-3 {
    width: 30.3%;
  }
}

.banner.v3 {
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .banner.v3 {
    margin-bottom: 38px;
  }
}

.banner.v3:after {
  content: '';
  display: block;
  width: 240px;
  -webkit-transform: skew(25deg);
  -ms-transform: skew(25deg);
  transform: skew(25deg);
  background-color: #fff;
  position: absolute;
  left: -500px;
  top: -25%;
  bottom: -25%;
  opacity: 0.5;
  box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.6);
  transition: all 0.7s;
}

.banner.v3:hover:after, .banner.v3:focus:after {
  left: calc( 100% + 160px);
}

.banner.v4 {
  transition: all 0.4s;
}

@media (min-width: 992px) {
  .banner.v4 {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .banner.v4 {
    margin-bottom: 40px;
  }
}

/* Index5 */
@media (max-width: 767px) {
  .banner-top-container {
    padding: 0 5px;
  }
}

.banner-top-container .row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 768px) {
  .banner-top-container .row .slider-col {
    float: left;
    width: 64.66%;
    padding: 0 10px;
  }
}

@media (min-width: 768px) {
  .banner-top-container .row .banner-col {
    float: left;
    width: 35.34%;
    padding: 0 10px;
  }
}

.banner.v5 {
  margin-bottom: 20px;
}

.slider-col .banner-top-slider {
  margin-bottom: 20px;
}

.slider-col .banner.v5 {
  margin-bottom: 0;
}

.slider-col .banner.v5 .banner-content {
  padding-top: 0;
  left: 20px;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1200px) {
  .slider-col .banner.v5 .banner-content {
    left: 40px;
  }
}

@media (min-width: 1600px) {
  .slider-col .banner.v5 .banner-content {
    left: 60px;
  }
}

.slider-col .banner.v5 .banner-content.right {
  left: auto;
  right: 20px;
}

@media (min-width: 1200px) {
  .slider-col .banner.v5 .banner-content.right {
    right: 50px;
  }
}

@media (min-width: 1600px) {
  .slider-col .banner.v5 .banner-content.right {
    right: 90px;
  }
}

.slider-col .banner.v5 h4 {
  font-size: 27px;
  font-weight: 300;
  color: #777777;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
}

@media (max-width: 1199px) {
  .slider-col .banner.v5 h4 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .slider-col .banner.v5 h4 {
    font-size: 18px;
  }
}

.slider-col .banner.v5 h3 {
  font-weight: 700;
  color: #f27a21;
  font-size: 40px;
  margin-bottom: 9px;
}

@media (max-width: 1199px) {
  .slider-col .banner.v5 h3 {
    font-size: 32px;
  }
}

@media (max-width: 480px) {
  .slider-col .banner.v5 h3 {
    font-size: 28px;
  }
}

.slider-col .banner.v5 p {
  color: #666666;
  font-size: 19px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
}

@media (max-width: 1199px) {
  .slider-col .banner.v5 p {
    font-size: 17px;
  }
}

@media (max-width: 480px) {
  .slider-col .banner.v5 p {
    display: none;
  }
}

@media (min-width: 480px) {
  .slider-col .banner.v5 .btn {
    min-width: 140px;
  }
}

@media (min-width: 992px) {
  .slider-col .banner.v5 .btn {
    min-width: 155px;
  }
}

.slider-col .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  line-height: 0;
}

.slider-col .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid #444444;
  transition: all 0.4s;
}

.slider-col .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-col .swiper-pagination-bullet:hover, .slider-col .swiper-pagination-bullet:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.slider-col .swiper-pagination-bullets.background--dark .swiper-pagination-bullet {
  border-color: #fff;
}

.slider-col .swiper-pagination-bullets.background--dark .swiper-pagination-bullet.swiper-pagination-bullet-active, .slider-col .swiper-pagination-bullets.background--dark .swiper-pagination-bullet:hover, .slider-col .swiper-pagination-bullets.background--dark .swiper-pagination-bullet:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.slider-col .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6.5px;
}

/* Banner 6 */
.banner-row-container .banner-main-col {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .banner-row-container .banner-main-col {
    float: left;
    width: 57%;
  }
}

@media (min-width: 1200px) {
  .banner-row-container .banner-main-col {
    padding: 0 20px;
    width: 57.9%;
  }
}

@media (min-width: 1600px) {
  .banner-row-container .banner-main-col {
    width: 57.2%;
  }
}

.banner-row-container .banner-side-col {
  padding: 0 10px;
}

@media (min-width: 768px) {
  .banner-row-container .banner-side-col {
    float: left;
    width: 43%;
  }
}

@media (min-width: 1200px) {
  .banner-row-container .banner-side-col {
    padding: 0 20px;
    width: 42.1%;
  }
}

@media (min-width: 1600px) {
  .banner-row-container .banner-side-col {
    width: 42.8%;
  }
}

.banner.v6 {
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .banner.v6 {
    margin-bottom: 40px;
  }
}

.banner.v6 .banner-content {
  left: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  padding-top: 0;
}

@media (min-width: 992px) {
  .banner.v6 .banner-content {
    left: 30px;
  }
}

.banner.v6 .banner-content.right {
  left: auto;
  right: 20px;
}

@media (min-width: 992px) {
  .banner.v6 .banner-content.right {
    right: 30px;
  }
}

.banner.v6 h4 {
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .banner.v6 h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .banner.v6 h4 {
    display: none;
  }
}

.banner.v6 h3 {
  font-weight: 700;
  font-size: 30px;
  line-height: 0.88;
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .banner.v6 h3 {
    font-size: 48px;
    margin-bottom: 18px;
  }
}

.banner.v6 h3 span {
  display: block;
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 28px;
}

@media (min-width: 1600px) {
  .banner.v6 h3 span {
    font-size: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .banner.v6:not(.bigger) h4 {
    display: none;
  }
}

@media (max-width: 480px) {
  .banner.v6:not(.bigger) h3 {
    font-size: 26px;
  }
}

@media (max-width: 480px) {
  .banner.v6:not(.bigger) h3 span {
    font-size: 24px;
  }
}

.banner.v6.bigger h3 {
  font-size: 47px;
  margin-bottom: 12px;
}

@media (min-width: 1600px) {
  .banner.v6.bigger h3 {
    font-size: 67px;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .banner.v6.bigger h3 {
    font-size: 36px;
  }
}

.banner.v6.bigger h3 span {
  font-size: 45px;
}

@media (min-width: 1600px) {
  .banner.v6.bigger h3 span {
    font-size: 65px;
    margin-bottom: 8px;
  }
}

@media (max-width: 480px) {
  .banner.v6.bigger h3 span {
    font-size: 33px;
  }
}

.banner.v6 p {
  font-size: 17px;
  line-height: 1.35;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}

@media (max-width: 1199px) {
  .banner.v6 p {
    display: none;
  }
}

@media (min-width: 1600px) {
  .banner.v6 p {
    margin-bottom: 17px;
  }
}

@media (min-width: 480px) {
  .banner.v6 .btn {
    min-width: 120px;
  }
}

@media (min-width: 1600px) {
  .banner.v6 .btn {
    min-width: 155px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .banner.v6 .btn {
    font-size: 14px;
    padding: 9px 10px 6px;
  }
}

/* Index6 */
.banner-pack .banner {
  margin-bottom: 0;
}

.banner-pack .row {
  margin: 0;
}

@media (min-width: 768px) {
  .banner-pack .banner-wrapper {
    float: left;
    padding: 0;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col1 {
    width: 65.1%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col2 {
    width: 34.9%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col3 {
    width: 60%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col4 {
    width: 40%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col5 {
    width: 29.7%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col6 {
    width: 70.3%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col7 {
    width: 62.96%;
  }
}

@media (min-width: 768px) {
  .banner-pack .pack-col8 {
    width: 37.04%;
  }
}

.banner-pack:after {
  content: '';
  display: table;
  clear: both;
}

.banner.v7 {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .banner.v7 {
    max-height: 240px;
    overflow: hidden;
  }
}

.banner.v7 .banner-content {
  padding-top: 0;
  left: 20px;
  top: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}

@media (min-width: 992px) {
  .banner.v7 .banner-content {
    left: 28px;
    top: 30px;
  }
}

@media (min-width: 1200px) {
  .banner.v7 .banner-content {
    left: 35px;
    top: 35px;
  }
}

@media (min-width: 1600px) {
  .banner.v7 .banner-content {
    left: 48px;
    top: 48px;
  }
}

.banner.v7 .banner-content.bottom {
  top: auto;
  bottom: 20px;
}

@media (min-width: 992px) {
  .banner.v7 .banner-content.bottom {
    bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .banner.v7 .banner-content.bottom {
    bottom: 35px;
  }
}

@media (min-width: 1600px) {
  .banner.v7 .banner-content.bottom {
    bottom: 50px;
  }
}

.banner.v7 .banner-content.center {
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner.v7 h4 {
  font-family: "Hind", sans-serif;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #444;
  letter-spacing: 0;
}

@media (min-width: 992px) {
  .banner.v7 h4 {
    font-size: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.v7 h4 {
    font-size: 30px;
    margin-bottom: 14px;
  }
}

.banner.v7 h3 {
  font-family: "Hind", sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin-bottom: 13px;
  color: #333;
  letter-spacing: 0.01em;
}

@media (min-width: 768px) {
  .banner.v7 h3 {
    font-size: 26px;
  }
}

@media (min-width: 992px) {
  .banner.v7 h3 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  .banner.v7 h3 {
    font-size: 36px;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 1600px) {
  .banner.v7 h3 {
    font-size: 45px;
    margin-bottom: 17px;
    letter-spacing: 0.1em;
  }
}

.banner.v7 .social-content h3 {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .banner.v7 .social-content h3 {
    margin-bottom: 38px;
  }
}

@media (min-width: 1600px) {
  .banner.v7 .social-content h3 {
    margin-bottom: 38px;
  }
}

.banner.v7 .banner-content-tweets {
  white-space: normal;
  width: 100%;
  margin: auto;
  padding: 0 15px;
}

@media (min-width: 992px) {
  .banner.v7 .banner-content-tweets {
    width: 90%;
    padding: 0;
  }
}

@media (min-width: 1600px) {
  .banner.v7 .banner-content-tweets {
    width: 80%;
  }
}

.banner.v7 .swiper-container {
  position: static;
  overflow-y: visible;
}

.banner.v7 .banner-tweet p {
  font-size: 14px;
  margin-bottom: 4px;
  line-height: 1.45;
  font-family: "Hind", sans-serif;
}

@media (min-width: 768px) {
  .banner.v7 .banner-tweet p {
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  .banner.v7 .banner-tweet p {
    font-size: 15px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1200px) {
  .banner.v7 .banner-tweet p {
    font-size: 17px;
    margin-bottom: 17px;
  }
}

@media (max-width: 420px) {
  .banner.v7 .banner-tweet p {
    font-size: 12px;
  }
}

.banner.v7 .banner-tweet span {
  font-size: 13px;
  font-style: italic;
  font-family: "Fira Sans", Arial, sans-serif;
}

@media (min-width: 992px) {
  .banner.v7 .banner-tweet span {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .banner.v7 .banner-tweet span {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .banner.v7 .banner-tweet span {
    font-size: 12px;
  }
}

.banner.v7.banner-twitter {
  overflow: hidden;
}

@media (max-width: 767px) {
  .banner.v7.banner-twitter {
    max-height: none;
  }
}

.banner.v7.banner-twitter h3 {
  margin-bottom: 14px;
}

@media (min-width: 1200px) {
  .banner.v7.banner-twitter h3 {
    margin-bottom: 28px;
  }
}

@media (min-width: 1600px) {
  .banner.v7.banner-twitter h3 {
    margin-bottom: 38px;
  }
}

.banner.v7 .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -20px;
  line-height: 0;
}

@media (min-width: 1200px) {
  .banner.v7 .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -60px;
  }
}

@media (max-width: 480px) {
  .banner.v7 .swiper-container-horizontal > .swiper-pagination-bullets {
    display: none;
  }
}

.banner.v7 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.4s;
}

.banner.v7 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
  border-color: #fff;
}

.banner.v7 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Index7 */
.banner-top-slider2 {
  border-right: 1px solid #fff;
}

.banner-top-slider2.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 30px;
  line-height: 0;
}

.banner-top-slider2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 2px solid #fff;
  transition: all 0.4s;
}

.banner-top-slider2 .swiper-pagination-bullet.swiper-pagination-bullet-active, .banner-top-slider2 .swiper-pagination-bullet:hover, .banner-top-slider2 .swiper-pagination-bullet:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.banner-top-slider2 .swiper-pagination-bullets.background--light .swiper-pagination-bullet {
  border-color: #555;
}

.banner-top-slider2 .swiper-pagination-bullets.background--light .swiper-pagination-bullet.swiper-pagination-bullet-active, .banner-top-slider2 .swiper-pagination-bullets.background--light .swiper-pagination-bullet:hover, .banner-top-slider2 .swiper-pagination-bullets.background--light .swiper-pagination-bullet:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.banner-top-slider2 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6.5px;
}

.banner.v8 {
  margin-bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (min-width: 768px) {
  .banner.v8.last {
    border-bottom: none;
  }
}

.banner.v8 .banner-content {
  padding-top: 0;
  left: 20px;
  text-align: left;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .banner.v8 .banner-content {
    left: 25px;
  }
}

@media (min-width: 1200px) {
  .banner.v8 .banner-content {
    left: 30px;
  }
}

@media (min-width: 1600px) {
  .banner.v8 .banner-content {
    left: 40px;
  }
}

.banner.v8 .banner-content.background--light .btn.btn-border.btn-white {
  color: #555555;
  border-color: #555555;
}

.banner.v8 .btn.btn-border {
  border-radius: 28px !important;
}

@media (min-width: 768px) {
  .banner.v8 .btn.btn-border {
    min-width: 126px;
  }
}

@media (min-width: 992px) {
  .banner.v8 .btn.btn-border {
    min-width: 156px;
  }
}

.banner.v8 .btn.btn-border:hover, .banner.v8 .btn.btn-border:focus {
  color: #f27a21 !important;
  border-radius: 28px !important;
  border-color: #f27a21 !important;
  background-color: transparent !important;
}

.banner.v8 h3 {
  color: #444444;
  font-size: 28px;
  font-weight: 300;
  letter-spacing: 0.05em;
  text-transform: none;
  line-height: 0.9;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .banner.v8 h3 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .banner.v8 h3 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.v8 h3 {
    font-size: 50px;
    margin-bottom: 30px;
  }
}

.banner.v8 h4 {
  font-size: 16px;
  font-style: italic;
  color: #555555;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .banner.v8 h4 {
    font-size: 18px;
    margin-bottom: 13px;
  }
}

@media (min-width: 1200px) {
  .banner.v8 h4 {
    font-size: 20px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .banner.v8 h4 {
    font-size: 23px;
    margin-bottom: 18px;
  }
}

.banner.v8.bigger {
  border-right: none;
}

@media (min-width: 768px) {
  .banner.v8.bigger {
    border-bottom: none;
  }
}

.banner.v8.bigger .banner-content {
  left: 20px;
}

@media (min-width: 768px) {
  .banner.v8.bigger .banner-content {
    left: 30px;
  }
}

@media (min-width: 1200px) {
  .banner.v8.bigger .banner-content {
    left: 40px;
  }
}

@media (min-width: 1600px) {
  .banner.v8.bigger .banner-content {
    left: 55px;
  }
}

.banner.v8.bigger h3 {
  font-size: 34x;
  line-height: 0.85;
  margin-bottom: 14px;
}

@media (min-width: 480px) {
  .banner.v8.bigger h3 {
    font-size: 38px;
  }
}

@media (min-width: 768px) {
  .banner.v8.bigger h3 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .banner.v8.bigger h3 {
    font-size: 52px;
    margin-bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .banner.v8.bigger h3 {
    font-size: 70px;
    margin-bottom: 32px;
  }
}

.banner.v8.bigger h4 {
  font-size: 18px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .banner.v8.bigger h4 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}

@media (min-width: 1200px) {
  .banner.v8.bigger h4 {
    font-size: 23px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1600px) {
  .banner.v8.bigger h4 {
    font-size: 25px;
    margin-bottom: 19px;
  }
}

/* ----------- 6.About -----------------
--------------------------------------*/
/* About Us */
.hero-revslider.rev_slider_wrapper {
  margin-bottom: 60px;
  background-color: #efefef;
}

@media (min-width: 992px) {
  .hero-revslider.rev_slider_wrapper {
    margin-bottom: 70px;
  }
}

@media (min-width: 1200px) {
  .hero-revslider.rev_slider_wrapper {
    min-height: 800px;
  }
}

.tp-caption.herotitle {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em !important;
}

.tp-caption.herosubtitle,
.tp-caption.herotext {
  font-family: "Hind", sans-serif;
  color: #fff;
}

.tp-caption.herosubtitle {
  font-weight: 600;
  letter-spacing: 0.07em !important;
}

.tp-caption.herotext {
  line-height: 1.35 !important;
  max-width: 560px;
}

@media (min-width: 992px) {
  .tp-caption.herocallaction.btn {
    min-width: 156px !important;
  }
}

@media (max-width: 991px) {
  .tp-caption.herocallaction.btn {
    padding: 10px 18px 8px !important;
  }
}

@media (max-width: 767px) {
  .tp-caption.herocallaction.btn {
    padding: 8px 14px 5px !important;
  }
}

@media (max-width: 480x) {
  .tp-caption.herocallaction.btn {
    padding: 6px 8px 4px !important;
  }
}

/* Lead Quote */
.lead-quote {
  max-width: 960px;
  margin: 0 auto 50px;
  text-align: center;
  color: #666;
  background-color: transparent;
  font: 400 20px/1.5 "Fira Sans", Arial, sans-serif;
  padding: 50px 0 0;
}

@media (min-width: 992px) {
  .lead-quote {
    margin-bottom: 70px;
  }
}

.lead-quote:after {
  left: 50%;
  top: 0;
}

.lead-quote p {
  margin-bottom: 10px;
  font-style: italic;
}

.lead-quote cite {
  font: 500 13px/1 "Hind", sans-serif;
  color: #999999;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

/* Story Section */
.story-section {
  position: relative;
  width: 100%;
  background-color: #efefef;
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .story-section {
    display: table;
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .story-section {
    margin-bottom: 110px;
  }
}

@media (min-width: 1440px) {
  .story-section {
    margin-bottom: 140px;
  }
}

.story-section h2 {
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  margin-bottom: 26px;
}

.story-section p {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .story-section p {
    margin-bottom: 24px;
  }
}

.story-section p:last-of-type {
  margin-bottom: 32px;
}

.story-section .story-content-col {
  font-size: 16px;
  line-height: 1.64;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .story-section .story-content-col {
    display: table-cell;
    vertical-align: middle;
    width: 46.45%;
    font-size: 15px;
    padding: 60px 25px;
  }
}

@media (min-width: 1200px) {
  .story-section .story-content-col {
    padding: 75px 40px;
    font-size: 16px;
    width: 36.45%;
  }
}

@media (min-width: 1440px) {
  .story-section .story-content-col {
    padding: 95px 50px;
    font-size: 17px;
  }
}

.story-section .story-video-col {
  padding: 0;
  background-size: cover;
  text-align: center;
  background-position: center center;
  padding: 100px 0;
}

@media (min-width: 768px) {
  .story-section .story-video-col {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    width: 53.55%;
  }
}

@media (min-width: 1200px) {
  .story-section .story-video-col {
    width: 63.55%;
  }
}

.story-section .story-video-col img {
  display: block;
  width: 100%;
  height: auto;
}

.video-btn {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-position: 0px -9540px;
  transition: background-color 0.35s;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
}

.video-btn.smaller {
  width: 125px;
  height: 125px;
  background-position: 0px -9415px;
}

.video-btn:hover, .video-btn:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Members */
.member {
  font-size: 15px;
  line-height: 1.6;
  color: #888888;
  border: 1px solid #e9e9e9;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(31, 28, 22, 0.1);
  margin-bottom: 80px;
}

@media (min-width: 768px) {
  .member {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  .member {
    margin-bottom: 110px;
  }
}

@media (min-width: 1440px) {
  .member {
    margin-bottom: 145px;
  }
}

.member figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px 8px 0 0;
}

.member .member-meta {
  padding: 27px 24px 4px;
}

.member h4 {
  color: #888888;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 400;
  margin-bottom: 8px;
}

.member h3 {
  color: #555555;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.member p {
  margin-bottom: 30px;
}

.member .social-icons {
  position: relative;
  padding-top: 13px;
  margin-left: -6px;
  margin-right: -6px;
}

.member .social-icons:before {
  content: '';
  display: inline-block;
  width: 110px;
  position: absolute;
  top: 0;
  left: 6px;
  height: 1px;
  background-color: #dbdbdb;
}

/* Testimonials Section */
.testimonials-section {
  text-align: center;
  color: #fff;
  padding: 75px 0 45px;
  margin-bottom: 40px;
}

@media (min-width: 768px) {
  .testimonials-section {
    padding-top: 80px;
    margin-bottom: 80px;
  }
}

@media (min-width: 992px) {
  .testimonials-section {
    margin-bottom: 100px;
  }
}

.testimonials-section h3,
.testimonials-section h2 {
  color: inherit;
  text-transform: uppercase;
  letter-spacing: 0.075em;
}

.testimonials-section h2 {
  font: 300 36px/1 "Fira Sans", Arial, sans-serif;
  margin-bottom: 60px;
  position: relative;
}

@media (min-width: 768px) {
  .testimonials-section h2 {
    font-size: 48px;
    margin-bottom: 70px;
  }
}

@media (min-width: 992p) {
  .testimonials-section h2 {
    font-size: 68px;
    margin-bottom: 80px;
  }
}

.testimonials-section h2:after {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  margin-left: -25px;
  position: absolute;
  left: 50%;
  bottom: -30px;
  background-color: #51cdeb;
}

@media (min-width: 768px) {
  .testimonials-section h2:after {
    bottom: -36px;
    height: 4px;
  }
}

@media (min-width: 992p) {
  .testimonials-section h2:after {
    bottom: -44px;
    height: 5px;
  }
}

.testimonials-section h3 {
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .testimonials-section h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992p) {
  .testimonials-section h3 {
    font-size: 20px;
    margin-bottom: 35px;
  }
}

.testimonials-gallery-container {
  margin: 0 auto;
  max-width: 980px;
}

.testimonial-gallery {
  font: 400 19px/1.5 "Hind", sans-serif;
  padding: 0;
  background-color: transparent;
  color: inherit;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .testimonial-gallery {
    margin-bottom: 55px;
  }
}

.testimonial-gallery:after {
  display: none;
}

.testimonial-gallery p {
  margin-bottom: 20px;
}

.testimonial-gallery cite {
  font: italic 400 15px/1.5 "Fira Sans", Arial, sans-serif;
  color: inherit;
}

.testimonials-carousel-container {
  max-width: 180px;
  margin: 0 auto;
  padding: 10px 0;
  overflow: hidden;
}

.testimonials-gallery-carousel {
  overflow: visible !important;
}

.testimonials-gallery-carousel img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

.testimonials-gallery-carousel .swiper-slide {
  width: 41px !important;
  height: 35px;
  text-align: center;
  border: 3px solid transparent;
  margin: 0 8px;
  border-radius: 50%;
}

.testimonials-gallery-carousel .swiper-slide img {
  max-width: 35px;
}

.testimonials-gallery-carousel .swiper-slide.swiper-slide-active {
  width: 56px !important;
  height: 56px;
  margin-top: -10px;
  border-color: #51cdeb;
}

.testimonials-gallery-carousel .swiper-slide.swiper-slide-active img {
  max-width: 50px;
}

.testimonials-gallery-carousel .swiper-slide.swiper-slide-active:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 32px 0 0;
  border-color: #51cdeb transparent transparent transparent;
  position: absolute;
  left: -3px;
  top: -3px;
  z-index: 1;
}

.table-row {
  width: 100%;
}

@media (min-width: 992px) {
  .table-row {
    display: table;
  }
}

@media (min-width: 992px) {
  .table-cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle;
  }
}

.table-cell.cell-image {
  min-height: 240px;
  background-size: cover;
  background-position: center center;
}

.table-cell.cell-content {
  padding: 100px 48px;
  color: #888888;
  font-size: 16px;
  line-height: 1.64;
  padding: 50px 20px;
}

@media (min-width: 768px) {
  .table-cell.cell-content {
    font-size: 15px;
    padding: 60px 25px;
  }
}

@media (min-width: 1200px) {
  .table-cell.cell-content {
    padding: 75px 40px;
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .table-cell.cell-content {
    padding: 95px 50px;
    font-size: 17px;
  }
}

.table-cell.cell-content .cell-content-wrapper {
  max-width: 700px;
}

.table-cell.cell-content h2 {
  text-transform: uppercase;
  color: #555555;
  font-weight: 700;
  margin-bottom: 26px;
}

.table-cell.cell-content p {
  margin-bottom: 20px;
}

@media (min-width: 1440px) {
  .table-cell.cell-content p {
    margin-bottom: 24px;
  }
}

.table-cell.cell-content p:last-of-type {
  margin-bottom: 32px;
}

.info-boxes-container {
  margin-top: 50px;
}

@media (min-width: 1200px) {
  .info-boxes-container {
    margin-top: 65px;
  }
}

@media (min-width: 1440px) {
  .info-boxes-container {
    margin-top: 80px;
  }
}

.info-box {
  position: relative;
  padding-left: 72px;
  font: 400 14px/1.36 "Hind", sans-serif;
  color: #999999;
  letter-spacing: 0.02em;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .info-box {
    margin-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .info-box {
    max-width: 320px;
  }
}

@media (min-width: 1200px) {
  .info-box {
    margin-bottom: 60px;
  }
}

.info-box.border-left {
  position: relative;
}

@media (min-width: 992px) {
  .info-box.border-left:before {
    content: '';
    display: block;
    background-color: #dddddd;
    width: 1px;
    height: 100%;
    position: absolute;
    left: -16px;
    top: 0;
  }
  .home4 .info-box.border-left:before {
    background-color: #e6e6e6;
  }
}

@media (min-width: 1200px) {
  .info-box.border-left:before {
    left: -31px;
  }
}

.info-box .info-icon {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 45px;
  height: 50px;
  margin-top: -25px;
}

.info-box .info-icon.icon-truck {
  background-position: 0px -6220px;
}

.info-box .info-icon.icon-truck.gray {
  background-position: 0px -6170px;
}

.info-box .info-icon.icon-headphones {
  background-position: 0px -6620px;
}

.info-box .info-icon.icon-headphones.gray {
  background-position: 0px -6570px;
}

.info-box .info-icon.icon-lock {
  background-position: 0px -6020px;
}

.info-box .info-icon.icon-lock.gray {
  background-position: 0px -5970px;
}

.info-box .info-icon.icon-return {
  background-position: 0px -6120px;
}

.info-box .info-icon.icon-return.gray {
  background-position: 0px -6070px;
}

.info-box .info-box-title {
  font: 500 17px/1 "Fira Sans", Arial, sans-serif;
  color: #666666;
  margin-bottom: 12px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.info-box p:last-of-type {
  margin-bottom: 0 !important;
}

.info-box .r-more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 12px;
}

/* Progress Bars seciton */
.progress-bars-container {
  margin-top: 50px;
}

.progress-bars-container .progress-container {
  max-width: 570px;
}

@media (min-width: 1200px) {
  .progress-bars-container {
    margin-top: 70px;
  }
}

@media (min-width: 1440px) {
  .progress-bars-container {
    margin-top: 90px;
  }
}

/* Social Twitter + Facebook + Youtube Feed Section */
.socials-section {
  overflow: hidden;
  background-color: #aaa;
  text-align: center;
  color: #fff;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .socials-section {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .socials-section {
    margin-bottom: 100px;
  }
}

.socials-section .carousel-inner > .item {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media (min-width: 992px) {
  .socials-section .carousel-inner > .item {
    min-height: 570px;
  }
}

.socials-section .social-show-icon {
  display: inline-block !important;
  max-width: 100% !important;
  height: auto;
  width: auto !important;
  margin-bottom: 50px;
}

.socials-section h2 {
  color: #fff;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .socials-section h2 {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .socials-section h2 {
    margin-bottom: 50px;
  }
}

.socials-section .social-bg {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.socials-section .carousel-indicators {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  top: auto;
  display: block;
  font-size: 0;
  width: 100%;
  margin: 10px 0 0;
  padding: 0;
}

.socials-section .carousel-indicators li {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: none;
  transition: all 0.4s;
  text-indent: 0;
}

.socials-section .carousel-indicators li:hover, .socials-section .carousel-indicators li:focus {
  background-color: transparent;
  border-color: transparent;
}

.socials-section .carousel-indicators li.active {
  width: 40px;
  height: 40px;
  margin: 0 10px;
  background-color: transparent;
  border-color: transparent;
}

.socials-section .carousel-indicators li.active .feed-icon {
  background-color: #f27a21;
  border-color: #f27a21;
}

.socials-section .carousel-indicators li.active .feed-icon:before {
  border-bottom-color: #f27a21;
}

.socials-section .socials-twitter-container {
  max-width: 770px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .socials-section .socials-twitter-container {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .socials-section .socials-twitter-container {
    margin-bottom: 60px;
  }
}

.socials-section .socials-twitter-container p {
  font: 400 16px/1.55 "Hind", sans-serif;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .socials-section .socials-twitter-container p {
    font-size: 17px;
  }
}

@media (min-width: 1200px) {
  .socials-section .socials-twitter-container p {
    font-size: 18px;
  }
}

.socials-section .socials-twitter-container span {
  font: italic 400 15px/1.6 "Fira Sans", Arial, sans-serif;
}

@media (min-width: 768px) {
  .socials-section .socials-twitter-container span {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  .socials-section .socials-twitter-container span {
    font-size: 17px;
  }
}

.socials-section .btn {
  font-size: 15px;
  padding: 11px 23px 8px;
  min-width: 135px;
}

.socials-section .socials-facebook-container {
  max-width: 540px;
  margin: 0 auto 40px;
}

@media (min-width: 768px) {
  .socials-section .socials-facebook-container {
    margin-bottom: 48px;
  }
}

@media (min-width: 992px) {
  .socials-section .socials-facebook-container {
    margin-bottom: 58px;
  }
}

.socials-section .socials-facebook-container .row {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .socials-section .socials-facebook-container .row {
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) {
  .socials-section .socials-facebook-container .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.socials-section .socials-facebook-container .f-section {
  disply: block;
  float: left;
  padding: 0 5px;
  width: 14.285%;
}

@media (min-width: 768px) {
  .socials-section .socials-facebook-container .f-section {
    padding: 0 10px;
  }
}

@media (min-width: 992px) {
  .socials-section .socials-facebook-container .f-section {
    padding: 0 15px;
  }
}

.socials-section .socials-facebook-container .f-section img {
  display: block;
  width: 100%;
  height: auto;
}

.socials-section .socials-facebook-container .f-section a {
  display: block;
}

.socials-section .socials-facebook-container .f-action {
  font-size: 0;
}

.socials-section .socials-facebook-container .f-action .btn.btn-border {
  padding: 10px 23px 7px;
  min-width: 110px;
}

.socials-section .socials-facebook-container .f-action .btn.btn-border:hover, .socials-section .socials-facebook-container .f-action .btn.btn-border:focus {
  border-radius: 28px !important;
}

.socials-section .socials-facebook-container .f-action .btn,
.socials-section .socials-facebook-container .f-action span {
  display: inline-block;
  vertical-align: middle;
}

.socials-section .socials-facebook-container .f-action span {
  font: 500 18px/1 "Hind", sans-serif;
}

@media (min-width: 768px) {
  .socials-section .socials-facebook-container .f-action span {
    font-size: 25px;
  }
}

.socials-section .socials-facebook-container .f-action .btn + span {
  margin-left: 15px;
}

@media (min-width: 768px) {
  .socials-section .socials-facebook-container .f-action .btn + span {
    margin-left: 25px;
  }
}

.socials-section .socials-youtube-container {
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .socials-section .socials-youtube-container {
    margin-bottom: 90px;
  }
}

@media (min-width: 992px) {
  .socials-section .socials-youtube-container {
    margin-bottom: 100px;
  }
}

.socials-section .feed-icon {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.4s;
  cursor: pointer;
}

.socials-section .feed-icon.icon-twitter {
  background-position: 0px -4278px;
}

.socials-section .feed-icon.icon-facebook {
  background-position: 0px -4316px;
}

.socials-section .feed-icon.icon-youtube {
  background-position: 0px -4240px;
}

.socials-section .feed-icon:hover, .socials-section .feed-icon:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.socials-section .feed-icon:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 8px 4px;
  border-color: transparent transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 100%;
}

/* Partners */
.partner {
  text-align: center;
}

.partner a {
  display: inline-block;
}

.partner img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* ----------- 7.Blog -----------------
--------------------------------------*/
.entry {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .entry {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .entry {
    margin-bottom: 90px;
  }
}

@media (min-width: 1600px) {
  .entry {
    margin-bottom: 100px;
  }
}

.entry > .row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1440px) {
  .entry > .row {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}

.entry > .row [class*="col-"] {
  padding-left: 13px;
  padding-right: 13px;
}

@media (min-width: 1440px) {
  .entry > .row [class*="col-"] {
    padding-left: 17.5px;
    padding-right: 17.5px;
  }
}

@media (min-width: 992px) {
  .entry > .row .col-md-7 {
    width: 56%;
  }
}

@media (min-width: 992px) {
  .entry > .row .col-md-5 {
    width: 44%;
  }
}

.entry .entry-media > a {
  display: block;
}

.entry .entry-media img {
  display: block;
  width: 100%;
  height: auto;
}

.entry .entry-date {
  display: block;
  font: 400 18px/0.82 "Hind", sans-serif;
  color: #888888;
  margin: 15px 0 10px;
}

@media (min-width: 992px) {
  .entry .entry-date {
    margin-top: 5px;
  }
}

@media (min-width: 1440px) {
  .entry .entry-date {
    font-size: 22px;
    margin: 22px 0 14px;
  }
}

.entry .entry-title {
  font: 700 28px/1.05 "Hind", sans-serif;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 10px;
  letter-spacing: 1px;
}

@media (min-width: 1440px) {
  .entry .entry-title {
    font-size: 35px;
    margin-bottom: 18px;
  }
}

.entry .entry-title a {
  color: #555555;
}

.entry .entry-title a:hover, .entry .entry-title a:focus {
  color: #f27a21;
}

.entry .entry-excerpt p {
  margin-bottom: 16px;
}

.entry .entry-excerpt p:last-child {
  display: none;
}

@media (min-width: 1600px) {
  .entry .entry-excerpt p:last-child {
    display: block;
  }
}

.entry .btn.btn-readmore {
  font-size: 14px;
  padding: 11px 30px 8px;
}

@media (min-width: 1600px) {
  .entry .btn.btn-readmore {
    margin-top: 6px;
  }
}

.entry .entry-meta-container {
  padding-top: 18px;
  position: relative;
  color: #a8a8a8;
  font-weight: 400;
  /* fix auto inline-block margin */
  font-size: 0;
  font-family: "Fira Sans", Arial, sans-serif;
  line-height: 20px;
}

.entry .entry-meta-container:before {
  content: '';
  display: block;
  width: 110px;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.entry .entry-meta-container .entry-meta {
  display: inline-block;
  /* fix auto inline-block margin */
  font-size: 0;
  margin-right: 40px;
  margin-bottom: 3px;
  margin-top: 3px;
  white-space: nowrap;
}

.entry .entry-meta-container .entry-meta:last-child {
  margin-right: 0;
}

.entry .entry-meta-container .entry-meta a, .entry .entry-meta-container .entry-meta span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media (min-width: 1440px) {
  .entry .entry-meta-container .entry-meta a, .entry .entry-meta-container .entry-meta span {
    font-size: 17px;
  }
}

.entry .entry-meta-container .entry-meta a {
  color: #a8a8a8;
}

.entry .entry-meta-container .entry-meta a:hover, .entry .entry-meta-container .entry-meta a:focus {
  color: #f27a21;
}

.entry .entry-meta-container .entry-meta.entry-tags {
  display: block;
  font-size: 16px;
  margin-top: 11px;
  white-space: normal;
}

.entry .entry-meta-container .icon-meta {
  vertical-align: middle;
  display: inline-block;
  height: 16px;
  margin-right: 8px;
}

.entry .entry-meta-container .icon-meta.icon-meta-comments {
  width: 16px;
  background-position: 0px -846px;
}

.entry .entry-meta-container .icon-meta.icon-meta-type {
  width: 12px;
  margin-right: 10px;
  background-position: 0px -750px;
}

.entry .entry-meta-container .icon-meta.icon-meta-heart {
  width: 17px;
  margin-right: 7px;
  background-position: 0px -814px;
}

.entry .entry-meta-container .icon-meta.icon-meta-view {
  width: 23px;
  background-position: 0px -782px;
}

.entry .entry-meta-container .icon-meta.icon-meta-user {
  width: 16px;
  background-position: 0px -766px;
}

.entry .entry-meta-container .icon-meta.icon-meta-tags {
  width: 19px;
  margin-right: 5px;
  background-position: 0px -734px;
}

.entry.entry-grid {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .entry.entry-grid {
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) {
  .entry.entry-grid {
    margin-bottom: 70px;
  }
}

.entry.entry-grid .entry-grid-wrapper {
  position: relative;
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 1px rgba(31, 28, 22, 0.1);
}

.entry.entry-grid .entry-media {
  margin: -1px -1px 0;
}

.entry.entry-grid .entry-media,
.entry.entry-grid .entry-media img {
  border-radius: 8px 8px 0 0;
}

.entry.entry-grid .entry-media .carousel-control.left {
  left: 20px;
}

.entry.entry-grid .entry-media .carousel-control.right {
  right: 20px;
}

.entry.entry-grid .entry-content-wrapper {
  padding: 25px 20px 20px;
}

@media (min-width: 992px) {
  .entry.entry-grid .entry-content-wrapper {
    padding: 30px 25px 20px;
  }
}

.entry.entry-grid .entry-date {
  font-size: 19px;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.entry.entry-grid .entry-title {
  font-size: 25px;
  margin-bottom: 11px;
  letter-spacing: 0.04em;
}

.entry.entry-grid .entry-content {
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  .entry.entry-grid .entry-content {
    margin-bottom: 32px;
  }
}

.entry.entry-grid .entry-content p:last-child {
  margin-bottom: 0;
}

.entry.entry-grid.entry-quote .entry-grid-wrapper {
  border: none;
  box-shadow: none;
}

.entry.entry-grid.entry-quote blockquote {
  background-color: #51cdeb;
  font-weight: 500;
  color: #fff;
  padding: 37px 42px 51px 60px;
  background-size: cover;
}

@media (max-width: 767px) {
  .entry.entry-grid.entry-quote blockquote {
    padding: 32px 26px 41px 48px;
  }
}

.entry.entry-grid.entry-quote blockquote:after {
  left: 24px;
  top: 40px;
  background-image: url("../images/quote-icon-white.png");
}

@media (max-width: 767px) {
  .entry.entry-grid.entry-quote blockquote:after {
    left: 18px;
    top: 35px;
  }
}

.entry.entry-grid.entry-quote blockquote p {
  margin-bottom: 14px;
}

.entry.entry-grid.entry-quote blockquote cite {
  font-weight: 500;
  color: #fff;
}

.entry.entry-grid.v2 .entry-media {
  margin-top: 0;
}

.entry.entry-grid.v2 .entry-media,
.entry.entry-grid.v2 .entry-media img {
  border-radius: 0;
}

.entry.entry-grid.v2 .entry-content-wrapper {
  padding-top: 25px;
  padding-bottom: 7px;
}

.entry.entry-grid.v2 .entry-meta-container {
  padding: 17px 20px 20px;
}

@media (min-width: 992px) {
  .entry.entry-grid.v2 .entry-meta-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.entry.entry-grid.v2 .entry-meta-container:before {
  display: none;
}

.entry.entry-grid.entry-overlay .entry-grid-wrapper {
  box-shadow: none;
  border: none;
  overflow: hidden;
}

.entry.entry-grid.entry-overlay .entry-media {
  margin: 0;
}

.entry.entry-grid.entry-overlay .entry-media,
.entry.entry-grid.entry-overlay .entry-media img {
  border-radius: 8px;
}

.entry.entry-grid.entry-overlay .entry-meta-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  background-color: #fff;
  transition: all 0.45s;
  padding: 20px 20px 18px;
}

@media (min-width: 992px) {
  .entry.entry-grid.entry-overlay .entry-meta-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.entry.entry-grid.entry-overlay .entry-meta-container:before {
  display: none;
}

.entry.entry-grid.entry-overlay:hover .entry-meta-container {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.entry.entry-small {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .entry.entry-small {
    margin-bottom: 75px;
  }
}

@media (min-width: 992px) {
  .entry.entry-small {
    margin-bottom: 110px;
  }
}

.entry.entry-small:after {
  content: '';
  display: table;
  clear: both;
}

.entry.entry-small .entry-media {
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .entry.entry-small .entry-media {
    float: left;
    width: 50%;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .entry.entry-small .entry-content-wrapper {
    float: left;
    width: 50%;
    margin: 0;
    padding: 12px 22px 0;
  }
}

@media (min-width: 1200px) {
  .entry.entry-small .entry-content-wrapper {
    padding: 18px 30px 0;
  }
}

.entry.entry-small .entry-date {
  margin-top: 0;
  margin-bottom: 8px;
}

.entry.entry-small .entry-title {
  font-size: 18px;
  line-height: 1.11;
  margin-bottom: 10px;
}

.entry.entry-small .entry-content {
  line-height: 1.533;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .entry.entry-small .entry-content {
    display: none;
  }
}

.entry.entry-small .entry-content p {
  margin-bottom: 20px;
}

.entry.entry-small .btn.btn-readmore {
  margin: 0;
  padding: 8.5px 23px 6.5px;
}

.swiper-slide .entry.entry-grid {
  border-radius: 8px;
  border: 1px solid #e9e9e9;
  box-shadow: 0 1px 1px rgba(31, 28, 22, 0.1);
}

.swiper-slide .entry.entry-grid .entry-title {
  font-size: 22px;
  font-weight: 600;
}

#blog-item-container {
  margin-bottom: 10px;
}

#blog-item-container > .entry-grid {
  float: left;
}

#blog-item-container:after {
  content: '';
  display: table;
  clear: both;
}

.row.blog-row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 1200px) {
  .row.blog-row {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.row.blog-row > #blog-item-container > .entry-grid {
  padding: 0 15px;
}

@media (min-width: 1200px) {
  .row.blog-row > #blog-item-container > .entry-grid {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .max-col-4 .entry-grid,
  .max-col-3 .entry-grid,
  .max-col-2 .entry-grid {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .max-col-4 .entry-grid,
  .max-col-3 .entry-grid {
    width: 33.3%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .entry-grid {
    width: 25%;
  }
}

.testimonial blockquote {
  color: #7e8282;
  background-color: #eef0f1;
  font-style: normal;
  margin-bottom: 16px;
  padding: 39px 25px 40px 41px;
  font: 400 15px/1.4 "Hind", sans-serif;
}

@media (min-width: 1440px) {
  .testimonial blockquote {
    padding: 53px 45px 70px 60px;
    font-size: 17px;
  }
}

.testimonial blockquote:after {
  top: 21px;
  left: 19px;
  background-image: url("../images/quote-icon2.png");
}

@media (min-width: 1440px) {
  .testimonial blockquote:after {
    top: 36px;
    left: 34px;
  }
}

.testimonial .testimonial-owner {
  padding-left: 15px;
}

.testimonial .testimonial-owner figure {
  position: relative;
  z-index: 10;
  max-width: 72px;
  float: left;
  margin-top: -43px;
  border-radius: 50%;
}

.testimonial .testimonial-owner figure:after {
  content: '';
  position: absolute;
  right: -19px;
  top: 24px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #eef0f1 transparent transparent transparent;
}

.testimonial .testimonial-owner figure img {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 50%;
  border: 3px solid #fff;
}

.testimonial .testimonial-owner .owner-meta {
  margin-left: 92px;
  font: italic 400 15px/1.45 "Fira Sans", Arial, sans-serif;
  color: #999999;
}

/* Sidebar */
@media (max-width: 991px) {
  .sidebar {
    margin-bottom: 110px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-bottom: 90px;
  }
}

.sidebar .widget {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .sidebar .widget {
    margin-bottom: 70px;
  }
}

@media (min-width: 1440px) {
  .sidebar .widget {
    margin-bottom: 80px;
  }
}

.sidebar .widget .widget-title {
  position: relative;
  color: #555555;
  font: 700 16px/1.5 "Hind", sans-serif;
  text-transform: uppercase;
  border: 3px solid #e7e7e7;
  padding: 16.5px 70px 13.5px 17px;
  margin: 0 0 40px;
}

.sidebar .widget .widget-title > span {
  display: inline-block;
  background-color: #fff;
  padding-right: 35px;
}

@media (min-width: 768px) {
  .sidebar .widget .widget-body {
    padding: 0 20px;
  }
}

@media (min-width: 768px) {
  .sidebar .widget .widget-body .swiper-button-prev {
    left: auto;
    right: 29px;
  }
}

@media (min-width: 768px) {
  .sidebar .widget .widget-body .swiper-button-next {
    right: 0px;
  }
}

.sidebar .widget.widget-category .widget-title {
  margin-bottom: 10px;
}

.sidebar .widget.widget-category .cat-title-icon {
  display: block;
  width: 22px;
  height: 14px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -7px;
  background-position: 0px -585px;
}

.sidebar .widget.widget-category .category-list li {
  position: relative;
  padding: 13.5px 40px 13.5px 15px;
  font: 400 16px/1.5 "Fira Sans", Arial, sans-serif;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .sidebar .widget.widget-category .category-list li {
    padding-left: 19px;
  }
}

.sidebar .widget.widget-category .category-list li a {
  color: #666666;
}

.sidebar .widget.widget-category .category-list li a:hover, .sidebar .widget.widget-category .category-list li a:focus {
  color: #f27a21;
}

.sidebar .widget.widget-category .cat-icon {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 18px;
  top: 50%;
  margin-top: -11px;
}

.sidebar .widget.widget-category .cat-icon.icon-tshirt {
  background-position: 0px -2754px;
}

.sidebar .widget.widget-category .cat-icon.icon-tshirt.custom {
  background-position: 0px -2776px;
}

.sidebar .widget.widget-category .cat-icon.icon-hang {
  background-position: 0px -2160px;
}

.sidebar .widget.widget-category .cat-icon.icon-sci {
  background-position: 0px -2798px;
}

.sidebar .widget.widget-category .cat-icon.icon-book {
  background-position: 0px -1918px;
}

.sidebar .widget.widget-category .cat-icon.icon-brush {
  background-position: 0px -1940px;
}

.sidebar .widget.widget-category .cat-icon.icon-masks {
  background-position: 0px -2182px;
}

.sidebar .widget.widget-category .cat-icon.icon-sandals {
  background-position: 0px -2226px;
}

.sidebar .widget.widget-category .cat-icon.icon-camera {
  background-position: 0px -1962px;
}

.sidebar .widget.widget-category .cat-icon.icon-star {
  background-position: 0px -2974px;
}

.sidebar .widget.widget-category .cat-icon.icon-sofa {
  background-position: 0px -2996px;
}

.sidebar .widget.widget-category .cat-icon.icon-sofa.custom {
  background-position: 0px -2820px;
}

.sidebar .widget.widget-category .cat-icon.icon-tv {
  background-position: 0px -2248px;
}

.sidebar .widget.widget-category .cat-icon.icon-tv.custom {
  background-position: 0px -2270px;
}

.sidebar .widget.widget-category .cat-icon.icon-gift {
  background-position: 0px -2138px;
}

.sidebar .widget.widget-category .cat-icon.icon-gift.custom {
  background-position: 0px -2116px;
}

.sidebar .widget.widget-category .cat-icon.icon-openbook {
  background-position: 0px -2886px;
}

.sidebar .widget.widget-category .cat-icon.icon-openbook.custom {
  background-position: 0px -2864px;
}

.sidebar .widget.widget-category .cat-icon.icon-music {
  background-position: 0px -2842px;
}

.sidebar .widget.widget-category .cat-icon.icon-music.custom {
  background-position: 0px -2204px;
}

.sidebar .widget.widget-category .cat-icon.icon-biking {
  background-position: 0px -1896px;
}

.sidebar .widget.widget-category .cat-icon.icon-biking.custom {
  background-position: 0px -1874px;
}

.sidebar .widget.widget-category .cat-icon.icon-gamepad {
  background-position: 0px -2094px;
}

.sidebar .widget.widget-category .cat-icon.icon-gamepad.custom {
  background-position: 0px -2028px;
}

.sidebar .widget.widget-category .cat-icon.icon-plate {
  background-position: 0px -2336px;
}

.sidebar .widget.widget-category .cat-icon.icon-plate.custom {
  background-position: 0px -2908px;
}

.sidebar .widget.widget-category .cat-icon.icon-stroller {
  background-position: 0px -2930px;
}

.sidebar .widget.widget-category .cat-icon.icon-stroller.custom {
  background-position: 0px -2952px;
}

.sidebar .widget.widget-category .cat-icon.icon-candy {
  background-position: 0px -2006px;
}

.sidebar .widget.widget-category .cat-icon.icon-candy.custom {
  background-position: 0px -1984px;
}

.sidebar .widget .swiper-container {
  overflow: visible;
}

.sidebar .widget .popular-entry,
.sidebar .widget .latest-comment {
  padding: 20px 15px;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}

@media (min-width: 768px) {
  .sidebar .widget .popular-entry,
  .sidebar .widget .latest-comment {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1440px) {
  .sidebar .widget .popular-entry,
  .sidebar .widget .latest-comment {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.sidebar .widget .popular-entry:first-child,
.sidebar .widget .latest-comment:first-child {
  padding-top: 0;
}

.sidebar .widget .popular-entry:last-child,
.sidebar .widget .latest-comment:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .widget .popular-entry:after,
.sidebar .widget .latest-comment:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .widget .popular-entry figure,
.sidebar .widget .latest-comment figure {
  float: left;
}

.sidebar .widget .popular-entry figure a,
.sidebar .widget .latest-comment figure a {
  display: block;
}

.sidebar .widget .popular-entry figure img,
.sidebar .widget .latest-comment figure img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget .popular-entry figure {
  width: 120px;
}

@media (max-width: 479px) {
  .sidebar .widget .popular-entry figure {
    width: 90px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .popular-entry figure {
    width: 90px;
  }
}

.sidebar .widget .pentry-meta {
  margin-left: 140px;
  padding-top: 9px;
}

@media (max-width: 479px) {
  .sidebar .widget .pentry-meta {
    margin-left: 110px;
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar .widget .pentry-meta {
    padding-top: 2px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .pentry-meta {
    margin-left: 110px;
    padding-top: 5px;
  }
}

.sidebar .widget .pentry-meta span,
.sidebar .widget .pentry-meta h5 {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .pentry-meta span,
  .sidebar .widget .pentry-meta h5 {
    font-size: 14px;
  }
}

@media (max-width: 479px) {
  .sidebar .widget .pentry-meta span,
  .sidebar .widget .pentry-meta h5 {
    font-size: 14px;
  }
}

.sidebar .widget .pentry-meta span {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
}

.sidebar .widget .pentry-meta h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #555;
  max-width: 160px;
}

.sidebar .widget .pentry-meta h5 a {
  color: #555;
}

.sidebar .widget .pentry-meta h5 a:hover, .sidebar .widget .pentry-meta h5 a:focus {
  color: #f27a21;
}

.sidebar .widget .latest-comment figure {
  width: 90px;
  border-radius: 50%;
}

@media (max-width: 479px) {
  .sidebar .widget .latest-comment figure {
    width: 70px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .latest-comment figure {
    width: 70px;
  }
}

.sidebar .widget .latest-comment figure img {
  border-radius: 50%;
}

.sidebar .widget .lcomment-meta {
  margin-left: 115px;
  padding-top: 8px;
  line-height: 1.35;
}

@media (max-width: 479px) {
  .sidebar .widget .lcomment-meta {
    margin-left: 90px;
    padding-top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .lcomment-meta {
    margin-left: 90px;
    padding-top: 5px;
  }
}

.sidebar .widget .lcomment-meta h5 {
  font: 400 15px/1.35 "Fira Sans", Arial, sans-serif;
  color: #555;
  margin-bottom: 8px;
}

@media (max-width: 479px) {
  .sidebar .widget .lcomment-meta h5 {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .lcomment-meta h5 {
    margin-bottom: 5px;
  }
}

.sidebar .widget .lcomment-meta h5 a {
  color: #555;
}

.sidebar .widget .lcomment-meta h5 a:hover, .sidebar .widget .lcomment-meta h5 a:focus {
  color: #f27a21;
}

.sidebar .widget .lcomment-meta p {
  margin-bottom: 8px;
  max-width: 260px;
}

@media (max-width: 479px) {
  .sidebar .widget .lcomment-meta p {
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .lcomment-meta p {
    margin-bottom: 5px;
  }
}

.sidebar .widget .lcomment-meta span {
  font: 400 14px/1.3 "Hind", sans-serif;
}

.sidebar .widget.widget-tagcloud {
  margin-bottom: 45px;
}

@media (min-width: 1440px) {
  .sidebar .widget.widget-tagcloud {
    margin-bottom: 60px;
  }
}

.sidebar .widget .tagcloud {
  font: 600 12px/1.5 "Hind", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.sidebar .widget .tagcloud a {
  display: block;
  float: left;
  padding: 7px 13px 5px;
  background-color: transparent;
  border: 2px solid #d6d6d6;
  color: #555555;
  margin: 0 15px 15px 0;
  border-radius: 6px;
  transition: background 0.45s;
}

@media (max-width: 479px) {
  .sidebar .widget .tagcloud a {
    padding: 6px 10px 4px;
    margin: 0 10px 10px 0;
  }
}

@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar .widget .tagcloud a {
    padding: 6px 10px 4px;
    margin: 0 10px 10px 0;
  }
}

@media (min-width: 1440px) {
  .sidebar .widget .tagcloud a {
    margin-bottom: 20px;
  }
}

.sidebar .widget .tagcloud a:hover, .sidebar .widget .tagcloud a:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  color: #fff;
}

.sidebar .widget .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}

.sidebar .widget .flickr-widget-list {
  list-style: none;
}

.sidebar .widget .flickr-widget-list li {
  display: block;
  float: left;
  margin: 0 1px 1px 0;
  padding: 0;
  width: calc(33.3% - 1px);
  max-width: 127px;
  overflow: hidden;
}

.sidebar .widget .flickr-widget-list li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.sidebar .widget .flickr-widget-list li a img {
  display: block;
  width: 100%;
  height: auto;
}

.sidebar .widget .tweet_list li {
  padding: 7px 10px 7px 10px;
  position: relative;
  margin-bottom: 14px;
  background-color: #f6f6fa;
  transition: all 0.4s;
}

.sidebar .widget .tweet_list li .twitter-icon {
  position: absolute;
  right: 12px;
  bottom: 6px;
  font-size: 20px;
  line-height: 1;
  color: #c7c7c7;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.06);
}

.sidebar .widget .tweet_list li .tweet_time {
  display: block;
  position: relative;
  font-size: 12px;
  font-style: italic;
  color: #6a6a6a;
  margin-top: 9px;
  padding-top: 3px;
}

.sidebar .widget .tweet_list li .tweet_time:after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #eee;
  position: absolute;
  top: 0;
  left: 0;
}

.sidebar .widget .tweet_list li:hover {
  background-color: #eaeaea;
}

.sidebar .widget .tweet_list li:last-child {
  margin-bottom: 0;
}

/* Single - Blog Post */
.entry.single {
  margin-bottom: 70px;
}

@media (min-width: 992px) {
  .entry.single {
    margin-bottom: 85px;
  }
}

@media (min-width: 1200px) {
  .entry.single {
    margin-bottom: 100px;
  }
}

.entry.single:hover figure {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.entry.single .entry-media {
  margin-bottom: 50px;
}

.entry.single .entry-title {
  margin-bottom: 18px;
}

.entry.single .entry-content {
  margin-bottom: 16px;
  line-height: 1.7;
}

@media (min-width: 1200px) {
  .entry.single .entry-content {
    font-size: 16px;
  }
}

@media (min-width: 1440px) {
  .entry.single .entry-content {
    font-size: 17px;
  }
}

.entry.single .entry-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 25px 0;
}

.entry.single .entry-content blockquote {
  margin-top: 28px;
  margin-bottom: 32px;
}

.entry .entry-footer {
  margin-bottom: 60px;
}

@media (min-width: 1200px) {
  .entry .entry-footer {
    margin-bottom: 80px;
  }
}

@media (min-width: 1440px) {
  .entry .entry-footer {
    margin-bottom: 95px;
  }
}

@media (min-width: 1200px) {
  .entry .entry-footer .entry-meta-container {
    float: left;
  }
}

.entry .entry-footer .social-icons {
  margin-top: 20px;
}

@media (min-width: 1200px) {
  .entry .entry-footer .social-icons {
    float: right;
    margin-top: 30px;
  }
}

.entry .entry-author {
  padding: 50px 50px 44px;
  color: #888;
  background-color: #fbfbfb;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

@media (max-width: 991px) {
  .entry .entry-author {
    padding: 40px 40px 35px;
  }
}

@media (max-width: 767px) {
  .entry .entry-author {
    padding: 30px 30px 24px;
  }
}

.entry .entry-author figure {
  float: left;
  max-width: 150px;
}

@media (max-width: 992px) {
  .entry .entry-author figure {
    max-width: 100px;
  }
}

@media (max-width: 480px) {
  .entry .entry-author figure {
    max-width: 70px;
    margin-right: 20px;
  }
}

.entry .entry-author figure img {
  border-radius: 50%;
}

.entry .entry-author a {
  color: #555;
}

.entry .entry-author a:hover, .entry .entry-author a:focus {
  color: #f27a21;
}

.entry .entry-author .author-content {
  font-size: 16px;
  line-height: 1.55;
  margin-left: 190px;
}

@media (max-width: 991px) {
  .entry .entry-author .author-content {
    margin-left: 130px;
  }
}

@media (max-width: 767px) {
  .entry .entry-author .author-content {
    margin-left: 125px;
  }
}

@media (max-width: 480px) {
  .entry .entry-author .author-content {
    margin-left: 0;
  }
}

.entry .entry-author .author-content h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 400;
  font-size: 22px;
  margin-bottom: 12px;
  font-style: italic;
}

.entry .entry-author .author-content p:last-of-type {
  margin-bottom: 5px;
}

.entry .entry-author .author-content .more-link {
  font-size: 15px;
  color: #aaa9a9;
}

.entry .entry-author .author-content .more-link:hover, .entry .entry-author .author-content .more-link:focus {
  color: #f27a21;
}

.entry .entry-author:after {
  content: '';
  display: table;
  clear: both;
}

.comments {
  margin-bottom: 110px;
}

@media (max-width: 992px) {
  .comments {
    margin-bottom: 85px;
  }
}

@media (max-width: 767px) {
  .comments {
    margin-bottom: 70px;
  }
}

.comments .media {
  margin-top: 0;
}

.comments .media .media-object {
  max-width: 140px;
}

@media (max-width: 991px) {
  .comments .media .media-object {
    max-width: 120px;
  }
}

@media (max-width: 767px) {
  .comments .media .media-object {
    max-width: 90px;
  }
}

.comments .media .media-object, .comments .media .media-object img {
  border-radius: 50%;
}

.comments .media .media-left {
  padding: 0;
}

@media (max-width: 480px) {
  .comments .media .media-left {
    display: none;
  }
}

.comments .media .media-body {
  padding-left: 85px;
}

@media (max-width: 991px) {
  .comments .media .media-body {
    padding-left: 60px;
  }
}

@media (max-width: 480px) {
  .comments .media .media-body {
    padding-left: 0;
  }
}

.comments .media .media-body .media-body-wrapper {
  position: relative;
  z-index: 2;
  background-color: #fafafa;
  border-radius: 10px;
  border: 1px solid #eaeaea;
  padding: 26px 50px 39px;
}

@media (max-width: 992px) {
  .comments .media .media-body .media-body-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (max-width: 767px) {
  .comments .media .media-body .media-body-wrapper {
    padding: 25px 30px 29px;
  }
}

.comments .media .media-body .media-body-wrapper:before {
  content: '';
  display: block;
  width: 40px;
  height: 45px;
  background-image: url("../images/blog/comment-arrow.png");
  position: absolute;
  right: 100%;
  top: 80px;
  z-index: 1;
}

@media (max-width: 767px) {
  .comments .media .media-body .media-body-wrapper:before {
    top: 40px;
  }
}

@media (max-width: 480px) {
  .comments .media .media-body .media-body-wrapper:before {
    display: none;
  }
}

.comments .media ul {
  margin-left: 60px;
}

@media (max-width: 767px) {
  .comments .media ul {
    margin-left: 40px;
  }
}

@media (max-width: 480px) {
  .comments .media ul {
    margin-left: 20px;
  }
}

.comments .comment {
  padding: 0;
  margin-bottom: 70px;
  color: #888888;
  font-size: 16px;
}

@media (max-width: 991px) {
  .comments .comment {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .comments .comment {
    margin-bottom: 30px;
  }
}

.comments .comment h4 {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 20px;
  color: #666;
  margin-bottom: 15px;
  font-weight: 400;
  font-style: italic;
}

.comments .comment h4 span {
  float: right;
  color: #d7d7d7;
  font-size: 90%;
  font-weight: 400;
}

.comments .comment .comment-date {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #aeaeae;
}

.comments .comment p:last-of-type {
  margin-bottom: 9px;
}

.reply-btn.btn {
  font-size: 16px;
  font-weight: 500;
  background-color: transparent;
  border-color: transparent;
  text-transform: capitalize;
  border-radius: 20px;
  padding: 6px 18px 4px;
}

.reply-btn.btn .icon-reply {
  display: inline-block;
  width: 11px;
  height: 13px;
  vertical-align: middle;
  margin-right: 7px;
  background-position: 0px -221px;
}

.media-body-wrapper .reply-btn.btn {
  position: absolute;
  right: 41px;
  top: 20px;
  z-index: 10;
}

@media (max-width: 767px) {
  .media-body-wrapper .reply-btn.btn {
    right: 26px;
  }
}

@media (max-width: 480px) {
  .media-body-wrapper .reply-btn.btn {
    top: auto;
    right: auto;
    position: static;
    margin-top: 6px;
  }
}

.reply-btn.btn:hover, .reply-btn.btn:focus {
  border-radius: 20px !important;
  color: #fff;
  border-color: #f27a21;
  background-color: #f27a21;
}

.reply-btn.btn:hover .icon-reply, .reply-btn.btn:focus .icon-reply {
  background-position: 0px -234px;
}

.comment-respond {
  margin-bottom: 70px;
}

.comment-respond .form-group {
  margin-bottom: 15px;
}

.comment-respond .btn {
  min-width: 175px;
}

.comment-respond textarea.form-control {
  min-height: 269px;
}

@media (min-width: 992px) {
  .comment-respond {
    margin-bottom: 130px;
  }
}

@media (min-width: 1200px) {
  .comment-respond {
    margin-bottom: 150px;
  }
}

@media (min-width: 1440px) {
  .comment-respond {
    margin-bottom: 170px;
  }
}

/* ----------- 8.Portfolio -------------
--------------------------------------*/
#portfolio-filter {
  margin: 28px -12px;
  font-size: 0;
  font-family: "Fira Sans", Arial, sans-serif;
}

@media (min-width: 992px) {
  #portfolio-filter {
    margin: 34px -20px;
  }
}

#portfolio-filter li {
  position: relative;
  display: inline-block;
  margin: 0 12px;
  transition: all 0.4s;
}

@media (min-width: 992px) {
  #portfolio-filter li {
    margin: 0 20px;
  }
}

#portfolio-filter li a {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  color: #a9a9a9;
  padding: 13px 0 11px;
  transition: all 0.4s;
  border: 2px solid transparent;
  border-radius: 20px;
}

@media (min-width: 992px) {
  #portfolio-filter li a {
    font-size: 15px;
    padding: 13px 11px 11px;
  }
}

#portfolio-filter li a:hover, #portfolio-filter li a:focus {
  color: #f27a21;
}

#portfolio-filter li:first-child:not(.active) a {
  padding-left: 0;
}

@media (min-width: 768px) {
  #portfolio-filter li.active:not(:first-child) {
    padding: 0 13px;
  }
}

#portfolio-filter li.active a {
  color: #f27a21;
  border-color: #f27a21;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  #portfolio-filter li.active a {
    padding-left: 25px;
    padding-right: 25px;
  }
}

#portfolio-item-container {
  transition: all 0.45s;
  margin-bottom: 20px;
}

#portfolio-item-container:after {
  content: '';
  display: table;
  clear: both;
}

.portfolio-item {
  position: relative;
  float: left;
  width: 100%;
  font-family: "Fira Sans", Arial, sans-serif;
  /* Portfolio Overlay - Masonry Examples*/
}

.portfolio-item figure {
  position: relative;
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .portfolio-item figure {
    margin-bottom: 29px;
  }
}

.portfolio-item figure img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-item figure:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.portfolio-item .zoom-btn,
.portfolio-item .link-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #f27a21;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 100;
}

.portfolio-item .zoom-btn:hover, .portfolio-item .zoom-btn:focus,
.portfolio-item .link-btn:hover,
.portfolio-item .link-btn:focus {
  background-color: #3dc1ff;
}

.portfolio-item .zoom-btn {
  background-position: 0px -9047px;
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
  left: calc( 50% + 7.5px);
}

.portfolio-item .zoom-btn:hover, .portfolio-item .zoom-btn:focus {
  color: #fff;
}

.portfolio-item .link-btn {
  background-position: 0px -8987px;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  right: calc( 50% + 7.5px);
}

.portfolio-item .portfolio-meta {
  position: relative;
  margin-top: 14px;
}

.portfolio-item .portfolio-title {
  color: #666666;
  margin: 0 0 8px;
  font: 400 19px/1.2 "Fira Sans", Arial, sans-serif;
}

.portfolio-item .portfolio-title a {
  color: #666666;
}

.portfolio-item .portfolio-title a:hover, .portfolio-item .portfolio-title a:focus {
  color: #f27a21;
}

.portfolio-item .portfolio-tags {
  font-size: 13px;
  color: #9f9f9f;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.portfolio-item .portfolio-tags a {
  color: #9f9f9f;
}

.portfolio-item .portfolio-tags a:hover, .portfolio-item .portfolio-tags a:focus {
  color: #f27a21;
}

.portfolio-item:hover figure:after {
  visibility: visible;
  /*opacity: 0.5;*/
}

.portfolio-item figure {
  border:1px solid #ccc;
}

.portfolio-item:hover .zoom-btn,
.portfolio-item:hover .link-btn {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.portfolio-item.portfolio-overlay {
  font-family: "Hind", sans-serif;
  overflow: hidden;
}

.portfolio-item.portfolio-overlay figure {
  margin-bottom: 0;
}

.portfolio-item.portfolio-overlay .portfolio-meta {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 30px;
  transition: all 0.4s ease-out;
  opacity: 0;
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  visibility: hidden;
}

@media (min-width: 480px) {
  .portfolio-item.portfolio-overlay .portfolio-meta {
    padding: 40px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item.portfolio-overlay .portfolio-meta {
    padding: 40px;
  }
}

.portfolio-item.portfolio-overlay .portfolio-meta .btn-pview {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10.5px 35px 8.5px;
}

@media (max-width: 480px) {
  .portfolio-item.portfolio-overlay .portfolio-meta .btn-pview {
    display: none;
  }
}

.portfolio-item.portfolio-overlay .portfolio-meta .btn-pview:hover, .portfolio-item.portfolio-overlay .portfolio-meta .btn-pview:focus {
  border-radius: 0;
}

.portfolio-item.portfolio-overlay .portfolio-title {
  color: #fff;
  margin: 0 0 20px;
  font: 700 25px/1.08 "Hind", sans-serif;
  text-transform: uppercase;
  max-width: 360px;
}

@media (min-width: 480px) {
  .portfolio-item.portfolio-overlay .portfolio-title {
    font-size: 28px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item.portfolio-overlay .portfolio-title {
    font-size: 35px;
  }
}

.portfolio-item.portfolio-overlay .portfolio-title a {
  color: #fff;
}

.portfolio-item.portfolio-overlay .portfolio-title a:hover, .portfolio-item.portfolio-overlay .portfolio-title a:focus {
  color: #f27a21;
}

.portfolio-item.portfolio-overlay .portfolio-tags {
  font-size: 18px;
  color: #fff;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: 9px;
}

@media (min-width: 1440px) {
  .portfolio-item.portfolio-overlay .portfolio-tags {
    font-size: 22px;
  }
}

.portfolio-item.portfolio-overlay .portfolio-tags a {
  color: #fff;
}

.portfolio-item.portfolio-overlay .portfolio-tags a:hover, .portfolio-item.portfolio-overlay .portfolio-tags a:focus {
  color: #f27a21;
}

.portfolio-item.portfolio-overlay:hover .portfolio-meta {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.row.portfolio-row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.portfolio-row > #portfolio-item-container > .portfolio-item {
  padding: 0 15px;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .row.portfolio-row > #portfolio-item-container > .portfolio-item {
    margin-bottom: 62px;
  }
}

.row.portfolio-row.smaller {
  margin-left: -14px;
  margin-right: -14px;
}

.row.portfolio-row.smaller > #portfolio-item-container > .portfolio-item {
  padding: 0 14px;
  margin-bottom: 28px;
}

.row.portfolio-row.smaller > #portfolio-item-container > .portfolio-item.portfolio-overlay .portfolio-meta {
  left: 14px;
  right: 14px;
}

.max-col-6,
.max-col-4,
.max-col-3,
.max-col-2 {
  padding: 0 !important;
}

@media (min-width: 768px) {
  .max-col-2 .portfolio-item,
  .max-col-6 .portfolio-item,
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item,
  .max-col-2 .portfolio-item {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .max-col-4 .portfolio-item,
  .max-col-3 .portfolio-item {
    width: 33.3%;
  }
  .max-col-4 .portfolio-item.wide,
  .max-col-3 .portfolio-item.wide {
    width: 66.6%;
  }
  .max-col-6 .portfolio-item {
    width: 16.7%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .portfolio-item {
    width: 25%;
  }
  .max-col-6 .portfolio-item {
    width: 16.7%;
  }
  .max-col-4 .portfolio-item.wide {
    width: 50%;
  }
}

.max-col-4 .portfolio-item:not(.portfolio-overlay) .portfolio-title {
  font-size: 18px;
}

.pload-more-btn {
  min-width: 146px;
  font-size: 15px;
  border-radius: 20px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 13px 20px 11px;
}

.pload-more-btn:hover, .pload-more-btn:focus {
  border-radius: 0;
}

/* Light gallery lightbox custom css */
.lg-outer .lg-thumb {
  padding: 8px 0;
}

.lg-outer .lg-thumb-item {
  border-radius: 0;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover, .lg-outer .lg-thumb-item:focus {
  border-color: #f27a21;
}

/* Custom */
.portfolio-item-custom {
  /* Calculated based on the psd */
}

.portfolio-item-custom .grid-sizer {
  width: 100%;
  height: 320px;
}

@media (min-width: 768px) {
  .portfolio-item-custom .grid-sizer {
    width: 50%;
    height: 480px;
  }
}

@media (min-width: 1200px) {
  .portfolio-item-custom .grid-sizer {
    width: 33.3%;
    height: 560px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .grid-sizer {
    height: 600px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .grid-sizer {
    height: 780px;
  }
}

@media (min-width: 480px) {
  .portfolio-item-custom .portfolio-item {
    width: 360px;
  }
}

@media (min-width: 992px) {
  .portfolio-item-custom .portfolio-item figure img {
    max-width: 100%;
    width: auto;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item1 {
    width: 320px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item1 {
    width: 410px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item2 {
    width: 460px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item2 {
    width: 660px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item3 {
    width: 380px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item3 {
    width: 520px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item4 {
    width: 430px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item4 {
    width: 591px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item5 {
    width: 350px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item5 {
    width: 480px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item6 {
    width: 380px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item6 {
    width: 520px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item7 {
    width: 330px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item7 {
    width: 390px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item8 {
    width: 500px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item8 {
    width: 770px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item9 {
    width: 340px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item9 {
    width: 400px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item10 {
    width: 460px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item10 {
    width: 635px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item11 {
    width: 290px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item11 {
    width: 430px;
  }
}

@media (min-width: 1440px) {
  .portfolio-item-custom .custom-item12 {
    width: 410px;
  }
}

@media (min-width: 1600px) {
  .portfolio-item-custom .custom-item12 {
    width: 565px;
  }
}

/*Single Portfolio*/
.portfolio-slider {
  height: 100vh;
  text-align: center;
}

.portfolio-slider .swiper-button-prev,
.portfolio-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 55px;
  height: 55px;
  border: 2px solid #444444;
  margin-top: -22.5px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .portfolio-slider .swiper-button-prev,
  .portfolio-slider .swiper-button-next {
    display: none;
  }
}

.portfolio-slider .swiper-button-prev {
  left: 40px;
  background-position: 0px -6935px;
}

.portfolio-slider .swiper-button-prev.background--dark {
  border-color: #fff;
  background-position: 0px -6882px;
}

.portfolio-slider .swiper-button-prev:hover, .portfolio-slider .swiper-button-prev:focus {
  border-color: #f27a21;
  background-color: #f27a21;
  background-position: 0px -6882px;
}

.portfolio-slider .swiper-button-next {
  right: 40px;
  background-position: 0px -6723px;
}

.portfolio-slider .swiper-button-next.background--dark {
  border-color: #fff;
  background-position: 0px -6670px;
}

.portfolio-slider .swiper-button-next:hover, .portfolio-slider .swiper-button-next:focus {
  border-color: #f27a21;
  background-color: #f27a21;
  background-position: 0px -6670px;
}

.portfolio-slider .swiper-pagination.background--dark .swiper-pagination-bullet {
  border-color: #fff;
}

.portfolio-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  border: 2px solid #444444;
  opacity: 1;
}

.portfolio-slider .swiper-pagination-bullet:hover, .portfolio-slider .swiper-pagination-bullet:focus, .portfolio-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #f27a21;
  border-color: #f27a21 !important;
}

.portfolio-slider.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 12px;
}

@media (min-width: 768px) {
  .portfolio-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 18px;
  }
}

@media (min-width: 992px) {
  .portfolio-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 24px;
  }
}

@media (min-width: 1600px) {
  .portfolio-slider.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 32px;
  }
}

.portfolio-slider.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7.5px;
}

.slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.slide-center-content {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 99;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 767px) {
  .slide-center-content {
    width: 100%;
    max-width: 420px;
  }
}

.slide-portfolio-tags {
  font: 600 14px/1 "Hind", sans-serif;
  color: #555;
  text-transform: uppercase;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .slide-portfolio-tags {
    margin-bottom: 24px;
  }
}

@media (min-width: 992px) {
  .slide-portfolio-tags {
    margin-bottom: 30px;
  }
}

@media (min-width: 1600px) {
  .slide-portfolio-tags {
    margin-bottom: 40px;
  }
}

.slide-portfolio-tags a {
  color: #555;
}

.slide-center-content.background--dark .slide-portfolio-tags a {
  color: #fff;
}

.slide-portfolio-tags a:hover, .slide-portfolio-tags a:focus {
  color: #f27a21 !important;
}

.slide-portfolio-title {
  font: 700 40px/1 "Fira Sans", Arial, sans-serif;
  color: #3e3e3e;
  text-transform: uppercase;
  margin-bottom: 16px;
  max-width: 800px;
}

@media (min-width: 768px) {
  .slide-portfolio-title {
    margin-bottom: 20px;
    font-size: 46px;
  }
}

@media (min-width: 992px) {
  .slide-portfolio-title {
    margin-bottom: 24px;
    font-size: 65px;
  }
}

@media (min-width: 1600px) {
  .slide-portfolio-title {
    margin-bottom: 34px;
    font-size: 80px;
  }
}

.slide-center-content.background--dark .slide-portfolio-title {
  color: #fff;
}

.slide-scrolldown-btn {
  display: inline-block;
  width: 55px;
  height: 55px;
  background-position: 0px -8932px;
  background-color: #f27a21;
  border-radius: 50%;
  transition: all 0.4s;
  cursor: pointer;
}

@media (max-width: 767px) {
  .slide-scrolldown-btn {
    display: none;
  }
}

.slide-scrolldown-btn:hover, .slide-scrolldown-btn:focus {
  background-color: #009de6;
}

#portfolio-details {
  font-size: 17px;
  margin: 54px 0 60px;
}

@media (min-width: 992px) {
  #portfolio-details {
    margin-bottom: 90px;
  }
}

@media (min-width: 1200px) {
  #portfolio-details {
    margin-bottom: 110px;
  }
}

#portfolio-details h2 {
  font: 400 28px/1.1 "Fira Sans", Arial, sans-serif;
  margin-bottom: 21px;
}

#portfolio-details p {
  margin-bottom: 20px;
}

.portfolio-details-list {
  font-family: "Hind", sans-serif;
  color: #9f9f9f;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.portfolio-details-list li {
  margin-bottom: 31px;
}

.portfolio-details-list a {
  color: #9f9f9f;
}

.portfolio-details-list a:hover, .portfolio-details-list a:focus {
  color: #f27a21;
}

.portfolio-details-list label {
  display: block;
  font: 400 15px/1 "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #777777;
  margin-bottom: 11px;
}

.portfolio-details-list .portfolio-likes {
  font: 400 17px/1 "Fira Sans", Arial, sans-serif;
  margin-bottom: 37px;
}

.portfolio-details-list .portfolio-likes i,
.portfolio-details-list .portfolio-likes a {
  vertical-align: middle;
}

.portfolio-details-list .portfolio-likes i {
  margin-right: 2px;
}

.portfolio-details-list .portfolio-like-icon {
  display: inline-block;
  width: 17px;
  height: 16px;
  background-position: 0px -798px;
}

.portfolio-details-list .portfolio-tags {
  font: 400 13px/1 "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
}

.portfolio-details-list .portfolio-details-share label {
  margin-bottom: 15px;
}

.more-photo {
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .more-photo {
    margin-bottom: 30px;
  }
}

@media (min-width: 1200px) {
  .more-photo {
    margin-bottom: 40px;
  }
}

.more-photo:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}

.more-photo .zoom-btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: #f27a21;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease;
  z-index: 100;
  background-position: 0px -9107px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.more-photo .zoom-btn:hover, .more-photo .zoom-btn:focus {
  background-color: #3dc1ff;
}

.more-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.more-photo:hover:after {
  opacity: 0.5;
  visibility: visible;
}

.more-photo:hover .zoom-btn {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  visibility: visible;
}

.swiper-slide .portfolio-item .portfolio-title {
  font-size: 18px;
}

/* Portfolio single media*/
.portfolio-single-media img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-single-media img,
.portfolio-single-media img iframe {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .portfolio-single-media img,
  .portfolio-single-media img iframe {
    margin-bottom: 30px;
  }
}

/* ----------- 9.Category(Shop) - Products
--------------------------------------*/
.product {
  position: relative;
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .product {
    margin-bottom: 80px;
  }
}

.product:hover .product-action .btn-product-like,
.product:hover .product-action .btn-product-wishlist,
.product:hover .product-action .btn-product-compare, .product:focus .product-action .btn-product-like,
.product:focus .product-action .btn-product-wishlist,
.product:focus .product-action .btn-product-compare {
  display: inline-block;
}

.product:hover .btn-quickview, .product:focus .btn-quickview {
  visibility: visible;
}

.product.product1:hover, .product.product1:focus {
  z-index: 120;
  padding: 15px;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 45px;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(31, 28, 22, 0.4);
}

@media (min-width: 1200px) {
  .product.product1:hover, .product.product1:focus {
    padding: 20px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px;
  }
}

.product.product1:hover .product-label, .product.product1:focus .product-label {
  visibility: hidden;
}

.product.product1:hover .product-countdown .countdown-section, .product.product1:focus .product-countdown .countdown-section {
  background-color: #f27a21;
  border: 1px solid #f27a21;
  box-shadow: none;
}

.product.product1:hover .product-countdown .countdown-amount,
.product.product1:hover .product-countdown .countdown-period, .product.product1:focus .product-countdown .countdown-amount,
.product.product1:focus .product-countdown .countdown-period {
  color: #fff;
}

.product-top {
  position: relative;
  margin-bottom: 20px;
}

.product-top figure {
  border: 1px solid #e9e9e9;
}

.product-top figure a {
  display: block;
}

.product-top figure img {
  display: block;
  width: 100%;
  height: auto;
}

.product-meta {
  margin-bottom: 16px;
}

.product-meta:after {
  content: '';
  display: table;
  clear: both;
}

.ratings-container {
  position: relative;
  width: 90px;
  background-image: url("../images/ratings-bg.png");
}

.ratings-container,
.ratings-container .ratings {
  display: inline-block;
  height: 14px;
}

.ratings-container .ratings {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-image: url("../images/ratings.png");
  text-indent: -9999px;
}

.product-meta .ratings-container {
  float: right;
}

.product-brand {
  font: 500 14px/1 "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-brand a {
  color: #959595;
}

.product-brand a:hover, .product-brand a:focus {
  color: #f27a21;
}

.product-meta .product-brand {
  float: left;
}

.product-title {
  font: 400 17px/1.175 "Hind", sans-serif;
  letter-spacing: 0.01em;
  margin-bottom: 12px;
}

.product-title a {
  color: #555555;
}

.product-title a:hover, .product-title a:focus {
  color: #f27a21;
}

.product-price-container {
  font: 700 0/1 "Fira Sans", Arial, sans-serif;
  color: #bfbfbf;
  margin-bottom: 16px;
}

.product-price-container .product-old-price,
.product-price-container .product-price {
  font-size: 17px;
}

.product-price-container .product-old-price {
  text-decoration: line-through;
}

.product-price-container .product-old-price + .product-price {
  margin-left: 10px;
}

.product-price-container .product-price {
  color: #f27a21;
}

.product-colors {
  font-size: 0;
  margin-top: -7px;
  margin-bottom: 19px;
}

.product-colors span {
  cursor: pointer;
  font-size: 14px;
  display: inline-block;
  width: 19px;
  height: 19px;
  border: 1px solid #dadada;
  box-shadow: inset 0 0 0 1px #fff;
  text-indent: -9999px;
  margin-right: 6px;
  transition: all 0.4s;
}

.product-colors span:hover {
  box-shadow: inset 0 0 0 2px #fff;
}

.product-action {
  font-size: 0;
  white-space: nowrap;
}

.product-action .btn-add-cart,
.product-action .btn-add-wishlist {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font: 600 0/1 "Hind", sans-serif;
  padding: 15.5px 22px 12.5px;
  border-radius: 28px;
  color: #777777;
  border: 2px solid #c2c2c2;
  background-color: transparent;
  text-transform: uppercase;
  margin-right: 20px;
  transition: background 0.4s, border-radius 0.4s;
}

@media (min-width: 1440px) {
  .product-action .btn-add-cart,
  .product-action .btn-add-wishlist {
    padding-left: 26px;
    padding-right: 26px;
  }
}

@media (max-width: 480px) {
  .product-action .btn-add-cart,
  .product-action .btn-add-wishlist {
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 12px;
  }
}

.product-action .btn-add-cart > span,
.product-action .btn-add-cart .icon-cart,
.product-action .btn-add-cart .icon-wishlist,
.product-action .btn-add-wishlist > span,
.product-action .btn-add-wishlist .icon-cart,
.product-action .btn-add-wishlist .icon-wishlist {
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.02em;
}

.product-action .btn-add-cart .icon-cart,
.product-action .btn-add-wishlist .icon-cart {
  background-position: 0px -947px;
  width: 17px;
  height: 17px;
  margin-top: -4px;
  margin-right: 8px;
}

@media (max-width: 360px) {
  .product-action .btn-add-cart .icon-cart,
  .product-action .btn-add-wishlist .icon-cart {
    display: none;
  }
}

.product-action .btn-add-cart .icon-wishlist,
.product-action .btn-add-wishlist .icon-wishlist {
  width: 14px;
  height: 15px;
  margin-top: -5px;
  margin-right: 8px;
  background-position: 0px -674px;
}

@media (max-width: 360px) {
  .product-action .btn-add-cart .icon-wishlist,
  .product-action .btn-add-wishlist .icon-wishlist {
    display: none;
  }
}

.product-action .btn-add-cart.custom,
.product-action .btn-add-wishlist.custom {
  border-color: #f27a21;
  color: #f27a21;
}

.product-action .btn-add-cart.custom .icon-cart,
.product-action .btn-add-wishlist.custom .icon-cart {
  background-position: 0px -1066px;
}

.product-action .btn-add-cart.custom2,
.product-action .btn-add-wishlist.custom2 {
  border-color: #f27a21;
  background-color: #f27a21;
  color: #fff;
}

.product-action .btn-add-cart.custom2 .icon-cart,
.product-action .btn-add-wishlist.custom2 .icon-cart {
  background-position: 0px -964px;
}

.product-action .btn-add-cart.custom2:hover, .product-action .btn-add-cart.custom2:focus,
.product-action .btn-add-wishlist.custom2:hover,
.product-action .btn-add-wishlist.custom2:focus {
  border-radius: 0;
}

.product-action .btn-add-cart:hover, .product-action .btn-add-cart:focus,
.product-action .btn-add-wishlist:hover,
.product-action .btn-add-wishlist:focus {
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.product-action .btn-add-cart:hover .icon-cart, .product-action .btn-add-cart:focus .icon-cart,
.product-action .btn-add-wishlist:hover .icon-cart,
.product-action .btn-add-wishlist:focus .icon-cart {
  background-position: 0px -964px;
}

.product-action .btn-add-cart:hover .icon-wishlist, .product-action .btn-add-cart:focus .icon-wishlist,
.product-action .btn-add-wishlist:hover .icon-wishlist,
.product-action .btn-add-wishlist:focus .icon-wishlist {
  background-position: 0px -719px;
}

.product-action.smaller .btn-add-cart,
.product-action.smaller .btn-add-wishlist {
  padding: 16px 12.5px 13px;
}

.product-action.smaller .btn-add-cart span,
.product-action.smaller .btn-add-wishlist span {
  display: none;
}

.product-action.smaller .btn-add-cart .icon,
.product-action.smaller .btn-add-wishlist .icon {
  display: inline-block !important;
  margin-right: 0 !important;
}

.product-action .btn.btn-add-wishlist {
  padding-left: 20.5px;
  padding-right: 20.5px;
}

@media (min-width: 1440px) {
  .product-action .btn.btn-add-wishlist {
    padding-left: 23.5px;
    padding-right: 23.5px;
  }
}

@media (max-width: 480px) {
  .product-action .btn.btn-add-wishlist {
    padding-left: 18px;
    padding-right: 18px;
  }
}

.product-action .btn-product-wishlist,
.product-action .btn-product-like,
.product-action .btn-product-compare {
  display: none;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  margin-right: 10px;
  border: 2px solid #c2c2c2;
  transition: background-color 0.4s, border-color 0.4s;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .product-action .btn-product-wishlist,
  .product-action .btn-product-like,
  .product-action .btn-product-compare {
    margin-right: 6px;
  }
}

.product-action .btn-product-wishlist:last-child,
.product-action .btn-product-like:last-child,
.product-action .btn-product-compare:last-child {
  margin-right: 0;
}

.product-action .btn-product-wishlist:hover, .product-action .btn-product-wishlist:focus,
.product-action .btn-product-like:hover,
.product-action .btn-product-like:focus,
.product-action .btn-product-compare:hover,
.product-action .btn-product-compare:focus {
  border-color: #ed4e24;
  background-color: #ed4e24;
}

.product-action .btn-product-wishlist {
  background-position: 0px -5114px;
}

.product-action .btn-product-wishlist:hover, .product-action .btn-product-wishlist:focus {
  background-position: 0px -5156px;
}

.product-action .btn-product-like {
  background-position: 0px -5198px;
}

.product-action .btn-product-like:hover, .product-action .btn-product-like:focus {
  background-position: 0px -5240px;
}

.product-action .btn-product-compare {
  background-position: 0px -5282px;
}

.product-action .btn-product-compare:hover, .product-action .btn-product-compare:focus {
  background-position: 0px -5324px;
}

.btn-quickview {
  position: absolute;
  top: 16px;
  right: 16px;
  display: inline-block;
  vertical-align: middle;
  visibility: hidden;
  width: 50px;
  height: 50px;
  border: 3px solid #d2d2d2;
  z-index: 100;
  border-radius: 50%;
  background-position: 0px -5926px;
  transition: background-color 0.4s, border-color 0.4s;
}

.btn-quickview:not(.zoom-icon):hover, .btn-quickview:not(.zoom-icon):focus {
  border-color: #ed4e24;
  background-color: #ed4e24;
  background-position: 0px -5882px;
}

.product-label {
  display: inline-block;
  position: absolute;
  z-index: 99;
  right: 16px;
  top: 16px;
  font: 600 15px/1 "Hind", sans-serif;
  color: #fff;
  border-radius: 6px 6px 6px 0;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  background-color: #f27a21;
  text-align: center;
  min-width: 70px;
  padding: 11.5px 10px 7.5px;
}

.product-label.discount {
  background-color: #ed4e24;
}

.product-label.discount.yellow {
  background-color: #ffb800;
}

.product-label.outofstock {
  font-size: 14px;
  line-height: 0.8;
  text-align: left;
  padding-top: 7px;
  padding-bottom: 5px;
  background-color: #c2c2c2;
}
.product-label.outofstock.product-label-small{
  right: 5px;
  top: 6px;
  font-size: 10px;
}

.product-countdown:after {
  content: '';
  display: table;
  clear: both;
}

.product-top .product-countdown {
  position: absolute;
  left: 11px;
  right: 11px;
  bottom: 16px;
}

.product-countdown .countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
  text-align: center;
}

.product-countdown .countdown-section {
  display: block;
  float: left;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  box-shadow: inset 2px 2px 0 #fcfcfc;
  padding-top: 8px;
  padding-bottom: 9px;
  margin: 0 5px;
  transition: border 0.4s, background 0.4s;
}

.product-countdown .countdown-show3 .countdown-section {
  width: calc(33.33% - 10px);
}

.product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 10px);
}

.product-countdown .countdown-amount {
  font: 400 30px/1 "Fira Sans", Arial, sans-serif;
  color: #999999;
}

.product-countdown .countdown-period {
  display: block;
  width: 100%;
  font: 600 9px/1 "Hind", sans-serif;
  margin-top: 1px;
  text-transform: uppercase;
  color: #a7a7a7;
}

.product-countdown.countdown-sep {
  margin-left: -10px;
  margin-right: -10px;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.product-countdown.countdown-sep .countdown-section {
  margin: 0 10px;
  position: relative;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-section {
    margin: 0 15px;
  }
}

.product-countdown.countdown-sep .countdown-section:after {
  content: ':';
  font-size: 30px;
  line-height: 30px;
  position: absolute;
  left: 100%;
  margin-left: 8px;
  top: 50%;
  margin-top: -15px;
  color: #b8b8b8;
  font-family: "Hind", sans-serif;
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-section:after {
    margin-left: 11.5px;
  }
}

.product-countdown.countdown-sep .countdown-section:last-child:after {
  display: none;
}

.product-countdown.countdown-sep .countdown-show3 .countdown-section {
  width: calc(33.33% - 20px);
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-show3 .countdown-section {
    width: calc(33.33% - 30px);
  }
}

.product-countdown.countdown-sep .countdown-show4 .countdown-section {
  width: calc(25% - 20px);
}

@media (min-width: 1600px) {
  .product-countdown.countdown-sep .countdown-show4 .countdown-section {
    width: calc(25% - 30px);
  }
}

/* Product 2 */
.product.product2 {
  padding: 20px;
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #ebebeb;
}

.product.product2 .product-top {
  margin-bottom: 30px;
}

.product.product2 .product-top figure {
  border: none;
}

.product.product2 .product-meta {
  position: relative;
  margin-bottom: 0;
}

.product.product2 .product-meta .product-brand,
.product.product2 .product-meta .ratings-container {
  float: none;
}

.product.product2 .ratings-container {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

.product.product2 .product-brand {
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-bottom: 15px;
}

.product.product2 .product-brand a {
  color: #b3b3b3;
}

.product.product2 .product-brand a:hover, .product.product2 .product-brand a:focus {
  color: #f27a21;
}

.product.product2 .product-label {
  border-radius: 6px;
}

.product.product2 .product-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}

.product.product2 .product-price-container {
  color: #cbcbcb;
  margin-bottom: 10px;
  font-family: Arial, sans-serif;
}

.product.product2 .product-price-container .product-old-price,
.product.product2 .product-price-container .product-price {
  font-size: 15px;
}

.product.product2 .product-action {
  width: 170px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  bottom: 12px;
  display: none;
}

.product.product2 .btn-add-cart,
.product.product2 .btn-add-wishlist,
.product.product2 .btn-add-compare {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #d2d2d2;
  min-width: 50px;
  text-align: center;
  white-space: normal;
  font: 600 0/1 "Hind", sans-serif;
  padding: 0;
  border-radius: 50%;
  line-height: 44px;
  color: #fff;
  margin-right: 10px;
  transition: all 0s;
  text-transform: uppercase;
}

.product.product2 .btn-add-cart:last-child,
.product.product2 .btn-add-wishlist:last-child,
.product.product2 .btn-add-compare:last-child {
  margin-right: 0;
}

.product.product2 .btn-add-cart > span,
.product.product2 .btn-add-wishlist > span,
.product.product2 .btn-add-compare > span {
  display: none;
  font-size: 14px;
  letter-spacing: 0;
}

.product.product2 .btn-add-cart i,
.product.product2 .btn-add-wishlist i,
.product.product2 .btn-add-compare i {
  display: inline-block;
  width: 22px;
  height: 17px;
  vertical-align: middle;
}

.product.product2 .btn-add-cart i.icon-cart2,
.product.product2 .btn-add-wishlist i.icon-cart2,
.product.product2 .btn-add-compare i.icon-cart2 {
  background-position: 0px -1117px;
}

.product.product2 .btn-add-cart i.icon-compare2,
.product.product2 .btn-add-wishlist i.icon-compare2,
.product.product2 .btn-add-compare i.icon-compare2 {
  background-position: 0px -879px;
}

.product.product2 .btn-add-cart i.icon-wishlist2,
.product.product2 .btn-add-wishlist i.icon-wishlist2,
.product.product2 .btn-add-compare i.icon-wishlist2 {
  background-position: 0px -896px;
}

.product.product2 .btn-add-cart:hover, .product.product2 .btn-add-cart:focus,
.product.product2 .btn-add-wishlist:hover,
.product.product2 .btn-add-wishlist:focus,
.product.product2 .btn-add-compare:hover,
.product.product2 .btn-add-compare:focus {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 40;
  border-radius: 28px;
  border-color: #f27a21;
  background-color: #f27a21;
}

.product.product2 .btn-add-cart:hover > span, .product.product2 .btn-add-cart:focus > span,
.product.product2 .btn-add-wishlist:hover > span,
.product.product2 .btn-add-wishlist:focus > span,
.product.product2 .btn-add-compare:hover > span,
.product.product2 .btn-add-compare:focus > span {
  display: inline-block;
}

.product.product2 .btn-add-cart:hover i.icon-cart2, .product.product2 .btn-add-cart:focus i.icon-cart2,
.product.product2 .btn-add-wishlist:hover i.icon-cart2,
.product.product2 .btn-add-wishlist:focus i.icon-cart2,
.product.product2 .btn-add-compare:hover i.icon-cart2,
.product.product2 .btn-add-compare:focus i.icon-cart2 {
  background-position: 0px -1100px;
  margin-right: 5px;
  margin-top: -5px;
}

.product.product2 .btn-add-cart:hover i.icon-compare2, .product.product2 .btn-add-cart:focus i.icon-compare2,
.product.product2 .btn-add-wishlist:hover i.icon-compare2,
.product.product2 .btn-add-wishlist:focus i.icon-compare2,
.product.product2 .btn-add-compare:hover i.icon-compare2,
.product.product2 .btn-add-compare:focus i.icon-compare2 {
  background-position: 0px -862px;
  margin-top: -7px;
  margin-right: 4px;
}

.product.product2 .btn-add-cart:hover i.icon-wishlist2, .product.product2 .btn-add-cart:focus i.icon-wishlist2,
.product.product2 .btn-add-wishlist:hover i.icon-wishlist2,
.product.product2 .btn-add-wishlist:focus i.icon-wishlist2,
.product.product2 .btn-add-compare:hover i.icon-wishlist2,
.product.product2 .btn-add-compare:focus i.icon-wishlist2 {
  background-position: 0px -913px;
  margin-top: -5px;
  margin-right: 1px;
}

.product.product2 .product-colors {
  margin-top: 0;
  margin-bottom: 18px;
}

.product.product2 .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.product.product2 .product-colors span:last-child {
  margin-right: 0;
}

.product.product2 .product-countdown {
  margin-bottom: 10px;
}

.product.product2 .product-countdown .countdown-section {
  background-color: #f27a21;
  border-color: #f27a21;
  box-shadow: none;
  border-radius: 3px;
}

.product.product2 .product-countdown .countdown-section .countdown-amount,
.product.product2 .product-countdown .countdown-section .countdown-period {
  color: #fff;
}

.product.product2 .product-countdown.countdown-sep .countdown-section:after {
  color: #f27a21;
}

.product.product2:hover, .product.product2:focus {
  padding-bottom: 61px;
  margin-bottom: 9px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.product.product2:hover .product-meta, .product.product2:focus .product-meta {
  margin-top: -20px;
}

.product.product2:hover .product-brand, .product.product2:focus .product-brand {
  opacity: 0;
}

.product.product2:hover .ratings-container, .product.product2:focus .ratings-container {
  display: inline-block;
}

.product.product2:hover .product-action, .product.product2:focus .product-action {
  display: block;
}

/* Product 3 */
.product.product3 {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}

@media (min-width: 768px) {
  .product.product3 {
    margin-bottom: 50px;
  }
}

@media (min-width: 992px) {
  .product.product3 {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .product.product3 {
    margin-bottom: 80px;
  }
}

.product.product3 .product-top {
  margin-bottom: 28px;
}

.product.product3 .product-top figure {
  border: none;
  border-bottom: 1px solid #e5e4e4;
}

.product.product3 .product-top:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #f27a21;
  opacity: 0;
  visiblity: hidden;
  transition: all 0.4s;
}

.product.product3 .product-meta {
  position: relative;
  margin-bottom: 0;
}

.product.product3 .product-meta .product-brand,
.product.product3 .product-meta .ratings-container {
  float: none;
}

.product.product3 .ratings-container {
  margin-bottom: 0;
}

.product.product3 .product-brand {
  margin-bottom: 7px;
}

.product.product3 .product-brand a {
  color: #b2b2b2;
}

.product.product3 .product-brand a:hover, .product.product3 .product-brand a:focus {
  color: #f27a21;
}

.product.product3 .product-content-wrapper {
  position: relative;
  padding-right: 95px;
}

@media (min-width: 768px) {
  .product.product3 .product-content-wrapper {
    padding-left: 10px;
  }
}

@media (min-width: 1600px) {
  .product.product3 .product-content-wrapper {
    padding-right: 120px;
  }
}

.product.product3 .product-price-container {
  font-family: "Hind", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  color: #c2c2c2;
  margin-bottom: 0;
  width: 95px;
  text-align: left;
  padding-left: 7px;
  border-left: 4px solid #dedede;
  padding-top: 2px;
}

.product.product3 .product-price-container.no-border {
  border-left: none;
  padding-top: 12px;
}

@media (min-width: 1200px) {
  .product.product3 .product-price-container.no-border {
    padding-top: 13px;
  }
}

@media (min-width: 1600px) {
  .product.product3 .product-price-container.no-border {
    padding-top: 14px;
  }
}

@media (min-width: 1600px) {
  .product.product3 .product-price-container {
    width: 110px;
  }
}

.product.product3 .product-price-container .product-old-price {
  font-size: 13px;
  line-height: 0.8;
}

.product.product3 .product-price-container .product-old-price + .product-price {
  margin-left: 0;
}

@media (min-width: 1200px) {
  .product.product3 .product-price-container .product-old-price {
    font-size: 14px;
  }
}

@media (min-width: 1600px) {
  .product.product3 .product-price-container .product-old-price {
    font-size: 15px;
  }
}

.product.product3 .product-price-container .product-price {
  display: block;
  font-weight: 600;
  font-size: 17px;
  line-height: 0.8;
  margin-top: 3px;
}

@media (min-width: 1200px) {
  .product.product3 .product-price-container .product-price {
    font-size: 21px;
    margin-top: 5px;
  }
}

@media (min-width: 1600px) {
  .product.product3 .product-price-container .product-price {
    font-size: 27px;
  }
}

.product.product3 .product-title {
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0;
  max-width: 270px;
}

@media (min-width: 1600px) {
  .product.product3 .product-title {
    font-size: 19px;
  }
}

.product.product3 .product-action-btn {
  display: none;
  height: 46px;
  border: 3px solid #fff;
  position: absolute;
  right: 20px;
  text-align: center;
  color: #fff;
  z-index: 200;
  border-radius: 50%;
  font: 600 0/1.5 "Hind", sans-serif;
  text-transform: uppercase;
  padding-top: 10px;
  padding-left: 9px;
  padding-right: 9px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn {
    height: 56px;
    padding-top: 15px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

.product.product3 .product-action-btn span {
  display: none;
  font-size: 14px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn span {
    font-size: 15px;
  }
}

.product.product3 .product-action-btn.btn-cart {
  top: 20px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn.btn-cart {
    top: 20px;
  }
}

.product.product3 .product-action-btn.btn-wishlist {
  top: 76px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn.btn-wishlist {
    top: 86px;
  }
}

.product.product3 .product-action-btn.btn-compare {
  top: 132px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn.btn-compare {
    top: 152px;
  }
}

.product.product3 .product-action-btn.btn-qview {
  top: 188px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn.btn-qview {
    top: 218px;
  }
}

.product.product3 .product-action-btn .icon,
.product.product3 .product-action-btn span {
  vertical-align: middle;
}

.product.product3 .product-action-btn .icon {
  display: inline-block;
  width: 22px;
  height: 22px;
}

.product.product3 .product-action-btn .icon.icon-cart3 {
  background-position: 0px -2468px;
}

.product.product3 .product-action-btn .icon.icon-wishlist3 {
  background-position: 0px -2314px;
}

.product.product3 .product-action-btn .icon.icon-compare3 {
  background-position: 0px -1830px;
}

.product.product3 .product-action-btn .icon.icon-qview {
  background-position: 0px -2072px;
}

.product.product3 .product-action-btn:hover, .product.product3 .product-action-btn:focus {
  border-radius: 28px;
  min-width: 179px;
  background-color: #fff;
  color: #666;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn:hover, .product.product3 .product-action-btn:focus {
    min-width: 199px;
  }
}

.product.product3 .product-action-btn:hover span, .product.product3 .product-action-btn:focus span {
  display: inline-block;
}

.product.product3 .product-action-btn:hover .icon, .product.product3 .product-action-btn:focus .icon {
  margin-top: -3px;
  margin-right: 2px;
}

@media (min-width: 1600px) {
  .product.product3 .product-action-btn:hover .icon, .product.product3 .product-action-btn:focus .icon {
    margin-top: -5px;
  }
}

.product.product3 .product-action-btn:hover .icon.icon-cart3, .product.product3 .product-action-btn:focus .icon.icon-cart3 {
  background-position: 0px -1852px;
}

.product.product3 .product-action-btn:hover .icon.icon-wishlist3, .product.product3 .product-action-btn:focus .icon.icon-wishlist3 {
  background-position: 0px -2292px;
}

.product.product3 .product-action-btn:hover .icon.icon-compare3, .product.product3 .product-action-btn:focus .icon.icon-compare3 {
  background-position: 0px -3018px;
  margin-right: 4px;
}

.product.product3 .product-action-btn:hover .icon.icon-qview, .product.product3 .product-action-btn:focus .icon.icon-qview {
  background-position: 0px -2050px;
}

.product.product3 .product-colors {
  padding-top: 3px;
  margin-top: 0;
  padding-bottom: 7px;
}

.product.product3 .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.product.product3 .product-colors span:last-child {
  margin-right: 0;
}

.product.product3 .product-label {
  border-radius: 6px 0 6px 6px;
  right: 0;
  top: 0;
}

.product.product3 .product-countdown {
  max-width: 320px;
  margin: auto;
}

.product.product3:hover .product-top:before, .product.product3:focus .product-top:before {
  opacity: 0.5;
  visiblity: visible;
}

.product.product3:hover .product-action-btn, .product.product3:focus .product-action-btn {
  display: block;
}

/* Product 4 */
.product.product4 {
  padding: 15px 15px 40px;
  text-align: center;
  border: 1px solid #eeeeee;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(31, 22, 28, 0.05);
  margin-bottom: 0;
}

.product.product4 .product-top {
  margin-bottom: 27px;
}

.product.product4 .product-top figure {
  border: 1px solid transparent;
}

.product.product4 .product-countdown {
  margin-bottom: 0;
  left: 2.5px;
  right: 2.5px;
  bottom: 5px;
}

.product.product4 .product-countdown .countdown-section {
  background-color: #f27a21;
  border-color: #f27a21;
  box-shadow: none;
  margin: 0 2.5px;
}

.product.product4 .product-countdown .countdown-section .countdown-amount,
.product.product4 .product-countdown .countdown-section .countdown-period {
  color: #fff;
}

.product.product4 .product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 5px);
}

.product.product4 .ratings-container {
  margin-bottom: 10px;
}

.product.product4 .product-title {
  font-size: 16px;
  line-height: 1.25;
  max-width: 215px;
  margin-left: auto;
  margin-right: auto;
}

.product.product4 .product-action .btn-product-like,
.product.product4 .product-action .btn-product-compare {
  margin: 0;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s;
}

.product.product4 .product-action .btn-add-cart {
  margin: 0 7px;
}

.product.product4 .product-price-container {
  margin-bottom: 24px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  color: #bfbfbf;
}

.product.product4 .product-price-container .product-price,
.product.product4 .product-price-container .product-old-price {
  font-size: 16px;
}

.product.product4 .product-price-container .product-price {
  color: #ffb800;
}

.product.product4 .btn-quickview {
  top: 6px;
  right: 6px;
}

.product.product4 .product-label {
  border-radius: 6px 6px 6px 0;
  top: 25px;
  right: 25px;
}

.product.product4:hover, .product.product4:focus {
  box-shadow: 0 0 10px rgba(31, 28, 22, 0.2);
}

.product.product4:hover .product-top figure, .product.product4:focus .product-top figure {
  border-color: #f1f1f1;
}

.product.product4:hover .product-action .btn-product-like,
.product.product4:hover .product-action .btn-product-compare, .product.product4:focus .product-action .btn-product-like,
.product.product4:focus .product-action .btn-product-compare {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.4s;
}

.product.product4:hover .product-action .btn-add-cart.custom, .product.product4:focus .product-action .btn-add-cart.custom {
  color: #f27a21;
  border-color: #6ed1ff;
}

.product.product4:hover .product-action .btn-add-cart.custom:hover, .product.product4:hover .product-action .btn-add-cart.custom:focus, .product.product4:focus .product-action .btn-add-cart.custom:hover, .product.product4:focus .product-action .btn-add-cart.custom:focus {
  color: #fff;
  background-color: #6ed1ff;
}

.product.product4:hover .product-label, .product.product4:focus .product-label {
  visibility: hidden;
}

/* Product 5 */
.product.product5 {
  margin-bottom: 60px;
}

@medi (min-width: 992px) {
  .product.product5 {
    margin-bottom: 70px;
  }
}

.product.product5 .product-top {
  margin-bottom: 20px;
}

.product.product5 .product-brand {
  font-size: 13px;
  line-height: 1;
  margin-top: 2px;
}

.product.product5 .product-brand a {
  color: #b5b5b5;
}

.product.product5 .product-brand a:hover, .product.product5 .product-brand a:focus {
  color: #f27a21;
}

.product.product5 .product-title {
  font-size: 16px;
  line-height: 1.25;
  max-width: 225px;
  margin-bottom: 8px;
}

.product.product5 .product-colors {
  margin-top: 0;
  margin-bottom: 0;
}

.product.product5 .product-colors span {
  border-radius: 50%;
  width: 17px;
  height: 17px;
  border: 1px solid #666666;
  margin-right: 4px;
}

.product.product5 .product-colors span:last-child {
  margin-right: 0;
}

.product.product5 .product-price-container {
  margin-bottom: 14px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  color: #bfbfbf;
}

.product.product5 .product-price-container .product-price,
.product.product5 .product-price-container .product-old-price {
  font-size: 16px;
}

.product.product5 .product-countdown {
  margin-bottom: 0;
  left: 10px;
  right: 10px;
  bottom: 10px;
}

.product.product5 .product-countdown .countdown-section {
  margin: 0 2.5px;
  box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.7), 0 0 2px rgba(31, 28, 28, 0.15);
}

.product.product5 .product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 5px);
}

.product.product5 .product-action {
  margin-top: 20px;
}

.product.product5 .product-action .btn-add-cart {
  color: #fff;
  background-color: #ffb800;
  border-color: #ffb800;
}

.product.product5 .product-action .btn-add-cart .icon-cart {
  background-position: 0px -964px;
}

.product.product5 .product-action .btn-add-cart:hover, .product.product5 .product-action .btn-add-cart:focus {
  color: #fff;
  border-radius: 0;
  background-color: #ffb800;
  border-color: #ffb800;
}

.product.product5 .product-action .btn-add-wishlist {
  color: #fff;
  border-color: #c2c2c2;
  background-color: #c2c2c2;
}

.product.product5 .product-action .btn-add-wishlist .icon-wishlist {
  background-position: 0px -719px;
}

.product.product5 .product-action .btn-add-wishlist:focus, .product.product5 .product-action .btn-add-wishlist:hover {
  color: #fff;
  border-radius: 0;
  border-color: #c2c2c2;
  background-color: #c2c2c2;
}

.product.product5:hover, .product.product5:focus {
  z-index: 120;
  padding: 15px 15px 20px;
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 40px;
  background-color: #f0f0f0;
  box-shadow: 0 0 10px rgba(31, 28, 22, 0.4);
}

@medi (min-width: 992px) {
  .product.product5:hover, .product.product5:focus {
    margin-bottom: 50px;
  }
}

.product.product5:hover .product-label, .product.product5:focus .product-label {
  visibility: hidden;
}

.product.product5:hover .product-countdown .countdown-section, .product.product5:focus .product-countdown .countdown-section {
  background-color: #f27a21;
  border: 1px solid #f27a21;
  box-shadow: none;
}

.product.product5:hover .product-countdown .countdown-amount,
.product.product5:hover .product-countdown .countdown-period, .product.product5:focus .product-countdown .countdown-amount,
.product.product5:focus .product-countdown .countdown-period {
  color: #fff;
}

/* Product 6 */
.product.product6 {
  padding: 25px 25px 34px;
  text-align: center;
  margin-bottom: 58px;
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

.product.product6 .product-top {
  margin-bottom: 30px;
}

.product.product6 .product-top figure {
  border: none;
}

.product.product6 .product-label {
  border-radius: 6px 0 6px 6px;
  right: 25px;
  top: 25px;
}

.product.product6 .product-title {
  font-size: 15px;
  line-height: 1.33;
  max-width: 280px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.product.product6 .product-title a {
  color: #777777;
}

.product.product6 .product-title a:hover, .product.product6 .product-title a:focus {
  color: #f27a21;
}

.product.product6 .product-price-container {
  color: #c2c2c2;
  margin-bottom: 13px;
  font-family: "Hind", sans-serif;
}

.product.product6 .product-price-container .product-old-price,
.product.product6 .product-price-container .product-price {
  font-size: 17px;
  font-weight: 500;
}

.product.product6 .product-price-container .product-price {
  color: #666666;
}

.product.product6 .product-action {
  width: 170px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -85px;
  bottom: 30px;
  display: none;
}

.product.product6 .btn-add-cart,
.product.product6 .btn-add-wishlist,
.product.product6 .btn-add-compare {
  display: inline-block;
  vertical-align: middle;
  border: 3px solid #51cdeb;
  background-color: #51cdeb;
  min-width: 50px;
  text-align: center;
  white-space: normal;
  font: 600 0/1 "Hind", sans-serif;
  padding: 0;
  border-radius: 50%;
  line-height: 44px;
  color: #fff;
  margin-right: 10px;
  transition: all 0.4s;
  text-transform: uppercase;
}

.product.product6 .btn-add-cart:last-child,
.product.product6 .btn-add-wishlist:last-child,
.product.product6 .btn-add-compare:last-child {
  margin-right: 0;
}

.product.product6 .btn-add-cart i,
.product.product6 .btn-add-wishlist i,
.product.product6 .btn-add-compare i {
  display: inline-block;
  width: 22px;
  height: 17px;
  vertical-align: middle;
}

.product.product6 .btn-add-cart i.icon-cart2,
.product.product6 .btn-add-wishlist i.icon-cart2,
.product.product6 .btn-add-compare i.icon-cart2 {
  background-position: 0px -1100px;
}

.product.product6 .btn-add-cart i.icon-compare2,
.product.product6 .btn-add-wishlist i.icon-compare2,
.product.product6 .btn-add-compare i.icon-compare2 {
  background-position: 0px -862px;
}

.product.product6 .btn-add-cart i.icon-wishlist2,
.product.product6 .btn-add-wishlist i.icon-wishlist2,
.product.product6 .btn-add-compare i.icon-wishlist2 {
  background-position: 0px -913px;
}

.product.product6 .btn-add-cart:hover, .product.product6 .btn-add-cart:focus,
.product.product6 .btn-add-wishlist:hover,
.product.product6 .btn-add-wishlist:focus,
.product.product6 .btn-add-compare:hover,
.product.product6 .btn-add-compare:focus {
  border-color: #6ed1ff;
  background-color: #6ed1ff;
}

.product.product6 .product-colors {
  margin-top: 0;
  margin-bottom: 18px;
}

.product.product6 .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.product.product6 .product-colors span:last-child {
  margin-right: 0;
}

.product.product6 .btn-quickview {
  right: auto;
  left: 0;
  top: 0;
}

.product.product6 .btn-quickview:hover, .product.product6 .btn-quickview:focus {
  background-color: #51cdeb;
  border-color: #51cdeb;
}

.product.product6:hover, .product.product6:focus {
  z-index: 500;
  padding-bottom: 92px;
  margin-bottom: 0;
  box-shadow: 0 0 10px rgba(31, 28, 22, 0.2);
}

.product.product6:hover .product-action, .product.product6:focus .product-action {
  display: block;
}

.product-inside-slider .swiper-button-prev,
.product-inside-slider .swiper-button-next {
  width: 30px;
  height: 29px;
  position: absolute;
  top: 50%;
  margin-top: -14.5px;
  opacity: 0;
  visibility: 1;
  border: 2px solid #b2b2b2;
  background-color: transparent;
}

.product:hover .product-inside-slider .swiper-button-prev,
.product:focus .product-inside-slider .swiper-button-prev, .product:hover
.product-inside-slider .swiper-button-next,
.product:focus
.product-inside-slider .swiper-button-next {
  opacity: 1;
  visibility: visible;
}

.product-inside-slider .swiper-button-prev:hover, .product-inside-slider .swiper-button-prev:focus,
.product-inside-slider .swiper-button-next:hover,
.product-inside-slider .swiper-button-next:focus {
  background-color: #51cdeb;
  border-color: #51cdeb;
}

.product-inside-slider .swiper-button-prev {
  left: 0;
  background-position: 0px -3112px;
}

.product-inside-slider .swiper-button-prev:hover, .product-inside-slider .swiper-button-prev:focus {
  background-position: 0px -3088px;
}

.product-inside-slider .swiper-button-next {
  right: 0;
  background-position: 0px -3064px;
}

.product-inside-slider .swiper-button-next:hover, .product-inside-slider .swiper-button-next:focus {
  background-position: 0px -3040px;
}

/* Product 7 */
.product.product7 {
  padding: 0;
  margin-bottom: 60px;
  background-color: #fff;
  border: 1px solid #eeeded;
  box-shadow: 0 1px 1px rgba(31, 28, 22, 0.07);
  border-radius: 6px;
}

@medi (min-width: 992px) {
  .product.product7 {
    margin-bottom: 70px;
  }
}

.product.product7 .product-top {
  margin: -1px -1px 0;
}

.product.product7 .product-top figure {
  border: none;
}

.product.product7 .product-top figure img {
  border-radius: 6px 6px 0 0;
}

.product.product7 .product-content-wrapper {
  padding: 15px 20px 20px;
}

@media (min-width: 1600px) {
  .product.product7 .product-content-wrapper {
    padding: 20px 30px 30px;
  }
}

.product.product7 .product-content-wrapper p {
  font-size: 15px;
  line-height: 1.45;
  color: #888888;
  margin-bottom: 24px;
}

.product.product7 .product-label {
  right: 15px;
  border-radius: 6px 6px 6px 0;
  top: 15px;
  padding: 9.5px 10px 5.5px;
  color: #f27a21;
  border: 2px solid #f27a21;
  background-color: transparent;
}

.product.product7 .product-label.discount {
  background-color: transparent;
  border-color: #ed4e24;
  color: #ed4e24;
}

.product.product7 .product-label.discount.yellow {
  color: #ffc000;
  border-color: #ffc000;
  background-color: transparent;
}

.product.product7 .product-label.outofstock {
  padding: 5px 6.5px 3px;
  color: #555555;
  border-color: #555555;
  background-color: transparent;
}

.product.product7 .product-brand {
  font-size: 14px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 14px;
}

.product.product7 .product-brand a {
  color: #acacac;
}

.product.product7 .product-brand a:hover, .product.product7 .product-brand a:focus {
  color: #f27a21;
}

.product.product7 .product-title {
  margin-bottom: 11px;
  max-width: 280px;
}

.product.product7 .product-colors {
  margin-top: 0;
  margin-bottom: 15px;
}

.product.product7 .product-colors span {
  border-radius: 50%;
  width: 14px;
  height: 14px;
  border: 1px solid #666666;
  margin-right: 7px;
}

.product.product7 .product-colors span:last-child {
  margin-right: 0;
}

.product.product7 .product-price-container {
  margin-bottom: 12px;
  font-family: "Fira Sans", Arial, sans-serif;
  font-weight: 500;
  color: #d1d1d1;
}

.product.product7 .product-price-container .product-old-price {
  font-size: 15px;
  font-weight: 400;
}

.product.product7 .product-price-container .product-price {
  font-size: 17px;
  font-weight: 500;
}

.product.product7 .product-countdown {
  margin-bottom: 0;
}

.product.product7 .product-countdown .countdown-section {
  background-color: #51cdeb;
  border-color: #51cdeb;
  box-shadow: none;
}

.product.product7 .product-countdown .countdown-section .countdown-amount,
.product.product7 .product-countdown .countdown-section .countdown-period {
  color: #fff;
}

.product.product7 .product-countdown.countdown-sep .countdown-section:after {
  color: #51cdeb;
}

.product.product7 .product-action-wrapper {
  position: relative;
}

.product.product7 .product-action-wrapper .single-rating {
  float: right;
  margin-top: 5px;
}

.product.product7 .single-rating {
  font: 400 0/1.5 "Fira Sans", Arial, sans-serif;
  color: #777;
}

.product.product7 .single-rating .icon,
.product.product7 .single-rating span {
  vertical-align: middle;
}

.product.product7 .single-rating > span {
  font-size: 15px;
}

.product.product7 .icon-star {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: 0px -830px;
  margin-right: 8px;
}

.product.product7 .product-action {
  margin-top: 20px;
}

.product.product7 .product-action .btn-add-cart {
  color: #777777;
  background-color: transparent;
  border-color: #777777;
  text-align: center;
  padding: 10.5px 12px 8.5px;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .product.product7 .product-action .btn-add-cart {
    min-width: 126px;
  }
}

.product.product7 .product-action .btn-add-cart > span {
  font-size: 12px;
}

.product.product7 .product-action .btn-add-cart:hover, .product.product7 .product-action .btn-add-cart:focus {
  color: #f27a21;
  background-color: transparent;
  border-color: #f27a21;
}

.product.product7 .product-action .btn-product-like,
.product.product7 .product-action .btn-product-compare {
  width: 35px;
  height: 35px;
  margin-right: 5px;
  border: 2px solid #d2d2d2;
}

.product.product7 .product-action .btn-product-like:last-child,
.product.product7 .product-action .btn-product-compare:last-child {
  margin-right: 0;
}

.product.product7 .product-action .btn-product-like:hover, .product.product7 .product-action .btn-product-like:focus,
.product.product7 .product-action .btn-product-compare:hover,
.product.product7 .product-action .btn-product-compare:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.product.product7 .product-action .btn-product-like {
  background-position: 0px -3545px;
}

.product.product7 .product-action .btn-product-like:hover, .product.product7 .product-action .btn-product-like:focus {
  background-position: 0px -3514px;
}

.product.product7 .product-action .btn-product-compare {
  background-position: 0px -3483px;
}

.product.product7 .product-action .btn-product-compare:hover, .product.product7 .product-action .btn-product-compare:focus {
  background-position: 0px -3452px;
}

.product.product7:hover, .product.product7:focus {
  box-shadow: 0 1px 5px rgba(31, 28, 22, 0.1);
}

.product.product7:hover .single-rating, .product.product7:focus .single-rating {
  visibility: hidden;
}

.product.product-sm {
  padding: 0 20px 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #eeeeee;
}

.swiper-slide .product.product-sm:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.product.product-sm figure {
  position: relative;
  float: left;
  max-width: 90px;
  border: 1px solid #eae9e9;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .product.product-sm figure {
    max-width: 100px;
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .product.product-sm figure {
    max-width: 120px;
    margin-right: 23px;
  }
}

.product.product-sm figure a {
  display: block;
}

.product.product-sm figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product.product-sm .product-meta {
  max-width: 340px;
  padding-left: 110px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .product.product-sm .product-meta {
    padding-left: 120px;
  }
}

@media (min-width: 1440px) {
  .product.product-sm .product-meta {
    padding-left: 143px;
  }
}

.product.product-sm .product-label {
  right: 5px;
  top: 5px;
  font-size: 12px;
  z-index: 99;
  padding: 6px 7px 4px;
  min-width: 46px;
}

.product.product-sm .product-label.outofstock {
  font-size: 10px;
  padding: 4px 4px 2px 5px;
}

.product.product-sm .product-label.outofstock > span {
  display: block;
}

.product.product-sm .product-title {
  font-weight: 600;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 9px;
  text-transform: uppercase;
  max-width: 188px;
}

.product.product-sm .product-price-container {
  font-family: Arial, sans-serif;
}

.product.product-sm .product-price-container .product-price,
.product.product-sm .product-price-container .product-old-price {
  font-size: 15px;
}

.product.product-sm .product-price-container .product-price + .product-old-price {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}

.product.product-sm .product-price-container .product-old-price {
  display: block;
  color: #cbcbcb;
}

.product.product-sm .product-price-container .product-old-price + .product-price {
  display: block;
  margin-top: 5px;
  margin-left: 0;
}

/* Product List */
.product.product-list {
  padding: 20px 0 40px;
  margin-bottom: 0;
  border: none;
  border-bottom: 1px solid #e9e9e9;
}

@media (min-width: 992px) {
  .product.product-list {
    padding: 20px 20px 40px;
  }
}

@media (min-width: 1600px) {
  .product.product-list {
    padding: 40px 40px 60px;
  }
}

.product.product-list:first-child {
  border-top: 1px solid #e9e9e9;
}

.product.product-list:after {
  content: '';
  display: table;
  clear: both;
}

.product.product-list .product-top {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .product.product-list .product-top {
    float: left;
    width: 27%;
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) {
  .product.product-list .product-top {
    width: 18%;
  }
}

@media (min-width: 992px) {
  .col-md-9 .product.product-list .product-top {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 .product.product-list .product-top {
    width: 22%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .product.product-list .product-top {
    width: 25%;
  }
}

.product.product-list .product-top figure {
  border: none;
}

.product.product-list .product-countdown {
  bottom: 12px;
}

.product.product-list .product-countdown .countdown-show4 .countdown-section {
  width: calc(25% - 5px);
}

.product.product-list .product-countdown .countdown-section {
  margin: 0 2.5px;
}

@media (min-width: 768px) and (max-width: 1439px) {
  .product.product-list .product-countdown .countdown-amount {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 1439px) {
  .product.product-list .product-countdown .countdown-period {
    font-size: 8px;
  }
}

.product.product-list .product-content {
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .product.product-list .product-content {
    float: left;
    width: 50%;
    padding: 15px 50px 0 20px;
  }
}

@media (min-width: 992px) {
  .product.product-list .product-content {
    width: 52%;
  }
}

@media (min-width: 1200px) {
  .product.product-list .product-content {
    width: 67%;
    padding: 25px 80px 0 40px;
  }
}

@media (min-width: 1600px) {
  .product.product-list .product-content {
    padding: 30px 110px 0 45px;
  }
}

@media (min-width: 768px) {
  .col-md-9 .product.product-list .product-content {
    padding: 5px 20px 0 20px;
  }
}

@media (min-width: 992px) {
  .col-md-9 .product.product-list .product-content {
    width: 48%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 .product.product-list .product-content {
    width: 61%;
    padding: 8px 39px 0 39px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .product.product-list .product-content {
    width: 52%;
  }
}

@media (max-width: 1599px) {
  .col-md-9 .product.product-list .product-content p {
    margin-bottom: 0;
  }
}

@media (max-width: 1199px) {
  .col-md-9 .product.product-list .product-content p {
    font-size: 14px;
  }
}

@media (max-width: 1599px) {
  .col-md-9 .product.product-list .product-content p:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .product.product-list .product-content p {
    font-size: 14px;
  }
}

@media (max-width: 1199px) {
  .product.product-list .product-content p {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .product.product-list .product-content p {
    display: none;
  }
}

.product.product-list .product-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 1199px) {
  .product.product-list .product-content p:last-child {
    display: none;
  }
}

@media (min-width: 768px) {
  .product.product-list .product-meta-container {
    float: left;
    width: 23%;
    text-align: right;
    border-left: 1px solid #e9e9e9;
    padding: 8px 0;
    margin-top: 13px;
  }
}

@media (min-width: 992px) {
  .product.product-list .product-meta-container {
    width: 21%;
    margin-top: 19px;
  }
}

@media (min-width: 1200px) {
  .product.product-list .product-meta-container {
    width: 15%;
    padding: 13px 0;
  }
}

@media (min-width: 992px) {
  .col-md-9 .product.product-list .product-meta-container {
    width: 26%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 .product.product-list .product-meta-container {
    width: 17%;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .col-md-9 .product.product-list .product-meta-container {
    width: 23%;
  }
}

.product.product-list .ratings-container {
  margin-bottom: 12px;
}

.product.product-list .product-brand {
  margin-bottom: 10px;
}

@media (min-width: 1600px) {
  .product.product-list .product-brand {
    font-size: 16px;
  }
}

.product.product-list .btn-quickview {
  right: auto;
  left: 16px;
}

@media (min-width: 1200px) {
  .product.product-list .product-title {
    font-size: 18px;
  }
}

@media (min-width: 1600px) {
  .product.product-list .product-title {
    font-size: 24px;
  }
}

.product.product-list .product-price-container {
  color: #cbcbcb;
  margin-bottom: 12px;
}

@media (min-width: 1600px) {
  .product.product-list .product-price-container .product-old-price,
  .product.product-list .product-price-container .product-price {
    font-size: 19px;
  }
}

.product.product-list .product-colors {
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .product.product-list .product-colors {
    margin-bottom: 30px;
  }
}

.product.product-list .product-action {
  width: auto;
  margin-right: 0;
}

.product.product-list .product-action .btn-add-cart {
  margin-right: 0;
}

@media (min-width: 1600px) {
  .product.product-list .product-action .btn-add-cart {
    min-width: 170px;
  }
}

.product.product-list .product-action .btn-product-compare,
.product.product-list .product-action .btn-product-like,
.product.product-list .product-action .btn-product-wishlist {
  display: inline-block;
}

.product.product-list .add-btn-wrapper {
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 380px) and (max-width: 767px) {
  .product.product-list .add-btn-wrapper {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 379px) {
  .product.product-list .add-btn-wrapper {
    margin-bottom: 13px;
  }
}

.product.product-list.boxed {
  background-color: #fbfbfb;
  border: 1px solid #e9e9e9;
  border-radius: 20px;
  margin-bottom: 40px;
  padding: 20px;
}

@media (min-width: 1200px) {
  .product.product-list.boxed {
    padding: 30px;
  }
}

@media (min-width: 1600px) {
  .product.product-list.boxed {
    padding: 40px;
  }
}

.product.product-list.boxed .product-top figure {
  border: 1px solid #e9e9e9;
}

.product.product-list.boxed .add-btn-wrapper {
  display: block;
  margin-bottom: 18px;
}

@media (min-width: 420px) and (max-width: 767px) {
  .product.product-list.boxed .add-btn-wrapper {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
  }
}

@media (max-width: 419px) {
  .product.product-list.boxed .add-btn-wrapper {
    margin-bottom: 13px;
  }
}

/* Category(Shop) Pages */
.row.product-container-row {
  margin-left: -15px;
  margin-right: -15px;
}

.row.product-container-row .product-column {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
}

.products-tab .row.product-container-row .product-column {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .products-tab-container .row.product-container-row .product-column {
    margin-bottom: 80px;
  }
}

@media (min-width: 1200px) {
  .products-tab-container.smaller .row.product-container-row .product-column {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  .row.product-container-row .product-column {
    float: left;
  }
}

.row.product-container-row .product-column .product {
  margin-bottom: 0;
}

.row.product-container-row .product-column .product:hover, .row.product-container-row .product-column .product:focus {
  margin-bottom: 0;
}

.products-container {
  margin-bottom: 20px;
  padding: 0 !important;
}

.product-column {
  width: 100%;
}

@media (min-width: 768px) {
  .max-col-5 .product-column,
  .max-col-4 .product-column,
  .max-col-3 .product-column,
  .max-col-2 .product-column {
    width: 50%;
  }
}

@media (min-width: 992px) {
  .max-col-4 .product-column,
  .max-col-3 .product-column {
    width: 33.3%;
  }
  .max-col-4 .product-column.wide,
  .max-col-3 .product-column.wide {
    width: 66.6%;
  }

  .max-col-6 .product-column {
    width: 16.5%;
  }
}

@media (min-width: 992px) {
  .col-md-9 .max-col-4 .product-column, 
  .col-md-9 .max-col-6 .product-column, 
  .col-md-9 .max-col-3 .product-column {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 .max-col-6 .product-column{
    width: 16.5%;
  }
  .col-md-9 .max-col-4 .product-column, 
  .col-md-9 .max-col-3 .product-column {
    width: 33.3%;
  }
  .col-md-9 .max-col-4 .product-column.wide, .col-md-9
  .max-col-3 .product-column.wide {
    width: 66.6%;
  }
}

@media (min-width: 992px) {
  .max-col-5 .product-column {
    width: 33.3%;
  }
  .max-col-6 .product-column {
    width: 16.5%;
  }
  .max-col-5 .product-column.wide {
    width: 66.6%;
  }
}

@media (min-width: 1200px) {
  .max-col-4 .product-column {
    width: 25%;
  }
  .max-col-4 .product-column.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .col-md-9 .max-col-4 .product-column {
    width: 33.3%;
  }
  .col-md-9 .max-col-4 .product-column.wide {
    width: 66.6%;
  }
}

@media (min-width: 1600px) {
  .col-md-9 .max-col-4 .product-column {
    width: 25%;
  }
  .col-md-9 .max-col-4 .product-column.wide {
    width: 50%;
  }
}

@media (min-width: 1200px) {
  .max-col-5 .product-column {
    width: 25%;
  }
  .max-col-5 .product-column.wide {
    width: 50%;
  }
}

@media (min-width: 1600px) {
  .max-col-5 .product-column {
    width: 20%;
  }
  .max-col-5 .product-column.wide {
    width: 40%;
  }
}

/* Top Banner + Slider */
.banners-slider.swiper-container {
  margin-bottom: 65px;
}

.banner.top-banner {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .banner.top-banner {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .banner.top-banner img {
    height: 100%;
    width: auto;
  }
}

.banner.top-banner .banner-content {
  max-width: 700px;
  padding-top: 0;
}

.banner.top-banner .banner-content.left {
  left: 30px;
  right: auto;
}

@media (min-width: 768px) {
  .banner.top-banner .banner-content.left {
    left: 60px;
  }
}

@media (min-width: 992px) {
  .banner.top-banner .banner-content.left {
    left: 100px;
  }
}

@media (min-width: 1200px) {
  .banner.top-banner .banner-content.left {
    left: 120px;
  }
}

@media (min-width: 1600px) {
  .banner.top-banner .banner-content.left {
    left: 180px;
  }
}

.banner.top-banner .banner-content.right {
  left: auto;
  right: 30px;
}

@media (min-width: 768px) {
  .banner.top-banner .banner-content.right {
    right: 60px;
  }
}

@media (min-width: 992px) {
  .banner.top-banner .banner-content.right {
    right: 100px;
  }
}

@media (min-width: 1200px) {
  .banner.top-banner .banner-content.right {
    right: 120px;
  }
}

@media (min-width: 1600px) {
  .banner.top-banner .banner-content.right {
    right: 180px;
  }
}

.banner.top-banner .banner-content.left, .banner.top-banner .banner-content.right {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .banner.top-banner .btn {
    min-width: 156px;
  }
}

.banner.top-banner h4 {
  font-size: 16px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  .banner.top-banner h4 {
    font-size: 17px;
    margin-bottom: 16px;
  }
}

@media (min-width: 992px) {
  .banner.top-banner h4 {
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .banner.top-banner h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

@media (max-width: 479px) {
  .banner.top-banner h4 {
    display: none;
  }
}

.banner.top-banner h3 {
  color: #3e3e3e;
  font-size: 26px;
  margin-bottom: 8px;
}

@media (min-width: 480px) {
  .banner.top-banner h3 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .banner.top-banner h3 {
    font-size: 46px;
    margin-bottom: 12px;
  }
}

@media (min-width: 992px) {
  .banner.top-banner h3 {
    font-size: 44px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .banner.top-banner h3 {
    font-size: 64px;
  }
}

@media (min-width: 1600px) {
  .banner.top-banner h3 {
    font-size: 80px;
    margin-bottom: 20px;
  }
}

.banner.top-banner p {
  font-size: 15px;
  line-height: 1.35;
  color: #444444;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .banner.top-banner p {
    font-size: 16px;
    margin-bottom: 23px;
  }
}

@media (min-width: 1600px) {
  .banner.top-banner p {
    font-size: 17px;
    margin-bottom: 33px;
  }
}

@media (max-width: 991px) {
  .banner.top-banner p {
    display: none;
  }
}

.top-filter-container {
  margin-bottom: 50px;
}

.top-filter-container .btn.btn-border {
  font-size: 14px;
  padding: 12.5px 20px 8.5px;
  min-width: 130px;
}

.top-filter-container .filter-left {
  position: relative;
  float: left;
}

.top-filter-container .filter-left .btn + .page-sort-filter {
  margin-left: 80px;
}

@media (max-width: 1439px) {
  .top-filter-container .filter-left .btn + .page-sort-filter {
    margin-left: 60x;
  }
}

@media (max-width: 767px) {
  .top-filter-container .filter-left .btn + .page-sort-filter {
    margin-left: 35px;
  }
}

@media (max-width: 1199px) {
  .top-filter-container .filter-left {
    float: none;
    margin-bottom: 15px;
  }
}

.top-filter-container .right-right {
  float: right;
}

@media (max-width: 1199px) {
  .top-filter-container .right-right {
    float: none;
  }
}

.top-filter-container .page-view-filter {
  display: block;
}

@media (max-width: 1200px) {
  .top-filter-container .page-view-filter {
    float: left;
  }
}

@media (max-width: 600px) {
  .top-filter-container .page-view-filter {
    float: none;
  }
}

.top-filter-container .layout-btns-container {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

@media (max-width: 600px) {
  .top-filter-container .layout-btns-container {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.top-filter-container .layout-btns-container .layout-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 0;
  transition: all 0.4s;
}

.top-filter-container .layout-btns-container .layout-btn + .layout-btn {
  margin-left: 15px;
}

.top-filter-container .layout-btns-container .layout-btn.btn-grid {
  background-position: 0px -5753px;
}

.top-filter-container .layout-btns-container .layout-btn.btn-grid.active {
  background-position: 0px -5839px;
}

.top-filter-container .layout-btns-container .layout-btn.btn-list {
  background-position: 0px -5495px;
}

.top-filter-container .layout-btns-container .layout-btn.btn-list.active {
  background-position: 0px -5796px;
}

.top-filter-container .layout-btns-container .layout-btn:hover, .top-filter-container .layout-btns-container .layout-btn:focus {
  border-color: #51cdeb;
  border-radius: 4px !important;
}

.top-filter-container .page-sort-filter {
  display: inline-block;
  vertical-align: middle;
  margin-right: 107px;
}

@media (max-width: 1439px) {
  .top-filter-container .page-sort-filter {
    margin-right: 60px;
  }
}

@media (max-width: 767px) {
  .top-filter-container .page-sort-filter {
    margin-right: 47px;
  }
}

@media (max-width: 600px) {
  .top-filter-container .page-sort-filter {
    display: block;
    margin-top: 15px;
    margin-left: 0 !important;
    max-width: 320px;
    margin-right: 0;
  }
}

.top-filter-container .page-sort-filter select.form-control {
  font-size: 16px;
  height: auto;
  padding: 12px 40px 9px 20px;
  background-position: calc(100% - 19px) center;
  margin: 0;
}

@media (min-width: 768px) {
  .top-filter-container .page-sort-filter select.form-control {
    min-width: 140px;
  }
}

@media (min-width: 992px) {
  .top-filter-container .page-sort-filter select.form-control {
    min-width: 220px;
  }
}

@media (min-width: 1600px) {
  .top-filter-container .page-sort-filter select.form-control {
    min-width: 280px;
  }
}

@media (max-width: 600px) {
  .top-filter-container .page-view-filter {
    display: block;
    max-width: 320px;
    margin-top: 15px;
  }
}

.top-filter-container .pagination-container {
  margin-bottom: 0;
}

.top-filter-container .pagination-container .pagination {
  float: right;
}

@media (max-width: 600px) {
  .top-filter-container .pagination-container .pagination {
    float: none;
  }
}

@media (max-width: 1699px) {
  .col-md-9 .top-filter-container .filter-left {
    float: none;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-9 .top-filter-container .filter-left .btn + .page-sort-filter {
    margin-left: 40px;
  }
}

@media (max-width: 1699px) {
  .col-md-9 .top-filter-container .right-right {
    float: none;
  }
}

@media (max-width: 1699px) {
  .col-md-9 .top-filter-container .layout-btns-container {
    float: right;
  }
}

@media (max-width: 600px) {
  .col-md-9 .top-filter-container .layout-btns-container {
    display: block;
    float: none;
  }
}

@media (max-width: 1699px) {
  .col-md-9 .top-filter-container .page-view-filter {
    float: left;
  }
}

@media (max-width: 600px) {
  .col-md-9 .top-filter-container .page-view-filter {
    float: none;
  }
}

/* Sidebar */
.sidebar .widget.filter-box-widget {
  margin-bottom: 50px;
}

@media (min-width: 1200px) {
  .sidebar .widget.filter-box-widget {
    margin-bottom: 60px;
  }
}

.filter-color-container,
.filter-size-container {
  font-size: 0;
}

.filter-color-container .row,
.filter-size-container .row {
  margin-left: -6px;
  margin-right: -6px;
}

@media (min-width: 1600px) {
  .filter-color-container .row,
  .filter-size-container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.filter-color-box,
.filter-size-box {
  display: inline-block;
  width: 39px;
  height: 39px;
  margin: 0 6px 12px;
  transition: all 0.5s;
  border-radius: 5px;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 0 0 4px #fbfaf4;
}

@media (min-width: 1600px) {
  .filter-color-box,
  .filter-size-box {
    width: 50px;
    height: 50px;
    margin: 0 8px 16px;
  }
}

.filter-color-box:hover, .filter-color-box:focus, .filter-color-box.active,
.filter-size-box:hover,
.filter-size-box:focus,
.filter-size-box.active {
  border-color: #f27a21;
}

.filter-size-box {
  color: #777777;
  background-color: transparent;
  text-align: center;
  text-transform: uppercase;
  font: 400 16px/30px "Hind", sans-serif;
  padding-top: 5px;
}

@media (min-width: 1600px) {
  .filter-size-box {
    font-size: 18px;
    padding-top: 11px;
  }
}

.filter-size-box.active, .filter-size-box:hover, .filter-size-box:focus {
  box-shadow: none;
  color: #f27a21;
}

.sidebar .filter-group-widget .panel-body {
  padding: 35px 0 30px;
}

.filter-brand-list {
  margin-top: -10px;
}

.filter-brand-list a {
  color: #323232;
  display: block;
  font-size: 13px;
  line-height: 22px;
  color: #7e7e7e;
  padding: 2px 0;
}

.filter-brand-list a:hover, .filter-brand-list a:focus {
  color: #f27a21;
}

.filter-brand-list a i {
  margin-right: 8px;
}

.filter-brand-list a span {
  float: right;
}

#filter-range-details.row {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  #filter-range-details.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 320px) {
  #filter-range-details.row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

#filter-range-details.row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  #filter-range-details.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 320px) {
  #filter-range-details.row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.filter-price-container {
  position: relative;
}

.filter-price-container .price-label {
  position: absolute;
  left: 20px;
  top: 0;
  padding-top: 1px;
  font: 400 16px/45px "Hind", sans-serif;
  color: #888888;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transition: all 0.4s ease;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .filter-price-container .price-label {
    font-size: 14px;
    left: 10px;
  }
}

@media (max-width: 320px) {
  .filter-price-container .price-label {
    font-size: 14px;
    left: 10px;
  }
}

.filter-price-container .price-label:hover {
  opacity: 0;
  visibility: hidden;
}

.filter-price-container .price-label #low-price-val,
.filter-price-container .price-label #high-price-val {
  color: #f27a21;
  font-weight: 500;
}

.filter-price-container .form-control {
  margin-bottom: 38px;
  font-size: 15px;
  height: 45px;
  padding: 12.5px 20px 9.5px;
  border-radius: 4px;
}

@media (min-width: 992px) and (max-width: 1399px) {
  .filter-price-container .form-control {
    font-size: 14px;
    padding: 13px 10px 10px;
  }
}

@media (max-width: 320px) {
  .filter-price-container .form-control {
    font-size: 14px;
    padding: 13px 10px 10px;
  }
}

.filter-price-container .form-control:focus + .price-label, .filter-price-container .form-control:hover + .price-label {
  opacity: 0;
  visibility: hidden;
}

#price-slider {
  margin: 0 0 40px;
}

.filter-price-action .btn {
  font-size: 16px;
  min-width: 111px;
  border-radius: 28px;
  border-width: 2px;
  color: #777777;
  border-color: #c2c2c2;
  background-color: transparent;
  padding: 11.5px 15px 8.5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .filter-price-action .btn {
    min-width: 70px;
    font-size: 15px;
  }
}

@media (min-width: 1200) and (max-width: 1365px) {
  .filter-price-action .btn {
    min-width: 82px;
  }
}

.filter-price-action .btn + .btn {
  margin-left: 20px;
}

@media (min-width: 992px) and (max-width: 1365px) {
  .filter-price-action .btn + .btn {
    margin-left: 8px;
  }
}

.filter-price-action .btn:hover, .filter-price-action .btn:focus {
  border-radius: 0;
  background-color: transparent;
  color: #777777;
}

/* noUiSlider Styles */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: -1px;
  left: 0;
  bottom: 0;
  height: 5px;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
  /* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  transition: left 0.3s, top 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
* Browsers can paint handles in their own layer. */
.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Slider size and handle placement */
.noUi-horizontal {
  height: 5px;
}

.noUi-horizontal .noUi-handle {
  width: 12px;
  height: 12px;
  left: -6px;
  top: -6px;
}

/* Styling */
.noUi-background {
  background: #e0e0e0;
}

.noUi-connect {
  background: #ed4e24;
  transition: all 0.4s;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 0;
  border: 1px solid #e0e0e0;
}

/* Handles and cursors;
 */
.noUi-dragable {
  cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
  cursor: n-resize;
}

.noUi-handle {
  border-radius: 0;
  background: #ed4e24;
  cursor: default;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
}

.noUi-handle:after {
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ed4e24 transparent transparent transparent;
}

.noUi-handle > div {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  font-size: 12px;
  color: #5a5a5a;
}

/* Category-list */
.products-list-container {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .products-list-container {
    margin-bottom: 70px;
  }
}

.products-list-container.boxed {
  margin-bottom: 20px;
}

/* ----------- 10.Product - Single Product
--------------------------------------*/
.product-single {
  margin-bottom: 50px;
}

@media (min-width: 768px) {
  .product-single .col-sm-7 {
    width: 55.3%;
  }
}

@media (min-width: 768px) {
  .product-single .col-sm-5 {
    width: 44.7%;
  }
}

.product-gallery-container img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #e9e9e9;
}

@media (max-width: 767px) {
  .product-gallery-container {
    margin-bottom: 40px;
  }
}

.product-gallery-container .social-icons .social-icon {
  margin: 0 3px 6px;
}

@media (min-width: 992px) {
  .product-gallery-container .social-icons .social-icon {
    margin: 0 5px 10px;
  }
}

.product-zoom-wrapper {
  margin-bottom: 14px;
  position: relative;
}

@media (min-width: 1200px) {
  .product-zoom-wrapper {
    margin-bottom: 22px;
  }
}

.product-zoom-wrapper .btn-quickview.zoom-icon {
  position: absolute;
  visibility: visible;
  top: auto;
  right: auto;
  bottom: 19px;
  left: 19px;
}

@media (max-width: 480px) {
  .product-zoom-wrapper .btn-quickview.zoom-icon {
    display: none;
  }
}

.product-zoom-wrapper .product-label {
  right: 19px;
  top: 19px;
}

.zoomWindowContainer > div {
  z-index: 700 !important;
}

.product-gallery-carousel.swiper-container {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .product-gallery-carousel.swiper-container {
    margin-bottom: 30px;
  }
}

.product-gallery-carousel a {
  display: block;
}

.product-gallery-carousel.vertical-center-nav .swiper-button-prev {
  left: 20px;
}

.product-gallery-carousel.vertical-center-nav .swiper-button-next {
  right: 20px;
}

@media (max-width: 767px) {
  .product-gallery-carousel.vertical-center-nav .swiper-button-prev,
  .product-gallery-carousel.vertical-center-nav .swiper-button-next {
    display: none;
  }
}

.product-details .product-brand {
  font-size: 15px;
  margin-bottom: 14px;
}

@media (min-width: 1600px) {
  .product-details .product-brand {
    font-size: 16px;
  }
}

.product-details .product-title {
  color: #555;
  font-size: 24px;
  line-height: 1;
  max-width: 460px;
}

@media (min-width: 1600px) {
  .product-details .product-title {
    font-size: 28px;
  }
}

.product-details label {
  display: inline-block;
  font: 500 15px/1 "Hind", sans-serif;
  color: #666666;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .product-details label {
    font-size: 16px;
  }
}

.product-details .filter-size-container,
.product-details .filter-color-container {
  margin-bottom: 22px;
}

.product-details .filter-size-container label,
.product-details .filter-color-container label {
  display: block;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .product-details .filter-size-container label,
  .product-details .filter-color-container label {
    margin-bottom: 19px;
  }
}

.product-details .filter-size-container .row,
.product-details .filter-color-container .row {
  margin-left: -6px;
  margin-right: -6px;
}

@media (min-width: 1600px) {
  .product-details .filter-size-container .row,
  .product-details .filter-color-container .row {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.product-details .filter-size-container .filter-size-box,
.product-details .filter-size-container .filter-color-box,
.product-details .filter-color-container .filter-size-box,
.product-details .filter-color-container .filter-color-box {
  margin: 0 6px 6px;
  font-size: 16px;
  line-height: 35px;
  width: 42px;
  height: 42px;
}

@media (min-width: 1600px) {
  .product-details .filter-size-container .filter-size-box,
  .product-details .filter-size-container .filter-color-box,
  .product-details .filter-color-container .filter-size-box,
  .product-details .filter-color-container .filter-color-box {
    margin: 0 8px 8px;
    font-size: 18px;
    padding-top: 4px;
    line-height: 42px;
    width: 50px;
    height: 50px;
  }
}

.product-details .product-price-container label {
  margin-right: 9px;
}

.product-details .product-price-container .product-price,
.product-details .product-price-container .product-old-price {
  font-size: 19px;
  font-weight: 500;
  font-family: "Fira Sans", Arial, sans-serif;
}

@media (min-width: 1600px) {
  .product-details .product-price-container .product-price,
  .product-details .product-price-container .product-old-price {
    font-size: 22px;
  }
}

.product-ratings-wrapper {
  margin-bottom: 10px;
}

.product-ratings-wrapper .sep {
  margin: 0 9px;
}

.product-ratings-desc {
  display: inline-block;
  vertical-align: middle;
  color: #bbbbbb;
  font: 400 15px/1.3 "Hind", sans-serif;
  margin-left: 8px;
}

@media (min-width: 1600px) {
  .product-ratings-desc {
    font-size: 17px;
    margin-left: 10px;
  }
}

.product-ratings-desc a {
  color: #bbbbbb;
}

.product-ratings-desc a:hover, .product-ratings-desc a:focus {
  color: #f27a21;
}

.product-meta-list {
  margin-bottom: 20px;
}

.product-meta-list li {
  color: #999999;
  font: 400 15px/1.625 "Hind", sans-serif;
}

@media (min-width: 1600px) {
  .product-meta-list li {
    font-size: 16px;
  }
}

.product-details-list {
  margin-bottom: 32px;
}

.product-details-list li {
  font-size: 15px;
  line-height: 1.25;
  padding-left: 12px;
  position: relative;
  letter-spacing: 0.06em;
  margin-bottom: 9px;
}

@media (min-width: 1600px) {
  .product-details-list li {
    font-size: 16px;
  }
}

.product-details-list li:before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #888888;
  position: absolute;
  top: 7px;
  left: 0;
}

.product-details-box {
  /*padding: 20px;*/
  /*border: 1px solid #f27a21;*/
}

@media (min-width: 1600px) {
  .product-details-box {
    padding: 10px 0px;
  }
}

.product-details-box .product-countdown {
  max-width: 445px;
}

@media (min-width: 1600px) {
  .product-details-box .product-countdown .countdown-section {
    padding-top: 13px;
    padding-bottom: 13px;
  }
}

.product-details-box .product-countdown .countdown-amount {
  letter-spacing: 0.05em;
}

@media (min-width: 1600px) {
  .product-details-box .product-countdown .countdown-amount {
    font-size: 35px;
  }
}

.product-details-box .product-countdown .countdown-period {
  letter-spacing: 0.05em;
}

@media (min-width: 1600px) {
  .product-details-box .product-countdown .countdown-period {
    font-size: 11px;
  }
}

.product-details-box .product-action-wrapper {
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .product-details-box .product-action-wrapper {
    margin-bottom: 25px;
  }
}

.product-details-box .product-action {
  display: inline-block;
  vertical-align: middle;
}

.product-details-box .product-action .btn-product-wishlist,
.product-details-box .product-action .btn-product-like,
.product-details-box .product-action .btn-product-compare {
  display: inline-block;
}

.product-quantity {
  display: block;
  vertical-align: middle;
  width: 130px;
  margin-bottom: 20px;
}

@media (min-width: 1600px) {
  .product-quantity {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 27px;
  }
}

.product-quantity .form-control {
  height: auto;
  font-size: 17px;
  text-align: center;
  font-family: "Fira Sans", Arial, sans-serif;
  margin-bottom: 0;
  padding: 11.5px 10px 8.5px;
}

.widget .product-deals-slider .product {
  margin-bottom: 0;
}

/* Product2 */
.product-single.product-single-table {
  width: 100%;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-single.product-single-table {
    display: table;
    table-layout: fixed;
  }
}

.product-single-cell {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .product-single-cell {
    display: table-cell;
  }
}

.product-single-cell.cell-gallery-container {
  position: relative;
  padding-left: 70px;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .product-single-cell.cell-gallery-container {
    padding-left: 100px;
  }
}

@media (min-width: 768px) {
  .product-single-cell.cell-gallery-container {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .product-single-cell.cell-gallery-container {
    padding-right: 10px;
    padding-left: 100px;
  }
}

@media (min-width: 1200px) {
  .product-single-cell.cell-gallery-container {
    padding-right: 20px;
    padding-left: 110px;
  }
}

@media (min-width: 1600px) {
  .product-single-cell.cell-gallery-container {
    padding-right: 30px;
    padding-left: 120px;
  }
}

.product-single-cell.cell-gallery-container a {
  display: block;
}

.product-single-cell.cell-gallery-container img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 991px) {
  .product-single-cell.cell-details-container {
    display: block;
    width: 100%;
  }
  .product-single-cell.cell-details-container:before {
    content: '';
    display: block;
    clear: both;
  }
}

@media (min-width: 768px) {
  .product-single-cell.cell-details-container {
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .product-single-cell.cell-details-container {
    width: 50%;
    padding-left: 50px;
  }
}

@media (min-width: 1440px) {
  .product-single-cell.cell-details-container {
    padding-left: 80px;
  }
}

@media (min-width: 1600px) {
  .product-single-cell.cell-details-container {
    padding-left: 120px;
  }
}

/* Important for carousel to work vertical properly*/
.vertical-carousel-wrapper {
  position: absolute;
  top: 50%;
  left: 0;
  width: 110px;
  padding-right: 30px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  padding-right: 20px;
}

@media (min-width: 480px) {
  .vertical-carousel-wrapper {
    width: 100px;
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .vertical-carousel-wrapper {
    width: 90px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .vertical-carousel-wrapper {
    width: 100px;
    padding-right: 40px;
  }
}

@media (min-width: 1200px) {
  .vertical-carousel-wrapper {
    width: 110px;
  }
}

@media (min-width: 1600px) {
  .vertical-carousel-wrapper {
    width: 120px;
  }
}

.vertical-carousel-wrapper .vgallery-item a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media (min-width: 480px) {
  .vertical-carousel-wrapper .vgallery-item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (min-width: 1600px) {
  .vertical-carousel-wrapper .vgallery-item a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.vertical-carousel-wrapper .slick-current img {
  border: 2px solid #444444;
}

.vertical-carousel-wrapper img {
  border-radius: 50%;
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

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

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.product-details.smaller .product-brand {
  font-size: 15px;
  margin-bottom: 14px;
}

.product-details.smaller .product-brand a {
  color: #c0c0c0;
}

.product-details.smaller .product-brand a:hover, .product-details.smaller .product-brand a:focus {
  color: #f27a21;
}

@media (min-width: 1600px) {
  .product-details.smaller .product-brand {
    font-size: 16px;
  }
}

.product-details.smaller .product-title {
  font-weight: 500;
  line-height: 1.15;
  max-width: 360px;
}

@media (min-width: 1600px) {
  .product-details.smaller .product-title {
    font-size: 26px;
  }
}

.product-details.smaller .product-price-container {
  margin-bottom: 25px;
}

.product-details.smaller label {
  text-transform: capitalize;
  color: #999999;
  letter-spacing: 0;
  font-weight: 400;
}

.product-details.smaller .product-meta-list {
  margin-bottom: 27px;
}

.product-details.smaller .product-meta-list li {
  margin-bottom: 5px;
}

.product-details.smaller .filter-color-container .row {
  margin: 0 -5px;
}

.product-details.smaller .filter-color-container .filter-color-box.box-image {
  width: 65px;
  height: 65px;
  border: 1px solid #e0e0e0;
  margin: 0 5px 10px;
  border-radius: 0;
  box-shadow: none;
}

.product-details.smaller .filter-color-container .filter-color-box.box-image:hover, .product-details.smaller .filter-color-container .filter-color-box.box-image:focus {
  border-color: #f27a21;
}

.product-details.smaller .filter-color-container .filter-color-box.box-image img {
  display: block;
  max-width: 100%;
  height: auto;
}

.product-details.smaller .product-quantity {
  width: 100px;
  display: inline-block;
  margin: 0 20px 0 0;
}

@media (max-width: 480px) {
  .product-details.smaller .product-quantity {
    display: block;
    margin-bottom: 20px;
  }
}

.product-details.smaller .product-quantity .form-control {
  font-size: 20px;
  color: #777777;
  padding-top: 9px;
  padding-bottom: 7px;
}

.product-details.smaller .product-action {
  display: inline-block;
  vertical-align: middle;
}

.product-details.smaller .product-action .btn-product-wishlist,
.product-details.smaller .product-action .btn-product-like,
.product-details.smaller .product-action .btn-product-compare {
  display: inline-block;
}

.product-video-section {
  width: 100%;
  height: 380px;
}

@media (min-width: 768px) {
  .product-video-section {
    height: 480px;
  }
}

@media (min-width: 992px) {
  .product-video-section {
    height: 540px;
  }
}

@media (min-width: 1200px) {
  .product-video-section {
    height: 640px;
  }
}

@media (min-width: 1600px) {
  .product-video-section {
    height: 800px;
  }
}

.product-video-section .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -70px;
}

.product-video-section .video-btn.smaller {
  margin-left: -62.5px;
  margin-top: -62.5px;
}

.product-description-section {
  font-size: 16px;
  line-height: 1.65;
}

@media (min-width: 768px) {
  .product-description-section {
    font-size: 17px;
  }
}

.product-description-section p {
  margin-bottom: 20px;
}

.product-description-section p:last-child {
  margin-bottom: 0;
}

.product-description-section ul {
  list-style: disc;
  padding-left: 16px;
}

.product-description-section ul li {
  margin-bottom: 7px;
}

.product-details-section h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #686868;
  font-weight: 500;
}

.product-details-section .table-responsive,
.product-details-section .table-bordered {
  border-color: #e5e5e5;
}

.product-details-section .table.details-table tbody > tr {
  border-color: #e5e5e5;
}

.product-details-section .table.details-table tbody > tr > td {
  text-align: left;
  color: #777777;
  font: 400 16px/1.5 "Fira Sans", Arial, sans-serif;
  padding: 8px 40px;
}

.product-details-section .table.details-table tbody > tr > td:first-child {
  padding-left: 18px;
  padding-right: 18px;
  border-color: #e5e5e5;
  background-color: #f8f8f8;
}

@media (min-width: 1200px) {
  .product-details-section .table.details-table tbody > tr > td:first-child {
    width: 280px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .col-lg-9 .product-details-section .table.details-table tbody > tr > td:first-child,
  .col-md-9 .product-details-section .table.details-table tbody > tr > td:first-child {
    width: auto;
  }
}

.product-comments-section h3 {
  font-size: 20px;
  font-weight: 700;
  color: #585858;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .product-comments-section h3 {
    margin-bottom: 35px;
  }
}

.product-comments-section textarea.form-control {
  min-height: 250px;
}

.product-comments-section .comments-section-title {
  padding-right: 100px;
  position: relative;
}

.product-comments-section .comments-section-title .ratings-container {
  position: absolute;
  right: 0;
  top: 3px;
}

.product-comments-section .comments {
  margin-bottom: 60px;
}

@media (min-width: 992px) {
  .product-comments-section .comments {
    margin-bottom: 0;
  }
}

.product-comments-section .comments ul {
  list-style: none !important;
  padding-left: 0;
}

.product-comments-section .comments .comment {
  margin-bottom: 30px;
}

@media (min-width: 1600px) {
  .product-comments-section .comments .comment {
    margin-bottom: 40px;
  }
}

.product-comments-section .comments .comment p:last-of-type {
  margin-bottom: 10px;
}

.product-comments-section .comments .media .media-left {
  padding-top: 13px;
}

@media (min-width: 768px) {
  .product-comments-section .comments .media .media-left {
    padding-top: 23px;
  }
}

.product-comments-section .comments .media .media-object {
  max-width: 60px;
}

@media (min-width: 768px) {
  .product-comments-section .comments .media .media-object {
    max-width: 80px;
  }
}

@media (min-width: 992px) {
  .product-comments-section .comments .media .media-object {
    max-width: 90px;
  }
}

@media (min-width: 1200px) {
  .product-comments-section .comments .media .media-object {
    max-width: 110px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .col-lg-9 .product-comments-section .comments .media .media-object,
  .col-md-9 .product-comments-section .comments .media .media-object {
    max-width: 80px;
  }
}

@media (min-width: 480px) {
  .product-comments-section .comments .media .media-body {
    padding-left: 45px;
  }
}

@media (min-width: 768px) {
  .product-comments-section .comments .media .media-body {
    padding-left: 55px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .col-lg-9 .product-comments-section .comments .media .media-body,
  .col-md-9 .product-comments-section .comments .media .media-body {
    padding-left: 40px;
  }
}

.product-comments-section .comments .media .media-body .ratings-container {
  margin-bottom: 7px;
}

@media (min-width: 480px) {
  .product-comments-section .comments .media .media-body .media-body-wrapper {
    padding: 17px 20px 20px;
  }
}

@media (min-width: 992px) {
  .product-comments-section .comments .media .media-body .media-body-wrapper {
    padding: 23px 35px 25px;
  }
}

@media (min-width: 1600px) {
  .product-comments-section .comments .media .media-body .media-body-wrapper {
    padding: 28px 45px 30px;
  }
}

.product-comments-section .comments .media .media-body .media-body-wrapper:before {
  top: 40px;
  width: 27px;
  height: 31px;
  background-image: url("../images/review-arrow.png");
}

@media (min-width: 768px) {
  .product-comments-section .comments .media .media-body .media-body-wrapper:before {
    top: 65px;
  }
}

@media (min-width: 992px) {
  .product-comments-section .comments .media .media-body .media-body-wrapper:before {
    top: 80px;
  }
}

/* Product3 */
.product_rev_carousel .rev_slider {
  background-color: #fff;
}

/* Custom Revslider Nav Arrows */
.product-nav-arrows.tparrows {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  border: none;
  background-color: #fff;
}

.product-nav-arrows.tparrows:hover, .product-nav-arrows.tparrows:focus {
  background-color: #fff;
}

.product-nav-arrows.tparrows .tp-hover-arrow {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid #444444;
  border-radius: 50%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}

.product-nav-arrows.tparrows.tp-leftarrow .tp-hover-arrow {
  background-position: 0px -9301px;
}

.product-nav-arrows.tparrows.tp-rightarrow .tp-hover-arrow {
  background-position: 0px -9187px;
}

.product-nav-arrows.tparrows:hover .tp-hover-arrow, .product-nav-arrows.tparrows:focus .tp-hover-arrow {
  opacity: 1;
  visibility: visible;
}

.product-single-details .product-brand {
  font-size: 15px;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .product-single-details .product-brand {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.product-single-details .product-brand a {
  color: #c0c0c0;
}

.product-single-details .product-brand a:hover, .product-single-details .product-brand a:focus {
  color: #f27a21;
}

.product-single-details .product-title {
  font-size: 18px;
  color: #555;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-single-details .product-title {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .product-single-details .product-title {
    font-size: 24px;
  }
}

@media (min-width: 1200px) {
  .product-single-details .product-title {
    font-size: 26px;
  }
}

.product-single-details .product-price-container {
  margin-bottom: 30px;
}

.product-single-details .product-price-container .product-old-price,
.product-single-details .product-price-container .product-price {
  font-size: 18px;
}

@media (min-width: 768px) {
  .product-single-details .product-price-container .product-old-price,
  .product-single-details .product-price-container .product-price {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .product-single-details .product-price-container .product-old-price,
  .product-single-details .product-price-container .product-price {
    font-size: 22px;
  }
}

.product-details-row {
  width: 100%;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  text-align: center;
  padding: 12px 0;
}

@media (min-width: 992px) {
  .product-details-row {
    display: table;
    padding: 0;
  }
}

.product-details-row .details-cell {
  max-width: 530px;
  margin: 0 auto;
  vertical-align: middle;
  padding: 10px 20px;
}

@media (min-width: 992px) {
  .product-details-row .details-cell {
    display: table-cell;
    max-width: none;
    border-right: 1px solid #efefef;
    padding: 26px 20px;
  }
}

@media (min-width: 1440px) {
  .product-details-row .details-cell {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1600px) {
  .product-details-row .details-cell {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 992px) {
  .product-details-row .details-cell.center {
    width: 38.5%;
  }
}

@media (min-width: 992px) {
  .product-details-row .details-cell:first-child {
    width: 26%;
    text-align: left;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .product-details-row .details-cell:last-child {
    text-align: right;
    border-right: none;
    padding-right: 0;
  }
}

.product-details-row .product-ratings-wrapper {
  margin-bottom: 3px;
}

.product-details-row .product-meta-list {
  margin-bottom: 0;
}

.product-details-row .product-meta-list li {
  margin-bottom: 0;
}

.product-details-row .row {
  margin-left: -15px;
  margin-right: -15px;
}

.product-details-row .row [class*="col-"] {
  padding-left: 15px;
  padding-right: 15px;
}

.product-details-row select.form-control {
  height: 46px;
  font-size: 16px;
  padding: 12.5px 20px 9.5px;
  margin-bottom: 0;
  background-position: calc(100% - 20px) center;
}

.product-details-row .product-action {
  display: inline-block;
  vertical-align: middle;
}

.product-details-row .product-action .btn-product-wishlist,
.product-details-row .product-action .btn-product-like,
.product-details-row .product-action .btn-product-compare {
  display: inline-block;
}

.product-details-row .product-quantity {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}

@media (min-width: 520px) {
  .product-details-row .product-quantity {
    display: inline-block;
    width: 100px;
    margin: 0 15px 0 0;
  }
}

@media (min-width: 992px) {
  .product-details-row .product-quantity {
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .product-details-row .product-quantity {
    width: 70px;
    margin-right: 25px;
    margin-bottom: 0;
  }
}

@media (min-width: 1366px) {
  .product-details-row .product-quantity {
    width: 80px;
    margin-right: 35px;
  }
}

@media (min-width: 1900px) {
  .product-details-row .product-quantity {
    width: 100px;
  }
}

.product-review-section .form-group {
  margin-bottom: 20px;
}

.product-review-section .rating-form-group.form-group {
  margin-top: -5px;
}

.product-review-section textarea.form-control {
  min-height: 250px;
}

.product-review-section .rating-label {
  color: #737373;
  font: 400 17px/1 "Hind", sans-serif;
  vertical-align: middle;
  margin-right: 8px;
  letter-spacing: 0.1em;
}

.product-review-section .rating-label + .ratings-container {
  vertical-align: middle;
}

.product-review-section h2 .ratings-container {
  margin-left: 8px;
}

.product-feature {
  font-size: 16px;
  line-height: 1.55;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .product-feature {
    margin-bottom: 60px;
  }
}

@media (min-width: 1200px) {
  .product-feature {
    margin-bottom: 70px;
  }
}

.product-feature .product-feature-icon {
  float: left;
  display: block;
  width: 90px;
  height: 90px;
  background-image: url("../images/product-feature-icons-small.png");
  background-repeat: no-repeat;
  background-color: #e6e6e6;
  border-radius: 50%;
}

@media (max-width: 340px) {
  .product-feature .product-feature-icon {
    float: none;
    margin-bottom: 25px;
  }
}

.product-feature .product-feature-icon.icon-1 {
  background-position: 0 0;
}

.product-feature .product-feature-icon.icon-2 {
  background-position: -90px 0;
}

.product-feature .product-feature-icon.icon-3 {
  background-position: 0 -90px;
}

.product-feature .product-feature-icon.icon-4 {
  background-position: -90px -90px;
}

@media (min-width: 1200px) {
  .product-feature .product-feature-icon {
    width: 125px;
    height: 125px;
    background-image: url("../images/product-feature-icons.png");
  }
  .product-feature .product-feature-icon.icon-1 {
    background-position: 0 0;
  }
  .product-feature .product-feature-icon.icon-2 {
    background-position: -125px 0;
  }
  .product-feature .product-feature-icon.icon-3 {
    background-position: 0 -125px;
  }
  .product-feature .product-feature-icon.icon-4 {
    background-position: -125px -125px;
  }
}

.product-feature .product-feature-content {
  padding-left: 125px;
}

@media (min-width: 1200px) {
  .product-feature .product-feature-content {
    padding-left: 170px;
  }
}

@media (max-width: 340px) {
  .product-feature .product-feature-content {
    padding-left: 0;
  }
}

.product-feature h3 {
  font-size: 16px;
  margin-bottom: 12px;
  color: #666666;
  letter-spacing: 0.07em;
}

.product-feature p:last-child {
  margin-bottom: 0;
}

.product-feature:after {
  content: '';
  display: table;
  clear: both;
}

.product-review {
  width: 100%;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding: 35px 0 40px;
}

@media (min-width: 480px) {
  .product-review {
    display: table;
  }
}

@media (min-width: 768px) {
  .product-review {
    padding: 45px 0 50px;
  }
}

@media (min-width: 992px) {
  .product-review {
    padding: 50px 0 55px;
  }
}

.product-review + .product-review {
  margin-top: -1px;
}

.product-review .review-media,
.product-review .review-content {
  vertical-align: middle;
}

@media (min-width: 480px) {
  .product-review .review-media,
  .product-review .review-content {
    display: table-cell;
  }
}

.product-review .review-media {
  margin-bottom: 20px;
}

@media (min-width: 480px) {
  .product-review .review-media {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .product-review .review-media {
    width: 320px;
  }
}

.product-review .review-media img {
  display: inline-block;
  max-width: 90px;
  height: auto;
  margin-right: 20px;
  vertical-align: middle;
}

@media (min-width: 480px) {
  .product-review .review-media img {
    margin-right: 30px;
    max-width: 100px;
  }
}

@media (min-width: 768px) {
  .product-review .review-media img {
    max-width: 110px;
  }
}

@media (min-width: 992px) {
  .product-review .review-media img {
    margin-right: 35px;
  }
}

.product-review .review-media .media-info {
  display: inline-block;
  vertical-align: middle;
}

.product-review .review-media h4 {
  font: italic 400 16px/1 "Fira Sans", Arial, sans-serif;
  color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .product-review .review-media h4 {
    font-size: 18px;
    margin-top: 0;
  }
}

@media (min-width: 992px) {
  .product-review .review-media h4 {
    font-size: 19px;
  }
}

.product-review .review-media .ratings-container {
  margin-bottom: 0;
}

.product-review .review-content {
  vertical-align: middle;
}

@media (min-width: 992px) {
  .product-review .review-content {
    padding-left: 60px;
  }
}

@media (min-width: 1200px) {
  .product-review .review-content {
    padding-left: 80px;
  }
}

@media (min-width: 1600px) {
  .product-review .review-content {
    padding-left: 100px;
  }
}

.product-review .review-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 13px;
}

@media (min-width: 768px) {
  .product-review .review-content h3 {
    font-size: 19px;
  }
}

@media (min-width: 992px) {
  .product-review .review-content h3 {
    font-size: 20px;
  }
}

.product-review .review-content p {
  line-height: 1.5;
  margin-bottom: 7px;
  max-width: 820px;
}

.product-review .review-content .review-date {
  color: #ababab;
  font: italic 400 16px/1 "Fira Sans", Arial, sans-serif;
}

/* ----------- 11.Cart Page ----------
--------------------------------------*/
.table-responsive {
  margin-bottom: 40px;
}

.table-responsive .table {
  margin-bottom: 0;
}

.table-bordered {
  border: 1px solid #e7e7e7;
}

.table thead > tr {
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
}

.table thead > tr > th {
  text-align: center;
  color: #666666;
  text-transform: uppercase;
  font: 500 15px/1.4 "Fira Sans", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 20px 5px;
  border: none;
}

.table tbody > tr {
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
}

.table tbody > tr:last-child {
  border-bottom: none;
}

.table tbody > tr > td {
  padding: 35px 10px;
  vertical-align: top;
  border: none;
  text-align: center;
  border-right: 1px solid #f4f4f4;
}

.table tbody > tr > td:last-child {
  border-right: none;
}

.table tbody > tr > td.product-col {
  padding: 30px;
}

.table tbody > tr > td.quantity-col {
  padding: 25px 25px;
}

.table.cart-table thead > tr {
  border: 3px solid #e7e7e7;
}

.table.cart-table tbody > tr:nth-child(2n) {
  background-color: #fdfdfd;
}

.delete-col {
  min-width: 50px;
}

@media (min-width: 1600px) {
  .delete-col {
    min-width: 80px;
  }
}

.product-col {
  width: 45%;
  max-width: 630px;
}

.product-col .product {
  text-align: left;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .product-col .product .product-top {
    float: left;
    max-width: calc( 43.8%);
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .product-col .product .product-content-wrapper {
    padding-left: calc( 43.8% + 20px);
  }
}

@media (min-width: 1600px) {
  .product-col .product .product-content-wrapper {
    padding-left: calc( 43.8% + 30px);
  }
}

.product-col .product ul {
  font: 400 15px/1.33 "Hind", sans-serif;
  color: #b7b7b7;
}

.product-col .product .product-title {
  padding-top: 6px;
  margin-bottom: 12px;
}

@media (min-width: 1600px) {
  .product-col .product .product-title {
    font-size: 18px;
  }
}

.code-col {
  font: 400 16px/1.5 "Hind", sans-serif;
  color: #999;
  min-width: 130px;
}

@media (min-width: 1600px) {
  .code-col {
    min-width: 170px;
  }
}

.price-col {
  min-width: 150px;
}

@media (min-width: 1600px) {
  .price-col {
    min-width: 170px;
  }
}

.price-col .product-price-container .product-price {
  font-size: 16px;
  color: #777777;
}

.price-col .product-price-container .product-old-price {
  font-weight: 400;
  font-size: 14px;
  color: #cbcbcb;
}

.price-col .product-price-container .product-old-price + .product-price {
  margin-left: 6px;
}

.quantity-col {
  min-width: 120px;
}

@media (min-width: 1600px) {
  .quantity-col {
    min-width: 150px;
  }
}

.quantity-col .form-control {
  height: 40px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #9a9a9a;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 9px 4px 7px;
}

.unit-price-col,
.subtotal-col {
  font: 700 16px/1.5 "Fira Sans", Arial, sans-serif;
  color: #f27a21;
}

@media (min-width: 1600px) {
  .unit-price-col,
  .subtotal-col {
    min-width: 170px;
  }
}

.delete-btn {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-position: 0px -23px;
}

.delete-btn.lighter {
  background-position: 0px -34px;
}

.delete-btn.lighter:hover, .delete-btn.lighter:focus {
  background-position: 0px -23px;
}

.delete-btn.white {
  background-position: 0px -12px;
}

/* Verticl Tab */
.vertical-tab-container {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #e7e7e7;
  border-collapse: collapse;
}

@media (min-width: 768px) {
  .vertical-tab-container {
    display: table;
    table-layout: fixed;
  }
}

@media (min-width: 768px) {
  .vertical-tab-container .nav.nav-tabs,
  .vertical-tab-container .tab-content {
    display: table-cell;
  }
}

.vertical-tab-container .nav.nav-tabs {
  margin-bottom: 0;
  background-color: #fdfdfd;
  border-right: 1px solid #f4f4f4;
}

@media (min-width: 768px) {
  .vertical-tab-container .nav.nav-tabs {
    width: 250px;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .nav.nav-tabs {
    width: 300px;
  }
}

.vertical-tab-container .nav.nav-tabs > li {
  float: none;
  display: block;
}

.vertical-tab-container .nav.nav-tabs > li > a {
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-color: #f4f4f4;
  font-weight: 400;
  color: #a4a4a4;
  font-size: 13px;
  letter-spacing: 0.05em;
  padding: 14px 20px 12px;
}

@media (min-width: 1200px) {
  .vertical-tab-container .nav.nav-tabs > li > a {
    font-size: 14px;
    padding: 14px 16px 12px;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .nav.nav-tabs > li > a {
    font-size: 15px;
    padding: 16px 24px 14px;
    letter-spacing: 0.07em;
  }
}

.vertical-tab-container .nav.nav-tabs > li > a:hover, .vertical-tab-container .nav.nav-tabs > li > a:focus {
  background-color: #fff;
  color: #666666;
  border-color: #f4f4f4;
}

.vertical-tab-container .nav.nav-tabs > li:first-child > a {
  border-top: none;
}

.vertical-tab-container .nav.nav-tabs > li + li {
  margin-left: 0;
}

.vertical-tab-container .nav.nav-tabs > li.active > a {
  background-color: #fff;
  color: #666666;
  font-weight: 500;
}

.vertical-tab-container .tab-content {
  padding: 20px 20px;
  font: 400 15px/1.5 "Hind", sans-serif;
  color: #777777;
}

@media (min-width: 768px) {
  .vertical-tab-container .tab-content {
    padding: 16px 28px;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content {
    padding: 20px 40px;
  }
}

@media (min-width: 1200px) {
  .vertical-tab-container .tab-content {
    font-size: 16px;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content {
    font-size: 17px;
  }
}

.vertical-tab-container .tab-content p {
  margin-bottom: 15px;
}

.vertical-tab-container .tab-content .form-group:after {
  content: '';
  display: table;
  clear: both;
}

.vertical-tab-container .tab-content .form-group:last-child {
  margin-bottom: 0;
}

.vertical-tab-container .tab-content label {
  position: relative;
  display: block;
  min-width: 140px;
  top: 10px;
  color: #999999;
  vertical-align: middle;
  font-weight: 400;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .vertical-tab-container .tab-content label {
    float: left;
    margin-bottom: 0;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content label {
    min-width: 160px;
  }
}

.vertical-tab-container .tab-content .form-control {
  font-size: 16px;
  color: #888888;
  height: 45px;
  padding: 11.5px 18px 9.5px;
  background-position: calc(100% - 18px) center;
}

@media (min-width: 480px) {
  .vertical-tab-container .tab-content .form-control {
    float: left;
    width: calc(100% - 140px);
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content .form-control {
    width: calc(100% - 160px);
  }
}

.vertical-tab-container .tab-content .form-control.with-btn {
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content .form-control.with-btn {
    margin-bottom: 0;
    width: calc(100% - 330px);
  }
}

@media (min-width: 540px) and (max-width: 1199px) {
  .vertical-tab-container .tab-content .form-control.with-btn {
    margin-bottom: 0;
    width: calc(100% - 310px);
  }
}

.vertical-tab-container .tab-content .btn {
  font-size: 14px;
  width: 145px;
}

@media (min-width: 480px) {
  .vertical-tab-container .tab-content .btn {
    float: left;
  }
}

@media (min-width: 540px) and (max-width: 1199px) {
  .vertical-tab-container .tab-content .btn {
    margin-left: 25px;
  }
}

@media (min-width: 1600px) {
  .vertical-tab-container .tab-content .btn {
    margin-left: 25px;
  }
}

/* Total Table */
.table.total-table {
  color: #777777;
  text-transform: uppercase;
}

.table.total-table tr td {
  padding: 20px 28px;
  font: 400 15px/20px "Fira Sans", Arial, sans-serif;
  vertical-align: middle;
}

.table.total-table tr td:first-child {
  min-width: 56%;
}

.table.total-table tr td:last-child {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}

.table.total-table tr:last-child td {
  color: #666;
  font-weight: 500;
}

.table.total-table tr:last-child td:last-child {
  color: #f27a21;
}

@media (min-width: 992px) {
  .table.total-table {
    margin-top: 0;
  }
}

/* ----------- 12.Compare ---------------
--------------------------------------*/
.compare-table.table tbody > tr.product-row > td {
  padding: 25px 30px;
}

.compare-table.table tbody > tr.product-row > td.table-title {
  padding: 20px 30px;
}

.compare-table.table tbody > tr.action-row > td {
  padding: 30px 10px;
}

.compare-table.table tbody > tr.info-row {
  font: 400 16px/1.5 "Hind", sans-serif;
  color: #999999;
}

.compare-table.table tbody > tr > td {
  padding: 19px 30px;
}

.compare-table.table tbody > tr > td:nth-child(2n+1) {
  background-color: #fdfdfd;
}

.compare-table.table tbody > tr > td.table-title {
  background-color: #fff;
  text-align: left;
  padding: 19px 30px;
  width: 22.5%;
}

.compare-table.table .product {
  max-width: 250px;
  margin: 0 auto;
}

.compare-table.table .product .product-title {
  margin-bottom: 7px;
}

.compare-table.table .product-brand {
  line-height: 1.5;
}

.compare-table.table .product-action {
  margin-bottom: 24px;
}

.compare-table.table .product-action .btn-add-cart {
  margin-right: 0;
}

.compare-table.table p:last-child {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .compare-table.table p {
    white-space: normal;
  }
}

.table-title {
  color: #666666;
  text-transform: uppercase;
  font: 500 15px/1.4 "Fira Sans", Arial, sans-serif;
  letter-spacing: 0.08em;
}

/* ----------- 13.Checkout Page ----------
--------------------------------------*/
.checkout-section {
  font: 400 17px/1.35 "Hind", sans-serif;
  color: #777777;
}

.checkout-section h3:not(.product-title) {
  font-size: 20px;
  margin-bottom: 22px;
}

.checkout-section .panel .panel-body {
  padding: 47px 0 0;
}

@media (min-width: 1200px) {
  .checkout-section .panel .panel-body {
    padding-bottom: 15px;
  }
}

@media (min-width: 1600px) {
  .checkout-section .panel .panel-body {
    padding-bottom: 40px;
  }
}

.checkout-section .panel .panel-body.last {
  padding-top: 0;
}

.checkout-section .panel .panel-heading a:not(.collapsed) {
  margin-top: 80px;
}

.checkout-section .panel.panel-default .panel-heading a.collapsed {
  color: #999999;
  border-color: #f3f3f3;
}

.checkout-section .panel:first-of-type .panel-heading a:not(.collapsed) {
  margin-top: 0;
}

.checkout-table.cart-table thead > tr > th {
  border-width: 0;
  background-color: #e7e7e7;
  color: #fff;
  padding: 14px 5px;
}

.checkout-table.cart-table tbody > tr > td {
  background-color: #fff;
}

.checkout-table.cart-table tbody > tr.total-row td {
  padding: 20px 28px;
  font: 400 15px/20px "Fira Sans", Arial, sans-serif;
  vertical-align: middle;
  text-transform: uppercase;
  background-color: #fff;
}

.checkout-table.cart-table tbody > tr.total-row td:first-child {
  min-width: 56%;
  text-align: right;
}

.checkout-table.cart-table tbody > tr.total-row td:first-child span {
  display: inline-block;
  text-align: left;
  min-width: 170px;
}

@media (min-width: 768px) {
  .checkout-table.cart-table tbody > tr.total-row td:first-child span {
    min-width: 290px;
  }
}

.checkout-table.cart-table tbody > tr.total-row td:last-child {
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.checkout-table.cart-table tbody > tr.total-row:last-child td {
  color: #666;
  font-weight: 500;
}

.checkout-table.cart-table tbody > tr.total-row:last-child td:last-child {
  color: #f27a21;
}

/* ----------- 14.Contact Page ----------
--------------------------------------*/
#map {
  height: 420px;
  background-color: #c3c3c3;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  #map {
    height: 500px;
    margin-bottom: 70px;
  }
}

#map address {
  color: #888;
  font-size: 14px;
  margin: 0;
  padding: 12px 10px 8px;
  line-height: 1.5;
}

.contact-icon {
  diplay: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
}

.contact-icon.contact-pin {
  background-position: 0px -6520px;
}

.contact-icon.contact-email {
  background-position: 0px -6320px;
}

.contact-icon.contact-phone {
  background-position: 0px -6420px;
}

.contact-icon.contact-pin-white {
  background-position: 0px -6470px;
}

.contact-icon.contact-email-white {
  background-position: 0px -6270px;
}

.contact-icon.contact-phone-white {
  background-position: 0px -6370px;
}

.contact-infos-wrapper {
  max-width: 1160px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .contact-info-container {
    text-align: center;
  }
}

.contact-info-container .contact-info {
  margin-bottom: 40px;
}

.contact-info-container .contact-info:before {
  content: '';
  display: none;
  width: 1px;
  height: 100px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ededed;
}

@media (min-width: 992px) {
  .contact-info-container .contact-info:before {
    display: block;
    left: -21px;
  }
}

@media (min-width: 1440px) {
  .contact-info-container .contact-info:before {
    left: -32px;
  }
}

@media (min-width: 992px) {
  .contact-info-container:first-child .contact-info:before {
    display: none;
  }
}

.contact-info {
  display: inline-block;
  padding-left: 65px;
  position: relative;
  font: 400 14px/1.35 "Hind", sans-serif;
  color: #999999;
}

@media (min-width: 1440px) {
  .contact-info {
    padding-left: 76px;
  }
}

.contact-info .contact-info-meta {
  text-align: left;
}

.contact-info a {
  color: #999;
}

.contact-info a:hover, .contact-info a:focus {
  color: #f27a21;
}

.contact-info h3 {
  font: 500 17px/1 "Fira Sans", Arial, sans-serif;
  color: #777777;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact-info ul {
  margin-bottom: 8px;
}

.contact-info address {
  margin-bottom: 8px;
  line-height: inherit;
}

.contact-info .more-link {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

/* Contact2 */
.map-container {
  position: relative;
}

.map-container #map {
  height: 400px;
}

@media (min-width: 768px) {
  .map-container #map {
    height: 800px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .map-container #map {
    height: 860px;
  }
}

@media (min-width: 1200px) {
  .map-container #map {
    height: 920px;
  }
}

@media (min-width: 1600px) {
  .map-container #map {
    height: 1000px;
  }
}

.map-container .form-container {
  padding: 0 20px;
  margin-bottom: 70px;
}

@media (min-width: 768px) {
  .map-container .form-container {
    width: 520px;
    padding: 30px 25px;
    margin-bottom: 0;
    position: absolute;
    bottom: 80px;
    left: 65px;
    background-color: rgba(255, 255, 255, 0.95);
  }
}

@media (min-width: 992px) {
  .map-container .form-container {
    width: 580px;
    padding: 35px 30px;
    bottom: 100px;
    left: 85px;
  }
}

@media (min-width: 1200px) {
  .map-container .form-container {
    width: 680px;
    padding: 45px 37px;
    bottom: 125px;
    left: 85px;
  }
}

@media (min-width: 1600px) {
  .map-container .form-container {
    width: 745px;
    padding: 50px 40px;
    bottom: 155px;
    left: 125px;
  }
}

.contact-infos-container {
  background-color: #7ccbfb;
  padding: 44px 0 0;
}

@media (min-width: 768px) {
  .contact-infos-container {
    padding: 31px 0 26px;
  }
}

.contact-infos-container .contact-info-container .contact-info:before {
  background-color: rgba(255, 255, 255, 0.4);
}

.contact-infos-container .contact-info {
  color: #fff;
}

@media (min-width: 768px) {
  .contact-infos-container .contact-info {
    margin-bottom: 0;
  }
}

.contact-infos-container .contact-info h3 {
  color: #fff;
}

.contact-infos-container .contact-info a {
  color: #fff;
}

.contact-infos-container .contact-info a:hover, .contact-infos-container .contact-info a:focus {
  color: #c6e8fd;
}

/* ----------- 15.404 Page --------------
--------------------------------------*/
.error-page {
  width: 100%;
  overflow: hidden;
  padding-top: 100px;
  padding-bottom: 90px;
  background-color: #ffde7b;
  color: #707070;
}

@media (min-width: 768px) {
  .error-page {
    padding-top: 135px;
    padding-bottom: 100px;
  }
}

@media (min-width: 992px) {
  .error-page {
    padding-top: 220px;
    padding-bottom: 160px;
  }
}

@media (min-width: 1600px) {
  .error-page {
    margin-top: -31px;
    padding-top: 280px;
    padding-bottom: 230px;
  }
}

.error-page .error-page-text {
  position: relative;
}

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

@media (min-width: 992px) {
  .error-page .error-page-text {
    margin-left: 140px;
  }
}

@media (min-width: 1200px) {
  .error-page .error-page-text {
    margin-left: 180px;
  }
}

@media (min-width: 1600px) {
  .error-page .error-page-text {
    margin-left: 236px;
  }
}

.error-page .error-page-text > img {
  display: block;
  max-width: 100%;
  height: auto;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  transform: translateY(-58%);
  margin-right: -6px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error-page .error-page-text > img {
    max-width: 88%;
    -webkit-transform: translateY(-61%);
    -ms-transform: translateY(-61%);
    transform: translateY(-61%);
    margin-right: -8px;
  }
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .error-page .error-page-text > img {
    max-width: 80%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    margin-right: -5px;
  }
}

.error-page h1, .error-page h2 {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #3e3e3e;
}

.error-page h1 {
  font-size: 120px;
  margin-bottom: 30px;
  line-height: 0.6;
  font-weight: 600;
  margin-left: -0.04em;
}

@media (min-width: 768px) {
  .error-page h1 {
    font-size: 340px;
    margin-bottom: 45px;
  }
}

@media (min-width: 992px) {
  .error-page h1 {
    font-size: 230px;
    margin-bottom: 35px;
    margin-left: -0.03em;
  }
}

@media (min-width: 1200px) {
  .error-page h1 {
    font-size: 250px;
    margin-bottom: 45px;
    margin-left: -0.035em;
  }
}

@media (min-width: 1280px) {
  .error-page h1 {
    font-size: 290px;
  }
}

@media (min-width: 1600px) {
  .error-page h1 {
    font-size: 450px;
  }
}

.error-page h2 {
  font-size: 24px;
  line-height: 0.5;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .error-page h2 {
    font-size: 36px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .error-page h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1200px) {
  .error-page h2 {
    font-size: 52px;
    line-height: 0.8;
    margin-bottom: 20px;
  }
}

@media (min-width: 1600px) {
  .error-page h2 {
    font-size: 88px;
    margin-bottom: 16px;
  }
}

.error-page p {
  font-weight: 300;
  font-size: 15px;
  line-height: 1.25;
  max-width: 480px;
  margin-bottom: 17px;
  letter-spacing: 0.05em;
}

@media (max-width: 991px) {
  .error-page p {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .error-page p {
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) {
  .error-page p {
    letter-spacing: 0.03em;
  }
}

@media (min-width: 1200px) {
  .error-page p {
    font-size: 16px;
    letter-spacing: 0.03em;
  }
}

@media (min-width: 1600px) {
  .error-page p {
    font-size: 19px;
  }
}

.error-page .action-container {
  font-size: 0;
}

@media (min-width: 480px) {
  .error-page .action-container .btn {
    min-width: 156px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .error-page .action-container .btn {
    font-size: 14px;
    padding: 10.5px 12px 9.5px;
    min-width: 125px;
  }
}

@media (max-width: 767px) {
  .error-page .action-container .btn {
    font-size: 14px;
    padding: 10.5px 12px 9.5px;
    min-width: 120px;
  }
}

@media (max-width: 479px) {
  .error-page .action-container .btn {
    font-size: 13px;
    padding: 10.5px 10px 9.5px;
    min-width: 100px;
  }
}

.error-page .action-container .btn + .btn {
  margin-left: 10px;
}

@media (min-width: 480px) {
  .error-page .action-container .btn + .btn {
    margin-left: 20px;
  }
}

@media (min-width: 1200px) {
  .error-page .action-container .btn + .btn {
    margin-left: 30px;
  }
}

/* ----------- 16.Login Page --------------
--------------------------------------*/
.new-customer-section,
.registered-customer-section {
  font: 400 17px/1.35 "Hind", sans-serif;
  color: #777;
}

.new-customer-section p,
.registered-customer-section p {
  margin-bottom: 19px;
}

@media (min-width: 768px) {
  .new-customer-section {
    min-height: 185px;
  }
}

.new-customer-section .btn {
  min-width: 230px;
}

.registered-customer-section .btn {
  min-width: 140px;
}

.form-action .forget-link {
  float: right;
  font-size: 16px;
  color: #999999;
  margin-top: 14px;
}

.form-action .forget-link:hover, .form-action .forget-link:focus {
  color: #f27a21;
}

/* ---------- 17.FaQS Page --------------
--------------------------------------*/
.sidebar.faqs-sidebar .widget {
  margin-bottom: 50px;
}

.sidebar.faqs-sidebar .widget:last-child {
  margin-bottom: 0;
}

.sidebar.faqs-sidebar .widget .widget-title {
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.sidebar.faqs-sidebar .widget .widget-title:after {
  bottom: 0;
  max-width: 40px;
  background-color: #eee;
  max-width: 50px;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list {
  counter-reset: count-faqs;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li {
  counter-increment: count-faqs;
  padding: 5px 0;
  border-bottom: 1px solid #eee;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li:before {
  font-weight: 600;
  content: counter(count-faqs);
  font-size: 18px;
  color: #d7d7d7;
  margin-right: 6px;
  vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a {
  color: #333;
  vertical-align: middle;
}

.sidebar.faqs-sidebar .widget .faqs-cat-list li a:hover, .sidebar.faqs-sidebar .widget .faqs-cat-list li a:focus {
  color: #f27a21;
}

/* ----------- 18.Swiper ---------------
--------------------------------------*/
/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

/* Arrows */
.swiper-nav-wrapper {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}

@media (min-width: 480px) {
  .carousel-header .swiper-nav-wrapper {
    float: right;
    margin-bottom: 0;
  }
}

.carousel-header.bordered .swiper-nav-wrapper {
  margin-bottom: 0;
}

.swiper-nav-wrapper .swiper-button-prev + .swiper-button-next {
  margin-left: 9px;
}

.swiper-nav-wrapper.alignright {
  text-align: left;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  .swiper-nav-wrapper.alignright {
    float: right;
    margin-bottom: 35px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  position: static;
  top: auto;
  width: 40px;
  height: 40px;
  border: 2px solid #e0e0e0;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
  transition: background-color 0.4s, border 0.4s;
  border-radius: 50%;
}

.swiper-button-prev.light,
.swiper-button-next.light {
  border-color: #fff;
}

.swiper-button-prev.dark,
.swiper-button-next.dark {
  border-color: #444444;
}

.swiper-button-prev:hover, .swiper-button-prev:focus,
.swiper-button-next:hover,
.swiper-button-next:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.vertical-center-nav .swiper-button-prev,
.vertical-center-nav .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 500;
}

.vertical-center-nav .swiper-button-prev {
  left: 40px;
}

.vertical-center-nav .swiper-button-next {
  right: 40px;
}

.vertical-center-nav.aligned-nav .swiper-button-prev {
  left: 0;
}

.vertical-center-nav.aligned-nav .swiper-button-next {
  right: 0;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.45;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: auto;
  right: auto;
  background-position: 0px -4024px;
}

.swiper-button-prev.light,
.swiper-container-rtl .swiper-button-next.light {
  background-position: 0px -4060px;
}

.swiper-button-prev.dark,
.swiper-container-rtl .swiper-button-next.dark {
  background-position: 0px -4096px;
}

.swiper-button-prev:hover, .swiper-button-prev:focus,
.swiper-container-rtl .swiper-button-next:hover,
.swiper-container-rtl .swiper-button-next:focus {
  background-position: 0px -4060px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-position: 0px -4132px;
  right: auto;
  left: auto;
}

.swiper-button-next.light,
.swiper-container-rtl .swiper-button-prev.light {
  background-position: 0px -4168px;
}

.swiper-button-next.dark,
.swiper-container-rtl .swiper-button-prev.dark {
  background-position: 0px -4204px;
}

.swiper-button-next:hover, .swiper-button-next:focus,
.swiper-container-rtl .swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-prev:focus {
  background-position: 0px -4168px;
}

.widget .swiper-button-prev,
.widget .swiper-button-next,
.category-tab-slider .swiper-button-prev,
.category-tab-slider .swiper-button-next {
  position: absolute;
  width: 25px;
  height: 24px;
  top: -82px;
  margin-top: 0;
  z-index: 100;
  border: 2px solid #b2b2b2;
  border-radius: 50%;
  transition: background-color 0.4s, border 0.4s;
}

.widget .swiper-button-prev:hover, .widget .swiper-button-prev:focus,
.widget .swiper-button-next:hover,
.widget .swiper-button-next:focus,
.category-tab-slider .swiper-button-prev:hover,
.category-tab-slider .swiper-button-prev:focus,
.category-tab-slider .swiper-button-next:hover,
.category-tab-slider .swiper-button-next:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.widget .swiper-button-prev,
.category-tab-slider .swiper-button-prev {
  left: auto;
  right: 49px;
  background-position: 0px -1708px;
}

.widget .swiper-button-prev:hover, .widget .swiper-button-prev:focus,
.category-tab-slider .swiper-button-prev:hover,
.category-tab-slider .swiper-button-prev:focus {
  background-position: 0px -1728px;
}

.widget .swiper-button-next,
.category-tab-slider .swiper-button-next {
  right: 20px;
  background-position: 0px -1768px;
}

.widget .swiper-button-next:hover, .widget .swiper-button-next:focus,
.category-tab-slider .swiper-button-next:hover,
.category-tab-slider .swiper-button-next:focus {
  background-position: 0px -1788px;
}

.category-tab-slider .swiper-button-prev,
.category-tab-slider .swiper-button-next {
  top: -61px;
}

.category-tab-slider .swiper-button-prev {
  right: 30px;
}

.category-tab-slider .swiper-button-next {
  right: 0;
}

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
  transition: all 0.4s;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* ----------- 19.Footers ---------------
--------------------------------------*/
/*Footer Newsletter */
.footer-newsletter {
  padding: 30px 0 34px;
  text-align: center;
  color: #f6f6f6;
  background-color: #7ccbfb;
  font: 400 16px/1.2 "Hind", sans-serif;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .footer-newsletter {
    font-size: 18px;
    line-height: 1.5;
    padding: 41px 0 34px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter {
    font-size: 19px;
  }
}

.footer-newsletter h4 {
  font: 500 25px/1 "Fira Sans", Arial, sans-serif;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 12px;
  letter-spacing: 0.06em;
}

@media (min-width: 768px) {
  .footer-newsletter h4 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter h4 {
    font-size: 45px;
  }
}

.footer-newsletter p {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .footer-newsletter p {
    margin-bottom: 26px;
  }
}

.footer-newsletter form {
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

@media (min-width: 768px) {
  .footer-newsletter form {
    max-width: 540px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter form {
    max-width: 620px;
  }
}

.footer-newsletter .form-control {
  border: none;
  height: 43px;
  font: 400 16px/1.8 "Hind", sans-serif;
  padding: 8px 130px 7px 20px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #555555;
  border-radius: 30px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .footer-newsletter .form-control {
    font-size: 18px;
    height: 50px;
    padding: 9px 165px 9px 25px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter .form-control {
    font-size: 20px;
    height: 56px;
    padding: 10px 190px 10px 30px;
  }
}

.footer-newsletter .form-control::-webkit-input-placeholder {
  color: #555555;
}

.footer-newsletter .form-control::-moz-placeholder {
  color: #555555;
}

.footer-newsletter .form-control:-ms-input-placeholder {
  color: #555555;
}

.footer-newsletter .form-control::placeholder {
  color: #555555;
}

.footer-newsletter .form-control:hover, .footer-newsletter .form-control:focus {
  background-color: #fff;
}

.footer-newsletter .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 600;
  font-size: 14px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  min-width: 110px;
  text-align: center;
  border-radius: 30px;
  padding: 12px 10px 9px;
}

@media (min-width: 768px) {
  .footer-newsletter .btn {
    min-width: 140px;
    font-size: 16px;
    padding: 14px 10px 12px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter .btn {
    min-width: 160px;
    font-size: 18px;
    padding: 16px 10px 13px;
  }
}

.footer-newsletter .btn:hover, .footer-newsletter .btn:focus {
  border-radius: 0;
}

.footer-newsletter .btn.btn-link-icon {
  border: none;
  padding: 0 10px;
  min-width: 83px;
  background-color: transparent;
  line-height: 0;
}

@media (min-width: 768px) {
  .footer-newsletter .btn.btn-link-icon {
    padding-top: 3.5px;
    padding-bottom: 3.5px;
  }
}

@media (min-width: 992px) {
  .footer-newsletter .btn.btn-link-icon {
    padding-top: 6.5px;
    padding-bottom: 6.5px;
  }
}

.footer-newsletter .btn.btn-link-icon .icon-btn-arrow {
  display: inline-block;
  width: 43px;
  height: 43px;
  background-position: 0px -5581px;
}

.footer-newsletter .btn.btn-link-icon:hover, .footer-newsletter .btn.btn-link-icon:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  border-radius: 28px !important;
}

.footer-newsletter .btn.btn-link-icon:hover .icon-btn-arrow, .footer-newsletter .btn.btn-link-icon:focus .icon-btn-arrow {
  background-position: 0px -5366px;
}

.footer {
  background-color: #f1f1f1;
  color: #999999;
  letter-spacing: 0.5px;
  font: 400 14px/1.35 "Hind", sans-serif;
  overflow: hidden;
}

.footer a {
  color: #999999;
}

.footer a:hover, .footer a:focus {
  color: #f27a21;
}

.footer .widget {
  margin-bottom: 48px;
}

.footer .widget .widget-title {
  font: 500 16px/1.2 "Fira Sans", Arial, sans-serif;
  letter-spacing: 0.6px;
  margin: -2px 0 25px;
  text-transform: uppercase;
  color: #888888;
}

.footer .widget.about-widget {
  max-width: 215px;
}

.footer .widget.about-widget img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 25px;
}

.footer .widget.about-widget p {
  margin-bottom: 13px;
}

.footer .widget.about-widget p:last-child {
  margin-bottom: 0;
}

.footer .widget .links {
  margin: -5px 0 0;
}

.footer .widget .links li {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 31px;
}

.footer .widget .contact-list {
  margin: 0;
}

.footer .widget .contact-list li {
  position: relative;
  font-size: 13px;
  line-height: 13px;
  margin-bottom: 15px;
  padding-left: 46px;
  overflow: hidden;
}

.footer .widget .contact-list li div:first-of-type {
  padding: 1px 0 2px;
}

.footer .widget .contact-list li div:last-of-type {
  padding: 2px 0 1px;
}

.footer .widget .contact-list li .info-icon {
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #d4d4d4;
  border-radius: 5px;
  transition: background-color 0.4s;
}

.footer .widget .contact-list li .info-icon.bordered {
  border: 1px solid #d4d4d4;
}

.footer .widget .contact-list li .info-icon.phone {
  background-position: 0px -3640px;
}

.footer .widget .contact-list li .info-icon.phone.bordered {
  background-position: 0px -3332px;
}

.footer .widget .contact-list li .info-icon.mobile {
  background-position: 0px -3896px;
}

.footer .widget .contact-list li .info-icon.mobile.bordered {
  background-position: 0px -3422px;
}

.footer .widget .contact-list li .info-icon.email {
  background-position: 0px -3608px;
}

.footer .widget .contact-list li .info-icon.email.bordered {
  background-position: 0px -3392px;
}

.footer .widget .contact-list li .info-icon.skype {
  background-position: 0px -3800px;
}

.footer .widget .contact-list li .info-icon.skype.bordered {
  background-position: 0px -3362px;
}

.footer .widget .contact-list li .info-icon.home {
  background-position: 0px -3704px;
}

.footer .widget .contact-list li .info-icon.clock {
  background-position: 0px -3960px;
}

.footer .widget .contact-list li .info-icon.instagram {
  background-position: 0px -3992px;
}

.footer .widget .contact-list li:hover .info-icon {
  background-color: #f27a21;
}

.footer .widget .products-list .product {
  margin: 0;
  padding: 20px;
  border: 1px solid #eee;
}

@media (min-width: 1200px) {
  .footer .widget .products-list .product {
    padding: 24px 20px 25px;
  }
}

.footer .widget .products-list .product + .product {
  margin-top: -1px;
}

.footer .widget .products-list .product:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget .products-list figure {
  position: relative;
  float: left;
  max-width: 90px;
  border: 1px solid #eae9e9;
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .footer .widget .products-list figure {
    max-width: 100px;
    margin-right: 20px;
  }
}

@media (min-width: 1440px) {
  .footer .widget .products-list figure {
    max-width: 120px;
    margin-right: 23px;
  }
}

.footer .widget .products-list figure a {
  display: block;
}

.footer .widget .products-list figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer .widget .products-list .product-meta {
  max-width: 325px;
  padding-left: 110px;
  margin-bottom: 0;
}

@media (min-width: 1200px) {
  .footer .widget .products-list .product-meta {
    padding-left: 120px;
  }
}

@media (min-width: 1440px) {
  .footer .widget .products-list .product-meta {
    padding-left: 143px;
  }
}

.footer .widget .products-list .product-label {
  right: 5px;
  top: 5px;
  font-size: 12px;
  z-index: 99;
  padding: 6px 7px 4px;
  min-width: 46px;
}

.footer .widget .products-list .product-label.outofstock {
  font-size: 10px;
  padding: 4px 4px 2px 5px;
}

.footer .widget .products-list .product-label.outofstock > span {
  display: block;
}

.footer .widget .products-list .product-title {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.1;
  margin-bottom: 9px;
}

@media (min-width: 992px) {
  .footer .widget .products-list .product-title {
    font-size: 16px;
  }
}

.footer .widget .products-list .product-title a {
  color: #555555;
}

.footer .widget .products-list .product-title a:hover, .footer .widget .products-list .product-title a:focus {
  color: #f27a21;
}

.footer .widget .products-list .product-price-container {
  font-family: "Fira Sans", Arial, sans-serif;
  margin-bottom: 0;
}

.footer .widget .products-list .product-price-container .product-price,
.footer .widget .products-list .product-price-container .product-old-price {
  font-size: 15px;
}

.footer .widget .products-list .product-price-container .product-old-price {
  display: block;
  color: #cbcbcb;
  margin-top: 4px;
}

.footer .widget .products-list.v2 .product {
  padding: 0 0 24px;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 25px;
}

.footer .widget .products-list.v2 .product:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.footer .widget .products-list.v2 .product-title {
  margin-bottom: 12px;
  line-height: 1.25;
}

.footer .widget .products-list.v2 figure {
  border: none;
}

@media (min-width: 1200px) {
  .footer .widget .products-list.v2 figure {
    max-width: 100px;
    margin-right: 26px;
  }
}

@media (min-width: 1200px) {
  .footer .widget .products-list.v2 .product-meta {
    padding-left: 126px;
  }
}

.footer .widget .products-list.v2 .product-price-container {
  font-family: "Hind", sans-serif;
}

.footer .widget .products-list.v2 .product-price-container .product-old-price {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
}

.footer .widget .products-list.v2 .product-price-container .product-price {
  font-size: 23px;
  line-height: 1;
  color: #f27a21;
  font-weight: 600;
  margin-left: 0;
}

.footer .widget .products-list.v2 .product-price-container.border-left {
  position: relative;
  padding-left: 11px;
}

.footer .widget .products-list.v2 .product-price-container.border-left:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 33px;
  margin-top: -16.5px;
  background-color: #dedede;
}

.footer .widget .tagcloud a {
  display: block;
  float: left;
  padding: 4px 9px;
  background-color: #131313;
  color: #9a9a9a;
  margin: 0 6px 6px 0;
  transition: background 0.45s;
}

.footer .widget .tagcloud a:hover, .footer .widget .tagcloud a:focus {
  background-color: #f27a21;
  color: #fff;
}

.footer .widget .tagcloud:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget.instagram-widget {
  position: relative;
  margin: 0;
}

.footer .widget.instagram-widget .btn.btn-follow {
  display: block;
  padding: 3px 14px;
  min-width: 170px;
  font-size: 12px;
  margin-left: -85px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 99;
  border-radius: 5px 5px 0 0;
  color: #fff;
  transition: all 0.4s;
  background-color: #f27a21;
  border-color: #f27a21;
  opacity: 0.8;
}

.footer .widget.instagram-widget .btn.btn-follow:hover, .footer .widget.instagram-widget .btn.btn-follow:focus {
  opacity: 1;
  color: #fff;
  background-color: #f27a21;
  border-color: #f27a21;
}

.footer .widget.instagram-widget #instafeed img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .widget.instagram-widget #instafeed a {
  display: block;
  position: relative;
}

.footer .widget.instagram-widget #instafeed a:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.75s ease;
  -webkit-transition: all 0.75s ease;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(255, 255, 255, 0.4);
}

.footer .widget.instagram-widget #instafeed a:focus:after, .footer .widget.instagram-widget #instafeed a:hover:after {
  opacity: 1;
  visibility: visible;
}

.footer .widget.newsletter-widget {
  margin-bottom: 37px;
}

.footer .widget.newsletter-widget p {
  margin-bottom: 14px;
}

.footer .widget.newsletter-widget form {
  position: relative;
}

.footer .widget.newsletter-widget .form-control {
  height: 37px;
  font-size: 15px;
  background-color: #fff;
  color: #888888;
  border-radius: 28px;
  padding: 8px 116px 6px 20px;
  margin-bottom: 0;
}

.footer .widget.newsletter-widget .form-control::-webkit-input-placeholder {
  color: #888888;
}

.footer .widget.newsletter-widget .form-control::-moz-placeholder {
  color: #888888;
}

.footer .widget.newsletter-widget .form-control:-ms-input-placeholder {
  color: #888888;
}

.footer .widget.newsletter-widget .form-control::placeholder {
  color: #888888;
}

.footer .widget.newsletter-widget .btn {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 13px;
  padding: 9.5px 23px 7.5px;
}

.footer .widget.newsletter-widget .btn.btn-border {
  padding: 8.5px 23px 6.5px;
}

.footer .widget.newsletter-widget .btn.btn-border:hover, .footer .widget.newsletter-widget .btn.btn-border:focus {
  border-radius: 20px !important;
}

.footer .widget .info-box {
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 1px;
}

@media (min-width: 992px) {
  .footer .widget .info-box {
    max-width: 320px;
  }
}

.footer .widget .info-box .info-box-title {
  margin-bottom: 14px;
}

.footer .widget .info-box .r-more {
  margin-top: 14px;
}

.footer .widget .call-list {
  margin-bottom: 7px;
}

.footer .widget .call-list li {
  font-size: 22px;
  line-height: 1.22;
}

.footer .widget.facebook-widget .btn.flike-btn {
  font-size: 14px;
  line-height: 1;
  margin-left: 50px;
  color: #fff;
  padding: 6px 10px 2px;
  min-width: 68px;
  margin-top: -4px;
}

.footer .widget.facebook-widget .btn.flike-btn.btn-border {
  padding: 5px 9px 1px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .footer .widget.facebook-widget .btn.flike-btn {
    margin-left: 20px;
    min-width: 52px;
  }
}

.footer .widget.facebook-widget p {
  margin-bottom: 16px;
}

.footer .widget.facebook-widget .facebook-widget-wrapper {
  margin-left: -7.5px;
  margin-right: -7.5px;
  max-width: 280px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .footer .widget.facebook-widget .facebook-widget-wrapper {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.footer .widget.facebook-widget .facebook-widget-wrapper:after {
  content: '';
  clear: both;
}

.footer .widget.facebook-widget .facebook-widget-wrapper .facebook-item {
  display: block;
  float: left;
  width: 25%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

@media (min-width: 992px) and (max-width: 1439px) {
  .footer .widget.facebook-widget .facebook-widget-wrapper .facebook-item {
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

.footer .widget.facebook-widget .facebook-widget-wrapper .facebook-item img {
  display: block;
  height: auto;
  width: 100%;
}

.footer .widget .swiper-button-prev,
.footer .widget .swiper-button-next {
  top: -42px;
}

.footer .widget .swiper-button-next {
  right: 20px;
}

.footer .widget .swiper-button-prev {
  right: 49px;
}

.footer .widget.contact-widget #small-map {
  width: 100%;
  height: 120px;
  margin-bottom: 15px;
}

.footer .widget.contact-widget #small-map2 {
  width: 100%;
  height: 100px;
  margin-bottom: 16px;
}

.footer .widget.contact-widget .input-desc {
  font-size: 16px;
}

.footer .widget.contact-widget .form-group {
  margin-bottom: 10px;
}

.footer .widget.contact-widget .form-group:last-of-type {
  margin-bottom: 25px;
}

.footer .widget.contact-widget .form-control {
  height: 46px;
  font-size: 16px;
  padding: 12.5px 20px 9.5px;
}

.footer .widget.contact-widget textarea.form-control {
  min-height: 87px;
}

.footer .widget.contact-widget .btn {
  font-size: 14px;
  padding: 11px 19px 8px;
}

.footer .widget .popular-entry {
  padding: 0 0 24px;
  margin: 0 0 25px;
  border-bottom: 1px solid #eeeeee;
}

.footer .widget .popular-entry:first-child {
  padding-top: 0;
}

.footer .widget .popular-entry:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.footer .widget .popular-entry:after {
  content: '';
  display: table;
  clear: both;
}

.footer .widget .popular-entry figure {
  float: left;
  width: 100px;
}

@media (max-width: 479px) {
  .footer .widget .popular-entry figure {
    width: 90px;
  }
}

.footer .widget .popular-entry figure a {
  display: block;
}

.footer .widget .popular-entry figure img {
  display: block;
  width: 100%;
  height: auto;
}

.footer .widget .pentry-meta {
  margin-left: 122px;
}

@media (max-width: 479px) {
  .footer .widget .pentry-meta {
    margin-left: 110px;
  }
}

.footer .widget .pentry-meta span,
.footer .widget .pentry-meta h5 {
  font-family: "Hind", sans-serif;
  font-size: 15px;
  line-height: 1.3;
}

.footer .widget .pentry-meta span {
  display: block;
  font-weight: 400;
  margin-bottom: 5px;
  color: #888888;
  padding-top: 8px;
}

.footer .widget .pentry-meta h5 {
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #555;
  max-width: 190px;
}

.footer .widget .pentry-meta h5 a {
  color: #555;
}

.footer .widget .pentry-meta h5 a:hover, .footer .widget .pentry-meta h5 a:focus {
  color: #f27a21;
}

.footer .widget .tweets-list li {
  margin-bottom: 44px;
  font-size: 15px;
  color: #999999;
  line-height: 1.45;
}

@media (min-width: 768px) and (max-width: 1599px) {
  .footer .widget .tweets-list li {
    font-size: 14px;
  }
}

.footer .widget .tweets-list li:last-child {
  margin-bottom: 0;
}

@media (min-width: 1600px) {
  .footer .widget .tweets-list li {
    font-size: 15px;
    margin-bottom: 58px;
  }
}

.footer .widget .tweets-list li p {
  max-width: 350px;
  margin-bottom: 13px;
}

.footer .widget .tweets-list li a {
  color: #f27a21;
}

.footer .widget .tweets-list li a:hover, .footer .widget .tweets-list li a:focus {
  color: #008bcc;
}

.footer .widget .tweets-list .tweet-date {
  font-size: 13px;
  line-height: 1.1;
  color: #a3a3a3;
}

.footer .widget .tweets-list .tweet-top {
  margin-bottom: 19px;
}

@media (min-width: 1600px) {
  .footer .widget .tweets-list .tweet-top {
    margin-bottom: 21px;
  }
}

.footer .widget .tweets-list .tweet-top figure {
  float: left;
}

.footer .widget .tweets-list .tweet-top figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

.footer .widget .tweets-list .tweet-top .tweet-user {
  margin-left: 68px;
  padding-top: 6px;
}

.footer .widget .tweets-list .tweet-top .tweet-user h5 {
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 1.2;
  color: #666666;
  font-weight: 600;
}

.footer .widget .tweets-list .tweet-top .tweet-user h5 a {
  color: #666666;
}

.footer .widget .tweets-list .tweet-top .tweet-user h5 a:hover, .footer .widget .tweets-list .tweet-top .tweet-user h5 a:focus {
  color: #f27a21;
}

.footer .widget .tweets-list .tweet-top .tweet-user p {
  font: 400 15px/1.2 "Fira Sans", Arial, sans-serif;
  margin-bottom: 0;
}

.footer .widget .tweets-list .tweet-top .tweet-user p a {
  color: #888888;
}

.footer .widget .tweets-list .tweet-top .tweet-user p a:hover, .footer .widget .tweets-list .tweet-top .tweet-user p a:focus {
  color: #f27a21;
}

.footer .widget .tweets-list .tweet-top:after {
  content: '';
  display: table;
  clear: both;
}

/* Footer Top */
.footer-top {
  padding: 70px 0 10px;
  background-color: #fcfcfc;
}

@media (min-width: 992px) {
  .footer-top {
    padding-top: 80px;
    padding-bottom: 8px;
  }
}

.footer-top .widget {
  margin-bottom: 70px;
}

.footer-top .widget .widget-title {
  font: 700 16px/1 "Hind", sans-serif;
  color: #555555;
  margin: 0 0 25px;
}

/* Footer Inner */
.footer-inner {
  padding: 50px 0 12px;
}

@media (min-width: 992px) {
  .footer-inner {
    padding: 69px 0 30px;
  }
}

/* Footer Bottom */
.footer-bottom {
  background-color: #fff;
  padding: 30px 0;
  color: #a8a8a8;
}

@media (min-width: 992px) {
  .footer-bottom {
    padding: 29px 0 28px;
  }
}

.footer-bottom .footer-left {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .footer-bottom .footer-left {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .footer-bottom .footer-right {
    text-align: right;
  }
}

.footer-bottom a {
  color: #a8a8a8;
}

.footer-bottom a:hover, .footer-bottom a:focus {
  color: #f27a21;
}

.footer-bottom .social-icons {
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  .footer-bottom .social-icons {
    margin-bottom: 10px;
  }
}

.footer-bottom .social-icons .social-icon {
  background-color: #cfcfcf;
}

.footer-bottom .footer-menu {
  font-size: 0;
  margin: 0;
}

@media (max-width: 767px) {
  .footer-bottom .footer-menu {
    margin-bottom: 33px;
  }
}

.footer-bottom .footer-menu li {
  font-size: 15px;
  display: block;
  border-bottom: 1px solid #d1d1d1;
}

@media (max-width: 767px) {
  .footer-bottom .footer-menu li {
    line-height: 1.5;
    padding: 10px 0 8px;
    border-color: #f3f3f3;
  }
  .footer-bottom .footer-menu li:first-child {
    border-top: 1px solid #f3f3f3;
  }
}

@media (min-width: 768px) {
  .footer-bottom .footer-menu li {
    display: inline-block;
    border-bottom: none;
  }
}

.footer-bottom .footer-menu li + li:before {
  color: #d1d1d1;
}

@media (min-width: 768px) {
  .footer-bottom .footer-menu li + li:before {
    content: '|';
    margin: 0 10px;
  }
}

@media (min-width: 1200px) {
  .footer-bottom .footer-menu li + li:before {
    margin: 0 14px;
  }
}

@media (min-width: 1440px) {
  .footer-bottom .footer-menu li + li:before {
    margin: 0 21px;
  }
}

.footer-bottom .footer-menu li.active a {
  color: #f27a21;
}

.footer-bottom .footer-menu a {
  display: inline-block;
}

.footer-bottom .payment-info h5 {
  font: 700 14px/1.25 "Fira Sans", Arial, sans-serif;
  color: #a8a8a8;
  margin: -2px 0 4px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

@media (max-width: 767px) {
  .footer-bottom .payment-info h5 {
    margin-bottom: 10px;
  }
}

.footer-bottom .payment-info p {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footer-bottom .payment-info p {
    margin-bottom: 16px;
  }
}

.footer-bottom .payment-info img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  opacity: 0.3;
  transition: opacity 0.4s;
}

.footer-bottom .payment-info img:hover, .footer-bottom .payment-info img:focus {
  opacity: 0.7;
}

/* -------- Scroll Top Button  -------*/
.scroll-top {
  display: inline-block;
  cursor: pointer;
  z-index: 999;
  width: 55px;
  height: 55px;
  border: 2px solid #b1b1b1;
  transition: all 0.35s, background-position 0.01s;
  border-radius: 50%;
  margin-top: 25px;
  background-position: 0px -6776px;
}

@media (min-width: 768px) {
  .scroll-top {
    position: fixed;
    bottom: 180px;
    right: 40px;
    opacity: 0;
    visibility: hidden;
    margin: 0;
    -webkit-transform: translateY(90px);
    -ms-transform: translateY(90px);
    transform: translateY(90px);
  }
  .scroll-top.fixed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.scroll-top:hover, .scroll-top:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  background-position: 0px -6829px;
}

#small-map address,
#small-map2 address {
  color: #555;
}

.footer-logo {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Footer 2 */
.footer.footer2 {
  background-color: #ecebeb;
  color: #999999;
}

.footer.footer2 .widget .widget-title {
  color: #888888;
}

.footer.footer2 .widget.newsletter-widget .form-control {
  border-color: #fff;
}

.footer.footer2 .footer-top {
  line-height: 0;
  padding: 29px 0 0;
  background-color: #f2f2f2;
}

.footer.footer2 .footer-top .widget {
  margin-bottom: 23px;
}

.footer.footer2 .footer-inner {
  padding: 70px 0 10px;
}

@media (min-width: 992px) {
  .footer.footer2 .footer-inner {
    padding: 88px 0 12px;
  }
}

.footer.footer2 .social-icons .social-icon {
  background-color: #d4d4d4;
}

.footer.footer2 .footer-logo {
  margin-bottom: 16px;
}

.footer.footer2 .footer-bottom {
  background-color: transparent;
  padding: 38px 0 42px;
}

.footer.footer2 .footer-bottom.text-center .payment-info {
  max-width: 400px;
  margin: 0 auto;
}

/* Footer 3 */
.footer.footer3 {
  background-color: #6e7172;
  color: #e4e4e2;
}

.footer.footer3 a {
  color: #e4e4e4;
}

.footer.footer3 a:hover, .footer.footer3 a:focus {
  color: #f27a21;
}

.footer.footer3 .widget .widget-title {
  color: #f5f5f5;
}

.footer.footer3 .widget .contact-list li .info-icon {
  background-color: #7d7f80;
}

.footer.footer3 .footer-roof {
  padding: 27px 0 0;
  background-color: #f6f6f6;
}

.footer.footer3 .footer-roof .widget {
  margin-bottom: 24px;
}

@media (min-width: 1600px) {
  .footer.footer3 .footer-roof .widget .info-box.border-left:before {
    left: -61px;
  }
}

@media (min-width: 1920px) {
  .footer.footer3 .footer-roof .widget .info-box.border-left:before {
    left: -78px;
  }
}

.footer.footer3 .footer-top {
  background-color: #fff;
}

@media (min-width: 992px) {
  .footer.footer3 .footer-top {
    padding: 80px 0 25px;
  }
}

.footer.footer3 .footer-top .widget {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
}

.footer.footer3 .footer-top .widget .widget-title {
  color: #585858;
  margin-bottom: 36px;
}

.footer.footer3 .footer-top .widget .swiper-container,
.footer.footer3 .footer-top .widget .swiper-wrapper {
  overflow: visible !important;
}

.footer.footer3 .footer-top .widget .swiper-button-prev,
.footer.footer3 .footer-top .widget .swiper-button-next {
  top: -59px;
}

.footer.footer3 .footer-bottom {
  background-color: #6b6e6f;
  color: #afb1b1;
}

@media (min-width: 992px) {
  .footer.footer3 .footer-bottom {
    padding: 27px 0;
  }
}

@media (max-width: 767px) {
  .footer.footer3 .footer-bottom .footer-menu li {
    border-bottom-color: #7d7f80;
  }
}

@media (max-width: 767px) {
  .footer.footer3 .footer-bottom .footer-menu li:first-child {
    border-top-color: #7d7f80;
  }
}

.footer.footer3 .footer-bottom .footer-menu li + li:before {
  color: #afb1b1;
}

.footer.footer3 .footer-bottom a {
  color: #afb1b1;
}

.footer.footer3 .footer-bottom a:hover, .footer.footer3 .footer-bottom a:focus {
  color: #f27a21;
}

.footer.footer3 .footer-bottom .payment-info h5 {
  color: #dadadb;
}

.footer.footer3 .footer-bottom .payment-info img {
  opacity: 1;
}

/* Footer 4 */
.footer.footer4 {
  background-color: #363c3f;
  color: #d6d6d6;
}

.footer.footer4 a {
  color: #d6d6d6;
}

.footer.footer4 a:hover, .footer.footer4 a:focus {
  color: #f27a21;
}

.footer.footer4 .custombg-widget-wrapper {
  position: relative;
  padding: 0 0 1px;
  color: #fff;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .footer.footer4 .custombg-widget-wrapper {
    padding: 0 20px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.footer.footer4 .custombg-widget-wrapper:before {
  content: '';
  position: absolute;
  left: -60px;
  width: 3000px;
  top: -73px;
  right: -60px;
  bottom: 0;
  background-color: #81ccfc;
  z-index: 0;
}

@media (min-width: 992px) {
  .footer.footer4 .custombg-widget-wrapper:before {
    width: auto;
    top: -73px;
    height: 2000px;
    left: 0;
    right: 0;
    bottom: auto;
  }
}

.footer.footer4 .custombg-widget-wrapper a {
  color: #fff;
}

.footer.footer4 .custombg-widget-wrapper a:hover, .footer.footer4 .custombg-widget-wrapper a:focus {
  color: #7ccbfb;
}

@media (min-width: 992px) {
  .footer.footer4 .custombg-widget-wrapper {
    padding-top: 7px;
  }
}

@media (min-width: 1600px) {
  .footer.footer4 .custombg-widget-wrapper {
    padding-right: 60px;
    padding-left: 40px;
  }
}

.footer.footer4 .custombg-widget-wrapper .widget {
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .footer.footer4 .custombg-widget-wrapper .widget:first-child {
    margin-bottom: 80px;
  }
}

@media (min-width: 1600px) {
  .footer.footer4 .custombg-widget-wrapper .widget:first-child {
    margin-bottom: 95px;
  }
}

.footer.footer4 .custombg-widget-wrapper .widget .widget-title {
  color: #fff;
  padding-top: 0;
  margin-bottom: 24px;
}

.footer.footer4 .custombg-widget-wrapper .widget .footer-logo {
  margin-bottom: 32px;
}

.footer.footer4 .custombg-widget-wrapper .widget .img-responsive {
  margin-bottom: 40px;
}

@media (min-width: 1600px) {
  .footer.footer4 .custombg-widget-wrapper .widget .img-responsive {
    margin-bottom: 60px;
  }
}

.footer.footer4 .custombg-widget-wrapper .widget .contact-list li {
  font-size: 14px;
  overflow: visible;
  line-height: 16px;
  padding-left: 52px;
  margin-bottom: 15px;
}

@media (min-width: 1600px) {
  .footer.footer4 .custombg-widget-wrapper .widget .contact-list li {
    font-size: 15px;
    margin-bottom: 20px;
  }
}

.footer.footer4 .custombg-widget-wrapper .widget .contact-list li .info-icon {
  width: 36px;
  height: 36px;
  border: 2px solid #7ccbfb;
  background-color: #7ccbfb;
  margin-right: 15px;
}

.footer.footer4 .widget {
  margin-bottom: 50px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer.footer4 .widget {
    margin-bottom: 60px;
  }
}

@media (min-width: 992px) {
  .footer.footer4 .widget {
    margin-bottom: 70px;
  }
}

.footer.footer4 .widget .widget-title {
  color: #dedede;
  font-family: "Hind", sans-serif;
  margin-bottom: 34px;
  padding-top: 10px;
}

.footer.footer4 .widget .widget-title.bordered {
  position: relative;
  margin-bottom: 15px;
}

.footer.footer4 .widget .widget-title.bordered span {
  position: relative;
  z-index: 1;
  padding-right: 10px;
  background-color: #363c3f;
}

.footer.footer4 .widget .widget-title.bordered:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 6px;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.08);
  z-index: 0;
}

.footer.footer4 .widget .swiper-container,
.footer.footer4 .widget .swiper-wrapper {
  overflow: visible !important;
}

.footer.footer4 .widget .swiper-button-prev,
.footer.footer4 .widget .swiper-button-next {
  top: -59px;
  border-color: #cdcdcd;
}

.footer.footer4 .widget .swiper-button-prev:hover, .footer.footer4 .widget .swiper-button-prev:focus,
.footer.footer4 .widget .swiper-button-next:hover,
.footer.footer4 .widget .swiper-button-next:focus {
  background-color: #f27a21;
  border-color: #f27a21;
}

.footer.footer4 .widget .swiper-button-prev {
  right: 30px;
}

@media (min-width: 1600px) {
  .footer.footer4 .widget .swiper-button-prev {
    right: 65px;
  }
}

.footer.footer4 .widget .swiper-button-next {
  right: 0;
}

@media (min-width: 1600px) {
  .footer.footer4 .widget .swiper-button-next {
    right: 37px;
  }
}

.footer.footer4 .widget .contact-list li .info-icon {
  background-color: #7d7f80;
}

.footer.footer4 .widget .products-list .product {
  border-color: rgba(255, 255, 255, 0.03);
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.footer.footer4 .widget .products-list .product:last-cihld {
  margin-bottom: 0;
  padding-bottom: 0;
}

.footer.footer4 .widget .products-list .product-title a {
  color: #d6d6d6;
}

.footer.footer4 .widget .products-list .product-title a:hover, .footer.footer4 .widget .products-list .product-title a:focus {
  color: #f27a21;
}

.footer.footer4 .widget .products-list .product-price-container {
  font-family: "Fira Sans", Arial, sans-serif;
  color: #afafaf;
}

.footer.footer4 .widget .products-list .product-price-container .product-old-price {
  font-size: 14px;
  font-weight: 400;
}

.footer.footer4 .widget .products-list .product-price-container .product-price {
  font-size: 16px;
  font-weight: 500;
  color: #73c6fc;
}

.footer.footer4 .widget .tweets-list li {
  color: inherit;
}

.footer.footer4 .widget .tweets-list li a {
  color: #9dd6fb;
}

.footer.footer4 .widget .tweets-list li a:hover, .footer.footer4 .widget .tweets-list li a:focus {
  color: #f27a21;
}

@media (min-width: 1600px) {
  .footer.footer4 .widget .tweets-list li:not(:last-child) {
    margin-bottom: 56px;
  }
}

.footer.footer4 .widget .tweets-list li .tweet-top .tweet-user h5 a {
  color: #dbdbdb;
}

.footer.footer4 .widget .tweets-list li .tweet-top .tweet-user h5 a:hover, .footer.footer4 .widget .tweets-list li .tweet-top .tweet-user h5 a:focus {
  color: #f27a21;
}

.footer.footer4 .widget .tweets-list li .tweet-top .tweet-user p a {
  color: #afafaf;
}

.footer.footer4 .widget .tweets-list li .tweet-top .tweet-user p a:hover, .footer.footer4 .widget .tweets-list li .tweet-top .tweet-user p a:focus {
  color: #f27a21;
}

.footer.footer4 .widget .tweets-list li .tweet-date {
  color: #afafaf;
}

.footer.footer4 .widget.contact-widget .input-desc {
  color: #bfbfbf;
}

.footer.footer4 .widget.contact-widget .form-group {
  margin-bottom: 10px;
}

.footer.footer4 .widget.contact-widget .form-group:last-of-type {
  margin-bottom: 25px;
}

.footer.footer4 .widget.contact-widget .form-group.label-overlay {
  background-color: transparent;
}

.footer.footer4 .widget.contact-widget .form-group.label-overlay label {
  background-color: #363c3f;
}

.footer.footer4 .widget.contact-widget .form-control {
  color: #bfbfbf;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
}

.footer.footer4 .widget.contact-widget .btn {
  font-size: 14px;
  padding: 11px 19px 8px;
}

.footer.footer4 .widget .links {
  margin-top: 0;
}

.footer.footer4 .widget .links li {
  font-size: 14px;
  text-transform: capitalize;
}

.footer.footer4 .widget.newsletter-widget p {
  padding-top: 7px;
  margin-bottom: 24px;
}

.footer.footer4 .widget.newsletter-widget .text-custom {
  color: #9dd6fb !important;
}

.footer.footer4 .widget.newsletter-widget .form-control {
  background-color: transparent;
  color: #d6d6d6;
  border-color: #fff;
}

.footer.footer4 .widget.newsletter-widget .form-control::-webkit-input-placeholder {
  color: #d6d6d6;
}

.footer.footer4 .widget.newsletter-widget .form-control::-moz-placeholder {
  color: #d6d6d6;
}

.footer.footer4 .widget.newsletter-widget .form-control:-ms-input-placeholder {
  color: #d6d6d6;
}

.footer.footer4 .widget.newsletter-widget .form-control::placeholder {
  color: #d6d6d6;
}

.footer.footer4 .footer-inner {
  padding: 68px 0 0;
  overflow: hidden;
}

.footer.footer4 .footer-bottom {
  background-color: #eaeaea;
  color: #a8a8a8;
}

@media (min-width: 992px) {
  .footer.footer4 .footer-bottom {
    padding: 25px 0 13px;
  }
}

.footer.footer4 .footer-bottom img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  opacity: 1;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .footer.footer4 .footer-bottom img {
    margin-bottom: 13px;
  }
}

.footer.footer4 .footer-bottom img:hover, .footer.footer4 .footer-bottom img:focus {
  opacity: 1;
}

.footer.footer4 .footer-bottom .footer-left {
  margin-bottom: 13px;
}

@media (min-width: 992px) {
  .footer.footer4 .footer-bottom .footer-left {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .footer.footer4 .footer-bottom .footer-menu li {
    border-bottom-color: #d0d0d0;
  }
}

@media (max-width: 767px) {
  .footer.footer4 .footer-bottom .footer-menu li:first-child {
    border-top-color: #d0d0d0;
  }
}

.footer.footer4 .footer-bottom .footer-menu li + li:before {
  color: #d0d0d0;
}

.footer.footer4 .footer-bottom a {
  color: #a8a8a8;
}

.footer.footer4 .footer-bottom a:hover, .footer.footer4 .footer-bottom a:focus {
  color: #f27a21;
}

.footer.footer4 .footer-bottom .payment-info {
  margin-top: 8px;
}

@media (min-width: 992px) {
  .footer.footer4 .footer-bottom .payment-info {
    margin-top: 23px;
  }
}

@media (min-width: 1600px) {
  .footer.footer4 .footer-bottom .payment-info {
    margin-top: 18px;
  }
}

@media (min-width: 1600px) {
  .footer.footer4 .footer-bottom .payment-info {
    font-size: 15px;
  }
}

.footer.footer4 .footer-bottom .payment-info p {
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .footer.footer4 .footer-bottom .payment-info p {
    margin-bottom: 0;
  }
}

.footer.footer4 .footer-bottom .payment-info h5 {
  color: #a8a8a8;
}

@media (min-width: 1600px) {
  .footer.footer4 .footer-bottom .payment-info h5 {
    font-size: 16px;
  }
}

.footer.footer4 .scroll-top {
  margin-top: 0;
}

@media (min-width: 768px) {
  .footer.footer4 .scroll-top {
    bottom: 80px;
    right: 20px;
    margin-top: 0;
  }
}

/* Footer 5 */
.footer.footer5 {
  background-color: #fff;
  color: #999999;
}

.footer.footer5 .footer-newsletter {
  color: #888888;
  background-color: #f2f2f2;
  background-image: url("../images/noice-bg.jpg");
  background-repeat: repeat;
  border-bottom: 1px solid #eaeaea;
}

.footer.footer5 .footer-newsletter h4 {
  color: #484848;
}

.footer.footer5 .footer-newsletter .form-control {
  background-color: #ffffff;
  color: #555555;
}

.footer.footer5 .footer-newsletter .form-control::-webkit-input-placeholder {
  color: #555555;
}

.footer.footer5 .footer-newsletter .form-control::-moz-placeholder {
  color: #555555;
}

.footer.footer5 .footer-newsletter .form-control:-ms-input-placeholder {
  color: #555555;
}

.footer.footer5 .footer-newsletter .form-control::placeholder {
  color: #555555;
}

.footer.footer5 .widget .widget-title {
  color: #888888;
}

.footer.footer5 .widget .call-list li {
  color: #7d7c7c;
}

.footer.footer5 .footer-top {
  line-height: 0;
  padding: 29px 0 0;
  background-color: #f2f2f2;
}

.footer.footer5 .footer-top .widget {
  margin-bottom: 23px;
}

.footer.footer5 .footer-inner {
  padding: 70px 0 10px;
}

@media (min-width: 992px) {
  .footer.footer5 .footer-inner {
    padding: 88px 0 12px;
  }
}

.footer.footer5 .social-icons .social-icon {
  background-color: #d4d4d4;
}

.footer.footer5 .footer-logo {
  margin-bottom: 16px;
}

.footer.footer5 .footer-bottom {
  background-color: transparent;
  padding: 38px 0 42px;
}

.footer.footer5 .footer-bottom.text-center .payment-info {
  max-width: 400px;
  margin: 0 auto;
}

/* Footer 6 */
.footer.footer6 {
  background-color: #3b3c3d;
  color: #c5c5c5;
}

.footer.footer6 a {
  color: #c5c5c5;
}

.footer.footer6 a:hover, .footer.footer6 a:focus {
  color: #f27a21;
}

.footer.footer6 .footer-newsletter {
  color: #888888;
  background-color: #f2f2f2;
}

@media (min-width: 768px) {
  .footer.footer6 .footer-newsletter {
    padding-top: 43px;
    padding-bottom: 36px;
  }
}

.footer.footer6 .footer-newsletter h4 {
  color: #484848;
  font-weight: 400;
}

@media (min-width: 768px) {
  .footer.footer6 .footer-newsletter h4 {
    margin-bottom: 13px;
  }
}

@media (min-width: 992px) {
  .footer.footer6 .footer-newsletter h4 {
    font-size: 38px;
  }
}

.footer.footer6 .footer-newsletter .form-control {
  background-color: #ffffff;
  color: #555555;
}

.footer.footer6 .footer-newsletter .form-control::-webkit-input-placeholder {
  color: #555555;
}

.footer.footer6 .footer-newsletter .form-control::-moz-placeholder {
  color: #555555;
}

.footer.footer6 .footer-newsletter .form-control:-ms-input-placeholder {
  color: #555555;
}

.footer.footer6 .footer-newsletter .form-control::placeholder {
  color: #555555;
}

.footer.footer6 .footer-newsletter .btn.btn-custom {
  background-color: #5ccbff;
  border-color: #5ccbff;
}

.footer.footer6 .footer-newsletter .btn.btn-custom:hover, .footer.footer6 .footer-newsletter .btn.btn-custom:focus {
  background-color: #f27a21;
  border-color: #f27a21;
  border-radius: 28px !important;
}

.footer.footer6 .footer-newsletter .btn.btn-custom:hover .icon-btn-arrow, .footer.footer6 .footer-newsletter .btn.btn-custom:focus .icon-btn-arrow {
  background-position: 0px -5366px;
}

.footer.footer6 .widget .widget-title {
  color: #d9d9d9;
}

.footer.footer6 .widget .contact-list li {
  margin-bottom: 23px;
}

.footer.footer6 .widget .contact-list li .info-icon {
  background-color: #4f5051;
}

.footer.footer6 .footer-inner {
  padding: 70px 0 10px;
}

@media (min-width: 992px) {
  .footer.footer6 .footer-inner {
    padding: 88px 0 12px;
  }
}

.footer.footer6 .social-icons .social-icon {
  background-color: #4f5051;
}

.footer.footer6 .footer-logo {
  margin-bottom: 16px;
}

.footer.footer6 .footer-bottom {
  background-color: transparent;
  padding: 38px 0 42px;
  color: #959494;
}

.footer.footer6 .footer-bottom a {
  color: #959494;
}

.footer.footer6 .footer-bottom a:hover, .footer.footer6 .footer-bottom a:focus {
  color: #f27a21;
}

.footer.footer6 .footer-bottom.text-center .payment-info {
  max-width: 400px;
  margin: 0 auto;
}

.footer.footer6 .footer-bottom .payment-info img {
  opacity: 0.85;
}

.footer.footer6 .footer-bottom .payment-info img:hover, .footer.footer6 .footer-bottom .payment-info img:Focus {
  opacity: 1;
}

/* Footer 7 */
.footer.footer7 {
  background-color: #fcfcfc;
  color: #888888;
}

.footer.footer7 a {
  color: #888888;
}

.footer.footer7 a:hover, .footer.footer7 a:focus {
  color: #f27a21;
}

.footer.footer7 .widget .widget-title {
  color: #777777;
}

.footer.footer7 .widget .links {
  margin-top: -7px;
}

.footer.footer7 .widget .links li {
  font-size: 14px;
  line-height: 32px;
  text-transform: capitalize;
}

.footer.footer7 .widget .contact-list li {
  font-size: 14px;
}

.footer.footer7 .widget .contact-list li .info-icon {
  background-color: transparent;
  border: 1px solid #c6c6c6;
}

.footer.footer7 .widget.facebook-widget .btn-dark.btn-border {
  color: #555555;
  border-color: #555555;
}

.footer.footer7 .widget.facebook-widget .btn-dark.btn-border:hover, .footer.footer7 .widget.facebook-widget .btn-dark.btn-border:focus {
  background-color: transparent;
  border-color: #f27a21;
  color: #f27a21;
  border-radius: 28px !important;
}

.footer.footer7 .footer-inner {
  padding: 65px 0 10px;
}

@media (min-width: 992px) {
  .footer.footer7 .footer-inner {
    padding: 88px 0 27px;
  }
}

.footer.footer7 .footer-logo {
  margin-bottom: 16px;
}

.footer.footer7 .footer-bottom {
  background-color: transparent;
  padding: 38px 0 42px;
  color: #a8a8a8;
}

.footer.footer7 .footer-bottom a {
  color: #a8a8a8;
}

.footer.footer7 .footer-bottom a:hover, .footer.footer7 .footer-bottom a:focus {
  color: #f27a21;
}

.footer.footer7 .footer-bottom.text-center .payment-info {
  max-width: 400px;
  margin: 0 auto;
}

.footer.footer7 .footer-bottom .payment-info img {
  opacity: 0.25;
}

.footer.footer7 .footer-bottom .payment-info img:hover, .footer.footer7 .footer-bottom .payment-info img:Focus {
  opacity: 0.75;
}

/* ---------- 20.Coming Soon --------------
--------------------------------------*/
.coming-soon {
  background-image: url("../images/coming-soonbg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: #484f52;
  font: 400 16px/1.25 "Hind", sans-serif;
}

@media (min-width: 1200px) {
  .coming-soon {
    font-size: 17px;
  }
}

@media (min-width: 1600px) {
  .coming-soon {
    font-size: 19px;
  }
}

.coming-soon .soon-content {
  padding-top: 50%;
}

@media (min-width: 768px) {
  .coming-soon .soon-content {
    padding-top: 72%;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .coming-soon .soon-content {
    padding-top: 50%;
    padding-left: 45px;
  }
}

@media (min-width: 1440px) {
  .coming-soon .soon-content {
    padding-left: 80px;
  }
}

@media (min-width: 1600px) {
  .coming-soon .soon-content {
    padding-left: 100px;
  }
}

.coming-soon h1 {
  color: #fff;
  font: 700 42px/0.9 "Fira Sans", Arial, sans-serif;
  text-shadow: 0 4px 1px rgba(0, 0, 0, 0.05);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .coming-soon h1 {
    font-size: 42px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1200px) {
  .coming-soon h1 {
    font-size: 72px;
    margin-bottom: 18px;
  }
}

@media (min-width: 1440px) {
  .coming-soon h1 {
    font-size: 88px;
  }
}

@media (min-width: 1600px) {
  .coming-soon h1 {
    font-size: 110px;
    margin-bottom: 21px;
  }
}

.coming-soon p {
  max-width: 420px;
  margin-bottom: 28px;
  letter-spacing: 0.05em;
}

@media (min-width: 768px) {
  .coming-soon p {
    margin-bottom: 24px;
  }
}

@media (min-width: 1200px) {
  .coming-soon p {
    font-size: 17px;
    margin-bottom: 28px;
  }
}

@media (min-width: 1600px) {
  .coming-soon p {
    max-width: 480px;
    margin-bottom: 38px;
  }
}

.coming-soon .coming-countdown {
  max-width: 420px;
}

@media (min-width: 1200px) {
  .coming-soon .coming-countdown {
    max-width: 480px;
  }
}

@media (min-width: 1600px) {
  .coming-soon .coming-countdown {
    max-width: 580px;
  }
}

.coming-soon .countdown-rtl {
  direction: rtl;
}

.coming-soon .countdown-row {
  clear: both;
  width: 100%;
  padding: 0px;
}

.coming-soon .countdown-show1 .countdown-section {
  width: 98%;
}

.coming-soon .countdown-show2 .countdown-section {
  width: 48%;
}

.coming-soon .countdown-show3 .countdown-section {
  width: 32.5%;
}

.coming-soon .countdown-show4 .countdown-section {
  width: 24.5%;
}

.coming-soon .countdown-show5 .countdown-section {
  width: 19.5%;
}

.coming-soon .countdown-show6 .countdown-section {
  width: 16.25%;
}

.coming-soon .countdown-show7 .countdown-section {
  width: 14%;
}

.coming-soon .countdown-section {
  display: block;
  float: left;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #044657;
}

.coming-soon .countdown-amount {
  font-size: 36px;
  line-height: 1;
}

@media (min-width: 768px) {
  .coming-soon .countdown-amount {
    font-size: 48px;
  }
}

@media (min-width: 1200px) {
  .coming-soon .countdown-amount {
    font-size: 60px;
  }
}

@media (min-width: 1440px) {
  .coming-soon .countdown-amount {
    font-size: 72px;
  }
}

@media (min-width: 1600px) {
  .coming-soon .countdown-amount {
    font-size: 80px;
  }
}

.coming-soon .countdown-period {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.1;
  margin-top: 6px;
}

@media (min-width: 992px) {
  .coming-soon .countdown-period {
    font-size: 15px;
  }
}

@media (min-width: 1200px) {
  .coming-soon .countdown-period {
    padding-left: 4px;
  }
}

@media (min-width: 1440px) {
  .coming-soon .countdown-period {
    font-size: 16px;
    margin-top: 10px;
  }
}

@media (min-width: 1600px) {
  .coming-soon .countdown-period {
    font-size: 17px;
    padding-left: 12px;
  }
}

.coming-soon .countdown-descr {
  display: block;
  width: 100%;
}

.views-text{
  font-size: 11px;
}