@import url('https://fonts.googleapis.com/css?family=Poppins');

body a:hover {
	color: #d71921;
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins" !important;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
	margin: 0 0 10px;
	font-family: inherit;
}
.__tab-listing {
	padding: 38px 0 50px;
}
.__tab-listing .__box-slider-title h2 {
	text-align: left !important;
	font-weight: bold;
	font-size: 48px;
	color: #222;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.__tab-listing .__tab-listing-container .__item-listing {
	margin-bottom: 30px;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap {
	-webkit-box-shadow: 0 0 0 2px #22222230;
	box-shadow: 0 0 0 2px #22222230;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap {
	border: 0px solid #ccc !important;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap {
	padding: 10px;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #ccc;
}
span.__onsale {
	height: 34px;
    width: 64px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
    border-bottom-left-radius: 17px;
    background-color: #6dcff6;
    color: #fff;
    font-size: 12px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: uppercase;
}
.__products-thumb {
	position: relative;
	overflow: hidden;
	text-align: center;
	padding: 10px;
    width: 250px;
    height: 250px;
    max-width: 250px;
    max-height: 250px;
}
.__products-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.__products-thumb span.__onsale {
	display: block;
	position: absolute;
	background-color: #d71921;
	height: 34px;
	width: 64px;
	line-height: 35px;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	border-top-left-radius: 17px;
	border-bottom-left-radius: 17px;
	border-top-right-radius: 17px;
	top: 20px;
	left: 20px;
	right: auto;
	z-index: 5;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-img .__onsale {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	top: 10px;
	right: 10px;
	left: auto;
	line-height: 50px;	
}
.__item-price ins {
	float: left;
	text-decoration: none;
	font-size: 18px;
	margin-right: 10px;
}
.__item-price del {
	margin-right: 10px;
	font-size: 16px;
	font-weight: normal;
	font-family: "Poppins";
}
.__item-price span.__amount {
	color: #fa381d;
	line-height: 25px;
}
.__item-price del span.__amount {
	color: #999;
}
.__item-price ins span.__amount {
	color: #fa381d;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-price > span {
	margin: 0 auto;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-price del {
	float: right;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content h4 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content h4 a {
	color: #222;
}
.__item-price {
	font-size: 18px;
	margin-bottom: 5px;
	display: inline-block;
	font-family: 'Poppins';
	font-weight: 600;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-price {
	margin-bottom: 20px;
	display: inline-flex;
	width: 100%;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button {
	display: inline-block;
	margin-bottom: 10px;
}
.__add-to-wishlist:after {
	position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.3);
}
.__add-to-wishlist {
	margin-top: 10px;
}
.__add-to-wishlist {
	float: left;
	width: 33.3%;
	margin: 0;
	position: relative;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist {
	width: auto;
	min-height: 46px;
	-webkit-transform: translate(0, 30px);
	-ms-transform: translate(0, 30px);
	transform: translate(0, 30px);
	-webkit-transition: 0.3s all ease-out;
	transition: 0.3s all ease-out;
	opacity: 0;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist .__add-to-wishlist-button {
	display: block;
	position: relative;
}
a.add_to_wishlist {
	cursor: pointer;
}
.__add-to-wishlist-button a.add_to_wishlist {
	margin: 0px;
	box-shadow: none;
	text-shadow: none;
	border-radius: 3px;
}
.__add-to-wishlist .__add-to-wishlist-button a.add_to_wishlist {
	text-indent: -9999px;
    background: url(../img/icon/icon-wishlist.png) center center no-repeat #d71921;
    display: inline-block;
    width: 18px;
    height: 15px;
    font-weight: normal;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    position: relative;
}
.__add-to-wishlist .__add-to-wishlist-button a.add_to_wishlist:before {
	content: "";
	display: inline-block;
	width: 18px;
	height: 15px;
	background: url(../img/icon/icon-wishlist.png) center center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
	z-index: 3;
	-webkit-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
	-webkit-transform: scale(0);
	transform: scale(0);
}
.__add-to-wishlist .__add-to-wishlist-button a.add_to_wishlist:hover:before {
    -webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
    filter: alpha(opacity=0);
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist .__add-to-wishlist-button .add_to_wishlist:hover:before {
	-webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
    filter: alpha(opacity=0);
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist .__add-to-wishlist-button .add_to_wishlist:before {
	background: none;
	width: 0;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist .__add-to-wishlist-button .add_to_wishlist {
	position: static;
    width: 46px;
    height: 46px;
    background: #fff url(../img/icon/icon-wishlist2.png) no-repeat scroll center top -31px !important;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.__item-button a.button,
.__item-bottom a.button {
	font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .add_to_cart {
	position: static;
	float: left;
	margin: 0 10px;
	color: #999;
}
a.add_to_cart {
	font-family: 'PoppinsMedium';
    font-size: 14px;
    color: #333;
    padding: 0 26px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -67px;
    z-index: 5;
    background-color: #fff;
    font-weight: normal;
}
a.add_to_cart {
	font-family: 'Poppins';
	font-weight: 500;
    font-size: 13px;
    color: #333;
    padding: 0 26px;
    height: 46px;
    line-height: 44px;
    border: 1px solid #ddd;
    border-radius: 25px;
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -67px;
    z-index: 5;
    background-color: #fff;
}
.__compare-button {
	float: left;
    width: 33.3%;
    position: relative;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__compare-button {
	opacity: 0;
    -webkit-transform: translate(0,30px);
    -ms-transform: translate(0,30px);
    transform: translate(0,30px);
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    width: 46px;
    height: 46px;
}
.__compare-button a.add_to_compare {
	text-indent: -9999px;
    background: url(../img/icon/icon-compare.png) no-repeat center center #d71921 !important;
    width: 17px;
    height: 15px;
    font-weight: normal;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    position: relative;
    line-height: normal;
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__compare-button .add_to_compare {
	background: #fff url(../img/icon/icon-compare2.png) no-repeat scroll center top -43px !important;
    width: 46px;
    height: 46px;
    border: 1px solid #ddd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.__compare-button a.add_to_compare:before {
	content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/icon/icon-compare.png) no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    z-index: 3;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__compare-button .add_to_compare:before {
	background: none;
	width: 0;
}
.__compare-button:after {
	position: absolute;
    top: 0;
    right: 0;
    content: '';
    width: 1px;
    height: 15px;
    background: rgba(255,255,255,0.3);
}
.__tab-listing .__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .clear {
	display: none;
}
.__item-bottom .clear,
.__single-product-addcart .clear {
    clear: none !important;
}
.__tab-listing-container .__item-listing .__item-wrap:hover .__item-img a.__detail-fancybox:hover {
	background-color: #d71921;
}
.__products-thumb a.__detail-fancybox:hover {
	background-color: #d71921;
}
a.__detail-fancybox {
	float: left;
    text-indent: -9999px;
    background: url(../img/icon/icon-search.png) center center no-repeat #d71921;
    display: inline-block;
    width: 33%;
    height: 15px;
    font-weight: normal;
    padding: 0;
    border: 0;
    color: #fff;
    text-align: center;
    position: relative;
    opacity: 1;
    filter: alpha(opacity=100);
}
a.__detail-fancybox:before {
	content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/icon/icon-search.png) center center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    z-index: 3;
    -webkit-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
a.__detail-fancybox:hover:before {
	-webkit-transform: scale(1.9);
    -ms-transform: scale(1.9);
    transform: scale(1.9);
    opacity: 0;
    filter: alpha(opacity=0);
}
.products-thumb > a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	max-width: 100%;
}
.__tab-listing-container .__item-listing .__item-wrap .__item-img a.__detail-fancybox {
	width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #222;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    margin-left: -30px;
    margin-top: -30px;
}
.__tab-listing-container .__item-listing .__item-wrap:hover .__item-img a.__detail-fancybox {
	opacity: 0.85;
}
.__tab-listing-container .__item-listing .__item-wrap:hover .__item-content .__item-button .add_to_cart {
	background: #222;
	color: #fff;
	border-color: #222;
}
.__tab-listing-container .__item-listing .__item-wrap:hover .__item-content .__item-button .__add-to-wishlist,
.__tab-listing-container .__item-listing .__item-wrap:hover .__item-content .__item-button .__compare-button {
	opacity: 1;
	-webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist.__active .__add-to-wishlist-button a.add_to_wishlist,
.__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__add-to-wishlist .__add-to-wishlist-button a.add_to_wishlist:hover {
	background: #d71921 url(../img/icon/icon-wishlist2.png) no-repeat scroll center top 7px !important;
	border-color: #d71921;
}
.__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .add_to_cart:hover {
	background: #d71921;
	border-color: #d71921;
}
.__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .__compare-button.__active .button.add_to_compare,
.__tab-listing-container .__item-listing .__item-wrap .__item-content .__item-button .button.add_to_compare:hover {
	border-color: #d71921;
	background: #d71921 url(../img/icon/icon-compare2.png) no-repeat scroll center top 6px !important;
}
.__tab-listing .__tab-listing-container .__item-listing.__item-more a {
	border: 0px dashed #ddd !important;
}
.__tab-listing .__tab-listing-container .__item-listing.__item-more a {
	padding: 10px;
    border: 1px dashed #ddd;
    border-radius: 10px;
    display: block;
    font-size: 30px;
    text-transform: uppercase;
    color: #ccc;
    font-weight: bold;
    position: relative;
    text-align: center;
}
.__tab-listing .__tab-listing-container .__item-listing.__item-more a:before {
	content: attr(data-label);
    display: block;
    min-height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 10px;
    right: 10px;
    line-height: 1;
}
.__tab-listing .__tab-listing-container .__item-listing.__item-more a:hover {
	color: #d71921;
}
.__listings-title {
    background: url(../img/bg-title-cat.png) no-repeat center center;
    height: 179px;
    /*margin: 0 0 50px 0;*/
    text-align: center;
}
.__listings-title .__wrap-title {
    padding: 63px 0 64px;
}
.__listings-title .__wrap-title h1 {
    font-weight: bold;
    color: #eee;
    text-transform: uppercase;
    font-size: 20px;
}
.__bread .__breadcumbs {
    display: block;
}
.__theme-clearfix:after {
    height: 0;
    clear: both;
    content: " ";
    font-size: 0;
    min-height: 0;
    display: block;
    visibility: hidden;
}
.__breadcrumbs ul.__breadcrumb {
    margin: 0;
    background: none;
    padding: 0;
}
.__breadcrumbs ul.__breadcrumb > li {
    padding: 0;
}
.__breadcrumb > li {
    display: inline-block;
}
.__breadcrumbs ul.__breadcrumb > li:before {
    content: '';
}
.__breadcrumbs ul.__breadcrumb > li:after {
    content: '\f105';
    font-family: FontAwesome;
    color: #eee;
    padding: 0 17px;
}
.__breadcrumbs ul.__breadcrumb > li > a {
    font-size: 14px;
    color: #eee;
    font-family: 'Poppins';
}
.__breadcrumb > .active {
    color: #999;
}
.__breadcrumbs ul.__breadcrumb > li +li:before {
    content: '';
    padding: 0;
}
.__breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.__breadcrumbs ul.__breadcrumb > li.active span {
    font-size: 14px;
    color: #d71921;
}
.__breadcrumbs ul.__breadcrumb > li:last-child:after {
    content: "";
    padding: 0;
}
.__products-entry {
    border: 0px solid #ddd !important;
}
.__products-entry {
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 50px;
}
.__products-entry {
    min-height: 369px;
    position: relative;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 1px;
    margin-bottom: 50px;
    background-color: #fff;
}
.__products-entry .__products-thumb {
    position: relative;
    z-index: 1;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.__products-thumb > a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    height: 100%;
}
.__products-entry span.__onsale {
    display: block;
    position: absolute;
    background-color: #d71921;
    height: 34px;
    width: 64px;
    min-height: 34px;
    padding: 0;
    line-height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 17px;
    border-bottom-right-radius: 0;
    top: 20px;
    left: 20px;
    right: auto;
    z-index: 5;
}
.__products-entry > .__products-thumb {
    width: 100%;
    height: 220px;
    max-width: 100%;
    max-height: 220px;
}
.__products-thumb > a img.attachment-shop_catalog {
    -webkit-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}
.__products-thumb > a img.attachment-shop_catalog {
    margin: 0 auto;
}
.__products-entry .__products-content {
    text-align: center;
    padding: 0 0 45px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.__reviews-content {
    display: block;
    padding: 0 0 5px;
}
.__reviews-content .__star {
    background: url(../img/icon/star.png) 0 0 repeat-x;
    display: inline-block;
    height: 11px;
    margin: 0;
    overflow: hidden;
    position: relative;
    width: 65px;
    margin-right: 0;
}
.__reviews-content a {
    font-size: 12px;
    color: #999;
    font-family: 'Arial';
}
.product-details .__reviews-content .__star {
    margin: 0 15px 0 0;
}
.__products-entry .__products-content h4 {
    margin-bottom: 5px;
    padding: 0 5px;
}
.__products-entry .__products-content h4 a {
    font-size: 14px;
    color: #444;
    font-family: 'Poppins';
    text-transform: capitalize;
    font-weight: 600;
}
.__price {
    font-size: 18px;
    margin-bottom: 5px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: 600;
}
.__price del {
    margin-right: 10px;
    font-size: 16px;
    font-weight: normal;
    font-family: 'Poppins';
    display: block;
}
.__price del span.__amount {
    color: #999;
}
.__price span.__amount {
    color: #fa381d;
    line-height: 25px;
}
.__price ins {
    float: inherit !important;
}
.__price ins {
    float: left;
    text-decoration: none;
    font-size: 18px;
    margin-right: 10px;
    /*display: block;*/
}
.__price ins span.__amount {
    color: #fa381d;
}
.__item-description {
    display: none;
}
.__ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.__products-entry:hover .__item-cart {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    filter: alpha(opacity=100);
}
.__item-cart {
    height: 60px;
    width: 100%;
    padding: 22px 0px;
    background-color: #d71921;
    position: absolute;
    top: 50%;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10;
}
.__item-cart .__add-to-wishlist.__active .__add-to-wishlist-button a.add_to_wishlist {
    background: url(../img/icon/icon-wishlisted.png) center center no-repeat #d71921;
}
.__products-entry:hover .__item-bottom .add_to_cart {
    border: 1px solid #d71921;
    color: #d71921;
}
.__tabs .tab-content.tab-related-product .__products-entry {
    border: 1px solid #ddd !important;
}
.__tabs .tab-content.tab-related-product .__products-entry:hover .__item-bottom .add_to_cart {
    border: 1px solid #d71921;
    background: #d71921;
    color: #fff;
}
.btn-danger {
    background-color: #d71921;
    border-color: #d71921;
}
.product-details p.__price {
    font-size: 1.25em;
    text-align: left;
}
.product-details .__price del {
    opacity: .5;
    float: right;
    font-size: 20px;
    color: #999;
    margin-top: 2px;
    font-family: 'Poppins';
    font-weight: normal;
    margin-right: 10px;
}
.product-details .__price ins {
    font-weight: 700;
    font-size: 26px;
    font-family: 'Poppins';
}
.product-details .__unit {
    opacity: .5;
    font-size: 20px;
    color: #999;
    font-family: 'Poppins';
    font-weight: normal;
}
.product-details .__product-description {
    padding-bottom: 10px;
    margin-top: 10px;
    color: #666;
}
.product-details .__product-stock {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #222;
}
.product-details .__product-stock span.instock {
    color: #1070dc;
}
.product-details .__product-stock span.outstock {
    color: #d71921;
}
.product-details .__product-summary-bottom .__social-share {
    display: block;
    line-height: 26px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin-top: 20px;
    overflow: hidden;
}
.product-details .__product-summary-bottom .__social-share .__title-share {
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 600;
    text-transform: capitalize;
    color: #222;
    float: left;
    margin-right: 25px;
    margin-top: 6px;
}
.product-details .__product-summary-bottom .__stock {
    font-size: .92em;
    color: #77a464;
}
.product-details .__product-summary-bottom form.__cart {
    padding: 30px 0;
    margin-bottom: 0;
}
.product-details .__product-summary-bottom form.__cart:before,
.product-details .__product-summary-bottom form.__cart:after {
    content: " ";
    display: table;
}
.product-details .__product-summary-bottom form.__cart:after {
    clear: both;
}
.product-details .__quantity {
    margin: 0 auto;
    overflow: hidden;
    zoom: 1;
    padding-right: 30px;
    display: inline-block;
    position: relative;
}
.product-details .__product-summary-bottom .__cart .__quantity {
    position: relative;
    z-index: 1;
    margin-right: 20px;
}
.product-details form.__cart div.__quantity {
    float: left;
    margin: 0 4px 0 0;
}
.product-details .__product-summary-bottom form.__cart .__quantity .minus {
    background: url(http://suryamas.buatweb.agency/wp-content/themes/clickboom/assets/img/bg-minus.png) no-repeat scroll center center #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    border-bottom-right-radius: 5px;
    border: 1px solid #ddd;
    border-top: 0;
    height: 23px;
    width: 35px;
}
.__quantity input.qty {
    border: 1px solid #ddd;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 2.618em;
    height: 2.1em;
    padding: 0;
    margin: 0;
    text-align: center !important;
    font-weight: 700;
    -moz-appearance: textfield;
    background: #fff;
}
.product-details .__product-summary-bottom form.__cart .__quantity input.qty {
    height: 46px;
    width: 50px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    font-weight: normal;
}
.product-details .__product-summary-bottom form.__cart .__quantity .plus {
    background: url(http://suryamas.buatweb.agency/wp-content/themes/clickboom/assets/img/bg-plus.png) no-repeat scroll center center #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-top-right-radius: 5px;
    height: 23px;
    width: 35px;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.product-details .__product-summary-bottom .__cart .__single-add-to-cart-button {
    font-family: 'Poppins';
    border: 0;
    font-size: 14px;
    padding: 0 26px;
    height: 46px;
    line-height: 46px;
    border-radius: 25px;
    color: #fff;
    background-color: #222;
    font-weight: normal;
    vertical-align: middle;
    float: left;
}
.product-details .__product-summary-bottom .__cart .__single-add-to-cart-button:hover {
    background: #d71921;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__add-to-wishlist {
    opacity: 1;
    float: left;
    margin-top: 0;
    width: auto;
    max-height: 46px;
    display: inline-block;
    margin: 0 10px;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__add-to-wishlist.__active .add_to_wishlist,
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__add-to-wishlist:hover .add_to_wishlist {
    background: url(../img/icon/icon-wishlist2.png) no-repeat scroll top 7px center #d71921 !important;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__add-to-wishlist .add_to_wishlist {
    background: url(../img/icon/icon-wishlist2.png) no-repeat scroll top 7px center #222 !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__add-to-wishlist .add_to_wishlist:before {
    background: none;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__compare-button {
    opacity: 1;
    float: left;
    vertical-align: top;
    display: inline-block;
    width: 46px;
    border-radius: 50%;
    max-height: 46px;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__compare-button.__active .button.add_to_compare,
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__compare-button:hover .button.add_to_compare {
    background: url(../img/icon/icon-compare2.png) no-repeat scroll top 6px center #d71921 !important;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__compare-button .button.add_to_compare {
    background: url(../img/icon/icon-compare2.png) no-repeat scroll top 6px center #222 !important;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    vertical-align: middle;
    float: left;
}
.product-details .__product-summary-bottom form.__cart .__single-product-addcart .__compare-button .add_to_compare:before {
    background: none;
}
.__tabs {
    float: left;
    width: 100%;
    padding-top: 80px;
    border-top: 1px solid #ddd;
}
.__tabbable:before,
.__tabbable:after {
    display: table;
    content: " ";
}
.__tabs .__tabbable ul.nav-tabs {
    border: 0;
    background-color: #f5f5f5;
    margin-bottom: 20px;
}
.__tabs .__tabbable ul.nav-tabs > li:first-child {
    border-left: 0;
}
.__tabs .__tabbable ul.nav-tabs > li {
    border: 0;
    margin-right: 10px;
}
.__tabs .__tabbable ul.nav-tabs > li.active:first-child {
    border-left: 0;
}
.__tabbable .nav.nav-tabs li.active:first-child {
    border-left: 1px solid #d71921;
}
.__tabbable .nav.nav-tabs li {
    margin-right: 0px;
    position: relative;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
.__tabbable .nav.nav-tabs > li {
    margin-bottom: 0px;
}
.__tabs .__tabbable ul.nav-tabs > li > a {
    line-height: 38px;
    border: 1px solid #ddd;
    background-color: #fff;
    height: 40px;
    border: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins';
    color: #222;
    border-radius: 10px;
    font-weight: normal;
    position: relative;
}
.__tabs .__tabbable ul.nav-tabs > li.active a {
    background-color: #d71921;
    color: #fff;
    border: 1px solid #d71921;
}
.__tabs .__tabbable ul.nav-tabs > li.active a:first-child {
    border-left: 0;
}
.__tabbable .nav.nav-tabs > li > a {
    margin-right: 0px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 20px;
}
.__tabbable .nav.nav-tabs li.active a {
    background: #d71921;
    color: #fff;
}
.__tabs .tab-content {
    padding: 60px 40px;
    margin-bottom: 60px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
}
.__tabs .tab-content.tab-related-product {
    padding: 60px 40px 0;
}
.__tab-content .tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}
.__tab-content .tab-pane.active {
    height: auto;
    overflow: visible;
}
table.__shop-attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}
table.__shop-attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.__shop-attributes tr:nth-child(even) th,
table.__shop-attributes tr:nth-child(even) td {
    background: rgba(0, 0, 0, .025);
}
table.__shop-attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.1);
    margin: 0;
    line-height: 1.5;
}
table.__shop-attributes td p {
    margin: 0;
    padding: 8px 0;
}
.__tabs .__tabbable ul.nav-tabs > li > a:before {
    content: '';
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -29px;
    height: 15px;
    width: 15px;
    z-index: 9;
    transform: rotate(-45deg);
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    margin-top: -3%;
    opacity: 0;
    filter: alpha(opacity=0);
}
.__tabs .__tabbable ul.nav-tabs > li.active a:before {
    opacity: 1;
    filter: alpha(opacity=100);
}
.__banners {
    width: 50%;
    background-size: contain;
    height: 350px;
    background-repeat: no-repeat;
}
@media (max-width: 447px) {
    .__banners {
        width: 100%;
        height: 29vh;
    }
}