
.product_left_column {
	padding-left: 4px;
}

@media (min-width: 992px) {
	.product_left_column.col-lg-8 {
		-ms-flex: 0 0 63%;
		flex: 0 0 63%;
		max-width: 63%;
	}
	.product_middle_column.col-lg-4 {
		-ms-flex: 0 0 37%;
		flex: 0 0 37%;
		max-width: 37%;
	}
}

.product_middle_column_inner {
    margin-left: 60px;
	margin-right: 50px;
	margin-top: 70px;
}

.product-description h2 {
	font-size: 14px;
}

.images-container .st_popup_image.st_pro_popup_image {
	background-color: #FFF;
    display: block;
	filter: brightness(0.93);
	padding-left: 25px;
    padding-right: 25px;
	text-align: center;
}

.images-container .st_popup_image.st_pro_popup_image img {
	background-color: #FFF;
    padding-bottom: 45px;
    padding-top: 45px;
}

.images-container .st_image_scrolling_wrap .st_image_scrolling_item {
    padding-left: 7px;
    padding-right: 7px;
}

.images-container .st_image_scrolling_item {
    margin-bottom: 14px;
}


/* Información del producto */

.product_name_wrap h1.product_name {
    font-weight: 600;
	margin-bottom: 5px;
}

.product_name_wrap .product-prices .current-price {
	line-height: 1;
}

.product_name_wrap .product-prices {
	margin-left: 30px;
}

.product_name_wrap .product-prices .price {
	color: #000;
	font-size: 19px;
	font-weight: 600;
}

.product_name_wrap .product-prices .regular-price {
	color: red;
	display: block;
    font-size: 13px;
    font-weight: 500;
	margin-top: 5px;
    text-align: right;
}

.product-reference .pro_extra_info_label {
    margin-right: 8px;
}

.product-reference {
    margin-bottom: 2px;
}

.product-reference .pro_extra_info_label,
.product-reference .pro_extra_info_content {
    color: #000;
	font-size: 14px;
	font-weight: 400;
}

.product-manufacturer .pro_extra_info_label {
    margin-right: 8px;
}

.product-manufacturer .pro_extra_info_label,
.product-manufacturer .pro_extra_info_brand {
	color: #000;
	font-size: 16px;
	font-weight: 600;
}



/* Colores */

#main .product_middle_column .strelatedproducts_container {
    margin-bottom: 40px;
    margin-top: 20px;
}

.strelatedproducts_container .hover_fly,
.strelatedproducts_container .pro_second_box {
	display: none;
}

.strelatedproducts_container .product_img_link {
    margin-bottom: -16px;
    margin-top: -16px;
}

.strelatedproducts_container .product-variants-color-title {
	color: #000;
    font-size: 13px;
    font-weight: 600;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.strelatedproducts_container .product_list_item {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.strelatedproducts_container .product-variants-color-text {
	color: #000;
    font-size: 11px;
    font-weight: 600;
	margin-bottom: 0;
	margin-left: 6px;
	/*text-align: center;*/
	text-transform: uppercase;
}

.topbar.floating .product-variants-color-title,
.topbar.floating .product-variants-color-text,
.strelatedproducts_container .st_sticker_block {
	display: none;
}

.topbar.floating .strelatedproducts_container .products.product_list {
	justify-content: flex-end;
}

.topbar.floating .strelatedproducts_container {
	display: block !important;
	margin: 0 !important;
}

.product_middle_column .topbar.floating .product-information {
    min-width: 40% !important;
}

.topbar.floating .strelatedproducts_container .product_img_link {
	border-radius: 50%;
    margin-bottom: 0;
    margin-top: 0;
}

.topbar.floating .product_name_wrap {
	width: 30% !important;
}

.topbar.floating .strelatedproducts_container {
	margin: 0 20px !important;
	width: 20% !important;
}
    
#product-availability {
	display: none;
}

.product-add-to-cart .product-quantity.hide_main_cart_button .add {
    display: block;
}



/* Selector Personalizado */

.custom-selector {
	background: none;
	border: 1px solid #A8A9AD !important;
	border-radius: 0;
	color: #000;
	cursor: pointer;
	font-family: Montserrat;
	font-size: 12px;
	font-weight: 600;
	height: 42px !important;
    margin-bottom: 0;
	margin-top: 20px;
	position: relative;
	z-index: 2;
}

.custom-selector .list {
	background: none repeat scroll 0 0 #fff;
	/*border: 1px solid #A8A9AD;*/
	border: 2px solid #1A1A1A;
	display: none;
	left: 0;
	margin-left: 0;
	margin-top: 49px;
	padding-left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-height: 291px;
    overflow: auto;
}

.custom-selector .list::-webkit-scrollbar {
    /*-webkit-appearance: none;*/
}

.custom-selector .list::-webkit-scrollbar:vertical {
    width: 12px;
}

.custom-selector .list::-webkit-scrollbar:horizontal {
    height: 6px;
}

.custom-selector .list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 1px solid #ffffff;
}

