body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

::-moz-selection {
  background-color: #d66a79;
  color: #fff
}

::selection {
  background-color: #d66a79;
  color: #fff
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  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%
}

:focus {
  outline: 0
}

.btn-primary.focus,
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:focus,
.btn.focus,
.btn:active,
.btn:active:focus,
.btn:focus,
button.focus,
button:active,
button:active:focus,
button:focus {
  box-shadow: none !important;
  outline: 0 !important
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(359deg)
  }
}

@keyframes spin {
  0% {
    transform: rotate(0)
  }

  100% {
    transform: rotate(359deg)
  }
}

@-webkit-keyframes bouncedelay {

  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
    transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes bouncedelay {

  0%,
  100%,
  80% {
    -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, .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 (max-width:575px) {
  html {
    font-size: 8px
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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: inherit;
  text-decoration: none
}

a:focus,
a:hover {
  color: #293871;
  text-decoration: none
}

.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 "Open Sans", sans-serif;
  margin-bottom: 3rem;
  padding: 0 0 1rem;
  text-transform: uppercase
}

.light-title {
  margin-bottom: 2rem;
  font-weight: 300
}

.text-primary {
  color: #293871 !important
}

@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 4.5rem
  }
}

@media (min-width:992px) {

  .h1,
  h1 {
    font-size: 5rem
  }
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto
}

.container {
  padding: 0 10px
}

.page-wrapper {
  position: relative;
  transition: transform .35s
}

.mmenu-active .page-wrapper {
  transform: translateX(250px)
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [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, .6);
  z-index: 1041
}

@media (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 (max-width:991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%
  }
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  max-width: none
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-top a:hover {
  text-decoration: underline;
  color: #d66a79
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.header-user {
  display: flex;
  align-items: center;
  margin-right: 2rem;
  cursor: pointer
}

.header-user i {
  font-size: 27px;
  color: #000;
  border-radius: 50%;
  border: 1px solid #e0e0e0;
  padding: .5rem;
  margin-right: 1rem
}

.header-user:hover i {
  color: #293871
}

.header-userinfo {
  letter-spacing: .01em
}

.header-userinfo span {
  font-size: 1.2rem;
  color: #777;
  font-weight: 500
}

.header-userinfo h4 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #293871
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.header-dropdown {
  position: relative;
  text-transform: uppercase;
  font-family: Poppins, "Open Sans", sans-serif;
  margin-left: 4rem
}

.header-dropdown>a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 1.2rem;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  cursor: default
}

.header-dropdown>a:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.2rem;
  line-height: 1;
  content: '\e81c'
}

.header-dropdown>a:hover {
  color: #fff
}

.header-dropdown a img {
  display: inline-block;
  max-width: 16px;
  height: auto;
  margin-right: .6rem
}

.header-dropdown a:focus,
.header-dropdown a:hover {
  text-decoration: none
}

.header-menu {
  position: absolute;
  top: 140%;
  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, .1);
  opacity: 0;
  visibility: hidden;
  z-index: 20
}

.header-menu:before {
  display: block;
  position: absolute;
  top: -20px;
  right: 5px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
  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
}

.header-menu a {
  color: #222529;
  font-weight: 400;
  font-size: 1.2rem;
  letter-spacing: 0
}

.header-menu a:focus,
.header-menu a:hover {
  background-color: #ccc;
  color: #fff
}

.header .btn-remove:before {
  display: none
}

.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, .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
}

.cart-dropdown .dropdown-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.cart-dropdown .dropdown-toggle:focus,
.cart-dropdown .dropdown-toggle:hover,
.compare-dropdown .dropdown-toggle:focus,
.compare-dropdown .dropdown-toggle:hover {
  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
}
.ult {
  list-style: disclosure-closed !important;
  font-size: 19px;
  margin-left: 27px !important;
}
.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
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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, .2)
}

