/**
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License version 3.0
 * that is bundled with this package in the file LICENSE.txt
 * It is also available through the world-wide-web at this URL:
 * https://opensource.org/licenses/AFL-3.0
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this module to a newer
 * versions in the future. If you wish to customize this module for your
 * needs please refer to CustomizationPolicy.txt file inside our module for more information.
 *
 * @author Webkul IN
 * @copyright Since 2010 Webkul
 * @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
*/

.wk_container .btn-up-down {
	padding: 5px 20px 5px 20px;
	background: #f6f6f7;
	border-radius: 0px 15px 0px 0px;
	box-shadow: 0px -10px 10px -8px rgba(0, 0, 0, 0.23);
}
.wk_container .btn-up-down i {
    position: relative;
    top: 6px;
    transition: transform 0.3s ease-in-out; /* Suaviza la animación */
}

.wk_container .btn-up-down.rotate i {
    transform: rotate(180deg);
}

.wk_container {
    position: fixed;
    /* top:0px; */
    left: 0px;
    width: 100%;
    /* background:#08ff45; */
    z-index: 100;
}
.wk_container_div {
	box-shadow: 0 -5px 15px -5px rgba(0,0,0,.23) !important;
	background: #f6f6f7 !important;
	border-top: none !important;
	padding-bottom: 15px !important;
}
.wk_img {
    width: 100%;
    margin: .3em;
    position: absolute;
    left: 8%;
}

.wk_product_heading {
    font-size: 1.4rem;
    color: #2fb5d2;
}

.wk_price {
    font-size: 1rem;
	color: #ff55a9 !important;
	font-weight: bold;
}

.wk_cart_btn {
    color: #2fb5d2;
}

.warningMsg {
    font-size: .8125rem;
}

.ajaximage {
    display: none;
}

select.wk_serial {
    background-color: #fff;
    padding-left: 5px;
    padding-right: 1.575rem;
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, .2);
    height: calc(2rem - 2px) !important;
    width: 70%;
}

.text-center {
    text-align: center;
}

.wk_container .mt-1 {
    margin-top: .5em !important;
}

.wk-mt-1 {
    margin-top: 0em;
}

.wk-mt-2 {
    margin-top: 0em;
}

.wk_customization_error {
    color: #7a7a7a;
}

.pd0 {
    padding: 0px;
}

.pd04 {
    padding: 0 4px;
}

#strikePrice {
    text-decoration: line-through;
    color: #666;
}

.has-discount .discount {
    margin-left: 0;
}

.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
    width: 3.2rem;
}

.wk_attribute_lable_color {
    text-align: left !important;
    display: block;
}

.mb01 {
    margin-bottom: 1rem;
}

.wk_db {
    display: block;
}

.wkc_change {
	color: #ed93b1;
	font-size: .8rem;
	background: #fff;
	padding: 5px 5px;
	width: 100px;
	margin: 0px 15px 0 0px;
	border-radius: 10px;
	float: right;
	border: 1px solid #ed93b1;
	line-height: 1.2em;
}

.pull-right {
    float: right !important;
}

@media only screen and (max-width: 600px) {
    .onlyQuantity {
        width: 100px;
    }
    .onlyQuantityAC {
        width: 220px;
    }
}

.text-center .wk_attribute_lable_color {
	text-align: left !important;
	font-size: 0.8em;
	padding: 0 15px;
	float: left;
	width: 64%;
}




#wk_form {
    display: flex;
    justify-content: space-between;
}

div#combModal div.wk_product_variants_item div.form-group ul li.input-container {
	float: left;
	padding: 5px 10px;
} /*bc*/

div#combModal div.wk_product_variants_item div.form-group ul li.input-container label span.color {
	width: 2rem;
	height: 2rem;
	border-radius: 50%;
} /*bc*/

@media only screen and (min-width: 991px) {
	.wk_container {
		display: none !important;
	}
}


.col-sm-12.col-xs-12.pd0 {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.col-sm-12.col-xs-12.pd0 > div {
    width: 100%;
    box-sizing: border-box;
}

#wk_form {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#wk_form div.opciones {
    width: 100%;
    box-sizing: border-box;
	padding: 15px 15px 0 15px;
}

#wk_form div.cantidad {
    width: 100%;
    box-sizing: border-box;
	padding: 0 15px;
}

#wk_form div.comprar {
    width: 100%;
    box-sizing: border-box;
	padding: 15px 15px 5px 15px;
	float: left;
	display: flex;
    align-items: center;
}

#wk_form div.comprar a {
	margin: 0px 15px 0px 15px;
	padding: 10px 35px;
	font-size: 0.9rem;
}
#wk_form div.comprar a.btn.disabled {
	background: darkgray !important;
	border: none !important;
}

#wk_form .current-price {
    font-size: 16px;
    color: #333;
}

#wk_form .original-price {
    color: #999;
    margin-right: 8px;
	font-size: 0.8em;
	text-decoration: line-through;
}

#wk_form .final-price {
    color: #f00;
    font-weight: bold;
}

#wk_form .current-price .discount-data {
    margin-top: -6px;
}

#wk_form .discount {
	background: #f3e2e8 !important;
	padding: 0 4px;
	color: #ff55a9 !important;
	font-size: 0.8em;
	border-radius: 5px;
}

#wk_form .disponibilidad {
    width: 70%;
    box-sizing: border-box;
	padding: 5px 15px 5px 15px;
	float: left;
	display: flex;
    align-items: center;
}

#wk_form .disponibilidad #product-availability {
	padding: 0 10px 0 15px;
}

.ap5-pack-page #wk_form .disponibilidad {
	display: none !important;
}

#wk_form #product-availability {
    display: flex;
    align-items: center;
    gap: 5px;
}

#wk_form #product-availability i {
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

#wk_form .product-disp {
    font-size: 11px;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

#wk_form .product-available {
	color: green !important;
}
#wk_form .product-unavailable {
	color: darkgray !important;
}
#wk_form .product-consulta {
	color: #666666 !important;
}
#wk_form i.product-consulta {
	color: #ff9a52 !important;
}

.ap5-pack-page #wk_form div.opciones {
	display: none !important;
}

#wk_form div.opciones span.opcion-selec {
	font-size: 0.9em;
	font-weight: bold;
}

#wk_form div.opciones span.opcion-selec2 {
	font-size: 0.9em;
	padding-left: 2px
}

#combModal div.modal-content {
	border-radius: 15px;
}

#combModal div.wk_product_variants div.wk_product_variants_item label span.color {
	border: none !important;
}

#combModal div.wk_product_variants div.wk_product_variants_item label.wk_attribute_lable_color {
	margin-top: 8px;
}

#combModal div.wk_product_variants div.wk_product_variants_item label .input-color:checked + span {
	border: 3px solid #666666 !important;
}

#combModal div.wk_product_variants .btn-default {
	background-color: darkgrey !important;
	border: none !important;
}

#combModal div.wk_product_variants .btn-success {
	color: #ffffff !important;
	background-color: #ed93b1 !important;
	border: none !important;
	border-radius: 12px !important;	
}

.wk_product_variants_item {
    width: 100%;
    box-sizing: border-box;
}

.wk_sac_div {
    width: 100%;
    box-sizing: border-box;
	float: left;
	padding: 0 15px;
}

.current-price {
    width: 100%;
    box-sizing: border-box;
}

