.download__img{
    overflow: hidden;
    height: 145px;
    margin: auto;
    display: block;
    width: auto;
    position: relative;
    max-width: 100%;
    min-width: auto;
}
.contact-info__item .address p, .address p{
    line-height: 22px;
    margin: 0 0 0px;
}
.footer {
    background-color: #000;
    color: #d3cfcf;
}
.footer p{
    color: #d3cfcf;
}
.widget li a {
    color: #ddd;
}
.widget li a:hover {
    color: #ed3238;
}
.product__comming-soon {
    height: 100%;
}
.product__comming-soon:hover{
   background-color: #f7f7f7;
}
.product__comming-soon img {
    float: left;
    margin-right: 2%;
    width: 30%;
}

.product__comming-soon .right__comming-soon {
    overflow: hidden;
    position: relative;
}
.product__comming-soon .right__comming-soon table{
    width: 100%;
}
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    position:absolute;
    top:0px;
    right:0px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
.description-content ul li:before {
    color: #979393;
    font-weight: 700;
    font-family: "ui-icons";
    font-size: 14px;
    content: '\f383';
    padding-right: 10px;
}

.description-content ul li ul {
  padding-left: 20px;
}
.description-content ul li ul li:before {
  content: '\f3d3';
  color: #979393;
  font-weight: 400;
  font-size: 14px;
}

.description-content table{
  width: 100%;
}
.description-content table th{
  border: 1px solid #eee;
  background: #eee;
  font-weight: 600;
  padding: 10px;
}
.description-content table td{
    border: 1px solid #eee;
    padding: 8px;
    line-height: 18px;
}
.border__col{
    border: 1px solid #dee2e6!important;
    padding: 10px;
}
.category__sidebar .hasChild > a {
    text-decoration: none;
    display: block;
    font-size: 15px;
    letter-spacing: 0.03em;
    font-weight: 400;
    padding-bottom: 5px;
    cursor: pointer;
}
.category__sidebar .hasChild > a:before {
    content: "+";
    font-weight: 600;
    margin-right: 5px;
}
.category__sidebar .hasChild > ul{
    margin-left: 30px;
}
.category__sidebar .hasChild > ul >li{
    list-style: circle;
    padding: 2px 0;
    cursor: pointer;
}

.category__sidebar .hasChild > ul >li:hover, .category__sidebar .hasChild > a:hover{
   color: #ec2424;
}
/*tabs*/
.tabs {
  max-width: 100%;
  margin: 0 auto;
}
.tab-contents{
    background-color: #f8f7f4;
}
#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 20%;
}
#tab-button li a {
    letter-spacing: 0.5px;
  display: block;
  padding: .5em;
  background: #eee;
  border: 1px solid #eee;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}
#tab-button li:not(:first-child) a {
  border-left: none;
}
#tab-button li a:hover,
#tab-button .is-active a {
  border-bottom-color: transparent;
  background: #f8f7f4;
  border-bottom: 3px solid #f0582a;
}
.tab-contents {
  padding: .5em 2em 1em;
  border: 1px solid #eee;
}

.tab-button-outer {
  display: none;
}
.tab-contents {
  margin-top: 20px;
}
.nav__dropdown .caret-show:after{
    font-family: 'FontAwesome';
    content: '\f107';
    margin-left: 4px;
}
.loading-orders{
    text-align: center;
}
.product__price del {
    color: #7b7b7b;
    font-weight: 100;
    font-size: 12px;
}
.footer__bottom {
    padding: 0px 0 30px;
}

.not-rating a{
    font-size: 13px;
    line-height: 26px; 
    color: #7b7b7b;
}

.title-review {
    border-bottom: 1px solid #ddd;
}
.title-review strong{
    font-size: 16px;
}
.reviews__list-item{
    border-bottom: 1px solid #eee;
}
ul.reviews__list li:before{
    content: '';
    font-family: ""; 
    padding-right: 0px; 
}
.rating-testimoni{
    padding: 10px;
    border: 1px solid #eee;
    background: #fff;
}
.rating-testimoni img{
    max-width:85px;
}
.rating-testimoni .rating-left{
    margin: auto;
    width: 35%;
    text-align: center;
    padding: 5px;
}
.rating-testimoni .rating-right .rating-progress{
    padding-left: 20px;
    width: 40%;
}
.progress-bar {
    height: 1rem;
    color: #fff;
    background-color: #fcb964;
}