.cart-dropdown .btn-remove:focus,
.cart-dropdown .btn-remove:hover {
  color: #293871;
  box-shadow: 0 3px 7px rgba(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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

.dropdown-cart-action .btn:focus,
.dropdown-cart-action .btn:hover {
  color: #fff;
  border-color: #dc7e8b;
  background-color: #dc7e8b
}

.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;
  left: -600%;
  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: -280px;
  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 152px;
  margin: 0
}

.header-search .select-custom:after {
  right: 1.8rem;
  color: #8d8d8d;
  font-size: 1.4rem
}

.header-search .form-control,
.header-search select {
  height: 50px;
  font: 400 1.3rem/1.5 Poppins, "Open Sans", sans-serif;
  background-color: #fff;
  margin: 0
}

.header-search .form-control {
  font-size: 1.4rem;
  flex: 1 1 auto;
  width: 200px;
  height: 50px;
  min-width: 17rem;
  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: 36px;
  color: #8d8d8d;
  padding: 1px 20px 1px 15px;
  padding-left: 25px;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none
}

.header-search select:focus {
  outline: 0
}

.header-search .btn {
  flex: 0 0 65px;
  height: 50px;
  min-width: 0;
  color: #fff;
  font-weight: 400;
  font-size: 2rem;
  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:focus,
.header-search .btn:hover {
  color: #293871
}

.header-search .search-toggle {
  display: inline-block;
  line-height: 1;
  min-width: 2.5rem;
  padding: 1rem 0;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin-right: 1.5rem
}

.header-search .search-toggle i {
  display: inline-block;
  font-size: 25px;
  transition: none
}

.header-search .search-toggle:hover,
.header-search .search-toggle:hover i {
  color: #293871
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-contact.phone a:hover {
  text-decoration: underline
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu>li>a.sf-with-ul {
  padding-right: 20px
}

.header-bottom .menu>li>a.sf-with-ul:after {
  font-size: 14px;
  right: 5px
}

.header-bottom .menu>li.active>a,
.header-bottom .menu>li.show>a,
.header-bottom .menu>li:hover>a {
  background-color: #fff;
  color: #293871
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.header-bottom .menu .megamenu {
  left: 0;
  top: 100%
}

.header-bottom .menu .megamenu img {
  width: 250px
}

.header-bottom .menu .menu-item {
  background-color: #293871;
  cursor: pointer
}

.header-bottom .menu .menu-item>a {
  color: #fff
}

.header-bottom .menu .menu-item>a i {
  font-size: 1.6rem;
  margin-right: 5px
}

.header-bottom .menu .menu-item:hover>a {
  color: #fff;
  background-color: #293871
}

.header-bottom form {
  margin-bottom: 0
}

.menu-depart {
  position: absolute;
  left: 0;
  top: 100%;
  border: 1px solid #f0f0f0;
  border-top: 3px solid #293871;
  display: none;
  visibility: hidden;
  flex-direction: column;
  z-index: 1000;
  background: #fff;
  width: 250px;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1);
  transition: all .5s;
  height: 0;
  opacity: 0
}

.menu-depart a {
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  padding: 1rem 1.5rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none
}

.menu-depart a i {
  font-size: 2rem;
  margin-right: .5rem
}

.menu-depart a:hover {
  color: #222529
}

.menu-depart.opened {
  display: flex;
  visibility: visible;
  height: auto;
  opacity: 1
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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 (min-width:992px) {
  .header-middle.sticky-header.fixed {
    display: none
  }
}

@media (max-width:991px) {
  .mobile-menu-toggler {
    display: flex
  }

  .header-center {
    padding: 1rem 0
  }

  .header-user {
    margin-right: 1rem
  }

  .header-user i {
    border: none;
    margin-right: 0
  }

  .header-bottom,
  .header-left,
  .header-userinfo {
    display: none
  }
  .header-top {
    margin-bottom: 10px;
    border-radius: 2px;
}
}

@media (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:focus,
  .dropdown-expanded .header-menu a:hover {
    background-color: transparent;
    color: #999;
    text-decoration: underline
  }
}

@media (max-width:1199px) and (min-width:992px) {
  .submit-wrapper .form-control {
    width: 200px
  }
}

@media (max-width:767px) {
  .cart-dropdown .dropdown-toggle:before {
    font-size: 2.3rem
  }
}

@media (max-width:575px) {
  .header-search .header-search-wrapper {
    width: 240px;
    left: -350%
  }

  .header-search .header-search-wrapper:before {
    right: 40px
  }

  .header-search .header-search-wrapper .select-custom {
    display: none
  }

  .compare-dropdown {
    display: none
  }
}

@media (max-width:480px) {

  .header-user,
  .porto-icon {
    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 {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
  background-color: #f4f4f4
}

.menu li.active>.megamenu,
.menu li.active>ul,
.menu li.show>.megamenu,
.menu li.show>ul,
.menu li:hover>.megamenu,
.menu li:hover>ul {
  display: block
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.menu>li>a.sf-with-ul {
  padding-right: 28px
}

.menu>li>a.sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.3rem;
  line-height: 1;
  content: '\e81c'
}

.menu>li.active>a,
.menu>li.show>a,
.menu>li:hover>a {
  color: #000;
  background-color: #293871
}

.menu .megamenu {
  display: none;
  position: absolute;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1);
  border: 1px solid #eee;
  left: 15px;
  padding: 1rem;
  width: 610px
}

.menu .megamenu>.row.row-sm {
  margin: 0
}

.menu .megamenu>.row.row-sm>[class*=col-] {
  padding: 1rem
}

.menu .megamenu>.row.row-sm>[class*=col-].image-container {
  display: flex;
  justify-content: flex-end;
  padding: 0
}

.menu .megamenu>.row.row-sm .row.row-sm {
  margin: 0;
  padding: 0
}

.menu .megamenu>.row.row-sm .row.row-sm>[class*=col-] {
  padding-left: 0;
  padding-right: 1rem
}

.menu .megamenu .nolink {
  color: #141a1f;
  font: 700 13px Poppins, "Open Sans", sans-serif;
  letter-spacing: -.01em;
  padding: 0 0 5px;
  margin-bottom: 5px;
  margin-top: 5px
}

.menu .megamenu img {
  width: 300px;
  object-fit: cover
}

.menu .megamenu .submenu {
  margin: 0;
  padding-bottom: 5px;
  border-top: none;
  display: block;
  position: static;
  padding: 0;
  box-shadow: none;
  min-width: 0
}

.menu .megamenu .submenu li {
  padding: 0;
  margin-bottom: 5px
}

.menu .megamenu .submenu li a {
  margin-left: -8px;
  padding: 7px 8px
}

.menu .megamenu .submenu li a:hover {
  background-color: #f4f4f4
}

.menu .megamenu .submenu li:last-child {
  margin-bottom: 0
}

.menu.sf-arrows .sf-with-ul,
.menu.sf-arrows .sf-with-ul li {
  position: relative
}

.menu.sf-arrows ul {
  display: none;
  position: absolute;
  min-width: 200px;
  padding: 5px 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.menu.sf-arrows ul ul {
  top: -8px;
  left: 100%
}

.menu.sf-arrows ul .sf-with-ul:after {
  position: absolute;
  right: 1rem;
  content: '\e81a';
  font-family: Porto
}

.menu.sf-arrows>li.show>a.sf-with-ul:before {
  opacity: 1;
  visibility: visible
}

.menu .show>.megamenu,
.menu .show>ul {
  opacity: 1 !important
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .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:focus,
.mobile-menu-container .social-icon:hover {
  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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.mmenu-active .mobile-menu-overlay,
.mmenu-depart-active .menu-depart-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 #56585a;
}

.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 i {
  margin-right: 1rem;
  font-size: 1.6rem
}

.mobile-menu li a:focus,
.mobile-menu li a:hover {
  color: #d66a79;
  text-decoration: none
}

.mobile-menu li.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.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: 0;
  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: translamenuteY(0)
  }
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-60px)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.sticky-header {
  position: relative
}

.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(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 .cart-dropdown,
.sticky-header.fixed .logo {
  display: block
}

.sticky-header.fixed-nav {
  position: fixed;
  top: 57px;
  right: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(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 (max-width:991px) {
  .sticky-header.fixed-nav {
    top: 0
  }
}

@media (max-width:767px) {
  .sticky-header.fixed {
    display: none
  }
}

@media (max-width:575px) {
  .sticky-header.fixed-nav {
    display: none
  }
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.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
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 3.8rem !important;
  height: 3.8rem !important;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon:hover {
  background-color: #293871
}

.footer .social-icon:hover i {
  color: #fff
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer-bottom img {
  max-width: 200px;
  margin-bottom: 2rem
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content a:hover {
  color: #000
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color: #fff
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  letter-spacing: .01em
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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:focus,
#scroll-top:hover {
  background-color: #3a4045
}

#scroll-top.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

@media (max-width:1199px) {
  .footer .social-icon {
    width: 4.8rem;
    height: 4.8rem
  }
}

@media (max-width:767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: baseline
  }

  .newsletter-widget p {
    margin-bottom: 2rem
  }
}

.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-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
}

.banner .banner-title {
  color: #0e0e0e;
  font: 700 3rem/1.1 "Open Sans", sans-serif;
  margin-bottom: 1.8rem;
  letter-spacing: -.025rem;
  text-transform: uppercase
}

.banner .banner-subtitle {
  color: #0e0e0e;
  font: 700 1.5rem/1.1 Poppins, "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: .4rem
}

.banner .banner-subtitle span {
  font-family: "Open Sans", 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(214, 106, 121, .3);
  transition: all .3s ease;
  opacity: 0;
  visibility: hidden
}

.banner-image>a:focus:after,
.banner-image>a:hover:after {
  opacity: 1;
  visibility: visible
}

@media (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 (min-width:992px) {
  .banner.banner-cat {
    height: 300px
  }

  .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 rgba(0, 0, 0, .1);
  border-top: 1px solid rgba(0, 0, 0, .1);
  padding: 1rem 0;
  margin-bottom: 3.5rem
}

.breadcrumb {
  margin-bottom: 0;
  padding: 1.25rem 0;
  border-radius: 0;
  background-color: transparent;
  display: flex;
  align-items: center
}

.breadcrumb-item {
  text-transform: uppercase;
  font: 700 1rem Poppins, "Open Sans", sans-serif;
  letter-spacing: .025em
}

.breadcrumb-item i {
  font-size: 1.4rem
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: 1rem
}

.breadcrumb-item+.breadcrumb-item:before {
  content: '\e81a';
  font-family: porto;
  padding-right: 1rem;
  font-size: 1.2rem;
  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: "Open Sans", sans-serif;
  text-transform: uppercase;
  margin-bottom: 0
}

@media (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 (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("https://healthnaturo.com/assets/fonts/porto.eot?64334846");
  src: url("https://healthnaturo.com/assets/fonts/porto.eot?64334846#iefix") format("embedded-opentype"), url("https://healthnaturo.com/assets/fonts/porto.woff2?64334846") format("woff2"), url("https://healthnaturo.com/assets/fonts/porto.woff?64334846") format("woff"), url("https://healthnaturo.com/assets/fonts/porto.ttf?64334846") format("truetype"), url("https://healthnaturo.com/assets/fonts/porto.svg?64334846#porto") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

[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: 400;
  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'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

.icon-secure-payment:before {
  content: '\e919'
}

.icon-smiling-girl:before {
  content: '\e91f'
}

.icon-boy-broad-smile:before {
  content: '\e921'
}

.icon-smiling-baby:before {
  content: '\e922'
}

.icon-tshirt:before {
  content: '\e920'
}

.icon-chef:before {
  content: '\e91e'
}

.icon-edit:before {
  content: '\e91d'
}

.icon-gift-2:before {
  content: '\e91c'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

@media (min-width:768px) {

  .form-footer,
  form {
    margin-bottom: 4rem
  }

  form h2 {
    margin-top: 4.4rem
  }
}

@media (min-width:992px) {

  .form-footer,
  form {
    margin-bottom: 5rem
  }
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.product-panel {
  margin-bottom: 3.5rem
}

.product-panel .section-title {
  color: #313131;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin-bottom: 2.4rem
}

.product-panel .section-title h2 {
  font: 700 1.6rem Poppins, "Open Sans", sans-serif;
  letter-spacing: -.01em;
  line-height: 22px;
  text-transform: uppercase
}

.product-default {
  color: #777;
  margin-bottom: 2rem
}

.product-default a {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.product-default figure {
  margin-bottom: 1.6rem;
  position: relative
}

.product-default figure img {
  transition: all .5s;
  height: auto;
  width: 100%
}

.product-default figure img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0
}

.product-default figure img:first-child {
  opacity: 1;
  position: relative
}

.product-default .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.product-default .product-title {
  font: 400 1.5rem Poppins, "Open Sans", sans-serif;
  letter-spacing: -.01em;
  line-height: 1.35;
  margin-bottom: .72rem;
  text-overflow: ellipsis;
  overflow: hidden
}

.product-default .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #333;
  color: #fff;
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-align: center;
  padding: 1rem .7rem;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%)
}

.product-default .product-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #333
}

.tooltip-top:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent
}

.old-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  letter-spacing: .005em;
  font-weight: 600;
  color: #999;
  font-family: "Open Sans";
  margin-right: 3px
}

.product-price {
  color: #465157;
  font: 600 1.8rem/0.8 Poppins, "Open Sans", sans-serif
}

.price-box {
  margin-bottom: 1.2rem
}

.ratings-container {
  line-height: 1;
  margin: 0 0 10px 1px;
  cursor: pointer;
  position: relative;
  display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  font-family: porto
}

.ratings-container .product-ratings {
  height: 13px
}

.ratings-container .product-ratings:before {
  content: "\e852 ""\e852 ""\e852 ""\e852 ""\e852";
  color: rgba(0, 0, 0, .16)
}

.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: #6a6a6d
}

.inner-quickview figure {
  position: relative
}

.inner-quickview .product-details {
  align-items: flex-start
}

.inner-quickview .product-title a {
  color: #212529
}

.product-panel .section-title h2 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 600
}

.product-panel .section-title {
  margin-bottom: 2rem
}

.home-banner {
  margin-bottom: 2rem;
  position: relative;
  background-color: #f6f7f9
}

.home-banner .banner-content {
  font-family: Poppins, "Open Sans", sans-serif;
  letter-spacing: .01em;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
  padding: 8.7rem 0
}

.home-banner .banner-content .btn {
  color: #293871;
  letter-spacing: .01em;
  background: 0 0;
  border: 2px solid #293871;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.3rem 2.3rem
}

.home-banner .banner-content span {
  color: #777;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 1rem
}

.home-banner .banner-content h3 {
  font-size: 4.2rem;
  color: #293871;
  text-transform: uppercase;
  margin-top: 1rem
}

.home-banner .banner-content h4 {
  color: #d66a79;
  font-size: 3.2rem;
  letter-spacing: .022em;
  margin-bottom: 2rem
}

.home-banner .product-default figure,
.home-banner2 .product-default figure {
  margin-bottom: 0
}

.home-banner .product-default .product-title,
.home-banner2 .product-default .product-title {
  font-size: 1.6rem;
  font-weight: 600
}

.home-banner2 {
  background-color: #d66a79;
  width: 100%;
  margin-bottom: 2rem;
  height: calc(100% - 2rem)
}

.home-banner2 .product-default {
  margin-bottom: 0
}

.home-banner2 .product-default .product-title {
  font-size: 1.5rem;
  margin-bottom: .5rem
}

.home-banner2 .product-default .price-box {
  margin-bottom: 1.5rem
}

.home-banner2 h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .01em;
  padding: 2rem 1rem;
  background-color: #f86c86
}

.home-banner2 .banner-content {
  padding: 2rem;
  background-color: #d66a79
}

.home-banner2 .banner-content .product-panel {
  padding: 0 4.8rem;
  background-color: #f6f7f9;
  margin-bottom: 2rem
}

.home-banner2 .banner-content button {
  width: 100%;
  background-color: #e78594;
  border: none;
  padding: 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff
}

.home-banner3 {
  padding: 3.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  background-size: cover
}

.home-banner5 {
  height: 360px;
  padding: 2rem 3rem;
  background-color: #fff;
  position: relative
}

.home-banner5 .banner-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 220px)
}

.home-banner5 .banner-background:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 180px solid transparent;
  border-top: 180px solid;
  border-bottom: 180px solid;
  border-left: 40px solid;
  transition: all .25s
}

.home-banner5 .banner-content {
  display: flex;
  flex-direction: column;
  letter-spacing: .01em;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 3
}

.home-banner5 .banner-content span {
  font-weight: 400;
  font-size: 2rem;
  color: #777
}

.home-banner5 .banner-content h3 {
  font-weight: 700;
  font-size: 3.4rem;
  color: #222529;
  text-transform: uppercase;
  line-height: 1.4;
  flex: 1
}

.home-banner5 .banner-content button {
  font: 700 1.4rem Poppins, "Open Sans", sans-serif;
  letter-spacing: .01em;
  color: #293871;
  border: 2px solid #293871;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
  width: fit-content
}

.home-banner5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 220px solid;
  border-right-color: inherit;
  border-top: 180px solid #fff;
  border-bottom: 180px solid #fff
}

.bg-grey {
  background-color: #f6f7f9
}

.product-default .product-title a {
  font-family: "Open Sans", sans-serif;
  color: #222329
}

.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: #fff;
  border: 1px solid #d4d4d4;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
  min-width: 35px;
  height: 35px
}

.add-cart:before {
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  margin-top: 2px;
  font-size: 1.9rem;
  content: '\e87f';
  font-family: porto;
  font-weight: 400
}

.add-cart {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Poppins, "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 2rem;
  min-width: 105px;
  z-index: 2;
  background-color: #293871;
  border: none
}

.widget-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #282d3b;
  margin: .5rem 0 1.3rem
}

.mt-1 {
  margin-top: 1rem !important
}

.mb-1 {
  margin-bottom: 1rem !important
}

.mb-2 {
  margin-bottom: 2rem !important
}

body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none
}

em,
i {
  font-style: italic
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%
}

.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, .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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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
}

