@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'star';
    src: url('../fonts/star.eot');
    src: url('../fonts/star.eot?#iefix') format('embedded-opentype'),
        url('../fonts/star.woff') format('woff'),
        url('../fonts/star.ttf') format('truetype'),
        url('../fonts/star.svg#star') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'WooCommerce';
    src: url('../fonts/WooCommerce.eot');
    src: url('../fonts/WooCommerce.eot?#iefix') format('embedded-opentype'),
        url('../fonts/WooCommerce.woff') format('woff'),
        url('../fonts/WooCommerce.ttf') format('truetype'),
        url('../fonts/WooCommerce.svg#WooCommerce') format('svg');
    font-weight: normal;
    font-style: normal;
}

.woocommerce {
	display: flow-root;
}

.woocommerce-breadcrumb {
	font-family: 'Lato', sans-serif;
}

.woocommerce-breadcrumb a {
	color: #000;
	text-decoration: none;
	font-weight: 600;
}

.page-title {
	text-align: center;
	display: block;
	padding: 20px 20px 10px;
	box-sizing: border-box;
	margin-bottom: 12px;
}

ul.products {
	display: flow-root;
	padding: 0;
	clear: both;
}

li.product {
	display: inline-block;
	float: left;
	margin: 0.5%;
	box-sizing: border-box;
	position: relative;
	list-style: none outside;
	border: solid 1px #e1e1e1;
    padding: 4px;
	background: #fff;
}

li.product h2 {
	min-height: inherit;
}

ul.products li.first {
    /*clear: both;*/
}

ul.columns-1 li.product {
	width: 100%;
	margin: 0;
}

ul.columns-2 li.product {
	width: 49%;
}

ul.columns-3 li.product {
	width: 32%;
    min-height: 430px;
    border-radius: 8px;
}

ul.columns-4 li.product {
	width: 24%;
}

ul.columns-5 li.product {
	width: 19%;
}

li.product .button,
.single_add_to_cart_button,
.checkout-button,
.woocommerce-notices-wrapper .button,
.wc-backward,
.main_button {
	font-family: 'Lato', sans-serif;
	background: #425CC7;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 10px 6px;
	text-align: center;
	border-radius: 6px;
	max-width: 200px;
	font-weight: 700;
	box-sizing: border-box;
	margin: 8px auto;
	text-decoration: none;
}

button.single_add_to_cart_button {
	display: inline-block !important;
	min-width: 136px;
}

.variations_button .quantity {
	display: inline-block;
}

.checkout-button {
	max-width: 100%;
	padding: 18px;
	font-size: 18px;
}

.single_add_to_cart_button {
	margin: 12px 0;
	display: inline-block;
}

.woocommerce-notices-wrapper .button {
	float: right;
	margin: 0;
	width: 160px;
}

.entry-summary .quantity {
	display: inline-block;
}

.quantity label.screen-reader-text {
	display: none;
}

.quantity input.qty {
	width: 50px;
}

.product-quantity input.qty {
	margin: auto;
}

td.product-quantity input.qty {
	display: block;
}

.entry-summary .stock {
	line-height: 12px;
}

.entry-summary .in-stock {
	color: #5E9119;
}

.entry-summary form.cart {
	margin: 0 0 20px 0;
}

.product {
	position: relative;
}

.woocommerce-LoopProduct-link {
	text-decoration: none;
}

.woocommerce-loop-product__title {
	font-size: 15px;
	text-align: center;
	color: #333;
	min-height: 52px;
}

.onsale {
	font-family: 'Lato', sans-serif;
	background: #ec2b38;
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 6px;
	text-align: center;
	border-radius: 3px;
	max-width: 80px;
	font-weight: 700;
	box-sizing: border-box;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 10;
}

li.product .price {
	display: block;
	text-align: center;
}

del {
	color: #B3B3B3;
}

li.product del span.woocommerce-Price-amount {
	color: #ccc;
	font-size: 14px;
}

ins {
	text-decoration: none;
}

