/*------
com hikashop
------*/
.hikashop_category_image {
    height: unset !important;
}
.hikashop_subcontainer{
    min-height: unset !important;
}

.hikashop_subcontainer.thumbnail,
.hikashop_subcontainer.thumbnail .hikashop_listing_img_title {
    height: 100%;
}


.hikashop_product_image{
    height: unset !important;
    /*width: unset !important;*/
}
.hikashop_product_image_subdiv {
    /*height: unset !important;*/
    width: unset !important;
}
.hikashop_product_main_image_thumb {
    height: unset !important;
}

dl.hika_options > dd {
    margin-right: 190px;
    margin-left: 0 !important;
}


.hikashop_quantity_form {
    display: inline-block;
}
.hikashop_quantity_form .hikashop_product_quantity_input_div_default_main,
.hikashop_product_quantity_input_div_regrouped {
    display: inline-block;
}
.hikashop_quantity_form .hikashop_product_quantity_input_div_default_main .hikashop_product_quantity_div,
.hikashop_quantity_form .hikashop_product_quantity_input_div_regrouped .hikashop_product_quantity_field {
    display: inline-block;
}
.hikashop_product_quantity_input_div_default,
.hikashop_product_quantity_field.form-control{
    width: 50px;
}
.hikashop_product_quantity_change_div_plus_default,
.hikashop_product_quantity_change_div_minus_default,
.add-on.hikashop_product_quantity_div.hikashop_product_quantity_change_div_regrouped,
.hikashop_product_quantity_change_div_plus_regrouped,
.hikashop_product_quantity_change_div_minus_regrouped{
    display: inline-block;
}

.hikabtn, .hika_j2 .btn {
    margin-bottom: 0;
    text-decoration: none;
    /*color: #333;
    background-color: #eaedf0;*/
    padding: .375rem .75rem;
    line-height: 1.5;
    /* font-weight: bolder; */
}

.hikashop_product_quantity_change_div_leftright{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


#sb-body-inner img#sb-player{
    position: relative !important;
}

/*--- com_hikashop view-user layout-cpanel ---*/
.hika_cpanel_product_price span {
    display: inline-block;
}

/*--- com_hikashop view-address layout-listing ---*/
[dir*="rtl"] dl.hika_options.large > dt {
    text-align: justify !important;
}
[dir*="rtl"] dl.hika_options > dd {
    margin-right: 0 !important;
}

/*--- com_hikashop view-product layout-listing ---*/
.hk-row-fluid {
    padding: 0.5em 0;
}

.com_hikashop.view-product.layout-listing .hkc-md-4 {
    margin-bottom: 2em;
}

.com_hikashop.view-product.layout-listing .hikashop_container{
    position: relative;
    height: 100%;
    border-radius: 0.6em;
    overflow: hidden;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    transition: box-shadow .3s;
}

.com_hikashop.view-product.layout-listing .hikashop_container:hover {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.com_hikashop.view-product.layout-listing .hikashop_subcontainer.hikashop_subcontainer_border{
    height: 100%;
}

.com_hikashop.view-product.layout-listing .hikashop_product_price_full,
.hikashop_module .hikashop_product_price_full{
    display: block;
    font-size: 1.5em;
}

.com_hikashop.view-product.layout-listing .hikashop_product_name a {
    font-size: 1.2em;
}

.com_hikashop.view-product.layout-listing .hikashop_product_code_list,
.hikashop_module .hikashop_product_code_list {
    display: inline-block;
    line-height: 1.5;
    /*background: #0d6efd;
    padding: 5px;
    vertical-align: middle;
    border-radius: 7px;*/
}

.com_hikashop.view-product.layout-listing .hikashop_product_stock_count,
.hikashop_module .hikashop_product_stock_count {
    display: block;
    margin-bottom: 0.7em;
    height: 21px;
}


/*--- mod_hikashop ---*/

.hikashop_module .hkc-md-3 {
    margin-bottom: 1.5em;
}
.hikashop_module .hikashop_container {
    height: 100%;
}
.hikashop_module .hikashop_subcontainer {
    height: 100%;
    padding: 0 5px !important;
}

.hikashop_module .hikashop_listing_img_title {
    border: 1px solid #ccc;
    border-radius: 0.5em;
    overflow: hidden;
    padding: 0.5em;
    height: 100%;
}

.hikashop_module .hikashop_product_stock_count.hikashop_product_no_stock {
    margin-top: calc(21px + 0.7em);
    display: inline-block;
    margin-bottom: 0;
    cursor: no-drop;
    background-image: none;
    border: 1px solid transparent;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    height: unset;
}

/*--- com_hikashop view-product layout-show ---*/

#hikashop_small_image_div a {
    width: 19%;
}
.hikashop_small_image_div a {
    width: 19%;
    border-radius: 0.6em;
}
#hikashop_product_image_main {
    border: 1px solid #ccc;
    border-radius: 1em;
}
#hikashop_small_image_div a img.hikashop_child_image {
    margin: 1%;
    height: unset;
}

