body {
    color: #333;
    background: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

@media (max-width: 991px) {
    .offset-lg-3 {
        margin-left: 25%;
    }
}

.d-block {
    display: block !important;
}

.text-right {
    text-align: right !important;
}

.btn-default {
    background-color: rgb(240, 240, 240);
    border-color: rgb(240, 240, 240);
}

.btn-outline-primary:hover, .btn-outline-primary:focus {
    background-color: #0066b0 !important;
    border-color: #0066b0 !important;
    color: #fff !important;
}

.btn-rounded {
    border-radius: 7px;
}

.font-weight-semibold {
    font-weight: 600 !important;
}

/*a:hover {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
}

a:focus {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
    outline: 2px solid #0066b0 !important;
    outline-offset: 4px;
}

.menu-depart-overlay {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all 0.4s;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.menu-depart {
    position: absolute;
    left: 0;
    top: 97%;
    border: 1px solid #f0f0f0;
    border-top: 3px solid #0066b0;
    display: none;
    visibility: hidden;
    flex-direction: column;
    z-index: 1000;
    background: #fff;
    width: 280px;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    height: 0;
    opacity: 0;
}

.menu-depart.opened {
    display: flex;
    visibility: visible;
    height: auto;
    opacity: 1;
}

.menu-vertical.sf-arrows {
    padding: 0;
}

.menu-depart ul {
    position: static;
    display: block;
}

.menu-vertical {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}

.main-nav .menu-vertical > li:first-child {
    padding-left: 1.6rem;
}

.menu-vertical.sf-arrows > li {
    position: static;
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.main-nav .menu-vertical > li {
    margin: 0;
}

.menu-vertical > li {
    float: none;
    margin: 0;
    padding: 0 1.8rem 0 1.6rem;
}

.menu-vertical.sf-arrows > li > a {
    display: flex;
    position: relative;
    padding: 0.9rem 0 0.7rem 1.6rem;
    align-items: center;
    font-weight: 400;
    letter-spacing: 0;
    color: #222529;
}

.menu-depart a:not(:last-child) {
   /* border-bottom: 1px solid rgba(0,0,0,0.125);
   border-bottom: 0;
}

.main-nav > .menu:not(.menu-vertical) > li:first-child .sf-with-ul:after {
    margin-left: 0.9rem;
    font-weight: 700;
    font-size: 14px;
}
.main-nav > .menu:not(.menu-vertical).sf-arrows .sf-with-ul:after {
    display: none;
}

.main-nav .menu-vertical.sf-arrows .sf-with-ul:after, .main-nav .menu-vertical .megamenu {
    display: block !important;
}
.menu-vertical.sf-arrows > li .sf-with-ul:after {
    right: 2.3rem;
    top: 28%;
    color: #222529;
    color: #777;
}
.menu-vertical.sf-arrows > li > .sf-with-ul:after {
    content: "";
    position: absolute;
    right: 2.8rem;
    color: #838b90;
    font-size: 1.5rem;
}
.menu.sf-arrows > li > .sf-with-ul:after {
    content: "";
    position: static;
    margin-left: 5px;
    font-weight: 400;
}
.menu.sf-arrows .sf-with-ul:after {
    position: absolute;
    right: 1rem;
    content: "";
    font-family: "porto";
}*/

.header-top {
    font-size: 1.4rem;
}

.header-top .info-box h4 {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.025em;
    text-transform: none;
    color: #212529;
}

.header-top .top-links a {
    font-weight: 600;
    letter-spacing: 0.025em;
    line-height: 26px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    color: #212529;
}

.header-top .top-links a:hover {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
}

.header-top .top-links a:focus {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
    outline: 2px solid #0066b0 !important;
    outline-offset: 4px;
}

.header-middle {
    padding-top: 2.4rem;
    padding-bottom: 1.4rem;
}

.logo {
    max-width: 150px;
}

.header-userinfo span {
    font-weight: 500;
    font-size: 11px;
    line-height: 11px;
    letter-spacing: -0.025em;
    color: #777777;
}

.header-user a:hover, .header-user a:focus {
    text-decoration: none !important;
}

.header-bottom {
    padding-top: 6px;
    padding-bottom: 12px;
}


.menu-vertical ul,
.menu-vertical .megamenu {
  top: 0;
  left: 100%;
  margin-left: -1px;
  border-top: 0;
}
.menu-vertical.sf-arrows > li > .sf-with-ul:before {
  top: 50%;
  bottom: auto;
  left: calc(95% - 12px);
  margin: -10px 0 0;
  border-width: 10px 12px 10px 0;
  border-color: transparent;
  border-right-color: #fff;
  transition: 0.2s;
}
.menu-vertical.sf-arrows > li > .sf-with-ul:after {
  content: "";
  position: absolute;
  right: 2.8rem;
  color: #838b90;
  font-size: 1.5rem;
}
.menu-vertical.sf-arrows > li.show > .sf-with-ul:before {
  left: calc(100% - 12px);
}
.menu-vertical.sf-arrows > li.show > .sf-with-ul:after {
  color: inherit;
}
.menu-vertical.sf-arrows > li:hover > .sf-with-ul:after {
  color: inherit;
}
.menu-vertical .nolink {
  font-size: 1.3rem;
  font-weight: 700;
}
.menu-vertical > li {
  float: none;
  margin: 0;
  padding: 0 1.8rem 0 1.6rem;
}
.menu-vertical > li:not(:first-child) {
  border-top: 1px solid #fff;
}
.menu-vertical > li:not(:first-child) > a {
  margin-top: -1px;
  border-top: 1px solid #e7e7e7;
}
.menu-vertical > li > a {
  display: block;
  padding: 1.2rem 1rem 1.4rem 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  transition: none;
}
.menu-vertical > li i {
  position: relative;
  margin-right: 8px;
  top: 1px;
}
.menu-vertical > li:hover,
.menu-vertical > li.show,
.menu-vertical > li.active {
  background: #0066b0;
}
.menu-vertical > li:hover > a,
.menu-vertical > li.show > a,
.menu-vertical > li.active > a {
  border-bottom-color: transparent;
  color: #fff;
}
.menu-vertical > li:hover + li > a,
.menu-vertical > li.show + li > a,
.menu-vertical > li.active + li > a {
  border-top-color: transparent;
}

.menu-custom-block {
  display: flex;
  justify-content: flex-end;
  padding-top: 1rem;
  padding-bottom: 0.9rem;
}
.menu-custom-block a {
  display: block;
  position: relative;
  padding: 0 15px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 32px;
}
.menu-custom-block a:not(:hover) {
  color: #465157;
}
.menu-custom-block a:last-child {
  padding-right: 0;
}

.menu-item-sale {
  text-align: center;
}
.menu-item-sale a {
  display: inline-block;
  margin: 7px 0px 20px;
  padding: 1.6rem 4rem;
  background-color: #f4f4f4;
  color: #ee8379;
  font-size: 1.4rem;
  font-weight: 700;
}

.toggle-menu-wrap .side-nav {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}

.side-menu-wrapper {
  position: relative;
}

.side-menu-title.cursor-pointer {
  cursor: pointer;
}
.side-menu-title.cursor-pointer + .side-nav {
  display: none;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 4px 4px;
}

@media (max-width: 1199px) {
  .menu-item-sale a {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}
@media (max-width: 575px) {
  .menu-custom-block {
    display: none;
  }
}








.main-nav > .menu:not(.menu-vertical) {
  text-transform: capitalize;
}
.main-nav > .menu:not(.menu-vertical) .submenu {
  font-weight: 400;
  font-size: 13px;
}
.main-nav > .menu:not(.menu-vertical) .menu-item {
  margin-right: 2.4rem;
  cursor: pointer;
}
.main-nav > .menu:not(.menu-vertical) .menu-item > a {
  background-color: #0066b0;
  color: #fff;
  border-radius: 4px;
}
.main-nav > .menu:not(.menu-vertical) .menu-item > a i {
  margin-right: 1.3rem;
  font-size: 1.6rem;
}
.main-nav > .menu:not(.menu-vertical) .menu-item > a:hover {
  opacity: 0.8;
  color: #fff;
}
.main-nav > .menu:not(.menu-vertical) .menu-item a::before {
  display: none !important;
}
.main-nav > .menu:not(.menu-vertical).sf-arrows .sf-with-ul:after {
  display: none;
}
.main-nav > .menu:not(.menu-vertical) > li.active a {
  font-weight: 700;
}
.main-nav > .menu:not(.menu-vertical) > li.float-right {
  margin-right: 1.8rem;
}
.main-nav > .menu:not(.menu-vertical) > li.float-right i {
  font-size: 2.1rem;
  margin-right: 8px;
}
.main-nav > .menu:not(.menu-vertical) > li.float-right a {
  font-weight: 700;
  font-size: 1.3rem;
}
.main-nav > .menu:not(.menu-vertical) > li.float-right.phone a {
  padding-top: 10px;
  font-size: 1.4rem;
}
.main-nav > .menu:not(.menu-vertical) > li:last-child {
  margin-right: 1.6rem;
}
.main-nav > .menu:not(.menu-vertical) > li:first-child > a {
  padding: 1.6rem 3.2rem 1.5rem;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: -0.025em;
}
.main-nav > .menu:not(.menu-vertical) > li:first-child .sf-with-ul:after {
  margin-left: 0.9rem;
  font-weight: 700;
  font-size: 14px;
}
.main-nav > .menu:not(.menu-vertical) > li:first-child span {
  margin-bottom: 2px;
  display: inline-block;
}

.main-nav > .menu .menu-item:after {
    display: none;
}

.main-nav .menu > li > a {
    font-size: 1.7rem;
    font-weight: 600;
    padding: 1.1rem 2rem;
    letter-spacing: -0.027em;
    color: #333;
}

.main-nav > .menu:not(.menu-vertical) > li.float-right a {
    font-weight: 700;
    font-size: 1.6rem;
}

.custom-icon-toggle-menu {
  display: inline-block;
  position: relative;
  border-top: 3px solid;
  width: 18px;
  vertical-align: middle;
  margin-right: 0.75rem;
}
.custom-icon-toggle-menu:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -9px;
  border-top: 3px solid;
}
.custom-icon-toggle-menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  border-top: 3px solid;
}