a {
  transition: all .2s ease-out;
  color: inherit;
  text-decoration: none
}

@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 4.5rem
  }
}

@media (min-width:992px) {

  .h1,
  h1 {
    font-size: 5rem
  }
}

.container {
  padding: 0 10px
}

.page-wrapper {
  position: relative;
  transition: transform .35s
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.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, .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-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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
}

.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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu>li>a.sf-with-ul {
  padding-right: 20px
}

.header-bottom .menu>li>a.sf-with-ul:after {
  font-size: 14px;
  right: 5px
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.menu>li>a.sf-with-ul {
  padding-right: 28px
}

.menu>li>a.sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.3rem;
  line-height: 1;
  content: '\e81c'
}

.menu.sf-arrows .sf-with-ul,
.menu.sf-arrows .sf-with-ul li {
  position: relative
}

.menu.sf-arrows ul {
  display: none;
  position: absolute;
  min-width: 200px;
  padding: 5px 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto
}

.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-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem
}

.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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.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.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0
}

.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: 0;
  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'
}

.sticky-header {
  position: relative
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content a:hover {
  color: #000
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color: #fff
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  letter-spacing: .01em
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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)
}

[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: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}

.icon-angle-right:before {
  content: '\e81a'
}

.icon-angle-up:before {
  content: '\e81b'
}

.icon-retweet:before {
  content: '\e82c'
}

.icon-menu:before {
  content: '\e85d'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

@media (min-width:768px) {

  .form-footer,
  form {
    margin-bottom: 4rem
  }

  form h2 {
    margin-top: 4.4rem
  }
}

@media (min-width:992px) {

  .form-footer,
  form {
    margin-bottom: 5rem
  }
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.entry-title {
  font-weight: 400;
  font-size: 2.1rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #282d3b
}

.entry-title a {
  color: #282d3b
}

.sidebar {
  position: relative;
  font-size: 1.2rem
}

.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
}

.list {
  margin: 0;
  padding: 0;
  list-style: none
}

.list li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0
}

.list li a {
  display: block;
  position: relative;
  padding: .9rem 0 .8rem 2rem;
  border-bottom: 1px solid #ededde;
  color: #767f84;
  font-size: 1.2rem
}

.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: ''
}

@media (min-width:768px) {
  .entry-media {
    margin-bottom: 3rem
  }
}

body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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
}

a {
  transition: all .2s ease-out;
  color: inherit;
  text-decoration: none
}

@media (min-width:992px) {
  .container {
    padding: 0 10px
  }

  .page-wrapper {
    position: relative;
    transition: transform .35s
  }

  .h1,
  h1 {
    font-size: 5rem
  }
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.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, .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-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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
}

.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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-contact.phone a:hover {
  text-decoration: underline
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto
}

.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-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem
}

.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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.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.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color: #fff
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  letter-spacing: .01em
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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)
}

[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: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}

.icon-angle-right:before {
  content: '\e81a'
}

.icon-angle-up:before {
  content: '\e81b'
}

.icon-retweet:before {
  content: '\e82c'
}

.icon-user:before {
  content: '\e82d'
}

.icon-calendar:before {
  content: '\e835'
}

