/* OTHER COLORS */
/* FORM ELEMENTS */
/*--======================== MENUBAR --*/
/*$menubar-height:      calc(68px + 0*2);*/
/*--============== ASPECT RATIO --*/
.ratio_2-2 {
  display: block;
  position: relative; }
  .ratio_2-2:before {
    content: "";
    display: block;
    padding-top: 100%;
    width: 100%; }
  .ratio_2-2 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_4-3 {
  display: block;
  position: relative; }
  .ratio_4-3:before {
    content: "";
    display: block;
    padding-top: 75%;
    width: 100%; }
  .ratio_4-3 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_3-2 {
  display: block;
  position: relative; }
  .ratio_3-2:before {
    content: "";
    display: block;
    padding-top: 66.6666666667%;
    width: 100%; }
  .ratio_3-2 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_8-5 {
  display: block;
  position: relative; }
  .ratio_8-5:before {
    content: "";
    display: block;
    padding-top: 62.5%;
    width: 100%; }
  .ratio_8-5 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

.ratio_16-9 {
  display: block;
  position: relative; }
  .ratio_16-9:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    width: 100%; }
  .ratio_16-9 img {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    object-fit: cover;
    width: 100%; }

/*--====================== Owl Carousel --*/
.owl-theme .owl-nav {
  align-items: center;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background: transparent !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50%;
    font-size: 1.75rem !important;
    /* -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
    transition: all 0.36s; }
    .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
      background: #000000 !important;
      color: #fff; }
  .owl-theme .owl-nav .owl-next {
    margin-right: -15px; }
  .owl-theme .owl-nav .owl-prev {
    margin-left: -15px; }
.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.25); }
.owl-theme .owl-dots .owl-dot.active span {
  background: #000000; }

.owl-theme.nav-inside .owl-nav .owl-next {
  margin-right: 15px; }
.owl-theme.nav-inside .owl-nav .owl-prev {
  margin-left: 15px; }

.owl-theme.dots-inside .owl-dots {
  bottom: 30px;
  margin: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }

body {
  color: #646161; }

select {
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.025), rgba(0, 0, 0, 0.025) 100%), url(../img/chevron-arrow-down.png) no-repeat right 1rem top 50% !important;
  background-size: 10px !important;
  min-width: 110px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input:focus, select:focus {
  outline: none; }

img {
  font-size: .75rem;
  text-transform: none; }

ul {
  padding-left: 18px; }

.vertical-align-middle td, .vertical-align-middle th {
  vertical-align: middle; }

.jq-stars {
  display: inline-block; }

.jq-rating-label {
  font-size: 22px;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: helvetica, arial, verdana; }

.jq-star {
  width: 100px;
  height: 100px;
  display: inline-block;
  cursor: pointer;
  padding-right: 4px; }

.jq-star-svg {
  padding-left: 3px;
  width: 100%;
  height: 100%; }

.jq-star-svg path {
  /* stroke: #000; */
  stroke-linejoin: round; }