.menu-depart-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.4s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}

.mmenu-depart-active .menu-depart-overlay {
  opacity: 1;
  visibility: visible;
}
.mmenu-depart-active .main-nav > .menu > li:first-child > a {
  position: relative;
  background-color: #0066b0;
  color: #fff;
  z-index: 1001;
}

.menu-depart {
  position: absolute;
  left: 0;
  top: 97%;
  border: 1px solid #f0f0f0;
  border-top: 3px solid #0066b0;
  display: none;
  visibility: hidden;
  flex-direction: column;
  z-index: 1000;
  background: #fff;
  width: 280px;
  box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  height: 0;
  opacity: 0;
  padding: 0;
}
.menu-depart ul {
  position: static;
  display: block;
}
.menu-depart .megamenu {
  top: -5px;
}
.menu-depart.opened {
  display: flex;
  visibility: visible;
  height: auto;
  opacity: 1;
}

.banner7 img,
.banner8 img {
  min-height: 150px;
}

.banner7 h5 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-size: 1.875em;
  color: #222529;
}
.banner7 h5 del {
  font-size: 0.467em;
  font-weight: 500;
}
.banner7 h4 {
  padding-bottom: 4px;
  font-size: 1.4em;
  font-weight: 700;
}
.banner7 h4 sup {
  font-size: 58%;
}
.banner7 h3 {
  font-size: 0.94em;
  font-weight: 500;
  color: #ccc;
}
.banner7 .banner-layer {
  margin-top: -3px;
  margin-right: -2px;
  right: 8%;
  font-size: 1.6rem;
}
.banner7 .banner-layer-circle-item {
  margin-right: 1.6rem;
  font-size: 2.5em;
  font-weight: 700;
}

