/*Hikashop Home*/
img#hikashop_main_image {
    width: 100%;
    aspect-ratio:1 / 1;
    object-fit:contain;
    height:auto;
}
.hikashop_product_main_image {
    height:100% !important;
}
div#hikashop_image_main_thumb_div {
    height:100% !important;
}

body.com-hikashop.view-product.layout-listing.task-listing #sp-main-body {
    padding: 50px 0;
}

.hikashop_product_page .hikashop_submodules {
    display: none; /*hardcode*/
}

/*menu cart*/

.hikashop_cart_module img {
    width: 25px;
    padding-right: 5px;
    position: relative;
    height: 100%;
}

.hikashop_cart_module a.hikashop_small_cart_checkout_link span {
    display: flex;
}

.sp-module.cart-style {
    position: relative;
    padding-left: 20px;
}

/*end of menu cart*/



/*floating cart*/

@media (max-width: 991px) {
  	.floating-button { bottom: 30px !important; }
}


.floating-button span.hikashop_small_cart_total_title {
    font-size: 16px !important;
    padding: 8px 15px !important;
    border-radius: 50px !important;
}

.floating-button span.hikashop_small_cart_total_title i {
    color: #000;
}

/*end of floating cart*/


.hikacart {
    background: #505050;
    border: none;
    margin: 0;
    border-radius: 50px;
    font-size: 14px;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 8px 10px;
    transition: 0.5s;
  	color:#fff;
}
.hikacart  {
    background-image: linear-gradient(310deg, #FFA92A 20%, #FFF680 100%);
    border: none;
    margin: 0px auto -25px auto;
    border-radius: 50px;
    font-size: 14px;
    font-weight:700;
    line-height: 1.3;
    text-transform: capitalize;
    padding: 15px 50px 15px 50px;
    transition: 0.5s;
  	color:#252525;
    width:fit-content;
    z-index:1;
    position:relative;
    overflow:hidden;
}
#hikashop_product_right_part .hikacart{
	margin: 0px;
}
.hikacart:before{
    content: "";
    position: absolute;
    height:100%;
    width:100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    background-image: linear-gradient(270deg, #FFA92A 50%, #FFF680 100%);
    z-index:-1;
    transition:0.5s;
}
.hikacart:hover:before{
    opacity: 1;
}
.hikacart:hover,
.hikacart:focus{
	color:#252525;
}

span.hikashop_product_price_per_unit {
    display: none !important;
}


/*filter*/

#sp-left .sp-module {
    border: 1px solid #e2e2e2;
    padding: 0;
    border-radius: 15px;
}

section#sp-filter-search {
    padding: 50px 0 0;
}

.hikashop_filter_SortBy_2 select {
    width: 100%;
    font-size: 12px;
    max-width: 180px !important;
    height: 35px;
    border-radius: 50px;
    padding: 0 15px;
}

.hikashop_filter_SortBy_2 .filter_values_container {
    float: right;
    padding-top: 0 !important;
    padding-right: 5px;
}

.hikashop_filter_Keyword_1 .filter_values_container input {
    max-width: 100%;
    font-size: 12px;
    padding: 0 15px;
    height: 35px;
    background: #fff;
    border-radius: 50px;
}
@media (min-width:991px) and (max-width:1200px){
	.hikashop_filter_Keyword_1 .filter_values_container input {
	    max-width: 100px;
	}
}
.hikashop_filter_main {
    min-height: auto !important;
    width: 100% !importat;
}

#sp-left .hikashop_filter_main span.hikashop_filter_title {
    color: #1a1a1a;
    font-weight: 600;
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}

#sp-left .hikashop_filter_module {
    background: #fff;
    border-radius: 15px;
    padding: 20px;
}

#sp-left .hikashop_filter_main {
    width: 100% !important;
}

#sp-left .hikashop_filter_main select {
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    /* max-height: 200px; */
    min-height: auto !important;
    /* padding: 0 20px 0 0; */
    border-radius: 0;
    border: 0;
    text-transform: capitalize;
}

