/* CSS Document */
/**
* 2023 Hipercalzado.
*
* NOTICE OF LICENSE
*
* All rights is reserved
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to www.hipercalzado.com for more information.
*
*  @author    Hipercalzado IN <info@hipercalzado.com>
*  @copyright 2023 Hipercalzado IN
*  @license   www.hipercalzado.com
*/

div.wk_soldby_link{
	display: none !important;
}

/*div.sequra-promotion-widget{
	width: 54% !important;
}*/

.hc_similiar_products {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.hc_seller_products {
    width: 100%;
    background-color: #fff;
}

.hc_prosellerinfo {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #D9D8D4;
    margin-bottom: 5px;
}

.hc_prosellerinfo:hover {
    background-color: #EEEDEB;
}

.hc_prod_content {
		display:flex;
		flex-wrap:wrap;
}

.hc_prod_name {
		width:29%;
		margin:0 1% 0 0;
}
@media (max-width:1200px){
	.hc_prod_name {
		width:38%;
		margin:0 2% 0 0;
	}
}

.hc_pro_quantity {
	width:11%;
	margin:0 1% 0 0;
}

@media (max-width:1200px){
	.hc_pro_quantity {
		margin:0 2% 0 0;
		width:18%;
	}
}

.hc_pro_price {
	width:24%;
	margin:0 1% 0 0;
}

@media (max-width:1200px){
	.hc_pro_price {
		width:40%;
		margin:0 0 0 auto;
		
	}
}

.hc_pro_add_to_cart {
	align-self:center;
	margin-left:auto;
	width:33%;
	text-align: right;
}

@media (max-width:1200px){
	.hc_pro_add_to_cart {
		width:auto;
		margin-top:1rem;
	}
}

.hc_prod_name strong {
    font-size: 16px;
}

#products_ul {
    position: absolute;
    width: 96.5%;
    max-height: 200px;
    overflow-x: auto;
    z-index: 1000;
    background-color: #fff;
}

#products_ul li {
    background-color: #f2f2f2;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

#products_ul li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

#products_ul li a:hover {
    color: #fff;
    background-color: gray;
}

.no_product_list {
    background: #f3515c !important;
    color: #fff;
    padding: 5px;
}

#add_img {
    cursor: pointer;
}

#get_product_name_div {
    background: none repeat scroll 0 0 #2f8cd6;
    color: #fff;
    margin-top: 6px;
}

.searchimage {
    position: absolute;
    right: 21px;
    top: 3px;
    width: 3%;
}

.combination-div-height {
    overflow: auto;
    height: 560px;
    padding: 15px;
}

.hc_language_menu {
    left: 24% !important;
    top: 33px !important;
}

.hc_add-to-cart{
	background: #1f428c !important;
}

.hc_add-to-cart:hover, .hc_add-to-cart:active, .hc_add-to-cart:focus{
	box-shadow: 0 4px 9px #254ea5 !important;
	background-color:#162e62 !important;
	transition: .2s ease-out;
}