span.hikashop_product_variant_subname {
    display: inline-block;
}

.hikashop_product_price_main {
    display: flex !important;
}

#hikashop_product_bottom_part {
    margin: 2em 0;
}

/*--- com_hikashop view-checkout layout-show ---*/
#hikashop_checkout_registration, 
#hikashop_checkout_login_form {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 1em;
}


span.form-control-feedback {
    font-size: 75%;
    color: #fff;
    background: red;
    padding: 3px 5px;
    border-radius: 5px;
    margin-right: 3px;
    
}

fieldset.hika_address_field.hikashop_checkout_billing_address_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#hikashop_checkout_registration h2, 
#hikashop_checkout_login_form h2{
    border-bottom: 1px solid #ccc;
    padding-bottom: 0.5em;
    margin-bottom: 0.7em;
}

.hika_address_element{
    flex: 1 1 auto;
    width: 100%;
    margin-bottom: 1.2em;
}

.hika_address_element .hika_edit,
.hika_address_element .hika_address_display{
    border: 1px solid #ccc;
    padding: 5px;
}

[dir*="rtl"] .hika_address_element .hika_edit input[type="radio"] {
    float: right;
}
[dir*="rtl"] .hika_address_element .hika_edit a {
    margin-right: 10px;
}
[dir*="rtl"] .hika_address_element .hika_edit i.fas.fa-pen {
    color: var(--color4);
}
[dir*="rtl"] .hika_address_element .hika_edit i.fas.fa-trash {
    color: var(--color1);
}

[dir*="rtl"] .hikashop_product_quantity_change_div_leftright.hika_j4 span.add-on a.hikashop_product_quantity_field_change_plus {
    right: unset;
    top: unset;
}

[dir*="rtl"] .hikashop_product_quantity_change_div_leftright.hika_j4 span.add-on a.hikashop_product_quantity_field_change_minus {
    right: unset;
    top: unset;
}

[dir*="rtl"] .hikashop_cart_product_quantity_value .hikashop_product_quantity_field, 
[dir*="rtl"] .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_refresh, 
[dir*="rtl"] .hikashop_cart_product_quantity_value .hikashop_cart_product_quantity_delete {
    float: none;
    display: inline-block;
}

/*------
mod hikashop content
------*/
.owl-theme .owl-dots .owl-dot span{
    background: var(--color4) !important;
}

.owl-theme .owl-dots .owl-dot.active span{
    background: var(--color1) !important;
    width: 30px;
} 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--color1) !important;
}

/*------
mod hikashop cart
------*/

div.hikashop_cart {
    text-align: left;
}
.hikashop_cart_module {
    position: relative;
    z-index: 10000;
}
div.hikashop_cart_dropdown_container {
    width: 137%;
    left: 0;
    top: 100%;
    position: absolute;
    height: unset;
    display: block;
    background: #fff;
    border-radius: 0.5em 0.5em 1em 1em;
    box-shadow: 0 0 10px 0 var(--clr1), 0 0 20px 0 var(--clr2);
}
.hikashop_cart_dropdown_content {
    border: 1px solid #eee;
    border-radius: 0.5em 0.5em 1em 1em;
    padding: 0.5em;
    overflow: hidden;
}
table.hikashop_cart {
    text-align: justify;
}
a.hikashop_small_cart_checkout_link,
span.cart-empty-txt {
    line-height: 60px;
}

/*------
mod hikashop filter
------*/
[dir*="rtl"] .hikashop_filter_main {
    float: right !important;
}

[dir*="rtl"] .form-select {
    padding: .375rem .75rem .375rem 2.25rem;
    -moz-padding-start: calc(0.75rem - 3px);
    background-position: left .75rem center;

}