.banner8 h3 {
  margin-bottom: 1.2rem;
  font-size: 1.7em;
  letter-spacing: 0.077em;
  font-weight: 700;
  line-height: 0.9;
}
.banner8 h4 {
  margin-bottom: 0.5rem;
  padding: 0.6em 0.67em 0.7em;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.banner8 h5 {
  margin-bottom: 1.4rem;
  font-size: 0.8em;
  font-weight: 700;
}
.banner8 .btn {
  padding: 1.14em 0 1.1em;
  font-size: 0.87em;
  width: 158px;
  font-weight: 600;
  letter-spacing: 0.012em;
}
.banner8 .banner-layer {
  padding-top: 2rem;
  right: 9%;
  font-size: 1.6rem;
}

.menu-coupon-sale-text {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin: 0 0 2.1rem 1.2rem;
  padding: 0.2em 0.4em;
  font-size: 2em;
  transform: rotate(-2deg);
}
.menu-coupon-sale-text b {
  padding: 3px 5px 4px 6px;
  font-size: 1.6em;
  background-color: #fff;
}

.banner-layer-circle-item {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: #fff;
  background: #222529;
  letter-spacing: -0.08em;
}
.banner-layer-circle-item sup {
  line-height: 1;
  top: 0;
  letter-spacing: 0;
  font-size: 55%;
}
.banner-layer-circle-item small {
  display: block;
  font-size: 0.4329em;
  letter-spacing: -0.025em;
  opacity: 0.5;
}

.main-nav .menu-depart .megamenu {
  top: -3px;
  border: 0;
  border-top: 3px solid #0066b0;
}
.main-nav .menu-vertical > li {
  margin: 0;
}
.main-nav .menu-vertical > li:first-child {
  padding-left: 1.6rem;
}
.main-nav .menu-vertical.sf-arrows .sf-with-ul:after,
.main-nav .menu-vertical .megamenu {
  display: block !important;
}

.menu-vertical > li:hover + li > a, .menu-vertical > li.show + li > a, .menu-vertical > li.active + li > a {
  border-top-color: #e7e7e7;
}

.menu-vertical {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.menu-vertical > li > a {
  display: flex;
  align-items: center;
  padding: 1.1rem 1.6rem 1rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: none;
  color: #777;
  letter-spacing: 0.01em;
}
.menu-vertical > li > a i {
  margin-bottom: 4px;
  margin-right: 0.9rem;
  font-size: 1.8rem;
}
.menu-vertical > li > a:hover {
  color: #222529;
}
.menu-vertical .megamenu .nolink {
  padding-bottom: 0.4rem;
}
.menu-vertical .megamenu .submenu a {
  padding-bottom: 0.8rem;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
}
.menu-vertical ul li:hover > a,
.menu-vertical ul li.show > a,
.menu-vertical ul li.active > a {
  background: #fff;
  text-decoration: underline;
}
.menu-vertical.sf-arrows {
  padding: 0;
}
.menu-vertical.sf-arrows .menu-btn {
  position: absolute;
  right: -11px;
  top: 51%;
  width: 32px;
  display: flex;
  height: 32px;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  font-weight: 400;
}
.menu-vertical.sf-arrows .menu-btn:after {
  position: relative;
  top: 0;
}
.menu-vertical.sf-arrows > li {
  position: static;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.menu-vertical.sf-arrows > li .sf-with-ul:before {
  top: 54%;
  left: 100%;
}
.menu-vertical.sf-arrows > li .sf-with-ul:after {
  right: 2.3rem;
  top: 28%;
  color: #222529;
  color: #777;
}
.menu-vertical.sf-arrows > li > a {
  display: flex;
  position: relative;
  padding: 0.9rem 0 0.7rem 1.6rem;
  align-items: center;
  font-weight: 600;
  font-size: 1.4rem !important;
  letter-spacing: 0;
  color: #222529;
}
.menu-vertical.sf-arrows > li:hover .megamenu,
.menu-vertical.sf-arrows > li:hover > ul {
  left: 105%;
}
.menu-vertical.sf-arrows > li:hover .sf-with-ul:before {
  opacity: 1;
}
.menu-vertical.sf-arrows > li.show, .menu-vertical.sf-arrows > li.active, .menu-vertical.sf-arrows > li:hover {
  background-color: #fff;
}
.menu-vertical.sf-arrows > li.show > a, .menu-vertical.sf-arrows > li.active > a, .menu-vertical.sf-arrows > li:hover > a {
  color: #0066b0;
}
.menu-vertical.sf-arrows > li.show > a:after, .menu-vertical.sf-arrows > li.active > a:after, .menu-vertical.sf-arrows > li:hover > a:after {
  color: inherit;
}

.menu-product {
  margin: 6px 0;
  overflow: hidden;
  border: 2px solid #4dae65;
}

.megamenu-product .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0.9rem;
}
.megamenu-product .owl-theme .owl-dots .owl-dot.active span, .megamenu-product .owl-theme .owl-dots .owl-dot:hover span {
  border-color: #222529;
}
.megamenu-product .owl-theme .owl-dots .owl-dot span:before {
  background-color: #222529;
}
.megamenu-product .col-lg-4 {
  flex: 0 0 28%;
  max-width: 28%;
}
.megamenu-product .col-lg-3 {
  flex: 0 0 28.6%;
  max-width: 28.6%;
}
.megamenu-product .col-lg-5 {
  flex: 0 0 43.4%;
  max-width: 43.4%;
}
.megamenu-product .product-default:hover {
  box-shadow: none;
}
.megamenu-product .product-default figure {
  padding-top: 4.3rem;
}
.megamenu-product .product-default figure h5 {
  position: absolute;
  margin-top: 6px;
  top: 1.7rem;
  font-size: 16px;
  z-index: 1;
}
.megamenu-product .product-default img {
  max-height: 206px;
}
.megamenu-product .product-default .product-details {
  margin-top: 5px;
}
.megamenu-product .product-default:not(.count-down):hover .product-countdown,
.megamenu-product .product-default:not(.count-down):hover .product-countdown-container {
  opacity: 1;
  visibility: visible;
}
.megamenu-product .product-countdown-container {
  position: static;
  margin-top: 5px;
  border-radius: 3rem;
  background: #f4f4f4;
  height: 36px;
  width: 90%;
  opacity: 1;
}
.megamenu-product .product-countdown-container .product-countdown-title,
.megamenu-product .product-countdown-container .product-countdown {
  color: #222529;
}

.menu.menu-vertical .megamenu .submenu {
  padding-bottom: 3rem;
  font-weight: 500;
  text-transform: capitalize;
}
.menu.menu-vertical .megamenu .submenu a {
  padding-bottom: 0.8rem;
  letter-spacing: 0;
}
.menu.menu-vertical .megamenu .nolink {
  padding-bottom: 0.4rem;
  font-size: 1.4rem;
}
.menu.menu-vertical .megamenu.megamenu-four, .menu.menu-vertical .megamenu.megamenu-one, .menu.menu-vertical .megamenu.megamenu-two, .menu.menu-vertical .megamenu.megamenu-three, .menu.menu-vertical .megamenu.megamenu-five {
  width: 830px;
  padding: 2.9rem 3.5rem;
}
.menu.menu-vertical .megamenu.megamenu-four .row > div, .menu.menu-vertical .megamenu.megamenu-one .row > div, .menu.menu-vertical .megamenu.megamenu-two .row > div, .menu.menu-vertical .megamenu.megamenu-three .row > div, .menu.menu-vertical .megamenu.megamenu-five .row > div {
  padding-top: 2px;
}
.menu.menu-vertical .megamenu.megamenu-five {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 550px;
  border-right-color: #222529;
}
.menu.menu-vertical .megamenu.megamenu-one .menu-banner-2 {
  max-height: 373px;
  margin-bottom: 2.6rem;
  overflow: hidden;
}
.menu.menu-vertical .megamenu.megamenu-one .menu-banner-2 .banner-content {
  top: 2.5rem;
  right: 10.1rem;
}
.menu.menu-vertical .megamenu.megamenu-one .menu-banner-2 i {
  font-size: 11.9rem;
  top: 7.8rem;
  left: -2.8rem;
}
.menu.menu-vertical .megamenu.megamenu-one .partner {
  margin-bottom: 0.4rem;
  padding: 1rem;
  border: 1px solid #e3e3e3;
}
.menu.menu-vertical .megamenu.megamenu-one .partner img {
  margin: auto;
  max-width: 120px;
  width: 100%;
}
.menu.menu-vertical .megamenu.megamenu-one figure {
  padding: 0 1rem 0 1.2rem;
  margin-left: auto;
  width: 324px;
}
.menu.menu-vertical .megamenu.megamenu-one img {
  width: auto;
}
.menu.menu-vertical .megamenu.megamenu-one .col-lg-4 {
  padding-left: 6px;
}
.menu.menu-vertical .product-widgets-container {
  padding: 31px 20px 0px 16px;
  background: #f4f4f4;
  height: calc( 100% + 60px );
  margin: -31px -53px -5px 0px;
}
.menu.menu-vertical .product-widgets-container figure {
  margin-right: 1.2rem;
}
.menu.menu-vertical .product-widgets-container .product-default {
  margin-bottom: 1.6rem;
  height: auto;
  background-color: transparent;
}
.menu.menu-vertical .product-widgets-container .product-title {
  font-size: 1.2rem;
  font-family: Poppins, sans-serif;
}
.menu.menu-vertical .product-widgets-container .product-price {
  font-size: 1.3rem;
}
.menu.menu-vertical .product-widgets-container .product-details {
  margin: 5px 0 4px;
}
.menu.menu-vertical .megamenu.megamenu-two img {
  width: 100%;
}
.menu.menu-vertical .megamenu.megamenu-two .submenu {
  padding-bottom: 8px;
}
.menu.menu-vertical .megamenu.megamenu-three i {
  margin-top: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 5.6rem;
  color: #ccc;
}
.menu.menu-vertical .megamenu.megamenu-three .col-lg-3:last-child {
  margin-left: -5px;
}
.menu.menu-vertical .banner9 .banner-layer {
  margin-top: 5.9rem;
  left: auto;
  right: 6px;
}
.menu.menu-vertical .banner9 h6 {
  margin-bottom: 9px;
  font-size: 0.86em;
  letter-spacing: -0.015em;
  font-weight: 700;
}
.menu.menu-vertical .banner9 h3 {
  margin-bottom: 7px;
  font-size: 1.5em;
  letter-spacing: 0.017em;
}
.menu.menu-vertical .banner9 h2 {
  margin-bottom: 1.7rem;
  font-size: 2em;
  letter-spacing: -0.025em;
}

.menu-banner.menu-banner-2 {
  max-height: 349px;
}
.menu-banner.menu-banner-2 .btn {
  bottom: 18px;
  padding: 7px 32px;
}
@media (min-width: 992px) {
  .sidebar-home .col-xl-5col {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .menu.menu-vertical .megamenu {
    display: block;
  }
  .menu.menu-vertical .megamenu.megamenu-four:not(.megamenu-product) .col-lg-4 {
    flex: 0 0 32.6%;
    max-width: 32.6%;
  }
  .menu.menu-vertical .megamenu.megamenu-five .nolink {
    padding-bottom: 0.5rem;
    font-weight: 400;
    color: #fff;
  }
  .menu.menu-vertical .megamenu.megamenu-five a:not(.nolink) {
    padding-bottom: 0.9rem;
    font-weight: 400;
    color: #bcbdbd;
  }
  .menu.menu-vertical .megamenu.megamenu-five .btn:not(.nolink) {
    padding: 1.8rem 4.1rem;
    background: #000;
    color: #fff;
    font-weight: 600;
  }
  .menu.menu-vertical > li:hover .megamenu,
.menu.menu-vertical > li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-left: 0;
    left: 100% !important;
  }
  .menu.menu-vertical > li .megamenu,
.menu.menu-vertical > li > ul {
    display: block;
    visibility: hidden;
    opacity: 1;
    margin-left: -2rem;
    left: -999999px !important;
    transition: visibility 0.3s, opacity 0.3s, margin-left 0.3s;
  }
  .menu.menu-vertical > li .megamenu:before,
.menu.menu-vertical > li > ul:before {
    content: "";
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 13px;
    z-index: 112;
  }

  .main-vertical > li .megamenu:before,
.main-vertical > li > ul:before {
    top: 26.5rem;
  }
}

@media (max-width: 1500px) {
  .main-nav > .menu:not(.menu-vertical) .menu-item {
    margin-right: 1.2rem;
  }
  .main-nav > .menu:not(.menu-vertical) > li {
    margin-right: 1rem;
  }
  .main-nav > .menu:not(.menu-vertical) > li.float-right {
    margin-right: 0;
  }
  .main-nav > .menu:not(.menu-vertical) > li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  .main-nav > .menu > li > a {
    padding: 1.6rem 0.6rem;
  }

  .menu.menu-vertical .megamenu.megamenu-four, .menu.menu-vertical .megamenu.megamenu-one, .menu.menu-vertical .megamenu.megamenu-two, .menu.menu-vertical .megamenu.megamenu-three, .menu.menu-vertical .megamenu.megamenu-five {
    width: 670px;
    padding: 2.9rem 3.5rem;
  }
  .menu.menu-vertical .megamenu.megamenu-one {
    padding-bottom: 1.5rem;
  }
  .menu.menu-vertical .megamenu.megamenu-one .partner {
    margin-bottom: 2rem;
  }
}

.menu li > a {
    display: block;
    padding: 0.8rem 1.8rem;
    transition: 0.2s ease-out;
    color: #555;
}

.page-header {
    background-color: rgba(25, 180, 233,0.8) !important;
    background: 50%/cover;
}

.page-header-bg {
    padding: 6.3rem 0 6.7rem;
}

.page-header-bg h1 {
    text-transform: uppercase !important;
    color: #212529 !important;
}

.page-header-bg h1 span {
    display: block;
    color: #1e3636;
    font-size: 0.45em;
    font-weight: 700;
    line-height: 1.2;
    font-family: Poppins, sans-serif;
    letter-spacing: 0;
}

.about-section h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.025em;
	margin-bottom: 2.0rem;
}

.about-section p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 24px;
}

