.shop-list-default {
    margin: 0 -20px; 
}
.shop-list-default ul {
    display: flex;
}
.shop-list-default ul li .shop-item-default {
    margin: 10px;
    border-bottom: 2px solid var(--border-bottom-color);
    background-color: var(--light-red-color);
}
.shop-item-default .box-image img {
    width: 100%;
    height: 180px;
    display: block;
    object-fit: cover;
}
.shop-item-default .box-title-description-in {
    padding: 20px;
}
.shop-item-default .box-title-description a {
    height: 100%;
    align-items: center;
}
.shop-item-default .box-title-description-in .box-description {
    padding: 5px 0 10px 0;
    color: var(--light-color);
}
.shop-item-default .box-title-description-in .box-price {
    padding: 5px 0 0 0;
    color: var(--yellow-color);
    font-weight: bold;
}
.shop-item-default .box-title-description-in .box-control {
    justify-content: center;
}
.shop-item-default .box-title-description-in .box-control a {
    color: #fff;
}
.shop-item-default .box-title-description-in .box-control .button {
    font-size: 13px;
    text-align: center;
    width: 50px;
    padding: 5px 10px;
    margin: 0 10px 0 0;
    background-color: var(--red-color);
}

.shop-item-default .box-title-description-in .box-control .button:hover {
    background-color: var(--dark-color); 
    transition: 0.3s;
}
/*end shop item default*/

/*shop item grid*/
.shop-item-grid {
    padding: 10px;
}
.shop-item-grid-in {
    background-color: var(--light-red-color);
    border-bottom: 3px solid var(--border-bottom-color);
    position: relative;
}
.shop-item-grid .image img {

    height: 150px;
    display: block;
    object-fit: cover;
    width: 100%;
}
.shop-item-grid-in:hover {
    top: -1px;
    box-shadow: 0 1px 5px #000;
    transition: 0.3s;
}
.shop-item-grid .info {
    padding: 10px;
}
.shop-item-grid .info .title h4 {
    font-size: 13px;
}
.shop-item-grid .info .price {
    line-height: 1;
    padding: 8px 0;
}
.shop-item-grid .info .price .unit {
    font-size: 12px;
}
.shop-item-grid .info .price-root {
    padding-right: 10px;
    color: var(--dark-color);
    text-decoration: line-through;
}
.shop-item-grid .info .price-sale {
    color: var(--yellow-color);
}
.shop-item-grid .info .description {
    color: var(--light-color);
}
.shop-item-grid .info .button {
    padding: 5px 0;
    justify-content: center;
}
.shop-item-grid .info .button p {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    margin: 0px 5px;
    padding: 7px;
    color: #fff;
    text-align: center;
    background-color: var(--red-color);
}
.shop-item-grid .info .button p:hover {
    background-color: var(--dark-color);
    transition: 0.3s;
}

.shop-item-grid .discount-percent {
    box-shadow: 0px 2px 4px #000;
    position: absolute;
    top: 0;
    right: 10px;
    padding: 3px 8px;
    color: #fff;
    background-color: red;
    border-radius: 0 0 5px 5px;
}
.shop-item-grid .discount-percent .percent {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;

}
/*end shop item grid*/


/*shop item small*/


/*end shop item small*/


/*shop list grid*/

.shop-list-grid ul {
    margin: 0 -10px;
}

/*end shop list grid*/
#shop_detail .top {
    margin: 0 -20px;
}
#shop_detail .top .left-in,
#shop_detail .top .right-in {

    padding: 0 20px;
    padding-top: 20px;
}
#shop_detail .list-image-side {
    padding-top: 10px;
}
#current_shop_image {
    background-color: #fff;
    border: 3px solid #fff;
    width: calc(100% - 6px);
    height: 300px; 
    display: block;
    object-fit: contain;
}
.image-side img {
    border: 3px solid #fff;
    width: calc(100% - 6px);
    height: 140px; 
    object-fit: cover;
    display: block;
}
#shop_detail .title-lg {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
#shop_detail .top .title {
    line-height: 1;
    font-weight: bold;
    text-transform: uppercase;
}
#shop_detail .top .info-short,
#shop_detail .top .price,
#shop_detail .top .amount,
#shop_detail .top .commitment,
#shop_detail .top .shipping-time,
#shop_detail .top .hotline {
    padding: 10px 0;
}
#shop_detail .top .price .price-title i,
#shop_detail .top .commitment i,
#shop_detail .top .shipping-time i,
#shop_detail .top .hotline i {
    display: flex;
    align-items: center;
    margin-right: 10px;
    text-align: center;
    width: 20px;
    justify-content: center;
}
#shop_detail .info-full,
#shop_detail .info-short {
    text-align: justify;
}
#shop_detail .top .price {
    color: var(--yellow-color);
    line-height: 1;
    align-items: baseline;
}
#shop_detail .top .price .price-title {
    padding-right: 10px;
}