.star-rating {
    position: relative;
    float: left;
    color: #fcae1f;
}
.star-rating::before {
    content: "\f006\f006\f006\f006\f006";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    letter-spacing: 3px;
}
.star-rating span::before {
    content: "\f005\f005\f005\f005\f005";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    letter-spacing: 3px;
}

.star-rating span {
    background-position: 0 0;
    background-repeat: no-repeat;
    height: 16px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
}

.starrr {
    display: inline-block; 
}
.starrr button {
    font-size: 18px;
    padding: 0 1px;
    cursor: pointer;
    color: #fcb964;
    background: transparent;
    border: 0px;
    outline: none;
}
.mc4wp-form .btn-get-orders{
    position: absolute;top: 0;right: 0;width: 45px;height: 45px;border: none;margin-bottom: 0;font-size: 13px;padding: 0;
    background: transparent;
}
.entry__tags i{
    margin-left: 10px;
}
.page-title {
    padding-top: 40px;
}
.table-orders{
    text-align: center;
}
.success{
    padding: 5px 5px;
    line-height: 1;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    color: #7b7b7b;
    display: block;
    background: #1ec21e;
    color: #fff;
    text-transform: uppercase;
}
.pending{
    padding: 5px 5px;
    line-height: 1;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    color: #7b7b7b;
    display: block;
    background: #2988d9;
    color: #fff;
    text-transform: uppercase;
}
.pending i, .success i{
    margin-right: 5px;
}
.product-remove a{
    padding: 5px 5px;
    line-height: 1;
    margin: 0 10px 0px 0;
    font-size: 13px;
    border: 1px solid #e1e1e1;
    color: #7b7b7b;
    display: inline-block;
}
.product-remove a:hover{
    background: #eee;
}

.countdown-contents{
    background: #000;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}
.countdown-contents i{
    margin: 10px;
}
.countdown-contents b{
    letter-spacing: 1px;
}
.widget_categories i{
    margin-right: 5px;
    width: 18px;
}
.nav-cart__dropdown {
    max-height: 270px;
    overflow-y: scroll;
}
.form-group .error{
    color: red;
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0px;
}
.form-payment input, .form-payment select, .form-account input, .form-account select{
    margin-bottom: 0px;
}
.loading-select {
    background: #eee url(../img/ajax-loader.gif) no-repeat 85%;
}
.form-group {
    margin-bottom: 1.5rem;
}
.shop_table .img-product{
    float: left;
    margin-right: 10px;
}
.shop_table .img-product img{
   width: 40px
}
.product-quantity .quantity .update-cart{
    font-size: 12px;
    padding: 0 8px;
    line-height: 32px;
    border-radius: 0px;
}
.product-single__add-to-cart, .product-single__add-to-wishlist {
    width: auto;
    margin: 10px 10px 10px 0px;
}
.shop_table td.product-quantity {
    min-width: 140px;
}
.shop_table thead th {
    font-size: 13px;
}
.shop_table tfoot{
    background: #eee;
}
.shop_table tfoot td{
    padding: 10px;
}
.shop_table .product-thumbnail {
    padding: 5px 10px 5px 0px;
    width: 75px;
    min-width: 75px;
}

.shop_table .product-thumbnail img {
    padding: 3px;
}

.product-quantity-detail span{
    padding: 10px;
    line-height: 35px;
}
.nav-cart__img {
    float: left;
    margin-right: 10px;
}

.comment-avatar{
    border-radius: 0%;width:50px;margin-right:12px;max-height:65px;
}

.form-border-box {
    border: 1px solid #eee;
    padding: 30px;
}
#login-form .error, #register-form .error{
    margin-top: 0px;
    color: red;
    font-weight: 400;
    width: 100%;
}
.rating-review{
    color: #fcb964;
    position: relative;
}
.rating-review::before {
    content: "\f006\f006\f006\f006\f006";
    display: block;
    font-family: "FontAwesome";
    font-size: 13px;
    letter-spacing: 3px;
}
.rating-review span::before {
        font-family: "FontAwesome";
        content: "\f005\f005\f005\f005\f005";
        display: block;
        font-size: 13px;
        letter-spacing: 3px;
    }

    .rating-review span {
        background-position: 0 0;
        background-repeat: no-repeat;
        height: 16px;
        overflow: hidden;
        position: absolute;
        top: 0;
    }