#sp-left .hikashop_filter_main select option {
    padding: 10px 0;
    font-size: 14px;
    color: #6f6f6f;
    cursor: pointer;
    background: none;
    transition: 0.3s;
    white-space: break-spaces;
}

#sp-left .hikashop_filter_main select option:hover,
#sp-left .hikashop_filter_main select option:checked {
    color: #000;
    font-weight: 500;
}



@media (max-width: 991px) {
  	#sp-left .sp-module { margin-bottom: 20px; }
	#sp-left .hikashop_filter_module {padding: 15px;}
	#sp-left .hikashop_filter_main { padding-top: 15px; }
	#sp-left .hikashop_filter_collapsable_title_mobile { border: 0; background: transparent; font-size: 10px; }
	#sp-left .hikashop_filter_fieldset h3 { font-size: 16px !important; font-weight: 500; }
	#sp-left .hikashop_filter_collapsable_title { margin: 0; }
	#sp-left .hikashop_filter_collapsable_title_icon { height: auto; }
}


/*sp-left colors*/
#sp-left .hikashop_filter_main select option {
    border-bottom: solid 1px #ccc; padding:10px;
}

#sp-left select option:hover {
  box-shadow: 0 0 10px 100px #ffffff inset !important;
  background:none!important;
  color: #000 !important;
}
#sp-left select option:checked,select option:focus{
  box-shadow: 0 0 10px 100px #000 inset !important;
  background:none!important;
  color: #fff!important;
  border:0px;
  outline:none;
}

#sp-left .form-select:focus {
    box-shadow: none;
}
/*end of sp-left colors*/




/*end of filter*/



.hikashop_products_listing .hikashop_products .hikashop_container {
    margin-top: 0 !important;
}

.thumbnail .hikashop_product_image {
    height: auto !important;
    order: 0;
    border-radius: 10px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: 0.5s;
}

.thumbnail .hikashop_product_image_subdiv {
    width: auto !important;
}

.thumbnail {
    line-height: 1.3;
    min-height: auto !important;
    text-align: left !important;
    padding: 15px !important;
    border: 1px solid #e2e2e2;
    border-radius: 15px !important;
    background: transparent !important;
    margin-bottom: 30px;
    transition: 0.5s;
}

.thumbnail:hover, .thumbnail:focus {
	border-color: rgb(237 47 174 / 50%);
}

.thumbnail .hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
}

.thumbnail span.hikashop_product_name {
    order: 1;
    font-size: 18px;
    font-weight: 800;
    margin: 10px 0;
    padding: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 25px;
}