li.product ins span.woocommerce-Price-amount,
.woocommerce-Price-amount {
	color: #000;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

div.product .entry-summary .price {
	margin: 0 0 20px;
}

div.product .entry-summary del span.woocommerce-Price-amount {
	color: #ccc;
	font-size: 16px;
	display: block;
	line-height: 10px;
	font-weight: 500;
}

div.product .entry-summary ins span.woocommerce-Price-amount {
	color: #000;
	font-size: 22px;
	font-weight: 600;
}

.woocommerce .products .star-rating {
    display: block;
	margin: 8px auto;
	text-align: center;
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
	color: #FFC000;
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce-message::before {
    font-family: WooCommerce;
    content: "\e028";
    display: inline-block;
    top: 1em;
    left: 1.5em;
	color: #2D9A57;
}

.woocommerce-message::before {
    content: "\e015";
   
}

.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {
    font-family: WooCommerce;
    display: inline-block;
    position: absolute;
    top: 1em;
    left: 1.5em;
}

.woocommerce-error::before {
    content: "\e016";
    color: #FF6265;
}

.woocommerce-info::before {
    color: #1e85be;
	content: "\e028";
}

.woocommerce a.button.added::after {
	font-family: WooCommerce;
    content: "\e017";
    margin-left: .53em;
    vertical-align: bottom;
}

.woocommerce-error::after, .woocommerce-info::after, .woocommerce-message::after {
    clear: both;
}

.woocommerce-message::after {
    clear: both;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.added_to_cart {
	text-align: center;
	display: block;
	text-decoration: none;
	font-size: 12px;
}

.woocommerce-product-gallery {
	/*width: 66%;
	display: flex;*/
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #fff;
    opacity: 0;
}

section, div, nav {
    box-sizing: border-box;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
    transition: all cubic-bezier(.795,-.035,0,1) .5s;
    margin: 0;
    padding: 0;
}

div.images .woocommerce-product-gallery__trigger {
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.woocommerce-product-gallery {
    float: left;
    width: 62%;
    margin: 2% 2% 2% 0;
    position: relative;
    box-sizing: border-box;
    max-height: 500px;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

.entry-summary .woocommerce-product-gallery {
	width: 100%;
}

.woocommerce-product-gallery__image img {
    max-width: 50%;
    height: auto;
    max-height: 400px;
    width: auto;
}

.woocommerce-product-gallery__image {
	text-align: center;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.kit_completo_product .woocommerce-product-gallery {
    width: 40%;
}

.entry-summary {
	float: left;
    width: 36%;
	padding: 2%;
	position: relative;
	box-sizing: border-box;
}

.entry-summary .onsale {
	position: inherit;
	top: inherit;
	left: inherit;
	margin-bottom: 12px;
}

.kit_completo_product .entry-summary {
    width: 58%;
}

.kit_completo_product ul.columns-3 {
    text-align: center;
}

.kit_completo_product ul.columns-3 li.product {
    width: 19%;
    min-height: 280px;
}

.product_meta {
	margin: 0 0 20px 0;
}

.product_meta .sku,
.product_meta .posted_in a {
	color: #333;
	font-weight: 600;
}

.product_meta span.sku_wrapper,
.product_meta span.posted_in{
	display: block;
}

.woocommerce-tabs {
	clear: both;
}

.woocommerce-product-details__short-description {
	margin: 0 0 20px;
}

.flex-viewport {
	width: 100%;
}

.flex-control-nav {
	padding: 1%;
	margin: 5% 0;
    text-align: center;
}

ol.flex-control-nav li {
	list-style: none;
	display: inline-block;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
	margin: 0 0 10px 0;
	padding: 5px;
	box-sizing: border-box;
    max-width: 8%;
}

ol.flex-control-nav li img {
	width: 100%;
	height: auto;
}

.woocommerce-tabs {
	margin-bottom: 30px;
}

ul.wc-tabs {
	padding: 0;
	text-align: center;
	border-bottom: solid 1px #ccc;
}

ul.wc-tabs li {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	text-align: center;
	border: solid 1px #ccc;
	border-bottom: none;
}

ul.wc-tabs li a {
	display: block;
	padding: 5px 20px;
	text-decoration: none;
	color: #000;
}

ul.wc-tabs li.active {
	background: #333;
	font-weight: 600;
}

ul.wc-tabs li.active a {
	color: #fff;
}

.woocommerce-Tabs-panel {
	padding: 30px;
}

.col2-set {
	float: left;
	width: 50%;
	padding: 0 4% 0 0;
	box-sizing: border-box;
}

h3#order_review_heading,
.woocommerce-checkout-review-order{
	float: right;
	width: 50%;
}

.woocommerce-checkout-review-order {
	
}

.woocommerce-checkout {
	width: 100%;
	box-sizing: border-box;
	display: flow-root;
}

form.woocommerce-checkout {
	padding: 1.5em 1em;
}

.form-row {
	margin-bottom: 12px;
}

.form-row label {
	font-weight: 600;
	color: #333;
}

.form-row-wide {
	clear: both;
}

.form-row-first {
	float: left;
	width: 48%;
	margin: 0 2% 12px 0;
}

.form-row-last {
	float: right;
	width: 48%;
	margin: 0 0 12px 2%;
}

.woocommerce-checkout .woocommerce form .input-text {
	display: block;
	box-sizing: border-box;
	width: 100%;
}

abbr.required {
	color: #FF6265;
	font-size: 1.5em;
	text-decoration: none;
	font-weight: 700;
}

.wc_payment_methods {
	border: solid 1px #ccc;
	padding: 30px;
	margin: 20px auto;
	display: block;
}

.wc_payment_methods li.wc_payment_method {
	display: block;
	list-style: none;
	margin: 0 0 14px 0;
}

.wc_payment_method label {
	font-weight: 600;
	color: #333;
	font-size: 1.2em;
	margin-bottom: 6px;
	display: inline-flex;	
}

.payment_box p {
	padding-left: 20px;
}

td.product-total .woocommerce-Price-amount {
	font-weight: 500;
	font-size: 1em;
}

table.shop_table tbody td,
td.product-thumbnail {
	vertical-align: middle;
    position: relative;
}

table.shop_table .cart-subtotal td .woocommerce-Price-amount {
	font-size: 1em;
}

.cart_totals table.shop_table td.product-total,
.cart_totals table.shop_table .cart-subtotal td,
table.shop_table .cart-discount td,
table.shop_table .cart-subtotal th,
table.shop_table .cart-discount th,
table.shop_table .order-total,
table.shop_table th,
.cart_totals table.shop_table td {
	text-align: right;	
}

.cart_item .product-quantity {
	color: #333;
	font-weight: 600;
}

h3#order_review_heading {
	color: #fff;
	background: #333;
	display: flex;
	padding: 16px 10px;
	box-sizing: border-box
}

.product-thumbnail img.attachment-woocommerce_thumbnail {
	max-width: 80px;
	height: auto;
	display: flex;
	margin: auto;
}

.remove,
.close {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	background: #FF6265;
	display: flex;
	border-radius: 100%;
	padding: 10px;
	width: 30px;
	height: 30px;
	box-sizing: border-box;
    text-decoration: none;
    line-height: 11px;
	margin: auto;
	text-align: center;
}

.close {
	background: #333;
}

.remove_inverse {
	color: #FF6265;
	background: #fff;
}

.close_inverse {
	color: #333;
	background: #fff;
}

table.cart td.product-price {
	text-align: center;
}

table.cart td.product-subtotal {
	text-align: right;
}

table.cart td.product-price .woocommerce-Price-amount,
table.cart td.product-subtotal .woocommerce-Price-amount {
	font-weight: 500;
}

.cart-collaterals {
	width: 50%;
	float: right;
}

.cart-collaterals .cart-subtotal th {
	width: 60%;
}

.coupon button {
	display: inline-flex;
	padding: 10px 30px;
}

div.coupon {
	display: inline-block;
	width: 70%;
}

td.actions button[name=update_cart] {
	float: right;
    background: #001E61;
}

button#place_order {
	max-width: 100%;
	background: #2D9A57;
	color: #fff;
	width: 100%;
    margin: 20px 0;
    font-size: 18px;
} 

.woocommerce-info {
	border-top: solid 3px #1e85be;
	padding: 12px 20px;
	font-size: 14px;
	margin-bottom: 20px;
}

.checkout_coupon {
	margin-bottom: 20px;
	display: flow-root;
}

.checkout_coupon .form-row-first,
.checkout_coupon .form-row-last {
	width: 30%;
	float: left;
	margin-right: 0;
}

.checkout_coupon .form-row-last .button {
	margin: 0;
	padding: 10px 30px;
}

.woocommerce-ordering {
	float: right;
}

.woocommerce-result-count {
	float: left;
}

.woocommerce-breadcrumb {
	border-top: dotted 1px #d1d1d1;
	border-bottom: dotted 1px #d1d1d1;
	padding: 12px 20px;
	font-size: 14px;
	margin-bottom: 20px;
	text-align: center;
}

.woocommerce-message,
.woocommerce-error {
	background: #f4f4f4;
	padding: 12px;
	display: flow-root;
	color: #333;
	font-weight: 600;
	border-top: solid 5px #2D9A57;
	
}

.woocommerce-error {
	border-top-color: #FF6265;
}

.woocommerce-message li,
.woocommerce-error li {
    list-style: none outside;
    padding-left: 0;
    margin-left: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 0.8em 2em 0.8em 3.5em;
    margin: 0;
    position: relative;
    background-color: #E6E7E8;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

nav.woocommerce-pagination ul.page-numbers {
	text-align: center;
	display: flow-root;
	margin: 30px;
}

nav.woocommerce-pagination ul.page-numbers li {
	display: inline-flex;
	list-style: none;
	border: solid 1px #f1f1f1;
	width: 40px;
	margin: 0 -4px 0 0;
}

nav.woocommerce-pagination ul.page-numbers li a,
nav.woocommerce-pagination ul.page-numbers span.current {
	padding: 8px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: 600;
	width: 100%;
	box-sizing: border-box;
	color: #000;
}

nav.woocommerce-pagination ul.page-numbers span.current {
	background: #000;
	color: #fff;
}

.mk_aside_shop_bar .widget {
	border-bottom: solid 1px #f6f6f6;
	padding: 0 0 14px 0;
	margin: 0 0 14px 0;
}

.mk_aside_shop_bar .widget h4 {
	text-transform: uppercase;
	color: #000;
}

.mk_aside_shop_bar .widget ul {
	display: block;
	padding: 0;
}

.mk_aside_shop_bar .widget ul li {
	list-style-image: none;
	display: flow-root;
	margin-bottom: 10px;
    border-bottom: dotted 1px #e1e1e1;
}

.mk_aside_shop_bar .widget ul li a {
	color: inherit;
	text-decoration: inherit;
    padding: 4px;
    display: block;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #747474;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #333;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #333;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.price_slider_amount button {
	float: right;
	padding: 6px 20px;
	margin: 0;
}

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

.woocommerce .widget_rating_filter ul li {
    padding: 0 0 1px;
    list-style: none;
}

.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
    content: ' ';
    display: table;
}

.woocommerce .widget_rating_filter ul li a {
    padding: 1px 0;
    text-decoration: none;
}

.woocommerce .widget_rating_filter ul li .star-rating {
    float: none;
    display: inline-block;
}

.woocommerce .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 14px;
    width: 5.4em;
    font-family: star;
}

.woocommerce .star-rating::before {
    content: "\73\73\73\73\73";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FFC000;
}

.woocommerce .star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce .widget_rating_filter ul li::after {
    clear: both;
}

.woocommerce .widget_rating_filter ul li::after, .woocommerce .widget_rating_filter ul li::before {
    content: ' ';
    display: table;
}

.woocommerce-widget-layered-nav-list__item--chosen a::before,
.woocommerce .widget_rating_filter ul li.chosen a::before {
    speak: none;
    font-weight: 600;
	font-size: 18px;
    font-variant: normal;
    text-transform: none;
	text-align: center;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-right: .618em;
    content: '×';
    text-decoration: none;
    color: #fff;
	background: #FF6265;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	display: inline-block;
}

.woocommerce-thankyou-order-details,
.woocommerce-order-received .woocommerce-order-details {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding: 0 2%;
}

p.woocommerce-thankyou-order-received {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 600;
	color: #000;
	text-align: center;
	margin: 4% auto;
}

.payment_method_pagomedios label img {
	width: 54%;
    height: 38px;
}

.woocommerce-shipping-methods {
	padding: 0;
	margin-bottom: 20px;
}

.woocommerce-shipping-methods li {
	border-bottom: dotted 1px #f1f1f1;
	font-size: 12px;
	padding: 4px;
	display: block;
}

.woocommerce-shipping-destination {
	font-size: 12px;
	padding: 4px;
    text-align: left;
}

.woocommerce-shipping-methods input {
	margin-right: 10px;
}

label[for="shipping_method_0_free_shipping2"] {
	font-weight: 700;
	color: #008F35;
	font-size: 14px;
	padding: 3px;
	border: solid 1px #008F35;
	margin: 10px 0;
	display: inline-block;
	border-radius: 4px;
}

.variation dt{
	font-weight: 700;
	color: #000;
}

.variation dt,
.variation dd {
	width: 50%;
	float: left;
	padding: 4px;
	box-sizing: border-box;
    font-size: 12px;
}

#pa_tamano {
	border: solid 1px #425cc7;
	color: #425cc7;
}

li.product .button {
	background: #425cc7;
	color: #fff;
	border: none;
}

.kit_products .mk_product_loop_img_container {
	width: 50%;
	float: left;
	margin-right: 30px;
}

.kit_products .woocommerce-LoopProduct-link {
	width: 70%;
	float: left;
	display: block;
}

.kit_products .variations_form {
	width: 30%;
	float: left;
}

.kit_products h2 {
	text-align: left;
	font-size: 24px;
	margin: 106px 0 0;
}

.kit_products .price {
	text-align: left !important;
}

.kit_products .woocommerce-Price-amount {
	font-size: 28px;
}

.kit_products li.product {
   display: flex;
   align-items: center;
   border: none;
}

.product_list_widget li img {
    width: 80px;
    height: auto;
    vertical-align: middle;
    margin: 0 10px 0 0;
    float: left;
}

.woocommerce-message .button {
    background: #333;
    color: #fff;
    border: none;
}

.price_slider_amount button {
    min-width: inherit;
}

.woocommerce-form-login {
	padding: 1.5em 5em;
}

.woocommerce-order-pay .order_details {
	width: 40%;
	float: left;
	padding: 0;
}

.woocommerce-order-pay .order_details li,
.woocommerce-order-overview li {
	display: block;
    list-style: none;
    border-bottom: dotted 1px #e1e1e1;
    padding: 12px;
}

.woocommerce-order-pay .woocommerce {
	display: flow-root;
    max-width: 1200px;
    margin: auto;
    width: 90%;
	padding: 20px 0;
}

.woocommerce-order-received .woocommerce-order {
	max-width: 1200px;
    margin: auto;
    width: 90%;
	padding: 20px 0;
}

#wc_realex_redirect_iframe_form {
	width: 60%;
	float: left;
}

#wc_realex_redirect_iframe {
	width: 60%;
	float: left;
	margin: 0 0 20px 0 !important;
}