.custom-selector .list::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.custom-selector .list li {
	border-bottom: 1px solid #D0D1D3;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 15px;
	list-style: outside none none;
	margin-left: 0;
	/*padding: 1.1em 0.3em;*/
	padding: 16px 0.3em;
	padding-left: 24px;
	text-align: left;
}

.custom-selector .list li.unavailable {
	color: #A2A3A8;
	cursor: not-allowed;
	font-weight: 600;
}

.custom-selector .list li:not(.unavailable):hover {
	background-color: #EFEFF0;
	color: #E62B3E;
}

.custom-selector .list li.default {
	/*background-color: #F5F5F5;*/
	background-color: #EFEFF0;
	cursor: default;
	display: none;
	font-size: 12px;
	font-weight: 600;
	margin-left: 0;
	padding-left: 24px;
}

.custom-selector .list li.default:hover {
	color: #000;
}

.custom-selector .list li:last-child {
	border-bottom: medium none;
}

.custom-selector .list li .attribute-available {
	color: #5A5A5A;
	float: right;
	font-size: 12px;
	font-weight: 500;
	margin-right: 24px;
}

.custom-selector .list li .attribute-unavailable {
	color: #D40000;
	float: right;
	font-size: 12px;
	font-weight: 500;
	margin-right: 24px;
}

.selected {
	color: #000;
	display: block;
	font-size: 12px;
	font-weight: 600;
	line-height: 29px;
	text-indent: 10px;
}

.custom-selector i {
	font-size: 12px;
	position: absolute;
	right: 4%;
    top: 55%;
    transform: translate(4%, -55%);
}

.topbar.floating .custom-selector i {
	right: 8%;
    transform: translate(8%, -55%);
}



/* Guía de tallas */

.product-information {
	margin-top: 40px;
}

.topbar.floating .product-information {
	margin-top: 0;
}

.inline_popup_wrap .inline_popup_tri {
	color: #000;
	font-size: 13px;
    font-weight: 600;
}

.inline_popup_wrap .inline_popup_tri i {
	font-size: 16px;
}



/* Tallas */

.product-variants {
    margin: 0;
}

.product-variants .control-label {
	display: none;
}

.product-variants .form-control-select {
	border: 1px solid #A8A9AD !important;
	color: #000;
	font-weight: 600;
	height: 42px !important;
	padding-left: 15px;
}



/* Botón Añadir */

.btn.add-to-cart span {
	font-size: 13px;
    font-weight: 500;
}

.btn.add-to-cart {
    background-color: #E62B3E !important;
	border-color: #E62B3E !important;
}

.btn.add-to-cart:not(:disabled):hover {
    -webkit-box-shadow: inset 800px 0 0 0.01px #E62B3E !important;
    box-shadow: inset 800px 0 0 0.01px #E62B3E !important;
}

.btn.add-to-cart:disabled {
	background-color: #000000 !important;
	border-color: #000000 !important;
    opacity: 1;
}



/* Favoritos */
.btn.add_to_love {
	align-items: center;
	background-color: #000;
    display: flex;
	height: 40px;
    justify-content: center;
	margin-left: 5px;
    width: 40px;
}

.btn.add_to_love.st_added {
	/*background-color: #E62B3E;*/
	background-color: red;
}