.icon-folder-open:before {
  content: '\e83c'
}

.icon-menu:before {
  content: '\e85d'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

@media (min-width:768px) {

  .form-footer,
  form {
    margin-bottom: 4rem
  }

  form h2 {
    margin-top: 4.4rem
  }
}

@media (min-width:992px) {

  .form-footer,
  form {
    margin-bottom: 5rem
  }
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.entry {
  margin-bottom: 3rem;
  color: #767f84
}

.entry a {
  color: #767f84
}

.entry-media {
  margin-bottom: 2rem;
  border-radius: 0;
  background-color: #ccc
}

.entry-media img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto
}

.entry-body {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2.7rem
}

.entry-body .entry-date {
  width: 45px;
  margin-right: 10px;
  float: left;
  text-align: center;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .1)
}

.entry-body .entry-date .day {
  color: #d66a79;
  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: #d66a79;
  border-radius: 0 0 .2rem .2rem;
  box-shadow: 0 -1px 0 0 rgba(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.1rem;
  line-height: 1.35;
  margin-bottom: 1rem;
  color: #282d3b
}

.entry-content:after {
  display: block;
  clear: both;
  content: ''
}

.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 .entry-content {
  margin-bottom: 4rem
}

.sidebar {
  position: relative;
  font-size: 1.2rem
}

.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.2rem
}

.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: ''
}

@media (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
  }
}

body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%
}

.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, .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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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
}

a {
  transition: all .2s ease-out;
  color: inherit;
  text-decoration: none
}

@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 4.5rem
  }
}

@media (min-width:992px) {

  .h1,
  h1 {
    font-size: 5rem
  }
}

.container {
  padding: 0 10px
}

.page-wrapper {
  position: relative;
  transition: transform .35s
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.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, .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-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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
}

.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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu>li>a.sf-with-ul {
  padding-right: 20px
}

.header-bottom .menu>li>a.sf-with-ul:after {
  font-size: 14px;
  right: 5px
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.menu>li>a.sf-with-ul {
  padding-right: 28px
}

.menu>li>a.sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.3rem;
  line-height: 1;
  content: '\e81c'
}

.menu.sf-arrows .sf-with-ul,
.menu.sf-arrows .sf-with-ul li {
  position: relative
}

.menu.sf-arrows ul {
  display: none;
  position: absolute;
  min-width: 200px;
  padding: 5px 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto
}

.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-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem
}

.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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.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.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0
}

.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: 0;
  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'
}

.sticky-header {
  position: relative
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color: #fff
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  letter-spacing: .01em
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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)
}

[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: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}

.icon-angle-right:before {
  content: '\e81a'
}

.icon-angle-up:before {
  content: '\e81b'
}

.icon-retweet:before {
  content: '\e82c'
}

.icon-menu:before {
  content: '\e85d'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

@media (min-width:768px) {

  .form-footer,
  form {
    margin-bottom: 4rem
  }

  form h2 {
    margin-top: 4.4rem
  }
}

@media (min-width:992px) {

  .form-footer,
  form {
    margin-bottom: 5rem
  }
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.nav.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea
}

.nav.nav-tabs .nav-item {
  margin-top: 2rem;
  margin-right: 3rem
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #777;
  letter-spacing: -.01rem;
  text-transform: uppercase
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #293871;
  color: #222529;
  background-color: transparent
}

.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: #fff;
  border: 1px solid #d4d4d4;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
  min-width: 35px;
  height: 35px
}

.add-cart:before {
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  margin-top: 2px;
  font-size: 1.9rem;
  content: '\e87f';
  font-family: porto;
  font-weight: 400
}

.add-cart {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Poppins, "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 2rem;
  min-width: 105px;
  z-index: 2;
  background-color: #293871;
  border: none
}

.product-single-tabs {
  margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
  padding-top: 3.5rem;
  color: #7b858a;
  line-height: 1.92
}

.product-desc-content {
  font-size: 1.4rem;
  letter-spacing: .005em
}

.product-desc-content p {
  margin-bottom: 2.2rem
}

body {
  background-color: #fff;
  color: #767f84;
  font: normal 400 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none
}

b,
strong {
  font-weight: 700
}

em,
i {
  font-style: italic
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%
}

.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, .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
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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
}

a {
  transition: all .2s ease-out;
  color: inherit;
  text-decoration: none
}

a:focus,
a:hover {
  color: #293871;
  text-decoration: none
}

.h1,
h1 {
  font-size: 4.5rem
}

.h1,
h1 {
  font-size: 5rem
}

.container {
  padding: 0 10px
}

.page-wrapper {
  position: relative;
  transition: transform .35s
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.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, .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-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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
}

.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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu>li>a.sf-with-ul {
  padding-right: 20px
}

.header-bottom .menu>li>a.sf-with-ul:after {
  font-size: 14px;
  right: 5px
}

.header-bottom .menu>li.active>a,
.header-bottom .menu>li.show>a,
.header-bottom .menu>li:hover>a {
  background-color: #fff;
  color: #293871
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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
}

.header-middle.sticky-header.fixed {
  display: none
}

.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none
}

.menu {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu li.active>a,
.menu li.show>a,
.menu li:hover>a {
  background-color: #f4f4f4
}

.menu li.active>.megamenu,
.menu li.active>ul,
.menu li.show>.megamenu,
.menu li.show>ul,
.menu li:hover>.megamenu,
.menu li:hover>ul {
  display: block
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.menu>li>a.sf-with-ul {
  padding-right: 28px
}

.menu>li>a.sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.3rem;
  line-height: 1;
  content: '\e81c'
}

.menu>li.active>a,
.menu>li.show>a,
.menu>li:hover>a {
  color: #000;
  background-color: #293871
}

.menu.sf-arrows .sf-with-ul,
.menu.sf-arrows .sf-with-ul li {
  position: relative
}

.menu.sf-arrows ul {
  display: none;
  position: absolute;
  min-width: 200px;
  padding: 5px 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto
}

.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-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem
}

.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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.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.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0
}

.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: 0;
  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'
}

.sticky-header {
  position: relative
}

.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(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
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color: #fff
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  letter-spacing: .01em
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

[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: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}

.icon-angle-right:before {
  content: '\e81a'
}

.icon-angle-up:before {
  content: '\e81b'
}

.icon-retweet:before {
  content: '\e82c'
}

.icon-menu:before {
  content: '\e85d'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

.form-footer,
form {
  margin-bottom: 4rem
}

.form-footer,
form {
  margin-bottom: 5rem
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", 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
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.nav.nav-tabs {
  margin: 0;
  border: 0;
  border-bottom: 1px solid #eaeaea
}

.nav.nav-tabs .nav-item {
  margin-top: 2rem;
  margin-right: 3rem
}

.nav.nav-tabs .nav-item .nav-link {
  padding: 0 0 1rem;
  border: 0;
  border-bottom: 3px solid transparent;
  color: #777;
  letter-spacing: -.01rem;
  text-transform: uppercase
}

.nav.nav-tabs .nav-item .nav-link.active,
.nav.nav-tabs .nav-item.show .nav-link {
  border-bottom-color: #293871;
  color: #222529;
  background-color: transparent
}

.ratings-container {
  line-height: 1;
  margin: 0 0 10px 1px;
  cursor: pointer;
  position: relative;
  display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  font-family: porto
}

.ratings-container .product-ratings {
  height: 13px
}

.ratings-container .product-ratings:before {
  content: "\e852 ""\e852 ""\e852 ""\e852 ""\e852";
  color: rgba(0, 0, 0, .16)
}

.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: #6a6a6d
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden
}

.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;
  -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -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-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none
}

.owl-carousel.owl-loaded {
  display: block
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block
}

.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-theme .owl-nav {
  margin: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  color: #bfbfbf;
  font-size: 2rem
}

.product-single-container {
  margin-bottom: 3rem
}

.product-single-details {
  margin-top: 2rem;
  font-family: Poppins, "Open Sans", sans-serif
}

.product-single-details .product-title {
  margin-bottom: .5rem;
  color: #222529;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: -.01em
}

.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;
  font-size: 1.2rem;
  letter-spacing: .025em
}

.product-single-gallery img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto
}

.product-single-gallery .owl-theme .owl-nav {
  color: #000;
  font-size: 32px
}

.product-slider-container {
  position: relative
}

.product-single-tabs {
  margin-bottom: 5.5rem
}