/* un-used */
.jq-shadow {
  -webkit-filter: drop-shadow(-2px -2px 2px #888);
  filter: drop-shadow(-2px -2px 2px #888); }

.container {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px; }

.text-warning {
  color: #D3B058 !important; }

.btn-primary {
  color: #fff;
  background-color: #000;
  border-color: #000; }

.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #333;
  border-color: #333; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #333;
  border-color: #333; }

.btn-warning {
  color: #fff;
  background-color: #D3B058;
  border-color: #D3B058; }

.btn-warning:hover {
  background-color: #bb9a46;
  color: #fff; }

.btn-outline-warning {
  color: #D3B058;
  border-color: #D3B058; }

.btn-outline-warning:hover {
  color: #fff;
  background-color: #D3B058;
  border-color: #D3B058; }

header {
  background-color: #fff; }

.topbar {
  background-color: #111;
  padding: 6px 0; }

.topbar__info ul li,
.topbar__info ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff; }

.topbar__info ul li i {
  padding-right: 6px;
  color: #fff; }

header .top-header {
  background-color: #fff; }

.navbar-nav {
  flex-wrap: wrap; }

.sidenav .navbar-nav .nav-link {
  padding: 0 !important;
  font-weight: 400;
  font-size: 16px;
  margin: 5px 0; }

.sidenav .navbar-nav .nav-link.active {
  color: #DC0040; }

.sidenav a:hover {
  color: #DC0040; }

.ecm-banner {
  position: relative; }

.ecm-banner .owl-dots {
  display: flex;
  justify-content: center; }

.ecm-banner .owl-dots button:focus {
  outline: none; }

.owl-theme .owl-dots .owl-dot span {
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  background: #fff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span {
  background: #DC0040; }

.banner-offer {
  color: #111;
  font-weight: 600;
  font-size: 24px;
  padding-bottom: 8px;
  margin-bottom: 22px;
  display: inline-block;
  border-bottom: 3px solid #222; }

.ecm-content__box--yellow {
  background-color: #FFBF07; }

.ecm-content__box--green {
  background-color: #0F7466; }

.ecm-content__box--dark {
  background-color: #444; }

.ecm-content__box--blue {
  background-color: #284CC3; }

.ecm-content__box img {
  transform: translateY(0);
  transition: 0.5s all;
  height: 44px;
  filter: grayscale(100%); }

.ecm-content__box:hover img {
  transform: translateY(-6px);
  transition: 0.5s all; }

.ecm-content__box h5 {
  transform: translateY(0);
  transition: 0.5s all;
  color: #111; }

.ecm-content__box:hover h5 {
  transform: translateY(1px);
  transition: 0.5s all; }

.ecm-features__title {
  position: relative;
  border-bottom: 2px solid #E5E5E5;
  padding-bottom: 16px; }

.ecm-features__title h1 {
  position: relative; }

.ecm-features__title h1:after {
  content: '';
  width: 100%;
  height: 4px;
  background-color: #111;
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: translateY(18px); }

.ecm-head h1 {
  text-transform: uppercase;
  text-align: center; }

.ecm-features__box .text-left {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px; }

.ecm-features__box-img {
  position: relative;
  overflow: hidden; }

.ecm-features__box h5 a:hover {
  color: #000;
  transition: 0.5s all; }

.ecm-features__box .price {
  padding-top: 10px; }

.ecm-features__box-grey {
  background-color: #F5F5F5;
  padding: 1rem;
  height: 230px;
  border-radius: 4px; }

.ecm-features__box-grey img {
  width: 140px;
  height: 140px; }

.ecm-features__box-grey h5 {
  color: #333;
  position: relative;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  transform: translateY(-16px); }

.ecm-featured .col {
  flex: 1;
  flex-basis: 20%; }

.ecm-testimonial {
  background-color: #f5f5f5;
  padding: 40px 0; }

.testimonials i {
  font-size: 34px;
  color: #DC0040; }

.ecm-schedule {
  padding: 40px 0; }

.input-inline {
  align-items: center;
  display: flex; }

.rtt-subscribe {
  background-color: #f1f1f1;
  padding: 40px 0 40px; }
  .rtt-subscribe h3 {
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 22px; }
  .rtt-subscribe input {
    border-color: #fff;
    border-radius: 0;
    background: #fff;
    padding: 0 20px;
    width: 340px; }
  .rtt-subscribe .btn {
    border-radius: 0; }

input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ccc; }

input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc; }

input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ccc; }

input:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc; }

.ecm-ribbon h1 {
  background: #fff;
  display: inline;
  position: relative;
  padding-right: 40px; }

.ecm-ribbon__title {
  position: relative;
  background-color: #fff; }

.ecm-ribbon__title:before {
  content: '';
  position: absolute;
  top: 25px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #eee; }

.product .ecm-features__box img {
  height: 220px; }

.ecm-features__box-img {
  /*border: 4px solid #111;*/ }
  .ecm-features__box-img a {
    display: block; }

.ecm-features__box .price h4 {
  margin: 0;
  font-size: 18px; }

.pagination {
  margin: 0;
  justify-content: center;
  padding: 24px 0 30px; }

.pagination .page-link {
  border: 0;
  color: #333;
  padding: 8px 16px; }

.accordion .card {
  border: 0 !important; }

.accordion .card,
.accordion .card-body {
  background: none; }

.page-item.active .page-link {
  background-color: #000; }

.schedule-block {
  display: flex;
  background-color: #f5f5f5;
  margin-top: 30px;
  cursor: pointer;
  width: 100%; }

.schedule-block:hover .schedule-date {
  background-color: #D3B058; }

.schedule-date {
  background-color: #333;
  color: #fff;
  width: 144px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }

.schedule-desc {
  padding: 24px; }

.schedule-desc p {
  margin-bottom: 6px; }

.testimonials .owl-nav .owl-prev,
.testimonials .owl-nav .owl-next {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%); }

.testimonials .owl-nav .owl-prev {
  left: -38px; }

.testimonials .owl-nav .owl-next {
  right: -70px;
  margin-right: 0; }

.testimonials .owl-nav .owl-prev i,
.testimonials .owl-nav .owl-next i {
  color: #333; }

.testimonials .owl-nav .owl-prev i:hover,
.testimonials .owl-nav .owl-next i:hover {
  color: #DC0040; }

.in-stock {
  padding-top: 4px;
  padding-bottom: 12px;
  display: inline-block; }
  .in-stock i {
    color: #2370F4; }

.qty .btn {
  padding: 6px; }

.product-detail .price h4 {
  color: #444;
  margin-bottom: 0;
  font-weight: 600; }

.qty-block {
  display: flex; }

.qty-input {
  text-align: center; }

.qty-input-block {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative; }
  .qty-input-block input {
    border: 0;
    background: none;
    width: 100%; }
  .qty-input-block input::-webkit-outer-spin-button,
  .qty-input-block input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .qty-input-block input[type=number] {
    -moz-appearance: textfield; }

.qty-block .btn, .qty-block div {
  border: 1px solid #ccc; }

.qty-block .btn {
  width: 36px;
  height: 36px; }

.qty-block .btn-one {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right: 0; }

.qty-block .btn-two {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0; }

.product-desc {
  padding-top: 14px; }

.product-desc h4 {
  font-size: 18px;
  font-weight: 700;
  color: #222; }

.product-desc p {
  line-height: 30px;
  font-weight: 400; }

.product-desc ul {
  padding-left: 18px; }

.product-desc ul li {
  padding: 6px 0;
  font-size: 16px; }

.p-s {
  display: flex;
  border-bottom: 1px solid #dedede;
  padding-bottom: 14px;
  margin-bottom: 14px; }

.p-s span {
  flex: 1;
  color: #444; }

.ecm-dp {
  padding: 12px 0; }

.ecm-schedule-info {
  padding-top: 30px; }

.ecm-schedule-info ul li {
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding-right: 20px; }

.ecm-schedule-info ul li:first-child {
  border-right: 1px solid #eee; }

.ecm-schedule-info ul li i {
  width: 40px;
  height: 40px;
  border-radius: 500rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background-color: #666;
  margin-right: 1rem; }

.ecm-banner .item {
  position: relative;
  min-height: 100px; }
  .ecm-banner .item img {
    background: #7E7E7E;
    height: auto;
    object-fit: cover;
    width: 100%; }

/*.ecm-banner .item:before {*/
/*position: absolute;*/
/*top: 0;*/
/*left: 0;*/
/*content: '';*/
/*background-color: #fff;*/
/*width: 100%;*/
/*height: 100%;*/
/*opacity: .45;*/
/*}*/
.ecm-clearance {
  padding: 10px 0; }

.ecm-rating {
  padding-top: 4px; }

.ecm-rating span {
  color: #B9B9B9;
  display: inline-block;
  padding-left: 7px;
  transform: translateY(1px);
  font-weight: 500; }

.gtg-info li i {
  margin-right: 10px;
  width: 12px; }

i.gtg-info-map {
  transform: translateY(-22px); }

.ecm-testimonial_desc {
  padding-bottom: 20px; }

.product-location {
  background-color: #F5F5F5;
  display: inline-flex;
  align-items: center;
  padding: 3px 12px;
  color: #888;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 12px;
  border-radius: 500rem; }

.product-location i {
  font-size: 6px;
  padding-right: 5px;
  color: #D3B058; }

.load-more {
  font-weight: 600;
  font-size: 16px;
  color: #333; }

.load-more i {
  font-size: 14px; }

.load-more:hover {
  color: #2370F4; }

.product-social ul li {
  padding-left: 12px; }

.product-social ul li i {
  color: #fff;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 4px;
  margin-right: 0 !important;
  transition: 0.5s all; }

.product-social ul li i:hover {
  transform: translateY(-6px);
  transition: 0.5s all; }

.product-social ul li.fb i {
  background-color: #1877f2; }

.product-social ul li.tweet i {
  background-color: #1da1f2; }

.product-social ul li.insta i {
  background-color: #c32aa3; }

.ecm-list_img {
  border: 1px solid #eee; }

.ecm-list_img #ecm-fav, .ecm-list_img #ecm-fav2 {
  right: 34px; }

.card-header {
  background-color: #FBFBFB; }

.ecm-features__box h5 a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden; }

.ecm-login {
  padding: 16px 0 40px; }

.ecm-clearance .row .col {
  flex: 100%; }

@media (min-width: 600px) {
  .ecm-clearance .row .col {
    flex: 50%; } }
@media (min-width: 768px) {
  .ecm-clearance .row .col {
    flex: 33.33%; } }
@media (min-width: 991px) {
  .ecm-clearance .row .col {
    flex: 20%; } }
.ecm-coll {
  text-align: center;
  display: block;
  transition: 0.5s all; }

.ecm-coll img {
  max-height: 180px;
  max-width: 180px;
  margin: 0 auto;
  transform: scale(1);
  object-fit: cover;
  border-radius: 50%;
  transition: 0.5s all;
  border: 3px solid #111;
  overflow: hidden; }

.ecm-coll:hover img {
  transform: scale(1.05);
  transition: 0.5s all; }

.ecm-coll h5,
.ecm-cat h5 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding-top: 20px;
  margin-bottom: 0;
  transition: 0.5s all; }

.ecm-coll span {
  color: #444;
  font-weight: 400;
  font-size: 18px;
  padding-top: 8px; }

.ecm-coll:hover h5,
.ecm-cat:hover h5 {
  color: #222;
  transition: 0.5s all; }

.ecm-cat {
  margin-top: 30px;
  transition: 0.5s all;
  display: block;
  overflow: hidden; }

.ecm-cat img {
  width: 100%;
  border-radius: 4px;
  height: 210px;
  object-fit: cover;
  transition: 0.5s; }

.flex-direction-nav a:before {
  font-size: 28px !important; }

.flexslider .slides {
  display: flex;
  align-items: center; }

.flexslider .slides li iframe {
  width: 100%; }

/*Step Form CSS*/
/*Color Variables*/
.multi_step_form {
  display: block;
  overflow: hidden;
  /*box-shadow: 0 0 6px 3px rgba(0,0,0,.06);*/
  border: 1px solid #eee;
  margin-bottom: 2rem; }

.multi_step_form #msform {
  position: relative;
  min-height: 782px;
  margin: 0 auto;
  background: #fff;
  z-index: 1; }
.multi_step_form .content-section {
  padding: 30px; }

.multi_step_form #msform .tittle {
  text-align: center;
  padding-bottom: 12px; }

.multi_step_form #msform .tittle h2 {
  font: 500 24px/35px 'Roboto', sans-serif;
  color: #3f4553;
  padding-bottom: 5px; }

.multi_step_form #msform .tittle p {
  font: 400 16px/28px 'Roboto', sans-serif;
  color: #5f6771; }

.multi_step_form #msform fieldset {
  border: 0;
  /*padding: 10px 105px 0;*/
  position: relative;
  width: 100%;
  left: 0;
  right: 0; }

.multi_step_form #msform fieldset:not(:first-of-type) {
  display: none; }

.multi_step_form #msform fieldset h3 {
  font: 500 18px/35px 'Roboto', sans-serif;
  color: #3f4553; }

.multi_step_form #msform fieldset h6 {
  color: #5f6771;
  padding-bottom: 6px; }

.multi_step_form #msform fieldset .intl-tel-input {
  display: block;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none; }

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag {
  padding: 0 20px;
  background: transparent;
  border: 0;
  box-shadow: none;
  outline: none;
  width: 65px; }

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow {
  border: 0; }

.multi_step_form #msform fieldset .intl-tel-input .flag-container .selected-flag .iti-arrow:after {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 0;
  font: normal normal normal 24px/7px Ionicons;
  color: #5f6771; }

.multi_step_form #msform fieldset #phone {
  padding-left: 80px; }

.multi_step_form #msform fieldset .fg_2, .multi_step_form #msform fieldset .fg_3 {
  padding-top: 10px;
  display: block;
  overflow: hidden; }

.multi_step_form #msform fieldset .fg_3 {
  padding-bottom: 70px; }

/*.multi_step_form #msform fieldset .form-control, .multi_step_form #msform fieldset .product_select {*/
/*border-radius: 3px;*/
/*border: 1px solid #d8e1e7;*/
/*padding: 0 20px;*/
/*height: auto;*/
/*color: #5f6771;*/
/*box-shadow: none;*/
/*outline: none;*/
/*width: 100%;*/
/*}*/
.multi_step_form #msform fieldset .form-control.placeholder, .multi_step_form #msform fieldset .product_select.placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control:-moz-placeholder, .multi_step_form #msform fieldset .product_select:-moz-placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control::-moz-placeholder, .multi_step_form #msform fieldset .product_select::-moz-placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select::-webkit-input-placeholder {
  color: #5f6771; }

.multi_step_form #msform fieldset .form-control:focus.placeholder, .multi_step_form #msform fieldset .product_select:focus.placeholder {
  color: transparent; }

.multi_step_form #msform fieldset .form-control:focus:-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus:-moz-placeholder {
  color: transparent; }

.multi_step_form #msform fieldset .form-control:focus::-moz-placeholder, .multi_step_form #msform fieldset .product_select:focus::-moz-placeholder {
  color: transparent; }

.multi_step_form #msform fieldset .form-control:focus::-webkit-input-placeholder, .multi_step_form #msform fieldset .product_select:focus::-webkit-input-placeholder {
  color: transparent; }

.multi_step_form #msform fieldset .product_select:after {
  display: none; }

.multi_step_form #msform fieldset .product_select:before {
  content: "\f35f";
  position: absolute;
  top: 0;
  right: 20px;
  font: normal normal normal 24px/48px Ionicons;
  color: #5f6771; }

.multi_step_form #msform fieldset .product_select .list {
  width: 100%; }

.multi_step_form #msform fieldset .done_text {
  padding-top: 40px; }

.multi_step_form #msform fieldset .done_text .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  margin-bottom: 10px;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.multi_step_form #msform fieldset .done_text h6 {
  line-height: 23px; }

.multi_step_form #msform fieldset .code_group {
  margin-bottom: 60px; }

.multi_step_form #msform fieldset .code_group .form-control {
  border: 0;
  border-bottom: 1px solid #a1a7ac;
  border-radius: 0;
  display: inline-block;
  width: 30px;
  font-size: 30px;
  color: #5f6771;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  line-height: 1; }

.multi_step_form #msform fieldset .passport {
  margin-top: -10px;
  padding-bottom: 30px;
  position: relative; }

.multi_step_form #msform fieldset .passport .don_icon {
  height: 36px;
  width: 36px;
  line-height: 36px;
  font-size: 22px;
  position: absolute;
  top: 4px;
  right: 0;
  background: #000;
  display: inline-block;
  border-radius: 50%;
  color: #fff;
  text-align: center; }

.multi_step_form #msform fieldset .passport h4 {
  color: #5f6771;
  padding: 0; }

.multi_step_form #msform fieldset .input-group .custom-file {
  width: 100%;
  height: auto; }

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label {
  width: 168px;
  border-radius: 5px;
  cursor: pointer;
  border: 1px solid #99a2a8;
  text-align: center;
  transition: all 300ms linear 0s;
  color: #5f6771; }

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label i {
  font-size: 20px;
  padding-right: 10px; }

.multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:hover, .multi_step_form #msform fieldset .input-group .custom-file .custom-file-label:focus {
  background: #000;
  border-color: #000;
  color: #fff; }

.multi_step_form #msform fieldset .input-group .custom-file input {
  display: none; }

.multi_step_form #msform fieldset .file_added {
  text-align: left;
  padding-left: 190px;
  padding-bottom: 60px; }

.multi_step_form #msform fieldset .file_added li {
  color: #5f6771; }

.multi_step_form #msform fieldset .file_added li a {
  color: #000;
  font-weight: 500;
  display: inline-block;
  position: relative;
  padding-left: 15px; }

.multi_step_form #msform fieldset .file_added li a i {
  font-size: 22px;
  padding-right: 8px;
  position: absolute;
  left: 0;
  transform: rotate(20deg); }

.multi_step_form #msform #progressbar {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 30px 0;
  overflow: hidden;
  text-align: center; }

.multi_step_form #msform #progressbar li {
  list-style-type: none;
  color: #99a2a8;
  font-size: 9px;
  width: calc(100%/3);
  float: left;
  position: relative;
  font: 500 13px/1 'Roboto', sans-serif; }

.multi_step_form #msform #progressbar li:nth-child(2):before {
  content: "\f041"; }

.multi_step_form #msform #progressbar li:nth-child(3):before {
  content: "\f0f6"; }

.multi_step_form #msform #progressbar li:before {
  content: "\f007";
  font-family: "FontAwesome";
  font-weight: 700;
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: block;
  background: #eaf0f4;
  margin: 0 auto 10px auto; }

.multi_step_form #msform #progressbar li:after {
  content: '';
  width: 100%;
  height: 10px;
  background: #eaf0f4;
  position: absolute;
  left: -50%;
  top: 21px;
  z-index: -1; }