.btn.add_to_love i {
	color: #FFF;
	font-size: 22px;
}



/* Tabs */

.product_info_tabs {
	margin-top: 30px;
}

.product_info_tabs .tab-content .tab-pane {
    border-bottom: 1px solid #A8A9AD !important;
}

.product_info_tabs .tab-content .mobile_tab_name {
	color: #000;
	font-size: 13px;
    font-weight: 600;
}

.product_info_tabs .tab-content .mobile_tab_name h3 {
    color: #000;
    font-size: 13px;
    font-weight: 600;
}

.product_info_tabs .minus_sign,
.product_info_tabs .plus_sign {
	color: #A8A9AD;
	font-size: 14px;
}

.product_info_tabs .product-features .page_heading {
	display: none;
}

.product-information-float {
	margin-bottom: 95px;
}



/* Icons */

#product-icons-sell {
    margin: 0 50px;
}

#product-icons-sell .col {
    align-items: center;
	display: flex;
	justify-content: center;
}

#product-icons-sell .title_primary,
#product-icons-sell .title_secondary {
    color: #58585A;
	margin-bottom: 0;
	margin-left: 10px;
}

#product-icons-sell .title_primary {
    font-size: 15px;
    font-weight: 600;
}

#product-icons-sell .title_secondary {
    font-size: 13px;
    font-weight: 500;
	line-height: 1.4;
}

#product-icons-sell .col:nth-child(3) .title_primary {
    margin-top: 18px;
}



/* Slider - Te puede interesar */

._sd_strelatedproducts_container {
	margin-left: 20px;
	margin-right: 0;
}

._sd_strelatedproducts_container .title_block {
	margin-bottom: 5px;
}