.intro-slider .banner-media>img {
    width: 42.6rem;
    margin: 5.2rem 0 0 2.0rem;
}

.intro-slider .banner-subtitle {
    font-size: 1.25em;
    color: #0066b0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -0.025em;
}

.category-section .product-category figure:after {
    content: "";
    position: absolute;
    border: 2px solid #e7e7e7;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 1.4rem;
    transform: none;
}

.product-section1 .product-default {
    background: none;
    margin: 0 0rem;
    padding: .7rem .7rem;
}

.product-default:hover {
    z-index: 1;
    background: #fff;
    box-shadow: 0 12px 20px 0 rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease-in-out;
	border-radius: 1.3rem;
}

.left-details .btn-add-cart, .left-details .btn-icon-wish, .left-details .btn-quickview {
    background-color: #0066b0;
    border-color: #0066b0;
    color: #fff;
}

.call-section h2 {
    line-height: 3.75rem;
}

.call-action {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

label {
    margin: 0 0 0.6rem;
    color: #212529;
    font-size: 1.6rem;
    font-weight: 600;
}

.form-control {
    font-size: 1.5rem;
    color: #555;
    border-color: #ddd !important;
}

.form-control:focus {
    border-color: #212529 !important;
    border-width: 2px !important;
}

.form-control.form-select {
    padding-left: 1.2rem;
    height: 46px !important;
    margin-bottom: 1rem;
    transition: all 0.3s;
    border: 1px solid #dfdfdf;
    border-radius: 0;
    background-color: #fff;
    color: #555;
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
}

.form-group .fieldHint {
    color: #ff0000;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
}

/* Forms Validations */
label.valid {
	display: inline-block;
	text-indent: -9999px;
}

label.error {
	color: #C10000 !important;
	font-size: 1.0em;
	margin-top: -5px;
	padding: 0;
}

.form-control.error {
    border-color: #a94442 !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.alert {
    display: block;
    margin-bottom: 2rem;
    padding: 1.6rem 1.5rem;
    border-radius: 0;
}

.alert p {
    display: block;
    font-size: 1.3em;
}

.alert h2 {
    display: block;
    margin: 0;
    padding: 0 0 1.1rem 0;
    border-radius: 0;
    font-size: 1.8em;
}

.alert ul {
    padding: 0;
    list-style: disc;
    border-bottom: none;
    margin: 0 0 0 2.25rem;
}

.alert-danger a {
    color: #842029 !important;
}

.alert-danger a:hover, .alert-danger a:focus {
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 2px;
}

.alert-danger a:focus {
    outline: 2px dashed #842029 !important;
    outline-offset: 6px;
}

.error-text {
    color: #842029 !important;
}

.success-text {
    color: #0f5132 !important;
}

label.error {
    font-size: 1.0em;
    font-weight: 500;
    margin-top: 2px !important;
}

label.error#captcha-error {
	margin-top: 15px;
}