.multi_step_form #msform #progressbar li:last-child:after {
  width: 150%; }

.multi_step_form #msform #progressbar li.active {
  color: #000; }

.multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
  background: #000;
  color: white; }

.multi_step_form-body {
  padding: 24px; }

#msform .ecm-login {
  background: none;
  min-height: 1px;
  margin-bottom: 3rem; }

#msform .ecm-login .tab-pane {
  text-align: left; }

.custom-select {
  font-weight: 300; }

.order-summary .btn-ecm {
  border: 0; }

.checkout-img img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  margin-right: 10px; }

.shipping-address .card {
  border: 1px solid #eee;
  border-radius: 0; }

.qr-code {
  width: 100px;
  margin: 0 auto; }

.qr-code img {
  width: 100%; }

.ecm-categories .col {
  width: 20%;
  flex: 20%; }

.btn-loadmore {
  width: 460px; }

#minilogin {
  position: relative; }

.login .miniblock {
  visibility: hidden;
  opacity: 0;
  min-width: 240px;
  transition: all 200ms ease-in-out;
  top: 48px;
  right: 0;
  position: absolute;
  background: #fff;
  z-index: 1111;
  color: #242a39;
  box-shadow: 0px 5px 5px #2b2b2b69; }

#minilogin:hover .miniblock {
  top: 30px;
  visibility: visible;
  opacity: 1;
  transition: all 200ms ease-in-out; }