._sd_strelatedproducts_container .title_block .title_block_inner {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

._sd_strelatedproducts_container .title_block .title_block_inner:hover {
	color: #000;
}

._sd_strelatedproducts_container .swiper-container.products_sldier_swiper {
	margin-right: -15px;
}

._sd_strelatedproducts_container .swiper-container.products_sldier_swiper .swiper-wrapper {
	margin-right: 15px;
}

._sd_strelatedproducts_container .product_img_link {
	background-color: #FFF;
	filter: brightness(0.93);
	padding-left: 15px;
    padding-right: 15px;
}

._sd_strelatedproducts_container .front-image {
	background-color: #FFF;
	padding-bottom: 45px;
	padding-top: 45px;
}

._sd_strelatedproducts_container .hover_fly {
	display: none;
}

._sd_strelatedproducts_container .pro_second_box {
	padding-left: 10px;
	padding-right: 10px;
}

._sd_strelatedproducts_container .pro_list_manufacturer,
._sd_strelatedproducts_container .pro_list_reference {
	color: #000;
	font-size: 15px;
    font-weight: 500;
}

._sd_strelatedproducts_container .s_title_block {
	color: #000;
    font-size: 12px;
	font-weight: 400;
}

._sd_strelatedproducts_container .s_title_block a {
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

._sd_strelatedproducts_container .product-price-and-shipping {
    bottom: 8.5px;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

._sd_strelatedproducts_container .product-price-and-shipping .price {
    bottom: 0;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

._sd_strelatedproducts_container .product-price-and-shipping .regular-price {
	color: #000;
    bottom: 20px;
	font-size: 12px;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

._sd_strelatedproducts_container .product-price-and-shipping .price {
	color: #000;
	font-size: 14px;
    font-weight: 600;
	line-height: 1.6;
}

._sd_strelatedproducts_container .product-price-and-shipping .st_discounted_price  {
	color: red;
}

._sd_strelatedproducts_container .add_to_love {
	display: none;
}



/* Slider - Lo último que has visto */

.stviewedproducts_container, .crossselling_products_container {
	margin-left: 20px;
	margin-right: 0;
}

.stviewedproducts_container .title_block {
	margin-bottom: 5px;
}

.stviewedproducts_container .title_block .title_block_inner {
	font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}

.stviewedproducts_container .title_block .title_block_inner:hover {
	color: #000;
}

.stviewedproducts_container .swiper-container.products_sldier_swiper {
	margin-right: -15px;
}

.stviewedproducts_container .swiper-container.products_sldier_swiper .swiper-wrapper {
	margin-right: 15px;
}

.stviewedproducts_container .product_img_link, .crossselling_products_container .product_img_link {
	background-color: #FFF;
	filter: brightness(0.93);
	padding-left: 15px;
    padding-right: 15px;
}

.crossselling_products_container .add_to_love {display: none;} 

.stviewedproducts_container .front-image, .crossselling_products_container .front-image {
	background-color: #FFF;
	padding-bottom: 45px;
	padding-top: 45px;
}

.stviewedproducts_container .hover_fly {
	display: none;
}

.stviewedproducts_container .pro_second_box {
	padding-left: 10px;
	padding-right: 10px;
}

.stviewedproducts_container .pro_list_manufacturer,
.stviewedproducts_container .pro_list_reference {
	color: #000;
	font-size: 15px;
    font-weight: 500;
}

.stviewedproducts_container .s_title_block {
	color: #000;
    font-size: 12px;
	font-weight: 400;
}

.stviewedproducts_container .s_title_block a {
	max-width: 260px;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}

.stviewedproducts_container .product-price-and-shipping, .crossselling_products_container .product-price-and-shipping {
    bottom: 8.5px;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

.stviewedproducts_container .product-price-and-shipping .price, .crossselling_products_container .product-price-and-shipping .price  {
    bottom: 0;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

.stviewedproducts_container .product-price-and-shipping .regular-price, .crossselling_products_container .product-price-and-shipping .regular-price {
	color: #000;
    bottom: 20px;
	font-size: 12px;
	padding-bottom: 0;
	position: absolute;
    right: 6px;
}

.stviewedproducts_container .product-price-and-shipping .price, .crossselling_products_container .product-price-and-shipping .price  {
	color: #000;
	font-size: 14px;
    font-weight: 600;
	line-height: 1.6;
}

.stviewedproducts_container .product-price-and-shipping .st_discounted_price, .crossselling_products_container .product-price-and-shipping .st_discounted_price  {
	color: red;
}

.stviewedproducts_container .add_to_love {
	display: none;
}



/* Barra Añadir al carrito flotante */

.topbar.floating .product-variants {
	margin: 0;
}

.topbar_product_cover {
	filter: brightness(0.95);
}

.topbar.floating .product_name_wrap {
	margin-left: 20px;
}

.topbar.floating .product_name {
	font-size: 15px;
	margin-left: 10px;
}

.topbar.floating .product-prices .price {
	font-size: 15px !important;
	font-weight: 600 !important;
}

.topbar.floating .form-control-select {
    margin-top: 0;
    max-width: 250px;
    /* min-width: 200px; */
}

.topbar.floating .product-add-to-cart {	
	margin-left: 40px;
}

.product_middle_column_inner {
	/*padding: 50px;*/
	height: 100%;
}

.product_middle_column_inner .topbar_product_cover{
	display:none;
	border-radius:50%;
}

.product_middle_column .pro_name_right .product-prices{
	padding-left:40px;
}

.product_middle_column .pro_name_right .product-prices .current-price .price {
    font-size: 19px;
    line-height: 19px;
    font-weight: bold;
    color: #000;
}

.product_middle_column .topbar .product-actions #add-to-cart-or-refresh .product-variants .control-label{
	font-weight:bold;
	text-transform: uppercase;
    font-size: 11px;
}

.st-container, .st-content, .st-content-inner{
	overflow:visible;
}

.product_middle_column .product-information-float{
	position:sticky;
	top:150px;
}

.product_middle_column .topbar{
	transition-duration:0.5s;
	top:0px;
}

.product_middle_column .topbar.floating {
	background-color: #FFF;
    position: fixed;
    top: 0px;
    z-index: 9;
    left: 0px;
    width: 100%;
    /*background-color: rgba(255, 255, 255, 0.95);*/
	padding:8px 0px;
	box-shadow: rgb(0 0 0 / 10%) 0px 5px 10px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.product_middle_column .topbar.floating .product_name_wrap,
.product_middle_column .topbar.floating .product_name_wrap > .flex_child{
	display:flex;
	align-items: center;
}

.product_middle_column_inner .topbar.floating .topbar_product_cover{
	display:inline-block;
	width:50px;
	height:50px;
	margin-right:15px;
	margin-left:15px;
    background-size: cover;
}

.product_middle_column .topbar.floating .product_name {
	margin-bottom:0px;
}

.product_middle_column .topbar.floating .product-information{
	margin-right:65px;
	min-width:50%;
}

.product_middle_column .topbar.floating .product-variants .product-variants-item,
.product_middle_column .topbar.floating .product-variants .product-variants-item ul li{
	margin-bottom:0px;
}

.product_middle_column .topbar.floating .product-actions #add-to-cart-or-refresh{
	display: flex;
    align-items: center;
    justify-content: flex-end;
}

.product_middle_column .topbar.floating .product-actions #add-to-cart-or-refresh .product-add-to-cart{
	margin-left:50px;
	width:50%;
	margin-bottom:0px;
}

.product_middle_column .topbar.floating .product_name_wrap .pro_extra_info,
.product_middle_column .topbar.floating .strelatedproducts_container,
.product_middle_column .topbar.floating .product-description-short,
.product_middle_column .topbar.floating .steasy_divider,
.product_middle_column .topbar.floating .pro_price_block,
.product_middle_column .topbar.floating #product-availability
{
	display:none;
}



/* Footer */

#easycontent_28 {
	border-bottom: 1px solid #D2D3D5;
	padding: 0 60px 40px;
}

#easycontent_28 h3 {
	font-size: 20px;
	font-weight: 600;
    letter-spacing: 1px;
	margin-bottom: 25px;
}

#easycontent_28 p {
	color: #000000;
	font-size: 13px;
    line-height: 1.7;
	margin-bottom: 15px;
}

#easycontent_28 strong {
	font-weight: 600;
}

/* guia de tallas */

.mfp-content table {
	width: 100%;
	text-align: center;
}
.mfp-content table:nth-of-type(3) {
	margin-top: 5px;
}
.mfp-content caption {
	background: #333;
    padding: 8px 0px;
    color: white;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
	caption-side: top;
	margin-top: 10px;
}
.mfp-content .h2 {
	font-size: 24px;
	padding: 10px;
	text-decoration: underline;
	text-align: center;
}
.mfp-content table{
	border: 1px solid black;
}
.mfp-content th,.mfp-content td {
	padding: 5px 10px;
	font-size: 14px;
}
#inline_popup_content_3 {
	max-width: 900px;
	padding: 0px 35px;
	padding-bottom: 20px;
}
.mfp-content table tr th {
	background: #eeeeee;
}


