/*BTNS*/
.abpc_hikabtn {background: var(--color-background-alt-dark) !important; color: #fff !important; border-color: var(--color-background-alt-dark) !important; border-style: solid !important; }
.abpc_hikabtn:hover {background: var(--color-background-alt-light) !important;  border-color: var(--color-background-alt-light) !important; }
/*MODULES*/
.hikashop_module .hikashop_products .hk-row-fluid {gap: 5px; display: flex; flex-direction: column; margin: 0; box-sizing: initial; }
.hikashop_module .hikashop_products .hikashop_product {padding: 0;}
.hikashop_module .hikashop_products .hikashop_subcontainer {padding: 0!important; }
.hikashop_module .hikashop_products .product-file{}
.hikashop_module .hikashop_products .product-file .product-data{display: flex; flex-direction: column; justify-content: space-between; flex: 1;}
.hikashop_module .hikashop_products .product-file .product-data .hikashop_product_name{font-family: var(--font-family-heading); font-size: 18px; font-weight: 500; text-transform: uppercase; padding: 5px;}
.hikashop_module .hikashop_products .product-file .product-data .hikashop_product_price_full{padding: 3px; text-align: center!important; font-family: var(--font-family-heading); font-size: 18px; color: var(--color-text-light); background: var(--color-background-alt-dark); font-weight: 500; }
/*MODULE OWL PRODUCTS*/
.hikashop_module.slider-productos .hikashop_products .owl-carousel .product-file{flex-direction: column; background: var(--color-background-light);}
.hikashop_module.slider-productos .hikashop_products .owl-carousel .product-file .hikashop_product_name{text-align: center;}
/*MODULE BRANDS*/
.slider-marcas  {padding: 1rem 0; background: #fff; border: 1px solid #c8c8c8; position: relative;}
.slider-marcas .owl-nav {position: absolute; line-height: 1; top: calc(50% - 17px); width: calc(100% + 34px); left: -17px; display: flex; justify-content: space-between; }
.slider-marcas .owl-nav .mdi:before {font-size: 1.5rem; background: #fff; border: 1px solid #c8c8c8; display: block; padding: .25rem; color: var(--color-background-alt-light)}
.slider-marcas .owl-nav .owl-prev, .slider-marcas .owl-nav .owl-next {height:34px; width:34px; position: relative;}
/*CATEGORY VIEW*/
.option-hikashop.layout-listing .hikashop_category_description{margin-bottom: 30px}
.option-hikashop.layout-listing .hikashop_products_listing .hikashop_container{margin: 0 0 30px!important;}
.option-hikashop.layout-listing .hikashop_products_listing .hikashop_products .hikashop_product {/*padding: 0!important;*/}
.option-hikashop.layout-listing .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer {padding: 0!important;}
.option-hikashop.layout-listing .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer .hikashop_product_image_subdiv{margin: 0!important;}
.option-hikashop.layout-listing .hikashop_products_listing .hikashop_products .hikashop_product .hikashop_subcontainer .product-file {padding: 10px; background: var(--color-background-light); height: 70px; text-transform: uppercase; font-weight: 600; }
/*PRODUCT VIEW*/
.option-hikashop.view-product .hikashop_product_page .hikashop_small_image_div a {display: block; border: none; margin-right: 0; padding: 0; }
.option-hikashop.view-product .hikashop_product_page .hikashop_small_image_div {display: flex; align-items: center; justify-content: center; gap: 10px; }
.option-hikashop.view-product .hikashop_product_page h1{font-size: 1.7rem; text-transform: uppercase; line-height: 1; }
.option-hikashop.view-product .hikashop_product_page h1 .hikashop_product_variant_subname{font-size: 1.3rem; font-weight: 500; margin-left: 10px;}
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part {padding-left: 20px;}
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part .hikashop_product_description_main{font-size: 16px; line-height: 1.2;}
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part .product_header{margin-bottom: 20px;}
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part .product-footer {display: flex; border-top: 2px solid var(--color-background-light); border-bottom: 2px solid var(--color-background-light); padding: 5px 0; }
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part .product-footer .product-price {display: flex; align-items: center; justify-content: flex-start; flex: 1 1 10%; }
.option-hikashop.view-product .hikashop_product_page .hikashop_product_right_part .product-footer .product-add-to-cart {display: flex; flex: 1 1 70%; align-items: center; justify-content: flex-end; }
/*CHARACTERISTICS*/
.hikashop_product_characteristics{ background:var(--color-background-light); padding: 5px;}
/*CODE*/
.hikashop_product_code_main_wrapper{display: flex; justify-content: flex-end; font-weight: 400; font-size: 11px; line-height: 1; gap: 10px; align-items: center;}
.hikashop_product_code_main_wrapper .hikashop_product_code_main {color: var(--color-text-light); background: var(--color-background-alt-light); text-transform: uppercase; padding: 2px 7px; text-align: right; }
/*HIKA QTY*/
.hikashop_quantity_display {display: flex !important; justify-content: flex-end; gap: 10px; }
.hikashop_quantity_display .hikashop_quantity_form {margin: 0; }
.hikashop_quantity_display .hikashop_product_quantity_input_div_default_main {display: flex!important; height: 40px;}
.hikashop_quantity_display .hikashop_product_quantity_div {display: flex; flex-direction: column; justify-content: space-between; align-items: center; }
.hikashop_quantity_display .hikashop_product_quantity_div input.hikashop_product_quantity_field {font-size: 14px; width: 50px; padding: .1rem .3rem; text-align: center; line-height: 1; margin: 0!important; height: 40px; }
.hikashop_quantity_display .hikashop_product_quantity_div .hikashop_product_quantity_div {display: flex; flex-direction: column; height: 40px; }
.hikashop_quantity_display .hikashop_product_quantity_div .hikashop_product_quantity_field_change {font-size: 12px; line-height: 1; padding: 0 !important; margin: 0 !important; display: flex; align-items: center; justify-content: center; width: 20px; height: 19px; }
/*CART*/
aside .hikashop_cart_module .hikashop_cart{font-size: 13px; line-height: 1.2; }
aside .hikashop_cart_module{}
.checkout_button_wrapper{display: flex; justify-content: flex-end;}
.hikashop_cart_module_product_price_value, .hikashop_cart_module_product_price_title, .hikashop_cart_module_product_total_value {padding: 8px 0!important; width: fit-content; min-width: 60px;}
/*CHECKOUT*/
.block-wrapper{margin: 20px 0 40px 0;}
.block-body{display: flex ; align-items: center; justify-content: center;}
.view-checkout.layout-end .r-content .module-header{margin-bottom: 20px;}
.view-checkout.layout-end .r-content .order_is_complete{margin-bottom: 10px; display: inline-block;}
.view-checkout.layout-end .r-content .you_can_now_access_your_order_here{margin-bottom: 10px; display: inline-block;}
.view-checkout.layout-end .r-content .thank_you_for_purchase{display: inline-block; text-align: right; font-weight: 500;}