#wc_realex_redirect_iframe_cancel {
	clear: both;
	margin: 20px auto;
}

.woocommerce-order-received .woocommerce-column--billing-address,
.woocommerce-order-received .woocommerce-column--shipping-address {
	float: left;
    width: 46%;
    display: flow-root;
    border: solid 1px #e1e1e1;
    padding: 1% 2%;
    margin: 2%;
}

.woocommerce-order-received .col2-set {
	float: inherit;
	width: 100%;
	padding: 0;
}

.woocommerce-order-received .woocommerce-notice {
	background: #3E55A0;
    color: #fff;
    padding: 4%;
    margin: 0%;
    border-radius: 6px;
}

.woocommerce-order-received .mk_page_head {
	display: none;
}

.related.products {
    clear: both;                                                                                                                                                        
}

.bundled_product_images {
    min-height: 80px;
}

.bundled_product_summary .bundled_product_images img {
    display: inherit !important;
}

.bundled_product_title {
    font-size: 13px;
    min-height: 34px;
}

.bundled_product_excerpt p:first-child {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding: 8px;
    min-height: 38px;
}

.bundled_product select {
    font-size: 12px;
}

.bundled_product_excerpt {
    display: none;
}

.wc-backward {
    padding: 12px 24px;
    border-radius: 3px;
    float: right;
}

.bt_message {
    margin: 0 4px !important;
}