/* Camera slider */
.camera_wrap {
    margin: auto;
}

/* HikaShop coupon field */
input.hikashop_checkout_coupon_field {
    max-width: 250px;
}

/* Hide Joomla / Metis menu arrow toggles only */
.metismenu.mod-menu .mm-toggler,
.metismenu.mod-menu .mm-collapsed {
    display: none !important;
}

/* Joomla / Template Creator CK dropdown menu */
#nav1 li.deeper,
#nav1 li.parent {
    position: relative !important;
}

#nav1 li.deeper > ul,
#nav1 li.parent > ul {
    display: none;
}

#nav1 li.deeper:hover > ul,
#nav1 li.parent:hover > ul {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 99999 !important;
    background: #fff !important;
    min-width: 220px !important;
}

/* HikaShop quantity buttons alignment */
.hikashop_product_quantity_div {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
}

.hikashop_product_quantity_field {
    width: 50px !important;
    text-align: center !important;
}

.hikashop_product_quantity_change_div_plus_default,
.hikashop_product_quantity_change_div_minus_default {
    display: inline-block !important;
}

.hikashop_product_quantity_change_div_plus_default a,
.hikashop_product_quantity_change_div_minus_default a {
    margin: 0 !important;
}

/* HikaShop Previous / Next product buttons */
.hikashop_previous_product_btn,
.hikashop_next_product_btn {
    display: inline-flex !important;
    width: auto !important;
    float: none !important;
    margin: 0 10px 10px 0 !important;
    vertical-align: top !important;
}

.hikashop_previous_product_btn a,
.hikashop_next_product_btn a {
    display: inline-block !important;
}


/* Shrink header logo */
.tck-logo-img {
    height: 95px !important;
    width: auto !important;
}