.product-single-tabs .tab-pane {
  padding-top: 3.5rem;
  color: #7b858a;
  line-height: 1.92
}

.product-desc-content {
  font-size: 1.4rem;
  letter-spacing: .005em
}

.product-desc-content p {
  margin-bottom: 2.2rem
}

.product-desc-content ol,
.product-desc-content ul {
  margin-bottom: 2.2rem;
  padding-left: 4rem
}

.product-desc-content ol li,
.product-desc-content ul li {
  margin-bottom: .4rem
}

.product-desc-content ol li i,
.product-desc-content ul li i {
  margin-right: 2rem;
  color: #21293c;
  font-size: 1.5rem
}

.product-desc-content ol li i:before,
.product-desc-content ul li i:before {
  margin: 0
}

.product-single-gallery .product-item {
  position: relative;
  margin-bottom: .4rem
}

.widget-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #282d3b;
  margin: .5rem 0 1.3rem
}

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 1.3rem/1.4 Poppins, "Open Sans", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden
}

p {
  margin-bottom: 1.5rem
}

ol,
ul {
  margin: 0 0 2.25rem;
  padding: 0;
  list-style: none
}

em,
i {
  font-style: italic
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%
}

.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, .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 (max-width:575px) {
  html {
    font-size: 8px
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-weight: 700;
  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
}

a {
  transition: all .2s ease-out;
  color: inherit;
  text-decoration: none
}

@media (min-width:768px) {

  .h1,
  h1 {
    font-size: 4.5rem
  }
}

@media (min-width:992px) {

  .h1,
  h1 {
    font-size: 5rem
  }
}

.container {
  padding: 0 10px
}

.page-wrapper {
  position: relative;
  transition: transform .35s
}

.main {
  flex: 1 1 auto
}

.row {
  margin-right: -10px;
  margin-left: -10px
}

.row [class*=col-] {
  padding-right: 10px;
  padding-left: 10px
}

@media (max-width:991px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%
  }
}

.header {
  background-color: #fff;
  margin-bottom: 2rem
}

.header .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between
}

.header-top {
  padding: 1.6rem 0;
  background-color: #222529;
  font-family: Poppins, "Open Sans", sans-serif;
  color: #fff
}

.header-top a,
.header-top h4 {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -.01em
}

.header-top a {
  font-weight: 700
}

.header-middle {
  background-color: #f6f7f9
}

.header-middle .header-left,
.header-middle .header-right {
  flex: 1
}

.header-center,
.header-left,
.header-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.header-left {
  padding: 0
}

.header-center {
  padding: 2.9rem 0
}

.header-right {
  justify-content: flex-end
}

.porto-icon {
  font-size: 28px;
  margin-right: 2.2rem;
  color: #000;
  display: inline-block
}

.logo {
  display: block
}

.logo img {
  display: block;
  max-width: none;
  height: auto;
  width: auto
}

.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, .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-toggle,
.compare-dropdown .dropdown-toggle {
  text-decoration: none
}

.minicart-icon {
  width: 23px;
  height: 20px;
  border: 2px solid #222529;
  border-radius: 0 0 5px 5px;
  position: relative;
  opacity: .9;
  top: 1.2rem;
  display: block
}

.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 {
  display: block;
  position: relative;
  padding-right: 1.3rem
}

.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: #d66a79;
  color: #fff;
  box-shadow: 0 7px 8px rgba(0, 0, 0, .05)
}

.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
}

.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: #d66a79;
  background-color: #d66a79;
  border-radius: .2rem;
  min-width: 110px;
  padding: 1.25rem 1rem;
  font-family: Poppins, "Open Sans", sans-serif
}

form {
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0
}

.submit-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #222529
}

.submit-wrapper .form-control {
  border: none;
  height: 100%;
  width: 360px;
  margin-bottom: 0;
  padding: 1.6rem 0;
  color: #747474;
  font-size: 1.4rem;
  font-style: italic;
  font-weight: 300;
  letter-spacing: .003em
}

.submit-wrapper .btn {
  border: none;
  background-color: #fff;
  height: 100%;
  min-width: auto;
  padding: 0;
  font-size: 16px
}

.header-contact {
  color: #777;
  letter-spacing: .01em;
  font-size: 1.2rem;
  font-weight: 500;
  margin-right: 2rem
}

.header-contact span {
  display: block;
  font-size: 1.1rem;
  text-transform: uppercase
}

.header-contact.phone {
  margin-right: 5rem
}

.header-contact.phone a {
  color: #293871;
  font-weight: 700;
  font-size: 1.8rem
}

.header-bottom {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0
}

.header-bottom .menu>li {
  border-right: 1px solid #f0f0f0;
  padding: 1.5rem 2rem
}

.header-bottom .menu>li:last-child {
  border-right: none
}

.header-bottom .menu>li>a {
  color: #222529;
  padding: 0;
  transition: none;
  text-transform: none;
  font-size: 16px
}

.header-bottom .menu>li>a.sf-with-ul {
  padding-right: 20px
}

.header-bottom .menu>li>a.sf-with-ul:after {
  font-size: 14px;
  right: 5px
}

.header-bottom .menu {
  margin-right: 0
}

.header-bottom .menu>li {
  position: relative
}

.header-bottom .menu>li .megamenu,
.header-bottom .menu>li.sf-with-ul ul {
  border: none;
  border-top: 3px solid #293871
}

.mobile-menu-toggler {
  border: 0;
  background: 0 0;
  color: #000;
  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 (max-width:991px) {
  .mobile-menu-toggler {
    display: flex
  }

  .header-center {
    padding: 1rem 0
  }

  .header-bottom,
  .header-left,
  .header-userinfo {
    display: none
  }
}

@media (max-width:480px) {

  .header-user,
  .porto-icon {
    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 {
  margin-right: 15px
}

.menu:after {
  display: block;
  clear: both;
  content: ''
}

.menu li a {
  display: block;
  padding: .8rem 1.8rem;
  transition: all .2s ease-out;
  text-transform: uppercase;
  white-space: nowrap;
  letter-spacing: 0;
  color: #696969
}

.menu>li {
  float: left;
  padding-right: 0;
  padding-left: 0
}

.menu>li:last-of-type {
  margin-right: 0
}

.menu>li>a {
  font: 400 13px "Open Sans", sans-serif;
  letter-spacing: 0;
  color: #000;
  padding: 10px 14px;
  text-transform: uppercase
}

.menu>li>a.sf-with-ul {
  padding-right: 28px
}

.menu>li>a.sf-with-ul:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -1px;
  transform: translateY(-50%);
  font-family: porto;
  font-size: 1.3rem;
  line-height: 1;
  content: '\e81c'
}

.menu.sf-arrows .sf-with-ul,
.menu.sf-arrows .sf-with-ul li {
  position: relative
}

.menu.sf-arrows ul {
  display: none;
  position: absolute;
  min-width: 200px;
  padding: 5px 0;
  top: 100%;
  left: 0;
  z-index: 99;
  background-color: #fff;
  box-shadow: 0 29px 29px rgba(0, 0, 0, .1)
}

.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;
  line-height: 1.5;
  box-shadow: .1rem 0 .6rem 0 rgba(50, 50, 50, .65);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto
}

.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-wrapper {
  position: relative;
  padding: 4.2rem 0 3rem
}

.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
}

.menu-depart-overlay,
.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all .4s;
  background-color: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000
}

.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 #79797a;
}

.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.active>a,
.mobile-menu li.open>a {
  color: #d66a79
}

.mobile-menu li ul {
  display: none;
  margin: 0;
  padding: 0
}

.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: 0;
  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'
}

.sticky-header {
  position: relative
}

.sticky-header.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  z-index: 1040;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-name: fixedHeader;
  animation-name: fixedHeader
}

@media (max-width:767px) {
  .sticky-header.fixed {
    display: none
  }
}

.footer {
  background-color: #fff;
  font-family: Poppins, "Open Sans", sans-serif
}

.footer .social-icons {
  display: flex;
  align-items: center
}

.footer .social-icon {
  margin: 0;
  background-color: #fff;
  width: 5.8rem;
  height: 5.8rem;
  display: flex;
  border-radius: 50%;
  border: 1px solid #d2d2d2;
  align-items: center;
  justify-content: center
}

.footer .social-icon i {
  transition: all .25s;
  font-size: 2.4rem;
  color: #222529
}

.footer .social-icon+.social-icon {
  margin-left: 1rem
}

.footer-top {
  background-color: #293871;
  padding: 2rem 0
}