.login-container .btn-login {
    font-size: 1.6rem;
    letter-spacing: -0.025em;
}

.login-container .btn-regist {
    margin-top: 3.0rem;
    font-size: 1.6rem;
    letter-spacing: -0.025em;
}

.form-footer {
    margin-top: 0;
    margin-bottom: 2rem;
    font-size: 1.4rem;
}

.form-footer a:hover {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
}

.form-footer a:focus {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
    outline: 2px solid #0066b0 !important;
    outline-offset: 4px;
}

.custom-account-container {
    margin-bottom: 5.6rem;
}

.account-container {
    margin-top: 4.2rem;
    margin-bottom: 4rem;
}

.widget-dashboard h2 {
    margin-top: -1px;
    margin-bottom: 1.5rem;
    font-size: 1.6rem;
}

.widget-dashboard .list {
    border-bottom: none;
}


.nav-tabs .nav-item:not(:last-child) {
    margin-right: 3.5rem;
}



.nav-tabs .nav-link {
    padding: 1.6rem 0 1.5rem .75rem;
    border: 0;
    /*border-bottom: 2px solid transparent;*/
    color: #282d3b;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1;
    font-family: Poppins, sans-serif;
    text-transform: uppercase;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {

    background-color: rgba(0, 0, 0, 0.05);
}

.widget-dashboard .nav-item:last-child {
    margin-right: 3.5rem;
}


.list li {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    line-height: 24px;
}

.list li:before {
    display: none !important
}

.dashboard-content .feature-box {
    padding-top: 3.5rem;
    margin-bottom: 2rem;
    border: 2px solid #e7e7e7;
}

.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
}

.feature-box:hover, .feature-box:focus {
    border: 2px solid #0066b0;
    background-color: rgba(27, 27, 23, 0.05);;
}

.product-default {
    background-color: #fff;
    margin-bottom: 4rem !important;
	padding: .7rem .7rem;
    height: auto !important;
}

.product-default figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 1.6rem;
    padding: 2.5rem 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 1.0rem;
    background-color: #fff;
	min-height: 295px;
}

.product-default .category-list {
    text-align: left;
    font-weight: 400;
    font-size: 1rem;
    font-family: "Open Sans", sans-serif;
    line-height: 1.7;
    opacity: 0.8;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
}

.product-default .product-title {
    text-align: left;
	width: 100%;
    font-weight: 500 !important;
    font-size: 1.5rem;
    font-family: Poppins, sans-serif;
    line-height: 1.35;
    letter-spacing: 0.005em;
    margin-bottom: 0.4rem;
}

.product-default .product-details {
    position: relative;
    margin: 1.5rem 0 2.0rem;
}

.product-default .product-action {
    position: relative;
    margin-top: 1.0rem;
    margin-bottom: 1.5rem;
    color: #333;
    text-align: left;
	width: 100%;
}

.product-default .btn-add-cart {
    display: inline-block;
    padding: 0 1.4rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: Poppins, sans-serif;
    text-align: left;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.25s ease;
}

.price-box {
    width: 100%;
	text-align: left;
	margin-top: 1.0rem;
	margin-bottom: 1.4rem;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
    line-height: 1;
}

.product-single-gallery .product-item {
    position: relative;
    padding: 2.5rem 2.5rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
    z-index: 2;
}

.prod-thumbnail {
    display: flex;
    display: -ms-flexbox;
    margin: 12px 0 0;
    padding: 0 1px;
}

.prod-thumbnail .owl-item img {
    display: block;
    width: 100%;
    padding: 1.75rem 1.75rem;
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.prod-thumbnail .owl-dot.active img, .prod-thumbnail img:hover {
    border: 2px solid #212529 !important;
}

.account-content {
    font-size: 1.5rem;
    margin-top: 3px;
}

.account-content .list {
    padding: 0;
    list-style: none;
    font-size: 1.5rem;
    border-bottom: none;
    margin-top: -8px;
    margin-bottom: 10px;
}

.account-content .list li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
    border-top: none;
    line-height: 22px;
}

.change-password {
    padding: 2.6rem 3rem 2.2rem;
    border: 2px solid #e7e7e7;
}

.change-password h3 {
    font-size: 1.6rem;
}

.change-password label {
    margin-bottom: 0.7rem;
    font-size: 1.4rem;
    font-weight: 400;
}

.register h3 {
    font-size: 2.0rem;
    width: 100%;
    padding-bottom: 6px;
    border-bottom: 1px solid #222529;
}

.register .terms {
    font-size: 1.3rem;
    line-height: 22px;
    padding-left: 1.5rem;
    margin-bottom: 1.0rem;
}


.register-intro {
    font-size: 1.7rem;
    line-height: 26px;
}

