.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:hover .fs-star-svg path {
}

.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 {
    padding: 8px 26px;
    font-size: 16px;
}

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

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

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


.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: #2a2c3c;
    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;
    padding: 16px 0;
}

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

.sidenav .navbar-nav .nav-link {
    padding: 0!important;
    font-weight: 400;
    font-size: 18px;
    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: #DAA520;
    position: absolute;
    bottom: -1px;
    left: 0;
    transform: translateY(18px);
}

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

.ecm-features__box {
    margin-top: 30px;
}

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

.ecm-features__box-img {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.ecm-features__box h5 a:hover {
    color: #DAA520;
    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;
}

.rtt-subscribe {
    background-color: #555;
    padding: 34px 0 40px;
}

.rtt-subscribe h3 {
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 22px;
}

.rtt-subscribe input {
    border: 0;
    min-height: 44px;
    border-radius: 4px;
    background: #fff;
    padding: 0 20px;
    width: 340px;
}

.rtt-subscribe--form {
    padding-top: 20px;
}

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-radius: 3px;
    border: 4px solid #eab226;
}

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

.pagination {
    padding: 24px 0 30px;
    margin: 0;
}

.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: #DAA520;
}

.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%;
    position: absolute;
    right: -7px;
}

.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;
}

header .top-header .logo img {
    width: 200px;
}

.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;
}

/*.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;
}

footer .safe-payments h5 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}

.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;
    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 {
    height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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;
    margin-top: 30px;
    transition: 0.5s all;
}

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

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

.ecm-coll h5,
.ecm-cat h5 {
    font-size: 20px;
    color: #DAA520;
    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: #DAA520;
    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 {
    text-align: center;
    position: relative;
    padding-top: 26px;
    min-height: 782px;
    margin: 0 auto;
    background: #fff;
    z-index: 1;
  }
  .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 .form-group {
    padding: 0 10px;
  }
  .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 {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .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: "\f3c5";
  }
  .multi_step_form #msform #progressbar li:nth-child(3):before {
    content: "\f00a";
  }
  .multi_step_form #msform #progressbar li:before {
    content: "\f007";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: #eaf0f4;
    border-radius: 50%;
    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: #fa982d;
  }
  .multi_step_form #msform #progressbar li.active:before, .multi_step_form #msform #progressbar li.active:after {
    background: #fa982d;
    color: white;
  }
  
  #msform .ecm-login {
    background: none;
    min-height: auto;
    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 {
    box-shadow: 0 0 4px 3px #eee;
    border: 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;
}

.product-img .image-popup {
    display: block;
    margin-bottom: 30px;
}

.product-img .image-popup img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.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: 20px 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: #DAA520;
}

.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 #DAA520;
    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 {
    margin-top: 30px;
    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: -34px;}
.ecm-category__item-img img {
    width: 100%;
    height: 320px;
    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: #DAA520;
    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;
}

.product-flexslider ul.slides li img {
    width: 100%;
    height: 320px;
    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: #DAA520;
}

.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: 46px;
    height: 46px;
    line-height: 46px;
    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: #DAA520;
    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: #000;
}

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