.footer-middle {
  padding: 5rem 0 4rem
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2rem 0;
  border-top: 1px solid #e1e1e1
}

.footer-bottom p {
  font-size: 1.2rem;
  color: #999;
  margin-bottom: 2rem;
  letter-spacing: .005em
}

.footer .widget {
  margin-bottom: 2rem
}

.footer .widget ul {
  margin-bottom: 0
}

.footer .widget ul>li {
  margin-bottom: 6px
}

.footer .widget .widget-title {
  font-size: 1.6rem !important;
  font-weight: 600;
  margin-bottom: 1.2rem !important;
  margin-top: 0 !important;
  color: #2b2b2d !important
}

.footer .widget .widget-content a,
.footer .widget .widget-content p {
  font-size: 15px;
  letter-spacing: .005em;
  color: #777
}

.footer .widget .widget-content p {
  margin-bottom: 0;
  line-height: 2.4rem
}

.newsletter-widget h3 {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.6
}

.newsletter-widget p {
  font-size: 1.3rem;
  letter-spacing: .005em;
  color: #999;
  margin-bottom: 0
}

.newsletter-widget form {
  margin-bottom: 2rem;
  background: 0 0
}

.newsletter-widget .submit-wrapper {
  border-bottom-color:#000;
  background: white;
}

.newsletter-widget .submit-wrapper .form-control {
  background-color: transparent;
  color: #999;
  flex: 1;
  max-width: 100%;
  padding-left: 18px;
}

.newsletter-widget .submit-wrapper .form-control::placeholder {
  color: #999
}

.newsletter-widget .submit-wrapper .btn {
  font-size: 1.3rem;
  font-weight: 700;
  color: #fafafa;
  background-color:#105e4b;
  letter-spacing: .01em;
  padding: 10px 20px 10px 27px;
}

.newsletter-widget .submit-wrapper .btn i {
  font-size: 1.5rem
}

#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.fixed {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible
}

@media (max-width:1199px) {
  .footer .social-icon {
    width: 4.8rem;
    height: 4.8rem
  }
}

@media (max-width:767px) {
  .footer-bottom {
    flex-direction: column;
    align-items: baseline
  }

  .newsletter-widget p {
    margin-bottom: 2rem
  }
}

[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: 400;
  line-height: 1em;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none
}

.icon-angle-right:before {
  content: '\e81a'
}

.icon-angle-up:before {
  content: '\e81b'
}

.icon-retweet:before {
  content: '\e82c'
}

.icon-menu:before {
  content: '\e85d'
}

.icon-twitter:before {
  content: '\f099'
}

.icon-facebook:before {
  content: '\f09a'
}

.icon-instagram:before {
  content: '\f16d'
}

.icon-wishlist-2:before {
  content: '\e91b'
}

form {
  margin-bottom: 3.5rem
}

.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-weight: 400;
  height: 4.6rem;
  line-height: 1.5;
  margin-bottom: 1rem;
  max-width: 480px;
  padding: 1.25rem 1.5rem;
  transition: all .3s
}

@media (min-width:768px) {

  .form-footer,
  form {
    margin-bottom: 4rem
  }

  form h2 {
    margin-top: 4.4rem
  }
}

@media (min-width:992px) {

  .form-footer,
  form {
    margin-bottom: 5rem
  }
}

.btn {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  letter-spacing: .1rem;
  text-transform: uppercase;
  border-radius: 0;
  min-width: 124px;
  transition: all .3s
}

.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: #293871;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
  opacity: 1
}

.social-icon+.social-icon {
  margin-left: .5rem
}

.product-panel {
  margin-bottom: 3.5rem
}

.product-panel .section-title {
  color: #313131;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  margin-bottom: 2.4rem
}

.product-panel .section-title h2 {
  font: 700 1.6rem Poppins, "Open Sans", sans-serif;
  letter-spacing: -.01em;
  line-height: 22px;
  text-transform: uppercase
}

.product-intro {
  padding-bottom: 1.6rem
}

.product-default {
  color: #777;
  margin-bottom: 2rem
}

.product-default a {
  color: #777;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.product-default figure {
  margin-bottom: 1.6rem;
  position: relative
}

.product-default figure img {
  transition: all .5s;
  height: auto;
  width: 100%
}

.product-default figure img:last-child {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  left: 0
}

.product-default figure img:first-child {
  opacity: 1;
  position: relative
}

.product-default .product-details {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center
}

.product-default .product-title {
  font: 400 1.5rem Poppins, "Open Sans", sans-serif;
  letter-spacing: -.01em;
  line-height: 1.35;
  margin-bottom: .72rem;
  text-overflow: ellipsis;
  overflow: hidden
}

.product-default .tooltiptext {
  visibility: hidden;
  position: absolute;
  background-color: #333;
  color: #fff;
  font-family: Poppins, "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: .01em;
  text-align: center;
  padding: 1rem .7rem;
  z-index: 1;
  opacity: 0;
  transition: opacity .3s;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%)
}

.product-default .product-action {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #333
}

.tooltip-top:after {
  content: "";
  position: absolute;
  top: 96%;
  left: 50%;
  margin-left: -6px;
  border-width: 6px;
  border-style: solid;
  border-color: #333 transparent transparent transparent
}

.old-price {
  text-decoration: line-through;
  font-size: 1.4rem;
  letter-spacing: .005em;
  font-weight: 600;
  color: #999;
  font-family: "Open Sans";
  margin-right: 3px
}

.product-price {
  color: #465157;
  font: 600 1.8rem/0.8 Poppins, "Open Sans", sans-serif
}

.price-box {
  margin-bottom: 1.2rem
}

.ratings-container {
  line-height: 1;
  margin: 0 0 10px 1px;
  cursor: pointer;
  position: relative;
  display: inline-block
}

.ratings-container .product-ratings,
.ratings-container .ratings {
  position: relative;
  display: inline-block;
  font-size: 13px;
  letter-spacing: .1em;
  font-family: porto
}

.ratings-container .product-ratings {
  height: 13px
}

.ratings-container .product-ratings:before {
  content: "\e852 ""\e852 ""\e852 ""\e852 ""\e852";
  color: rgba(0, 0, 0, .16)
}

.ratings-container .product-ratings:hover .tooltiptext {
  visibility: visible;
  opacity: 1
}

.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: #6a6a6d
}

.inner-quickview figure {
  position: relative
}

.inner-quickview .product-details {
  align-items: flex-start
}

.inner-quickview .product-title a {
  color: #212529
}

.inner-icon figure {
  position: relative
}

.product-panel .section-title h2 {
  text-transform: none;
  font-size: 1.6rem;
  font-weight: 600
}

.product-panel .section-title {
  margin-bottom: 2rem
}

.home-banner {
  margin-bottom: 2rem;
  position: relative;
  background-color: #f6f7f9
}

.home-banner .banner-content {
  font-family: Poppins, "Open Sans", sans-serif;
  letter-spacing: .01em;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
  padding: 8.7rem 0
}

.home-banner .banner-content .btn {
  color: #293871;
  letter-spacing: .01em;
  background: 0 0;
  border: 2px solid #293871;
  font-weight: 700;
  font-size: 1.4rem;
  padding: 1.3rem 2.3rem
}

.home-banner .banner-content span {
  color: #777;
  font-size: 1.3rem;
  letter-spacing: 0;
  font-weight: 500;
  margin-bottom: 1rem
}

.home-banner .banner-content h3 {
  font-size: 4.2rem;
  color: #293871;
  text-transform: uppercase;
  margin-top: 1rem
}

.home-banner .banner-content h4 {
  color: #d66a79;
  font-size: 3.2rem;
  letter-spacing: .022em;
  margin-bottom: 2rem
}

.home-banner .product-default figure,
.home-banner2 .product-default figure {
  margin-bottom: 0
}

.home-banner .product-default .product-title,
.home-banner2 .product-default .product-title {
  font-size: 1.6rem;
  font-weight: 600
}

.home-banner2 {
  background-color: #d66a79;
  width: 100%;
  margin-bottom: 2rem;
  height: calc(100% - 2rem)
}

.home-banner2 .product-default {
  margin-bottom: 0
}

.home-banner2 .product-default .product-title {
  font-size: 1.5rem;
  margin-bottom: .5rem
}

.home-banner2 .product-default .price-box {
  margin-bottom: 1.5rem
}

.home-banner2 h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .01em;
  padding: 2rem 1rem;
  background-color: #f86c86
}