.miniblock-menu a {
  display: block;
  padding: 10px 12px;
  color: #000;
  border-top: 1px solid #eee; }

.miniblock-menu .miniblock-menu_item i {
  color: #333 !important;
  line-height: normal !important;
  padding-right: 10px;
  font-size: 15px !important;
  width: 32px;
  text-align: center; }

.login .miniblock .card-ttl {
  background: #f1f1f1;
  padding: 15px;
  position: relative; }

.miniblock-menu a:hover {
  background-color: #f2f2f2; }

.ecm-brand__item {
  position: relative;
  display: block;
  margin-top: 30px;
  transition: 0.5s all;
  overflow: hidden;
  border-radius: 3px; }

.ecm-brand__product {
  display: block; }

.ecm-brand__item .ecm-brand__product img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  transition: 0.5s all;
  transform: scale(1); }

.ecm-brand__item:hover .ecm-brand__product img {
  transform: scale(1.2);
  transition: 0.5s all; }

.ecm-brand__content {
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  text-align: center; }

.ecm-brand__content-img {
  width: 60px;
  margin: 0 auto;
  display: block;
  height: 36px; }

.ecm-brand__content img {
  width: 100%; }

.ecm-brand__item h5 {
  font-size: 20px;
  color: #111;
  margin-top: 15px;
  font-weight: 600;
  transition: 0.5s all; }

.ecm-features {
  padding: 50px 0; }

section.ecm-features.ecm-new .row .col {
  display: flex; }

.ecm-new__item {
  width: 100%;
  margin-top: 30px;
  transition: 0.5s all;
  display: block;
  overflow: hidden;
  background-color: #eab226;
  border-radius: 3px;
  text-align: center; }

.ecm-new__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s; }