/***** Add to Cart Custom *****/

#add-to-cart-custom {
	background-color: #000;
	border: 1px solid #000;
	cursor: pointer;
	height: 40px;
	line-height: 39px;
	text-align: center;
}

#add-to-cart-custom.select-size {
	background-color: #FF496A;
	border-color: #FF496A;
}

#add-to-cart-custom.with-size {
	background-color: #03CC99 !important;
	border-color: #03CC99 !important;
}

#add-to-cart-custom span {
	color: #FFF;
	font-size: 14px;
    font-weight: 500;
	text-transform: uppercase;
}

.hidden.add {
	display: none !important;
}

.product_left_column .fmm_sticker_base_span {
	right: 25px !important;
    top: 10px !important;
}

/******************************/

.product-actions .product-add-to-cart .ajax_cart_bag.mar_r4 {
    border-color: white  !important;
    color: white  !important;
    height: 13px  !important;
    width: 15px  !important;
    margin-right: 3px  !important;
    top: 4px  !important;
}

.product-actions .product-add-to-cart span.ajax_cart_bg_handle {
    border: 2px solid #fff !important;
    width: 10px !important;
    height: 8px !important;
    left: 55% !important;
}

#product .sequra-promotion-widget--i1 {
	margin-top: 30px;
}

#product .product_middle_column_inner .topbar.floating .sequra-promotion-widget[data-type="text"]{
	display: none;
}

#product .ps_checkout-payment-method-logo-block-container{
	margin-top: 20px;
}