/*!
 * Table of Contents
 * 01.0 - Fonts
 * 02.0 - Reset
 * 03.0 - Utility
 * 04.0 - Plugins
 * 05.0 - Ui Elements
 * 06.0 - Layouts
 * 07.0 - Cards
*/

/*! 01.0 Fonts */
 
@font-face {
  font-family: 'Mafakanev';
  src: url("../fonts/Mafakanev.eot");
  src: local("Mafakanev"), url("../fonts/Mafakanev.eot?#iefix") format("embedded-opentype"), url("../fonts/Mafakanev.woff2") format("woff2"), url("../fonts/Mafakanev.woff") format("woff"), url("../fonts/Mafakanev.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}


/*! 02.0 Reset */


/*! 02.0 - RESET */

body {
  font-family: "Poppins", sans-serif;
  color: #888888;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; 
  word-wrap: break-word;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
table {
  margin-bottom: 12;
  line-height: 2;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000000;
}

label {
  font-weight: 500;
  font-size: .86em;
}

h1,
.h1 {
  font-size: 2.2em;
}

h2,
.h2 {
  font-size: 1.8em;
}

h3,
.h3 {
  font-size: 1.5em;
  line-height: 1.6;
}

h4,
.h4 {
  font-size: 1.3em;
}

h5,
.h5 {
  font-size: 1.14em;
}

h6,
.h6 {
  font-size: 1em;
}

.blog-details-content,
p {
  font-size: 13px;
  font-weight: 400;
}

p.lead {
  font-size: 1.3em;
}

p.lead.small {
  font-size: 1em;
  font-weight: 400;
}

blockquote {
  font-size: 1em;
  line-height: 1.8;
  font-weight: 300;
}

@media (min-width: 576px) {
  h1,
  .h1 {
    font-size: 3.71em;
  }
  h2,
  .h2 {
    font-size: 2.57em;
  }
  h3,
  .h3 {
    font-size: 2em;
  }
  h4,
  .h4 {
    font-size: 1.6em;
  }
  .blog-details-content,
  p {
    font-size: 13px;
  }
  p.lead {
    font-size: 1.41em;
  }
  p.lead.small {
    font-size: 1.07em;
  }
  blockquote {
    font-size: 1.286em;
    line-height: 1.9;
  }
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #f0376b;
}

ul,
ol {
  padding: 0 0 0 20px;
  margin: 0px;
  list-style: none;
}

b,
strong {
  font-weight: 600;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #f0376b;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #f0376b;
  box-shadow: none;
}


/*! 03.0 Utility */


/*! 03.0 - UTILITY */

.font-secondary {
  font-family: "Mafakanev", cursive;
}

.font-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-mid {
  font-weight: 500;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.text-dark {
  color: #000000 !important;
}

.text-light {
  color: #888888 !important;
}

.text-white {
  color: #ffffff !important;
}

.text-primary {
  color: #f0376b !important;
}

.text-shadow {
  text-shadow: 5.298px 2.817px 1px rgba(0, 0, 0, 0.1);
}

.letter-space-xxl {
  letter-spacing: 0.68em;
}

.bdr {
  border: 1px solid #efefef;
}

.bdr-top {
  border-top: 1px solid #efefef;
}

.bdr-bottom {
  border-bottom: 1px solid #efefef;
}

.bdr-left {
  border-left: 1px solid #efefef;
}

.bdr-right {
  border-right: 1px solid #efefef;
}

.gutters-1px {
  margin-left: -0.5px;
  margin-right: -0.5px;
}

.gutters-1px>li,
.gutters-1px>div {
  padding-left: 0.5px;
  padding-right: 0.5px;
}

.gutters-2px {
  margin-left: -1px;
  margin-right: -1px;
}

.gutters-2px>li,
.gutters-2px>div {
  padding-left: 1px;
  padding-right: 1px;
}

.gutters-3px {
  margin-left: -1.5px;
  margin-right: -1.5px;
}

.gutters-3px>li,
.gutters-3px>div {
  padding-left: 1.5px;
  padding-right: 1.5px;
}

.gutters-4px {
  margin-left: -2px;
  margin-right: -2px;
}

.gutters-4px>li,
.gutters-4px>div {
  padding-left: 2px;
  padding-right: 2px;
}

.gutters-5px {
  margin-left: -2.5px;
  margin-right: -2.5px;
}

.gutters-5px>li,
.gutters-5px>div {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gutters-6px {
  margin-left: -3px;
  margin-right: -3px;
}

.gutters-6px>li,
.gutters-6px>div {
  padding-left: 3px;
  padding-right: 3px;
}

.gutters-7px {
  margin-left: -3.5px;
  margin-right: -3.5px;
}

.gutters-7px>li,
.gutters-7px>div {
  padding-left: 3.5px;
  padding-right: 3.5px;
}

.gutters-8px {
  margin-left: -4px;
  margin-right: -4px;
}

.gutters-8px>li,
.gutters-8px>div {
  padding-left: 4px;
  padding-right: 4px;
}

.gutters-9px {
  margin-left: -4.5px;
  margin-right: -4.5px;
}

.gutters-9px>li,
.gutters-9px>div {
  padding-left: 4.5px;
  padding-right: 4.5px;
}

.gutters-10px {
  margin-left: -5px;
  margin-right: -5px;
}

.gutters-10px>li,
.gutters-10px>div {
  padding-left: 5px;
  padding-right: 5px;
}

.gutters-11px {
  margin-left: -5.5px;
  margin-right: -5.5px;
}

.gutters-11px>li,
.gutters-11px>div {
  padding-left: 5.5px;
  padding-right: 5.5px;
}

.gutters-12px {
  margin-left: -6px;
  margin-right: -6px;
}

.gutters-12px>li,
.gutters-12px>div {
  padding-left: 6px;
  padding-right: 6px;
}

.gutters-13px {
  margin-left: -6.5px;
  margin-right: -6.5px;
}

.gutters-13px>li,
.gutters-13px>div {
  padding-left: 6.5px;
  padding-right: 6.5px;
}

.gutters-14px {
  margin-left: -7px;
  margin-right: -7px;
}

.gutters-14px>li,
.gutters-14px>div {
  padding-left: 7px;
  padding-right: 7px;
}

.gutters-15px {
  margin-left: -7.5px;
  margin-right: -7.5px;
}

.gutters-15px>li,
.gutters-15px>div {
  padding-left: 7.5px;
  padding-right: 7.5px;
}

.gutters-16px {
  margin-left: -8px;
  margin-right: -8px;
}

.gutters-16px>li,
.gutters-16px>div {
  padding-left: 8px;
  padding-right: 8px;
}

.gutters-17px {
  margin-left: -8.5px;
  margin-right: -8.5px;
}

.gutters-17px>li,
.gutters-17px>div {
  padding-left: 8.5px;
  padding-right: 8.5px;
}

.gutters-18px {
  margin-left: -9px;
  margin-right: -9px;
}

.gutters-18px>li,
.gutters-18px>div {
  padding-left: 9px;
  padding-right: 9px;
}

.gutters-19px {
  margin-left: -9.5px;
  margin-right: -9.5px;
}

.gutters-19px>li,
.gutters-19px>div {
  padding-left: 9.5px;
  padding-right: 9.5px;
}

.gutters-20px {
  margin-left: -10px;
  margin-right: -10px;
}

.gutters-20px>li,
.gutters-20px>div {
  padding-left: 10px;
  padding-right: 10px;
}

.gutters-21px {
  margin-left: -10.5px;
  margin-right: -10.5px;
}

.gutters-21px>li,
.gutters-21px>div {
  padding-left: 10.5px;
  padding-right: 10.5px;
}

.gutters-22px {
  margin-left: -11px;
  margin-right: -11px;
}

.gutters-22px>li,
.gutters-22px>div {
  padding-left: 11px;
  padding-right: 11px;
}

.gutters-23px {
  margin-left: -11.5px;
  margin-right: -11.5px;
}

.gutters-23px>li,
.gutters-23px>div {
  padding-left: 11.5px;
  padding-right: 11.5px;
}

.gutters-24px {
  margin-left: -12px;
  margin-right: -12px;
}

.gutters-24px>li,
.gutters-24px>div {
  padding-left: 12px;
  padding-right: 12px;
}

.gutters-25px {
  margin-left: -12.5px;
  margin-right: -12.5px;
}

.gutters-25px>li,
.gutters-25px>div {
  padding-left: 12.5px;
  padding-right: 12.5px;
}

.gutters-26px {
  margin-left: -13px;
  margin-right: -13px;
}

.gutters-26px>li,
.gutters-26px>div {
  padding-left: 13px;
  padding-right: 13px;
}

.gutters-27px {
  margin-left: -13.5px;
  margin-right: -13.5px;
}

.gutters-27px>li,
.gutters-27px>div {
  padding-left: 13.5px;
  padding-right: 13.5px;
}

.gutters-28px {
  margin-left: -14px;
  margin-right: -14px;
}

.gutters-28px>li,
.gutters-28px>div {
  padding-left: 14px;
  padding-right: 14px;
}

.gutters-29px {
  margin-left: -14.5px;
  margin-right: -14.5px;
}

.gutters-29px>li,
.gutters-29px>div {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.gutters-30px {
  margin-left: -15px;
  margin-right: -15px;
}

.gutters-30px>li,
.gutters-30px>div {
  padding-left: 15px;
  padding-right: 15px;
}

.gutters-31px {
  margin-left: -15.5px;
  margin-right: -15.5px;
}

.gutters-31px>li,
.gutters-31px>div {
  padding-left: 15.5px;
  padding-right: 15.5px;
}

.gutters-32px {
  margin-left: -16px;
  margin-right: -16px;
}

.gutters-32px>li,
.gutters-32px>div {
  padding-left: 16px;
  padding-right: 16px;
}

.gutters-33px {
  margin-left: -16.5px;
  margin-right: -16.5px;
}

.gutters-33px>li,
.gutters-33px>div {
  padding-left: 16.5px;
  padding-right: 16.5px;
}

.gutters-34px {
  margin-left: -17px;
  margin-right: -17px;
}

.gutters-34px>li,
.gutters-34px>div {
  padding-left: 17px;
  padding-right: 17px;
}

.gutters-35px {
  margin-left: -17.5px;
  margin-right: -17.5px;
}

.gutters-35px>li,
.gutters-35px>div {
  padding-left: 17.5px;
  padding-right: 17.5px;
}

.gutters-36px {
  margin-left: -18px;
  margin-right: -18px;
}

.gutters-36px>li,
.gutters-36px>div {
  padding-left: 18px;
  padding-right: 18px;
}

.gutters-37px {
  margin-left: -18.5px;
  margin-right: -18.5px;
}

.gutters-37px>li,
.gutters-37px>div {
  padding-left: 18.5px;
  padding-right: 18.5px;
}

.gutters-38px {
  margin-left: -19px;
  margin-right: -19px;
}

.gutters-38px>li,
.gutters-38px>div {
  padding-left: 19px;
  padding-right: 19px;
}

.gutters-39px {
  margin-left: -19.5px;
  margin-right: -19.5px;
}

.gutters-39px>li,
.gutters-39px>div {
  padding-left: 19.5px;
  padding-right: 19.5px;
}

.gutters-40px {
  margin-left: -20px;
  margin-right: -20px;
}

.gutters-40px>li,
.gutters-40px>div {
  padding-left: 20px;
  padding-right: 20px;
}

.gutters-41px {
  margin-left: -20.5px;
  margin-right: -20.5px;
}

.gutters-41px>li,
.gutters-41px>div {
  padding-left: 20.5px;
  padding-right: 20.5px;
}

.gutters-42px {
  margin-left: -21px;
  margin-right: -21px;
}

.gutters-42px>li,
.gutters-42px>div {
  padding-left: 21px;
  padding-right: 21px;
}

.gutters-43px {
  margin-left: -21.5px;
  margin-right: -21.5px;
}

.gutters-43px>li,
.gutters-43px>div {
  padding-left: 21.5px;
  padding-right: 21.5px;
}

.gutters-44px {
  margin-left: -22px;
  margin-right: -22px;
}

.gutters-44px>li,
.gutters-44px>div {
  padding-left: 22px;
  padding-right: 22px;
}

.gutters-45px {
  margin-left: -22.5px;
  margin-right: -22.5px;
}

.gutters-45px>li,
.gutters-45px>div {
  padding-left: 22.5px;
  padding-right: 22.5px;
}

.gutters-46px {
  margin-left: -23px;
  margin-right: -23px;
}

.gutters-46px>li,
.gutters-46px>div {
  padding-left: 23px;
  padding-right: 23px;
}

.gutters-47px {
  margin-left: -23.5px;
  margin-right: -23.5px;
}

.gutters-47px>li,
.gutters-47px>div {
  padding-left: 23.5px;
  padding-right: 23.5px;
}

.gutters-48px {
  margin-left: -24px;
  margin-right: -24px;
}

.gutters-48px>li,
.gutters-48px>div {
  padding-left: 24px;
  padding-right: 24px;
}

.gutters-49px {
  margin-left: -24.5px;
  margin-right: -24.5px;
}

.gutters-49px>li,
.gutters-49px>div {
  padding-left: 24.5px;
  padding-right: 24.5px;
}

.gutters-50px {
  margin-left: -25px;
  margin-right: -25px;
}

.gutters-50px>li,
.gutters-50px>div {
  padding-left: 25px;
  padding-right: 25px;
}


/*! 04.0 Plugins */


/*! 05.0 Ui Elements */
.post-password-form input[type="submit"],
.btn {
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.15em;
  padding: 11px 21px;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  border-radius: 0;
  color: #ffffff;
  text-transform: uppercase;
  background: #f0376b;
  border: 1px solid #f0376b;
  transition: all .5s;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  box-shadow: none;
  color: #ffffff;
  background: #30c18c;
  border-color: #30c18c;
}

.btn-alt {
  background: #30c18c;
  border-color: #30c18c;
}

.btn-alt:hover,
.btn-alt:focus,
.btn-alt:active {
  background: #f0376b;
  border-color: #f0376b;
}

.btn-dark {
  background: #000000;
  border-color: #000000;
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active {
  background: #f0376b;
  border-color: #f0376b;
}

.btn-outline {
  color: #000000;
  border-color: #efefef;
  background: transparent;
}

.btn-outline.btn-darker {
  border-color: #000000;
}

.btn-outline.btn-darker:hover {
  border-color: #30c18c;
}

.btn-icon {
  font-size: 16px;
  line-height: 19px;
}

.btn-icon+span {
  display: inline-block;
  padding-left: 8px;
}

.btn-block {
  width: 100%;
}

@media (min-width: 576px) {
  .btn {
    padding: 14px 27px;
  }
  .btn-sm {
    padding: 11px 15px;
  }
}

.line-3 {
  display: inline-block;
  width: 20px;
  height: 13px;
  position: relative;
}

.line-3:before,
.line-3:after {
  position: absolute;
  height: 7px;
  left: 0;
  content: '';
  width: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.line-3:before {
  top: 0;
}

.line-3:after {
  bottom: 0;
  width: 80%;
}

.header {
  position: relative;
  z-index: 7;
}

.header-gap {
  padding-top: 30px;
}

.header-slide {
  min-height: 100vh;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.navbar-bar~.header .header-slide {
  min-height: calc(100vh - 66px);
}

.topbar-bar~.header .header-slide {
  min-height: calc(100vh - 210px);
}

.header-slide-s2 {
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding: 80px 30px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.header-text-sm,
.header-text-xs {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}

.header-text-xs {
  letter-spacing: 0.28em;
}

.header-text-sm {
  letter-spacing: 0.68em;
}

.header-text-md {
  font-size: 26px;
  line-height: 0.98;
  letter-spacing: 0.18em;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.header-text-lg {
  font-size: 45px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-text-xxl {
  font-size: 50px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-text-xl {
  font-size: 40px;
  line-height: 1;
}

.header-text-overlap {
  margin: -10px 0 10px;
}

.header-cat-head {
  display: flex;
  align-items: center;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 26px;
  padding: 14px 35px;
  color: #ffffff;
  background: #000000;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 13px;
  cursor: pointer;
}

.header-cat-head .line-3 {
  margin-right: 24px;
  position: relative;
  top: -1px;
}

.header-cat-list {
  display: none;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.header-cat-list>li {
  position: relative;
  display: block;
  border-bottom: 1px solid #efefef;
}

.header-cat-list>li>a {
  display: flex;
  align-items: center;
  font-size: 13px;
  line-height: 25px;
  padding: 15px 25px;
  font-weight: 500;
  color: #000000;
}

.header-cat-list>li>a .fi {
  color: #888888;
  margin-right: 12px;
}

.header-cat-list>li>a .fi:before {
  position: relative;
  top: 2px;
}

.header-cat-list>li>a:hover {
  color: #f0376b;
}

.header-cat-list>li>a:hover .fi {
  color: #f0376b;
}

.header-cat-list>li.has-dropdown>a {
  position: relative;
}

.header-cat-list>li.has-dropdown>a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: '\e64b';
  font-family: 'themify';
  font-size: 10px;
  transition: all .4s;
}

.header-cat-list>li.has-dropdown.current>a:after {
  transform: translateY(-50%) rotate(-180deg);
}

.header-cat-list>li.active a {
  color: #f0376b;
}

.header-cat-dropdown {
  margin-top: -10px;
  padding-bottom: 15px;
  display: none;
  background: #fff;
  width: 100%;
}

.header-cat-dropdown>li {
  display: block;
}

.header-cat-dropdown>li>a {
  display: block;
  font-size: 12px;
  line-height: 20px;
  padding: 5px 25px 5px 57px;
  font-weight: 500;
  color: #888888;
}

.header-cat-dropdown>li>a:hover {
  color: #f0376b;
}

.header-cat-dropdown>li.active a {
  color: #f0376b;
}

.header-social {
  width: 100%;
  position: absolute;
  bottom: 65px;
}

.header-social-text {
  font-size: 12px;
  letter-spacing: 0.15em;
  position: relative;
  padding-right: 75px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
}

.header-social-text:after {
  position: absolute;
  height: 1px;
  width: 50px;
  content: '';
  right: 0;
  top: 50%;
  background: #f0376b;
}

.header-social-links {
  display: flex;
  padding: 0 13px;
}

.header-social-links li {
  padding: 0 13px;
}

.header-social-links li a {
  font-size: 13px;
  color: #000000;
}

.header-social-links li a:hover {
  color: #f0376b;
}

.header-mas-item {
  position: relative;
  text-align: center;
  overflow: hidden;
}

.header-mas-item-s2 {
  width: 100%;
}

.header-mas-item img {
  transition: all .5s;
}

.header-mas-item:after {
  position: absolute;
  right: 40px;
  top: 0;
  content: '';
  width: 1px;
  height: 0;
  background: #f0376b;
  transition: all .5s;
}

.header-mas-item:hover img {
  transform: scale(1.1);
}

.header-mas-item:hover:after {
  height: 60px;
}

.header-mas-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
}

.header-mas-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}

.header-mas-text {
  line-height: 0.98;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.header-mas-text.lg {
  margin-bottom: 18px;
}

.header-mas-text {
  font-size: 1.2em;
}

.header-mas-text.lg {
  font-size: 1.8em;
}

.header-slider-dots {
  position: absolute;
  right: 1px;
  top: 0;
  transform: translateY(-50%);
  padding: 20px 15px;
  border-right: 1px solid #efefef;
}

.header-slider-dots li {
  position: relative;
  display: block;
  height: 26px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  color: #000000;
  cursor: pointer;
  font-weight: 500;
}

.header-slider-dots li:after {
  position: absolute;
  width: 3px;
  height: 30px;
  content: '';
  top: 0;
  right: -17px;
  background: #f0376b;
  transform: scaleY(0);
}

.header-slider-dots li span {
  transition: all .4s ease;
}

.header-slider-dots li.active:after {
  transform: scaleY(1);
  transition: all .4s ease;
}

.header-slider-dots li.active span {
  display: inline-block;
  font-weight: 700;
  transform: scale(1.5);
}

.header-sdp {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  z-index: 10000;
}

.se-top,
.se-bottom,
.se-left,
.se-right {
  opacity: 0;
  transition: all .7s ease .4s;
}

.se-top {
  transform: translateY(-40px);
}

.active .se-top {
  transform: translateY(0);
}

.se-bottom {
  transform: translateY(40px);
}

.active .se-bottom {
  transform: translateY(0);
}

.se-left {
  transform: translateX(-40px);
}

.active .se-left {
  transform: translateX(0);
}

.se-right {
  transform: translateX(40px);
}

.active .se-right {
  transform: translateX(0);
}

.active .se-top,
.active .se-bottom,
.active .se-left,
.active .se-right {
  opacity: 1;
}

.se-delay-1ms {
  transition-delay: .5s;
}

.se-delay-2ms {
  transition-delay: .6s;
}

.se-delay-3ms {
  transition-delay: .7s;
}

.se-delay-4ms {
  transition-delay: .8s;
}

.se-delay-5ms {
  transition-delay: .9s;
}

.se-delay-6ms {
  transition-delay: 1s;
}

.se-delay-7ms {
  transition-delay: 1.1s;
}

.se-delay-8ms {
  transition-delay: 1.2s;
}

.se-delay-9ms {
  transition-delay: 1.3s;
}

.se-delay-10ms {
  transition-delay: 1.4s;
}

.se-delay-11ms {
  transition-delay: 1.5s;
}

.se-delay-12ms {
  transition-delay: 1.6s;
}

@media (min-width: 576px) {
  .header-text-xs {
    padding-bottom: 10px;
  }
  .header-text-sm {
    font-size: 18px;
    margin-bottom: -15px;
  }
  .header-text-md {
    font-size: 42px;
  }
  .header-text-lg {
    font-size: 75px;
  }
  .header-text-xxl {
    font-size: 100px;
  }
  .header-text-xl {
    font-size: 80px;
  }
  .header-text-overlap {
    margin: -60px 0 -5px;
  }
  .header-slide-s2 {
    padding: 120px 100px;
  }
  .header-mas-item-s2 {
    width: 50%;
  }
}

@media (min-width: 768px) {
  .header-text-sm {
    line-height: 1;
    margin-bottom: -25px;
  }
  .header-text-xxl {
    font-size: 130px;
  }
  .header-text-xl {
    font-size: 100px;
  }
  .header-text-overlap {
    margin: -90px 0 -10px;
  }
}

@media (min-width: 992px) {
  .header-text-sm {
    margin-bottom: -15px;
  }
  .header-text-xxl {
    font-size: 160px;
    line-height: 1;
  }
  .header-text-xl {
    font-size: 120px;
    line-height: 1;
  }
  .header-text-lg {
    font-size: 90px;
    line-height: 0.96;
  }
  .header-text-overlap {
    margin: -80px 0 -10px;
  }
  .header-mas-link {
    padding: 20px 0;
  }
  .header-mas-text {
    font-size: 1.3em;
  }
  .header-mas-text.lg {
    font-size: 2.4em;
  }
  .header-cat-head {
    cursor: default;
  }
  .header-cat-list {
    display: block !important;
  }
  .header-cat-list>li:hover .header-cat-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .header-cat-list>li.has-dropdown>a:after {
    transform: translateY(-50%) rotate(-90deg);
  }
  .header-cat-dropdown {
    display: block !important;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 999;
    margin-top: 0;
    padding: 15px 0;
    transition: all .4s;
    opacity: 0;
    visibility: hidden;
    width: 150px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);
  }
  .header-cat-dropdown>li>a {
    display: block;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 25px;
    font-weight: 500;
    color: #888888;
  }
  .header-cat-dropdown>li>a:hover {
    color: #f0376b;
  }
  .header-cat-dropdown>li.active a {
    color: #f0376b;
  }
}

@media (min-width: 1200px) {
  .header-mas-link {
    padding: 30px 0;
  }
  .header-mas-text {
    font-size: 1.3em;
  }
  .header-mas-text.lg {
    font-size: 2.4em;
  }
}

@media (min-width: 1400px) {
  .header-mas-link {
    padding: 45px 0;
  }
  .header-mas-text {
    font-size: 1.8em;
  }
  .header-mas-text.lg {
    font-size: 3em;
  }
}

.features-item {
  position: relative;
  margin: 0 auto 30px;
  max-width: 230px;
}

.features-item .icon {
  width: 50px;
}

.features-item p {
  font-weight: 400;
}

.features-title {
  margin: 8px 0 4px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.features-alt {
  text-align: center;
  border: 1px solid #e9e9e9;
  box-shadow: 0px 7px 6px 0px rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}

.features-alt .features-title {
  padding-top: 15px;
}

@media (min-width: 992px) {
  .features-item {
    max-width: auto;
  }
  .features-item:after {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 70px;
    width: 1px;
    content: '';
    background: #efefef;
  }
  .features-item.last:after {
    display: none;
  }
}

@media (min-width: 1200px) {
  .features-item {
    padding: 0 15px 0;
  }
}

.client-logo {
  padding: 14px 0;
}

.testimonial-item bockquote {
  margin-bottom: 13px;
}

.testimonial-name {
  margin-bottom: 23px;
  font-size: .93em;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.testimonial-image {
  width: 86px;
  padding: 8px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #f0376b;
  border-radius: 50%;
}

.testimonial-image img {
  border-radius: 50%;
}

.category-item {
  display: block;
  position: relative;
  margin-top: 30px;
  overflow: hidden;
}

.category-item img {
  transition: all .5s;
}

.category-item:after {
  position: absolute;
  right: 40px;
  top: 0;
  content: '';
  width: 1px;
  height: 60px;
  background: #f0376b;
  transition: all .5s;
}

.category-item:hover img {
  transform: scale(1.1);
}

.category-item:hover:after {
  height: 90px;
}

.category-item-lg:after {
  right: 60px;
  height: 80px;
}

.category-item-lg:hover:after {
  height: 100px;
}

.category-name {
  position: absolute;
  left: 24px;
  top: 30px;
  color: #000000;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
}

.category-counter {
  position: absolute;
  right: 24px;
  bottom: 30px;
  line-height: 1;
}

.promo-cat {
  position: relative;
  display: block;
}

.promo-cat-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding-bottom: 40px;
}

.promo-cat-text-lg {
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.36em;
  margin-right: -22px;
}

.promo-cat-name {
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-top: -5px;
}

@media (min-width: 576px) {
  .promo-cat-text {
    padding-bottom: 68px;
  }
  .promo-cat-text-lg {
    font-size: 113px;
    margin-right: -44px;
  }
  .promo-cat-name {
    margin-top: -16px;
  }
}

.product-item {
  margin-bottom: 30px;
}

.product-item-top {
  position: relative;
}

.product-item-image {
  position: relative;
}

.product-item-image img:last-child:not(:first-child) {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s;
}

.product-item-utility {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: -4px 0;
  opacity: 0;
  transition: all .4s;
}

.product-item-utility li {
  padding: 4px 0;
}

.product-item-utility li a {
  display: inline-block;
  position: relative;
  text-align: center;
  height: 34px;
  width: 34px;
  line-height: 34px;
  color: #000000;
  background: #ffffff;
  box-shadow: 0.616px 0.788px 1px 0px rgba(0, 0, 0, 0.08);
}

.product-item-utility li a span {
  position: absolute;
  top: 50%;
  right: calc(100% + 10px);
  transform: translateY(-50%);
  font-size: 11px;
  color: #ffffff;
  line-height: 19px;
  padding: 0 7px;
  display: inline-block;
  background: #000000;
  font-weight: 500;
  white-space: nowrap;
  opacity: 0;
  transition: all .4s;
}

.product-item-utility li a span:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  top: 5px;
  right: -4px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #000000;
}

.product-item-utility li a:hover {
  color: #f0376b;
}

.product-item-utility li a:hover span {
  opacity: 1;
}

.product-item:hover .product-item-image img:last-child:not(:first-child) {
  opacity: 1;
}

.product-item:hover .product-item-utility {
  opacity: 1;
  right: 15px;
}

.product-item-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 22px;
}

.product-item-title {
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.product-item-title a {
  color: #000000;
}

.product-item-title a:hover {
  color: #f0376b;
}

.product-item-price {
  font-size: 13px;
  font-weight: 500;
}

.product-item-rating {
  padding-top: 6px;
  display: flex;
  flex-wrap: nowrap;
}

.product-item-rating li {
  font-size: 8px;
  padding: 0 1px;
  color: #ffc107;
}

.product-badge {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 11px;
  font-weight: 500;
  line-height: 18px;
  padding: 0 4px 0 7px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
  background: #30c18c;
}

.product-badge-hot {
  background: #f0376b;
}

.product-badge-sale {
  background: #30c18c;
}

.product-short-bar {
  padding-bottom: 23px;
}

.product-details-title {
  font-size: 2em;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 5px;
}

.product-details-price {
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0 5x;
}

.product-details-text p {
  margin-bottom: 16px;
}

.product-details-share {
  display: flex;
  margin: 0 -13px;
}

.product-details-share li {
  padding: 0 13px;
}

.product-details-share li a {
  font-size: 13px;
  color: #000000;
}

.product-details-share li a:hover {
  color: #f0376b;
}

.product-details-option {
  padding: 10px 0 20px;
}

.product-details-actions {
  padding-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.product-details-actions>div {
  padding: 5px;
}

.product-details-thumb {
  display: flex;
  padding-bottom: 40px;
}

.product-details-thumb li {
  width: 20%;
  cursor: pointer;
}

.product-details-images {
  margin-bottom: 24px;
}

.product-option-title {
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin-right: 20px;
}

.product-meta-wrap {
  padding: 15px 0 0;
}

.product-meta-item {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.product-meta-list li {
  display: inline-block; 
}

.product-meta-list li:after {
  content: ',';
}

.product-meta-list li:last-child:after {
  display: none;
}

.product-meta-list li a {
  display: inline-block;
  line-height: 16px;
  color: #888888;
}

.product-image-item {
  position: relative;
  padding-bottom: 16px;
}

.product-image-item:hover .product-image-trigger {
  opacity: 1;
}

.product-image-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  width: 24px;
  text-align: center;
  font-size: 12px;
  color: #000000;
  background: #ffffff;
  opacity: 0;
  transition: all .4s;
}

.product-image-trigger:hover {
  color: #ffffff;
  background: #f0376b;
}

.product-preview {
  background: #fff;
}

.product-preview .cart-count {
  margin: 0;
}

.product-preview .mfp-close {
  color: #000;
  right: 15px;
}

@media (min-width: 768px) {
  .product-details-sticky {
    position: sticky;
    top: 145px;
  }
}

@media (min-width: 992px) {
  .product-details-title {
    font-size: 2.43em;
  }
  .product-details-price {
    font-size: 18px;
    padding: 15px 0 20px;
    margin-bottom: 0;
  }
  .product-details-text{
    border-top: 1px solid #dee2e6!important;
    padding-top: 25px;
  }
  .product-details-text p {
    margin-bottom: 12px;
  }
  .product-details-share {
    margin: 0 -9px;
  }
  .product-details-share li {
    padding: 0 9px;
  }
  .product-details-option {
    padding: 10px 0 30px;
  }
  .product-details-actions {
    padding-bottom: 30px;
  }
  .product-details-thumb {
    padding-bottom: 0;
  }
  .product-details-thumb li {
    width: 20%;
  }
  .product-details-images {
    margin-bottom: -16px;
  } 
}

.cta-small {
  padding: 15px 0;
}

.cta-text {
  position: relative;
  padding: 105px 0 110px;
}

.cta-text-lines:before,
.cta-text-lines:after {
  position: absolute;
  left: 50%;
  content: '';
  height: 80px;
  width: 1px;
  background: #f0376b;
}

.cta-text-lines:before {
  top: 0;
}

.cta-text-lines:after {
  bottom: 0;
}

.cta-text-sm {
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.cta-text-md {
  letter-spacing: 0.16em;
  margin-bottom: 0;
  text-transform: uppercase;
}

.cta-text-lg {
  font-size: 30px;
  line-height: 32px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cta-image {
  text-align: center;
}

.cta-image img {
  max-width: 380px;
  width: 100%;
}

.countdown-wrap {
  display: flex;
  justify-content: center;
}

.countdown-item {
  padding: 0 10px 17px;
}

.countdown-time {
  font-size: 27px;
  padding-bottom: 5px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-shadow: 3.694px 4.728px 1px rgba(0, 0, 0, 0.08);
}

.countdown-text {
  font-size: 12px;
  line-height: 1.1;
  color: #000000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  padding-top: 5px;
}

@media (min-width: 576px) {
  .countdown-item {
    padding: 0 20px 27px;
  }
  .countdown-time {
    font-size: 60px;
  }
  .countdown-text {
    font-size: 12px;
  }
}

@media (min-width: 992px) {
  .cta-section {
    margin-top: 60px;
  }
  .cta-image {
    max-width: 100%;
    margin-top: -60px;
  }
  .countdown-time {
    font-size: 40px;
  }
  .countdown-text {
    font-size: 12px;
  }
}

@media (min-width: 1200px) {
  .countdown-time {
    font-size: 70px;
    padding-bottom: 0;
  }
  .countdown-text {
    font-size: 12px;
  }
}

.blog-item {
  margin-bottom: 30px;
}

.blog-item-image {
  position: relative;
}

.blog-item-date {
  position: absolute;
  left: 30px;
  top: 30px;
  padding: 2px 5px 5px;
  text-align: center;
  color: #000000;
  background: #ffffff;
}

.blog-item-day {
  font-weight: 700;
}

.blog-item-month {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  line-height: 1;
  display: block;
  margin-top: -2px;
}

.blog-item-text {
  padding: 20px 30px 10px 0;
  background: #ffffff;
  position: relative;
  z-index: 2px;
}

.blog-item-title {
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 2px;
}

.blog-item-title a {
  color: #000000;
}

.blog-item-title a:hover {
  color: #f0376b;
}

.blog-item-sm .blog-item-title {
  font-size: 1.3em;
}
.default .blog-item-sm .blog-item-title {
  font-size: 1.6em;
}

.blog-more {
  position: relative;
  color: #000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-right: 20px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
}

.blog-more:after {
  position: absolute;
  left: 100%;
  top: 50%;
  content: '';
  height: 1px;
  width: 40px;
  background: #f0376b;
  transition: all .4s;
}

.blog-more:hover {
  color: #f0376b;
}

.blog-more:hover:after {
  width: 60px;
}

.blog-details p {
  font-weight: 400; 
}

.blog-details-img {
  padding-bottom: 40px;
}

.blog-details-date {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  position: relative;
}

.blog-details-date a {
  color: #000000;
}

.blog-details-date a:hover {
  color: #f0376b;
}

.blog-details-date:after {
  position: absolute;
  top: 50%;
  right: -40px;
  height: 1px;
  width: 40px;
  content: '';
  background: #f0376b;
}

.blog-details-content {
  padding-bottom: 40px;
  overflow: hidden;
}

.blog-details-quote {
  padding-left: 65px;
  padding-top: 10px;
  margin: 0 0 25px;
  position: relative;
}

.blog-details-quote:before {
  position: absolute;
  content: '\e67f';
  font-size: 40px;
  line-height: 1;
  font-family: 'themify';
  top: 13px;
  left: 0;
  color: #000000;
}

.blog-details-quote blockquote {
  font-weight: 500;
  color: #000000;
  margin-bottom: 10px;
  line-height: 1.7;
}

.blog-details-writer {
  font-size: 12px;
  display: inline-block;
  padding-right: 20px;
  position: relative;
  letter-spacing: 0.15em;
  font-weight: 400;
  text-transform: uppercase;
}

.blog-details-writer:after {
  position: absolute;
  top: 50%;
  right: -50px;
  height: 1px;
  width: 50px;
  content: '';
  background: #f0376b;
}

.blog-details-meta {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0;
  margin-bottom: 45px;
}

.blog-details-meta h6 {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.15em;
  margin-bottom: 0;
  margin-right: 8px;
}

.blog-details-meta>div {
  padding: 4px 0;
}

.blog-details-cat {
  display: inline-flex;
  list-style: none !important;
  margin: inherit !important;
}

.blog-details-cat li:after {
  content: ',';
}

.blog-details-cat li:last-child:after {
  display: none;
}

.blog-details-cat li a {
  font-size: 12px;
  color: #888888;
  text-transform: capitalize;
}

.blog-details-cat li a:hover {
  color: #f0376b;
}

.blog-details-share {
  display: inline-flex;
  margin: 0 -10px 0 0 !important;
  list-style: none !important;
}

.blog-details-share li {
  padding: 0 10px;
}

.blog-details-share li a {
  font-size: 14px;
  color: #000000;
}

.blog-details-share li a:hover {
  color: #f0376b;
}

.blog-details-subtitle {
  letter-spacing: 0.16em;
  text-transform: uppercase;
  position: relative;
  padding:0 0 30px 0; 
}

.blog-details-subtitle:before {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #efefef;
  content: '';
  left: 0;
  top: 15px;
  z-index: 1;
}

.blog-details-subtitle h5 {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  background: #ffffff;
  z-index: 2;
}

.blog-authors {
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #efefef;
}

.blog-authors-image {
  width: 90px;
  flex-shrink: 0;
  margin-right: 30px;
}

.blog-comment-form {
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .blog-item-text {
    padding: 24px 34px 20px 0;
  }
  .blog-details-title {
    font-size: 3em;
  }
  .blog-comment-form {
    padding-bottom: 0;
  }
}

.comment-respond p.comment-form-cookies-consent, 
.comment-respond p.form-submit {
  display: none;
}
.footer-bar {
  padding: 30px 0;
}

.footer-logo {
  height: 40px;
  display: inline-block;
}

.footer-logo img {
  height: 100%;
}

.footer-card img {
  height: 32px;
}

.copyright-text {
  font-size: 14px;
  display: block;
  color: #888888;
}

.copyright-text a {
  color: #888888;
}

.copyright-text a:hover {
  color: #f0376b;
}

.social-links {
  margin: 5px 0;
}

.social-links li {
  display: inline-block;
  padding: 0 8px;
}

.social-links li:first-child {
  padding-left: 0;
}

.social-links li:last-child {
  padding-right: 0;
}

.social-links li a {
  font-size: 15px;
  color: #000000;
}

.social-links li a:hover {
  color: #f0376b;
}

.instagram-gallery li {
  margin-bottom: 15px;
}

.instagram-id {
  padding-top: 37px;
  text-transform: uppercase;
}

.instagram-id a {
  letter-spacing: 0.38em;
  color: #000000;
  font-weight: 500;
}

.instagram-id a span {
  color: #f0376b;
}

.instagram-id a:hover {
  color: #f0376b;
}

.input-item {
  position: relative;
}

.input-item .input-bordered,
.input-item .select2 {
  margin-bottom: 26px;
}

.input-line {
  font-size: 11px;
  line-height: 20px;
  padding: 6px 0;
  border: none;
  color: #bababa;
  border-bottom: 1px solid #efefef;
}

.input-label {
  color: #000000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.input-label span {
  color: #f0376b;
}

.input-bordered {
  width: 100%;
  font-size: 13px;
  line-height: 20px;
  padding: 15px 20px;
  border: 1px solid #efefef;
}

.input-comment {
  height: 190px;
  resize: none;
}

.input-checkbox,
.input-radio {
  position: absolute;
  height: 1px;
  width: 1px;
  opacity: 0;
}

.input-checkbox~label,
.input-radio~label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

.input-checkbox~label:before,
.input-checkbox~label:after,
.input-radio~label:before,
.input-radio~label:after {
  position: absolute;
  top: 50%;
  content: '';
  transform: translateY(-50%);
}

.input-checkbox~label:before,
.input-radio~label:before {
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #efefef;
  transition: all .4s;
}

.input-checkbox~label:after,
.input-radio~label:after {
  left: 3px;
  height: 8px;
  width: 8px;
  background: #f0376b;
  opacity: 0;
  transition: all .4s;
}

.input-checkbox:checked~label:before,
.input-radio:checked~label:before {
  border-color: #f0376b;
}

.input-checkbox:checked~label:after,
.input-radio:checked~label:after {
  opacity: 1;
}

.input-radio~label {
  padding-left: 25px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.input-radio~label:before,
.input-radio~label:after {
  border-radius: 50%;
}

.input-radio~label:before {
  height: 12px;
  width: 12px;
}

.input-radio~label:after {
  height: 6px;
  width: 6px;
}

.input-radio~p {
  padding-left: 25px;
  padding-bottom: 13px;
}

.input-search {
  border: none;
  width: 100%;
  line-height: 20px;
  padding: 5px 0;
}

.input-search:focus {
  outline: none;
}

.input-search-btn {
  padding: 0;
  height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.input-search-btn .ti {
  position: relative;
  top: 2px;
}

.subscribe-section .input-line {
  margin-bottom: 25px;
  text-align: center;
  min-width: 250px;
  max-width: 100%;
}

.cart-count {
  display: inline-flex;
  align-items: center;
  border: 1px solid #efefef;
  padding: 10px 15px;
  margin: 15px 0 10px;
}

.cart-tigger {
  font-size: 12px;
  color: #000000;
}

.cart-value {
  border: none;
  width: 35px;
  text-align: center;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.cart-list {
  padding-bottom: 30px;
}

.cart-list-head {
  display: none;
}

.cart-list-item {
  border-bottom: 1px solid #efefef;
}

.cart-list-head {
  padding-bottom: 20px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-weight: 500;
  color: #000000;
}

.cart-list-item {
  padding: 22px 0;
}

.cart-product-details {
  display: flex;
  flex-grow: 1;
  align-items: center;
}

.cart-product-details .cart-product-price {
  padding-left: 10px;
}

.cart-product-quantity {
  min-width: 155px;
  flex-shrink: 0;
}

.cart-product-image {
  width: 60px;
  flex-shrink: 0;
  margin-right: 22px;
}

.cart-product-name {
  font-weight: 500;
  color: #000000;
}

.cart-product-price {
  width: 100px;
  margin-left: auto;
  flex-shrink: 0;
  flex-grow: 0;
  font-weight: 500;
}

.cart-product-info {
  width: 130px;
  flex-shrink: 0;
}

.cart-product-total {
  min-width: 130px;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 500;
}

.cart-product-total>.cart-product-price {
  margin-left: 0;
  color: #000000;
}

.cart-product-delete {
  height: 17px;
  width: 17px;
  line-height: 13px;
  text-align: center;
  border-radius: 50%;
  margin-right: 20px;
}

.cart-product-delete .ti {
  font-size: 10px;
}

.cart-total {
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  color: #000000;
  font-weight: 500;
}

.cart-total-price {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
}

.cart-drop-list .cart-list-item {
  padding: 15px 0;
}

.cart-drop-list .cart-list-item:first-child {
  padding-top: 0;
}

.cart-drop-list .cart-product-image {
  margin-right: 15px;
}

.cart-drop-list .cart-product-price {
  margin-left: 0;
}

.cart-drop-list.fav .cart-list-item:first-child {
  padding-top: 0;
}

.cart-drop-list.fav .cart-list-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 576px) {
  .cart-list-item,
  .cart-list-head {
    display: flex;
    align-items: center;
  }
  .cart-count {
    padding: 13px 15px;
    margin: 0;
  }
  .cart-product-delete {
    margin-right: 0;
  }
  .cart-product-price {
    padding-left: 0;
  }
}

.breadcrumb {
  background: transparent;
  justify-content: center;
  margin: -5px 0 10px;
  padding: 0;
}

.breadcrumb li {
  position: relative;
  padding: 0 6px;
  font-size: 12px;
  color: #000000;
}

.breadcrumb li a {
  color: #888888;
}

.breadcrumb li a:hover {
  color: #f0376b;
}

.breadcrumb li:after {
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translateY(-50%);
  content: '>';
}

.breadcrumb li:last-child:after {
  display: none;
}

.pagination {
  margin: 0 -5px 10px;
}

.pagination li {
  padding-right: 10px;
}

.pagination li span,
.pagination li a {
  font-size: 12px;
  text-align: center;
  display: inline-block;
  color: #000000;
  padding: 5px;
  min-width: 32px;
  line-height: 20px;
  border: 1px solid #efefef;
}

.pagination li a .ti {
  font-size: 10px;
}
 
.pagination li a:hover {
  color: #ffffff;
  background: #f0376b;
  border-color: #f0376b;
}

.pagination li span.current,
.pagination li.active a {
  color: #ffffff;
  background: #f0376b;
  border-color: #f0376b;
}
.page-sidebar .widget-item ul{
  list-style: none !important;
}
.widget-item {
  margin-bottom: 34px;
  padding: 30px;
  border: 1px solid #efefef;
}

.widget-title {
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  padding-bottom: 20px;
  border-bottom: 1px solid #efefef;
}

.widget-contact {
  margin: 20px 0 -10px;
}

.widget-contact span {
  display: block;
  font-size: 12px;
  color: #888888;
}

.widget-footer {
  padding: 15px 0;
}

.widget-footer .footer-logo {
  margin-bottom: 20px;
}

.widget-footer-title {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.15em;
  padding-bottom: 8px;
  text-transform: uppercase;
}

.widget-footer-links {
  margin: -8px 0;
}

.widget-footer-links li {
  padding: 8px 0;
}

.widget-footer-links li a {
  font-size: 12px;
  line-height: 17px;
  display: block;
  color: #888888;
}

.widget-footer-links li a:hover {
  color: #f0376b;
}

.shop-cat-list {
  padding-top: 5px;
  margin: 0 0 -10px;
}

.shop-cat-list li a {
  font-size: 13px;
  line-height: 2.2;
  color: #888888;
  display: flex;
  justify-content: space-between;
}

.shop-cat-list li a:hover {
  color: #f0376b;
}
.page-sidebar .widget_recent_entries > ul,
.page-sidebar .widget_recent_comments > ul,
.page-sidebar .widget_archive > ul,
.page-sidebar .widget_categories > ul,
.page-sidebar .widget_meta > ul,
.page-sidebar .widget_pages > ul,
.page-sidebar .widget_rss > ul,
.page-sidebar .widget_nav_menu .menu{
  padding-top: 5px;
  margin: 0 0 -10px !important;
}
.page-sidebar .widget_recent_entries > ul li a,
.page-sidebar .widget_recent_comments > ul li a,
.page-sidebar .widget_archive > ul li a,
.page-sidebar .widget_categories > ul li a,
.page-sidebar .widget_meta > ul li a,
.page-sidebar .widget_pages > ul li a,
.page-sidebar .widget_rss > ul li a,
.page-sidebar .widget_nav_menu .menu li a{
  font-size: 13px;
  line-height: 2.2;
  color: #888888;
}
.page-sidebar .widget_recent_entries > ul li a:hover,
.page-sidebar .widget_recent_comments > ul li a:hover,
.page-sidebar .widget_archive > ul li a:hover,
.page-sidebar .widget_categories > ul li a:hover,
.page-sidebar .widget_meta > ul li a:hover,
.page-sidebar .widget_pages > ul li a:hover,
.page-sidebar .widget_rss > ul li a:hover,
.page-sidebar .widget_nav_menu .menu li a:hover{
  color: #f0376b;
}


.cat-list {
  padding-top: 5px;
  margin: 0 0 -10px !important;
}

.cat-list li a {
  font-size: 13px;
  line-height: 2.2;
  color: #888888;
}

.cat-list li a:hover {
  color: #f0376b;
}

.tag-list {
  padding-top: 8px;
  margin: 0 -3px -3px;
}

.tag-list li {
  display: inline-block;
  padding: 3px;
}

.tag-list li a {
  display: inline-block;
  font-size: 12px;
  line-height: 2.2;
  border: 1px solid #efefef;
  color: #888888;
  padding: 0 10px;
}

.tag-list li a:hover {
  color: #f0376b;
}

.post-list {
  padding-top: 6px;
  margin-bottom: -5px;
}

.post-item {
  padding: 5px 0;
}

.post-item a {
  display: flex;
  align-items: center;
}

.post-item a img {
  width: 60px;
  flex-shrink: 0;
  margin-right: 20px;
}

.post-item a h6 {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  transition: all .4s;
}

.post-item a:hover h6 {
  color: #f0376b;
}

.ui-slider-horizontal {
  border: none;
  height: 3px;
  background: #efefef;
}

.ui-slider-range {
  background: #f0376b;
}

.ui-slider-handle {
  height: 12px !important;
  width: 12px !important;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #efefef;
  top: -4.5px !important;
}

.price-range-info {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.price-range-info label {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  margin-bottom: 0;
  margin-right: 5px;
  font-weight: 500;
}

.price-range-info input {
  font-size: 13px;
  line-height: 20px;
  color: #888888;
  background: none;
  border: none;
  padding: 0;
  width: auto;
}

.price-range-slider {
  padding: 25px 0;
}

.color-list {
  padding-top: 14px;
  margin: -5px;
  display: flex;
}

.color-list li {
  flex-shrink: 0;
  margin: 5px;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1px solid #efefef;
}

.color-list li a {
  display: inline-block;
  height: 16px;
  width: 16px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.color-item-black {
  background: #000;
}

.color-item-green {
  background: #3fc79c;
}

.color-item-red {
  background: #f64646;
}

.color-item-blue {
  background: #468df6;
}

.page-note {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background: #eff0ff;
}

.page-note-icon {
  position: relative;
  top: 1px;
  padding-right: 15px;
}

.page-note-icon .ti {
  line-height: 20px;
  font-size: 18px;
}

.page-note-text {
  position: relative;
  top: -1px;
}

.page-note-text p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

.page-sub-title {
  margin-bottom: 25px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.checkout-form {
  padding-top: 30px;
}

.checkout-widget {
  padding: 40px 50px;
  border: 1px solid #efefef;
}

.checkout-widget .btn {
  margin-top: 10px;
}

.checkout-header {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding-bottom: 20px;
  font-weight: 700;
}

.checkout-item {
  padding: 14px 0;
}

.checkout-footer {
  margin-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.checkout-total {
  font-size: 18px;
  padding: 14px 0;
  letter-spacing: normal;
}

.checkout-header,
.checkout-item,
.checkout-footer {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #000000;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
}

.checkout-summary {
  color: #000000;
  border-bottom: 1px solid #efefef;
  padding: 25px 0 20px;
}

.checkout-summary>div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-summary>div:last-child {
  text-align: right;
}

.checkout-summary-title {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.checkout-summary-price {
  font-weight: 500;
}

.checkout-summary-price span {
  font-weight: 400;
  font-size: 12px;
}

@media (min-width: 992px) {
  .checkout-form {
    padding-top: 50px;
  }
}

.select2-search {
  display: none;
}

.select2-container {
  min-width: auto !important;
}

.select-bordered+.select2-container {
  width: 100% !important;
  border: 1px solid #efefef;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  font-size: 13px;
  display: block;
  padding-left: 0;
  padding-right: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container--open.select2-container--default .select2-selection--single {
  font-size: 13px;
  position: relative;
  border: none;
}

.select2-container--default .select2-selection--single {
  border: none;
  position: relative;
}

.select2-container--default .select2-selection--single:focus {
  box-shadow: none;
  outline: none;
}

.bordered .select2-selection--single {
  padding: 11px 5px;
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 24px;
  width: 24px;
  top: 0;
  right: 0;
  transition: all .5s ease;
  position: absolute;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 24px;
  width: 24px;
  font-size: 10px;
  line-height: 28px;
  text-align: right;
  content: '\e64b';
  font-family: 'themify';
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.bordered .select2-selection--single .select2-selection__arrow {
  height: 52px;
  width: 52px;
}

.bordered .select2-selection--single .select2-selection__arrow:after {
  height: 52px;
  width: 52px;
  font-size: 10px;
  line-height: 52px;
  text-align: center;
}

.select2-dropdown {
  background: #ffffff;
  border: none;
  padding: 10px 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.select2-results__option {
  padding: 3px 15px;
  white-space: nowrap;
  font-size: 13px;
  transition: all .4s;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option[aria-selected="true"] {
  background: transparent;
  color: #f0376b;
}

.demo-item {
  margin-bottom: 35px;
}

.demo-item a {
  display: block;
  text-align: center;
}

.demo-item h6 {
  padding-top: 20px;
  font-size: 14px;
}

.demo-item-soon {
  padding: 20px 0 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.demo-item-soon h2 {
  line-height: 1;
}

.demo-item:hover .demo-img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.11);
  transform: translateY(-8px);
}

.demo-img {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.07);
  transition: all .4s;
}

@media (min-width: 576px) {
  .demo-item {
    margin-bottom: 55px;
  }
}

.landing-logo {
  flex-shrink: 0;
}

.landing-logo img {
  height: 60px;
}

.landing-nav {
  margin: 0 -25px;
}

.landing-nav li {
  display: block;
}

.landing-nav li a:not(.btn) {
  padding: 10px 25px;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: 0.15em;
  font-weight: 500;
  display: block;
}

.landing-nav li:last-child {
  padding: 10px 25px;
}

.landing-nav-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 40px;
}

.landing-nav-cont {
  display: none;
  width: 280px;
  background: #fff;
  height: 100vh;
  position: fixed;
  top: 0;
  left: -300px;
  padding: 70px 30px;
  z-index: 9999;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
  transition: left 0.6s;
}

.landing-nav-cont.active {
  left: 0;
}

.landing-header {
  background-color: #c7e3ea;
  background-image: url(../../images/demo/header-sc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -180px right -200px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.landing-header-cont {
  padding: 80px 0 30px;
  position: relative;
}

.landing-header-cont:before {
  position: absolute;
  left: -370px;
  width: 450px;
  height: 100%;
  content: '';
  top: 0;
  background-image: url(../../images/demo/header-ps.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: none;
}

.landing-header h6 {
  position: relative;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  margin-bottom: 25px;
}

.landing-header h6:after {
  position: absolute;
  width: 110px;
  height: 90px;
  content: '';
  background: url(../../images/demo/arrow.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  right: -160px;
  display: none;
}

.landing-header h6 span {
  color: #000000;
  position: relative;
}

.landing-header h6 span:after {
  position: absolute;
  height: 1px;
  width: 100%;
  background: #f0376b;
  content: '';
  left: 0;
  bottom: -3px;
}

.landing-header h1 {
  font-size: 50px;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.18em;
}

.landing-header p {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
}

.landing-cta {
  padding-top: 50px;
}

.landing-cta h2 {
  font-weight: 300;
  margin-bottom: -10px;
}

.landing-cta-price {
  color: #000;
  font-size: 100px;
  font-weight: 700;
}

.landing-cta-price sup {
  font-size: 35px;
  font-weight: 400;
  position: relative;
  top: -45px;
  left: 10px;
}

.landing-cta-price small {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-weight: 500;
  position: relative;
  top: -10px;
  margin-left: -15px;
}

.landing-footer {
  position: relative;
  background: #fee5e3;
  padding-bottom: 120px;
}

.landing-footer:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 51%;
  width: 100%;
  content: '';
  background: #d7f5fd;
  z-index: 4;
}

.landing-footer>div {
  position: relative;
  z-index: 5;
}

@media (min-width: 576px) {
  .landing-header {
    background-position: top right -200px;
  }
  .landing-header h1 {
    font-size: 60px;
  }
}

@media (min-width: 768px) {
  .landing-header {
    background-position: top right -160px;
  }
  .landing-header h1 {
    font-size: 60px;
  }
  .landing-header h6:after {
    display: block;
  }
  .landing-header p {
    font-size: 17px;
    padding-bottom: 15px;
  }
  .landing-header-cont:before {
    display: block;
    left: -200px;
    width: 380px;
    height: 90%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media (min-width: 992px) {
  .landing-header {
    background-position: top right -100px;
  }
  .landing-header h1 {
    font-size: 70px;
  }
  .landing-header p {
    font-size: 20px;
  }
  .landing-header-cont:before {
    left: -200px;
    height: 90%;
  }
  .landing-nav {
    display: flex;
    align-items: center;
  }
  .landing-nav-bar {
    padding: 40px 120px;
  }
  .landing-nav-cont {
    position: static;
    display: block !important;
    width: auto;
    background: transparent;
    height: auto;
    box-shadow: none;
    padding: 0;
  }
}

@media (min-width: 1024px) {
  .landing-header {
    background-position: top right -120px;
  }
  .landing-header h1 {
    font-size: 75px;
  }
  .landing-header p {
    font-size: 20px;
  }
}

@media (min-width: 1200px) {
  .landing-header {
    background-position: top right -80px;
  }
  .landing-header h1 {
    font-size: 85px;
  }
  .landing-header p {
    font-size: 20px;
  }
  .landing-header-cont:before {
    left: -300px;
  }
}

@media (min-width: 1460px) {
  .landing-header {
    background-position: top right;
  }
  .landing-header h1 {
    font-size: 100px;
  }
  .landing-header p {
    font-size: 20px;
  }
  .landing-header-cont:before {
    left: -300px;
    height: 180%;
  }
}

@media (max-height: 768px) {
  .landing-header-cont:before {
    height: 90%;
  }
}


/*! 06.0 Layouts */

body {
  min-width: 302px;
  overflow-x: hidden;
}

.topbar-bar {
  padding: 35px 0;
}

.page-with-sidebar {
  transition: all .5s;
}

.page-wraper {
  z-index: 1;
}

.sticky.fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.sidebar-nav {
  position: fixed;
  height: 100vh;
  top: 0;
  left: -280px;
  width: 280px;
  padding: 40px 0;
  box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.09);
  z-index: 10;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: all .5s;
}

.sidebar-nav.navbar-mobile {
  display: flex;
  overflow-y: auto;
}

.sidebar-nav.active {
  left: 0;
}

.sidebar-menu {
  padding: 25px 0 45px;
}

.sidebar-menu>li {
  position: relative;
  display: block;
}

.sidebar-menu>li>a {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: block;
  padding: 10px 22px;
  color: #000000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.sidebar-menu>li>a:hover {
  color: #f0376b;
}

.sidebar-menu>li.active>a {
  color: #f0376b;
}

.sidebar-menu>li:hover .navbar-dropdown {
  opacity: 1;
  visibility: visible;
}

.sidebar-menu .navbar-dropdown {
  top: 0;
  left: 100%;
  z-index: 999;
}

.sidebar-menu .navbar-megamenu {
  transform: translateX(0);
}
.navbar-menu ul,
.sidebar-menu ul {
  list-style: none !important;
  padding-left: 0;
}

.sidebar-copyright {
  margin-top: auto;
  padding: 0 22px;
}

@media (min-width: 992px) {
  .sidebar-nav {
    left: 0;
    text-align: center;
  }
  .page-with-sidebar {
    padding-left: 280px;
  }
  .page-with-sidebar .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.navbar-bar {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
  position: relative;
  z-index: 8;
  padding: 0 15px;
  background: #fff;
}

.navbar-base {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
  padding: 10px 0;
}

.navbar-base-center {
  justify-content: center;
}

.navbar-logo {
  height: 40px;
  display: inline-block;
}

.navbar-logo img {
  height: 100%;
}

.navbar-toggle {
  color: #000000;
}

.navbar-toggle.active {
  color: #f0376b;
}

.navbar-close {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}

.navbar-content {
  display: none;
  width: 260px;
  position: fixed;
  top: 0;
  left: -260px;
  background: #fff;
  transition: all .5s ease;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.09);
  overflow-y: auto;
  height: 100vh;
}

.navbar-content.active {
  left: 0;
  z-index: 9999;
}

.navbar-mobile {
  display: block;
}

.navbar-dropdown {
  top: 100%;
  z-index: 1000;
  width: 100%;
  min-width: 200px;
  display: none;
  background: #fff;
  padding: 10px 0;
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.08); 
  text-align: left;
}

.navbar-dropdown li {
  padding: 0 22px;
}

.navbar-dropdown li a {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  font-size: 13px;
  padding: 5px 0;
  line-height: 23px;
  color: #888888;
}

.navbar-dropdown li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #f0376b;
  transition: all .4s;
}

.navbar-dropdown li a:hover {
  color: #f0376b;
}

.navbar-dropdown li a:hover:after {
  width: 100%;
}

.navbar-megamenu {
  display: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -10px right 20px;
}

.navbar-megamenu-col {
  padding: 5px;
  width: 100%;
}

.navbar-megamenu-head {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 12px;
  padding: 0 22px;
  font-weight: 500;
  white-space: nowrap;
}

.navbar-megamenu-links li a {
  display: inline-block;
  position: relative;
}

.navbar-megamenu-links li a:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  content: '';
  height: 1px;
  background: #f0376b;
  transition: all .4s;
}

.navbar-megamenu-links li a:hover:after {
  width: 100%;
}

.navbar-menu {
  padding-top: 40px;
}

.navbar-menu>li {
  padding: 5px 0;
  position: relative;
}

.navbar-menu>li>a {
  display: block;
  font-size: 13px;
  padding: 5px 22px;
  line-height: 20px;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.navbar-menu>li>a:hover,
.navbar-menu>li>a:focus,
.navbar-menu>li>a:active {
  color: #f0376b;
}

.navbar-menu>li:hover>a,
.navbar-menu>li.active>a {
  color: #f0376b;
}

.navbar-tools {
  display: flex;
  position: relative;
  margin-right: -10px;
  order: 2;
  margin-left: auto;
}

.navbar-tools .drop-wrap {
  position: static;
}

.navbar-tools .drop-content {
  right: 0;
  background: #fff;
}

.navbar-tools>li>a {
  position: relative;
  display: block;
  padding: 10px 11px;
  color: #000000;
}

.navbar-tools>li>a:hover,
.navbar-tools>li>a:focus,
.navbar-tools>li>a:active {
  color: #888888;
}

.navbar-tools>li>a .ti {
  font-size: 15px;
  height: 20px;
}

.navbar-tools>li:first-child>a {
  padding-right: 5px;
}

.navbar-tools-counter {
  position: absolute;
  top: 2px;
  right: 0;
  border-radius: 50%;
  min-width: 15px;
  line-height: 15px;
  padding: 0 4px;
  color: #fff;
  background: #f0376b;
  font-size: 10px;
  text-align: center;
}

.navbar-tools-fixed {
  position: fixed;
  z-index: 99999;
  top: 25px;
  right: 40px;
}

.drop-wrap {
  position: relative;
}

.drop-content {
  position: absolute;
  top: 100%;
  right: -20px;
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  background: #fff;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.05);
}

.drop-content.active {
  opacity: 1;
  visibility: visible;
}

.drop-cart {
  padding: 30px;
}

.drop-search {
  width: 260px;
  padding: 15px 25px;
}

.drop-search-form {
  position: relative;
}

@media (max-width: 991px) {
  .navbar-megamenu {
    background-image: -webkit-linear-gradient(left, #fff 0%, #fff 100%) !important;
    background-image: -o-linear-gradient(left, #fff 0%, #fff 100%) !important;
    background-image: linear-gradient(to right, #fff 0%, #fff 100%) !important;
  }
}

@media (min-width: 992px) {
  .navbar-innr {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .navbar-toggle {
    display: none !important;
  }
  .navbar-base-center {
    justify-content: center;
  }
  .navbar-logo-large {
    height: 75px;
  }
  .navbar-bar {
    padding: 0 80px;
  }
  .navbar-content {
    display: flex;
    align-items: center;
    box-shadow: none;
    width: 100%;
    height: auto;
    position: static;
    overflow-y: visible;
  }
  .navbar-dropdown {
    position: absolute;
    top: 100%;
    width: auto;
    min-width: 200px;
    display: block;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
  }
  .navbar-megamenu {
    left: 0;
    transform: translateX(-33.5%);
  }
  .nv-cntr-hd .navbar-megamenu {
    left: 0;
    transform: translateX(-10.8%);
  }
  .navbar-megamenu-row {
    display: flex;
    width: 620px;
    padding: 15px;
  }
  .navbar-megamenu-col {
    padding: 5px;
    width: 33%;
  }
  .navbar-menu {
    padding-top: 0;
    display: flex;
    order: 2;
    margin-left: 30px;
  }
  .navbar-menu>li {
    padding: 13px 0;
  }
  .navbar-menu>li>a {
    padding: 10px 22px;
  }
  .navbar-menu>li>a:hover,
  .navbar-menu>li>a:focus,
  .navbar-menu>li>a:active {
    color: #f0376b;
  }
  .navbar-menu>li:hover>a {
    color: #f0376b;
  }
  .navbar-menu>li:hover .navbar-dropdown {
    opacity: 1;
    visibility: visible;
  }
  .navbar-tools .drop-wrap {
    position: relative;
  }
  .navbar-tools .drop-content {
    right: -20px;
  }
}

.page-head-title {
  text-transform: uppercase;
  letter-spacing: 0.15em;
  font-size: 1.6em;
  line-height: 1.56;
}

@media (min-width: 576px) {
  .page-head-title {
    font-size: 2.5em;
  }
}

.section-gap {
  padding: 50px 0;
}

.section-gap-xs {
  padding: 25px 0;
}

.section-gap-sm {
  padding: 40px 0;
}

.section-gap-md {
  /* padding: 0; */ 0; */
}

.section-gap-top {
  padding-top: 70px;
}

.section-gap-top-md {
  padding-top: 50px;
}

.section-gap-bottom {
  padding-bottom: 60px;
}

.section-fix {
  margin-bottom: -30px;
}

.section-bg-white {
  background: #ffffff;
}

.section-bg-white .section-head-nav,
.section-bg-white .section-head-content {
  background: #ffffff;
}

.section-bg-alt {
  background: #f9f9f9;
}

.section-bg-alt .section-head-nav,
.section-bg-alt .section-head-content {
  background: #f9f9f9;
}

.section-bg-alter {
  background: #eff0ff;
}

.section-bg-alter .section-head-nav,
.section-bg-alter .section-head-content {
  background: #eff0ff;
}

.section-bg-stripe {
  background: linear-gradient(to bottom, #fee5e3 0%, #fee5e3 44%, #d7f5fd 45%, #d7f5fd 100%);
}

.section-bg-prilgt {
  background: #fee5e3;
}

.section-bg-seclgt {
  background-color: #d7f5fd;
}

.section-line-top {
  position: relative;
}

.section-line-top:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  height: 50px;
  width: 1px;
  margin-left: -0.5px;
  background: #f0376b;
}

.section-line-bottom {
  position: relative;
}

.section-line-bottom:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  content: '';
  height: 50px;
  width: 1px;
  margin-left: -0.5px;
  background: #f0376b;
}

.section-head {
  margin-bottom: 20px;
}

.section-head-content {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background: #fff;
}

.section-head-line {
  position: relative;
}

.section-head-line:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  height: 1px;
  width: 100%;
  background: #efefef;
  z-index: 1;
}

.section-head-nav {
  margin-top: -10px;
}

.section-head-nav li a {
  font-size: 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  padding: 0 10px;
  font-weight: 500;
}

.section-head-nav li a.active {
  color: #f0376b;
}

.section-title {
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
}

.section-title-sm {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title-sm+p.lead {
  margin-bottom: 8px;
}

.section-title-md {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.section-title-md+p.lead {
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  .section-bordered {
    margin: 0 50px;
  }
  .section-gap {
    padding: 80px 0;
  }
  .section-gap-md {
    padding: 60px 0 !important;
  }
  .section-gap-top {
    padding-top: 120px;
  }
  .section-gap-bottom {
    padding-bottom: 90px;
  }
  .section-line-top:before {
    height: 85px;
  }
  .section-line-bottom:after {
    height: 85px;
  }
  .section-head {
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .section-bg-stripe {
    background: linear-gradient(to right, #fee5e3 0%, #fee5e3 33%, #d7f5fd 34%, #d7f5fd 100%);
  }
}



/*! 07.0 Cards */


/*# sourceMappingURL=style.css.map */