.img-reviews{
    width: 100px;min-height: 50px;margin-right: 10px;text-align: center!important;background-color: #eeeeee;padding: 5px;
}
.img-reviews span{
    font-size: 13px;
}
.testimonial__text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    margin-top: 5px;
    text-align: justify;
}
.border-center {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.border-center:after {
    display: inline-block;
    margin: 0 0 6px 20px;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #cdc8c8;
    width: 120px;
}
.border-center:before {
    display: inline-block;
    margin: 0 20px 6px 0;
    height: 2px;
    content: " ";
    text-shadow: none;
    background-color: #cdc8c8;
    width: 120px;
}
.socials .whatsapp:hover {
    color: #58ec0b;
}
.socials .google:hover {
    color: #f43208;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
.nav {
    display: -webkit-box;
    display: -ms-block;
    display: block;
}
.nav-icon-toggle {
    background-color: #7a7a7a;
}
.nav__mobile-cart, .nav__mobile-wishlist, .nav__mobile-sign-in {
    color: #7a7a7a;
    font-size: 16px;
}
.page-404 {
    text-align: center;
    padding: 30px 0;
}
.page-404__title {
    font-size: 250px;
}
.loading-product{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fffdfd8f url(../img/loading.gif) center top no-repeat;
    z-index: 9;
}
.breadcrumb-remove-link{
    margin: 20px 0;
    background: transparent;
}
.breadcrumb-remove-link .remove-filter, .breadcrumb-remove-link .remove-filter-sub-cat{
   cursor: pointer;
   font-size: 13px;
   padding: 5px;
   border: 1px solid #eee;
}
.breadcrumb-remove-link a:hover{
    color: #ec2424;
}
.breadcrumb-remove-link .remove-filter:after{
    font-family: FontAwesome;
    content: '\f057';
    margin-left: 2px;
    font-size: 13px;
    margin-right: 5px;
}
.breadcrumb-remove-link .remove-filter-sub-cat:after{
    font-family: FontAwesome;
    content: '\f105';
    margin: 0 5px;
    font-size: 14px;
}
.pagination-wraper {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #eee;
    padding: 25px 0 0 0;
}
.pagination-numbers li {
    display: inline-block;
    float: left;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0 2px;
}
.pagination .disabled {
    pointer-events: none;
}
.pagination button {
    background: #f7f7f7;
    border: 1px solid #eeecec;
    padding: 1px 5px 1px 5px;
}
.pagination-numbers li button.current {
    color: #fff;
    background-color: #ed3238;
}
input, select, textarea{
    font-size: 14px;
}
.breadcrumbs {
    padding: 0;
    margin-bottom: 30px;
    font-size: 13px;
    list-style: none;
}
.entry__share {
    border-top: 0px solid #e1e1e1;
    border-bottom: 0px solid #e1e1e1;
    padding: 5px 0;
    text-align: center;
    background-color: #f7f7f7;
}
.entry__title {
    font-size: 18px;
    text-transform: capitalize;
}
.comment-respond {
    margin-top: 20px;
}
.socials a {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    margin-left: 0px; 
    margin-right:10px
}
.product-quantity-detail{
    margin-bottom: 10px;
}
.quantity {
    padding-left: 0px; 
}
.size, .quantity {
    width: 100%; 
    float: none; 
}
.colors {
    margin: 10px 0 10px;
}
.product-single__actions {
    margin-top: 0px;
    margin-bottom: 10px;
}
.accordion__link, .toggle__link {
    padding: 10px 0;
    font-size: 14px;
    text-transform: uppercase;
}
.accordion__toggle {
    right: 15px;
    top: 18px;
}

.zoom_image {
    display:inline-block;
    position: relative;
    overflow: hidden;
}

.colors__label {
    display: block;
    text-transform: uppercase;
    letter-spacing: .03em;
    margin-bottom: 0px;
}
.sidebar__box {
    background-color: #f7f7f7;
    padding: 20px 20px;
}
.widget_categories .accordion__heading .accordion__link, .widget_categories .accordion__heading .toggle__link {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 5px 0;
    color: #7b7b7b;
    font-size: 14px;
    text-transform: none;
    letter-spacing: 0.03em;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0px solid #e1e1e1;
}
.category_title_left{
    width: 85%;
}
.category_title_left:hover{
   background-color: #f7f7f7;
}
.category_title_right{
    width: 15%;
    float: right;
}
.widget_categories .accordion__heading .accordion__toggle {
    display: block;
    width: 10px;
    height: 2px;
    background-color: #7b7b7b;
    right: 5px;
    top: 14px;
    position: absolute;
}


.category-ul{
    margin-left: 15px;
}
.category-ul li{
    padding: 1px 0;
    cursor: pointer;
}
.category-ul li:hover, .category-ul .active{
   color: #ec2424;
}
.category-ul li span{
    margin-right: 15px;
}
.nav__holder{
	background-color: #ed3238;
}
.nav__search-input {
    border: 1px solid transparent;
    margin-bottom: 0;
    height: 30px;
    font-size: 13px;
    padding: 0 12px;
    color: #000;
    background-color: #eee;
}

.nav__menu > li > a {
    font-family: "Questrial", sans-serif;
    color: #000000;
    font-size: 13px;
    padding: 0px 9px;
    display: block;
    position: relative;
    text-transform: uppercase;
    line-height: 32px;
    letter-spacing: .06em;
    font-weight: 700;
}
.nav__menu > li > a:hover {
	color: #ed3238;
}
header .flex-child.nav__wrap {
    -webkit-box-flex: 2;
    -webkit-flex: 2 0 0;
    -ms-flex: 2 0 0px;
    flex: 2 0 0;
    padding-top: 2px;
    padding-left: 12px;
}
header .flex-child {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0;
    -ms-flex: 0 0 0px;
    flex: 0 0 0;
}

.logo h5{
	margin-bottom: 0px;
}

.product-contents{
    background: #f7f7f7;
    padding: 10px 5px 5px 5px;
    border: 1px solid #eee;
}

.product__img-holder {
    margin-bottom: 0px;
    overflow: hidden;
    background: #f7f7f7;
}

.product__price ins {
    text-decoration: none;
    color: #ed3238;
    font-weight: 600;
    font-size: 13px;
    margin-right: 10px;
}
.justify-content-center{
	margin: 0 0px;
}
.top-background{
    background: #ed3238;
}
.bottom-background{
    background: #ffffff;
    -webkit-box-shadow:0px 1px 4px #e7e0e7;
    -moz-box-shadow:0px 1px 4px #e7e0e7;
    box-shadow:0px 1px 4px #e7e0e7;
}
.top-bar {
    height: 40px;
    border-bottom: 0px solid #c1c1c1;
    -webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.top-bar a {
    color: #ffffff;
    font-size: 14px;
    margin: 0 5px;
}
.top-bar a > i{
    font-size: 14px;
}
.img__social img{
    max-width:24px;border: 2px solid #ffff;border-radius: 50%;
}
.top-bar a:hover {
    color: #e9e4e4;
}
.top-bar__promo{
	text-transform: none;
}

.flex-parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.nav__mobile-cart-amount {
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    top: 12px;
    right: 8px;
    background-color: #000;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    line-height: 1.5;
}
.cart-amount{
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    top: -3px;
    right: -7px;
    background-color: #000;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    line-height: 1.6;
    font-weight: 400;
}
.top-bar__item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 5px;
}
.top-bar > ul, .top-bar__currency, .top-bar__language {
    display: inline-block;
    position: relative;
    letter-spacing: .06em;
}

 #ctn_whatsapp {
    z-index: 999;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 10px;
}
#ctn_whatsapp a {
    border: 1px solid #44c32e;
    padding: 4px 8px;
    border-radius: 25px;
    background-color: #51c641;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.11);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.11);
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff;
}
/*.product{
    background: #eee;
}*/
.border-product{
    border: 1px solid #eee;
}
.product__price{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.product__title {
    font-size: 14px;
    font-family: "Questrial", sans-serif;
    font-weight: 300;
    margin-bottom: 4px;
    min-height: 40px;
}
.rating:before {
    font-family: 'ui-icons';
    content: '\f2fc' '\f2fc' '\f2fc' '\f2fc' '\f2fc';
    letter-spacing: 0.25em;
    font-size: 16px;
    color: #fcae1e;
    font-style: normal;
}
.label-out-of-stock{
    text-align: center;
    letter-spacing: 0.5px;
    z-index: 1;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    top: 6px;
    left: 6px;
    background-color: #646262bf;
    border-radius: 5%;
    width: 65px;
    height: 29px;
    line-height: 2.7;
    font-weight: 400;
}
.label-discount{
    text-align: center;
    z-index: 1;
    font-size: 11px;
    color: #ffffff;
    position: absolute;
    top: 6px;
    right: 6px;
    background-color: #2785bc;
    border-radius: 50%;
    width: 29px;
    height: 29px;
    line-height: 2.7;
    font-weight: 400;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    cursor: pointer;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 22px;
}
.filter-product{
    background: #faf7f7;
    padding: 5px;
}
.filter-product .filter-flex{
    display: flex;
}
.filter-product .filter-flex label{
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 0px;
}
.filter-product .filter-flex select{
    height: 30px;
    margin-bottom: 0px;
}
.product {
    margin-bottom: 10px;
}
.hero__slide {
    height: 400px;
}
.feature {
    border: 2px solid #e1e1e1;
    padding: 10px 20px;
}
.feature__icon{
    margin-right: 15px;
}
@media only screen and (max-width: 1024px){
    .nav__search-input {
       
        margin-bottom: 0;
        width: 165px;
    }
    .nav__menu > li > a {
        font-size: 11px;
        padding: 0 7px;
    }
}

@media only screen and (min-width: 992px){
	.nav {
	    height: 100px;
	     -webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
	.nav--sticky {
	    position: fixed;
	    height: 100px;
	    left: 0;
	    right: 0;
	    top: 0;
	    -webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}

	.top-bar.sticky {
	    height: 30px;
	    -webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}

	.flex-parent.sticky {
		height: 50px;
		-webkit-transition: all 0.4s ease;
	    -moz-transition: all 0.4s ease;
	    -o-transition: all 0.4s ease;
	    transition: all 0.4s ease;
	}
    .product-slider {
         padding-right: 0px; 
    }

    .nav__dropdown-menu, .nav__dropdown-submenu > .nav__dropdown-menu {
        position: absolute;
        padding: 22px 0;
        top: 100%;
        left: -6px;
        z-index: 1000;
        min-width: 250px;
        width: 100%;
        text-align: left;
        list-style: none;
        white-space: nowrap;
        background-color: #ffffff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .nav__megamenu {
        padding: 30px 30px;
        -webkit-box-shadow:0px 1px 4px #e7e0e7;
        -moz-box-shadow:0px 1px 4px #e7e0e7;
        box-shadow:0px 1px 4px #e7e0e7;
    }

    .nav__megamenu-title {
        font-family: "Questrial", sans-serif;
        display: block;
        color: #000000;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        font-size: 12px;
        margin-bottom: 10px;
        font-weight: 600;
    }
    .nav__megamenu-list a:hover, .nav__megamenu-title:hover {
        color: #ed3238;
    }

    .nav__megamenu-list a {
        font-family: "Questrial", sans-serif;
        display: block;
        clear: both;
        padding: 4px 0;
        white-space: nowrap;
        color: #000;
        font-size: 13px;
    }

    .nav__megamenu-list a:hover {
        color: #ed3238
    }

    .nav__megamenu-item {
        border-right: 1px solid #eee;
    }
    
}
@media only screen and (max-width: 992px){
    .hero__slide {
        height: 245px;
    }
     .download__img{
        height: 100px;
    }
}

@media only screen and (min-width: 768px){
    .tab-button-outer {
        position: relative;
        z-index: 2;
        display: block;
      }
      .tab-select-outer {
        display: none;
      }
      .tab-contents {
        position: relative;
        top: -3px;
        margin-top: 0;
      }
    .rating-testimoni .rating-right .progress-rate{
        width: 125px; 
    }

}
@media only screen and (max-width: 767px){
   
    .download__img{
        height: 100px;
    }
    .product__comming-soon .text{
        font-size: 12px;
        line-height: 16px;
    }
    .description-content {
        overflow-x: scroll;
    }
    .entry-author__name {
        font-size: 12px;
    }
    .hero__slide {
        height: 123px;
    }
    .logo {
        margin-right: auto;
        margin-left: 10px;
        line-height: 1;
    }

    .border-center {
        width: 100%;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    .border-center:after {
        display: inline-block;
        margin: 0 0 4px 5px;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #cdc8c8;
        width: 40px;
    }
    .border-center:before {
        display: inline-block;
        margin: 0 5px 4px 0;
        height: 2px;
        content: " ";
        text-shadow: none;
        background-color: #cdc8c8;
        width: 40px;
    }
}
@media (max-width: 576px) { 
   
    .rating-testimoni .rating-right .progress-rate{
        width: 144px; 
    }

    .border-center{
        font-size: 13px;
    }
}

@media (max-width: 375px){
    .product {
        margin-bottom: 5px;
    }
    .product__price del, .not-rating a, .product__price ins, .product__title  {
        font-size: 11px;
    }
    .product__price ins{
        margin-right: 2px;
    }
    .rating a {
        margin-left: 8px;
        font-size: 12px;
    }
    .rating:before{
        font-size: 12px;
    }

    .img-reviews {
        width: 80px;
        min-height: 50px;
        margin-right: 5px;
    }
}