.home-banner2 .banner-content {
  padding: 2rem;
  background-color: #d66a79
}

.home-banner2 .banner-content .product-panel {
  padding: 0 4.8rem;
  background-color: #f6f7f9;
  margin-bottom: 2rem
}

.home-banner2 .banner-content button {
  width: 100%;
  background-color: #e78594;
  border: none;
  padding: 1.2rem;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: .01em;
  color: #fff
}

.home-banner3 {
  padding: 3.5rem 2rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  height: calc(100% - 2rem);
  background-size: cover
}

.home-banner5 {
  height: 360px;
  padding: 2rem 3rem;
  background-color: #fff;
  position: relative
}

.home-banner5 .banner-background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: calc(100% - 220px)
}

.home-banner5 .banner-background:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 180px solid transparent;
  border-top: 180px solid;
  border-bottom: 180px solid;
  border-left: 40px solid;
  transition: all .25s
}

.home-banner5:hover .banner-background:after {
  border-right-width: 220px;
  border-left-width: 0
}

.home-banner5 .banner-content {
  display: flex;
  flex-direction: column;
  letter-spacing: .01em;
  align-items: flex-start;
  height: 100%;
  position: relative;
  z-index: 3
}

.home-banner5 .banner-content span {
  font-weight: 600;
  font-size: 15px;
  color: #063105;
  background: whitesmoke;
  padding: 4px 20px 4px 20px;
  border-radius: 3px;
}

.home-banner5 .banner-content h3 {
  font-weight: 700;
  font-size: 3.4rem;
  color: #222529;
  text-transform: uppercase;
  line-height: 1.4;
  flex: 1
}

.home-banner5 .banner-content button {
  font: 700 1.4rem Poppins, "Open Sans", sans-serif;
  letter-spacing: .01em;
  color: #293871;
  border: 2px solid #293871;
  background-color: #fff;
  padding: 1.5rem 1.5rem;
  width: fit-content
}

.home-banner5 .banner-content button:hover {
  background-color: #293871;
  color: #fff
}

.home-banner5:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 220px solid;
  border-right-color: inherit;
  border-top: 180px solid #fff;
  border-bottom: 180px solid #fff
}

.bg-grey {
  background-color: #f6f7f9
}

.product-default .product-title a {
  font-family: "Open Sans", sans-serif;
  color: #222329
}

.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: #fff;
  border: 1px solid #d4d4d4;
  transition: all .3s;
  text-decoration: none;
  text-align: center;
  min-width: 35px;
  height: 35px
}

.add-cart:before {
  display: inline-block;
  line-height: 1;
  margin-right: 4px;
  margin-top: 2px;
  font-size: 1.9rem;
  content: '\e87f';
  font-family: porto;
  font-weight: 400
}

.add-cart {
  color: #fff;
  font-weight: 600;
  font-size: 1.2rem;
  font-family: Poppins, "Open Sans", sans-serif;
  text-transform: uppercase;
  padding: 2rem;
  min-width: 105px;
  z-index: 2;
  background-color: #293871;
  border: none
}

.widget-title {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 600;
  color: #282d3b;
  margin: .5rem 0 1.3rem
}

.mb-1 {
  margin-bottom: 1rem !important
}

.mb-2 {
  margin-bottom: 2rem !important
}
.first_menu .sf-with-ul ul, .second_menu .scnd ul {
    display: block;
}
.our_ser #product-desc-content, .our_prod #product-reviews-content{
    display: block;opacity:1;
}
.our_ser #product-reviews-content, .our_prod #product-desc-content{display:none;}
div#cat_tab.product_dat .product-desc-content{margin-top:20px;}
div#cat_tab.product_dat {
    margin-top: 50px;
}