.thumbnail span.hikashop_product_price_full {
    order: 3;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    padding-top: 0 !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.thumbnail .hikashop_listing_img_title .alcohol-percentage {
    order: 2;
    color: #FFA92A;
	font-size:14px;
	margin-bottom:5px;
	text-align:center;
}
.thumbnail span.hikashop_product_price_full .hikashop_product_price {
    display: block;
	color:#ED2FAE;
	font-weight:700;
}

.thumbnail a.hikabtn.hikacart,.thumbnail a.hikabtn {
    order: 3;
}

.thumbnail form {
    order: 3;
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}


.thumbnail .hikashop_product_quantity_div {
    width: 100%;
    position: relative;
}

.thumbnail .hikashop_quantity_form {
    width: 120px;
    margin: 0;
    margin-right: 5px;
}

.thumbnail input.hikashop_product_quantity_field {
    width: 100%;
    max-width: 100% !important;
    height: 35px;
    border-radius: 50px !important;
    font-size: 14px;
    margin: 0 !important;
    padding: 0 35px !important;
}

.thumbnail .hikashop_product_quantity_change_div_leftright span.add-on {
    position: absolute;
    display: block;
    top: 0;
    background: none;
}

.thumbnail .hikashop_product_quantity_change_div_leftright span.add-on:first-child {
    right: 0;
}

.thumbnail .hikashop_product_quantity_change_div_leftright span.add-on a {
    width: 35px;
    height: 35px;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: none;
    background: #505050;
    color: #fff;
    margin: 0;
    left: 0;
}

.thumbnail .hikashop_product_quantity_change_div_leftright span.add-on:last-child {
    left: 0;
}

.thumbnail .hikashop_product_quantity_change_div_leftright span.add-on a:hover {
    background: #000;
}

.thumbnail .hikashop_quantity_form .control-group {
    margin: 0;
}

.thumbnail .hikashop_product_quantity_add_to_cart_div_leftright { display: none; }

.thumbnail .hikacart { width: auto; }



@media (max-width: 991px) {
	.thumbnail {padding: 10px !important;margin-bottom: 20px;}
    .hikashop_products_listing .hikashop_product { width: 50%; padding: 0 10px; }
    .hikashop_products_listing .hikashop_products .hikashop_container { margin: 0 !important; }
    .hikashop_products_listing .hk-row-fluid { margin-left: -10px; margin-right: -10px; }
    .thumbnail span.hikashop_product_name {font-size: 14px;margin: 5px 0;min-height: 20px;}
}


/*hikashop carousel*/

.hikashop_carousel .swiper-button-next:after,
.hikashop_carousel .swiper-button-prev:after {
    font-size: 25px;
    color: #000;
    border-radius: 100%;
}

.hikashop_carousel .swiper-button-prev {left: -55px;background: #f0f0f0;border-radius: 100%;width: 50px;height: 50px;}

.hikashop_carousel .swiper-button-next { right: -55px;background: #f0f0f0;border-radius: 100%;width: 50px;height: 50px; }

.hikashop_carousel .hikashop_carousel_item {
    background: transparent !important;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_product_image {
    height: auto !important;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_product_image_subdiv {
    width: auto !important;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title {
    display: flex;
    flex-direction: column;
    line-height: 1.5;
    padding: 0 10px;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title span.hikashop_product_name {
    order: 2;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    display: -webkit-box !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 25px;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title span.hikashop_product_price_full {
    order: 3;
    font-size: 16px;
}

.hikashop_carousel .discount_product_price {
    display: inline-flex;
    align-items: center;
}
.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title .alcohol-percentage {
    order: 3;
    color: #FFA92A;
	font-size:14px;
	margin-bottom:5px;
}
.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title span.hikashop_product_price_full .hikashop_product_price {
    display: block;
	color:#ED2FAE;
	font-weight:700;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title .hikashop_product_image {
    order: 1;
    margin-bottom: 15px;
    border-radius: 20px;
    transition: 0.5s;
    overflow: hidden;
}

.hikashop_carousel .hikashop_carousel_item:hover .hikashop_listing_img_title .hikashop_product_image {
    border-radius: 50px;
}

.hikashop_carousel .hikashop_carousel_item .hikashop_listing_img_title a.hikacart, .hikashop_carousel a.hikabtn {
  	order: 4;
    margin-top: 10px;
}

img.hikashop_product_listing_image {
    width: 100%;
	aspect-ratio:1 / 1;
	object-fit:contain;
} 

.swiper-pagination.swiper-pagination-bottom.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top: 20px;
}

.swiper-pagination-bullet-active {
    background: #000;
}

/*discount*/
span.hikashop_product_price_before_discount {
    background: red;
    color: #fff;
    width: fit-content;
    margin: auto;
    padding: 5px;
    font-size: 12px;
}

span.hikashop_product_discount_amount {
    font-size: 12px;
    margin-right: 5px;
}

.hikashop_product_price_with_discount {
    font-weight: 700;
    display: block;
}





/*end of hikashop carousel*/



/*pagination*/

.pagination .limit {
    display: none;
}

.pagination .counter {
    display: none;
}

span.hikashop_results_counter {
    display: none;
}

/*end of pagination*/


/*spinner loading*/

div.hikashop_checkout_loading > div.hikashop_checkout_loading_spinner {
	background:url('../images/spinner_02.gif') no-repeat center;
    background:none;
}
div.hikashop_checkout_loading > div.hikashop_checkout_loading_spinner.small_spinner {
	background:url('../images/spinner.gif') no-repeat center;background:none;
}

/*end of spinner loading*/

.layout-listing .sp-module.related-products {
    display: none;
}



/*EO HIKA LISTING*/