#shop_detail .top .price-old {
    font-size: 20px;
    padding-right: 15px;
    text-decoration: line-through;
}
#shop_detail .top .price-new {
    font-size: 24px;
    color: var(--red-color);
}
#shop_detail .top .price .unit {
    font-size: 16px;
}
#shop_detail .top .price .price-title,
#shop_detail .top .commitment,
#shop_detail .top .shipping-time {
    align-items: center;
    line-height: 1;
}

#shop_detail .top .price .price-contact span 
{   
    font-size: 18px;
    color: var(--red-color);
}
#shop_detail .top .order {
    justify-content: space-around;
    margin: 0 -10px;
}
#shop_detail .top .order-2 {
    padding: 30px 0;
    margin: 0 -10px;
}
#shop_detail .right-in .order-form .text {
    font-style: italic;
}
#shop_detail .top .privacy {
    align-items: center;
    padding: 10px;
    background-color: #fff;
    margin: 10px 0;
}
#shop_detail .top .privacy img {
    width: 60px;
    object-fit: contain;
    display: block;
}
#shop_detail .top .privacy p {
    padding-left: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 20px;
    text-transform: uppercase;
}

#shop_detail .button {
    margin: 10px;
    cursor: pointer;
    padding: 5px;
    color: #fff;
    background-color: var(--yellow-color);
    border: 2px solid var(--yellow-color);
    align-items: center;
    justify-content: center;
}

#shop_detail .button img {
    padding-right: 10px;
    width: 30px;
    object-fit: contain;
    display: block;
}

#shop_detail .button p {
    text-align: center;
    text-transform: uppercase;
}

#shop_detail .button:hover {
    border: 2px solid var(--dark-color);
    background-color: var(--dark-color);
    transition: 0.3s;
}
#shop_detail .button i {
    font-size: 20px;
    padding-right: 10px;
}
#shop_detail .main-image img {
    display: block;
    width: 100%;
}
#shop_detail .underline {
    height: 1px;
    width: 100%;
    margin: 40px 0;
    background-color: #ccc;
}
#shop_detail .left-in .underline,
#shop_detail .right-in .underline {
    margin: 20px 0;
}
#order_form span,
#order_form .error {
    font-style: italic;
}
#order_form .error {
    color: #ff1000;
}
#order_form input,
#order_form textarea {
    width: 98%;
    padding: 5px;
    margin: 5px 0px 15px 0;
}
#order_form input[type="submit" i] {
    width: 100px;
    border: 1px solid #9b9b9b;
    background-color: #fff;
}
#order_form input[type="submit" i]:hover {

    border: 1px solid var(--red-color);
    background-color: var(--red-color);
    color: #fff;
    transition: 0.3s;
}
/*ma-sm*/@media (max-width: 568px) {
    .shop-item-default .box-title-description-in .box-control {
        justify-content: space-evenly;
    }
    .shop-item-default .box-title-description-in .box-control .button {
        margin: 0 5px;
        padding: 5px 0px;
    }
    .shop-list-default ul li .shop-item-default {
        margin: 5px;
    }
    .shop-item-default .box-image img {
        height: 100px;
    }
    .shop-item-default .box-title-description-in {
        padding: 10px;
    }
    .shop-list-default,
    #shop_detail .top,
    .shop-item-grid ul,
    .shop-list-grid ul,
    #shop_detail .top .order,
    #shop_detail .top .order-2 {
        margin: 0;
    }
}