#cat_tab .product-reviews-content p{margin-bottom:15px!important}.product-single-tabs ul li .active{font-size:1.3rem!important}body div#cat_tab a{background:#eaeaea!important;color:#777;border-color:transparent}body div#cat_tab .nav_active a{background:#d9dc36!important;color:#000;border-bottom:3px solid #293871}div#cat_tab>ul>li a{margin:0!important}body div#cat_tab>ul>li{margin:0 2px;padding:0;cursor:pointer}body div#cat_tab>ul{display:flex;margin:0!important;padding:0}.mmenu-active .mobile-menu-overlay,.mmenu-depart-active .menu-depart-overlay{opacity:1;visibility:visible}.mmenu-active .mobile-menu li a:focus,.mmenu-active .mobile-menu li a:hover{color:#fff!important}.mmenu-active .mobile-menu-container,.mmenu-active .mobile-menu-overlay{position:fixed!important}.mobile-menu-container{display:block;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;line-height:1.5;box-shadow:.1rem 0 .6rem 0 rgb(50 50 50 / 65%);visibility:hidden;z-index:1001;overflow-y:auto}.mmenu-active .mobile-menu-container{transform:translateX(0);visibility:visible}nav.main-nav ul li ul{margin:0!important;display:none;border:none;border-top:3px solid #293871;position:absolute;min-width:200px;padding:5px 0;top:100%;left:0;z-index:99;background-color:#fff;box-shadow:0 29px 29px rgb(0 0 0 / 10%)}footer.footer{height:calc((100vh - 700px))}.cute_girl .banner-background{background:url('https://healthnaturo.com/assets/images/banners/home-banner7.jpg');background-size:cover;background-repeat:no-repeat}.back_pain .banner-background{background:url('https://healthnaturo.com/images/banner03.webp');background-size:cover;background-repeat:no-repeat}.moda_tabet .banner-background{background:url('https://healthnaturo.com/images/banner02.webp');background-size:cover;background-repeat:no-repeat}.backpain .home-banner3{background:url(https://healthnaturo.com/images/banner01.webp);background-size:cover;background-repeat:no-repeat;background-position:top center}.footer .widget span{margin-bottom:0;line-height:2.4rem;font-size:15px;letter-spacing:.005em;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#000}.header .cart-dropdown .dropdown-toggle,.header .logo,.header .porto-icon,.header nav.main-nav ul li a,.header-contact.phone a,.header-top a{transition:unset!important}.home_1{background:url('https://healthnaturo.com/assets/images/banners/home-banner1.jpg')}.home_2{background:url('https://healthnaturo.com/assets/images/banners/home-banner2.jpg')}.home_3{background:url('https://healthnaturo.com/assets/images/banners/home-banner3.jpg')}.home_4{background:url('https://healthnaturo.com/assets/images/banners/home-banner4.jpg')}img.ne1{height:126px}.product-default .product-title a{font-size:18px!important}h2.product-title.p{line-height:12px!important;padding-top:20px!important}a.homeblog.j{font-size:14px!important}i.fa.fa-check-square{color:#018137}.footer-bottom p a{color:red}h2 strong{text-transform:capitalize}.inner-quickview .product-details{align-items:flex-start!important;margin-top:-27px!important}.widget-title{margin:-.5rem 0 1.3rem!important}h4.widget-title.faq_c7{background:#cecbcb;padding:8px}h4.widget-title.faq_c8{background:#ecebebbf;padding:8px}h4.widget-title.faq_c9{background:#cecbcb;padding:8px}h4.widget-title.faq_c10{background:#ecebebbf;padding:8px}h4.widget-title.faq_c11{background:#cecbcb;padding:8px}h4.widget-title.faq_c12{background:#ecebebbf;padding:8px}h4.widget-title.faq_c13{background:#cecbcb;padding:8px}h4.widget-title.faq_c14{background:#ecebebbf;padding:8px}h4.widget-title.faq_c15{background:#cecbcb;padding:8px}h4.widget-title.faq_c16{background:#ecebebbf;padding:8px}h4.widget-title.faq_c17{background:#cecbcb;padding:8px}h4.widget-title.faq_c18{background:#ecebebbf;padding:8px}.footer .widget .widget-content p{margin-bottom:0!important;line-height:2.4rem!important;font-size:15px!important}p{margin-bottom:.5rem!important;color:#1f1f1f!important;text-align:justify!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.it{font-family:"Times New Roman",Times,serif;font-style:italic;color:#1f1f1f!important;font-size:19px!important;text-align:justify!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:500}.product-desc-content p{margin-bottom:1.2rem!important;color:#1f1f1f!important;text-align:justify!important;font-weight:400!important}.h2,h2{color:#1f1f1f!important;margin-top:12px!important;margin-bottom:7px!important;font-size:24px!important}.h3,h3{line-height:30px!important;color:#1f1f1f!important;padding-top:15px!important;padding-bottom:5px!important}.h1,h1{color:#000!important}.footer-middle{padding:2rem 0 0!important}.footer-bottom{padding:0 0!important}.home-banner5 .banner-content h3{font-size:17px!important}.ratings-container .ratings:before{color:#f93636!important}.add-cart:before{content:none!important}.inner-icon figure{background:#293871!important;border:1px solid #293871!important}.header-top{background-color:#d9dc36!important;color:#fff !important;padding:10px 0 3px 0!important}.home-banner2 h3{background-color:#d9dc36!important}.home-banner2 .banner-content{background-color:#d9dc36cc!important}.banner-content button{background-color:#fb2d4d!important}.bg-grey{background: url("https://healthnaturo.com/images/features_product_bg.webp");}.footer-top{background-color:#d9dc36!important;padding:2rem 0!important}.home-banner5 .banner-content button{color:#fff!important;border:2px solid #fb2d4d!important}.footer .widget .widget-title{border-bottom:1px solid!important;padding-bottom:11px!important}.header-center{padding:.9rem 0!important}.homeblog{white-space:inherit;font-size:17px;color:#737373;line-height:20px;font-weight:700}.header-contact.phone a{font-size:15px!important}.btn-sm{font-size:10px!important;padding:4px 6px!important;letter-spacing:2px!important;min-width:90px!important}.btn-info{color:#fff!important;background-color:#545050!important;border-color:#545050!important}ol,ul{list-style:circle;margin-left:18px!important;color:#1f1f1f!important}.faq{border-bottom:1px solid #dcdcdc;line-height:40px}img.ne1{height:126px}.product-default .product-title a{font-size:18px!important}h2.product-title.p{line-height:12px!important;padding-top:20px!important}a.homeblog.j{font-size:14px!important}i.fa.fa-check-square{color:#018137}h2 strong{text-transform:capitalize}.inner-quickview .product-details{align-items:flex-start!important;margin-top:-27px!important}.widget-title{margin:-.5rem 0 1.3rem!important}h4.widget-title.faq_c7{background:#cecbcb;padding:8px}h4.widget-title.faq_c8{background:#ecebebbf;padding:8px}h4.widget-title.faq_c9{background:#cecbcb;padding:8px}h4.widget-title.faq_c10{background:#ecebebbf;padding:8px}h4.widget-title.faq_c11{background:#cecbcb;padding:8px}h4.widget-title.faq_c12{background:#ecebebbf;padding:8px}h4.widget-title.faq_c13{background:#cecbcb;padding:8px}h4.widget-title.faq_c14{background:#ecebebbf;padding:8px}h4.widget-title.faq_c15{background:#cecbcb;padding:8px}h4.widget-title.faq_c16{background:#ecebebbf;padding:8px}h4.widget-title.faq_c17{background:#cecbcb;padding:8px}h4.widget-title.faq_c18{background:#ecebebbf;padding:8px}.footer .widget .widget-content p{margin-bottom:0!important;line-height:2.4rem!important;font-size:15px!important}p{margin-bottom:.5rem!important;color:#1f1f1f!important;text-align:justify!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.it{font-family:"Times New Roman",Times,serif;font-style:italic;color:#1f1f1f!important;font-size:19px!important;text-align:justify!important;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-weight:500}.product-desc-content p{margin-bottom:1.2rem!important;color:#1f1f1f!important;text-align:justify!important;font-weight:400!important}.h2,h2{color:#1f1f1f!important;margin-top:12px!important;margin-bottom:7px!important;font-size:24px!important}.h3,h3{line-height:30px!important;color:#1f1f1f!important;padding-top:15px!important;padding-bottom:5px!important}.h1,h1{color:#000!important}.footer-middle{padding:2rem 0 0!important}.footer-bottom{padding:0 0!important}.home-banner5 .banner-content h3{font-size:17px!important}.ratings-container .ratings:before{color:#f93636!important}.add-cart:before{content:none!important}.inner-icon figure{background:#293871!important;border:1px solid #293871!important}.header-top{background-color: #115e4a !important;#fff !important;padding: 12px 0 8px 0 !important;}.home-banner2 h3 {background-color:#cae7ef !important;}.home-banner2 .banner-content{background-color:#cae7ef !important;}.banner-content button{background-color:#fb2d4d!important}.bg-grey{background-color:#cae7ef !important}.footer-top{background-color:#cae7ef !important;padding:2rem 0!important} .home-banner5 .banner-content button{color:#fff!important;border:2px solid #fb2d4d!important}.footer .widget .widget-title{border-bottom:1px solid!important;padding-bottom:11px!important}.header-center{padding:.9rem 0!important}.homeblog{white-space:inherit;font-size:17px;color:#737373;line-height:20px;font-weight:700}.header-contact.phone a{font-size:15px!important}.btn-sm{font-size:10px!important;padding:4px 6px!important;letter-spacing:2px!important;min-width:90px!important}.btn-info{color:#fff!important;background-color:#545050!important;border-color:#545050!important}ol,ul{list-style:circle;margin-left:18px!important;color:#1f1f1f!important}.faq{border-bottom:1px solid #dcdcdc;line-height:40px}.product-default a{white-space:normal!important}@media only screen and (min-width:768px){.row.row-sm.h{margin-right:123px;margin-left:123px;margin-top:-81px}.col-6.col-md-4.col-xl-3.c{max-width:16%!important}}@media (max-width:767px){.product-panel .section-title{text-align:center}.row.row-sm.justify-content-center{display:grid}.product-default{width:200px}.home-banner .banner-content{width:321px}.home-banner{width:312px}.banner-content button{background-color:#fff!important}.home-banner .banner-content{background:#f3b6088c}.product-default a{min-width:63px!important}.product-default .product-title a{font-size:16px!important}section.bg-grey.pt-5.pb-5{display:none}.home-banner2.text-center{display:none}a.homeblog.j{font-size:10px!important}.product-default.pt-5{display:none}.home-banner3.text-center{display:none}.widget.h{display:none}.it{font-family:"Times New Roman",Times,serif;font-style:italic;color:#093bad!important;font-size:16px!important}.row.row-sm.h{margin-left:10px!important;margin-right:10px!important}.product-single-gallery .product-item{position:relative;margin-bottom:-.6rem!important;margin-top:-57px;border:1px solid #f3b60b42}}.menuspecial :hover>a{background-color:none!important}.menuspecial:hover>a{background:0 0!important}.home-blog .product-details{display:block!important}.home-blog .product-default a{overflow:hidden!important}.home-blog .product-title{display:blog}.widget.m-widget{padding-bottom:10px!important}@media (max-width:767px){.logo img{width:80px!important;  height: auto !important}}@media only screen and (min-width:768px){.row.row-sm.h{margin-right:123px;margin-left:123px;margin-top:-81px}.col-6.col-md-4.col-xl-3.c{max-width:16%!important}}@media (max-width:767px){.banner-content button{background-color:#fff!important}.home-banner .banner-content{background:#f3b6088c}.product-default a{min-width:94px!important}.product-default .product-title a{font-size:11px!important}section.bg-grey.pt-5.pb-5{display:none}.home-banner2.text-center{display:none}a.homeblog.j{font-size:10px!important}.product-default.pt-5{display:none}.home-banner3.text-center{display:none}.widget.h{display:none}.it{font-family:"Times New Roman",Times,serif;font-style:italic;color:#093bad!important;font-size:16px!important}.row.row-sm.h{margin-left:10px!important;margin-right:10px!important}.product-single-gallery .product-item{position:relative;margin-bottom:-.6rem!important;margin-top:-57px;border:1px solid #f3b60b42}}

.dvd {
  float: right;
  position: absolute;
  margin-top: -154px;
  margin-left: 50%;
}

/* desktop media */
        
    @media only screen and (min-width: 768px) {
        .rigts{
            float: right;
position: absolute;
margin-top: -1254px;
margin-left: 47%;
        }
        .dvdsi {
 float: right;
position: absolute;
margin-top: -402px;
margin-left: 51%;
}

}

.entry-content.n h4 {
  margin-top: 29px !important;
  color: #3b8253 !important;
  font-size: 18px !important;
}
/* mobile media */
    
    @media (max-width: 767px){


}
.dvdsi ol {
  list-style: none !important;
}
.dvdsv ol {
  list-style: none !important;
  margin-top: 27px;
}