
/* General */

.product_first_section > .container {
	padding-left: 0;
}

.product_middle_column_inner {
	margin-right: 3rem;
}

.product_second_section > .container {
	padding: 0;
}

.steasy_divider.between_short_and_price,
.steasy_divider.between_detials_and_buttons {
	display: none;
}


/* Breadcrump */

.breadcrumb_wrapper,
.breadcrumb_spacing {
	display: none;
}


/* Images */

.pro_gallery_top_container .pro_gallery_top_inner {
	max-width: 100% !important;
}

.images-container .swiper-button {
	display: none !important;
}


/* Miniaturas */

.pro_gallery_thumbs_container {
	left: 0;
    position: absolute;
    top: 0;
	z-index: 2;
}


/* Marca */

.product_name_wrap {
	margin-top: 2.5rem;
}

.pro_extra_info_brand {
	color: #7B7979;
	font-size: 1rem;
	font-weight: 400;
    margin-bottom: 0.25rem;
	text-transform: uppercase;
}


/* Favoritos */

.add_to_love .icon {
    color: #000000;
    font-size: 1rem;
	height: 16px;
	width: 16px;
}

.add_to_love.st_added .icon.no_added {
	display: none;
}

.add_to_love .icon.added {
	display: none;
}

.add_to_love.st_added .icon.added {
	color: #F42D29;
	display: block;
}


/* Name */

.product_name_wrap .product_name {
	color: #060707;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 0.75rem;
}


/* Precio */

.product-prices .current-price .price,
.product-prices .current-price .regular-price,
.product-prices .current-price .st_reduce {
	font-size: 14px;
	font-weight: 400;
	margin-right: 0.75rem;
}

.product-prices .current-price .price,
.product-prices .current-price .st_reduce {
	color: #E1211E;
}

.product-prices .current-price .regular-price {
	color: #A3A3A3;
}

.product-prices .current-price .st_sticker_block,
.product-prices .current-price .st_sticker_block .st_sticker_text {
	padding: 0;
}

.product-prices .current-price .st_sticker_block .st_sticker {
	border: none;
}


/* Description Short */

.product-description-short {
	margin-top: 1.25rem;
}

.product-description-short .st_read_more_box {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
}

.product-description-short h1 {
	color: #060707;
	font-size: 1rem;
	font-weight: 700;
}


/* Añadir al carrito */

.product-add-to-cart .add {
	width: 100%;
}

.product-add-to-cart .add-to-cart {
	background-color: #000000;
	border-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	text-transform: none;
}


/* Link to the description */

.link_to_description {
	color: #000000 !important;
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	margin: 1.25rem 0 1.25rem;
	text-decoration: underline !important;
	text-underline-offset: 3px;
}


/* Description light */

.description_light {
	color: #000000;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	margin: 0.5rem 0 1.5rem;
}


/* Customizations */

.product_customization_selector {
	align-items: center;
	border: 1px solid #E5E7EB;
	cursor: pointer;
    display: flex;
    justify-content: space-between;
	margin-bottom: 3rem;
	padding: 13px 3rem;
	user-select: none;
}

.product_customization_selector.open {
	border-bottom: none;
	margin-bottom: 0;
}

.product_customization_selector.open ~ .product_customization_wrapper {
	display: block;
	opacity: 1;
	transform: scaleY(1);
}

.product_customization_selector .pcs_label {
	align-items: center;
	color: #0A0A0A;
    display: flex;
	font-size: 14px;
	font-weight: 500;
    justify-content: center;
}

.product_customization_selector .pcs_label .icon {
	height: 20px;
	margin-right: 1rem;
	width: 25px;
}

.product_customization_selector .pcs_icon .icon {
	height: 8px;
	width: 12px;
}

details {
	display: none;
}

.product_customization_wrapper {
	border-bottom: 1px solid #E5E7EB;
	border-left: 1px solid #E5E7EB;
	border-right: 1px solid #E5E7EB;
	border-bottom: 1px solid #E5E7EB;
	border-left: 1px solid #E5E7EB;
	border-right: 1px solid #E5E7EB;
	border-top: none;
	display: none;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform 0.25s ease, opacity 0.25s ease;
}

.product_customization_wrapper .card {
	border: none !important;
}

.product_customization_wrapper .card.mb-5 {
	margin-bottom: 1rem !important;
}

.card .card-title {
	color: #101828;
	font-size: 14px;
	font-weight: 500;
	margin: 1.5rem 0 1.25rem;
}

.card .card-text {
	color: #000000;
	font-size: 12px;
	font-weight: 400;
    margin: 0 0 1.5rem;
}

.card .card-text b {
	font-weight: 400;
}

.card .flex-wrap {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 8px;
}

.card .flex-wrap .col-2 {
	border: 1px solid #E5E7EB;
	border-radius: 4px;
	cursor: pointer;
	flex: 0 0 100%;
    max-width: 100%;
	padding: 4px;
}

.card .card-option.selected,
.card .card-option:hover {
	border-color: #000000;
}

.card .flex-wrap .col-2 span:first-of-type {
	color: #0A0A0A;
	display: block;
	font-size: 12px;
	font-weight: 500;
	margin-top: 5px;
    text-align: center;
}

.card .flex-wrap .col-2 span:nth-of-type(2) {
	color: #4A5565;
	font-size: 12px;
	font-weight: 400;
    text-align: center;
}


/* Tabs */

.product_info_tabs .nav-tabs {
    background-color: #F3F4F6;
    border-top-color: #F3F4F6;
    padding-left: 13.5rem;
}

.product_info_tabs .nav-tabs .nav-item {
    margin-bottom: 0;
	margin-right: 0;
}

.product_info_tabs .nav-tabs .nav-link {
	border: none !important;
	color: #231F20 !important;
	font-size: 1rem !important;
	font-weight: 500;
	min-width: 225px;
	padding: 1.7rem 1.7rem !important;
	text-transform: none !important;
}

.tab-pane-body {
	margin: 3rem auto;
	max-width: 1120px;
}


/* Description */

.product-description {
	color: #4A4A4A;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
}

.product-description h2,
.product-description h3 {
	color: #555555;
	font-size: 25.6px;
	font-weight: 600;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.product-description p {
	color: #4A4A4A;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.7;
	margin-bottom: 1rem;
}

.product-description strong {
	font-weight: 600;
}


/* ajustes en description para el cristo de html que tenia antes */
.product-description .product_img {
	margin-bottom: 2rem;
	display: block;
    margin: 0 auto;
}

.product-description section.section{
	position:relative;
	padding:25px;
	overflow:hidden;
}

.product-description .section .section-bg.fill{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.product-description .section .section-bg.fill img{
	width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.15;
}

.product-description .section .col-inner{
	padding:25px;
}

.product-description .section .col-inner p > span{
	text-align:center;
	display:block;
	font-size:75%;
}

.product-description .su-service{
	margin-bottom:24px;
}

.product-description .su-service-title{
	font-weight:bold;
}

.su-service-title img {
    margin: 0px 5px;
}

.product-description .su-service-content{
	padding-left:46px;
}