.ecm-new__item:hover img {
  transform: scale(1.06);
  transition: 0.5s all; }

.ecm-new__item h5 {
  font-size: 20px;
  color: #333;
  font-weight: 500;
  margin-bottom: 0;
  transition: 0.5s all;
  padding: 16px 4px 6px; }

.ecm-new__item span,
.ecm-f-product__item span,
.ecm-s-product__item span {
  font-size: 24px;
  color: #111;
  display: inline-block;
  padding-bottom: 12px;
  font-weight: 700;
  padding-left: 14px;
  padding-right: 14px; }

.ecm-f-product__item {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  transition: 0.5s all;
  display: block;
  overflow: hidden;
  background-color: #670b08;
  border-radius: 3px;
  padding: 5px; }

.ecm-f-product__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 3px; }

.ecm-f-product__item h5 {
  font-size: 20px;
  height: 70px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  padding: 16px 4px 6px;
  margin-bottom: 0;
  transition: 0.5s all; }

.ecm-f-product__item span {
  color: #000; }

.ecm-s-product__item {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  transition: 0.5s all;
  display: block;
  overflow: hidden;
  border-radius: 3px;
  padding: 5px; }

.ecm-s-product__item-img {
  border: 4px solid #000;
  border-radius: 3px;
  display: block; }

.ecm-s-product__item img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: 0.5s; }

