/**
 * @package    HikaShop for Joomla!
 * @version    4.4.2
 * @author     hikashop.com
 * @copyright  (C) 2010-2021 HIKARI SOFTWARE. All rights reserved.
 * @license    GNU/GPLv3 http://www.gnu.org/licenses/gpl-3.0.html
 */

.grayback #sp-main-body {
    background: #f3f3f3;
}

.hikashop_container form {
    margin: 15px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

a.hikabtn {
    color: #333;
    background-color: #F7C805;
    border-color: #F7C805;
    border-radius: 15px;
    border-bottom-right-radius: 0;
    width: 100px;
}

.hikashop_cart_proceed_to_checkout {
    width: 130px !important;
}

.hikashop_product_quantity_field {
    width: 100px !important;
    border-radius: 15px 15px 15px 0 !important;
    border: solid 1px #666;
    text-align: center;
}

span.hikashop_product_name {
    text-align: right !important;
    font-size: 14px;
    margin-top: 15px;
    min-height: 70px;
}

span.hikashop_product_name a {
    color: #333;
}

span.hikashop_product_price_full {
    display: block;
    text-align: right !important;
    font-size: 14px;
    margin-top: 15px;
}

.hikashop_product_price {
    text-align: right !important;
}


.product_nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_nav i {
    margin-left: 5px;
}

.hikashop_previous_product,
.hikashop_shop_product,
.hikashop_next_product {
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.thumbnail div.hikashop_product_image_subdiv {
    width: 100% !important;
}

#hikashop_product_description_main {
    margin: 20px 0 20px 20px;
font-size: 14px;
}
#hikashop_product_description_main h3{
    font-size:16px
}

.hikashop_product_right_part {
    padding-top: 20px;
}

.thumbnail .hikashop_product_image img {
    display: block;
    max-width: 100%;
    margin-right: auto;
    margin-right: auto;
}

.thumbnail .hikashop_product_image_subdiv {
    position: relative;
    border: solid 1px #ccc;
    background: #fff;
}

.thumbnail .hikashop_product_image_subdiv a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, #4EB29E 0%, #5CAD53 100%);
    opacity: 0;
}

.thumbnail .hikashop_product_image_subdiv a:hover:after {
    opacity: 0.7;
    background-image: linear-gradient(0deg, #4EB29E 0%, #5CAD53 100%);
    transition: all 0.2s ease-out;
}

.hikashop_cart_proceed_to_checkout:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f291";
    margin-left: 5px;
}

.hikashop_product_checkout_cart_image{
	max-width: 120px;
}