@charset "UTF-8";
/* Main Css File */
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800");
@import url("https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Shadows+Into+Light");

html {
  font-size: 62.5%;
  font-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 14px / 1.4 "Poppins", "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden; }
  body:not(.loaded) > *:not(.loading-overlay) {
    visibility: hidden; }

::-moz-selection {
  background-color: #282d3b;
  color: #fff; }

::selection {
  background-color: #282d3b;
  color: #fff; }

p {
  margin-bottom: 1.5rem; }

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

b,
strong {
  font-weight: 700; }

em,
i {
  font-style: italic; }

hr {
  max-width: 1730px;
  margin: 5.5rem auto 5.2rem;
  border: 0;
  border-top: 1px solid #dfdfdf; }

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

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

.variante {
  display: block;
  max-width: 100%;
  /*width: 100%;
  height: 100%;*/
  width: 40px;
  height: 40px;
  border:1px solid #dddddd; }

:focus {
  outline: 0; }

.btn.focus,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus,
button.focus,
button:focus,
button:active,
button:active:focus {
  box-shadow: none !important;
  outline: 0 !important; }

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.loading-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .5s ease-in-out;
  background: #fff;
  opacity: 1;
  visibility: visible;
  z-index: 999999; }
  .loaded > .loading-overlay {
    opacity: 0;
    visibility: hidden; }

.bounce-loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  margin: -9px 0 0 -35px;
  transition: all .2s;
  text-align: center;
  z-index: 10000; }
  .bounce-loader .bounce1,
  .bounce-loader .bounce2,
  .bounce-loader .bounce3 {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    background-color: #CCC;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    animation: 1.4s ease-in-out 0s normal both infinite bouncedelay; }
  .bounce-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s; }
  .bounce-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s; }

@media screen and (max-width: 991px) {
  html {
    font-size: 8px; } }
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: #282d3b;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0; }

h1, .h1 {
  font-size: 3.6rem; }

h2, .h2 {
  font-size: 2.1rem; }

h3, .h3 {
  font-size: 1.8rem; }

h4, .h4 {
  font-size: 1.6rem; }

h5, .h5 {
  font-size: 1.2rem; }

h6, .h6 {
  font-size: 1rem; }

a {
  transition: all .2s ease-out;
  color: #222529;
  text-decoration: none; }

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

a > i {
  transition: all .2s ease-out; }

.heading {
  margin-bottom: 4rem;
  font-size: 1.4rem; }
  .heading .title {
    margin-bottom: 1.6rem; }
  .heading p {
    letter-spacing: -.015em; }
    .heading p:last-child {
      margin-bottom: 0; }

.title {
  text-transform: uppercase; }

.subtitle {
  border-bottom: 1px solid #e7e7e7;
  color: #282d3b;
  /*font: 700 1.6rem/1 "Poppins", sans-serif;*/
  font: 700 16px/1 "Poppins", sans-serif;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  text-transform: uppercase; }

.light-title {
  margin-bottom: 2rem;
  font-weight: 300; }

.text-primary {
  color: #c8ac3e !important; }

@media screen and (min-width: 768px) {
  h1, .h1 {
    font-size: 4.5rem; } }
@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 5rem; } }
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.page-wrapper {
  position: relative;
  transition: transform .35s; }
  .mmenu-active .page-wrapper {
    transform: translateX(250px); }

.main {
  flex: 1 1 auto; }

.row.row-sm {
  margin-right: -10px;
  margin-left: -10px; }
  .row.row-sm [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px; }

.ajax-overlay {
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1041; }

@media screen and (min-width: 1200px) {
  .padding-left-lg {
    padding-left: 35px; }

  .padding-right-lg {
    padding-right: 35px; }

  .col-xl-5col {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%; }

  .col-xl-7col {
    -ms-flex: 0 0 14.2857%;
    flex: 0 0 14.2857%;
    max-width: 14.2857%; }

  .col-xl-8col {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%; } }
@media screen and (min-width: 576px) {
  .container {
    max-width: 540px; } }
@media screen and (min-width: 768px) {
  .container {
    max-width: 750px; } }
@media screen and (min-width: 992px) {
  .container {
    max-width: 981px; } }
@media screen and (min-width: 1220px) {
  .container {
    max-width: 1200px; } }
.header {
  background-color: #fff; }
  .header .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: none; }
  .header .container {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    width: 100%;
    max-width: none;
    padding: 0 3.125%; }

.header-left,
.header-center,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.header-left {
  position: absolute;
  left: 3.125%; }

.header-center {
  margin: 0 auto; }

.header-right {
  position: absolute;
  right: 3.125%; }

.header-middle {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: white;
  border-bottom: 1px solid #e7e7e7;
  box-shadow: 0 2.8rem 5.7rem rgba(0, 0, 0, 0.06); }

.header-user {
  display: flex;
  align-items: center;
  /*margin-right: 2.2rem;*/
  margin-right: 1.2rem; }
  .header-user i {
    font-size: 27px;
    color: black;
    /*border: 2px solid #f4f4f4;*/
    border-radius: 50%;
    /*margin-right: 1rem;*/
    padding: .3rem; }
  .header-user span {
    font-size: 1.2rem;
    letter-spacing: .01em;
    font-family: Poppins;
    color: #222529; }
  .header-user h4 {
    font-size: 1.3rem;
    letter-spacing: .01em;
    font-family: Poppins; }

.porto-icon {
  font-size: 26px;
  margin-right: 2.2rem;
  margin-bottom: 2px;
  color: black;
  display: inline-block; }

.logo {
  display: block; }
  .logo img {
    display: block;
    max-width: 100%;
    /*height: auto;*/
	/*height: 120px;*/
	height: 200px;
	/*height: 100px;*/ }

.header-dropdown {
  position: relative;
  text-transform: uppercase; }
  .header-dropdown > a {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 1.6rem;
    color: #999999;
    font: normal 1.2rem 'Open Sans'; }
    .header-dropdown > a::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
      font-family: 'porto';
      font-size: 1.8rem;
      line-height: 1;
      content: '\e81c'; }
  .header-dropdown a img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    margin-right: .6rem; }
  .header-dropdown a:hover, .header-dropdown a:focus {
    text-decoration: none; }

.header-menu {
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 100%;
  padding-top: .4rem;
  padding-bottom: .4rem;
  transition: all .25s;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 20; }
  .header-menu::before {
    display: block;
    position: absolute;
    top: -20px;
    left: 5px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #dbe0e2;
    content: ''; }
.login-menu {
  position: absolute;
  top: 130%;
  left: 0;
  min-width: 100%;
  padding-top: .4rem;
  padding-bottom: .4rem;
  transition: all .25s;
  border: 1px solid #ccc;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  z-index: 20; }

  .login-menu::before {
    display: block;
    position: absolute;
    top: -20px;
    right: 5px;
    width: 20px;
    height: 20px;
    border: 10px solid transparent;
    border-bottom-color: #dbe0e2;
    content: ''; }
  .header-right .header-menu {
    right: 0;
    left: auto; }
  .header-dropdown:hover > .header-menu {
    opacity: 1;
    visibility: visible; }
  .header-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .header-menu ul li {
      position: relative;
      margin: 0; }
    .header-menu ul a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px 9px;
      white-space: nowrap;
      width: 100px; }
  .header-menu a {
    color: inherit; }
    .header-menu a:hover, .header-menu a:focus {
      background-color: #ccc;
      color: #fff; }

  .header-right .login-menu {
    right: 0;
    left: auto; }
  .header-dropdown:hover > .login-menu {
    opacity: 1;
    visibility: visible; }
  .login-menu ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .login-menu ul li {
      position: relative;
      margin: 0; }
    .login-menu ul a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      padding: 2px 9px;
      white-space: nowrap; }
  .login-menu a {
    color: inherit; }
    .login-menu a:hover, .login-menu a:focus {
      background-color: #ccc;
      color: #fff; }

.header .btn-remove::before {
  display: none; }

.header-dropdowns .header-dropdown + .header-dropdown, .header-dropdowns .header-dropdown + .dropdown {
  margin-left: 3.4rem; }
  .header-dropdowns .header-dropdown + .header-dropdown::before, .header-dropdowns .header-dropdown + .dropdown::before {
    position: absolute;
    left: -1.9rem;
    height: 1.9rem;
    border-right: 1px solid #e7e7e7;
    content: ''; }

.dropdownmenu-wrapper {
  position: relative;
  background-color: #fff;
  padding: 2rem;
  border-radius: 0;
  border: 1px solid #f0f0f0;
  box-shadow: 0 29px 28px rgba(0, 0, 0, 0.1); }

.cart-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  left: 0;
  top: 100%;
  width: 300px;
  padding-top: 10px;
  z-index: 100;
  font-size: 1.1rem;
  color: #777;
  border: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: all .25s; }
  .cart-dropdown .dropdown-menu.show,
  .compare-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible; }
.cart-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible; }

.login-dropdown .dropdown-menu,
.compare-dropdown .dropdown-menu {
  display: block;
  left: 0;
  top: 100%;
  /*width: 300px;*/
  padding-top: 8px;
  z-index: 100;
  font-size: 1.1rem;
  color: #777;
  border: 1px solid #e7e7e7;
  margin: 3px 0 0;
  background-color: #FFFFFF;
  box-shadow: none;
  visibility: hidden;
  opacity: 0;
  transition: all .25s;
  min-width: 108px; }
  .login-dropdown .dropdown-menu.show,
  .compare-dropdown .dropdown-menu.show {
    opacity: 1;
    visibility: visible; }
.login-dropdown:hover .dropdown-menu,
.compare-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible; }


.compare-dropdown .dropdown-toggle,
.cart-dropdown .dropdown-toggle {
  text-decoration: none; }
  .compare-dropdown .dropdown-toggle:hover, .compare-dropdown .dropdown-toggle:focus,
  .cart-dropdown .dropdown-toggle:hover,
  .cart-dropdown .dropdown-toggle:focus {
    text-decoration: none; }

.compare-dropdown .dropdown-toggle {
  text-transform: uppercase; }
  .compare-dropdown .dropdown-toggle i {
    margin-top: -.2rem;
    margin-right: .2rem; }
    .compare-dropdown .dropdown-toggle i::before {
      margin: 0; }
  .compare-dropdown .dropdown-toggle::after {
    display: none; }

.compare-products {
  margin: 0;
  padding: 0;
  list-style: none; }
  .compare-products .product {
    position: relative;
    margin: 0;
    padding: .5rem 0;
    box-shadow: none !important; }
    .compare-products .product:hover {
      box-shadow: none; }
  .compare-products .product-title {
    margin: 0;
    color: #696969;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.35;
    text-transform: uppercase; }
  .compare-products .btn-remove {
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    right: 0;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    margin-top: -1.2rem;
    padding: .5rem 0;
    color: #777;
    font-size: 1.3rem;
    line-height: 1;
    text-align: center;
    overflow: hidden; }

.compare-actions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem; }
  .compare-actions .action-link {
    display: inline-block;
    color: #777;
    font-size: 1.1rem;
    text-transform: uppercase; }
  .compare-actions .btn {
    min-width: 110px;
    margin-left: auto;
    padding: .9rem 1rem;
    border: 0;
    border-radius: .2rem;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    letter-spacing: .025rem;
    text-align: center;
    text-transform: uppercase; }

.cart-dropdown .dropdown-toggle {
  display: block;
  position: relative;
  padding-right: 1.5rem; }
  .cart-dropdown .dropdown-toggle .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    padding-top: 2px;
    right: 0;
    /*line-height: 1;*/
    top: .3rem;
    border-radius: 50%;
    padding-bottom: 1px;
    font-size: 1rem;
    font-weight: 600;
    background-color: #c8ac3e;
    color: #fff;
    box-shadow: 0 7px 8px rgba(0, 0, 0, 0.05); }
  .cart-dropdown .dropdown-toggle .minicart-icon {
    width: 25px;
    height: 20px;
    border: 2px solid #222529;
    border-radius: 0 0 5px 5px;
    position: relative;
    opacity: .9;
    top: 1.2rem;
    display: block; }
  .cart-dropdown .dropdown-toggle .minicart-icon::before {
    content: '';
    position: absolute;
    border: 2px solid;
    border-color: inherit;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    left: 50%;
    top: -8px;
    margin-left: -7.5px;
    width: 15px;
    height: 11px; }
  .cart-dropdown .dropdown-toggle::after {
    border: none; }
.cart-dropdown .dropdown-menu {
  right: 0;
  left: auto;
  padding-top: 8px; }
.cart-dropdown .dropdownmenu-wrapper {
  padding: 1.6rem 1.9rem; }
  .cart-dropdown .dropdownmenu-wrapper::before {
    right: 28px;
    left: auto; }
  .cart-dropdown .dropdownmenu-wrapper::after {
    right: 29px;
    left: auto; }
.cart-dropdown .product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 !important;
  padding: 1.6rem 1rem;
  border-bottom: 1px solid #e6ebee;
  box-shadow: none !important; }