.ecm-s-product__item h5 {
  font-size: 20px;
  text-align: center;
  color: #111;
  font-weight: 500;
  padding: 16px 4px 6px;
  margin-bottom: 0;
  transition: 0.5s all; }

.ecm-s-product__item span {
  color: #000;
  width: 100%; }

.ecm-category__item {
  height: 100%;
  overflow: hidden; }

.ecm-category__item:hover {
  box-shadow: 0 0 12px 5px #eee; }

.ecm-category__item-img {
  position: relative;
  display: block;
  width: 100%; }

.ecm-category__item-slider {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all 300ms ease-in-out; }

.ecm-category__item-slider .flex-control-nav {
  bottom: -8px; }

.ecm-category__item-img img {
  width: 100%;
  object-fit: cover; }

.ecm-category__item-desc {
  padding: 4px 16px 12px; }

.ecm-category__item-price {
  padding-top: 6px; }

.ecm-category__item h5 {
  margin-top: 1rem;
  font-size: 16px; }

.ecm-category__item h5 a {
  color: #000;
  transition: all 200ms ease-in-out; }

.ecm-category__item h5 a:hover {
  color: #000;
  transition: all 200ms ease-in-out; }

.ecm-category__item-price h6,
.ecm-category__item-price del,
.ecm-category__item-price span {
  font-size: 12px;
  margin-bottom: 0; }

.price-old {
  color: #dc3545 !important;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  text-decoration: line-through; }

.product-flexslider ul.slides li img {
  width: 100%;
  height: auto;
  object-fit: cover; }

.product-flexslider ul.flex-direction-nav {
  display: none; }

.product-flexslider .flex-control-paging li a {
  width: 6px;
  background: #ccc;
  box-shadow: none;
  height: 6px; }

.product-flexslider .flex-control-nav li {
  margin: 0 3px; }

.product-flexslider .flex-control-paging li a.flex-active {
  background-color: #000; }

.product-flexslider {
  border: 0; }

.ecm-category__item:hover .ecm-category__item-slider {
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out; }

.owl-carousel.new-arrival .owl-nav.disabled,
.owl-carousel.stock-clearance .owl-nav.disabled,
.owl-carousel.trending-products .owl-nav.disabled,
.owl-carousel.new-featured .owl-nav.disabled {
  display: block; }

.owl-carousel.new-arrival .owl-nav i,
.owl-carousel.stock-clearance .owl-nav i,
.owl-carousel.trending-products .owl-nav i,
.owl-carousel.new-featured .owl-nav i {
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fff;
  color: #666;
  border-radius: 3px;
  transition: all 200ms ease-in-out; }

.owl-carousel.new-arrival .owl-nav i:hover,
.owl-carousel.stock-clearance .owl-nav i:hover,
.owl-carousel.trending-products .owl-nav i:hover,
.owl-carousel.new-featured .owl-nav i:hover {
  background-color: #000;
  color: #fff;
  transition: all 200ms ease-in-out; }

.owl-carousel.new-arrival .owl-nav .owl-prev,
.owl-carousel.stock-clearance .owl-nav .owl-prev,
.owl-carousel.trending-products .owl-nav .owl-prev,
.owl-carousel.new-featured .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 40%; }

.owl-carousel.new-arrival .owl-nav .owl-next,
.owl-carousel.stock-clearance .owl-nav .owl-next,
.owl-carousel.trending-products .owl-nav .owl-next,
.owl-carousel.new-featured .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 40%; }

.ecm-features .col {
  max-width: 20%;
  flex: 20%; }

.ul-col-4 {
  column-count: 5; }

.ul-col-4 .f-links li:before {
  display: none; }

.category_title h6 {
  color: #eee; }

.discount-slider-block {
  padding: 15px 0; }

.color-picker {
  align-items: center;
  display: flex; }

.color-picker input[type=radio] {
  display: none; }

.color-picker input[type=radio]:checked + label span {
  border: 1px solid #464646;
  transform: scale(1.1); }
  .color-picker input[type=radio]:checked + label span:before {
    align-items: center;
    background: #55e175;
    border-radius: 50%;
    content: '\f00c';
    color: #fff;
    display: flex;
    font-family: fontAwesome;
    font-size: .5rem;
    height: 18px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 18px;
    z-index: 1111; }

.color-picker label {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  margin-bottom: 0 !important;
  cursor: pointer; }

.color-picker label:hover span {
  transform: scale(1.1); }

.color-picker label span {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.2s ease-in-out;
  border: 1px solid rgba(0, 0, 0, 0.75); }

/*--====================== Owl Carousel --*/
.owl-theme .owl-nav {
  align-items: center;
  display: flex;
  height: 0;
  justify-content: space-between;
  left: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%; }
  .owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
    background: transparent !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 50%;
    font-size: 1.75rem !important;
    /* -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
     box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);*/
    transition: all 0.36s; }
    .owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-next:hover {
      background: #000000 !important;
      color: #fff; }
  .owl-theme .owl-nav .owl-next {
    margin-right: -15px; }
  .owl-theme .owl-nav .owl-prev {
    margin-left: -15px; }
.owl-theme .owl-dots .owl-dot span {
  background: rgba(0, 0, 0, 0.25); }
.owl-theme .owl-dots .owl-dot.active span {
  background: #000000; }

.owl-theme.nav-inside .owl-nav .owl-next {
  margin-right: 15px; }
.owl-theme.nav-inside .owl-nav .owl-prev {
  margin-left: 15px; }

.owl-theme.dots-inside .owl-dots {
  bottom: 30px;
  margin: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0); }

.section-title {
  align-items: center;
  border-bottom: 2px solid #E5E5E5;
  display: flex;
  grid-gap: 30px;
  justify-content: space-between;
  margin-bottom: 30px; }
  .section-title--content h2, .section-title--content h3 {
    border-bottom: 4px solid #000;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    line-height: 2.25;
    margin: 0 0 -3px;
    text-transform: uppercase; }
.section-padding {
  padding: 30px 0; }

.block {
  margin-bottom: 30px; }
  .block:last-child {
    margin-bottom: 0; }
  .block-title {
    margin-bottom: 1.5rem; }
    .block-title h3, .block-title h4, .block-title h5 {
      color: #343a40;
      font-size: 22px;
      font-weight: 600;
      margin: 0;
      text-transform: capitalize; }

.list-info {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-info .list-item {
    color: #646161;
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 20px auto;
    line-height: 1.5;
    margin-bottom: .45rem; }
    .list-info .list-item:last-child {
      margin-bottom: 0; }
    .list-info .list-item i {
      color: #17a2b8;
      line-height: 1.75;
      text-align: center;
      width: 100%; }

@media (max-width: 576px) {
  .section-title {
    grid-gap: 20px;
    margin-bottom: 30px; }
    .section-title--content h2, .section-title--content h3 {
      font-size: 18px; }

  .block {
    margin-bottom: 30px; }
    .block-title {
      margin-bottom: 1.25rem; }
      .block-title h3, .block-title h4, .block-title h5 {
        font-size: 17px; } }
.info-table {
  display: table;
  width: 100%; }
  .info-table .table-row {
    display: table-row; }
  .info-table .cell {
    display: table-cell;
    line-height: 1.5;
    padding: .25rem 0; }

.list-info {
  list-style: none;
  margin: 0;
  padding: 0; }
  .list-info li {
    display: grid;
    grid-gap: 8px;
    grid-template-columns: 20px auto;
    line-height: 1.65;
    margin-bottom: .25rem; }
    .list-info li:last-child {
      margin-bottom: 0; }
    .list-info li i {
      color: #17a2b8;
      line-height: 1.65;
      text-align: center;
      width: 20px; }

.list-unstyled i {
  margin-right: 8px;
  text-align: center;
  width: 20px; }

.user_shipping-info p i {
  margin-right: 4px;
  text-align: center;
  width: 20px; }

.list-in-line {
  align-items: center;
  display: flex;
  grid-gap: 20px;
  margin: 0; }
  .list-in-line li {
    margin: 0; }

/*--============== PAGE SUMMARY --*/
.layout-bordered {
  background: #fff;
  border: 1px solid #eeeeee;
  margin-bottom: 30px;
  padding: 26px; }
  .layout-bordered:last-child {
    margin-bottom: 0; }
  .layout-bordered .action-bar {
    border-top: 1px solid #e9ecef;
    padding-top: 26px; }

.card_shipping-info {
  background: #f2fefd;
  border: 1px solid #e5e6e7;
  padding: 24px; }

.block-shipping-info {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr); }

.block-product-table .table {
  margin-bottom: 0; }

.product {
  display: flex;
  grid-gap: 15px; }
  .product .product-excerpt {
    flex: 0 0 calc(100% - 76px - 15px);
    max-width: calc(100% - 76px - 15px); }
  .product .product-features {
    align-items: center;
    display: flex;
    grid-gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0; }
    .product .product-features li {
      align-items: center;
      color: #646161;
      display: flex;
      font-size: .9rem;
      grid-gap: 8px; }
      .product .product-features li .label {
        color: #343a40;
        font-weight: 500;
        white-space: nowrap; }
  .product .product-media {
    border-radius: 3px;
    flex: 0 0 76px;
    height: 70px;
    margin: 0;
    overflow: hidden;
    max-width: 76px; }
    .product .product-media img {
      height: 100%;
      object-fit: cover;
      width: 100%; }
  .product .product-title {
    color: #343a40;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .5rem; }

.product-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(6, 1fr); }

.product-form-group {
  margin-bottom: 1rem; }
  .product-form-group label {
    color: #464646;
    display: block;
    font-size: .85rem;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: .5rem;
    text-transform: uppercase; }
  .product-form-group ul {
    margin: 0; }

.product-full {
  align-items: flex-start;
  display: grid;
  grid-gap: 40px;
  grid-template-columns: 500px auto; }
  .product-full .product-action-bar {
    margin-top: .5rem; }
  .product-full .product-media .image-popup {
    display: block;
    padding: 0 4px;
    /*&:nth-child(1) {
      flex: 0 0 100%;
      margin-bottom: 8px;
      max-width: 100%;
    }*/
    /*&:nth-child(2), &:nth-child(3), &:nth-child(4) {
      flex: 0 0 33.33%;
      max-width: 33.33%;
    }*/ }
    .product-full .product-media .image-popup img {
      object-fit: contain;
      height: auto;
      width: 100%; }
  .product-full .product-price {
    color: #464646;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 1.75rem 0 .25rem; }
  .product-full .product-rating {
    line-height: 1; }
  .product-full .product-social {
    margin: 1.5rem 0 0; }
  .product-full .product-stock {
    line-height: 1; }
  .product-full .product-summary {
    margin-bottom: 1.5rem; }
    .product-full .product-summary p {
      margin: 0; }
  .product-full .product-title {
    color: #343a40;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 .5rem; }

.content-empty {
  background: #f8f9fa;
  padding: 60px;
  text-align: center; }
  .content-empty i {
    color: #C00000;
    font-size: 2.5rem; }
  .content-empty span {
    color: #646161;
    display: block;
    font-size: 1rem;
    font-weight: 500;
    margin: 1.15rem 0 0; }

.notice-board {
  align-items: center;
  display: grid;
  grid-gap: 12px;
  grid-template-columns: 40px auto;
  line-height: 1.5; }
  .notice-board i {
    color: #17a2b8;
    line-height: 1.5;
    text-align: center;
    width: 100%; }
.notice-content p {
  margin: 0; }
.notice-media {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  width: 40px;
  border: 3px solid #17a2b8;
  border-radius: 50%; }

.category-row {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }

.slider-thumbnail {
  align-items: center;
  display: flex;
  margin: 0 -2px; }
  .slider-thumbnail .link {
    display: block;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 2px; }
    .slider-thumbnail .link img {
      height: 100% !important;
      object-fit: cover;
      width: 100% !important; }

.slider-thumbnail--wrapper {
  overflow: hidden; }

.btn-nav {
  background: transparent;
  border: 0;
  font-size: 1.25rem; }
  .btn-nav:focus {
    outline: none; }

.slider-bar {
  align-items: center;
  display: grid;
  grid-gap: 8px;
  grid-template-columns: 20px calc(100% - 20px - 20px - 16px) 20px;
  margin-top: 15px;
  width: 100%; }

.my-accordion .accordion-body {
  background: #f8f9fa;
  margin-top: 1.25rem;
  padding: 1.25rem; }
.my-accordion .accordion-header h5 {
  align-items: center;
  color: #343a40;
  cursor: pointer;
  display: flex;
  font-size: 1.15rem;
  font-weight: 600;
  justify-content: space-between;
  margin: 0;
  padding: 1rem 0; }
  .my-accordion .accordion-header h5:after {
    content: '\f107';
    display: block;
    font-family: FontAwesome;
    padding: 0 1rem; }
.my-accordion .accordion-header h5.collapsed:after {
  transform: rotate(180deg); }
.my-accordion .accordion-item {
  margin-bottom: 1.85rem; }
  .my-accordion .accordion-item:last-child {
    margin-bottom: 0; }

.section-map iframe {
  display: block;
  height: 380px;
  width: 100%; }

.carousel-brand img {
  height: 90px !important;
  margin: auto;
  width: auto !important; }

.section-brands {
  background: #fcfcfc;
  padding: 1.75rem 0; }

/*# sourceMappingURL=styles.css.map */
