.container {
    max-width: 100%;
}
html, body {
    overflow-x: hidden;
}
.captcha {
	background-image: linear-gradient(to right, #007cff , #eb00ff);
	display: inline-block;
	padding: 9px 3px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}
.wrapper {
  	padding-bottom:0 !important;
}
.breadcrumb {
    background-color: transparent !important;
}
a:hover {
    text-decoration: none !important;
}
.widget_search .assistive-text {
    display: none;
}
.widget_search #searchsubmit {
    width: 50px;
    opacity: 0;
    position: relative;
    z-index: 2;
}
.widget_search .input-group-btn:before {
    content: '\f002';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    background: var(--dark);
    color: #fff;
    bottom: 0;
    line-height: 2.5rem;
    border-top-right-radius: 2rem;
    border-bottom-right-radius: 2rem;
}
.widget_search #s {
    border-top-left-radius: 2rem;
    border-bottom-left-radius: 2rem;
    padding: .5rem 1rem;
}
article.page .entry-header .entry-title,
#archive-wrapper .site-main > .page-header > .page-title {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
}
article.page .entry-header .entry-title:after,
#archive-wrapper .site-main > .page-header > .page-title:after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #333;
    width: 4rem;
}
.col-beli .beli,.col-beli .beli-opsi, .col-beli .beli-x {
    width: 100%;
    font-size: .8rem;
}
.love {
    font-size: .8rem;
}
.card-product .col-title {
    height: 2.7rem;
    overflow: hidden;
}
.content-product .article-product {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
}
.diskon-persen {
    padding: 2px 10px;
    color: #fff;
    font-size: 12px;
    background-color: red;
    border-radius: 20px;
}
.linkprofile sup {
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding-top: 10px;
    width: 44px;
    height: 20px;
    position: absolute;
    top: 0px;
    left: 50%;
    opacity: 0;
    background-color: #ffffff;
    z-index: 1;
    top: -27px;
    opacity: 1;
    margin-left: -27px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.uabb-image-carousel .slick-prev {
    left:5% !important;
}
.uabb-image-carousel .slick-next {
    right:5% !important;
}
.uabb-image-carousel-item img {
    border-radius:5px;
}
.grosir-tab {
	font-size: 16px;
	color: #000;
	padding: 10px;
	background-color: #eee;
	border-radius: 6px;
}
.grosir-tab .btn-lengkap {
    color:#1a77df;
}