.register-form label {
    margin: 0 0 0.4rem;
    color: #212529;
    font-family: Poppins, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.contact-us-container h1 {
    font-size: 2.4rem;
    letter-spacing: -0.0425em;
    font-weight: 700;
}

.contact-us-container p {
    font-size: 1.7rem;
    line-height: 26px;
}

.contact-form label {
    margin: 0 0 0.6rem;
    color: #212529;
    font-family: Poppins, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

.checkout-progress-bar {
    margin: 4.7rem 0 2.1rem;
    font-size: 0;
    line-height: 1.4;
}

.checkout-progress-bar li {
    display: inline-block;
    position: relative;
    margin-bottom: 3rem;
    color: #999;
    font-family: Poppins, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: -0.03em;
    text-align: center;
    vertical-align: top;
}

.checkout-progress-bar li a {
    color: #222524;
}

.checkout-progress-bar li.active a {
    color: #08C;
}

.checkout-progress-bar li:not(:first-child) {
    margin-left: 5.8rem;
}

.checkout-progress-bar li:not(:first-child):before {
    position: absolute;
    left: -3.3rem;
    top: -0.8rem;
    content: "";
    color: #999;
    font-family: "porto";
    font-size: 3rem;
}

.checkout-progress-bar li.active+li a {
    color: #919292;
}

.checkout-progress-bar li:last-child {
    pointer-events: none;
}

.checkout-progress-bar li:not(:first-child) {
    margin-left: 5.8rem;
}

.checkout-progress-bar li.disabled a {
    color: #919292;
}

.checkout-progress-bar li a.active, .checkout-progress-bar li a:hover {
    color: #08C;
    opacity: 1;
}

.checkout-progress-bar li.active+li a:hover {
    color: #08C;
}

.cart-table-container {
    margin-bottom: 2.5rem;
}

.table.table-cart tr th, .table.table-wishlist tr th {
    border: 0;
    color: #222529;
    font-weight: 700;
    line-height: 2.4rem;
    text-transform: uppercase;
}

.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th {
    vertical-align: middle;
}

.table-cart tr th {
    padding: 1rem;
}

.table-cart tr th.thumbnail-col {
    width: 16%;
}

.table-cart tr th.product-col {
    width: 33%;
}

.table-cart tr th.price-col {
    width: 14%;
}

.table.table-cart tr td, .table.table-wishlist tr td {
    border-top: 1px solid #e7e7e7;
}
.table.table-cart tr td, .table.table-cart tr th, .table.table-wishlist tr td, .table.table-wishlist tr th {
    vertical-align: middle;
}
.table-cart td {
    padding: 2rem 1rem;
}

.table.table-cart .product-image-container, .table.table-wishlist .product-image-container {
    position: relative;
    width: 8rem;
    margin: 0;
}

.table.table-cart .btn-remove, .table.table-wishlist .btn-remove {
    right: -10px;
    font-size: 1.1rem;
}
.btn-remove {
    position: absolute;
    top: -10px;
    right: -8px;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    color: #474747;
    background-color: #fff;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
    text-align: center;
    line-height: 2rem;
}

.table.table-cart tr td.product-col, .table.table-wishlist tr td.product-col {
    padding: 2rem 0.8rem 1.8rem 0;
}

.table.table-cart .product-title, .table.table-wishlist .product-title {
    margin-bottom: 0;
    padding: 0;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.75;
}
.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}

.table.table-cart .product-title a, .table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}
.table.table-cart .product-title a, .table.table-wishlist .product-title a {
    color: inherit;
}

.table.table-cart .product-single-qty, .table.table-wishlist .product-single-qty {
    margin: 0.5rem 4px 0.5rem 1px;
}

.table.table-cart .bootstrap-touchspin.input-group, .table.table-wishlist .bootstrap-touchspin.input-group {
    margin-right: auto;
    margin-left: auto;
}

.table.table-cart .product-single-qty .form-control, .table.table-wishlist .product-single-qty .form-control {
    height: 48px;
    width: 44px;
    font-size: 1.6rem;
    font-weight: 700;
}
.product-single-qty .bootstrap-touchspin .form-control, .product-single-qty .bootstrap-touchspin .form-control:not(:focus), .product-single-qty .btn-outline:not(:disabled):not(.disabled):active {
    border-color: #dae2e6;
}

.table.table-cart .product-title a, .table.table-cart .subtotal-price {
    display: block;
    margin-bottom: 1px;
}
.table.table-cart .subtotal-price, .table.table-wishlist .subtotal-price {
    color: #222529;
    font-size: 1.6rem;
    font-weight: 600;
}

.table.table-cart tfoot td, .table.table-wishlist tfoot td {
    padding: 2rem 0.8rem 1rem;
}

.cart-discount {
    margin-bottom: 4rem;
}

.cart-discount form {
    max-width: 420px;
}

@media (min-width: 1200px) {
    .cart-table-container .input-group .form-control {
        width: 183px;
    }
}
.cart-table-container .input-group .form-control {
    height: 43px;
    border-color: rgba(0, 0, 0, 0.09);
}

.cart-discount .input-group-append {
    margin-left: 3px;
}

.table.table-cart tfoot .btn, .table.table-wishlist tfoot .btn {
    padding: 1.2rem 2.4rem 1.3rem 2.5rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    height: 43px;
    letter-spacing: -0.018em;
}

.cart-table-container .btn-shop:hover, .cart-table-container .btn-sm:hover {
    color: #fff;
    background-color: #08C;
}

.cart-summary, .order-summary {
    position: relative;
}
.cart-summary {
    margin-bottom: 3.6rem;
    padding: 2.4rem 3rem 3.4rem;
    border: 2px solid #e7e7e7;
    background: #fff;
}

.cart-summary:before, .order-summary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}