.cart-dropdown .product-image-container {
  position: relative;
  max-width: 80px;
  margin: 0;
  margin-left: auto;
  border: 1px solid #ededed; }
  .cart-dropdown .product-image-container a::after {
    display: none; }
.cart-dropdown .product-title {
  margin-bottom: .2rem;
  color: #696969;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left; }
.cart-dropdown .product-details {
  color: #696969;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: left; }
.cart-dropdown .btn-remove {
  display: flex;
  position: absolute;
  top: -1rem;
  right: -1rem;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background-color: #fff;
  color: #474747;
  font-size: 1.1rem;
  line-height: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); }
  .cart-dropdown .btn-remove:hover, .cart-dropdown .btn-remove:focus {
    color: #c8ac3e;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3); }

.dropdown-cart-header,
.dropdown-cart-total {
  padding: .7rem 1rem;
  display: flex;
  align-items: flex-end;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #474747; }

.dropdown-cart-total {
  margin-bottom: 1.1rem; }
  .dropdown-cart-total .cart-total-price {
    margin-left: auto;
    font-size: 1.5rem; }

.dropdown-cart-header {
  border-bottom: 1px solid #e6ebee;
  margin-bottom: 0;
  padding-top: 0; }
  .dropdown-cart-header a {
    color: inherit;
    margin-left: auto;
    font-size: 1.2rem; }

.dropdown-cart-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .2rem 1rem 1.5rem; }
  .dropdown-cart-action .btn {
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: .05rem;
    text-transform: uppercase;
    color: #fff;
    border-color: #282d3b;
    background-color: #282d3b;
    border-radius: .2rem;
    min-width: 110px;
    padding: 1.25rem 1rem;
    font-family: "Poppins", "Open Sans", sans-serif; }
    .dropdown-cart-action .btn:hover, .dropdown-cart-action .btn:focus {
      color: #fff;
      border-color: #32394a;
      background-color: #32394a; }

.header-search {
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 0;
  line-height: 1; }
  .header-search .header-search-wrapper {
    display: none;
    align-items: center;
    overflow: visible;
    border: none;
    top: 4.3rem;
    position: absolute;
    right: 430%;
    width: 100%;
    z-index: 999; }
    .header-search .header-search-wrapper::after {
      display: block;
      clear: both;
      content: ''; }
    .header-search .header-search-wrapper.show {
      display: flex; }
    .header-search .header-search-wrapper::before {
      display: block;
      position: absolute;
      top: -20px;
      right: -245px;
      width: 20px;
      height: 20px;
      border: 10px solid transparent;
      border-bottom-color: #dbe0e2;
      content: ''; }
  .header-search form {
    margin: 0; }
  .header-search .select-custom {
    flex: 0 0 150px;
    margin: 0; }
    .header-search .select-custom::after {
      right: 2.8rem;
      color: #8d8d8d;
      font-size: 1.4rem; }
  .header-search .form-control,
  .header-search select {
    height: 40px;
    /*font: 400 1.3rem/1.5 "Poppins", "Open Sans", sans-serif;*/
    font: 400 14px/1.5 "Poppins", "Open Sans", sans-serif;
    background-color: white;
    margin: 0; }
  .header-search .form-control {
    /*font-size: 1.4rem;*/
    font-size: 14px;
    flex: 1 1 auto;
    width: 150px;
    height: 40px;
    margin: 0;
    padding: 4px 22px;
    border: 2px solid #e7e7e7;
    border-right: none;
    border-radius: 30px 0 0 30px;
    color: #8d8d8d;
    line-height: 20px;
    box-shadow: none; }
    .header-search .form-control::-webkit-input-placeholder {
      color: #8d8d8d; }
    .header-search .form-control::-moz-placeholder {
      color: #8d8d8d; }
    .header-search .form-control:-ms-input-placeholder {
      color: #8d8d8d; }
    .header-search .form-control::-ms-input-placeholder {
      color: #8d8d8d; }
    .header-search .form-control::placeholder {
      color: #8d8d8d; }
    .header-search .form-control:focus {
      border-color: #e7e7e7; }
  .header-search select {
    width: 100%;
    border: 2px solid #e7e7e7;
    border-right: none;
    border-left: 1px solid #e7e7e7;
    line-height: 20px;
    color: #8d8d8d;
    padding: 1px 15px 1px 15px;
    padding-left: 15px;
    border-radius: 0;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .header-search select:focus {
      outline: none; }
  .header-search .btn {
    flex: 0 0 65px;
    height: 40px;
    min-width: 0;
    color: white;
    font-weight: 400;
    font-size: 1.5rem;
    font-size: 14px;
    line-height: 1;
    border: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
    padding: 0 3px 0 0;
    margin: 0;
    cursor: pointer;
    border-radius: 0 20px 20px 0;
    background-color: #222529; }
    .header-search .btn i::before {
      margin: 0; }
    .header-search .btn:hover, .header-search .btn:focus {
      color: #c8ac3e; }
  .header-search .search-toggle {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1;
    min-width: 2.5rem;
    padding: 1rem 0;
    font-weight: 400;
    color: #282d3b;
    text-align: center; }
    .header-search .search-toggle i {
      display: inline-block;
      margin-bottom: 2px;
      font-size: 1.5rem;
      transition: none; }
    .header-search .search-toggle:hover, .header-search .search-toggle:hover i {
      color: #c8ac3e; }

.header-contact {
  position: relative;
  color: #282d3b;
  letter-spacing: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  padding-right: 3.6rem;
  margin-right: 3.2rem; }
  .header-contact::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 2px;
    height: 43px;
    margin-top: -21.5px;
    background-color: #efefef; }
  .header-contact span {
    display: block;
    color: #787d7f;
    font-size: 1.1rem;
    font-weight: 600;
    text-transform: uppercase; }
  .header-contact a {
    color: inherit; }
    .header-contact a:hover, .header-contact a:focus {
      color: #c8ac3e;
      text-decoration: none; }

.header-bottom {
  background-color: white;
  box-shadow: 0 28px 57px rgba(0, 0, 0, 0.06); }
  .header-bottom .container,
  .header-bottom .container-fluid {
    position: relative; }
  .header-bottom .logo,
  .header-bottom .cart-dropdown {
    display: none; }
  .header-bottom .logo {
    margin-right: 2.5rem; }
    .header-bottom .logo img {
      width: auto;
      max-height: 40px; }
  .header-bottom .porto-icon {
    display: none; }
  .header-bottom .cart-dropdown {
    order: 2;
    margin-left: auto; }
    .header-bottom .cart-dropdown .dropdown-toggle {
      padding-right: 1.6rem; }
      .header-bottom .cart-dropdown .dropdown-toggle::before {
        font-size: 2.6rem; }
      .header-bottom .cart-dropdown .dropdown-toggle .cart-count {
        right: .9rem; }
    .header-bottom .cart-dropdown .dropdownmenu-wrapper::before {
      right: 15px; }
    .header-bottom .cart-dropdown .dropdownmenu-wrapper::after {
      right: 16px; }
  .header-bottom .select-custom::after {
    top: 48%; }
  .header-bottom .header-search .select-custom::after {
    right: 1.8rem; }

.mobile-menu-toggler {
  border: 0;
  background: transparent;
  color: #282d3b;
  padding: 1rem .5rem;
  font-size: 3rem;
  line-height: 1;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin-right: 2rem;*/
  cursor: pointer; }
  .mobile-menu-toggler i::before {
    margin: 0; }

@media screen and (min-width: 576px) {
  .welcome-msg {
    display: block; } }
@media screen and (min-width: 768px) {
  .welcome-msg {
    margin-right: 3rem; } }
@media screen and (min-width: 992px) {
  .dropdown-expanded > a {
    display: none; }
  .dropdown-expanded .header-menu {
    position: static;
    top: auto;
    right: auto;
    left: auto;
    padding: 0;
    border: 0;
    background-color: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible; }
    .dropdown-expanded .header-menu ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
      .dropdown-expanded .header-menu ul li + li {
        margin-left: 3rem; }
      .dropdown-expanded .header-menu ul li + li::before {
        position: absolute;
        top: 50%;
        left: -14px;
        height: 11px;
        margin-top: -5.5px;
        border-right: 1px solid;
        content: '';
        opacity: .8; }
      .dropdown-expanded .header-menu ul a {
        padding: 0; }
    .dropdown-expanded .header-menu a {
      color: inherit; }
      .dropdown-expanded .header-menu a:hover, .dropdown-expanded .header-menu a:focus {
        background-color: transparent;
        color: #999;
        text-decoration: underline; } }
@media screen and (max-width: 991px) {
  .header-search {
    margin-left: 5px; }
    .header-search .header-search-wrapper {
      position: absolute;
      top: 100%;
      right: -80px;
      width: 450px;
      margin-top: .3rem;
      border-width: 5px;
      border-radius: 24px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.075);
      z-index: 99;
      border-color: #dbe0e2; }
      .header-search .header-search-wrapper::before {
        display: block;
        position: absolute;
        top: -25px;
        right: 77px;
        width: 20px;
        height: 20px;
        border: 10px solid transparent;
        border-bottom-color: #dbe0e2;
        content: ''; }

  .cart-dropdown .dropdown-toggle::before {
    font-size: 2.6rem; }

  .header-middle .header-right {
    margin-left: 1rem; }
  .header-middle .header-left {
    display: none; }

  .header-center {
    margin-left: 0;
    /*margin-right: auto;*/ 
    margin-right: 20px; }
	
.logo img {
    display: block;
    max-width: 100%;
    /* height: auto; */
    /*height: 120px;*/
    /*height: 100px!important;
	margin-left: 25px!important;*/
    height: 110px!important;
	/*margin-left: 20px!important;*/
}
  .header-contact {
    margin-right: 1.8rem;
    padding-right: 2rem; }

  .header-bottom {
    display: none; }

  .mobile-menu-toggler {
    display: flex; } }
@media screen and (max-width: 767px) {
  .header-contact {
    display: none; }

  .header-search .header-search-wrapper {
    width: 380px; }
  .header-search .select-custom {
    flex: 0 0 132px; }
  .header-search .btn {
    flex: 0 0 40px; }

  .cart-dropdown .dropdown-toggle::before {
    font-size: 2.3rem; }

  .header-middle .header-right {
    margin-left: 5.7rem;
	/*top:0;*/ } }
@media screen and (max-width: 575px) {
  .header-userinfo {
    display: none; }

  .header-user i {
    border: none; }

  .header-user {
    margin-right: 0;
    margin-bottom: 2px; } }
@media screen and (max-width: 479px) {
  .header-search .header-search-wrapper {
    width: 320px; }

  .compare-dropdown {
    display: none; } }
@media (max-width: 360px) {
  .header-search .header-search-wrapper {
    width: 240px; }
  .header-search .select-custom {
    display: none; }

  .cart-dropdown .dropdown-menu,
  .compare-dropdown .dropdown-menu {
    width: 260px; }
  .cart-dropdown .dropdownmenu-wrapper,
  .compare-dropdown .dropdownmenu-wrapper {
    padding: 1rem 1.4rem; }

  .dropdown-cart-action .btn {
    min-width: 100px; } }
.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.menu::after {
  display: block;
  clear: both;
  content: ''; }
.menu li {
  position: relative; }
  .menu li.megamenu-container {
    position: static; }
.menu > li {
  float: left; }
.menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99; }
  .menu ul ul {
    top: -1rem;
    left: 100%; }
.menu .megamenu {
  display: none;
  position: absolute;
  width: 760px;
  left: calc((100% - 760px) / 2);
  z-index: 999; }
  .menu .megamenu.megamenu-fixed-width {
    right: auto;
    left: 0;
    width: 640px; }
.menu a {
  display: block;
  position: relative;
  text-decoration: none; }

.menu li:hover > ul,
.menu li.show > ul,
.menu li:hover > .megamenu,
.menu li.show > .megamenu {
  display: block; }

.menu {
  line-height: 1.8; }
  .menu li {
    padding-right: 1rem;
    padding-left: 1rem; }
    .menu li a {
      display: block;
      padding: .7rem 1rem .7rem 0;
      transition: all .2s ease-out;
      color: #696969;
      /*font-size: 1.2rem;*/
      font-size: 16px;
      font-weight: 400;
      text-transform: uppercase;
      white-space: nowrap; }
    .menu li .menu-title {
      margin-top: 1.25rem;
      margin-bottom: 0;
      color: #434d53;
      letter-spacing: -.01rem;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Poppins"; }
      .menu li .menu-title a {
        padding: .7rem;
        color: #434d53;
        font-size: 1.3rem;
        font-weight: 700; }
        .menu li .menu-title a:hover, .menu li .menu-title a:focus {
          text-decoration: underline; }
  .menu > li {
    padding-right: 0;
    padding-left: 0;
    margin: 0.8rem 1.6rem 0.8rem 0; }
    .menu > li:last-of-type {
      margin-right: 0; }
    .menu > li > a {
      font-weight: 400;
      /*font-size: 1.3rem;*/
      font-size: 16px;
      font-family: Poppins;
      background-color: transparent;
      color: black; }
    .menu > li.special-effect {
      margin-right: 3rem; }
      .menu > li.special-effect > a {
        color: #c8ac3e; }
    .menu > li.buy-effect {
      margin-right: 0; }
  .menu.sf-arrows > li > a.sf-with-ul {
    /*padding-right: 2.8rem;*/
    padding-right: 1.8rem; }
  .menu.sf-arrows .sf-with-ul {
    position: relative; }
    .menu.sf-arrows .sf-with-ul::after {
      display: inline-block;
      position: absolute;
      top: 50%;
      /*right: 1.5rem;*/
      right: .6rem;
      margin-top: -1px;
      transform: translateY(-50%);
      font-family: 'porto';
      font-size: 1.3rem;
      line-height: 1;
      content: '\e81c'; }
  .menu.sf-arrows ul .sf-with-ul::after {
    right: 1rem;
    content: '\e81a'; }
  .menu .megamenu,
  .menu ul {
    background-color: #fff;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1); }
  .menu ul {
    min-width: 240px;
    padding-top: 1rem;
    padding-bottom: 1rem; }
  .menu .megamenu {
    padding: 1rem; }
    .menu .megamenu ul {
      display: block;
      position: static;
      top: auto;
      right: auto;
      bottom: auto;
      left: auto;
      min-width: 0;
      margin: 0 0 1.25rem;
      padding: 0;
      box-shadow: none; }
    .menu .megamenu .banner {
      width: 100%;
      height: 100%;
      margin-bottom: 0;
      background-color: transparent; }
      .menu .megamenu .banner a {
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0; }
      .menu .megamenu .banner img {
        position: absolute;
        height: 100%; }
      .menu .megamenu .banner img.product-promo {
        padding: 1rem; }

.menu li:hover > a,
.menu li.show > a,
.menu li.active > a {
  background-color: #f4f4f4;
  color: #222529; }
.menu > li:hover > a,
.menu > li.show > a,
.menu > li.active > a {
  color: #c8ac3e;
  background-color: transparent; }
.menu.sf-arrows > li.show > a.sf-with-ul::before {
  opacity: 1;
  visibility: visible; }
.menu .show > ul,
.menu .show > .megamenu {
  opacity: 1 !important; }

.tip {
  color: #fff;
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 400;
  padding: .3rem .4rem;
  z-index: 1;
  border-radius: .2rem;
  line-height: 1;
  margin: -2px 0 0 1rem;
  vertical-align: middle;
  text-transform: uppercase; }
  .tip::before {
    position: absolute;
    top: 50%;
    right: 100%;
    left: auto;
    margin-top: -3px;
    border: 3px solid transparent;
    content: ''; }
  .tip.tip-new {
    background-color: #0fc567; }
  .tip.tip-new::before {
    border-right-color: #0fc567; }
  .tip.tip-hot {
    background-color: #eb2771; }
  .tip.tip-hot::before {
    border-right-color: #eb2771; }

.menu > li > a .tip {
  position: absolute;
  top: -4px;
  right: 22px;
  margin: 0; }
  .menu > li > a .tip::before {
    position: absolute;
    top: 100%;
    left: 3px;
    width: 3px;
    height: 3px;
    margin: 0;
    border-color: transparent; }
  .menu > li > a .tip.tip-new::before {
    border-top-color: #0cc485; }
  .menu > li > a .tip.tip-hot::before {
    border-top-color: #eb2771; }

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 250px;
  transform: translateX(-100%);
  transition: all .35s;
  background-color: #1d1e20;
  /*font-size: 1.2rem;*/
  font-size: 14px;
  line-height: 1.5;
  box-shadow: 0.1rem 0 0.6rem 0 rgba(50, 50, 50, 0.65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto; }
  .mmenu-active .mobile-menu-container {
    transform: translateX(0);
    visibility: visible; }
  .mobile-menu-container .social-icons {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .mobile-menu-container .social-icon {
    width: 3rem;
    height: 3rem;
    margin-bottom: 0;
    border: 0;
    background-color: transparent;
    font-size: 1.5rem; }
    .mobile-menu-container .social-icon + .social-icon {
      margin-left: .3rem; }
    .mobile-menu-container .social-icon:hover, .mobile-menu-container .social-icon:focus {
      background-color: transparent;
      color: #fafafa; }

.mobile-menu-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem; }
  .mobile-menu-wrapper .header-search .header-search-wrapper {
    display: flex;
    position: relative;
    left: 0;
    border: none;
    margin: 4rem 2rem;
    max-width: 210px !important;
    min-width: auto; }
    .mobile-menu-wrapper .header-search .header-search-wrapper::before {
      display: none; }
    .mobile-menu-wrapper .header-search .header-search-wrapper .form-control {
      width: 100%;
      border: none; }
    .mobile-menu-wrapper .header-search .header-search-wrapper .btn {
      flex: 0 0 60px;
      border: none;
      border-radius: 0 25px 25px 0; }

.mobile-menu-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  padding: .4rem;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  z-index: 9; }

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

.mmenu-active .mobile-menu-overlay {
  opacity: 1;
  visibility: visible; }

.mobile-nav {
  margin: 0 0 2rem;
  padding: 0; }

.mobile-menu {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #242527;
  list-style: none; }
  .mobile-menu > li > a {
    text-transform: uppercase; }
  .mobile-menu li {
    display: block;
    position: relative;
    border-top: 1px solid #242527; }
    .mobile-menu li a {
      display: block;
      position: relative;
      margin-right: 4.5rem;
      padding: 1.1rem 0 1.1rem 1.5rem;
      color: #fff; }
      .mobile-menu li a:hover, .mobile-menu li a:focus {
        color: #c8ac3e;
        text-decoration: none; }
    .mobile-menu li.open > a, .mobile-menu li.active > a {
      color: #c8ac3e; }
    .mobile-menu li ul {
      display: none;
      margin: 0;
      padding: 0; }
      .mobile-menu li ul li a {
        padding-left: 2.5rem; }
      .mobile-menu li ul ul li a {
        padding-left: 3.5rem; }

.mmenu-btn {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: -3.8rem;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  margin-top: -1.5rem;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer; }
  .mmenu-btn::after {
    display: inline-block;
    margin-top: -2px;
    font-family: 'porto';
    content: '\e81c'; }
  .open > a > .mmenu-btn::after {
    content: '\e81b'; }

@-webkit-keyframes fixedHeader {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1040;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader; }
  .sticky-header.fixed .main-nav {
    width: auto;
    background-color: transparent; }
  .sticky-header.fixed .menu > li.float-right > a {
    background-color: transparent; }
  .sticky-header.fixed .menu > li > a {
    color: black;
    padding-top: .55rem;
    padding-bottom: .55rem; }
  .sticky-header.fixed .menu > li:hover > a,
  .sticky-header.fixed .menu > li.show > a,
  .sticky-header.fixed .menu > li.active > a {
    color: #c8ac3e; }
  .sticky-header.fixed .logo,
  .sticky-header.fixed .cart-dropdown {
    display: block; }
.sticky-header.fixed-nav {
  position: fixed;
  top: 46px;
  right: 0;
  left: 0;
  height: 38px;
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  z-index: 1039;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader; }
  .sticky-header.fixed-nav .container {
    margin: 0 auto;
    padding-left: 1.5rem; }
.sticky-header .buy-effect a {
  padding-left: .5rem; }

.sticky-header.scroll {
  margin-right: 17px; }

@media screen and (max-width: 991px) {
  .sticky-header.fixed-nav {
    top: 0; } }
@media screen and (max-width: 575px) {
  .sticky-header.fixed-nav {
    display: none; } }
@media screen and (max-width: 1199px) {
  .sticky-header.fixed .header-left ul {
    display: none; } }
.footer {
  background-color: white; }
  .footer .container,
  .footer .container-fluid {
    display: -ms-flexbox;
    /*display: flex;*/
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: none;
    padding: 0 3.125%; }
  .footer img {
    width: auto;
    height: auto; }

.widget-newsletter-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: none;
  color: white;
  margin: 1rem 0; }

p.widget-newsletter-content {
  font-size: 1.3rem;
  letter-spacing: 0.005em;
  color: white;
  margin: 1rem 0; }

span.widget-newsletter-content {
  font-size: 1.6rem;
  letter-spacint: 0.005em;
  font-weight: 700;
  color: white; }

.footer-middle {
  margin: 6rem 0 4rem;
  padding-top: 6rem;
  border-top: 1px solid #e7e7e7; }
  .home .footer-middle {
    padding-top: 0;
    border-top: none; }
  .footer-middle img {
    margin-bottom: 4rem; }

.widget {
  margin-top: 0; }
  .widget .widget-title {
    text-transform: none;
    color: black;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem; }
  .widget .links li {
    margin-bottom: .4rem; }
  .widget a {
    color: #777;
    /*font: 1.3rem "Poppins";*/
    font: 14px "Poppins"; }

.widget-account {
  padding: 0 7rem; }

a:hover,
a:focus,
a:active {
  color: black; }

.contact-widget {
  margin: 1rem 0; }
  .contact-widget .widget-title {
    /*font: 600 1.3rem "Poppins";*/
    font: 600 14px "Poppins";
    color: #222529;
    margin-bottom: 0; }
  .contact-widget a {
    font-weight: 400;
    color: #777; }
  .contact-widget a:hover {
    text-decoration: underline; }
  .contact-widget.email a {
    color: #cdb0b0;
    text-decoration: underline; }
    .contact-widget.email a:hover {
      color: #c8ac3e; }

.footer .social-icons .social-icon {
  width: 20px;
  height: 20px;
  background-color: transparent;
  margin-top: 1.5rem;
  margin-right: 1.5rem; }
  .footer .social-icons .social-icon i {
    font-size: 1.4rem;
    color: black; }
    .footer .social-icons .social-icon i::before {
      margin: 0; }
  .footer .social-icons .social-icon:hover i {
    color: #c8ac3e; }

.footer-bottom {
  border-top: 1px solid #e1e1e1;
  padding: 4.1rem 0 5rem;
  margin-bottom: 0; }
  .footer-bottom .container {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }

.footer-submit-wrapper {
  display: flex;
  width: 100%;
  max-width: 385px; }
  .footer-submit-wrapper input {
    background-color: #e2e2e0;
    font: 1.2rem "Poppins";
    color: #999;
    letter-spacing: .005em;
    border: none;
    margin-bottom: 0; }
    .footer-submit-wrapper input:active, .footer-submit-wrapper input:focus {
      background-color: #f1f1f1; }
  .footer-submit-wrapper .btn {
    background-color: #222529;
    font: 700 1.2rem "Poppins";
    color: white;
    letter-spacing: .005em;
    border: none; }
    .footer-submit-wrapper .btn:hover {
      background-color: #c8ac3e; }

#scroll-top {
  height: 40px;
  position: fixed;
  right: 15px;
  width: 40px;
  z-index: 9999;
  bottom: 0;
  background-color: #43494e;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 11px 0;
  visibility: hidden;
  opacity: 0;
  border-radius: 0 0 0 0;
  transition: all .3s, margin-right 0s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px); }

#scroll-top:hover,
#scroll-top:focus {
  background-color: #3a4045; }

#scroll-top.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }

@media screen and (min-width: 992px) {
  .footer .col-lg-2 {
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%; }

  .footer .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }

  .footer .col-lg-4 {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%; }

  .footer .col-lg-5 {
    -ms-flex: 0 0 41.6%;
    flex: 0 0 41.6%;
    max-width: 41.6%; }

  .footer-middle {
    margin-top: 6.2rem;
    margin-bottom: 1.5rem; }

  .footer-bottom {
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 4.8rem; }

  .footer-copyright {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
	font-size: 12px; }

  .footer-payments {
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 0; }

  .footer-bottom .social-icons {
    margin-left: 5.4rem; }

  .footer-bottom .contact-info {
    margin-bottom: 0;
    margin-right: 0; } }
@media screen and (min-width: 1200px) {
  .footer-bottom .social-icons {
    margin-left: 9.2rem; }

  .contact-widget.follow {
    margin-top: 0; }

  .footer-middle .container > .row > div:nth-child(odd) {
    max-width: 28.2%;
    /*flex: 0 0 28.2%;*/ }
  .footer-middle .container > .row > div:nth-child(even) {
    max-width: 21.8%;
    /*flex: 0 0 21.8%;*/ } }
@media screen and (max-width: 768px) {
  .footer-middle img {
    margin-bottom: 2rem; }

  .footer-middle {
    margin: 2rem 0; }

  .footer-middle .col-lg-6:nth-child(2) {
    margin-top: 2rem; } }
.product-wrapper {
  overflow: hidden; }
  .product-wrapper .category-grid {
    margin-bottom: -1px; }

.product {
  position: relative;
  margin-bottom: 2.5rem; }

.product-image-container {
  position: relative;
  display: block;
  background-color: #fafafa;
  margin-bottom: 2.4rem;
  transition: all .3s; }

.product-image {
  display: block; }

.product-image::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all .3s; }

.product-image img {
  display: block;
  width: 100%;
  height: auto; }

.btn-quickview {
  display: inline-block;
  font: 400 1.3rem/1 "Poppins", sans-serif;
  text-transform: uppercase;
  letter-spacing: .08rem;
  color: #fff;
  background-color: rgba(57, 57, 57, 0.8);
  padding: 1.7rem 1.5rem;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s;
  text-decoration: none;
  text-align: center; }

.product-image-container .btn-quickview {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }

.product:hover .product-image::after,
.product:hover .btn-quickview {
  opacity: 1;
  visibility: visible; }

.btn-quickview:hover,
.btn-quickview:focus,
.product:hover .btn-quickview:hover,
.product:hover .btn-quickview:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9; }

.product-details {
  text-align: center; }

.product-title {
  font: 400 1.5rem/1.25 "Poppins", "Open Sans", sans-serif;
  color: #0e2f40;
  letter-spacing: 0;
  margin-bottom: 1rem; }

.product-title a {
  color: inherit; }

.price-box {
  font-size: 0;
  font: 700 0/1 "Poppins", sans-serif;
  color: #0e2f40;
  margin-bottom: 3rem; }

.product-price {
  font-size: 1.6rem; }

.old-price {
  color: #999;
  font-size: 1.4rem;
  font-weight: 400;
  text-decoration: line-through; }
  .old-price + .product-price {
    margin-left: .6rem; }

.product-action {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center; }

.paction {
  position: relative;
  display: -ms-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.8rem;
  font-family: 'porto';
  color: #0e2f40;
  background-color: #ffffff;
  border: 1px solid #d4d4d4;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
  min-width: 35px;
  height: 35px; }
  .paction span {
    display: none;
    padding-right: .1rem;
    padding-left: .4rem;
    font-size: 1.2rem;
    letter-spacing: .02rem; }
  .paction + .paction {
    margin-left: .7rem; }
  .paction:hover, .paction:focus {
    text-decoration: none;
    color: #302e2a;
    border-color: #302e2a; }

.add-cart {
  color: #2b2b2d;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  padding: .85rem .5rem;
  min-width: 105px;
  z-index: 2; }
  .add-cart::before {
    display: inline-block;
    line-height: 1;
    margin-top: 2px;
    font-size: 1.9rem;
    content: '\e87f';
    font-family: 'porto'; }
  .add-cart span {
    display: inline-block;
    padding-top: 1px;
    font-family: "Oswald", sans-serif; }
  .add-cart:hover, .add-cart:focus {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff; }

.product .add-wishlist, .product .add-compare {
  z-index: 1;
  visibility: hidden;
  opacity: 0; }
.product .add-wishlist {
  right: -42px; }
.product .add-compare {
  left: -42px; }

.add-wishlist::before {
  content: '\e889'; }

.add-compare::before {
  content: '\e88f'; }

.product:hover .paction.add-wishlist, .product:hover .paction.add-compare, .grid-product:hover .paction.add-wishlist, .grid-product:hover .paction.add-compare {
  opacity: 1;
  visibility: visible; }
.product:hover .paction.add-wishlist, .grid-product:hover .paction.add-wishlist {
  right: 0; }
.product:hover .paction.add-compare, .grid-product:hover .paction.add-compare {
  left: 0; }
.product:hover .paction.add-cart, .grid-product:hover .paction.add-cart {
  border-color: #c8ac3e;
  background-color: #c8ac3e;
  color: #fff; }

.product-label {
  position: absolute;
  z-index: 1;
  top: 1rem;
  left: 1rem;
  font: 600 1rem "Open Sans";
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  padding: .6rem;
  min-width: 48px;
  background-color: #c8ac3e;
  color: #fff; }
  .product-label.label-hot, .product-label.label-new {
    background-color: #62b959; }
  .product-label.label-sale {
    background-color: #c8ac3e; }
  .product-label.label-dark {
    background-color: #222529; }
  .product-label.label-primary {
    background-color: #c8ac3e; }
  .product-label + .product-label {
    top: 3.6rem; }

.ratings-container {
  margin-bottom: .4rem;
  line-height: 1; }
  .ratings-container .product-ratings,
  .ratings-container .ratings {
    position: relative;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.1em;
    line-height: 1;
    font-family: 'porto'; }
  .ratings-container .product-ratings {
    height: 11px; }
    .ratings-container .product-ratings::before {
      content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
      color: #b3b3b3; }
  .ratings-container .ratings {
    position: absolute;
    top: 0;
    left: 0;
    white-space: nowrap;
    overflow: hidden; }
    .ratings-container .ratings::before {
      content: "\e852 " "\e852 " "\e852 " "\e852 " "\e852";
      color: #2b2b2d; }

/* Prouct small*/
.product.product-sm {
  margin-bottom: 2.7rem; }

.product-quick-view {
  background-color: #fff;
  padding: 2rem; }
  .product-quick-view .product-single-details .product-action {
    margin-bottom: 2.1rem; }
  .product-quick-view .product-single-filter {
    padding-bottom: 2.2rem; }

.product-sm::after {
  display: block;
  clear: both;
  content: ''; }
.product-sm .product-image-container {
  max-width: 80px;
  margin-bottom: 0;
  float: left; }
  .product-sm .product-image-container a::after {
    display: none; }
.product-sm .product-details {
  margin-left: 102px;
  text-align: left;
  padding: .2rem 0 0; }
.product-sm .price-box {
  margin-bottom: 0;
  padding: 0;
  border: 0; }
.product-sm .product-title {
  margin-bottom: .4rem;
  color: #5b5b5f;
  font-size: 1.4rem; }
  .product-sm .product-title a {
    color: inherit; }
.product-sm .ratings-container {
  margin-bottom: .8rem; }
.product-sm .old-price {
  font-size: 1.4rem; }
  .product-sm .old-price + .product-price {
    margin-left: .5rem; }
.product-sm .product-price {
  font-size: 1.6rem; }
.product-sm:hover .product-image,
.product-sm:hover .product-details {
  transform: translateY(0) !important; }

/* Product List */
.product-list::after {
  display: block;
  clear: both;
  content: ''; }
.product-list .product-title {
  margin: 0 0 1rem;
  font-size: 1.8rem; }
.product-list .product-details {
  padding: 2rem 0 0;
  color: #8a8a8a;
  font-size: 1.4rem;
  text-align: left; }
  .product-list .product-details p {
    margin-bottom: 1.3rem; }
    .product-list .product-details p a {
      color: #c8ac3e; }
.product-list .price-box {
  margin-bottom: 1.2rem; }
.product-list .product-action {
  justify-content: flex-start; }
.product-list .paction.add-wishlist {
  right: 0;
  opacity: 1;
  visibility: visible; }
.product-list .paction.add-compare {
  left: 0;
  opacity: 1;
  visibility: visible; }

.category-grid [class*='col-'] {
  border-right: 1px solid #e3e4e4;
  border-bottom: 1px solid #e3e4e4; }
  .category-grid [class*='col-']:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
    z-index: 1; }

.grid-product {
  padding: 5rem 0 0;
  transition: all .3s; }
  .grid-product:hover {
    padding: 1rem 0 4rem; }

.product-grid-action {
  margin: 0;
  transition: all .3s;
  opacity: 0;
  visibility: hidden; }

.grid-product:hover .product-grid-action {
  opacity: 1;
  visibility: visible; }

@media screen and (max-width: 479px) {
  .paction.add-cart {
    min-width: 40px; }
    .paction.add-cart span {
      display: none; } }
@media screen and (min-width: 576px) {
  .product {
    margin-bottom: 3.5rem; }
    .product.product-list {
      margin-bottom: 3rem; }

  .product-list .product-image-container {
    width: 30%;
    margin-bottom: 0;
    float: left; }
  .product-list .product-details {
    width: 70%;
    padding: 0 0 0 2rem;
    float: left; } }
@media screen and (min-width: 768px) {
  .product {
    margin-bottom: 4.3rem; }

  .product-list .product-image-container {
    width: 26%; }
  .product-list .product-details {
    width: 74%; }
  .product-list .product-title {
    margin-top: .4rem; } }
@media screen and (min-width: 1200px) {
  .row.row-sm .col-xl-7col, .row.row-sm .col-xl-8col {
    padding-left: .5rem;
    padding-right: .5rem; }

  .col-xl-7col .paction.add-wishlist, .col-xl-7col .paction.add-compare, .col-xl-8col .paction.add-wishlist, .col-xl-8col .paction.add-compare {
    display: none; }
  .col-xl-7col .paction + .paction, .col-xl-8col .paction + .paction {
    margin-left: 0; } }
.banner {
  display: block;
  position: relative;
  margin-bottom: 0;
  background-color: #ccc; }
  .banner.banner-cat {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 220px;
    background-size: cover;
    /*background-position: center right;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #ccc;
    margin-bottom: 0; }
  .banner > a {
    display: block; }
  .banner img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto; }
  .banner .banner-content {
    display: inline-block;
	background-color: rgba(255,255,255, 0.8);  
	border-radius: 10px; }
  .banner .banner-title {
    color: #666666;
    font: 700 3rem/1.1 "Poppins", sans-serif;
    margin-bottom: 1.8rem;
    letter-spacing: -.025rem;
    text-transform: uppercase; }
  .banner .banner-subtitle {
    color: #666666;
    font: 400 1.5rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: .4rem; }
    .banner .banner-subtitle span {
      font-family: "Poppins", sans-serif;
      font-size: 2.4rem; }
  .banner .btn {
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    min-width: 100px;
    border-radius: .2rem; }

.banner-image > a {
  position: relative; }
  .banner-image > a::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(40, 45, 59, 0.3);
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden; }
  .banner-image > a:hover::after, .banner-image > a:focus::after {
    opacity: 1;
    visibility: visible; }

@media screen and (min-width: 768px) {
  .banner.banner-cat {
    height: 260px; }
  .banner .banner-title {
    font-size: 3.8rem; }
  .banner .banner-subtitle {
    font-size: 1.6rem; }
    .banner .banner-subtitle span {
      font-size: 2.5rem; } }
@media screen and (min-width: 992px) {
  .banner.banner-cat {
    height: 500px; }
  .banner .banner-title {
    font-size: 4.6rem; }
  .banner .banner-subtitle {
    font-size: 1.8rem; }
    .banner .banner-subtitle span {
      font-size: 2.6rem; } }
.breadcrumb-nav {
  border-bottom: 1px solid #dfdfdf;
  border-top: 1px solid #dfdfdf;
  padding: 1rem 0;
  margin-bottom: 3.5rem; }

.breadcrumb {
  margin-bottom: 0;
  padding: 1.25rem 0;
  border-radius: 0;
  background-color: transparent; }

.breadcrumb-item {
  text-transform: uppercase;
  font: 400 14px/1.4 "Poppins", "Open Sans", sans-serif;
  letter-spacing: 0.05em; }

.breadcrumb-item + .breadcrumb-item {
  /*padding-left: 2.2rem;*/
  padding-left: 1rem; }

.breadcrumb-item + .breadcrumb-item::before {
  content: '\e81a';
  font-family: 'porto';
  /*padding-right: 2.2rem;*/
  padding-right: 1rem;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  vertical-align: middle;
  margin-top: -.5rem;
  color: #000; }

.breadcrumb-item a,
.breadcrumb-item.active {
  color: #000; }

.page-header {
  padding: 3.8rem 0 5rem; }
  .breadcrumb-nav + .page-header {
    margin-top: -3rem; }
  .page-header h1 {
    color: #111;
    margin-top: .3rem;
    margin-bottom: .3rem; }
    .page-header h1 span {
      display: block;
      font-family: "Poppins", "Open Sans", sans-serif;
      font-size: 1.5rem;
      font-weight: 400;
      font-style: normal;
      line-height: 1;
      margin-bottom: .4rem; }
  .page-header.page-header-bg {
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    background-color: #ccc; }
    .page-header.page-header-bg h1 {
      color: #fff; }

.page-header h1,
.page-title {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0; }

@media screen and (min-width: 768px) {
  .page-header {
    padding-top: 6rem;
    padding-bottom: 7rem; }
    .page-header h1 span {
      font-size: 1.6rem; }
    .page-header.page-header-bg {
      background-position: center right; } }
@media screen and (min-width: 992px) {
  .page-header {
    padding-top: 9rem;
    padding-bottom: 10.25rem; }
    .page-header h1 span {
      font-size: 1.8rem; } }
@font-face {
  font-family: 'porto';
  src: url("fonts/porto.eot?64334846");
  src: url("fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("fonts/porto.woff2?64334846") format("woff2"), url("fonts/porto.woff?64334846") format("woff"), url("fonts/porto.ttf?64334846") format("truetype"), url("fonts/porto.svg?64334846#porto") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^='icon-']::before, [class*=' icon-']::before {
  display: inline-block;
  width: 1em;
  margin-right: .2em;
  margin-left: .2em;
  font-family: 'porto';
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none; }

.icon-cancel::before {
  content: '\e800'; }

.icon-spin2::before {
  content: '\e801'; }

.icon-spin3::before {
  content: '\e802'; }

.icon-spin4::before {
  content: '\e803'; }

.icon-spin5::before {
  content: '\e804'; }

.icon-spin6::before {
  content: '\e805'; }

.icon-firefox::before {
  content: '\e806'; }

.icon-chrome::before {
  content: '\e807'; }

.icon-opera::before {
  content: '\e808'; }

.icon-ie::before {
  content: '\e809'; }

.icon-phone::before {
  content: '\e80a'; }

.icon-down-dir::before {
  content: '\e80b'; }

.icon-cart::before {
  content: '\e80c'; }

.icon-up-dir::before {
  content: '\e80d'; }

.icon-mode-grid::before {
  content: '\e80e'; }

.icon-mode-list::before {
  content: '\e80f'; }

.icon-compare::before {
  content: '\e810'; }

.icon-wishlist::before {
  content: '\e811'; }

.icon-search::before {
  content: '\e812'; }

.icon-left-dir::before {
  content: '\e813'; }

.icon-right-dir::before {
  content: '\e814'; }

.icon-down-open::before {
  content: '\e815'; }

.icon-left-open::before {
  content: '\e816'; }

.icon-right-open::before {
  content: '\e817'; }

.icon-up-open::before {
  content: '\e818'; }

.icon-angle-left::before {
  content: '\e819'; }

.icon-angle-right::before {
  content: '\e81a'; }

.icon-angle-up::before {
  content: '\e81b'; }

.icon-angle-down::before {
  content: '\e81c'; }

.icon-down::before {
  content: '\e81d'; }

.icon-left::before {
  content: '\e81e'; }

.icon-right::before {
  content: '\e81f'; }

.icon-up::before {
  content: '\e820'; }

.icon-angle-double-left::before {
  content: '\e821'; }

.icon-angle-double-right::before {
  content: '\e822'; }

.icon-angle-double-up::before {
  content: '\e823'; }

.icon-angle-double-down::before {
  content: '\e824'; }

.icon-mail::before {
  content: '\e825'; }

.icon-location::before {
  content: '\e826'; }

.icon-skype::before {
  content: '\e827'; }

.icon-right-open-big::before {
  content: '\e828'; }

.icon-left-open-big::before {
  content: '\e829'; }

.icon-down-open-big::before {
  content: '\e82a'; }

.icon-up-open-big::before {
  content: '\e82b'; }

.icon-retweet::before {
  content: '\e82c'; }

.icon-user::before {
  content: '\e82d'; }

.icon-mail-alt::before {
  content: '\e82e'; }

.icon-fax::before {
  content: '\e82f'; }

.icon-lock::before {
  content: '\e830'; }

.icon-company::before {
  content: '\e831'; }

.icon-city::before {
  content: '\e832'; }

.icon-post::before {
  content: '\e833'; }

.icon-country::before {
  content: '\e834'; }

.icon-calendar::before {
  content: '\e835'; }

.icon-doc::before {
  content: '\e836'; }

.icon-mobile::before {
  content: '\e837'; }

.icon-clock::before {
  content: '\e838'; }

.icon-chat::before {
  content: '\e839'; }

.icon-tag::before {
  content: '\e83a'; }

.icon-folder::before {
  content: '\e83b'; }

.icon-folder-open::before {
  content: '\e83c'; }

.icon-forward::before {
  content: '\e83d'; }

.icon-reply::before {
  content: '\e83e'; }

.icon-cog::before {
  content: '\e83f'; }

.icon-cog-alt::before {
  content: '\e840'; }

.icon-wrench::before {
  content: '\e841'; }

.icon-quote-left::before {
  content: '\e842'; }

.icon-quote-right::before {
  content: '\e843'; }

.icon-gift::before {
  content: '\e844'; }

.icon-dollar::before {
  content: '\e845'; }

.icon-euro::before {
  content: '\e846'; }

.icon-pound::before {
  content: '\e847'; }

.icon-rupee::before {
  content: '\e848'; }

.icon-yen::before {
  content: '\e849'; }

.icon-rouble::before {
  content: '\e84a'; }

.icon-try::before {
  content: '\e84b'; }

.icon-won::before {
  content: '\e84c'; }

.icon-bitcoin::before {
  content: '\e84d'; }

.icon-ok::before {
  content: '\e84e'; }

.icon-chevron-left::before {
  content: '\e84f'; }

.icon-chevron-right::before {
  content: '\e850'; }

.icon-export::before {
  content: '\e851'; }

.icon-star::before {
  content: '\e852'; }

.icon-star-empty::before {
  content: '\e853'; }

.icon-plus-squared::before {
  content: '\e854'; }

.icon-minus-squared::before {
  content: '\e855'; }

.icon-plus-squared-alt::before {
  content: '\e856'; }

.icon-minus-squared-alt::before {
  content: '\e857'; }

.icon-truck::before {
  content: '\e858'; }

.icon-lifebuoy::before {
  content: '\e859'; }

.icon-pencil::before {
  content: '\e85a'; }

.icon-users::before {
  content: '\e85b'; }

.icon-video::before {
  content: '\e85c'; }

.icon-menu::before {
  content: '\e85d'; }

.icon-desktop::before {
  content: '\e85e'; }

.icon-doc-inv::before {
  content: '\e85f'; }

.icon-circle::before {
  content: '\e860'; }

.icon-circle-empty::before {
  content: '\e861'; }

.icon-circle-thin::before {
  content: '\e862'; }

.icon-mini-cart::before {
  content: '\e863'; }

.icon-paper-plane::before {
  content: '\e864'; }

.icon-attention-alt::before {
  content: '\e865'; }

.icon-info::before {
  content: '\e866'; }

.icon-compare-link::before {
  content: '\e867'; }

.icon-cat-default::before {
  content: '\e868'; }

.icon-cat-computer::before {
  content: '\e869'; }

.icon-cat-couch::before {
  content: '\e86a'; }

.icon-cat-garden::before {
  content: '\e86b'; }

.icon-cat-gift::before {
  content: '\e86c'; }

.icon-cat-shirt::before {
  content: '\e86d'; }

.icon-cat-sport::before {
  content: '\e86e'; }

.icon-cat-toys::before {
  content: '\e86f'; }

.icon-tag-line::before {
  content: '\e870'; }

.icon-bag::before {
  content: '\e87f'; }

.icon-search-1::before {
  content: '\e872'; }

.icon-plus::before {
  content: '\e873'; }

.icon-minus::before {
  content: '\e874'; }

.icon-search-2::before {
  content: '\e875'; }

.icon-bag-1::before {
  content: '\e876'; }

.icon-online-support::before {
  content: '\e877'; }

.icon-shopping-bag::before {
  content: '\e878'; }

.icon-us-dollar::before {
  content: '\e879'; }

.icon-shipped::before {
  content: '\e87a'; }

.icon-list::before {
  content: '\e87b'; }

.icon-money::before {
  content: '\e87c'; }

.icon-shipping::before {
  content: '\e87d'; }

.icon-support::before {
  content: '\e87e'; }

.icon-bag-2::before {
  content: '\e87f'; }

.icon-grid::before {
  content: '\e880'; }

.icon-bag-3::before {
  content: '\e881'; }

.icon-direction::before {
  content: '\e882'; }

.icon-home::before {
  content: '\e883'; }

.icon-magnifier::before {
  content: '\e884'; }

.icon-magnifier-add::before {
  content: '\e885'; }

.icon-magnifier-remove::before {
  content: '\e886'; }

.icon-phone-1::before {
  content: '\e887'; }

.icon-clock-1::before {
  content: '\e888'; }

.icon-heart::before {
  content: '\e889'; }

.icon-heart-1::before {
  content: '\e88a'; }

.icon-earphones-alt::before {
  content: '\e88b'; }

.icon-credit-card::before {
  content: '\e88c'; }

.icon-action-undo::before {
  content: '\e88d'; }

.icon-envolope::before {
  content: '\e88e'; }

.icon-chart::before {
  content: '\e88f'; }

.icon-down-1::before {
  content: '\e890'; }

.icon-up-1::before {
  content: '\e891'; }

.icon-eye::before {
  content: '\e892'; }

.icon-spin1::before {
  content: '\e893'; }

.icon-twitter::before {
  content: '\f099'; }

.icon-facebook::before {
  content: '\f09a'; }

.icon-gplus::before {
  content: '\f0d5'; }

.icon-linkedin::before {
  content: '\f0e1'; }

.icon-spinner::before {
  content: '\f110'; }

.icon-instagram::before {
  content: '\f16d'; }

.icon-sliders::before {
  content: '\f1de'; }

.icon-question-circle-o::before {
  content: '\f29c'; }

.icon-check-empty::before {
  content: '\f87a'; }

.icon-check::before {
  content: '\f87b'; }

.icon-docs-inv::before {
  content: '\e895'; }

.icon-briefcase::before {
  content: '\e896'; }

.icon-user-2::before {
  content: '\e91a'; }

.icon-search-3::before {
  content: '\e918'; }

form {
  margin-bottom: 3.5rem; }
  form h2 {
    margin-top: 3.4rem;
    margin-bottom: 2.3rem; }

.form-group {
  margin-bottom: 1.4rem; }
  .form-group .form-control,
  .form-group .select-custom {
    margin-bottom: 0; }
  .form-group .form-control + .form-control {
    margin-top: 1rem; }

.form-group-sm {
  max-width: 480px;
  margin-bottom: .9rem; }

.form-control {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  color: #767f84;
  font-family: "Poppins", "Open Sans", sans-serif;
  /*font-size: 1.3rem;*/
  font-size: 12px;
  font-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  /*max-width: 480px;*/
  padding: 1.25rem 1.5rem;
  transition: all .3s; }
  .form-control:focus {
    border-color: #282d3b;
    background-color: #fff;
    color: #767f84;
    box-shadow: none; }

.form-control-sm {
  font-size: 1.2rem;
  height: 4.4rem;
  padding: 1.2rem 1.5rem; }

select.form-control:not([size]):not([multiple]) {
  height: 4.6rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: 4.4rem; }

.main .form-control::-webkit-input-placeholder {
  color: #767f84; }

.main .form-control::-moz-placeholder {
  color: #767f84; }

.main .form-control:-ms-input-placeholder {
  color: #767f84; }

.main .form-control::-ms-input-placeholder {
  color: #767f84; }

.main .form-control::placeholder {
  color: #767f84; }

textarea.form-control {
  max-width: 680px;
  min-height: 100px; }

.form-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 3.5rem;
  font-size: 1.3rem;
  vertical-align: middle; }
  .form-footer .form-footer-right {
    margin-right: 0;
    margin-left: auto; }
    .form-footer .form-footer-right .btn {
      margin: 0; }
  .form-footer .btn {
    margin-right: 3rem; }

.forget-pass {
  line-height: 1.3; }

label {
  color: #767f84;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 .6rem; }

.required-field > label::after {
  margin: 0 0 0 .45rem;
  color: #e02b27;
  font-size: 1.2rem;
  content: '*'; }

.required {
  color: #e02b27;
  font-size: 1.2rem; }
  .required + .form-footer {
    margin-top: .8rem; }

.select-custom {
  position: relative;
  margin-bottom: 1rem; }
  .select-custom select {
    -webkit-appearance: none;
    appearance: none; }
  .select-custom::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    -webkit-transform: translateY(-51%);
    transform: translateY(-51%);
    color: #34373f;
    font-family: 'porto';
    font-size: 1.5rem;
    content: '\e81c'; }
  .select-custom .form-control,
  .select-custom .form-control-sm {
    padding-right: 4rem; }

.form-group-custom-control {
  margin-top: 2rem; }
  .form-group-custom-control .custom-control {
    margin-top: 0;
    margin-bottom: 2rem; }
  .form-group-custom-control + .form-group-custom-control {
    margin-top: -.5rem; }
  .form-group-custom-control .custom-control-label {
    font-family: "Poppins", "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial; }

.custom-control {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 3rem; }

.custom-control-label {
  font-size: 1.3rem;
  margin-bottom: 0;
  margin-top: .1rem;
  position: static; }
  .custom-control-label::before, .custom-control-label::after {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem; }
  .custom-control-label::before {
    border: 1px solid #e6e6e6;
    background-color: #fff; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0; }

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

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #c8ac3e; }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(197, 155, 156, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(197, 155, 156, 0.5); }

.form-input {
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  border-radius: 2px; }

.form-wide {
  width: 100%; }

@media screen and (min-width: 768px) {
  form,
  .form-footer {
    margin-bottom: 4rem; }

  form h2 {
    margin-top: 4.4rem; } }
@media screen and (min-width: 992px) {
  form,
  .form-footer {
    margin-bottom: 5rem; } }
.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s; }

.btn-sm {
  font-size: 1.3rem;
  padding: 1rem 1.5rem;
  letter-spacing: 1px;
  min-width: 90px; }

.btn-link {
  padding-top: 0;
  padding-bottom: 0;
  color: #282d3b;
  text-transform: initial;
  letter-spacing: 0;
  font-size: 13px;
  min-width: 0;
  font-family: "Poppins", "Open Sans", sans-serif; }
  .btn-link:hover, .btn-link:focus {
    color: #282d3b;
    text-decoration: underline; }

.btn-md {
  padding: 1rem 2.4rem;
  font-size: 12px;
  letter-spacing: .025em;
  text-shadow: none; }

.btn-primary {
  border-color: #c8ac3e;
  background-color: #c8ac3e;
  color: #fff;
  box-shadow: none; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary.focus {
    border-color: #222529;
    background-color: #222529;
    color: #fff;
    box-shadow: none; }
  .btn-primary.disabled, .btn-primary:disabled {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    border-color: #ae7374;
    background-color: #b27b7c;
    color: #fff; }

.btn-secondary {
  border-color: #282d3b;
  background-color: #282d3b;
  color: #fff;
  box-shadow: none; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary.focus {
    border-color: #384053;
    background-color: #384053;
    color: #fff;
    box-shadow: none; }
  .btn-secondary.disabled, .btn-secondary:disabled {
    border-color: #282d3b;
    background-color: #282d3b;
    color: #fff; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    border-color: #0e1015;
    background-color: #13161d;
    color: #fff; }

.btn-dark {
  border-color: #222529;
  background-color: #222529;
  color: #fff;
  box-shadow: none; }
  .btn-dark:hover, .btn-dark:focus, .btn-dark.focus {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff;
    box-shadow: none; }
  .btn-dark.disabled, .btn-dark:disabled {
    border-color: #222529;
    background-color: #222529;
    color: #fff; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff; }

.btn-outline {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #ccc; }
  .btn-outline:hover, .btn-outline.focus {
    border-color: #282d3b;
    background-color: transparent;
    color: #282d3b;
    box-shadow: none; }
  .btn-outline.disabled, .btn-outline:disabled {
    background-color: transparent;
    color: #ccc; }
  .btn-outline:not(:disabled):not(.disabled):active, .btn-outline:not(:disabled):not(.disabled).active, .show > .btn-outline.dropdown-toggle {
    border-color: #282d3b;
    background-color: transparent;
    color: #282d3b; }

.btn-outline-secondary {
  border-color: #ccc;
  background-color: transparent;
  background-image: none;
  color: #777; }
  .btn-outline-secondary:hover, .btn-outline-secondary.focus {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff;
    box-shadow: none; }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    background-color: transparent;
    color: #777; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff; }

.btn-outline-dark {
  border-color: #efefef;
  background-color: transparent;
  background-image: none;
  color: #05131c; }
  .btn-outline-dark:hover, .btn-outline-dark.focus {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff;
    box-shadow: none; }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    background-color: transparent;
    color: #05131c; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #fff; }

.btn-social-login {
  display: flex;
  margin-right: 10px;
  margin-left: 10px;
  background-color: #c8ac3e;
  font-family: Open Sans;
  text-decoration: none;
  text-transform: uppercase; }
  .btn-social-login span, .btn-social-login i {
    color: #fff; }
  .btn-social-login i {
    margin-top: 2px;
    padding-right: 6px;
    font-size: 1.3rem; }

.btn-facebook {
  background: #3a589d; }

.btn-gplus {
  background: #dd4e31; }

.btn-twitter {
  background: #1aa9e1; }

.owl-dots .owl-dot, .owl-nav .owl-prev, .owl-nav .owl-next {
  outline: none; }

a:focus {
  outline: none; }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.mfp-container .mfp-preloader,
.porto-loading-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #c8ac3e;
  content: '';
  z-index: 2;
  border-image: none;
  -webkit-animation: spin .75s infinite linear;
  animation: spin .75s infinite linear; }

.mfp-container .mfp-preloader::before,
.porto-loading-icon::before {
  position: absolute;
  top: -2px;
  right: 0;
  left: -2px;
  width: inherit;
  height: inherit;
  border: inherit;
  border-radius: inherit;
  border-top-color: inherit;
  content: '';
  -webkit-animation: spin 1.5s infinite ease;
  animation: spin 1.5s infinite ease; }

.alert {
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 1.4rem 1.5rem; }
  .alert.alert-intro {
    font-size: 1.4rem; }

.card {
  margin-bottom: 3rem;
  border: 1px solid #ddd;
  border-radius: 0;
  font-size: 1.3rem; }

.card-header {
  margin: 0;
  padding: 1.2rem 1.5rem;
  border-radius: 0;
  border-color: #ddd;
  background-color: #f5f5f5;
  color: #282d3b;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase; }
  .card-header::after {
    display: block;
    clear: both;
    content: ''; }
  .card-header .card-edit {
    display: inline-block;
    margin-top: .1rem;
    float: right;
    color: #282d3b;
    font-size: 1.3rem;
    font-weight: 400;
    text-transform: capitalize; }

.card-body {
  min-height: 135px;
  padding: 2rem 1.5rem;
  border-top: 0;
  border-radius: 0; }
  .card-body a {
    text-decoration: underline; }
  .card-body h4 {
    margin-bottom: .7rem;
    color: #8a8a8a; }

.modal form {
  margin: 0; }
  .modal form .form-group {
    max-width: 480px; }
  .modal form .form-control {
    max-width: 100%; }

.modal-body {
  padding: 1.5rem; }

.modal-content {
  border-radius: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35); }

.modal-header,
.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding-right: 1.5rem;
  padding-left: 1.5rem; }

.modal-title {
  font-weight: 600; }

.close {
  font-size: 2.2rem; }

@media screen and (min-width: 576px) {
  .modal-content {
    margin-top: 20px;
    margin-bottom: 20px; }

  .modal-body {
    max-height: calc(100vh - 210px);
    padding-top: 2rem;
    overflow-y: auto; }

  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 2em;
    padding-left: 2rem; } }
@media screen and (min-width: 992px) {
  .modal-dialog {
    max-width: 800px; }

  .modal-header,
  .modal-footer,
  .modal-body {
    padding-right: 3rem;
    padding-left: 3rem; } }
@media screen and (max-width: 479px) {
  .modal-open,
  .modal-open .modal {
    padding-right: 0 !important; } }
.member {
  margin-bottom: 2.8rem;
  padding: 2.5rem 0;
  transition: all .3s ease;
  background-color: #fff;
  text-align: center img;
    text-align-display: inline-block !important;
    text-align-max-width: 160px !important;
    text-align-height: auto;
    text-align-border-radius: 50%; }
  .owl-carousel .member {
    margin-bottom: .5rem; }

.member-title {
  margin: 2.5rem 0 .5rem;
  color: #282d3b;
  font: 700 1.4rem/1 "Poppins", "Open Sans", sans-serif;
  text-transform: uppercase; }

.member-job {
  display: block;
  margin-bottom: 1rem;
  color: #8c8e94;
  font-size: 1.4rem;
  text-transform: uppercase; }

.tooltip {
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 1.3rem; }
  .tooltip.show {
    opacity: 1; }
  .tooltip .arrow {
    width: 1rem;
    height: 1rem; }

.bs-tooltip-top,
.bs-tooltip-auto[x-placement^='top'] {
  padding: 1rem 0; }

.bs-tooltip-top .arrow::before,
.bs-tooltip-auto[x-placement^='top'] .arrow::before {
  margin-left: -.5rem;
  border-width: 1rem 1rem 0;
  border-top-color: #ddd; }

.bs-tooltip-right,
.bs-tooltip-auto[x-placement^='right'] {
  padding: 0 1rem; }

.bs-tooltip-right .arrow,
.bs-tooltip-auto[x-placement^='right'] .arrow {
  width: 1rem;
  height: 2rem; }

.bs-tooltip-right .arrow::before,
.bs-tooltip-auto[x-placement^='right'] .arrow::before {
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #ddd; }

.bs-tooltip-bottom,
.bs-tooltip-auto[x-placement^='bottom'] {
  padding: 1rem 0; }

.bs-tooltip-bottom .arrow::before,
.bs-tooltip-auto[x-placement^='bottom'] .arrow::before {
  margin-left: -.5rem;
  border-width: 0 1rem 1em;
  border-bottom-color: #ddd; }

.bs-tooltip-left,
.bs-tooltip-auto[x-placement^='left'] {
  padding: 0 1rem; }

.bs-tooltip-left .arrow,
.bs-tooltip-auto[x-placement^='left'] .arrow {
  width: 1rem;
  height: 1rem; }

.bs-tooltip-left .arrow::before,
.bs-tooltip-auto[x-placement^='left'] .arrow::before {
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #ddd; }

.tooltip-inner {
  max-width: 270px;
  padding: 1.2rem 1.5rem;
  border: 1px solid #ddd;
  border-radius: .1rem;
  background-color: #f4f4f4;
  color: #777;
  text-align: left; }

.social-icons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.social-icon {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background-color: #c8ac3e;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1; }
  .social-icon + .social-icon {
    margin-left: .5rem; }
  .social-icon:hover, .social-icon:focus {
    color: #fff;
    text-decoration: none;
    opacity: .85; }
  .social-icon.social-facebook {
    background-color: #3b5a9a;
    color: #fff; }
  .social-icon.social-twitter {
    background-color: #1aa9e1;
    color: #fff; }
  .social-icon.social-linkedin {
    background-color: #0073b2;
    color: #fff; }
  .social-icon.social-gplus {
    background-color: #dd4b39;
    color: #fff; }
  .social-icon.social-mail {
    background-color: #dd4b39;
    color: #fff; }

.info-boxes-container {
  background-color: #2f3946;
  margin-bottom: 3rem; }
  .info-boxes-container .container,
  .info-boxes-container .container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    padding: 0; }

.info-box {
  text-align: center;
  padding: 1.1rem 1.5rem;
  width: 100%;
  color: #c8cdcf; }
  .info-box i {
    display: block;
    color: #c8ac3e;
    font-size: 4.769rem;
    min-width: 4.769rem;
    margin-bottom: 4rem;
    text-align: center; }
    .info-box i::before {
      width: auto;
      margin: 0; }
  .info-box .info-title {
    color: #222529;
    font: 700 1.8rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: -.01rem;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .info-box .info-subtitle {
    color: #222529;
    font: 600 1.7rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: -.01rem; }
  .info-box p {
    color: #777;
    margin-bottom: 0;
    font-size: 1.4rem;
    line-height: 2.6;
    letter-spacing: .05em;
    font-weight: 400; }
  .info-box + .info-box {
    border-top: 1px solid #282d3b; }

@media screen and (min-width: 768px) {
  .info-boxes-container {
    margin-bottom: 4rem; }
    .info-boxes-container .container,
    .info-boxes-container .container-fluid {
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }

  .info-box {
    padding-top: 7rem;
    padding-bottom: 7rem;
    justify-content: center; }
    .info-box:first-child {
      justify-content: flex-start; }
    .info-box + .info-box {
      border-top: 0; } }
@media screen and (max-width: 767px) {
  .info-boxes-container .container {
    width: 100%;
    max-width: none; } }
.feature-box {
  width: 100%;
  color: #4a505e;
  margin-bottom: 3rem; }
  .feature-box::after {
    display: block;
    clear: both;
    content: ''; }
  .feature-box i {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c8ac3e;
    font-size: 5.5rem;
    width: 7.5rem; }
  .feature-box h3 {
    color: #21293c;
    font: 700 1.4rem/1.1 "Poppins", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 1rem; }
  .feature-box p {
    margin-bottom: 1.3rem; }

.feature-box-content {
  margin-left: 9rem;
  color: #7b858a;
  font-size: 1.5rem;
  line-height: 1.8; }

.nav.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea; }
  .nav.nav-tabs .nav-item {
    margin-top: 2rem; }
    .nav.nav-tabs .nav-item .nav-link {
      padding: 0 2rem 2rem;
      border: 0;
      border-bottom: 3px solid transparent;
      color: #222529;
      font: 600 1.6rem/1 "Poppins", "Open Sans", sans-serif;
      letter-spacing: -.01rem; }
      .nav.nav-tabs .nav-item .nav-link:hover {
        color: #c8ac3e; }
    .nav.nav-tabs .nav-item.show .nav-link,
    .nav.nav-tabs .nav-item .nav-link.active {
      border-bottom-color: #c8ac3e;
      color: #c8ac3e;
      background-color: transparent; }

.testimonial-owner {
  display: flex;
  display: -ms-flexbox;
  align-content: center;
  -ms-flex-align: center; }
  .testimonial-owner figure {
    max-width: 60px;
    margin-right: 25px; }
  .testimonial-owner h4 {
    display: block;
    margin-bottom: .5rem;
    padding-top: .7rem;
    color: #111;
    font-size: 1.4rem;
    text-transform: uppercase; }
  .testimonial-owner span {
    display: block;
    color: #666;
    font-size: 1.2rem;
    text-transform: uppercase; }

.testimonial blockquote {
  position: relative;
  margin-left: 15px;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.8; }
  .testimonial blockquote::before {
    position: absolute;
    top: 0;
    left: -1rem;
    color: #c8ac3e;
    font-family: 'porto';
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1;
    content: '\e842'; }

@media screen and (min-width: 576px) {
  .testimonial blockquote {
    margin-left: 85px;
    padding: 1.5rem 3rem 1.5rem 2rem; } }
.toolbox {
  /*display: -ms-flexbox;
  display: flex;*/
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  margin-bottom: 1.5rem;
  color: #7a7d82;
  font-size: 1.4rem;
  line-height: 1.5; }
  .toolbox::after {
    display: block;
    clear: both;
    content: ''; }
  .toolbox.toolbox-pagination {
    margin-bottom: 5rem;
    padding-top: 2rem;
    border-top: .1rem solid #dfdfdf; }
  .toolbox .pagination {
    margin-left: auto; }
  .toolbox .select-custom {
    margin-bottom: 0; }
    .toolbox .select-custom::after {
      right: 1.3rem;
      font-size: 1.6rem; }
    .toolbox .select-custom .form-control {
      max-width: 26rem;
      padding-right: 2.5rem;
      border-color: #e4e4e4;
      font-size: 1.3rem; }
  .toolbox label {
    display: none;
    margin-top: 1px;
    margin-bottom: 0;
    color: #767f84;
    font-size: 1.3rem;
    font-weight: 400; }
  .toolbox .form-control {
    color: #7a7d82;
    display: inline-block;
    border-width: .2rem;
    padding: 0 .8rem;
    margin-bottom: 0; }
    .toolbox .form-control:not(:focus) {
      border-color: #e4e4e4; }
  .toolbox select.form-control:not([size]):not([multiple]) {
    height: 44px;
    padding-left: 16px; }
  .toolbox .toolbox-show .select-custom:after {
    right: 1rem; }

/*.toolbox-pagination .toolbox-show {
  display: none; }*/

.pagination {
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0;
  border-radius: 0;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-weight: 400; }

.page-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 3.2rem;
  height: 3.2rem;
  font-size: 1.4rem;
  padding: 0 .3rem;
  line-height: 1.1;
  color: #706f6c;
  background-color: transparent;
  border: .1rem solid #e9e9e9; }
  .page-link.page-link-btn {
    display: -ms-inline-flex;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 0;
    height: 3.2rem;
    padding: 0;
    border: 0;
    color: #6f6e6b;
    font-size: 2rem; }
    .page-link.page-link-btn i {
      position: relative;
      top: -.1rem; }
      .page-link.page-link-btn i::before {
        margin-right: 0;
        margin-left: 0; }
  .page-link:hover, .page-link:focus {
    box-shadow: none;
    color: #c8ac3e;
    text-decoration: none;
    background-color: transparent; }

.page-item + .page-item {
  margin-left: .7rem; }
.page-item span {
  padding-right: .3rem;
  padding-left: .3rem; }
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.page-item.active .page-link {
  border-color: #e9e9e9;
  background-color: transparent;
  color: #c8ac3e; }
.page-item.disabled .page-link {
  color: #eaeaea; }
  .page-item.disabled .page-link.page-link-btn {
    color: #eaeaea;
    border-color: #eaeaea;
    background-color: transparent; }

.toolbox-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.toolbox-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .toolbox-item.toolbox-sort {
    margin-right: 1.5rem; }
  .toolbox-item.toolbox-show {
    margin-left: auto;
    font-size: 1.2rem; }
  .toolbox-item label {
    margin-right: 1.2rem; }

.sorter-btn {
  margin-left: .8rem;
  color: #000;
  font-size: 1.7rem;
  text-decoration: none; }
  .sorter-btn.btn-desc::before {
    content: '\e891'; }
  .sorter-btn:hover, .sorter-btn:focus {
    text-decoration: none; }

.layout-modes {
  display: none;
  margin-left: 2.1rem;
  font-size: 0;
  align-items: center; }

.layout-btn {
  display: inline-block;
  height: 3.4rem;
  margin-right: .7rem;
  color: #000;
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: center;
  text-decoration: none; }
  .layout-btn i::before {
    margin-left: 0;
    margin-right: 0; }
  .layout-btn:last-child {
    margin-right: 0; }
  .layout-btn.active, .layout-btn:hover, .layout-btn:focus {
    color: #c8ac3e;
    text-decoration: none; }

.horizontal-filter .toolbox-sort {
  margin-left: auto; }
.horizontal-filter .toolbox-item:last-child {
  display: none; }

@media screen and (min-width: 480px) {
  .layout-modes {
    display: -ms-flexbox;
    display: flex; }

  .horizontal-filter .toolbox-show {
    margin-left: 0; }

  .toolbox-pagination .toolbox-show {
    display: -ms-flexbox;
    display: flex;
    margin-left: 0; } }
@media screen and (min-width: 576px) {
  .toolbox-left {
    margin-bottom: 0; }
    .toolbox-left label {
      margin-right: 1.8rem; }

  .horizontal-filter .toolbox-item:last-child {
    display: -ms-flexbox;
    display: flex; } }
@media screen and (min-width: 768px) {
  .toolbox label {
    display: block; } }
@media screen and (min-width: 992px) {
  .toolbox.toolbox-pagination {
    margin-top: 1.5rem;
    margin-bottom: 5rem; } }
@media screen and (max-width: 575px) {
  .horizontal-filter .toolbox-item.toolbox-sort {
    margin-right: 0; } }
.login-popup .mfp-content {
  width: 80%;
  max-width: 872px;
  background-color: white; }
.login-popup .container {
  padding: 2.5rem 3rem; }
.login-popup .title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
  text-transform: uppercase; }
.login-popup form {
  display: block; }
.login-popup label {
  color: #777;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize; }
.login-popup .form-footer {
  margin: 0 0 2rem; }
  .login-popup .form-footer .custom-control {
    margin: 0 0 0 auto;
    font-size: 1.3rem; }
.login-popup .forget-password {
  color: #c8ac3e;
  font-size: 1.3rem; }
.login-popup .social-login-wrapper {
  padding: 2rem 2rem 2.5rem;
  background-color: #f4f4f2;
  text-align: center; }
  .login-popup .social-login-wrapper p {
    margin-bottom: 2rem;
    color: #121214;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase; }
.login-popup .btn-group {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.mfp-newsletter.mfp-bg {
  transition: all .35s;
  background-color: transparent; }

.newsletter-popup {
  position: relative;
  max-width: 700px;
  height: 320px;
  margin-right: auto;
  margin-left: auto;
  padding: 46px 46px 25px;
  border-radius: 0;
  background: #f1f1f1;
  background-repeat: no-repeat;
  background-position: center center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.mfp-close-btn-in .newsletter-popup .mfp-close {
  top: -2.5px;
  color: #c8ac3e;
  font-size: 2rem;
  font-weight: 700;
  opacity: .85; }

.newsletter-popup-content {
  max-width: 300px;
  text-align: center; }
  .newsletter-popup-content .form-control {
    height: auto;
    padding-top: 6.5px;
    padding-bottom: 6.5px;
    border-radius: 0;
    font-size: 13px; }
  .newsletter-popup-content .btn {
    min-width: 54px;
    margin-left: -1px;
    padding: 0;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #555;
    font-family: "Poppins", sans-serif;
    font-size: 1.4rem;
    letter-spacing: .08em;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase; }

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

.newsletter-popup h2 {
  margin: 32px 0 12px;
  color: #313131;
  font-size: 16px;
  font-weight: 700;
  line-height: 1; }

.newsletter-popup p {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.4; }

.newsletter-popup form {
  margin: 0 0 2.1rem; }

.newsletter-subscribe {
  font-size: 1.1rem;
  text-align: left; }
  .newsletter-subscribe .checkbox {
    margin-top: 1.5rem; }
  .newsletter-subscribe input {
    margin-right: .5rem; }
  .newsletter-subscribe label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.1rem; }

.mfp-newsletter.mfp-removing {
  transition: opacity .35s ease-out;
  opacity: 0; }

.mfp-ready.mfp-bg {
  transition: all .35s ease-out;
  background-color: #000; }

.mfp-zoom-out-cur .mfp-bg {
  opacity: .8; }
.mfp-zoom-out-cur .mfp-counter {
  color: #fff; }
.mfp-zoom-out-cur .mfp-arrow-right::before {
  border-left: 0; }
.mfp-zoom-out-cur .mfp-arrow-left::before {
  border-right: 0; }

.mfp-ajax-product.mfp-bg,
.login-popup.mfp-bg {
  opacity: 0; }

.mfp-wrap .mfp-content {
  transition: all .35s ease-out;
  opacity: 0; }

.mfp-ajax-product.mfp-wrap .mfp-content,
.login-popup.mfp-wrap .mfp-content {
  max-width: 872px; }

.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

@media screen and (min-width: 768px) {
  .login-popup .col-md-6 {
    padding: 0 2rem; }
    .login-popup .col-md-6:first-child {
      border-right: 1px solid #f5f6f6; } }
/* Plugins */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: 0;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
  z-index: 0; }
.owl-carousel .owl-animated-out {
  z-index: 1; }
.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("images/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #bfbfbf;
  font-size: 2rem; }
  .owl-theme .owl-nav [class*='owl-'] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #bfbfbf;
    margin: 0;
    font-size: 2rem;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-'] i::before {
      margin: 0;
      width: auto; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: transparent;
      color: #c8ac3e;
      text-decoration: none; }
  .owl-theme .owl-nav .owl-prev {
    left: 0; }
  .owl-theme .owl-nav .owl-next {
    right: 0; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 2.5rem; }
.owl-theme .owl-dots {
  line-height: 1;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      position: relative;
      width: 0.8rem;
      height: 0.8rem;
      margin: 4px 4px;
      background: rgba(0, 0, 0, 0.25);
      display: block;
      -webkit-backface-visibility: visible;
      transition: all .3s ease;
      border: 0.1rem solid rgba(0, 0, 0, 0.1);
      border-radius: 50%; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      border-color: #252525;
      background: #252525; }
    .owl-theme .owl-dots .owl-dot.active span::before {
      border-color: #252525;
      opacity: 1;
      visibility: visible;
      transform: scale(1); }
.owl-theme.owl-theme-light .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.4); }
  .owl-theme.owl-theme-light .owl-dots .owl-dot span::before {
    border-color: rgba(255, 255, 255, 0.1); }
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span, .owl-theme.owl-theme-light .owl-dots .owl-dot:hover span {
  border-color: #fff;
  background: #fff; }
.owl-theme.owl-theme-light .owl-dots .owl-dot.active span::before {
  border-color: #fff; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #fff;
  opacity: 0.5; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container::before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container::before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #222;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #222; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #222;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow::after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow::before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left::after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left::before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right::after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right::before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure::after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*
 *  Bootstrap TouchSpin - v4.2.5
 *  A mobile and touch friendly input spinner component for Bootstrap 3 & 4.
 *  http://www.virtuosoft.eu/code/bootstrap-touchspin/
 *
 *  Made by István Ujj-Mészáros
 *  Under Apache License v2.0 License
 */
/* This CSS file is unnecessary if you are not using vertical buttons functionality */
.bootstrap-touchspin .input-group-btn-vertical {
  position: absolute;
  right: 0;
  height: 100%;
  z-index: 11; }

.bootstrap-touchspin.input-group {
  max-width: 68px;
  padding-right: 20px;
  margin-bottom: 0; }

.bootstrap-touchspin .form-control {
  height: 4.2rem;
  text-align: center;
  margin-bottom: 0;
  max-width: 46px;
  padding: 1.05rem 1rem;
  line-height: 1.4; }
  .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #ccc; }

.bootstrap-touchspin .input-group-btn-vertical > .btn {
  position: absolute;
  right: 0;
  height: 2rem;
  padding: 0;
  width: 2rem;
  text-align: center;
  font-size: 1.2rem;
  min-width: 0; }
  .bootstrap-touchspin .input-group-btn-vertical > .btn::before {
    position: relative;
    margin: 0;
    width: auto;
    line-height: 1;
    width: auto;
    top: -.1rem;
    margin-right: -.1rem; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
  border-radius: 0;
  top: 0; }

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
  border-radius: 0;
  bottom: 0; }

/*! nouislider - 11.1.0 - 2018-04-02 11:18:13 */
/* 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-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1; }

/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0; }

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0; }

/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0; }

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0; }

.noUi-horizontal .noUi-origin {
  height: 0; }

.noUi-handle {
  position: absolute; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: .3rem; }

.noUi-horizontal .noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  left: -.55rem;
  top: -.3em; }

.noUi-vertical {
  width: .3rem;
  height: 150px; }

.noUi-vertical .noUi-handle {
  width: 1.1rem;
  height: 1.1rem;
  left: -.4rem;
  top: -.5rem; }

html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -.55rem;
  left: auto; }

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #efefef;
  border-radius: 0; }

.noUi-connects {
  border-radius: 0; }

.noUi-connect {
  background: #c8ac3e; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize; }

.noUi-vertical .noUi-draggable {
  cursor: ns-resize; }

.noUi-handle {
  border-radius: 50%;
  background: #c8ac3e;
  cursor: pointer; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.noUi-pips {
  position: absolute;
  color: #999; }

/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center; }

.noUi-value-sub {
  color: #ccc;
  font-size: 10px; }

/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC; }

.noUi-marker-sub {
  background: #AAA; }

.noUi-marker-large {
  background: #AAA; }

/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%; }

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%); }

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%); }

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px; }

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px; }

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px; }

/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%; }

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px; }

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px; }

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px; }

.noUi-marker-vertical.noUi-marker-large {
  width: 15px; }

.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap; }

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%; }

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%; }

.home-slider,
.boxed-slider {
  position: relative;
  background-color: #ccc; }
  .home-slider::after, .home-slider::before,
  .boxed-slider::after,
  .boxed-slider::before {
    position: absolute;
    top: calc(50% - 2rem);
    left: calc(50% - 2rem);
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    border-radius: 50%;
    border-top-color: #c8ac3e;
    border-image: none;
    content: ''; }
  .home-slider::before,
  .boxed-slider::before {
    -webkit-animation: spin 1s infinite ease;
    animation: spin 1s infinite ease;
    z-index: 4; }
  .home-slider::after,
  .boxed-slider::after {
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    z-index: 5; }
  .home-slider.loaded::after, .home-slider.loaded::before,
  .boxed-slider.loaded::after,
  .boxed-slider.loaded::before {
    display: none; }

a > i:hover,
a > i:active {
  color: #c8ac3e; }

.owl-carousel-lazy.owl-carousel {
  display: block;
  margin-bottom: 2rem; }

.home .owl-theme .owl-dots .owl-dot.active span {
  background-color: #c8ac3e;
  border-color: #c8ac3e;
  width: 1.5rem;
  border-radius: 15px; }

.v-middle {
  align-items: center; }

v-stretch {
  justify-contents: stretch; }

.home-slide {
  width: 100%;
  /*height: 575px;*/
  height: 275px;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #e2e2e0;
  align-items: center; }

.owl-carousel-lazy.owl-carousel {
  display: block;
  margin-bottom: 2rem; }
  .owl-carousel-lazy.owl-carousel .home-slide:first-child,
  .owl-carousel-lazy.owl-carousel .category-slide:first-child,
  .owl-carousel-lazy.owl-carousel .owl-item:first-child .home-slide,
  .owl-carousel-lazy.owl-carousel .owl-item:first-child .category-slide {
    display: -ms-flexbox;
    display: flex; }
  .owl-carousel-lazy.owl-carousel.owl-loaded .home-slide {
    display: flex; }

.home-top-container {
  position: relative; }

.home-slide .owl-lazy, .category-slide .owl-lazy {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
.home-slide .slide-bg, .category-slide .slide-bg {
  position: absolute;
  max-height: none !important;
  z-index: 2;
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat; }

.owl-item.active .home-slide-content {
  visibility: visible; }

.home-slide-content {
  position: relative;
  visibility: hidden;
  transition: all .5s ease-out; }
  .home-slide-content i {
    font-size: 2.2rem;
    font-family: Poppins;
    font-style: italic;
    letter-spacing: .01em;
    color: #666;
    text-decoration: underline; }
  .home-slide-content a::after {
    font-family: "porto";
    content: '\e828';
    font-size: 1.6rem;
    margin-left: 1.6rem; }

.home-slide-title {
  color: #c8ac3e;
  font: 400 6.82rem "Nanum Brush Script";
  letter-spacing: .01em; }

.home-slider.owl-carousel .owl-nav .owl-prev,
.home-slider.owl-carousel .owl-nav .owl-next {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #fff;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1; }
  .home-slider.owl-carousel .owl-nav .owl-prev i,
  .home-slider.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem; }
  .home-slider.owl-carousel .owl-nav .owl-prev i::before,
  .home-slider.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0; }

.home-slider.owl-carousel .owl-nav .owl-prev {
  left: 3%;
  color: black; }

.home-slider.owl-carousel .owl-nav .owl-next {
  right: 3%;
  color: black; }

.home-slider.owl-carousel .owl-nav .owl-prev:hover,
.home-slider.owl-carousel .owl-nav .owl-next:hover,
.home-slider.owl-carousel .owl-nav .owl-prev:focus,
.home-slider.owl-carousel .owl-nav .owl-next:focus {
  border-color: transparent;
  background-color: transparent;
  color: #c8ac3e; }

.home-slider.owl-carousel .owl-dots {
  position: absolute;
  right: 3.7rem;
  bottom: 4.3rem;
  margin: 0;
  line-height: 0; }
  .home-slider.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 1.1rem;
    height: .3rem;
    background-color: #fff;
    line-height: 1;
    transition: all 0.15s; }
    .home-slider.owl-carousel .owl-dots .owl-dot + .owl-dot {
      margin-left: 1rem; }
    .home-slider.owl-carousel .owl-dots .owl-dot:hover, .home-slider.owl-carousel .owl-dots .owl-dot:focus {
      background-color: #c8ac3e; }
    .home-slider.owl-carousel .owl-dots .owl-dot.active {
      background-color: #282d3b; }

.owl-carousel .product:not(.product-sm) {
  margin-bottom: 0; }

.partners-carousel {
  padding: 0; }

.category-banner h1 {
  font-size: 3rem;
  letter-spacing: -.018em;
  font-family: "Poppins";
  font-weight: 300;
  text-transform: uppercase;
  color: #222529; }
.category-banner p {
  font: 400 1.5rem/1.25 "Poppins", "Open Sans", sans-serif;
  color: #767f84;
  letter-spacing: 0;
  margin-bottom: 1rem;
  text-align: center;
	
  /*font-family: "Nanum Brush Script";
  font-size: 2.8rem;
  letter-spacing: .01em;
  color: #666;
  line-height: 3.5rem;*/ }

.category-banner > .row {
  margin-top: 2.5rem; }

.home .banner-content {
  position: absolute;
  width: 100%; }
  .home .banner-content i {
    font-size: 1.707rem;
    font-family: Poppins;
    font-style: italic;
    letter-spacing: .01em;
    color: #666;
    text-decoration: underline; }
  .home .banner-content a::after {
    font-family: "porto";
    content: '\e828';
    font-size: 1.1rem;
    margin-left: 1.1rem; }
  .home .banner-content i.font-small {
    font-size: 1.4rem; }
  .home .banner-content i.font-large {
    font-size: 2rem; }
  .home .banner-content span {
    font: 400 4.1rem/0.5 "Nanum Brush Script";
    color: #222529;
    display: block;
    letter-spacing: -.025em; }
  .home .banner-content h2 {
    font: 400 2rem "Poppins";
    display: block;
    letter-spacing: -.025em; }
  .home .banner-content h2.font-large {
    font-size: 3rem;
    font-weight: 400; }
  .home .banner-content h2.font-small {
    font-size: 1.8rem;
    font-weight: 400; }
  .home .banner-content.v-middle {
    top: 0;
    height: 100%; }
  .home .banner-content.v-bottom {
    bottom: 0;
    left: 0; }
  .home .banner-content.v-stretch {
    height: 100%;
    top: 0;
    left: 0; }
    .home .banner-content.v-stretch h2 {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .home .banner-content.v-stretch a {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
  .home .banner-content.v-top {
    top: 0;
    left: 0; }

.home .service-widget {
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center; }

.home .service-icon {
  font-size: 3.6rem;
  color: #222529;
  margin-right: 1rem; }

.home .service-content h2 {
  text-transform: uppercase;
  font: 400 1.6rem "Poppins";
  color: #222529; }
.home .service-content p {
  font: 1.3rem "Poppins";
  color: #999;
  letter-spacing: 0.01em;
  margin-bottom: 0; }

.home-product {
  margin: 3rem 0; }
  .home-product:hover img:first-of-type {
    opacity: 0; }
  .home-product:hover img:last-of-type {
    opacity: 1; }
  .home-product:hover figure {
    box-shadow: 0 20px 43px rgba(0, 0, 0, 0.15); }
  .home-product:hover .btn-quickview,
  .home-product:hover .btn-icons,
  .home-product:hover .btn-add {
    opacity: 1;
    visibility: visible; }


  .home-product figure {
    background-color: #f4f4f4;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    /*padding: 20px 0;*/
    margin-bottom: 2rem; }
    .home-product figure img {
      width: 100%;
      transition: opacity .3s ease-out;
      top: 0; }
    .home-product figure img:last-of-type {
      opacity: 0;
      position: absolute;
      /*top: 20px;
      height: calc(100% - 40px);*/
      left: 0; }
    .home-product figure img:first-child {
      opacity: 1; }
    .home-product figure i {
      font-size: 1.8rem; }


    .home-product figure .btn {
      background-color: white;
      color: #222529;
      transition: all .3s ease-out; }
 

   .home-product figure .btn-icon {
      background-color: #B39135;
      color: #000;
      border: 0px solid #e7e7e7;
	  font-size:13px;
      width: 20px;
	  opacity:0.6;
      height: 20px;
      /*border-radius: 50%;*/
      margin-bottom: 1rem;
      display: block;
      transition: all .3s ease-out; 
	  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.26); 
	  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.26);
	  animation: blinkingBackground 2s infinite;}

.home-product2 {
  /*margin: 3rem 0;*/ }
  .home-product2:hover img:first-of-type {
    opacity: 0; }
  .home-product2:hover img:last-of-type {
    opacity: 1; }
  .home-product2:hover figure {
    box-shadow: 0 20px 43px rgba(0, 0, 0, 0.15); }
  .home-product2:hover .btn-quickview,
  .home-product2:hover .btn-icons,
  .home-product2:hover .btn-add {
    opacity: 1;
    visibility: visible; }


  .home-product2 figure {
    background-color: #f4f4f4;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    /*padding: 20px 0;*/
    margin-bottom: 1rem; }
    .home-product2 figure img {
      width: 100%;
      transition: opacity .3s ease-out;
      top: 0; }
    .home-product2 figure img:last-of-type {
      opacity: 0;
      position: absolute;
      /*top: 20px;
      height: calc(100% - 40px);*/
      left: 0; }
    .home-product2 figure img:first-child {
      opacity: 1; }
    .home-product2 figure i {
      font-size: 1.8rem; }


    .home-product2 figure .btn {
      background-color: white;
      color: #222529;
      transition: all .3s ease-out; }
 

   .home-product2 figure .btn-icon {
      background-color: #B39135;
      color: #000;
      border: 0px solid #e7e7e7;
	  font-size:13px;
      width: 20px;
	  opacity:0.6;
      height: 20px;
      /*border-radius: 50%;*/
      margin-bottom: 1rem;
      display: block;
      transition: all .3s ease-out; 
	  -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.26); 
	  box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.26);
	  animation: blinkingBackground 2s infinite;}

	@keyframes blinkingBackground{
		0%		{ background-color: #B39135;}
		35%		{ background-color: #d4af4a	;}
		65%		{ background-color: #d4af4a	;}
		100%	        { background-color: #B39135;}
	}

   

 .home-product figure .btn-icons {
      position: absolute;
      right: 1rem;
      top: 1rem;
      opacity: 1;
      /*visibility: hidden;*/
      transition: all .3s ease-out; }

    .home-product figure .btn-add {
      background-color: white;
      color: #222529;
      position: absolute;
      top: 40%;
      padding: .5rem 3rem;
      border-radius: 30px;
      font: 600 1.2rem "Poppins";
      letter-spacing: 0;
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      transition: all .3s ease-out; }
      .home-product figure .btn-add i {
        font-size: 2.2rem; }
    .home-product figure .btn-add:hover {
      text-decoration: underline; }
    .home-product figure .btn-quickview {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0.025em;
      font-family: "Poppins", "Open Sans", sans-serif;
      visibility: hidden;
      opacity: 0;
      transition: none;
      padding: 1.3rem 2rem;
      background-color: #222529;
      color: white;
      transition: all .3s ease-out; }
    .home-product figure .btn-quickview:hover,
    .home-product figure .btn-icon:hover {
      background-color: #c8ac3e; }
  .home-product .category-wrap {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem; }
  .home-product .product-details {
    text-align: left; }
  .home-product .product-category {
    color: #999;
    /*font-size: 1rem;*/
    font-size: 14px;
    letter-spacing: 0.005em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
	text-align: center; }
  .home-product .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center; }
  .home-product .product-title a {
    color: #222329;
    /*font-size: 1.5rem;*/
    font-size: 16px;
    letter-spacing: 0.005em;
    font-family: "Open Sans"; }
    .home-product .product-title a:hover {
      color: #c8ac3e; }
  .home-product .old-price {
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    color: #999;
    font-family: "Open Sans"; }
  .home-product .product-price {
    color: #444;
    font-size: 1.8rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    font-family: "Open Sans"; }
  .home-product .porto-icon {
    font-size: 1.6rem;
    color: #999;
    right: auto;
    position: relative; }
  .home-product .price-box {
    margin-bottom: 1rem; }
  .home-product .ratings-container {
    margin-bottom: 1rem; }
  .home-product .product-ratings, .home-product .ratings {
    font-size: 1.4rem; }
  .home-product .ratings::before {
    color: #62615e; }


 .home-product2 figure .btn-icons {
      position: absolute;
      right: 1rem;
      top: 1rem;
      opacity: 1;
      /*visibility: hidden;*/
      transition: all .3s ease-out; }

    .home-product2 figure .btn-add {
      background-color: white;
      color: #222529;
      position: absolute;
      top: 40%;
      padding: .5rem 3rem;
      border-radius: 30px;
      font: 600 1.2rem "Poppins";
      letter-spacing: 0;
      opacity: 0;
      visibility: hidden;
      display: flex;
      align-items: center;
      transition: all .3s ease-out; }
      .home-product2 figure .btn-add i {
        font-size: 2.2rem; }
    .home-product2 figure .btn-add:hover {
      text-decoration: underline; }
    .home-product2 figure .btn-quickview {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      font-size: 1.3rem;
      font-weight: 700;
      letter-spacing: 0.025em;
      font-family: "Poppins", "Open Sans", sans-serif;
      visibility: hidden;
      opacity: 0;
      transition: none;
      padding: 1.3rem 2rem;
      background-color: #222529;
      color: white;
      transition: all .3s ease-out; }
    .home-product2 figure .btn-quickview:hover,
    .home-product2 figure .btn-icon:hover {
      background-color: #c8ac3e; }
  .home-product2 .category-wrap {
    /*display: flex;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: .5rem; }
  .home-product2 .product-details {
    text-align: left; }
  .home-product2 .product-category {
    color: #999;
    /*font-size: 1rem;*/
    font-size: 14px;
    letter-spacing: 0.005em;
    font-weight: 400;
    margin: 0;
    padding: 0;
    font-family: "Open Sans";
	text-align: center; }
  .home-product2 .product-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: center; }
  .home-product2 .product-title a {
    color: #222329;
    /*font-size: 1.5rem;*/
    font-size: 16px;
    letter-spacing: 0.005em;
    font-family: "Open Sans"; }
    .home-product2 .product-title a:hover {
      color: #c8ac3e; }
  .home-product2 .old-price {
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    color: #999;
    font-family: "Open Sans"; }
  .home-product2 .product-price {
    color: #444;
    font-size: 1.8rem;
    letter-spacing: 0.005em;
    font-weight: 600;
    font-family: "Open Sans"; }
  .home-product2 .porto-icon {
    font-size: 1.6rem;
    color: #999;
    right: auto;
    position: relative; }
  .home-product2 .price-box {
    margin-bottom: 1rem; }
  .home-product2 .ratings-container {
    margin-bottom: 1rem; }
  .home-product2 .product-ratings, .home-product .ratings {
    font-size: 1.4rem; }
  .home-product2 .ratings::before {
    color: #62615e; }

.home .banner-product {
  margin-bottom: 5.6rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 5rem;
  background-repeat: no-repeat;
  background-color: white; }
  #specialOffer .home .banner-product {
    padding: 6rem 4rem; }
  .home .banner-product h2 {
    font-size: 3.6rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #222529;
    margin: 1.8rem 0; }
    #specialOffer .home .banner-product h2 {
      font-size: 2.412rem;
      color: #222329; }
  .home .banner-product h4 {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: #222529; }
    .home .banner-product h4 span.price {
      font-size: 2.6rem;
      display: block; }
      #specialOffer .home .banner-product h4 span.price {
        font-size: 2.171rem;
        display: inline-block;
        color: #444; }
    .home .banner-product h4 span.old-price {
      font-size: 1.688rem;
      margin-right: .5rem; }
  .home .banner-product button {
    font-weight: 700;
    letter-spacing: -0.025em;
    font-size: 1.2rem;
    padding: .8rem;
    font-family: "Poppins", "Open Sans", sans-serif;
    min-width: 100%; }
    #specialOffer .home .banner-product button {
      width: 124px;
      min-width: 0%; }

.home-banners {
  margin: 3.3rem 0 4.5rem;
  display: flex;
  flex-wrap: wrap; }

.home-banner {
  width: 25%;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center; }
  .home-banner .banner-content:not(:first-child) {
    display: flex;
    align-items: center;
    background-color: white;
    width: 54%;
    height: 22%; }
    .home-banner .banner-content:not(:first-child).v-bottom {
      left: auto; }
    .home-banner .banner-content:not(:first-child) h2 {
      font: 700 1.6rem "Poppins";
      letter-spacing: 0.35em;
      color: #222529; }
  .home-banner .banner-content:first-child {
    position: relative; }
  .home-banner h2 {
    width: 100%;
    font: 5.441rem "Nanum Brush Script";
    letter-spacing: .01em;
    color: #c8ac3e; }
  .home-banner p {
    font: 1.6rem "Poppins";
    letter-spacing: .01em;
    color: #666;
    margin-bottom: 0; }
  .home-banner:not(:first-child) img {
    position: relative; }
  .home-banner:not(:first-child)::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: black;
    opacity: 0;
    transition: all .3s ease-out; }
  .home-banner:not(:first-child):hover::after {
    opacity: .2; }

.partners-panel {
  padding: 4rem 0; }
  .partners-panel .owl-item img {
    width: auto !important;
    max-width: auto; }

.has-bod-tb {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7; }

.section-title {
  color: #222529;
  border-bottom: 1px solid #e7e7e7; }
  #specialOffer .section-title {
    margin-top: 2rem; }
  .section-title h2 {
    font-size: 1.8rem;
    font-family: "Poppins", "Open Sans", sans-serif;
    letter-spacing: -0.01em;
    font-weight: 600; }

#topProducts row {
  align-items: center; }

.modal#addCartModal {
  width: 340px;
  top: calc((100% - 320px) / 2);
  left: calc((100% - 320px) / 2);
  padding: 10px !important;
  overflow: hidden; }
  .modal#addCartModal .modal-dialog {
    margin: 0; }
  .modal#addCartModal .modal-content {
    margin: 0;
    border: none;
    box-shadow: none; }

.add-cart-box {
  padding: 19px 10px 20px !important;
  border-top: 4px solid #c8ac3e;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6); }
  .add-cart-box h4 {
    font-weight: 500;
    color: #c8ac3e;
    margin-bottom: 1.8rem; }
  .add-cart-box img {
    margin: 0 auto 10px;
    width: 120px; }
  .add-cart-box .btn-actions {
    display: flex;
    justify-content: space-around; }
    .add-cart-box .btn-actions .btn-primary {
      width: 140px;
      padding: 8px 0;
      font: 500 16px "Poppins", "Open Sans", sans-serif;
      border: none;
      cursor: pointer; }
      .add-cart-box .btn-actions .btn-primary:focus, .add-cart-box .btn-actions .btn-primary:active, .add-cart-box .btn-actions .btn-primary:active:focus {
        outline: none;
        border: none;
        box-shadow: none; }

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

.modal-backdrop.fade {
  transition: opacity .3s linear; }

@media screen and (min-width: 768px) {
  #service .col-md-4:not(:first-of-type) {
    border-left: 1px solid #e7e7e7; } }
@media screen and (min-width: 992px) {
  .home-top-container .row {
    margin-left: -5px;
    margin-right: -5px; }
  .home-top-container .col-lg-4,
  .home-top-container .col-lg-8 {
    padding-right: 5px;
    padding-left: 5px; }
  .home-top-container .col-lg-8 {
    -ms-flex: 0 0 66.1%;
    flex: 0 0 66.1%;
    max-width: 66.1%; }
  .home-top-container .col-lg-4 {
    -ms-flex: 0 0 33.9%;
    flex: 0 0 33.9%;
    max-width: 33.9%; }

  .home .sidebar-home .widget-block p {
    max-width: 230px; }
  .home .sidebar-home .entry-content p {
    max-width: 220px; }

  .categories-container {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem; }

  .categories-carousel {
    padding-left: 100px;
    padding-right: 100px; } }
@media (max-width: 767px) {
  .visible-md {
    display: none; }

  .home .service-widget {
    justify-content: flex-start; }

  .home-banner {
    width: 50%; } }
@media (max-width: 500px) {
  .home-banner {
    width: 100%; }

  .home-banner:first-child {
    padding: 3rem 0; } }
@media (min-width: 1200px) {
  .visible-md {
    display: none; } }
@media (max-width: 1199px) {
  .partners-carousel.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto; } }
@media (max-width: 991px) {
  .home-slide {
    /*height: 400px;*/ height: 200px; }
    .home-slide .home-slide-content:first-child {
      text-align: right; } }
.about-section {
  padding: 3rem 0 3rem;
  /*font-size: 1.4rem;*/
  font-size: 14px;
  line-height: 1.5; }
  .about-section .col-lg-7 p {
    padding-right: 2rem; }
    .about-section .col-lg-7 p:last-child {
      margin-bottom: 3rem; }

.testimonials-slider blockquote {
  margin-bottom: 0;
  padding-bottom: 0; }
.testimonials-slider.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0; }

.gallery-section {
  padding: 5.5rem 0 4rem;
  background-color: #f1f1f1; }

.gallery-item {
  display: block;
  margin-bottom: 1.5rem; }
  .gallery-item img {
    max-width: none;
    width: 100%; }

.company-section {
  padding: 6rem 0 3rem;
  font-size: 1.5rem;
  line-height: 1.8; }
  .company-section img {
    margin-bottom: 3rem;
    height: auto;
    width: 100%; }
  .company-section p + .subtitle {
    margin-top: 4rem; }

.features-section {
  padding: 4.5rem 0 1rem;
  background-color: #f1f1f1; }

@media screen and (min-width: 768px) {
  .gallery-item {
    margin-bottom: 2rem; }

  .features-section {
    padding-top: 5.8rem;
    padding-bottom: 2.2rem; } }
.sidebar-shop {
  font-size: 1.3rem; }
  .sidebar-shop .widget {
    margin: 0;
    padding-bottom: 5.5rem; }
    .sidebar-shop .widget::after {
      display: block;
      clear: both;
      content: ''; }
    .sidebar-shop .widget .config-swatch-list {
      margin-top: .3rem; }
      .sidebar-shop .widget .config-swatch-list li {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 0;
        margin-bottom: 1.2rem;
        font-size: 1.2rem; }
        .sidebar-shop .widget .config-swatch-list li:last-child {
          margin-bottom: 0; }
        .sidebar-shop .widget .config-swatch-list li a {
          margin-right: 1.5rem;
          width: auto; }
        .sidebar-shop .widget .config-swatch-list li.active a::before {
          left: 15%; }
  .sidebar-shop .widget-title {
    margin: 0;
    color: #000;
    font: 700 1.2rem/1.1 "Poppins", sans-serif;
    letter-spacing: .05em;
    text-transform: uppercase;
    padding-bottom: 1rem;
    border-bottom: .2rem solid #dfdfdf; }
    .sidebar-shop .widget-title a {
      color: #000;
      display: block;
      position: relative; }
      .sidebar-shop .widget-title a:hover, .sidebar-shop .widget-title a:focus {
        color: inherit;
        text-decoration: none; }
      .sidebar-shop .widget-title a::before, .sidebar-shop .widget-title a::after {
        content: '';
        position: absolute;
        display: inline-block;
        right: .5rem;
        top: 50%;
        width: 10px;
        height: 2px;
        background-color: #000;
        margin-top: -1px;
        transition: all .35s; }
      .sidebar-shop .widget-title a.collapsed::after {
        transform: rotate(-90deg); }
  .sidebar-shop .widget-body {
    padding-top: 1.7rem;
    padding-left: 1.5rem; }
    .sidebar-shop .widget-body::after {
      display: block;
      clear: both;
      content: ''; }
  .sidebar-shop .widget-featured {
    position: relative; }
    .sidebar-shop .widget-featured .widget-body {
      padding-top: 2.3rem; }
    .sidebar-shop .widget-featured .product-sm:last-child {
      margin-bottom: 0; }

.widget .owl-carousel .owl-nav {
  position: absolute;
  top: -4.2rem;
  right: -.4rem; }
  .widget .owl-carousel .owl-nav button.owl-next,
  .widget .owl-carousel .owl-nav button.owl-prev {
    padding: 0 .4rem !important;
    border-radius: 0;
    color: #282d3b;
    font-size: 2rem;
    line-height: 1; }
  .widget .owl-carousel .owl-nav i::before {
    width: auto;
    margin: 0; }

.cat-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cat-list li {
    margin-bottom: 1.4rem; }
    .cat-list li:last-child {
      margin-bottom: 0; }
    .cat-list li a {
      color: #000; }
      .cat-list li a:hover, .cat-list li a:focus {
        text-decoration: underline; }

.config-size-list {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none; }

.config-size-list li {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: .8rem;
  margin-bottom: .8rem; }

.config-size-list a {
  position: relative;
  display: block;
  width: 3.4rem;
  height: 3rem;
  transition: all .3s;
  font-weight: 600;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.8rem;
  border: 1px solid #e9e9e9;
  text-decoration: none;
  color: #767f84; }
  .config-size-list a:hover, .config-size-list a:focus, .config-size-list a.active {
    border-color: #c8ac3e;
    background-color: #c8ac3e;
    color: #61605a;
    text-decoration: none; }

.price-slider-wrapper {
  padding-top: 2rem; }

.filter-price-action {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  margin-top: 2.5rem;
  padding-bottom: .4rem; }
  .filter-price-action::after {
    display: block;
    clear: both;
    content: ''; }
  .filter-price-action .filter-price-text {
    margin-left: auto; }
  .filter-price-action .btn {
    padding: .3rem .8rem;
    font-size: 1.2rem;
    letter-spacing: .08em;
    min-width: 0; }

.config-swatch-list {
  margin: 1.5rem 0 0;
  padding: 0;
  font-size: 0;
  list-style: none; }

.config-swatch-list li {
  margin-right: .4rem;
  margin-bottom: .3rem; }
  .config-swatch-list li a {
    position: relative;
    display: flex;
    align-items: center;
    width: 4rem;
    height: 4rem;
    color: #000; }
    .config-swatch-list li a span:last-child {
      padding-top: .3rem;
      color: #7a7d82;
      font-size: 1.2rem; }
  .config-swatch-list li .color-panel {
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    border: 1px solid #fff;
    transition: all .3s;
    margin-right: 1.5rem; }
  .config-swatch-list li:hover span:last-child {
    text-decoration: underline; }

.config-swatch-list li.active a::before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #c8ac3e;
  font-family: 'porto';
  font-size: 1.5rem;
  line-height: 1;
  content: '\e84e'; }

.config-swatch-list a:hover .color-panel,
.config-swatch-list a:focus .color-panel,
.config-swatch-list li.active .color-panel {
  box-shadow: 0 0 0 .1rem #dfdfdf; }

.boxed-slider .category-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 300px; }

.category-grid .home-product {
  border: none;
  box-shadow: none;
  transition: all .3s ease-out;
  margin-top: 4rem;
  padding: 0; }
  .category-grid .home-product:hover {
    box-shadow: none;
    transform: translateY(-3rem); }

.category-grid .home-product2 {
  border: none;
  box-shadow: none;
  transition: all .3s ease-out;
  margin-top: 4rem;
  padding: 0; }
  .category-grid .home-product2:hover {
    box-shadow: none;
    transform: translateY(-3rem); }

.boxed-slide-content {
  margin-bottom: 0;
  background-color: transparent;
  z-index: 3; }
  .boxed-slide-content .btn {
    display: inline-block; }

.boxed-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: 2.5rem;
  left: 0; }

.horizontal-filter {
  margin-bottom: 18px;
  padding: 1.2rem 1rem;
  background-color: #f4f4f4; }
  .horizontal-filter .price-sort {
    position: relative; }
    .horizontal-filter .price-sort label {
      font-size: 1.2rem; }
    .horizontal-filter .price-sort .input-price {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      padding: 5px 8px;
      line-height: 1.4;
      box-shadow: none; }
    .horizontal-filter .price-sort.opened::before {
      display: block; }

.sort-list li {
  padding: 7px 0;
  font-size: 1.2rem;
  text-transform: uppercase; }

.filter-toggle {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem; }
  .filter-toggle a {
    display: inline-block;
    position: relative;
    width: 46px;
    height: 26px;
    margin-left: 8px;
    border-radius: 13px;
    background: #e6e6e6;
    text-decoration: none; }
    .filter-toggle a::before {
      position: absolute;
      left: 0;
      width: 42px;
      height: 22px;
      transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
      -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
      transition: all .3s linear;
      border-radius: 11px;
      background-color: #fff;
      content: ''; }
    .filter-toggle a::after {
      position: absolute;
      left: 0;
      width: 22px;
      height: 22px;
      transform: translate3d(2px, 2px, 0);
      -webkit-transform: translate3d(2px, 2px, 0);
      transition: all .2s ease-in-out;
      border-radius: 11px;
      background-color: #fff;
      box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
      content: ''; }
  .filter-toggle.opened a {
    background-color: #c8ac3e; }
  .filter-toggle.opened a::before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }
  .filter-toggle.opened a::after {
    -webkit-transform: translate3d(22px, 2px, 0);
    transform: translate3d(22px, 2px, 0); }

@media screen and (min-width: 576px) {
  .horizontal-filter {
    padding: 1.2rem 2rem; } }
@media screen and (min-width: 992px) {
  .products-body {
    overflow: hidden; }
    .products-body .sidebar-shop {
      left: -25%;
      transition: all .3s linear 0s;
      visibility: hidden;
      z-index: -1; }

  .sidebar-opened .sidebar-shop {
    left: 0;
    visibility: visible;
    z-index: 0; }

  .main-content {
    margin-left: -25%;
    transition: all .3s linear 0s; }

  .sidebar-opened .main-content {
    margin-left: 0; }

  main:not(.sidebar-opened) .main-content {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    main:not(.sidebar-opened) .main-content .col-md-4 {
      max-width: 25%; }

  .filter-sorts {
    padding: 12px; }
    .filter-sorts .toolbox-left {
      position: relative; }
    .filter-sorts .toolbox-item {
      margin-right: 1rem; }
    .filter-sorts .toolbox-item.toolbox-sort {
      margin: 0 1rem 0 0;
      background: #fff; }
    .filter-sorts .toolbox-item.toolbox-show {
      margin-left: auto;
      font-size: 1.2rem; }
    .filter-sorts select {
      min-width: 140px;
      border: 0;
      text-transform: uppercase; }
    .filter-sorts .layout-modes {
      margin-left: .5rem; }
    .filter-sorts .filter-toggle {
      display: none; }
    .filter-sorts .sidebar-shop {
      left: 0;
      visibility: visible;
      z-index: 2; }

  .filter-price-form, .sort-list {
    display: none; }

  .filter-price-form {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99; }

  .sort-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    margin-top: 9px;
    padding: 10px 15px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    z-index: 99; }

  .sort-menu-trigger {
    display: block;
    min-width: 140px;
    height: 34px;
    padding-left: .8rem;
    color: #7a7d82;
    font-size: 1.2rem;
    line-height: 34px;
    text-transform: uppercase;
    z-index: 9; }
    .sort-menu-trigger:hover, .sort-menu-trigger:focus {
      text-decoration: none; }
    .sort-menu-trigger::before {
      display: none;
      position: absolute;
      top: 100%;
      left: 21px;
      margin-top: 1px;
      border-right: 10px solid transparent;
      border-bottom: 10px solid #fff;
      border-left: 10px solid transparent;
      content: '';
      z-index: 999; }

  .toolbox-item.opened .sort-list, .toolbox-item.opened .filter-price-form, .toolbox-item.opened .sort-menu-trigger::before {
    display: block; } }
.home-product.home-product-list {
  display: flex;
  margin: 1rem 0;
  padding: 2rem 1rem; }
  .home-product.home-product-list figure {
    margin-right: 1rem;
    margin-bottom: 0; }
  .home-product.home-product-list .product-details {
    margin-left: 1rem; }
  .home-product.home-product-list .category-wrap {
    max-width: 25%; }
    .home-product.home-product-list .category-wrap h2 {
      font-size: 1.3rem; }
    .home-product.home-product-list .category-wrap a i {
      font-size: 1.5rem; }
  .home-product.home-product-list .product-title a {
    font: 400 1.8rem "Poppins"; }
  .home-product.home-product-list .product-description {
    font-size: 1.6rem; }
    .home-product.home-product-list .product-description a {
      color: #ec7200; }
    .home-product.home-product-list .product-description a:hover {
      text-decoration: underline; }
  .home-product.home-product-list:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.home-product2.home-product-list {
  display: flex;
  margin: 1rem 0;
  padding: 2rem 1rem; }
  .home-product2.home-product-list figure {
    margin-right: 1rem;
    margin-bottom: 0; }
  .home-product2.home-product-list .product-details {
    margin-left: 1rem; }
  .home-product2.home-product-list .category-wrap {
    max-width: 25%; }
    .home-product2.home-product-list .category-wrap h2 {
      font-size: 1.3rem; }
    .home-product2.home-product-list .category-wrap a i {
      font-size: 1.5rem; }
  .home-product2.home-product-list .product-title a {
    font: 400 1.8rem "Poppins"; }
  .home-product2.home-product-list .product-description {
    font-size: 1.6rem; }
    .home-product2.home-product-list .product-description a {
      color: #ec7200; }
    .home-product2.home-product-list .product-description a:hover {
      text-decoration: underline; }
  .home-product2.home-product-list:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 991px) {
  .sort-menu-trigger {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase; }

  .filter-sorts .toolbox-sort.select-custom {
    display: block;
    margin: 2rem; }
    .filter-sorts .toolbox-sort.select-custom::after {
      content: none; }

  .sidebar-shop .widget {
    padding: 3rem 2rem 0; } }
.product-single-container {
  margin-bottom: 3rem; }

.product-single-details {
  margin-top: -.6rem; }
  .product-single-details .product-title {
    margin-bottom: 1.1rem;
    color: #21293c;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: -.01em; }
  .product-single-details .price-box {
    margin-bottom: 2.4rem;
    color: #c8ac3e;
    font-weight: 700; }
  .product-single-details .product-price {
    font-size: 2.1rem; }
  .product-single-details .old-price {
    font-size: 1.6rem;
    font-weight: 600; }
    .product-single-details .old-price + .product-price {
      margin-left: 1rem; }
  .product-single-details .ratings-container {
    margin-bottom: 2.1rem; }
    .product-single-details .ratings-container .product-ratings,
    .product-single-details .ratings-container .ratings {
      font-size: 1.4rem; }
    .product-single-details .ratings-container .product-ratings {
      height: 14px; }
  .product-single-details .rating-link {
    margin-left: 1rem;
    color: #90939a;
    font-weight: 500;
    letter-spacing: .025em; }
  .product-single-details .product-desc {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #dae2e6;
    /*font-size: 1.4rem;*/
    font-size: 14px;
    letter-spacing: .005em;
    line-height: 1.92; }
  .product-single-details .product-action {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*margin-bottom: 3.1rem;*/ }
  .product-single-details .sticky-header {
    height: auto; }
    .product-single-details .sticky-header .sticky-detail {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
      flex-direction: row;
      -ms-flex-align: center;
      align-items: center; }
    .product-single-details .sticky-header .product-title {
      margin-right: 2rem;
      margin-bottom: 0;
      color: #777;
      font-size: 16px;
      font-weight: 600; }
    .product-single-details .sticky-header .price-box {
      margin-top: 1rem;
      margin-bottom: 0;
      padding: 0;
      border: 0;
      color: #2b2b2d; }
    .product-single-details .sticky-header .ratings-container {
      margin-bottom: 3.2rem; }
  .product-single-details .container {
    display: none;
    -ms-flex-align: center;
    align-items: center; }
    .product-single-details .container img {
      max-width: 5rem;
      max-height: 5rem;
      margin-right: 2rem; }
    .product-single-details .container .add-cart {
      margin-left: auto;
      margin-bottom: 0; }
  .product-single-details .sticky-header.fixed-nav .container {
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem; }
  .product-single-details .product-single-qty, .product-single-details .paction {
    margin: 0 1rem 1rem 0; }
  .product-single-details .paction {
    height: 43px;
    min-width: 41px; }

.product-both-info .product-single-details {
  margin-top: 0; }
  .product-both-info .product-single-details .product-desc {
    border-bottom: 0; }

.product-single-gallery a {
  display: block; }
.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto; }
.product-single-gallery .owl-theme .owl-nav,
.product-single-gallery .owl-theme .owl-nav {
  color: #000;
  font-size: 32px; }
.product-single-gallery .owl-prev,
.product-single-gallery .owl-next {
  margin: 0 2rem !important;
  transition: all .5s;
  opacity: 0; }

.prod-thumbnail {
  padding: .5rem 1rem; }
  .prod-thumbnail img {
    width: 100%;
    cursor: pointer; }
  .prod-thumbnail > div {
    padding: .5rem; }
  .prod-thumbnail .active img, .prod-thumbnail img:hover {
    border: 2px solid #21293c; }

.transparent-dots {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 1rem;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  margin: 0;
  padding: 0;
  opacity: .5;
  z-index: 99; }
  .transparent-dots .active img, .transparent-dots img:hover {
    border: 1px solid #c8ac3e; }

.product-slider-container {
  position: relative; }

.prod-full-screen {
  position: absolute;
  right: 2rem;
  bottom: 1.7rem;
  transition: all .5s;
  outline: none;
  opacity: 0;
  z-index: 1; }
  .prod-full-screen i {
    color: #000;
    font-size: 1.4rem;
    cursor: pointer; }

.product-item:hover .prod-full-screen,
.product-item:hover .owl-prev,
.product-item:hover .owl-next {
  opacity: 1; }

.prod-thumbnail img {
  display: block; }
.prod-thumbnail .owl-dot {
  box-sizing: border-box; }

.single-info-list {
  margin-bottom: 2rem;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase; }
  .single-info-list li {
    margin-bottom: 1rem;
    color: #7b858a;
    letter-spacing: .005em; }
    .single-info-list li strong {
      color: #4c4c4c; }

.product-single-qty {
  max-width: 104px;
  max-height: 43px; }
  .product-single-qty .bootstrap-touchspin.input-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    max-width: 100%;
    max-height: 43px;
    padding-right: 0; }
  .product-single-qty .bootstrap-touchspin .form-control {
    max-width: none;
    height: 43px;
    padding: 1rem .2rem;
    color: #21293c;
    font-size: 1.5rem;
    letter-spacing: .05em;
    box-shadow: none; }
  .product-single-qty .bootstrap-touchspin .form-control,
  .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
    border-color: #dae2e6; }
  .product-single-qty .horizontal-quantity {
    height: 43px; }
  .product-single-qty .btn {
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 31px;
    margin: 0;
    padding: .5rem;
    font-family: "Poppins", "Open Sans", sans-serif;
    font-size: 2.4rem;
    line-height: 1;
    z-index: 2; }
    .product-single-qty .btn.btn-outline {
      border-color: #dae2e6;
      color: #8798a1; }
    .product-single-qty .btn.btn-down-icon::after, .product-single-qty .btn.btn-up-icon::before, .product-single-qty .btn.btn-up-icon::after {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 11px;
      height: 1px;
      margin-left: -.55rem;
      background-color: #8798a1;
      content: ''; }
    .product-single-qty .btn.btn-up-icon::before {
      transform: rotate(90deg); }

.product-filters-container {
  margin-bottom: 2.7rem; }

.product-single-filter {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;*/
  padding-bottom: 2rem;
  border-bottom: 1px solid #dae2e6; }
  .product-single-filter + .product-single-filter {
    margin-top: 2.2rem; }
  .product-single-filter label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase; }
  .product-single-filter .config-swatch-list {
    /*display: inline-flex;
    margin: 0;*/
    margin-top: 5px; }
    .product-single-filter .config-swatch-list li {
      margin-bottom: 5px;
	display: inline-flex; }
    .product-single-filter .config-swatch-list li.active {
      border: 1px solid #c8ac3e; }
  .product-single-filter .config-size-list li {
    margin-right: .7rem;
    margin-bottom: 0; }
    .product-single-filter .config-size-list li a {
      min-width: 3rem;
      height: 3rem;
      border: 1px solid #dae2e6;
      background-color: #f4f4f4;
      color: #21293c;
      font-size: 1.5rem;
      font-weight: 600;
      line-height: 2.8rem; }
      .product-single-filter .config-size-list li a:hover, .product-single-filter .config-size-list li a:focus {
        border-color: #c8ac3e;
        background-color: #f4f4f4;
        color: #21293c; }
    .product-single-filter .config-size-list li.active a {
      border-color: #c8ac3e;
      outline: none;
      background-color: #f4f4f4;
      color: #21293c; }
  .product-single-filter.product-single-qty {
    max-width: 148px;
    max-height: 7.5rem;
    border-bottom: 0; }

.product-single-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .product-single-share label {
    margin-right: 1.2rem;
    margin-bottom: .5rem;
    color: #7b858a;
    font: 600 1.4rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase; }

.product-single-tabs {
  margin-bottom: 5.5rem; }
  .product-single-tabs .tab-pane {
    padding-top: 3.5rem;
    color: #7b858a;
    line-height: 1.92; }
  .product-single-tabs .sticky-header {
    height: auto; }

.scrolling-box .tab-pane + .tab-pane {
  margin-top: 3.5rem;
  border-top: 2px solid #dae2e6; }

.product-desc-content p {
  margin-bottom: 2.2rem; }
.product-desc-content ul,
.product-desc-content ol {
  margin-bottom: 2.2rem;
  padding-left: 4rem; }
  .product-desc-content ul li,
  .product-desc-content ol li {
    margin-bottom: .4rem; }
    .product-desc-content ul li i,
    .product-desc-content ol li i {
      margin-right: 2rem;
      color: #21293c;
      font-size: 1.5rem; }
      .product-desc-content ul li i::before,
      .product-desc-content ol li i::before {
        margin: 0; }
.product-desc-content img.float-right,
.product-desc-content img.float-left {
  max-width: 50%; }
.product-desc-content .feature-box i {
  float: none;
  display: inline-block; }
.product-desc-content .feature-box-content {
  margin-left: 0; }

.product-tags-content h4 {
  margin: 0 0 2rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase; }
.product-tags-content form {
  margin-bottom: 2rem; }
.product-tags-content .form-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch; }
.product-tags-content .form-control {
  margin-right: 10px; }
.product-tags-content .btn {
  padding-top: .5rem;
  padding-bottom: .5rem; }

.collateral-box ul, .collateral-box ol {
  margin-top: -2rem;
  margin-bottom: 2.5rem; }
  .collateral-box ul li, .collateral-box ol li {
    padding: 2rem 0 1rem;
    border-bottom: 1px solid #dae2e6; }

.ratings-table {
  width: 100%;
  margin: 20px 0 40px;
  border: 1px solid #dae2e6;
  border-spacing: 0;
  font-size: 100%;
  empty-cells: show; }
  .ratings-table thead th,
  .ratings-table tbody td {
    border-right: 1px solid #dae2e6;
    border-bottom: 1px solid #dae2e6;
    line-height: 1.3; }
    @media (max-width: 600px) {
      .ratings-table thead th,
      .ratings-table tbody td {
        padding-left: 5px;
        padding-right: 5px; } }
  .ratings-table input[type=checkbox], .ratings-table input[type=radio] {
    margin: 0 auto; }
  @media (max-width: 600px) {
    .ratings-table thead {
      display: none; } }
  .ratings-table thead th {
    padding: .8rem 1.5rem;
    background-color: #f6f6f6;
    color: #777;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle; }
  .ratings-table tbody td {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle; }
    .ratings-table tbody td:first-child {
      font-weight: 700;
      text-align: left; }

.add-product-review h3 {
  font-size: 1.8rem; }
.add-product-review form {
  margin-bottom: 0; }

.sidebar-product {
  margin-bottom: 2.8rem; }
  .sidebar-product .widget:not(:last-child) {
    margin-bottom: 2.5rem; }
    .sidebar-product .widget:not(:last-child).widget-banner {
      margin-bottom: 4.6rem; }
    .sidebar-product .widget:not(:last-child).widget-brand {
      margin-bottom: 2.5rem; }
  .sidebar-product .widget-title {
    margin: 0 0 2.3rem;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", "Open Sans", sans-serif;
    text-transform: uppercase; }

.widget-brand {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: .5rem; }
  .widget-brand a {
    display: block; }

.widget-info ul {
  margin: 0; }
.widget-info li {
  padding-top: 1.8rem;
  padding-bottom: 2rem;
  border-top: 1px solid #dee5e8;
  line-height: 1; }
  .widget-info li::after {
    display: block;
    clear: both;
    content: ''; }
.widget-info i {
  min-width: 40px;
  margin-top: .3rem;
  margin-right: 1.4rem;
  margin-left: .7rem;
  float: left;
  color: #c8ac3e;
  font-size: 4rem;
  line-height: 1; }
  .widget-info i::before {
    margin: 0; }
.widget-info h4 {
  margin-bottom: 0;
  color: #6b7a83;
  font: 600 1.4rem/1.5 "Poppins", "Open Sans", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  overflow: hidden; }

.widget-banner a {
  display: block; }
.widget-banner img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto; }

.featured-section {
  padding-top: 3.8rem;
  padding-bottom: 6rem;
  background-color: white; }
  .featured-section.bg-white {
    background-color: #fff; }
  .featured-section.pt-sm {
    padding-top: 2.5rem; }

.productPage .home-product {
  margin: 0; }
  .productPage .home-product:hover figure {
    box-shadow: none; }

.productPage .home-product2 {
  margin: 0; }
  .productPage .home-product2:hover figure {
    box-shadow: none; }

.promote {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .promote li {
    border-top: 0; }
  .promote h4 {
    color: #1d2127;
    font-weight: 400;
    letter-spacing: 0; }
  .promote i {
    margin: .3rem .7rem; }

.product-list .product-item {
  position: relative;
  margin-bottom: .4rem; }

.product-list.product-single-grid {
  margin-bottom: 3.6rem; }

@media screen and (min-width: 1200px) {
  .widget-info i {
    min-width: 40px;
    margin-right: 2.9rem;
    font-size: 4rem; } }
@media screen and (min-width: 992px) {
  .featured-section {
    padding-top: 5.8rem;
    padding-bottom: 8rem; }

  .product-single-container .col-lg-7 {
    -ms-flex: 0 0 55.56%;
    flex: 0 0 55.56%;
    max-width: 55.56%; }
  .product-single-container .col-lg-5 {
    -ms-flex: 0 0 44.44%;
    flex: 0 0 44.44%;
    max-width: 44.44%; } }
@media screen and (max-width: 991px) {
  .product-single-gallery {
    margin-bottom: 3rem; } }
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-all-icons.product-action .product-single-qty {
    margin-right: 50%;
    margin-bottom: 1.2rem; } }
@media screen and (min-width: 768px) {
  .featured-section {
    padding-top: 4.8rem;
    padding-bottom: 7rem; }

  .product-both-info .product-single-share {
    -ms-flex-pack: end;
    justify-content: flex-end; } }
@media screen and (min-width: 576px) {
  .promote {
    -ms-flex-direction: row;
    flex-direction: row; }

  .product-both-info .product-top-banner {
    display: -ms-flexbox;
    display: flex; }
  .product-both-info .product-single-share {
    margin-left: auto; }

  .product-tags-content .form-control {
    width: 250px; } }
.product-single-extended {
  margin-bottom: 6rem; }
  .product-single-extended .product-single-gallery {
    position: relative;
    margin-bottom: 3rem; }
  .product-single-extended .product-title {
    font-size: 4.5rem;
    line-height: 1.15; }
  .product-single-extended .price-box {
    margin-bottom: 1rem; }
  .product-single-extended .product-price {
    font-size: 3.1rem; }
  .product-single-extended .old-price {
    font-size: 2.4rem; }
    .product-single-extended .old-price + .product-price {
      margin-left: 1.5rem; }
  .product-single-extended .product-desc {
    margin-bottom: 3.1rem;
    padding-bottom: 1.9rem; }
    .product-single-extended .product-desc p {
      max-width: none; }
  .product-single-extended .product-action {
    margin-bottom: 0; }
  .product-single-extended .widget-area .widget.widget-info {
    margin-bottom: 0; }
  .product-single-extended .widget-info ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
  .product-single-extended .widget-info i {
    margin-right: 1rem; }
  .product-single-extended .widget-info li {
    padding: 0;
    border-top: 0; }
    .product-single-extended .widget-info li + li {
      margin-left: 2.5rem; }
  .product-single-extended .product-filters-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 2rem; }
  .product-single-extended .product-single-filter {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
    .product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
      margin-top: 0;
      margin-left: 5rem; }
    .product-single-extended .product-single-filter .config-swatch-list li {
      margin-right: .5rem;
      margin-bottom: 0; }
    .product-single-extended .product-single-filter .config-swatch-list a {
      width: 3rem;
      height: 3rem; }

.product-desc .view-more {
  color: #c8ac3e;
  font-weight: 700;
  text-transform: uppercase; }

.product-single-header {
  margin-bottom: 3.2rem;
  padding-bottom: 1.4rem;
  border-bottom: 1px solid #dae2e6; }
  .product-single-header .single-header-right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end; }
  .product-single-header .product-single-share {
    margin-top: 1rem;
    margin-bottom: 3.7rem; }

.single-qty-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  .single-qty-wrapper label {
    margin-right: 1.3rem;
    margin-bottom: 0;
    color: #21293c;
    font: 600 1.5rem/1.1 "Poppins", "Open Sans", sans-serif;
    letter-spacing: .005em;
    text-transform: uppercase; }
  .single-qty-wrapper .product-single-qty {
    max-width: 104px;
    max-height: 30px; }
    .single-qty-wrapper .product-single-qty .bootstrap-touchspin.input-group {
      max-height: 30px; }
    .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control {
      max-width: none;
      height: 30px;
      padding: .35rem .2rem;
      box-shadow: none; }
    .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control,
    .single-qty-wrapper .product-single-qty .bootstrap-touchspin .form-control:not(:focus) {
      border-color: #dae2e6; }
    .single-qty-wrapper .product-single-qty .horizontal-quantity {
      height: 30px;
      background-color: #f4f4f4; }
    .single-qty-wrapper .product-single-qty .btn.btn-outline {
      border-color: transparent; }
      .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:hover.btn-up-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-outline:focus.btn-up-icon::after {
        background-color: #c8ac3e; }
    .single-qty-wrapper .product-single-qty .btn.btn-down-icon::after, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::before, .single-qty-wrapper .product-single-qty .btn.btn-up-icon::after {
      background-color: #97a6ae; }

.owl-nav-simple.owl-carousel .owl-nav .owl-prev,
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 3rem;
  margin: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: all .3s;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  color: #21293c;
  font-size: 3rem;
  font-weight: 100;
  line-height: 1; }
  .owl-nav-simple.owl-carousel .owl-nav .owl-prev i,
  .owl-nav-simple.owl-carousel .owl-nav .owl-next i {
    margin-top: -.3rem;
    line-height: 1; }
  .owl-nav-simple.owl-carousel .owl-nav .owl-prev i::before,
  .owl-nav-simple.owl-carousel .owl-nav .owl-next i::before {
    margin: 0;
    border-radius: 0; }
  .owl-nav-simple.owl-carousel .owl-nav .owl-prev:hover, .owl-nav-simple.owl-carousel .owl-nav .owl-prev:focus,
  .owl-nav-simple.owl-carousel .owl-nav .owl-next:hover,
  .owl-nav-simple.owl-carousel .owl-nav .owl-next:focus {
    color: #c8ac3e; }
.owl-nav-simple.owl-carousel .owl-nav .owl-prev {
  left: 1rem; }
.owl-nav-simple.owl-carousel .owl-nav .owl-next {
  right: 1rem; }

.product-single-row {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  height: 700px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  font-size: 1.4rem;
  letter-spacing: .005em;
  line-height: 1.92; }
  .product-single-row .single-row-entire,
  .product-single-row .single-row-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #ccc;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .product-single-row .single-row-entire {
    width: 100%; }
  .product-single-row .single-row-bg {
    left: 50%;
    width: 50%; }
  .product-single-row.single-row-reverse .single-row-bg {
    left: 0; }
  .product-single-row h5 {
    margin-bottom: 1.1rem;
    margin-left: .6rem;
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em; }
  .product-single-row h2 {
    margin-bottom: 2.8rem;
    font-size: 4.5rem;
    font-weight: 600;
    letter-spacing: -.01em; }
  .product-single-row p {
    margin-bottom: 0; }
  .product-single-row ul,
  .product-single-row ol {
    margin-bottom: 0; }
    .product-single-row ul li,
    .product-single-row ol li {
      margin-bottom: .4rem; }
      .product-single-row ul li i,
      .product-single-row ol li i {
        margin-right: 2rem;
        color: #21293c;
        font-size: 1.5rem; }
        .product-single-row ul li i::before,
        .product-single-row ol li i::before {
          margin: 0; }

.product-single-video {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 300px;
  background-color: #4d4d4d;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #7b858a;
  text-align: center; }
  .product-single-video h3 {
    margin-bottom: 1.2rem;
    color: #21293c;
    font-size: 3.5rem;
    font-weight: 600;
    letter-spacing: -.01em; }
  .product-single-video .video-btn {
    color: #7b858a;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: -.01em;
    text-transform: uppercase; }
    .product-single-video .video-btn img {
      display: inline-block;
      max-width: 38px;
      height: auto;
      margin-left: .7rem;
      vertical-align: middle; }

@media screen and (min-width: 576px) {
  .product-single-extended .paction {
    height: 50px; }
  .product-single-extended .paction.add-cart {
    min-width: 156px;
    height: auto;
    margin-left: 1.8rem; }
    .product-single-extended .paction.add-cart::before {
      font-size: 2rem; }
    .product-single-extended .paction.add-cart span {
      font-size: 1.6rem; } }
@media screen and (max-width: 1199px) {
  .product-single-header .single-header-right {
    -ms-flex-align: start;
    align-items: flex-start; } }
@media screen and (max-width: 767px) {
  .product-single-row {
    display: block; }
    .product-single-row .single-row-bg {
      position: relative;
      left: 0;
      width: 100%;
      height: 50%; }
    .product-single-row .single-row-entire {
      position: relative;
      height: 50%; }
    .product-single-row h2 {
      font-size: 3.5rem; }
    .product-single-row .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center;
      height: 50%; }

  .product-single-extended .product-price {
    font-size: 2.4rem; }
  .product-single-extended .product-title {
    font-size: 3rem; } }
@media screen and (max-width: 575px) {
  .product-single-row h2 {
    font-size: 3rem; }

  .product-single-extended .widget-info ul {
    display: block;
    margin-left: -.7rem; }
  .product-single-extended .widget-info li + li {
    margin-top: 2rem;
    margin-left: 0; }
  .product-single-extended .product-single-filter + .product-single-filter, .product-single-extended .product-single-filter + .product-action {
    margin-left: 1rem; } }
.sidebar-product .widget.widget-collapse {
  margin-bottom: 3rem;
  padding: 1.8rem 1.5rem 1.3rem;
  border: 1px solid #dae2e6; }
  .sidebar-product .widget.widget-collapse .widget-title {
    margin: 0; }
    .sidebar-product .widget.widget-collapse .widget-title a {
      display: block;
      position: relative;
      padding: .2rem 0 .6rem;
      color: inherit; }
      .sidebar-product .widget.widget-collapse .widget-title a:hover, .sidebar-product .widget.widget-collapse .widget-title a:focus {
        color: #282d3b;
        text-decoration: none; }
      .sidebar-product .widget.widget-collapse .widget-title a::after {
        display: inline-block;
        position: absolute;
        top: 42%;
        right: .1rem;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transition: all .35s;
        font-family: 'porto';
        font-size: 1.7rem;
        font-weight: 400;
        content: '\e81b'; }
      .sidebar-product .widget.widget-collapse .widget-title a.collapsed::after {
        content: '\e81c'; }
  .sidebar-product .widget.widget-collapse .widget-body {
    padding-top: 1.3rem;
    padding-bottom: .5rem; }
    .sidebar-product .widget.widget-collapse .widget-body::after {
      display: block;
      clear: both;
      content: ''; }

.product-single-collapse {
  margin-bottom: 2rem; }
  .product-single-collapse p {
    margin-bottom: 2.5rem; }
  .product-single-collapse .product-desc-content ul, .product-single-collapse .product-desc-content ol {
    margin-bottom: 2.5rem; }

.product-collapse-panel {
  padding-bottom: 1.8rem; }

.product-collapse-title {
  margin: 0;
  padding-bottom: 1.2rem;
  color: #282d3b;
  /*font: 700 1.4rem/1.1 "Poppins", "Open Sans", sans-serif;*/
  font: 700 14px/1.1 "Poppins", "Open Sans", sans-serif;
  letter-spacing: .005em;
  text-transform: uppercase; }
  .product-collapse-title a {
    display: block;
    position: relative;
    padding: 0 0 1.2rem 4rem;
    border-bottom: .2rem solid #dae2e6;
    color: inherit; }
    .product-collapse-title a:hover, .product-collapse-title a:focus {
      color: inherit;
      text-decoration: none; }
    .product-collapse-title a::before {
      display: block;
      position: absolute;
      bottom: -.2rem;
      left: 0;
      width: 100%;
      height: .2rem;
      -webkit-transform-origin: left center;
      transform-origin: left center;
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      transition: transform .4s;
      background-color: #c8ac3e;
      content: ''; }
    .product-collapse-title a::after {
      display: inline-block;
      position: absolute;
      top: .7rem;
      left: 1.5rem;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      transition: all .35s;
      font-family: 'porto';
      font-size: 2rem;
      font-weight: 400;
      content: '\e81b'; }
    .product-collapse-title a.collapsed::after {
      content: '\e81c'; }
    .product-collapse-title a.collapsed::before {
      -webkit-transform-origin: right center;
      transform-origin: right center;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }

.collapse-body-wrapper {
  padding-top: 3.4rem;
  padding-bottom: 2rem; }

.sidebar-toggle {
  position: fixed;
  left: 0;
  width: 40px;
  height: 40px;
  transition: all .2s ease-in-out 0s;
  border: #dcdcda solid 1px;
  border-left-width: 0;
  background: #fff;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  cursor: pointer;
  z-index: 999; }

@media screen and (min-width: 992px) {
  .sidebar-toggle {
    display: none; } }
@media screen and (min-width: 576px) {
  .sidebar-product .widget.widget-collapse {
    padding: 3.3rem 3rem 2rem; } }
@media screen and (max-width: 991px) {
  .mobile-sidebar {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 260px;
    padding: 0;
    -webkit-transform: translate(-260px);
    transform: translate(-260px);
    transition: transform .2s ease-in-out 0s;
    background-color: #fff;
    z-index: 9999;
    overflow-y: auto; }

  .sidebar-opened .mobile-sidebar {
    -webkit-transform: translate(0);
    transform: translate(0);
    transition: transform .3s ease-in-out 0s; }

  .sidebar-opened .sidebar-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: .35;
    z-index: 8999; }

  .sidebar-product {
    margin: 0;
    padding: 2.5rem; } }
.product-single-grid {
  margin-bottom: 6rem; }
  .product-single-grid .product-single-gallery {
    padding: 0 .75rem; }
    .product-single-grid .product-single-gallery .product-item {
      margin-bottom: 1.5rem;
      padding: 0 .75rem; }
  .product-single-grid .inner {
    position: relative; }
  .product-single-grid .prod-full-screen {
    right: 1rem;
    bottom: 1rem; }
  .product-single-grid .product-single-details .product-title {
    margin-top: 1.5rem;
    font-size: 2.8rem; }
  .product-single-grid .product-single-details .ratings-container {
    margin-bottom: 5rem; }
  .product-single-grid .product-single-details .price-box {
    margin-bottom: 3.8rem; }
  .product-single-grid .product-single-details .product-price {
    font-size: 3.1rem; }
  .product-single-grid .product-single-details .old-price {
    font-size: 2.2rem; }
    .product-single-grid .product-single-details .old-price + .product-price {
      margin-left: 1.5rem; }
  .product-single-grid .product-single-details .product-action {
    margin-bottom: 3.8rem; }
  .product-single-grid .product-single-details .paction {
    height: 59px; }
  .product-single-grid .add-cart {
    min-width: 270px;
    margin-left: 0; }
    .product-single-grid .add-cart::before {
      font-size: 2.1rem; }
    .product-single-grid .add-cart span {
      font-size: 1.6rem; }
  .product-single-grid .product-filters-container {
    margin-bottom: 4rem; }
  .product-single-grid .product-single-filter {
    padding-bottom: 2.1rem; }
    .product-single-grid .product-single-filter .config-swatch-list li {
      margin-right: .5rem;
      margin-bottom: 0; }
    .product-single-grid .product-single-filter .config-swatch-list a {
      width: 3rem;
      height: 3rem; }

.product-size-content img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto; }

.table.table-size thead tr th,
.table.table-size tbody tr td {
  border: 0;
  color: #21293c;
  font-size: 1.5rem;
  letter-spacing: .005em;
  text-transform: uppercase; }
.table.table-size thead tr th {
  padding: 2.8rem 1.5rem 1.7rem;
  background-color: #f4f4f2;
  font-weight: 600; }
.table.table-size tbody tr td {
  padding: 1rem 1.5rem;
  background-color: #fff;
  font-weight: 700; }
  .table.table-size tbody tr td:first-child {
    font-weight: 600; }
.table.table-size tbody tr:nth-child(2n) td {
  background-color: #ebebeb; }

@media screen and (min-width: 992px) {
  .table.table-size thead tr th {
    padding-top: 4.2rem;
    padding-bottom: 2.8rem; }
  .table.table-size thead tr th,
  .table.table-size tbody tr td {
    padding-right: 3.5rem;
    padding-left: 3.5rem; } }
@media screen and (max-width: 912px) and (min-width: 768px) {
  .product-single-grid .add-cart {
    min-width: 100%; } }
@media screen and (max-width: 575px) {
  .product-single-grid .product-single-gallery .row {
    margin-right: -10px;
    margin-left: -10px; }
  .product-single-grid .product-single-gallery [class*='col-'] {
    padding-right: 10px;
    padding-left: 10px; } }
.cart-table-container {
  margin-bottom: 2.5rem; }

.table.table-cart tr th,
.table.table-cart tr td {
  vertical-align: middle; }
  .table.table-cart tr th:not(.product-col),
  .table.table-cart tr td:not(.product-col) {
    text-align: center; }
.table.table-cart tr th {
  padding: 2.4rem 1.5rem 1.2rem;
  border: 0;
  font-weight: 600; }
.table.table-cart tr td {
  padding: 2rem 1.5rem;
  border-top: 1px solid #ccc; }
  .table.table-cart tr td.product-col {
    padding: 2rem .8rem 1.8rem 0; }
.table.table-cart tr.product-action-row td {
  padding: 0 0 2.2rem;
  border: 0; }
.table.table-cart .product-title {
  margin-bottom: 0; }
.table.table-cart tfoot td {
  padding: 2rem 0 1rem; }
.table.table-cart tfoot .btn {
  padding: .85rem 2rem;
  font-family: "Poppins", "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: initial; }
  .table.table-cart tfoot .btn + .btn {
    margin-left: 1rem; }
.table.table-cart .bootstrap-touchspin.input-group {
  margin-right: auto;
  margin-left: auto; }

.btn-remove::before {
  font-size: 1.8rem;
  font-weight: 600;
  content: 'x'; }

.btn-remove,
.btn-edit,
.btn-move {
  color: #3f4658; }
  .btn-remove:hover, .btn-remove:focus,
  .btn-edit:hover,
  .btn-edit:focus,
  .btn-move:hover,
  .btn-move:focus {
    color: #c8ac3e;
    text-decoration: none; }

.btn-edit {
  margin-right: 1rem;
  font-size: 1.3rem; }

.btn-move {
  font-size: 1.3rem;
  line-height: 2.5rem; }
  .btn-move:hover, .btn-move:focus {
    text-decoration: underline; }

.qty-col {
  min-width: 98px; }

.product-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }
  tbody .product-col {
    font-size: 0; }
  .product-col .product-image-container {
    -ms-flex: 0 0 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin-right: 1.8rem;
    margin-bottom: 0;
    border: 1px solid #ccc;
    vertical-align: middle; }
  .product-col .product-title {
    display: inline-block;
    vertical-align: middle; }

.cart-discount {
  margin-bottom: 4rem; }
  .cart-discount h4 {
    margin-bottom: 1.2rem;
    font-size: 1.6rem;
    font-weight: 400; }
  .cart-discount form {
    max-width: 420px; }

.cart-summary {
  margin-bottom: 2.5rem;
  padding: 1.4rem 1.8rem 2.2rem;
  border: 1px solid #ddd;
  background: #fbfbfb; }
  .cart-summary h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem; }
  .cart-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    margin-bottom: 0; }
    .cart-summary h4 a {
      position: relative;
      display: block;
      color: inherit;
      padding: 1rem 2rem 1rem 0; }
      .cart-summary h4 a::after {
        font-family: 'porto';
        content: '\e81b';
        position: absolute;
        display: inline-block;
        right: .4rem;
        top: 50%;
        font-size: 1.4rem;
        transform: translateY(-50%); }
      .cart-summary h4 a.collapsed::after {
        content: '\e81c'; }

#total-estimate-section form {
  margin-bottom: 0;
  padding: .7rem 0 2.2rem; }

.table.table-totals {
  margin-bottom: 2rem;
  border-top: 1px solid #ccc; }
  .table.table-totals tbody tr:first-child td {
    padding-top: 1.6rem; }
  .table.table-totals tr {
    border: 0; }
    .table.table-totals tr th,
    .table.table-totals tr td {
      padding: .6rem 0;
      border: 0; }
      .table.table-totals tr th:last-child,
      .table.table-totals tr td:last-child {
        text-align: right; }
  .table.table-totals tfoot {
    border-top: 1px solid #ccc;
    font-size: 1.8rem;
    font-weight: 400; }
    .table.table-totals tfoot tr td {
      padding-top: 1.3rem;
      padding-bottom: 1.6rem; }
      .table.table-totals tfoot tr td:last-child {
        color: #282d3b; }

.checkout-methods .btn {
  letter-spacing: 0; }
  .checkout-methods .btn + .btn {
    margin-top: 2.2rem; }

@media screen and (max-width: 767px) {
  .table.table-cart,
  .table.table-cart tbody,
  .table.table-cart tfoot {
    display: block; }
  .table.table-cart thead {
    display: none; }
  .table.table-cart tr td {
    padding: .5rem 1rem;
    border-top: 0; }
    .table.table-cart tr td.product-col {
      padding-bottom: .5rem; }
  .table.table-cart .product-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 1px solid #ccc; }
    .table.table-cart .product-row:first-of-type {
      border-top: 0; }
  .table.table-cart .product-action-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    .table.table-cart .product-action-row td {
      width: 100%; }
    .table.table-cart .product-action-row .float-right {
      margin-top: -4px;
      margin-left: auto; }
  .table.table-cart .product-col {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
    .table.table-cart .product-col .product-image-container {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      margin-right: 0;
      margin-bottom: 1rem; }
  .table.table-cart tfoot {
    border-top: 1px solid #ccc; }
    .table.table-cart tfoot tr {
      display: block;
      width: 100%; }
      .table.table-cart tfoot tr td {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 1rem 0; }
    .table.table-cart tfoot .btn {
      margin-top: .5rem;
      padding-right: 1rem;
      padding-left: 1rem; }
    .table.table-cart tfoot .float-left {
      display: none; }
    .table.table-cart tfoot .float-right {
      margin-left: auto; } }
.checkout-progress-bar {
  display: block;
  margin: 0 0 3rem;
  font-size: 0;
  line-height: 1.4;
  counter-reset: i; }
  .checkout-progress-bar li {
    display: inline-block;
    position: relative;
    width: 50%;
    margin: 0;
    text-align: center;
    vertical-align: top; }
    .checkout-progress-bar li::before {
      position: absolute;
      top: 1.9rem;
      left: 0;
      width: 100%;
      height: .7rem;
      transition: background .3s;
      background-color: #e4e4e4;
      content: ''; }
    .checkout-progress-bar li > span {
      display: inline-block;
      width: 100%;
      padding-top: 4.5rem;
      color: #ccc;
      font-size: 1.6rem;
      font-weight: 300;
      word-wrap: break-word; }
      .checkout-progress-bar li > span::before, .checkout-progress-bar li > span::after {
        position: absolute;
        top: 0;
        left: 50%;
        transition: background .3s;
        border-radius: 50%;
        content: ''; }
      .checkout-progress-bar li > span::before {
        width: 3.8rem;
        height: 3.8rem;
        margin-left: -1.9rem;
        background-color: #e4e4e4; }
      .checkout-progress-bar li > span::after {
        top: .6rem;
        width: 2.6rem;
        height: 2.6rem;
        margin-left: -1.3rem;
        background: #fff;
        color: #777;
        font-weight: 600;
        content: counter(i);
        counter-increment: i; }
    .checkout-progress-bar li.active::before,
    .checkout-progress-bar li.active > span::before {
      background-color: #c8ac3e; }
    .checkout-progress-bar li.active > span {
      color: #000; }
    .checkout-progress-bar li.active > span::after {
      font-family: 'porto';
      content: '\e84e'; }
    .checkout-progress-bar li:first-child::before {
      border-radius: .6rem 0 0 .6rem; }
    .checkout-progress-bar li:last-child::before {
      border-radius: 0 .6rem .6rem 0; }

.checkout-steps li {
  margin-bottom: 3rem; }
  .checkout-steps li form {
    max-width: 480px;
    margin-top: 3rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc; }
    .checkout-steps li form:last-of-type {
      padding-bottom: .1rem;
      border-bottom: 0; }
    .checkout-steps li form p {
      margin-bottom: 1rem;
      color: #777;
      font-size: 1.3rem; }
  .checkout-steps li .form-footer {
    margin-top: 1rem;
    margin-bottom: 1rem; }

.step-title {
  padding-bottom: 9px;
  font-weight: 400;
  font-size: 2.1rem;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 0; }
  .step-title::after {
    display: block;
    clear: both;
    content: ''; }
  .step-title .step-title-edit {
    margin-top: .4rem;
    float: right;
    font-size: 1.4rem; }

.shipping-step-addresses {
  margin-bottom: 2rem;
  font-size: 0; }
  .shipping-step-addresses::after {
    display: block;
    clear: both;
    content: ''; }

.shipping-address-box {
  display: inline-block;
  position: relative;
  width: 100%;
  min-height: 240px;
  margin: 0;
  padding: 1.8rem 3.2rem 1rem 1.8rem;
  transition: .3s border-color;
  border: .2rem solid transparent;
  font-size: 1.3rem;
  line-height: 3rem;
  vertical-align: top;
  word-wrap: break-word; }
  .shipping-address-box.active {
    border-color: #ec7200; }
    .shipping-address-box.active::after {
      content: '\e84e';
      font-family: 'porto';
      position: absolute;
      right: 0;
      top: 0;
      height: 2.7rem;
      width: 2.7rem;
      font-size: 1.9rem;
      line-height: 2.1rem;
      padding-top: .2rem;
      text-align: center;
      background-color: #ec7200;
      color: #ffffff; }
    .shipping-address-box.active .address-box-action {
      visibility: hidden; }

.address-box-action {
  margin-top: 2rem; }
  .address-box-action .btn {
    font-family: "Poppins", "Open Sans", sans-serif;
    letter-spacing: 0;
    text-transform: initial; }
    .address-box-action .btn.btn-sm {
      padding: .85rem 1.2rem;
      font-size: 1.3rem; }
      .address-box-action .btn.btn-sm.btn-link {
        padding-right: 0;
        padding-left: 0; }

.btn-new-address {
  margin-bottom: 1.2rem;
  padding: .95rem 1.3rem;
  font-family: "Poppins", "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: initial; }

.table-step-shipping {
  max-width: 600px; }
  .table-step-shipping tr td {
    border: 0;
    border-bottom: 1px solid #cccccc;
    padding: 1.8rem 1.5rem; }

.checkout-steps-action::after {
  display: block;
  clear: both;
  content: ''; }
.checkout-steps-action .btn {
  min-width: 70px;
  text-align: center; }

.order-summary {
  margin-top: 3.3rem;
  padding: 2.2rem 2.7rem;
  background: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 3rem; }
  .order-summary h3 {
    font-weight: 400;
    font-size: 2.3rem;
    margin-bottom: 1.3rem; }
  .order-summary h4 {
    font-size: 1.5rem;
    font-weight: 600;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 0; }
    .order-summary h4 a {
      position: relative;
      display: block;
      color: inherit;
      padding: 1rem 2rem 1rem 0; }
      .order-summary h4 a::after {
        font-family: 'porto';
        content: '\e81b';
        position: absolute;
        display: inline-block;
        right: .4rem;
        top: 50%;
        font-weight: 400;
        font-size: 1.5rem;
        transform: translateY(-50%); }
      .order-summary h4 a.collapsed::after {
        content: '\e81c'; }

.table-mini-cart {
  margin-bottom: 0; }
  .table-mini-cart tr td {
    padding: 2rem 0;
    border: 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top; }
  .table-mini-cart .product-col {
    -ms-flex-align: start;
    align-items: flex-start; }
    .table-mini-cart .product-col .product-image-container {
      flex: 0 0 75px;
      max-width: 75px;
      margin-right: 1.5rem;
      vertical-align: top; }
    .table-mini-cart .product-col > div {
      padding-top: .8rem;
      vertical-align: top; }
  .table-mini-cart .price-col {
    padding-top: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400; }
  .table-mini-cart .product-title {
    display: block;
    max-width: 170px;
    margin-bottom: .8rem;
    font-size: 1.4rem;
    font-weight: 600; }
  .table-mini-cart .product-qty {
    display: block;
    color: #777;
    font-size: 1.3rem; }

.checkout-payment {
  margin-bottom: 3rem; }
  .checkout-payment .step-title {
    margin-bottom: 1.8rem; }
  .checkout-payment h4 {
    font-weight: 400; }
  .checkout-payment .form-group {
    max-width: 480px; }

#checkout-shipping-address {
  display: none;
  padding-left: 3rem;
  line-height: 3rem; }
  #checkout-shipping-address.show {
    display: block; }

#new-checkout-address {
  display: none; }
  #new-checkout-address.show {
    display: block; }

.checkout-discount {
  margin-top: 2rem;
  margin-bottom: 3rem; }
  .checkout-discount form {
    max-width: 480px;
    margin-bottom: 0;
    padding-top: 1.5rem;
    padding-bottom: 1rem; }
  .checkout-discount h4 {
    margin-bottom: 0;
    border-top: 1px solid #ccc;
    font-size: 1.4rem;
    font-weight: 400; }
    .checkout-discount h4 a {
      position: relative;
      display: block;
      padding: 1rem 2rem 1rem 0;
      color: #222529; }
      .checkout-discount h4 a::after {
        font-family: 'porto';
        content: '\e81b';
        position: absolute;
        display: inline-block;
        right: .4rem;
        top: 50%;
        font-size: 1.5rem;
        transform: translateY(-50%); }
      .checkout-discount h4 a.collapsed::after {
        content: '\e81c'; }

.checkout-info-box {
  margin-bottom: 3rem;
  font-size: 1.3rem;
  line-height: 2.7rem; }
  .checkout-info-box .step-title {
    margin-bottom: 1.8rem; }

@media screen and (min-width: 576px) {
  .checkout-progress-bar li {
    width: 185px; }
    .checkout-progress-bar li > span {
      font-size: 1.8rem; }

  .shipping-address-box {
    width: 50%; } }
@media screen and (min-width: 768px) {
  .shipping-address-box {
    width: 33.33%; } }
.entry {
  margin-bottom: 3rem;
  color: #767f84; }
  .entry a {
    color: #767f84; }
    .entry a:hover, .entry a:focus {
      color: #282d3b; }

.entry-media {
  margin-bottom: 2rem;
  border-radius: 0;
  background-color: #ccc; }
  .entry-media img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto; }

.entry-slider .owl-dots {
  position: absolute;
  right: 0;
  bottom: .6rem;
  left: 0;
  margin: 0 !important; }

.entry-body {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.7rem; }
  .entry:not(.single):last-of-type .entry-body {
    border-bottom: 0; }
  .entry-body .entry-date {
    width: 45px;
    margin-right: 10px;
    float: left;
    text-align: center;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1); }
    .entry-body .entry-date .day {
      color: #282d3b;
      background-color: #f4f4f4;
      border-radius: .2rem .2rem 0 0;
      display: block;
      font-size: 1.6rem;
      font-weight: 600;
      padding: 1rem .2rem;
      line-height: 1.375;
      margin-bottom: .3rem; }
    .entry-body .entry-date .month {
      color: #fff;
      background-color: #282d3b;
      border-radius: 0 0 .2rem .2rem;
      box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07) inset;
      display: block;
      font-size: 1.2rem;
      padding: 0 .2rem .2rem;
      line-height: 1.33; }

.entry-title {
  font-weight: 400;
  font-size: 2.8rem;
  line-height: 1.35;
  /*margin-bottom: 1rem;*/
  margin-bottom: 4rem;
  color: #282d3b; }
  .entry-title a {
    color: #282d3b; }
    .entry-title a:hover, .entry-title a:focus {
      color: #282d3b;
      text-decoration: underline; }

.entry-content::after {
  display: block;
  clear: both;
  content: ''; }

.read-more {
  float: right; }
  .read-more i::before {
    margin: 0; }

.entry-meta > span {
  display: inline-block;
  margin-right: 1.5rem; }
.entry-meta i {
  margin-right: .5rem; }
  .entry-meta i::before {
    margin: 0; }

.single .entry-meta {
  margin-bottom: 2.4rem; }
.single .entry-title {
  font-size: 2.4rem; }
.single h3 {
  font-weight: 400;
  font-size: 2rem; }
  .single h3 i {
    margin-right: .2rem; }
.single .entry-content {
  margin-bottom: 4rem; }

.entry-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2.6rem;
  padding: 2.8rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
  .entry-share h3 {
    margin-right: 1.5rem; }
  .entry-share .social-icon {
    color: #fff; }
    .entry-share .social-icon:hover, .entry-share .social-icon:focus {
      color: #fff; }

.entry-author {
  margin-bottom: 3rem;
  padding-bottom: 2.7rem;
  border-bottom: 1px solid #ddd; }
  .entry-author::after {
    display: block;
    clear: both;
    content: ''; }
  .entry-author h3 {
    margin-bottom: 2rem; }
  .entry-author figure {
    max-width: 80px;
    margin-right: 2rem;
    margin-bottom: 0;
    float: left; }
  .entry-author h4 {
    margin: 1rem;
    font-weight: 600; }
  .entry-author .author-content {
    font-size: 1.3rem;
    line-height: 1.8; }
    .entry-author .author-content p:last-child {
      margin-bottom: 0; }

.comment-respond h3 {
  margin-bottom: 1.2rem; }
  .comment-respond h3 + p {
    margin-bottom: 2.6rem; }
.comment-respond form {
  margin-bottom: 0; }

.related-posts {
  margin-bottom: 4rem; }
  .related-posts h4 {
    margin-bottom: 2rem;
    font-size: 1.9rem;
    text-transform: uppercase; }
  .related-posts .entry {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }
    .related-posts .entry p {
      margin-bottom: 1rem; }
  .related-posts .entry-body {
    padding-bottom: 0;
    border-bottom: 0; }
  .related-posts .entry-media {
    margin-bottom: 2rem; }
  .related-posts .entry-title {
    margin-bottom: 1rem;
    font-size: 1.8rem; }

.sidebar {
  position: relative;
  font-size: 1.3rem; }
  .sidebar .widget {
    margin-bottom: 3rem; }
  .sidebar .sidebar-wrapper .widget:last-child {
    margin-bottom: 0;
    padding-bottom: 3rem; }

.sidebar-wrapper {
  -webkit-backfac-visibility: hidden; }

.widget-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #282d3b;
  margin: .5rem 0 1.3rem; }

.widget form {
  margin-bottom: 0; }

.list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0; }
    .list li.active {
      font-weight: 600; }
      .list li.active a {
        color: #282d3b; }
    .list li a {
      display: block;
      position: relative;
      padding: .9rem 0 .8rem 2rem;
      border-bottom: 1px solid #EDEDDE;
      color: #767f84;
      font-size: 1.3rem; }
      .list li a::before {
        display: inline-block;
        position: absolute;
        width: 0;
        height: 0;
        margin: .6rem 0 0 -1rem;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #333;
        content: ''; }
      .list li a:hover, .list li a:focus {
        background-color: #eee;
        text-decoration: none; }

.widget-search form {
  position: relative;
  margin: 0; }
.widget-search .form-control {
  width: 100%;
  max-width: none;
  padding-right: 5.5rem; }
.widget-search .search-submit {
  position: absolute;
  top: 50%;
  right: 0;
  width: 44px;
  height: 44px;
  margin-top: -22px;
  border: 0;
  outline: none;
  background-color: transparent;
  color: #000;
  font-size: 1.3rem;
  text-align: center;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer; }

.tagcloud::after {
  display: block;
  clear: both;
  content: ''; }
.tagcloud a {
  display: block;
  margin: 0 .7rem .7rem 0;
  padding: 1.1rem 1.4rem;
  float: left;
  background-color: #e1e1e1;
  color: #7e7d79;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 11px; }
  .tagcloud a:hover, .tagcloud a:focus {
    background-color: #c8ac3e;
    color: #fff;
    text-decoration: none; }

.simple-entry-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .simple-entry-list li {
    margin: 0 0 1rem; }
    .simple-entry-list li::after {
      display: block;
      clear: both;
      content: ''; }
    .simple-entry-list li:last-child {
      margin-bottom: 0; }
  .simple-entry-list .entry-media {
    width: 6.5rem;
    margin: 0 1.2rem 0 0;
    float: left;
    border-radius: 0;
    line-height: 0; }
    .simple-entry-list .entry-media img {
      display: block;
      width: 100%;
      max-width: none;
      height: auto; }
  .simple-entry-list .entry-meta {
    color: #888;
    font-size: 1.3rem; }

@media screen and (min-width: 576px) {
  .entry-share {
    flex-direction: row;
    align-items: center; }
    .entry-share h3 {
      margin-bottom: 0; }

  .related-posts {
    padding-top: 1rem; } }
@media screen and (min-width: 768px) {
  .entry-media {
    margin-bottom: 3rem; }

  .single .entry-meta {
    margin-bottom: 3.2rem; }

  .entry-body {
    margin-left: 60px; }
    .entry-body .entry-date {
      margin-left: -60px; }

  .related-posts {
    padding-top: 2.5rem; } }
@media screen and (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 3rem; } }
@media screen and (max-width: 767px) {
  .comment-respond .form-footer {
    margin-bottom: 2rem; } }
#map {
  height: 280px;
  margin-bottom: 4rem;
  background-color: #ccc; }

#map address {
  margin: 0;
  padding: .625rem .875rem;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5; }

#map a {
  display: inline-block;
  margin-top: .8rem;
  font-size: 1.2rem;
  text-transform: uppercase; }

.contact-info {
  margin-bottom: 3rem;
  padding-top: .5rem; }
  .contact-info > div {
    font-size: 1.4rem;
    margin-bottom: 1.5rem; }
    .contact-info > div::after {
      display: block;
      clear: both;
      content: ''; }

.contact-info i {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: left;
  width: 4.3rem;
  height: 4.3rem;
  color: #fff;
  background-color: #282d3b;
  text-align: center;
  font-size: 1.8rem;
  border-radius: 0; }

.contact-info p {
  margin-bottom: 0;
  margin-left: 5.5rem;
  line-height: 1.4; }

@media screen and (min-width: 768px) {
  #map {
    height: 380px;
    margin-bottom: 5rem; } }
@media screen and (min-width: 992px) {
  #map {
    height: 460px;
    margin-bottom: 6rem; } }
.dashboard-content {
  margin-bottom: 1em; }

.dashboard-content h3 {
  margin-bottom: 1.8rem; }

.dashboard-content h2 {
  font-size: 2.4rem;
  margin-bottom: 2rem; }

.dashboard-content .form-control {
  max-width: 100%; }

#account-chage-pass {
  display: none;
  padding-bottom: 1.5rem; }
  #account-chage-pass.show {
    display: block; }

.widget-dashboard .widget-title {
  font-weight: 600;
  font-size: 1.7rem;
  margin-top: .2rem; }

.widget-dashboard {
  margin-bottom: 3rem; }

/* Spacing + Helpers */
.mt-1 {
  margin-top: 1rem !important; }

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

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

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

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

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

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

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

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

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

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mb-9 {
  margin-bottom: 9rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

@media screen and (min-width: 768px) {
  .mt-md-1 {
    margin-top: 1rem !important; }

  .mt-md-2 {
    margin-top: 2rem !important; }

  .mt-md-3 {
    margin-top: 3rem !important; }

  .mt-md-4 {
    margin-top: 4rem !important; }

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

  .mt-md-6 {
    margin-top: 6rem !important; }

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

  .mt-md-8 {
    margin-top: 8rem !important; }

  .mt-md-9 {
    margin-top: 9rem !important; }

  .mt-md-10 {
    margin-top: 10rem !important; }

  .mb-md-1 {
    margin-bottom: 1rem !important; }

  .mb-md-2 {
    margin-bottom: 2rem !important; }

  .mb-md-3 {
    margin-bottom: 3rem !important; }

  .mb-md-4 {
    margin-bottom: 4rem !important; }

  .mb-md-5 {
    margin-bottom: 5rem !important; }

  .mb-md-6 {
    margin-bottom: 6rem !important; }

  .mb-md-7 {
    margin-bottom: 7rem !important; }

  .mb-md-8 {
    margin-bottom: 8rem !important; }

  .mb-md-9 {
    margin-bottom: 9rem !important; }

  .mb-md-10 {
    margin-bottom: 10rem !important; } }
@media screen and (min-width: 992px) {
  .mt-lg-1 {
    margin-top: 1rem !important; }

  .mt-lg-2 {
    margin-top: 2rem !important; }

  .mt-lg-3 {
    margin-top: 3rem !important; }

  .mt-lg-4 {
    margin-top: 4rem !important; }

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

  .mt-lg-6 {
    margin-top: 6rem !important; }

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

  .mt-lg-8 {
    margin-top: 8rem !important; }

  .mt-lg-9 {
    margin-top: 9rem !important; }

  .mt-lg-10 {
    margin-top: 10rem !important; }

  .mb-lg-1 {
    margin-bottom: 1rem !important; }

  .mb-lg-2 {
    margin-bottom: 2rem !important; }

  .mb-lg-3 {
    margin-bottom: 3rem !important; }

  .mb-lg-4 {
    margin-bottom: 4rem !important; }

  .mb-lg-5 {
    margin-bottom: 5rem !important; }

  .mb-lg-6 {
    margin-bottom: 6rem !important; }

  .mb-lg-7 {
    margin-bottom: 7rem !important; }

  .mb-lg-8 {
    margin-bottom: 8rem !important; }

  .mb-lg-9 {
    margin-bottom: 9rem !important; }

  .mb-lg-10 {
    margin-bottom: 10rem !important; } }
@media screen and (min-width: 1200px) {
  .mt-xl-1 {
    margin-top: 1rem !important; }

  .mt-xl-2 {
    margin-top: 2rem !important; }

  .mt-xl-3 {
    margin-top: 3rem !important; }

  .mt-xl-4 {
    margin-top: 4rem !important; }

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

  .mt-xl-6 {
    margin-top: 6rem !important; }

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

  .mt-xl-8 {
    margin-top: 8rem !important; }

  .mt-xl-9 {
    margin-top: 9rem !important; }

  .mt-xl-10 {
    margin-top: 10rem !important; }

  .mb-xl-1 {
    margin-bottom: 1rem !important; }

  .mb-xl-2 {
    margin-bottom: 2rem !important; }

  .mb-xl-3 {
    margin-bottom: 3rem !important; }

  .mb-xl-4 {
    margin-bottom: 4rem !important; }

  .mb-xl-5 {
    margin-bottom: 5rem !important; }

  .mb-xl-6 {
    margin-bottom: 6rem !important; }

  .mb-xl-7 {
    margin-bottom: 7rem !important; }

  .mb-xl-8 {
    margin-bottom: 8rem !important; }

  .mb-xl-9 {
    margin-bottom: 9rem !important; }

  .mb-xl-10 {
    margin-bottom: 10rem !important; } }
@media screen and (min-width: 1600px) {
  .mt-xxl-1 {
    margin-top: 1rem !important; }

  .mt-xxl-2 {
    margin-top: 2rem !important; }

  .mt-xxl-3 {
    margin-top: 3rem !important; }

  .mt-xxl-4 {
    margin-top: 4rem !important; }

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

  .mt-xxl-6 {
    margin-top: 6rem !important; }

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

  .mt-xxl-8 {
    margin-top: 8rem !important; }

  .mt-xxl-9 {
    margin-top: 9rem !important; }

  .mt-xxl-10 {
    margin-top: 10rem !important; }

  .mb-xxl-1 {
    margin-bottom: 1rem !important; }

  .mb-xxl-2 {
    margin-bottom: 2rem !important; }

  .mb-xxl-3 {
    margin-bottom: 3rem !important; }

  .mb-xxl-4 {
    margin-bottom: 4rem !important; }

  .mb-xxl-5 {
    margin-bottom: 5rem !important; }

  .mb-xxl-6 {
    margin-bottom: 6rem !important; }

  .mb-xxl-7 {
    margin-bottom: 7rem !important; }

  .mb-xxl-8 {
    margin-bottom: 8rem !important; }

  .mb-xxl-9 {
    margin-bottom: 9rem !important; }

  .mb-xxl-10 {
    margin-bottom: 10rem !important; } }

@media screen and (min-width: 992px) {
.header-top {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  color: #222529;
  padding: .5rem 0;
  /*background-color: #f5f6f8;*/
  background-color: #c8ac3e; }
  .header-top h4 {
    font-size: 12px;
    font-weight: 400;
    text-transform: none;
    letter-spacing: .01em;
    font-family: Poppins; }
  .header-top strong {
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 12px;
    text-transform: uppercase; }
  .header-top a {
    letter-spacing: .01em;
    font-weight: 400;
    font-size: 12px;
    border-bottom: 1px solid #222529;
    font-family: Poppins;
    line-height: 1.5rem;
    margin-top: 1px;
    margin-right: 4rem; }
  .header-top i {
    /*margin-top: 3px;*/
    font-size: 2.5rem;
    color: #222529; }
}

@media screen and (max-width: 991px) {
.header-top {
  /*display: none;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    color: #222529;
    padding: 0.7rem 0;
    /* background-color: #f5f6f8; */
    background-color: #c8ac3e;
	text-align: center; }
}
  .header-top strong {
    font-weight: 600;
    letter-spacing: .01em;
    font-size: 12px;
    text-transform: uppercase; }

.text-14 {
  font-size: 14px; }

.lead-2 {
    font-size: 18px;
    font-weight: 400;
	color: #282d3b;
}

.header-userinfo {
    margin-left: 5px;
}

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

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

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

@media screen and (min-width: 992px) {
.spazio-md-left {
	padding-left: 5px!important; }
	
.spazio-md-right {
	padding-right: 5px!important; }
}

.spazio-md-left {
	padding-left: 5px!important; }
	
.spazio-md-right {
	padding-right: 5px!important; }

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




/*# sourceMappingURL=style.css.map *//*!
 * Font Awesome Free 5.8.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,.fab,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s infinite linear}.fa-pulse{animation:fa-spin 1s infinite steps(8)}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:"\f26e"}.fa-accessible-icon:before{content:"\f368"}.fa-accusoft:before{content:"\f369"}.fa-acquisitions-incorporated:before{content:"\f6af"}.fa-ad:before{content:"\f641"}.fa-address-book:before{content:"\f2b9"}.fa-address-card:before{content:"\f2bb"}.fa-adjust:before{content:"\f042"}.fa-adn:before{content:"\f170"}.fa-adobe:before{content:"\f778"}.fa-adversal:before{content:"\f36a"}.fa-affiliatetheme:before{content:"\f36b"}.fa-air-freshener:before{content:"\f5d0"}.fa-airbnb:before{content:"\f834"}.fa-algolia:before{content:"\f36c"}.fa-align-center:before{content:"\f037"}.fa-align-justify:before{content:"\f039"}.fa-align-left:before{content:"\f036"}.fa-align-right:before{content:"\f038"}.fa-alipay:before{content:"\f642"}.fa-allergies:before{content:"\f461"}.fa-amazon:before{content:"\f270"}.fa-amazon-pay:before{content:"\f42c"}.fa-ambulance:before{content:"\f0f9"}.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-amilia:before{content:"\f36d"}.fa-anchor:before{content:"\f13d"}.fa-android:before{content:"\f17b"}.fa-angellist:before{content:"\f209"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-down:before{content:"\f107"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angry:before{content:"\f556"}.fa-angrycreative:before{content:"\f36e"}.fa-angular:before{content:"\f420"}.fa-ankh:before{content:"\f644"}.fa-app-store:before{content:"\f36f"}.fa-app-store-ios:before{content:"\f370"}.fa-apper:before{content:"\f371"}.fa-apple:before{content:"\f179"}.fa-apple-alt:before{content:"\f5d1"}.fa-apple-pay:before{content:"\f415"}.fa-archive:before{content:"\f187"}.fa-archway:before{content:"\f557"}.fa-arrow-alt-circle-down:before{content:"\f358"}.fa-arrow-alt-circle-left:before{content:"\f359"}.fa-arrow-alt-circle-right:before{content:"\f35a"}.fa-arrow-alt-circle-up:before{content:"\f35b"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-down:before{content:"\f063"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrows-alt:before{content:"\f0b2"}.fa-arrows-alt-h:before{content:"\f337"}.fa-arrows-alt-v:before{content:"\f338"}.fa-artstation:before{content:"\f77a"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asterisk:before{content:"\f069"}.fa-asymmetrik:before{content:"\f372"}.fa-at:before{content:"\f1fa"}.fa-atlas:before{content:"\f558"}.fa-atlassian:before{content:"\f77b"}.fa-atom:before{content:"\f5d2"}.fa-audible:before{content:"\f373"}.fa-audio-description:before{content:"\f29e"}.fa-autoprefixer:before{content:"\f41c"}.fa-avianex:before{content:"\f374"}.fa-aviato:before{content:"\f421"}.fa-award:before{content:"\f559"}.fa-aws:before{content:"\f375"}.fa-baby:before{content:"\f77c"}.fa-baby-carriage:before{content:"\f77d"}.fa-backspace:before{content:"\f55a"}.fa-backward:before{content:"\f04a"}.fa-bacon:before{content:"\f7e5"}.fa-balance-scale:before{content:"\f24e"}.fa-ban:before{content:"\f05e"}.fa-band-aid:before{content:"\f462"}.fa-bandcamp:before{content:"\f2d5"}.fa-barcode:before{content:"\f02a"}.fa-bars:before{content:"\f0c9"}.fa-baseball-ball:before{content:"\f433"}.fa-basketball-ball:before{content:"\f434"}.fa-bath:before{content:"\f2cd"}.fa-battery-empty:before{content:"\f244"}.fa-battery-full:before{content:"\f240"}.fa-battery-half:before{content:"\f242"}.fa-battery-quarter:before{content:"\f243"}.fa-battery-three-quarters:before{content:"\f241"}.fa-battle-net:before{content:"\f835"}.fa-bed:before{content:"\f236"}.fa-beer:before{content:"\f0fc"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-bell:before{content:"\f0f3"}.fa-bell-slash:before{content:"\f1f6"}.fa-bezier-curve:before{content:"\f55b"}.fa-bible:before{content:"\f647"}.fa-bicycle:before{content:"\f206"}.fa-bimobject:before{content:"\f378"}.fa-binoculars:before{content:"\f1e5"}.fa-biohazard:before{content:"\f780"}.fa-birthday-cake:before{content:"\f1fd"}.fa-bitbucket:before{content:"\f171"}.fa-bitcoin:before{content:"\f379"}.fa-bity:before{content:"\f37a"}.fa-black-tie:before{content:"\f27e"}.fa-blackberry:before{content:"\f37b"}.fa-blender:before{content:"\f517"}.fa-blender-phone:before{content:"\f6b6"}.fa-blind:before{content:"\f29d"}.fa-blog:before{content:"\f781"}.fa-blogger:before{content:"\f37c"}.fa-blogger-b:before{content:"\f37d"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-bold:before{content:"\f032"}.fa-bolt:before{content:"\f0e7"}.fa-bomb:before{content:"\f1e2"}.fa-bone:before{content:"\f5d7"}.fa-bong:before{content:"\f55c"}.fa-book:before{content:"\f02d"}.fa-book-dead:before{content:"\f6b7"}.fa-book-medical:before{content:"\f7e6"}.fa-book-open:before{content:"\f518"}.fa-book-reader:before{content:"\f5da"}.fa-bookmark:before{content:"\f02e"}.fa-bootstrap:before{content:"\f836"}.fa-bowling-ball:before{content:"\f436"}.fa-box:before{content:"\f466"}.fa-box-open:before{content:"\f49e"}.fa-boxes:before{content:"\f468"}.fa-braille:before{content:"\f2a1"}.fa-brain:before{content:"\f5dc"}.fa-bread-slice:before{content:"\f7ec"}.fa-briefcase:before{content:"\f0b1"}.fa-briefcase-medical:before{content:"\f469"}.fa-broadcast-tower:before{content:"\f519"}.fa-broom:before{content:"\f51a"}.fa-brush:before{content:"\f55d"}.fa-btc:before{content:"\f15a"}.fa-buffer:before{content:"\f837"}.fa-bug:before{content:"\f188"}.fa-building:before{content:"\f1ad"}.fa-bullhorn:before{content:"\f0a1"}.fa-bullseye:before{content:"\f140"}.fa-burn:before{content:"\f46a"}.fa-buromobelexperte:before{content:"\f37f"}.fa-bus:before{content:"\f207"}.fa-bus-alt:before{content:"\f55e"}.fa-business-time:before{content:"\f64a"}.fa-buysellads:before{content:"\f20d"}.fa-calculator:before{content:"\f1ec"}.fa-calendar:before{content:"\f133"}.fa-calendar-alt:before{content:"\f073"}.fa-calendar-check:before{content:"\f274"}.fa-calendar-day:before{content:"\f783"}.fa-calendar-minus:before{content:"\f272"}.fa-calendar-plus:before{content:"\f271"}.fa-calendar-times:before{content:"\f273"}.fa-calendar-week:before{content:"\f784"}.fa-camera:before{content:"\f030"}.fa-camera-retro:before{content:"\f083"}.fa-campground:before{content:"\f6bb"}.fa-canadian-maple-leaf:before{content:"\f785"}.fa-candy-cane:before{content:"\f786"}.fa-cannabis:before{content:"\f55f"}.fa-capsules:before{content:"\f46b"}.fa-car:before{content:"\f1b9"}.fa-car-alt:before{content:"\f5de"}.fa-car-battery:before{content:"\f5df"}.fa-car-crash:before{content:"\f5e1"}.fa-car-side:before{content:"\f5e4"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-caret-square-down:before{content:"\f150"}.fa-caret-square-left:before{content:"\f191"}.fa-caret-square-right:before{content:"\f152"}.fa-caret-square-up:before{content:"\f151"}.fa-caret-up:before{content:"\f0d8"}.fa-carrot:before{content:"\f787"}.fa-cart-arrow-down:before{content:"\f218"}.fa-cart-plus:before{content:"\f217"}.fa-cash-register:before{content:"\f788"}.fa-cat:before{content:"\f6be"}.fa-cc-amazon-pay:before{content:"\f42d"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-apple-pay:before{content:"\f416"}.fa-cc-diners-club:before{content:"\f24c"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-cc-visa:before{content:"\f1f0"}.fa-centercode:before{content:"\f380"}.fa-centos:before{content:"\f789"}.fa-certificate:before{content:"\f0a3"}.fa-chair:before{content:"\f6c0"}.fa-chalkboard:before{content:"\f51b"}.fa-chalkboard-teacher:before{content:"\f51c"}.fa-charging-station:before{content:"\f5e7"}.fa-chart-area:before{content:"\f1fe"}.fa-chart-bar:before{content:"\f080"}.fa-chart-line:before{content:"\f201"}.fa-chart-pie:before{content:"\f200"}.fa-check:before{content:"\f00c"}.fa-check-circle:before{content:"\f058"}.fa-check-double:before{content:"\f560"}.fa-check-square:before{content:"\f14a"}.fa-cheese:before{content:"\f7ef"}.fa-chess:before{content:"\f439"}.fa-chess-bishop:before{content:"\f43a"}.fa-chess-board:before{content:"\f43c"}.fa-chess-king:before{content:"\f43f"}.fa-chess-knight:before{content:"\f441"}.fa-chess-pawn:before{content:"\f443"}.fa-chess-queen:before{content:"\f445"}.fa-chess-rook:before{content:"\f447"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-down:before{content:"\f078"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-chevron-up:before{content:"\f077"}.fa-child:before{content:"\f1ae"}.fa-chrome:before{content:"\f268"}.fa-chromecast:before{content:"\f838"}.fa-church:before{content:"\f51d"}.fa-circle:before{content:"\f111"}.fa-circle-notch:before{content:"\f1ce"}.fa-city:before{content:"\f64f"}.fa-clinic-medical:before{content:"\f7f2"}.fa-clipboard:before{content:"\f328"}.fa-clipboard-check:before{content:"\f46c"}.fa-clipboard-list:before{content:"\f46d"}.fa-clock:before{content:"\f017"}.fa-clone:before{content:"\f24d"}.fa-closed-captioning:before{content:"\f20a"}.fa-cloud:before{content:"\f0c2"}.fa-cloud-download-alt:before{content:"\f381"}.fa-cloud-meatball:before{content:"\f73b"}.fa-cloud-moon:before{content:"\f6c3"}.fa-cloud-moon-rain:before{content:"\f73c"}.fa-cloud-rain:before{content:"\f73d"}.fa-cloud-showers-heavy:before{content:"\f740"}.fa-cloud-sun:before{content:"\f6c4"}.fa-cloud-sun-rain:before{content:"\f743"}.fa-cloud-upload-alt:before{content:"\f382"}.fa-cloudscale:before{content:"\f383"}.fa-cloudsmith:before{content:"\f384"}.fa-cloudversify:before{content:"\f385"}.fa-cocktail:before{content:"\f561"}.fa-code:before{content:"\f121"}.fa-code-branch:before{content:"\f126"}.fa-codepen:before{content:"\f1cb"}.fa-codiepie:before{content:"\f284"}.fa-coffee:before{content:"\f0f4"}.fa-cog:before{content:"\f013"}.fa-cogs:before{content:"\f085"}.fa-coins:before{content:"\f51e"}.fa-columns:before{content:"\f0db"}.fa-comment:before{content:"\f075"}.fa-comment-alt:before{content:"\f27a"}.fa-comment-dollar:before{content:"\f651"}.fa-comment-dots:before{content:"\f4ad"}.fa-comment-medical:before{content:"\f7f5"}.fa-comment-slash:before{content:"\f4b3"}.fa-comments:before{content:"\f086"}.fa-comments-dollar:before{content:"\f653"}.fa-compact-disc:before{content:"\f51f"}.fa-compass:before{content:"\f14e"}.fa-compress:before{content:"\f066"}.fa-compress-arrows-alt:before{content:"\f78c"}.fa-concierge-bell:before{content:"\f562"}.fa-confluence:before{content:"\f78d"}.fa-connectdevelop:before{content:"\f20e"}.fa-contao:before{content:"\f26d"}.fa-cookie:before{content:"\f563"}.fa-cookie-bite:before{content:"\f564"}.fa-copy:before{content:"\f0c5"}.fa-copyright:before{content:"\f1f9"}.fa-couch:before{content:"\f4b8"}.fa-cpanel:before{content:"\f388"}.fa-creative-commons:before{content:"\f25e"}.fa-creative-commons-by:before{content:"\f4e7"}.fa-creative-commons-nc:before{content:"\f4e8"}.fa-creative-commons-nc-eu:before{content:"\f4e9"}.fa-creative-commons-nc-jp:before{content:"\f4ea"}.fa-creative-commons-nd:before{content:"\f4eb"}.fa-creative-commons-pd:before{content:"\f4ec"}.fa-creative-commons-pd-alt:before{content:"\f4ed"}.fa-creative-commons-remix:before{content:"\f4ee"}.fa-creative-commons-sa:before{content:"\f4ef"}.fa-creative-commons-sampling:before{content:"\f4f0"}.fa-creative-commons-sampling-plus:before{content:"\f4f1"}.fa-creative-commons-share:before{content:"\f4f2"}.fa-creative-commons-zero:before{content:"\f4f3"}.fa-credit-card:before{content:"\f09d"}.fa-critical-role:before{content:"\f6c9"}.fa-crop:before{content:"\f125"}.fa-crop-alt:before{content:"\f565"}.fa-cross:before{content:"\f654"}.fa-crosshairs:before{content:"\f05b"}.fa-crow:before{content:"\f520"}.fa-crown:before{content:"\f521"}.fa-crutch:before{content:"\f7f7"}.fa-css3:before{content:"\f13c"}.fa-css3-alt:before{content:"\f38b"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-cut:before{content:"\f0c4"}.fa-cuttlefish:before{content:"\f38c"}.fa-d-and-d:before{content:"\f38d"}.fa-d-and-d-beyond:before{content:"\f6ca"}.fa-dashcube:before{content:"\f210"}.fa-database:before{content:"\f1c0"}.fa-deaf:before{content:"\f2a4"}.fa-delicious:before{content:"\f1a5"}.fa-democrat:before{content:"\f747"}.fa-deploydog:before{content:"\f38e"}.fa-deskpro:before{content:"\f38f"}.fa-desktop:before{content:"\f108"}.fa-dev:before{content:"\f6cc"}.fa-deviantart:before{content:"\f1bd"}.fa-dharmachakra:before{content:"\f655"}.fa-dhl:before{content:"\f790"}.fa-diagnoses:before{content:"\f470"}.fa-diaspora:before{content:"\f791"}.fa-dice:before{content:"\f522"}.fa-dice-d20:before{content:"\f6cf"}.fa-dice-d6:before{content:"\f6d1"}.fa-dice-five:before{content:"\f523"}.fa-dice-four:before{content:"\f524"}.fa-dice-one:before{content:"\f525"}.fa-dice-six:before{content:"\f526"}.fa-dice-three:before{content:"\f527"}.fa-dice-two:before{content:"\f528"}.fa-digg:before{content:"\f1a6"}.fa-digital-ocean:before{content:"\f391"}.fa-digital-tachograph:before{content:"\f566"}.fa-directions:before{content:"\f5eb"}.fa-discord:before{content:"\f392"}.fa-discourse:before{content:"\f393"}.fa-divide:before{content:"\f529"}.fa-dizzy:before{content:"\f567"}.fa-dna:before{content:"\f471"}.fa-dochub:before{content:"\f394"}.fa-docker:before{content:"\f395"}.fa-dog:before{content:"\f6d3"}.fa-dollar-sign:before{content:"\f155"}.fa-dolly:before{content:"\f472"}.fa-dolly-flatbed:before{content:"\f474"}.fa-donate:before{content:"\f4b9"}.fa-door-closed:before{content:"\f52a"}.fa-door-open:before{content:"\f52b"}.fa-dot-circle:before{content:"\f192"}.fa-dove:before{content:"\f4ba"}.fa-download:before{content:"\f019"}.fa-draft2digital:before{content:"\f396"}.fa-drafting-compass:before{content:"\f568"}.fa-dragon:before{content:"\f6d5"}.fa-draw-polygon:before{content:"\f5ee"}.fa-dribbble:before{content:"\f17d"}.fa-dribbble-square:before{content:"\f397"}.fa-dropbox:before{content:"\f16b"}.fa-drum:before{content:"\f569"}.fa-drum-steelpan:before{content:"\f56a"}.fa-drumstick-bite:before{content:"\f6d7"}.fa-drupal:before{content:"\f1a9"}.fa-dumbbell:before{content:"\f44b"}.fa-dumpster:before{content:"\f793"}.fa-dumpster-fire:before{content:"\f794"}.fa-dungeon:before{content:"\f6d9"}.fa-dyalog:before{content:"\f399"}.fa-earlybirds:before{content:"\f39a"}.fa-ebay:before{content:"\f4f4"}.fa-edge:before{content:"\f282"}.fa-edit:before{content:"\f044"}.fa-egg:before{content:"\f7fb"}.fa-eject:before{content:"\f052"}.fa-elementor:before{content:"\f430"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-ello:before{content:"\f5f1"}.fa-ember:before{content:"\f423"}.fa-empire:before{content:"\f1d1"}.fa-envelope:before{content:"\f0e0"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-text:before{content:"\f658"}.fa-envelope-square:before{content:"\f199"}.fa-envira:before{content:"\f299"}.fa-equals:before{content:"\f52c"}.fa-eraser:before{content:"\f12d"}.fa-erlang:before{content:"\f39d"}.fa-ethereum:before{content:"\f42e"}.fa-ethernet:before{content:"\f796"}.fa-etsy:before{content:"\f2d7"}.fa-euro-sign:before{content:"\f153"}.fa-evernote:before{content:"\f839"}.fa-exchange-alt:before{content:"\f362"}.fa-exclamation:before{content:"\f12a"}.fa-exclamation-circle:before{content:"\f06a"}.fa-exclamation-triangle:before{content:"\f071"}.fa-expand:before{content:"\f065"}.fa-expand-arrows-alt:before{content:"\f31e"}.fa-expeditedssl:before{content:"\f23e"}.fa-external-link-alt:before{content:"\f35d"}.fa-external-link-square-alt:before{content:"\f360"}.fa-eye:before{content:"\f06e"}.fa-eye-dropper:before{content:"\f1fb"}.fa-eye-slash:before{content:"\f070"}.fa-facebook:before{content:"\f09a"}.fa-facebook-f:before{content:"\f39e"}.fa-facebook-messenger:before{content:"\f39f"}.fa-facebook-square:before{content:"\f082"}.fa-fantasy-flight-games:before{content:"\f6dc"}.fa-fast-backward:before{content:"\f049"}.fa-fast-forward:before{content:"\f050"}.fa-fax:before{content:"\f1ac"}.fa-feather:before{content:"\f52d"}.fa-feather-alt:before{content:"\f56b"}.fa-fedex:before{content:"\f797"}.fa-fedora:before{content:"\f798"}.fa-female:before{content:"\f182"}.fa-fighter-jet:before{content:"\f0fb"}.fa-figma:before{content:"\f799"}.fa-file:before{content:"\f15b"}.fa-file-alt:before{content:"\f15c"}.fa-file-archive:before{content:"\f1c6"}.fa-file-audio:before{content:"\f1c7"}.fa-file-code:before{content:"\f1c9"}.fa-file-contract:before{content:"\f56c"}.fa-file-csv:before{content:"\f6dd"}.fa-file-download:before{content:"\f56d"}.fa-file-excel:before{content:"\f1c3"}.fa-file-export:before{content:"\f56e"}.fa-file-image:before{content:"\f1c5"}.fa-file-import:before{content:"\f56f"}.fa-file-invoice:before{content:"\f570"}.fa-file-invoice-dollar:before{content:"\f571"}.fa-file-medical:before{content:"\f477"}.fa-file-medical-alt:before{content:"\f478"}.fa-file-pdf:before{content:"\f1c1"}.fa-file-powerpoint:before{content:"\f1c4"}.fa-file-prescription:before{content:"\f572"}.fa-file-signature:before{content:"\f573"}.fa-file-upload:before{content:"\f574"}.fa-file-video:before{content:"\f1c8"}.fa-file-word:before{content:"\f1c2"}.fa-fill:before{content:"\f575"}.fa-fill-drip:before{content:"\f576"}.fa-film:before{content:"\f008"}.fa-filter:before{content:"\f0b0"}.fa-fingerprint:before{content:"\f577"}.fa-fire:before{content:"\f06d"}.fa-fire-alt:before{content:"\f7e4"}.fa-fire-extinguisher:before{content:"\f134"}.fa-firefox:before{content:"\f269"}.fa-first-aid:before{content:"\f479"}.fa-first-order:before{content:"\f2b0"}.fa-first-order-alt:before{content:"\f50a"}.fa-firstdraft:before{content:"\f3a1"}.fa-fish:before{content:"\f578"}.fa-fist-raised:before{content:"\f6de"}.fa-flag:before{content:"\f024"}.fa-flag-checkered:before{content:"\f11e"}.fa-flag-usa:before{content:"\f74d"}.fa-flask:before{content:"\f0c3"}.fa-flickr:before{content:"\f16e"}.fa-flipboard:before{content:"\f44d"}.fa-flushed:before{content:"\f579"}.fa-fly:before{content:"\f417"}.fa-folder:before{content:"\f07b"}.fa-folder-minus:before{content:"\f65d"}.fa-folder-open:before{content:"\f07c"}.fa-folder-plus:before{content:"\f65e"}.fa-font:before{content:"\f031"}.fa-font-awesome:before{content:"\f2b4"}.fa-font-awesome-alt:before{content:"\f35c"}.fa-font-awesome-flag:before{content:"\f425"}.fa-font-awesome-logo-full:before{content:"\f4e6"}.fa-fonticons:before{content:"\f280"}.fa-fonticons-fi:before{content:"\f3a2"}.fa-football-ball:before{content:"\f44e"}.fa-fort-awesome:before{content:"\f286"}.fa-fort-awesome-alt:before{content:"\f3a3"}.fa-forumbee:before{content:"\f211"}.fa-forward:before{content:"\f04e"}.fa-foursquare:before{content:"\f180"}.fa-free-code-camp:before{content:"\f2c5"}.fa-freebsd:before{content:"\f3a4"}.fa-frog:before{content:"\f52e"}.fa-frown:before{content:"\f119"}.fa-frown-open:before{content:"\f57a"}.fa-fulcrum:before{content:"\f50b"}.fa-funnel-dollar:before{content:"\f662"}.fa-futbol:before{content:"\f1e3"}.fa-galactic-republic:before{content:"\f50c"}.fa-galactic-senate:before{content:"\f50d"}.fa-gamepad:before{content:"\f11b"}.fa-gas-pump:before{content:"\f52f"}.fa-gavel:before{content:"\f0e3"}.fa-gem:before{content:"\f3a5"}.fa-genderless:before{content:"\f22d"}.fa-get-pocket:before{content:"\f265"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-ghost:before{content:"\f6e2"}.fa-gift:before{content:"\f06b"}.fa-gifts:before{content:"\f79c"}.fa-git:before{content:"\f1d3"}.fa-git-square:before{content:"\f1d2"}.fa-github:before{content:"\f09b"}.fa-github-alt:before{content:"\f113"}.fa-github-square:before{content:"\f092"}.fa-gitkraken:before{content:"\f3a6"}.fa-gitlab:before{content:"\f296"}.fa-gitter:before{content:"\f426"}.fa-glass-cheers:before{content:"\f79f"}.fa-glass-martini:before{content:"\f000"}.fa-glass-martini-alt:before{content:"\f57b"}.fa-glass-whiskey:before{content:"\f7a0"}.fa-glasses:before{content:"\f530"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-globe:before{content:"\f0ac"}.fa-globe-africa:before{content:"\f57c"}.fa-globe-americas:before{content:"\f57d"}.fa-globe-asia:before{content:"\f57e"}.fa-globe-europe:before{content:"\f7a2"}.fa-gofore:before{content:"\f3a7"}.fa-golf-ball:before{content:"\f450"}.fa-goodreads:before{content:"\f3a8"}.fa-goodreads-g:before{content:"\f3a9"}.fa-google:before{content:"\f1a0"}.fa-google-drive:before{content:"\f3aa"}.fa-google-play:before{content:"\f3ab"}.fa-google-plus:before{content:"\f2b3"}.fa-google-plus-g:before{content:"\f0d5"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-wallet:before{content:"\f1ee"}.fa-gopuram:before{content:"\f664"}.fa-graduation-cap:before{content:"\f19d"}.fa-gratipay:before{content:"\f184"}.fa-grav:before{content:"\f2d6"}.fa-greater-than:before{content:"\f531"}.fa-greater-than-equal:before{content:"\f532"}.fa-grimace:before{content:"\f57f"}.fa-grin:before{content:"\f580"}.fa-grin-alt:before{content:"\f581"}.fa-grin-beam:before{content:"\f582"}.fa-grin-beam-sweat:before{content:"\f583"}.fa-grin-hearts:before{content:"\f584"}.fa-grin-squint:before{content:"\f585"}.fa-grin-squint-tears:before{content:"\f586"}.fa-grin-stars:before{content:"\f587"}.fa-grin-tears:before{content:"\f588"}.fa-grin-tongue:before{content:"\f589"}.fa-grin-tongue-squint:before{content:"\f58a"}.fa-grin-tongue-wink:before{content:"\f58b"}.fa-grin-wink:before{content:"\f58c"}.fa-grip-horizontal:before{content:"\f58d"}.fa-grip-lines:before{content:"\f7a4"}.fa-grip-lines-vertical:before{content:"\f7a5"}.fa-grip-vertical:before{content:"\f58e"}.fa-gripfire:before{content:"\f3ac"}.fa-grunt:before{content:"\f3ad"}.fa-guitar:before{content:"\f7a6"}.fa-gulp:before{content:"\f3ae"}.fa-h-square:before{content:"\f0fd"}.fa-hacker-news:before{content:"\f1d4"}.fa-hacker-news-square:before{content:"\f3af"}.fa-hackerrank:before{content:"\f5f7"}.fa-hamburger:before{content:"\f805"}.fa-hammer:before{content:"\f6e3"}.fa-hamsa:before{content:"\f665"}.fa-hand-holding:before{content:"\f4bd"}.fa-hand-holding-heart:before{content:"\f4be"}.fa-hand-holding-usd:before{content:"\f4c0"}.fa-hand-lizard:before{content:"\f258"}.fa-hand-middle-finger:before{content:"\f806"}.fa-hand-paper:before{content:"\f256"}.fa-hand-peace:before{content:"\f25b"}.fa-hand-point-down:before{content:"\f0a7"}.fa-hand-point-left:before{content:"\f0a5"}.fa-hand-point-right:before{content:"\f0a4"}.fa-hand-point-up:before{content:"\f0a6"}.fa-hand-pointer:before{content:"\f25a"}.fa-hand-rock:before{content:"\f255"}.fa-hand-scissors:before{content:"\f257"}.fa-hand-spock:before{content:"\f259"}.fa-hands:before{content:"\f4c2"}.fa-hands-helping:before{content:"\f4c4"}.fa-handshake:before{content:"\f2b5"}.fa-hanukiah:before{content:"\f6e6"}.fa-hard-hat:before{content:"\f807"}.fa-hashtag:before{content:"\f292"}.fa-hat-wizard:before{content:"\f6e8"}.fa-haykal:before{content:"\f666"}.fa-hdd:before{content:"\f0a0"}.fa-heading:before{content:"\f1dc"}.fa-headphones:before{content:"\f025"}.fa-headphones-alt:before{content:"\f58f"}.fa-headset:before{content:"\f590"}.fa-heart:before{content:"\f004"}.fa-heart-broken:before{content:"\f7a9"}.fa-heartbeat:before{content:"\f21e"}.fa-helicopter:before{content:"\f533"}.fa-highlighter:before{content:"\f591"}.fa-hiking:before{content:"\f6ec"}.fa-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f3b0"}.fa-history:before{content:"\f1da"}.fa-hockey-puck:before{content:"\f453"}.fa-holly-berry:before{content:"\f7aa"}.fa-home:before{content:"\f015"}.fa-hooli:before{content:"\f427"}.fa-hornbill:before{content:"\f592"}.fa-horse:before{content:"\f6f0"}.fa-horse-head:before{content:"\f7ab"}.fa-hospital:before{content:"\f0f8"}.fa-hospital-alt:before{content:"\f47d"}.fa-hospital-symbol:before{content:"\f47e"}.fa-hot-tub:before{content:"\f593"}.fa-hotdog:before{content:"\f80f"}.fa-hotel:before{content:"\f594"}.fa-hotjar:before{content:"\f3b1"}.fa-hourglass:before{content:"\f254"}.fa-hourglass-end:before{content:"\f253"}.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-start:before{content:"\f251"}.fa-house-damage:before{content:"\f6f1"}.fa-houzz:before{content:"\f27c"}.fa-hryvnia:before{content:"\f6f2"}.fa-html5:before{content:"\f13b"}.fa-hubspot:before{content:"\f3b2"}.fa-i-cursor:before{content:"\f246"}.fa-ice-cream:before{content:"\f810"}.fa-icicles:before{content:"\f7ad"}.fa-id-badge:before{content:"\f2c1"}.fa-id-card:before{content:"\f2c2"}.fa-id-card-alt:before{content:"\f47f"}.fa-igloo:before{content:"\f7ae"}.fa-image:before{content:"\f03e"}.fa-images:before{content:"\f302"}.fa-imdb:before{content:"\f2d8"}.fa-inbox:before{content:"\f01c"}.fa-indent:before{content:"\f03c"}.fa-industry:before{content:"\f275"}.fa-infinity:before{content:"\f534"}.fa-info:before{content:"\f129"}.fa-info-circle:before{content:"\f05a"}.fa-instagram:before{content:"\f16d"}.fa-intercom:before{content:"\f7af"}.fa-internet-explorer:before{content:"\f26b"}.fa-invision:before{content:"\f7b0"}.fa-ioxhost:before{content:"\f208"}.fa-italic:before{content:"\f033"}.fa-itch-io:before{content:"\f83a"}.fa-itunes:before{content:"\f3b4"}.fa-itunes-note:before{content:"\f3b5"}.fa-java:before{content:"\f4e4"}.fa-jedi:before{content:"\f669"}.fa-jedi-order:before{content:"\f50e"}.fa-jenkins:before{content:"\f3b6"}.fa-jira:before{content:"\f7b1"}.fa-joget:before{content:"\f3b7"}.fa-joint:before{content:"\f595"}.fa-joomla:before{content:"\f1aa"}.fa-journal-whills:before{content:"\f66a"}.fa-js:before{content:"\f3b8"}.fa-js-square:before{content:"\f3b9"}.fa-jsfiddle:before{content:"\f1cc"}.fa-kaaba:before{content:"\f66b"}.fa-kaggle:before{content:"\f5fa"}.fa-key:before{content:"\f084"}.fa-keybase:before{content:"\f4f5"}.fa-keyboard:before{content:"\f11c"}.fa-keycdn:before{content:"\f3ba"}.fa-khanda:before{content:"\f66d"}.fa-kickstarter:before{content:"\f3bb"}.fa-kickstarter-k:before{content:"\f3bc"}.fa-kiss:before{content:"\f596"}.fa-kiss-beam:before{content:"\f597"}.fa-kiss-wink-heart:before{content:"\f598"}.fa-kiwi-bird:before{content:"\f535"}.fa-korvue:before{content:"\f42f"}.fa-landmark:before{content:"\f66f"}.fa-language:before{content:"\f1ab"}.fa-laptop:before{content:"\f109"}.fa-laptop-code:before{content:"\f5fc"}.fa-laptop-medical:before{content:"\f812"}.fa-laravel:before{content:"\f3bd"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-laugh:before{content:"\f599"}.fa-laugh-beam:before{content:"\f59a"}.fa-laugh-squint:before{content:"\f59b"}.fa-laugh-wink:before{content:"\f59c"}.fa-layer-group:before{content:"\f5fd"}.fa-leaf:before{content:"\f06c"}.fa-leanpub:before{content:"\f212"}.fa-lemon:before{content:"\f094"}.fa-less:before{content:"\f41d"}.fa-less-than:before{content:"\f536"}.fa-less-than-equal:before{content:"\f537"}.fa-level-down-alt:before{content:"\f3be"}.fa-level-up-alt:before{content:"\f3bf"}.fa-life-ring:before{content:"\f1cd"}.fa-lightbulb:before{content:"\f0eb"}.fa-line:before{content:"\f3c0"}.fa-link:before{content:"\f0c1"}.fa-linkedin:before{content:"\f08c"}.fa-linkedin-in:before{content:"\f0e1"}.fa-linode:before{content:"\f2b8"}.fa-linux:before{content:"\f17c"}.fa-lira-sign:before{content:"\f195"}.fa-list:before{content:"\f03a"}.fa-list-alt:before{content:"\f022"}.fa-list-ol:before{content:"\f0cb"}.fa-list-ul:before{content:"\f0ca"}.fa-location-arrow:before{content:"\f124"}.fa-lock:before{content:"\f023"}.fa-lock-open:before{content:"\f3c1"}.fa-long-arrow-alt-down:before{content:"\f309"}.fa-long-arrow-alt-left:before{content:"\f30a"}.fa-long-arrow-alt-right:before{content:"\f30b"}.fa-long-arrow-alt-up:before{content:"\f30c"}.fa-low-vision:before{content:"\f2a8"}.fa-luggage-cart:before{content:"\f59d"}.fa-lyft:before{content:"\f3c3"}.fa-magento:before{content:"\f3c4"}.fa-magic:before{content:"\f0d0"}.fa-magnet:before{content:"\f076"}.fa-mail-bulk:before{content:"\f674"}.fa-mailchimp:before{content:"\f59e"}.fa-male:before{content:"\f183"}.fa-mandalorian:before{content:"\f50f"}.fa-map:before{content:"\f279"}.fa-map-marked:before{content:"\f59f"}.fa-map-marked-alt:before{content:"\f5a0"}.fa-map-marker:before{content:"\f041"}.fa-map-marker-alt:before{content:"\f3c5"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-markdown:before{content:"\f60f"}.fa-marker:before{content:"\f5a1"}.fa-mars:before{content:"\f222"}.fa-mars-double:before{content:"\f227"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mask:before{content:"\f6fa"}.fa-mastodon:before{content:"\f4f6"}.fa-maxcdn:before{content:"\f136"}.fa-medal:before{content:"\f5a2"}.fa-medapps:before{content:"\f3c6"}.fa-medium:before{content:"\f23a"}.fa-medium-m:before{content:"\f3c7"}.fa-medkit:before{content:"\f0fa"}.fa-medrt:before{content:"\f3c8"}.fa-meetup:before{content:"\f2e0"}.fa-megaport:before{content:"\f5a3"}.fa-meh:before{content:"\f11a"}.fa-meh-blank:before{content:"\f5a4"}.fa-meh-rolling-eyes:before{content:"\f5a5"}.fa-memory:before{content:"\f538"}.fa-mendeley:before{content:"\f7b3"}.fa-menorah:before{content:"\f676"}.fa-mercury:before{content:"\f223"}.fa-meteor:before{content:"\f753"}.fa-microchip:before{content:"\f2db"}.fa-microphone:before{content:"\f130"}.fa-microphone-alt:before{content:"\f3c9"}.fa-microphone-alt-slash:before{content:"\f539"}.fa-microphone-slash:before{content:"\f131"}.fa-microscope:before{content:"\f610"}.fa-microsoft:before{content:"\f3ca"}.fa-minus:before{content:"\f068"}.fa-minus-circle:before{content:"\f056"}.fa-minus-square:before{content:"\f146"}.fa-mitten:before{content:"\f7b5"}.fa-mix:before{content:"\f3cb"}.fa-mixcloud:before{content:"\f289"}.fa-mizuni:before{content:"\f3cc"}.fa-mobile:before{content:"\f10b"}.fa-mobile-alt:before{content:"\f3cd"}.fa-modx:before{content:"\f285"}.fa-monero:before{content:"\f3d0"}.fa-money-bill:before{content:"\f0d6"}.fa-money-bill-alt:before{content:"\f3d1"}.fa-money-bill-wave:before{content:"\f53a"}.fa-money-bill-wave-alt:before{content:"\f53b"}.fa-money-check:before{content:"\f53c"}.fa-money-check-alt:before{content:"\f53d"}.fa-monument:before{content:"\f5a6"}.fa-moon:before{content:"\f186"}.fa-mortar-pestle:before{content:"\f5a7"}.fa-mosque:before{content:"\f678"}.fa-motorcycle:before{content:"\f21c"}.fa-mountain:before{content:"\f6fc"}.fa-mouse-pointer:before{content:"\f245"}.fa-mug-hot:before{content:"\f7b6"}.fa-music:before{content:"\f001"}.fa-napster:before{content:"\f3d2"}.fa-neos:before{content:"\f612"}.fa-network-wired:before{content:"\f6ff"}.fa-neuter:before{content:"\f22c"}.fa-newspaper:before{content:"\f1ea"}.fa-nimblr:before{content:"\f5a8"}.fa-nintendo-switch:before{content:"\f418"}.fa-node:before{content:"\f419"}.fa-node-js:before{content:"\f3d3"}.fa-not-equal:before{content:"\f53e"}.fa-notes-medical:before{content:"\f481"}.fa-npm:before{content:"\f3d4"}.fa-ns8:before{content:"\f3d5"}.fa-nutritionix:before{content:"\f3d6"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-oil-can:before{content:"\f613"}.fa-old-republic:before{content:"\f510"}.fa-om:before{content:"\f679"}.fa-opencart:before{content:"\f23d"}.fa-openid:before{content:"\f19b"}.fa-opera:before{content:"\f26a"}.fa-optin-monster:before{content:"\f23c"}.fa-osi:before{content:"\f41a"}.fa-otter:before{content:"\f700"}.fa-outdent:before{content:"\f03b"}.fa-page4:before{content:"\f3d7"}.fa-pagelines:before{content:"\f18c"}.fa-pager:before{content:"\f815"}.fa-paint-brush:before{content:"\f1fc"}.fa-paint-roller:before{content:"\f5aa"}.fa-palette:before{content:"\f53f"}.fa-palfed:before{content:"\f3d8"}.fa-pallet:before{content:"\f482"}.fa-paper-plane:before{content:"\f1d8"}.fa-paperclip:before{content:"\f0c6"}.fa-parachute-box:before{content:"\f4cd"}.fa-paragraph:before{content:"\f1dd"}.fa-parking:before{content:"\f540"}.fa-passport:before{content:"\f5ab"}.fa-pastafarianism:before{content:"\f67b"}.fa-paste:before{content:"\f0ea"}.fa-patreon:before{content:"\f3d9"}.fa-pause:before{content:"\f04c"}.fa-pause-circle:before{content:"\f28b"}.fa-paw:before{content:"\f1b0"}.fa-paypal:before{content:"\f1ed"}.fa-peace:before{content:"\f67c"}.fa-pen:before{content:"\f304"}.fa-pen-alt:before{content:"\f305"}.fa-pen-fancy:before{content:"\f5ac"}.fa-pen-nib:before{content:"\f5ad"}.fa-pen-square:before{content:"\f14b"}.fa-pencil-alt:before{content:"\f303"}.fa-pencil-ruler:before{content:"\f5ae"}.fa-penny-arcade:before{content:"\f704"}.fa-people-carry:before{content:"\f4ce"}.fa-pepper-hot:before{content:"\f816"}.fa-percent:before{content:"\f295"}.fa-percentage:before{content:"\f541"}.fa-periscope:before{content:"\f3da"}.fa-person-booth:before{content:"\f756"}.fa-phabricator:before{content:"\f3db"}.fa-phoenix-framework:before{content:"\f3dc"}.fa-phoenix-squadron:before{content:"\f511"}.fa-phone:before{content:"\f095"}.fa-phone-slash:before{content:"\f3dd"}.fa-phone-square:before{content:"\f098"}.fa-phone-volume:before{content:"\f2a0"}.fa-php:before{content:"\f457"}.fa-pied-piper:before{content:"\f2ae"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-pied-piper-hat:before{content:"\f4e5"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-piggy-bank:before{content:"\f4d3"}.fa-pills:before{content:"\f484"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-p:before{content:"\f231"}.fa-pinterest-square:before{content:"\f0d3"}.fa-pizza-slice:before{content:"\f818"}.fa-place-of-worship:before{content:"\f67f"}.fa-plane:before{content:"\f072"}.fa-plane-arrival:before{content:"\f5af"}.fa-plane-departure:before{content:"\f5b0"}.fa-play:before{content:"\f04b"}.fa-play-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1e6"}.fa-plus:before{content:"\f067"}.fa-plus-circle:before{content:"\f055"}.fa-plus-square:before{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:before{content:"\f682"}.fa-poo:before{content:"\f2fe"}.fa-poo-storm:before{content:"\f75a"}.fa-poop:before{content:"\f619"}.fa-portrait:before{content:"\f3e0"}.fa-pound-sign:before{content:"\f154"}.fa-power-off:before{content:"\f011"}.fa-pray:before{content:"\f683"}.fa-praying-hands:before{content:"\f684"}.fa-prescription:before{content:"\f5b1"}.fa-prescription-bottle:before{content:"\f485"}.fa-prescription-bottle-alt:before{content:"\f486"}.fa-print:before{content:"\f02f"}.fa-procedures:before{content:"\f487"}.fa-product-hunt:before{content:"\f288"}.fa-project-diagram:before{content:"\f542"}.fa-pushed:before{content:"\f3e1"}.fa-puzzle-piece:before{content:"\f12e"}.fa-python:before{content:"\f3e2"}.fa-qq:before{content:"\f1d6"}.fa-qrcode:before{content:"\f029"}.fa-question:before{content:"\f128"}.fa-question-circle:before{content:"\f059"}.fa-quidditch:before{content:"\f458"}.fa-quinscape:before{content:"\f459"}.fa-quora:before{content:"\f2c4"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-quran:before{content:"\f687"}.fa-r-project:before{content:"\f4f7"}.fa-radiation:before{content:"\f7b9"}.fa-radiation-alt:before{content:"\f7ba"}.fa-rainbow:before{content:"\f75b"}.fa-random:before{content:"\f074"}.fa-raspberry-pi:before{content:"\f7bb"}.fa-ravelry:before{content:"\f2d9"}.fa-react:before{content:"\f41b"}.fa-reacteurope:before{content:"\f75d"}.fa-readme:before{content:"\f4d5"}.fa-rebel:before{content:"\f1d0"}.fa-receipt:before{content:"\f543"}.fa-recycle:before{content:"\f1b8"}.fa-red-river:before{content:"\f3e3"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-alien:before{content:"\f281"}.fa-reddit-square:before{content:"\f1a2"}.fa-redhat:before{content:"\f7bc"}.fa-redo:before{content:"\f01e"}.fa-redo-alt:before{content:"\f2f9"}.fa-registered:before{content:"\f25d"}.fa-renren:before{content:"\f18b"}.fa-reply:before{content:"\f3e5"}.fa-reply-all:before{content:"\f122"}.fa-replyd:before{content:"\f3e6"}.fa-republican:before{content:"\f75e"}.fa-researchgate:before{content:"\f4f8"}.fa-resolving:before{content:"\f3e7"}.fa-restroom:before{content:"\f7bd"}.fa-retweet:before{content:"\f079"}.fa-rev:before{content:"\f5b2"}.fa-ribbon:before{content:"\f4d6"}.fa-ring:before{content:"\f70b"}.fa-road:before{content:"\f018"}.fa-robot:before{content:"\f544"}.fa-rocket:before{content:"\f135"}.fa-rocketchat:before{content:"\f3e8"}.fa-rockrms:before{content:"\f3e9"}.fa-route:before{content:"\f4d7"}.fa-rss:before{content:"\f09e"}.fa-rss-square:before{content:"\f143"}.fa-ruble-sign:before{content:"\f158"}.fa-ruler:before{content:"\f545"}.fa-ruler-combined:before{content:"\f546"}.fa-ruler-horizontal:before{content:"\f547"}.fa-ruler-vertical:before{content:"\f548"}.fa-running:before{content:"\f70c"}.fa-rupee-sign:before{content:"\f156"}.fa-sad-cry:before{content:"\f5b3"}.fa-sad-tear:before{content:"\f5b4"}.fa-safari:before{content:"\f267"}.fa-salesforce:before{content:"\f83b"}.fa-sass:before{content:"\f41e"}.fa-satellite:before{content:"\f7bf"}.fa-satellite-dish:before{content:"\f7c0"}.fa-save:before{content:"\f0c7"}.fa-schlix:before{content:"\f3ea"}.fa-school:before{content:"\f549"}.fa-screwdriver:before{content:"\f54a"}.fa-scribd:before{content:"\f28a"}.fa-scroll:before{content:"\f70e"}.fa-sd-card:before{content:"\f7c2"}.fa-search:before{content:"\f002"}.fa-search-dollar:before{content:"\f688"}.fa-search-location:before{content:"\f689"}.fa-search-minus:before{content:"\f010"}.fa-search-plus:before{content:"\f00e"}.fa-searchengin:before{content:"\f3eb"}.fa-seedling:before{content:"\f4d8"}.fa-sellcast:before{content:"\f2da"}.fa-sellsy:before{content:"\f213"}.fa-server:before{content:"\f233"}.fa-servicestack:before{content:"\f3ec"}.fa-shapes:before{content:"\f61f"}.fa-share:before{content:"\f064"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-share-square:before{content:"\f14d"}.fa-shekel-sign:before{content:"\f20b"}.fa-shield-alt:before{content:"\f3ed"}.fa-ship:before{content:"\f21a"}.fa-shipping-fast:before{content:"\f48b"}.fa-shirtsinbulk:before{content:"\f214"}.fa-shoe-prints:before{content:"\f54b"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-shopping-cart:before{content:"\f07a"}.fa-shopware:before{content:"\f5b5"}.fa-shower:before{content:"\f2cc"}.fa-shuttle-van:before{content:"\f5b6"}.fa-sign:before{content:"\f4d9"}.fa-sign-in-alt:before{content:"\f2f6"}.fa-sign-language:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f012"}.fa-signature:before{content:"\f5b7"}.fa-sim-card:before{content:"\f7c4"}.fa-simplybuilt:before{content:"\f215"}.fa-sistrix:before{content:"\f3ee"}.fa-sitemap:before{content:"\f0e8"}.fa-sith:before{content:"\f512"}.fa-skating:before{content:"\f7c5"}.fa-sketch:before{content:"\f7c6"}.fa-skiing:before{content:"\f7c9"}.fa-skiing-nordic:before{content:"\f7ca"}.fa-skull:before{content:"\f54c"}.fa-skull-crossbones:before{content:"\f714"}.fa-skyatlas:before{content:"\f216"}.fa-skype:before{content:"\f17e"}.fa-slack:before{content:"\f198"}.fa-slack-hash:before{content:"\f3ef"}.fa-slash:before{content:"\f715"}.fa-sleigh:before{content:"\f7cc"}.fa-sliders-h:before{content:"\f1de"}.fa-slideshare:before{content:"\f1e7"}.fa-smile:before{content:"\f118"}.fa-smile-beam:before{content:"\f5b8"}.fa-smile-wink:before{content:"\f4da"}.fa-smog:before{content:"\f75f"}.fa-smoking:before{content:"\f48d"}.fa-smoking-ban:before{content:"\f54d"}.fa-sms:before{content:"\f7cd"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-snowboarding:before{content:"\f7ce"}.fa-snowflake:before{content:"\f2dc"}.fa-snowman:before{content:"\f7d0"}.fa-snowplow:before{content:"\f7d2"}.fa-socks:before{content:"\f696"}.fa-solar-panel:before{content:"\f5ba"}.fa-sort:before{content:"\f0dc"}.fa-sort-alpha-down:before{content:"\f15d"}.fa-sort-alpha-up:before{content:"\f15e"}.fa-sort-amount-down:before{content:"\f160"}.fa-sort-amount-up:before{content:"\f161"}.fa-sort-down:before{content:"\f0dd"}.fa-sort-numeric-down:before{content:"\f162"}.fa-sort-numeric-up:before{content:"\f163"}.fa-sort-up:before{content:"\f0de"}.fa-soundcloud:before{content:"\f1be"}.fa-sourcetree:before{content:"\f7d3"}.fa-spa:before{content:"\f5bb"}.fa-space-shuttle:before{content:"\f197"}.fa-speakap:before{content:"\f3f3"}.fa-speaker-deck:before{content:"\f83c"}.fa-spider:before{content:"\f717"}.fa-spinner:before{content:"\f110"}.fa-splotch:before{content:"\f5bc"}.fa-spotify:before{content:"\f1bc"}.fa-spray-can:before{content:"\f5bd"}.fa-square:before{content:"\f0c8"}.fa-square-full:before{content:"\f45c"}.fa-square-root-alt:before{content:"\f698"}.fa-squarespace:before{content:"\f5be"}.fa-stack-exchange:before{content:"\f18d"}.fa-stack-overflow:before{content:"\f16c"}.fa-stamp:before{content:"\f5bf"}.fa-star:before{content:"\f005"}.fa-star-and-crescent:before{content:"\f699"}.fa-star-half:before{content:"\f089"}.fa-star-half-alt:before{content:"\f5c0"}.fa-star-of-david:before{content:"\f69a"}.fa-star-of-life:before{content:"\f621"}.fa-staylinked:before{content:"\f3f5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-steam-symbol:before{content:"\f3f6"}.fa-step-backward:before{content:"\f048"}.fa-step-forward:before{content:"\f051"}.fa-stethoscope:before{content:"\f0f1"}.fa-sticker-mule:before{content:"\f3f7"}.fa-sticky-note:before{content:"\f249"}.fa-stop:before{content:"\f04d"}.fa-stop-circle:before{content:"\f28d"}.fa-stopwatch:before{content:"\f2f2"}.fa-store:before{content:"\f54e"}.fa-store-alt:before{content:"\f54f"}.fa-strava:before{content:"\f428"}.fa-stream:before{content:"\f550"}.fa-street-view:before{content:"\f21d"}.fa-strikethrough:before{content:"\f0cc"}.fa-stripe:before{content:"\f429"}.fa-stripe-s:before{content:"\f42a"}.fa-stroopwafel:before{content:"\f551"}.fa-studiovinari:before{content:"\f3f8"}.fa-stumbleupon:before{content:"\f1a4"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-subscript:before{content:"\f12c"}.fa-subway:before{content:"\f239"}.fa-suitcase:before{content:"\f0f2"}.fa-suitcase-rolling:before{content:"\f5c1"}.fa-sun:before{content:"\f185"}.fa-superpowers:before{content:"\f2dd"}.fa-superscript:before{content:"\f12b"}.fa-supple:before{content:"\f3f9"}.fa-surprise:before{content:"\f5c2"}.fa-suse:before{content:"\f7d6"}.fa-swatchbook:before{content:"\f5c3"}.fa-swimmer:before{content:"\f5c4"}.fa-swimming-pool:before{content:"\f5c5"}.fa-symfony:before{content:"\f83d"}.fa-synagogue:before{content:"\f69b"}.fa-sync:before{content:"\f021"}.fa-sync-alt:before{content:"\f2f1"}.fa-syringe:before{content:"\f48e"}.fa-table:before{content:"\f0ce"}.fa-table-tennis:before{content:"\f45d"}.fa-tablet:before{content:"\f10a"}.fa-tablet-alt:before{content:"\f3fa"}.fa-tablets:before{content:"\f490"}.fa-tachometer-alt:before{content:"\f3fd"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-tape:before{content:"\f4db"}.fa-tasks:before{content:"\f0ae"}.fa-taxi:before{content:"\f1ba"}.fa-teamspeak:before{content:"\f4f9"}.fa-teeth:before{content:"\f62e"}.fa-teeth-open:before{content:"\f62f"}.fa-telegram:before{content:"\f2c6"}.fa-telegram-plane:before{content:"\f3fe"}.fa-temperature-high:before{content:"\f769"}.fa-temperature-low:before{content:"\f76b"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-tenge:before{content:"\f7d7"}.fa-terminal:before{content:"\f120"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-th:before{content:"\f00a"}.fa-th-large:before{content:"\f009"}.fa-th-list:before{content:"\f00b"}.fa-the-red-yeti:before{content:"\f69d"}.fa-theater-masks:before{content:"\f630"}.fa-themeco:before{content:"\f5c6"}.fa-themeisle:before{content:"\f2b2"}.fa-thermometer:before{content:"\f491"}.fa-thermometer-empty:before{content:"\f2cb"}.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-think-peaks:before{content:"\f731"}.fa-thumbs-down:before{content:"\f165"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbtack:before{content:"\f08d"}.fa-ticket-alt:before{content:"\f3ff"}.fa-times:before{content:"\f00d"}.fa-times-circle:before{content:"\f057"}.fa-tint:before{content:"\f043"}.fa-tint-slash:before{content:"\f5c7"}.fa-tired:before{content:"\f5c8"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-toilet:before{content:"\f7d8"}.fa-toilet-paper:before{content:"\f71e"}.fa-toolbox:before{content:"\f552"}.fa-tools:before{content:"\f7d9"}.fa-tooth:before{content:"\f5c9"}.fa-torah:before{content:"\f6a0"}.fa-torii-gate:before{content:"\f6a1"}.fa-tractor:before{content:"\f722"}.fa-trade-federation:before{content:"\f513"}.fa-trademark:before{content:"\f25c"}.fa-traffic-light:before{content:"\f637"}.fa-train:before{content:"\f238"}.fa-tram:before{content:"\f7da"}.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-trash:before{content:"\f1f8"}.fa-trash-alt:before{content:"\f2ed"}.fa-trash-restore:before{content:"\f829"}.fa-trash-restore-alt:before{content:"\f82a"}.fa-tree:before{content:"\f1bb"}.fa-trello:before{content:"\f181"}.fa-tripadvisor:before{content:"\f262"}.fa-trophy:before{content:"\f091"}.fa-truck:before{content:"\f0d1"}.fa-truck-loading:before{content:"\f4de"}.fa-truck-monster:before{content:"\f63b"}.fa-truck-moving:before{content:"\f4df"}.fa-truck-pickup:before{content:"\f63c"}.fa-tshirt:before{content:"\f553"}.fa-tty:before{content:"\f1e4"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-tv:before{content:"\f26c"}.fa-twitch:before{content:"\f1e8"}.fa-twitter:before{content:"\f099"}.fa-twitter-square:before{content:"\f081"}.fa-typo3:before{content:"\f42b"}.fa-uber:before{content:"\f402"}.fa-ubuntu:before{content:"\f7df"}.fa-uikit:before{content:"\f403"}.fa-umbrella:before{content:"\f0e9"}.fa-umbrella-beach:before{content:"\f5ca"}.fa-underline:before{content:"\f0cd"}.fa-undo:before{content:"\f0e2"}.fa-undo-alt:before{content:"\f2ea"}.fa-uniregistry:before{content:"\f404"}.fa-universal-access:before{content:"\f29a"}.fa-university:before{content:"\f19c"}.fa-unlink:before{content:"\f127"}.fa-unlock:before{content:"\f09c"}.fa-unlock-alt:before{content:"\f13e"}.fa-untappd:before{content:"\f405"}.fa-upload:before{content:"\f093"}.fa-ups:before{content:"\f7e0"}.fa-usb:before{content:"\f287"}.fa-user:before{content:"\f007"}.fa-user-alt:before{content:"\f406"}.fa-user-alt-slash:before{content:"\f4fa"}.fa-user-astronaut:before{content:"\f4fb"}.fa-user-check:before{content:"\f4fc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-clock:before{content:"\f4fd"}.fa-user-cog:before{content:"\f4fe"}.fa-user-edit:before{content:"\f4ff"}.fa-user-friends:before{content:"\f500"}.fa-user-graduate:before{content:"\f501"}.fa-user-injured:before{content:"\f728"}.fa-user-lock:before{content:"\f502"}.fa-user-md:before{content:"\f0f0"}.fa-user-minus:before{content:"\f503"}.fa-user-ninja:before{content:"\f504"}.fa-user-nurse:before{content:"\f82f"}.fa-user-plus:before{content:"\f234"}.fa-user-secret:before{content:"\f21b"}.fa-user-shield:before{content:"\f505"}.fa-user-slash:before{content:"\f506"}.fa-user-tag:before{content:"\f507"}.fa-user-tie:before{content:"\f508"}.fa-user-times:before{content:"\f235"}.fa-users:before{content:"\f0c0"}.fa-users-cog:before{content:"\f509"}.fa-usps:before{content:"\f7e1"}.fa-ussunnah:before{content:"\f407"}.fa-utensil-spoon:before{content:"\f2e5"}.fa-utensils:before{content:"\f2e7"}.fa-vaadin:before{content:"\f408"}.fa-vector-square:before{content:"\f5cb"}.fa-venus:before{content:"\f221"}.fa-venus-double:before{content:"\f226"}.fa-venus-mars:before{content:"\f228"}.fa-viacoin:before{content:"\f237"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-vial:before{content:"\f492"}.fa-vials:before{content:"\f493"}.fa-viber:before{content:"\f409"}.fa-video:before{content:"\f03d"}.fa-video-slash:before{content:"\f4e2"}.fa-vihara:before{content:"\f6a7"}.fa-vimeo:before{content:"\f40a"}.fa-vimeo-square:before{content:"\f194"}.fa-vimeo-v:before{content:"\f27d"}.fa-vine:before{content:"\f1ca"}.fa-vk:before{content:"\f189"}.fa-vnv:before{content:"\f40b"}.fa-volleyball-ball:before{content:"\f45f"}.fa-volume-down:before{content:"\f027"}.fa-volume-mute:before{content:"\f6a9"}.fa-volume-off:before{content:"\f026"}.fa-volume-up:before{content:"\f028"}.fa-vote-yea:before{content:"\f772"}.fa-vr-cardboard:before{content:"\f729"}.fa-vuejs:before{content:"\f41f"}.fa-walking:before{content:"\f554"}.fa-wallet:before{content:"\f555"}.fa-warehouse:before{content:"\f494"}.fa-water:before{content:"\f773"}.fa-wave-square:before{content:"\f83e"}.fa-waze:before{content:"\f83f"}.fa-weebly:before{content:"\f5cc"}.fa-weibo:before{content:"\f18a"}.fa-weight:before{content:"\f496"}.fa-weight-hanging:before{content:"\f5cd"}.fa-weixin:before{content:"\f1d7"}.fa-whatsapp:before{content:"\f232"}.fa-whatsapp-square:before{content:"\f40c"}.fa-wheelchair:before{content:"\f193"}.fa-whmcs:before{content:"\f40d"}.fa-wifi:before{content:"\f1eb"}.fa-wikipedia-w:before{content:"\f266"}.fa-wind:before{content:"\f72e"}.fa-window-close:before{content:"\f410"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-windows:before{content:"\f17a"}.fa-wine-bottle:before{content:"\f72f"}.fa-wine-glass:before{content:"\f4e3"}.fa-wine-glass-alt:before{content:"\f5ce"}.fa-wix:before{content:"\f5cf"}.fa-wizards-of-the-coast:before{content:"\f730"}.fa-wolf-pack-battalion:before{content:"\f514"}.fa-won-sign:before{content:"\f159"}.fa-wordpress:before{content:"\f19a"}.fa-wordpress-simple:before{content:"\f411"}.fa-wpbeginner:before{content:"\f297"}.fa-wpexplorer:before{content:"\f2de"}.fa-wpforms:before{content:"\f298"}.fa-wpressr:before{content:"\f3e4"}.fa-wrench:before{content:"\f0ad"}.fa-x-ray:before{content:"\f497"}.fa-xbox:before{content:"\f412"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-y-combinator:before{content:"\f23b"}.fa-yahoo:before{content:"\f19e"}.fa-yammer:before{content:"\f840"}.fa-yandex:before{content:"\f413"}.fa-yandex-international:before{content:"\f414"}.fa-yarn:before{content:"\f7e3"}.fa-yelp:before{content:"\f1e9"}.fa-yen-sign:before{content:"\f157"}.fa-yin-yang:before{content:"\f6ad"}.fa-yoast:before{content:"\f2b1"}.fa-youtube:before{content:"\f167"}.fa-youtube-square:before{content:"\f431"}.fa-zhihu:before{content:"\f63f"}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto}@font-face{font-family:"Font Awesome 5 Brands";font-style:normal;font-weight:normal;font-display:auto;src:url(vendor/fontawesome-free/webfonts/fa-brands-400.eot);src:url(vendor/fontawesome-free/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(vendor/fontawesome-free/webfonts/fa-brands-400.woff2) format("woff2"),url(vendor/fontawesome-free/webfonts/fa-brands-400.woff) format("woff"),url(vendor/fontawesome-free/webfonts/fa-brands-400.ttf) format("truetype"),url(vendor/fontawesome-free/webfonts/fa-brands-400.svg#fontawesome) format("svg")}.fab{font-family:"Font Awesome 5 Brands"}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:400;font-display:auto;src:url(vendor/fontawesome-free/webfonts/fa-regular-400.eot);src:url(vendor/fontawesome-free/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(vendor/fontawesome-free/webfonts/fa-regular-400.woff2) format("woff2"),url(vendor/fontawesome-free/webfonts/fa-regular-400.woff) format("woff"),url(vendor/fontawesome-free/webfonts/fa-regular-400.ttf) format("truetype"),url(vendor/fontawesome-free/webfonts/fa-regular-400.svg#fontawesome) format("svg")}.far{font-weight:400}@font-face{font-family:"Font Awesome 5 Free";font-style:normal;font-weight:900;font-display:auto;src:url(vendor/fontawesome-free/webfonts/fa-solid-900.eot);src:url(vendor/fontawesome-free/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(vendor/fontawesome-free/webfonts/fa-solid-900.woff2) format("woff2"),url(vendor/fontawesome-free/webfonts/fa-solid-900.woff) format("woff"),url(vendor/fontawesome-free/webfonts/fa-solid-900.ttf) format("truetype"),url(vendor/fontawesome-free/webfonts/fa-solid-900.svg#fontawesome) format("svg")}.fa,.far,.fas{font-family:"Font Awesome 5 Free"}.fa,.fas{font-weight:900}