.cart-summary h3 {
    margin-bottom: 2.3rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.table.table-totals {
    margin-bottom: 2.6rem;
}

.table.table-totals tbody tr {
    border-bottom: 1px solid #dcdcdc;
}

.table.table-totals tr td, .table.table-totals tr th {
    padding: 1rem;
    border: 0;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 600;
    color: #222529;
    font-family: "poppins";
}

.table.table-totals tfoot {
    border-top: 1px solid #ccc;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}

.table.table-totals tfoot tr td {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    vertical-align: middle;
    font-size: 1.6rem;
    padding-left: 1.2rem;
}
.table.table-totals tr td, .table.table-totals tr th {
    padding: 1rem;
    border: 0;
    letter-spacing: -0.01em;
    font-size: 14px;
    font-weight: 600;
    color: #222529;
    font-family: "poppins";
}

.table.table-totals tfoot tr td:last-child {
    font-weight: 700;
    font-size: 22px;
    color: #222529;
}

.table.table-totals tr td:last-child, .table.table-totals tr th:last-child {
    color: #222529;
    text-align: right;
    font-weight: 400;
}

.table.table-totals h4 {
    display: inline;
    margin-bottom: 1.5rem;;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.table.table-totals .form-group {
    margin-bottom: 1.5rem;
}

.table.table-totals .custom-radio .custom-control-input {
    width: 100px;
}

.cart-summary form {
    margin-bottom: 1.6rem;
}

.table.table-totals .form-group {
    margin-bottom: 1.5rem;
}
.cart-summary .form-group-sm {
    max-width: none;
}

.cart-summary .form-group-sm label {
    margin-top: 1.3rem;
    letter-spacing: 0;
    margin-bottom: 1.4rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
}

.cart-summary .btn-update-total {
    background-color: #f4f4f4;
    color: #222529;
    border: none;
    padding: 8px 12px;
    line-height: 1.5;
    font-family: "Open Sans", sans-serif;
}

.cart-summary .btn-update-total:hover {
    color: #fff;
    background-color: #08C;
}

.checkout-methods .btn {
    font-family: "Open Sans", sans-serif;
    font-size: 1.5rem;
    letter-spacing: -0.015em;
    padding: 1em 0;
}

.checkout-methods .btn i {
    margin-left: 1.2rem;
}

.checkout-steps li {
    margin-bottom: 3rem;
}

.checkout-container .step-title {
    letter-spacing: -0.01em;
}
.step-title {
    margin-bottom: 0;
    color: #222529;
    font-size: 2.2rem;
}

.step-title:after {
    display: block;
    clear: both;
    content: "";
}

.checkout-steps li form:last-of-type {
    padding-bottom: 0.1rem;
    border-bottom: 0;
}
.checkout-steps li form {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 2rem;
    border-bottom: 1px solid #ccc;
}

.checkout-container .form-group, .checkout-container .select-custom {
    margin-bottom: 1.7rem;
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.checkout-container .form-control, .checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px;
}

.checkout-container .form-control, .checkout-container select.form-control:not([size]):not([multiple]) {
    height: 49px;
}
select.form-control:not([size]):not([multiple]) {
    height: 4.6rem;
    padding: 0.8rem 1.2rem;
}
.checkout-container .select-custom .form-control {
    font-size: 1.4rem;
}
.select-custom .form-control, .select-custom .form-control-sm {
    padding-right: 4rem;
}
.select-custom select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    position: relative;
    z-index: 1;
    background: transparent;
}

.checkout-container .checkout-steps .select-custom:after {
    top: 66%;
}
.select-custom:after {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 1.9rem;
    transform: translateY(-50%);
    font-family: "porto";
    font-size: 1.6rem;
    content: "";
    padding-bottom: 2px;
    font-weight: 400;
}

.checkout-container .custom-control {
    margin-top: 3.3rem;
    margin-bottom: 14px;
}

.checkout-container label {
    margin-bottom: 0.6rem;
    color: #222529;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
}

.form-group-custom-control .custom-control-label {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: initial;
    color: #222529;
    font-size: 13px;
	width: 100%;
}
.custom-control-label {
    position: static;
    margin-bottom: 0;
}

.checkout-container .checkout-steps .custom-control-label:after, .checkout-container .checkout-steps .custom-control-label:before {
    top: 0px;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-control-label:before {
    border: 1px solid #ccc;
    background-color: #fff;
}
.custom-control-label:after, .custom-control-label:before {
    top: 0;
    left: 0;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}

.custom-checkbox .custom-control-label:after {
    top: 0;
    left: 4px;
}

.checkout-container .order-summary {
    padding: 2.8rem 3.2rem 3.1rem;
    margin-top: 1px;
}
.cart-summary, .order-summary {
    position: relative;
}
.order-summary {
    margin-bottom: 3rem;
    padding: 3rem;
    border: 2px solid #e7e7e7;
}

.cart-summary:before, .order-summary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    visibility: hidden;
}

.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}

.table-mini-cart {
    margin-bottom: 0;
}

.table-mini-cart tfoot, .table-mini-cart thead {
    border-bottom: 1px solid #e7e7e7;
}

.table-mini-cart tfoot {
    border-top: 1px solid #e7e7e7;
}

.table-mini-cart td, .table-mini-cart th, .table-mini-cart thead th, .table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart td, .table-mini-cart th, .table-mini-cart thead th, .table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529;
}

.table-mini-cart .price-col, .table-mini-cart .product-col {
    padding: 1.3rem 1rem 1.4rem;
}
.table-mini-cart td, .table-mini-cart th {
    padding: 1rem;
}
.table-mini-cart td, .table-mini-cart th, .table-mini-cart thead th, .table-mini-cart tr {
    border: 0;
    vertical-align: middle;
    color: #222529;
}
tbody .product-col {
    font-size: 0;
}

.table-mini-cart .product-title {
    display: block;
    margin-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}
.product-col .product-title {
    margin-bottom: 1px;
    display: table-cell;
    vertical-align: middle;
}
.order-summary h3 {
    margin-bottom: 1.9rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
}
.order-summary h4 {
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 19px;
}
.table-mini-cart td:last-child {
    text-align: right;
    vertical-align: top;
}
.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400;
}
.table-mini-cart .price-col, .table-mini-cart .product-col {
    padding: 1.3rem 1rem 1.4rem;
}
.table-mini-cart td:last-child {
    text-align: right;
}
.table-mini-cart .price-col {
    font-size: 1.4rem;
    font-weight: 400;
}
.table-mini-cart .order-shipping {
    border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}
.table-mini-cart .order-shipping td {
    padding-top: 1.2rem;
    padding-bottom: 0.9rem;
}
.table-mini-cart .order-shipping h4 {
    margin-bottom: 1.3rem;
}
.table-mini-cart .order-shipping .custom-radio {
    margin: 0;
}
.order-summary .custom-radio .custom-control-input {
    width: 102px;
}
.table-mini-cart .order-shipping .custom-radio label {
    width: 100%;
    font-size: 1.3rem;
    font-weight: 400;
}
.table-mini-cart .order-total {
    border-top: 1px solid #e7e7e7;
    color: #222529;
    font-size: 1.6rem;
    font-weight: 700;
}
.table-mini-cart .order-total td {
    padding-top: 1.8rem;
    padding-bottom: 2.3rem;
}
.table-mini-cart .order-total h4 {
    font-size: 1.6rem;
}
.table-mini-cart .order-total .total-price {
    color: #222529;
    font-size: 2.2rem;
}
.payment-methods {
    padding: 2rem 0.8rem 0;
    margin-top: 1.0rem;
	margin-bottom: 4.6rem;
    border-bottom: 1px solid #e7e7e7;
}
.payment-methods h4 {
    margin-bottom: 1.5rem;
}
.order-summary .info-box p {
    padding: 11px 3px;
    list-style-position: inside;
    text-align: left;
    margin-bottom: 9px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #2f6473;
}
.info-box.with-icon p:before {
    float: left;
    content: "";
    color: #5bc0de;
    font-family: "Font Awesome 5 Free";
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    margin-right: 5px;
    margin-top: 3px;
}
.btn-place-order {
    width: 100%;
    margin-bottom: 0.6rem;
    padding: 1.4rem;
    font-family: "Open Sans", sans-serif;
}

.login-form-container {
    padding-top: 3px;
    padding-bottom: 4px;
}
.checkout-discount h4, .login-form-container h4 {
    margin-bottom: 1rem;
    color: #777;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: -0.025em;
}
.checkout-discount h4 .btn, .login-form-container h4 .btn {
    vertical-align: bottom;
    border: 0;
}
.checkout-discount h4 {
    margin-bottom: 2.6rem;
}
.checkout-discount .btn-toggle, .login-form-container .btn-toggle {
    padding: 0;
    color: #222529;
    letter-spacing: -0.025em;
}
.checkout-discount .feature-box, .login-form-container .feature-box {
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 2.9rem;
}
.feature-box {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 4rem;
}
.checkout-discount .feature-box .feature-box-content, .login-form-container .feature-box .feature-box-content {
    border-top: 4px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    padding: 1rem 2rem;
}
.feature-box-content {
    color: #7b858a;
    font-size: 1.5rem;
    line-height: 1.9;
    padding-left: 10px;
    padding-right: 10px;
}
.login-section.feature-box:hover, .login-section.feature-box:focus {
    border: none !important;
    background: none !important;
}
.checkout-discount.feature-box:hover, .checkout-discount.feature-box:focus {
    border: none !important;
    background: none !important;
}
.checkout-discount form, .login-form-container form {
    margin-bottom: 0;
    padding-top: 1.9rem;
    padding-bottom: 0.7rem;
}
.checkout-discount form p, .login-form-container form p {
    margin-bottom: 1.6rem;
    font-size: 1.4rem;
}
.checkout-discount form .btn, .login-form-container form .btn {
    margin-top: 1.8rem;
    padding: 0.9rem 4.7rem 1rem;
    letter-spacing: -0.01em;
    background-color: #f4f4f4;
    font-size: 1.3rem;
    font-family: "Open Sans", sans-serif;
}
.checkout-discount form .btn:hover, .login-form-container form .btn:hover {
    background-color: #08C;
    color: #fff;
}
.checkout-discount .form-footer, .login-form-container .form-footer {
    margin-top: 1.4rem;
}
.checkout-discount .custom-control, .login-form-container .custom-control {
    padding-left: 2.5rem;
}
.checkout-discount .custom-control label, .login-form-container .custom-control label {
    font-size: 1.2rem;
}
.checkout-discount .custom-control+a, .login-form-container .custom-control+a {
    margin-bottom: 3px;
    font-size: 14px;
    margin-left: 2rem;
}
.checkout-discount .feature-box .feature-box-content {
    padding-top: 2.9rem;
}
.checkout-discount p {
    font-size: 1.4rem;
}
.feature-box p {
    margin-bottom: 0;
}

.checkout-discount form {
    padding-top: 1rem;
}
.checkout-discount form .input-group {
    max-width: 319px;
}

.checkout-container p {
	font-size: 1.5rem;
}

.checkout-container .lead {
	font-size: 1.8rem;
}

.checkout-container .checkout-discount .form-control {
    margin-right: 1.4rem;
    height: 33px;
    font-size: 1.2rem;
}
.checkout-discount .form-control, .checkout-discount .input-group-append {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.checkout-container .checkout-discount .btn.btn-sm {
    height: 33px;
}
.checkout-discount form .btn {
    padding: 0 1rem 0 1.1rem;
    letter-spacing: -0.015em;
}


#map {
    height: 500px;
    margin-bottom: 0;
    background-color: #e5e3df;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

footer {
    font-size: 1.4rem;
    color: #555;
    line-height: 24px;
}

footer a:hover {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
}

footer a:focus {
    color: #0066b0 !important;
    text-decoration: underline !important;
    text-decoration-thickness: 1.5px !important;
    text-underline-offset: 2px;
    outline: 2px solid #0066b0 !important;
    outline-offset: 4px;
}

.footer .widget-title {
    font-size: 1.8rem;
    letter-spacing: -0.025em;
    text-transform: capitalize;
    color: #444;
    margin-bottom: 1.4rem;
}

.footer .contact-info-label {
    font-size: 1.4rem;
    letter-spacing: -0.025em;
    font-weight: 600;
    color: #444;
    margin-bottom: 0;
}

.footer .contact-info li {
    font-size: 1.4rem;
    letter-spacing: -0.025em;
    color: #555;
    padding-top: 2px;
}



footer .social-icon {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    border: 1px solid #555;
    color: #222529;
    font-size: 1.4rem;
    line-height: 40px;
}

.social-icons .social-icon:focus, .social-icons .social-icon:hover {
    color: #fff !important;
    text-decoration: none !important;
    outline: none !important;
    opacity: 0.85;
}

.footer-bottom {
    color: #777;
    background: #fff;
    border-top: 1px solid #e7e7e7;
    padding-bottom: 5.2rem;
    padding-top: 2rem;
}

.footer-copyright {
    font-size: 1.3rem;
    color: #777;
}

/*
.post-slider > .owl-stage-outer,
.products-slider > .owl-stage-outer {
  margin: -10px -20px;
  padding: 10px 20px;
}

@media (max-width: 1280px) {
  .post-slider > .owl-stage-outer,
.products-slider > .owl-stage-outer {
    margin: -10px -15px;
    padding: 10px 15px;
  }
}

.products-slider .owl-stage-outer {
  margin: 0;
  padding: 0;
}
.products-slider .product-default {
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.owl-nav-top .owl-nav {
    position: absolute;
    top: -6.0rem;
    right: 0;
    font-size: 2.9rem;
}

.inner-icon .price-box {
    margin-top: .75rem;
    margin-bottom: 1.5rem;
    font-family: "Open Sans", sans-serif;
}

.home .product-default:not(.product-widget) img {
    /*width: 100% !important;
    max-width: 230px !important;
    max-height: 250px !important;
}

.product-default figure {
    border: 1px solid #e7e7e7;
    padding: 15px;
    height: 250px;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}

.product-price {
    color: #397ca0;
    font-size: 1.8rem;
    line-height: 1;
}

.old-price {
    text-decoration: none !important;
    font-size: 1.4rem;
    letter-spacing: 0.005em;
    color: #999;
    margin-right: 3px;
}

.about-section h2 {
    font-size: 3.5rem;
}

.about-section p {
    margin-bottom: 2rem;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #444444 !important;
}

.login-container .heading {
    position: relative;
    padding-bottom: 1.4rem;
    margin-bottom: 3.4rem;
    border-bottom: none !important;
}

.login-container label {
    margin: 0 0 0.6rem;
    color: #222529;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 500;
}

table.dataTable.table-sm .sorting:before, table.dataTable.table-sm .sorting_asc:before, table.dataTable.table-sm .sorting_desc:before {
    top: auto;
    right: 0.85em;
}

table.dataTable.table-sm .sorting:after, table.dataTable.table-sm .sorting_asc:after, table.dataTable.table-sm .sorting_desc:after {
    top: auto;
}

table.dataTable > thead .sorting:before, table.dataTable > thead .sorting:after, table.dataTable > thead .sorting_asc:before, table.dataTable > thead .sorting_asc:after, table.dataTable > thead .sorting_desc:before, table.dataTable > thead .sorting_desc:after, table.dataTable > thead .sorting_asc_disabled:before, table.dataTable > thead .sorting_asc_disabled:after, table.dataTable > thead .sorting_desc_disabled:before, table.dataTable > thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 0.5em !important;
    display: block;
    opacity: 0.3;
}

table.dataTable.table-sm > thead > tr > th:not(.sorting_disabled) {
    padding-right: 17px;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left;
}

.dataTables_info {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_length select {
    width: auto;
    display: inline-block;
    padding-top: .375rem;
    padding-bottom: .375rem;
    line-height: inherit;
}

.pagination > li > a {
    font-size: 12px;
}

.footer .widget-content li {
    margin-bottom: 1.1rem;
    font-size: 14px;
}
*/