.gm-widget
{
    margin-bottom : 30px;
}

.gm-widget__header, .gm-widget__footer
{
    padding : 5px 15px;
}

.gm-widget__header
{
    /*background-color : #3b91f6;*/
    background-color : #7eb208;
}

.gm-widget__header__title
{
    font-size   : 24px;
    line-height : 40px;
    position    : relative;
    color       : #ffffff;
    margin      : 0;
    padding     : 0;
}

.gm-widget__body
{
    padding          : 15px;
    border           : solid 1px silver;
    background-color : #ffffff;
}

.gm-widget__body__list
{
    margin       : 0;
    padding-left : 15px;
    list-style   : none;
}

.gm-widget__body__list .label
{
    color       : #7eb208;
    font-weight : bold;
}

.gm-widget__body__list li
{
    margin-bottom : 15px;
}

.gm-widget__body__list li:last-child
{
    margin-bottom : 0;
}

.gm-widget__footer
{

}

.product .product-name.product-item-name
{
    height             : 50px;
    letter-spacing     : 0;
    display            : -webkit-box;
    overflow           : hidden;
    text-overflow      : ellipsis;
    -webkit-line-clamp : 2;
    -webkit-box-orient : vertical;
    position           : relative;
    text-align         : center;
}

.product .product-price
{
    color : var(--danger);
}

footer .footer-credit
{
    margin-top : 15px;
    border     : dotted 2px silver;
}

.woocommerce #respond input#submit, .woocommerce a.button:not(.normal-btn), .woocommerce button.button, .woocommerce input.button
{
    background-color      : #660066!important;
    color                 : #ffffff !important;
    font-size             : 14px !important;
    border-radius         : 0;
    -webkit-border-radius : 0;
    -moz-border-radius    : 0;
    -ms-border-radius     : 0;
    -o-border-radius      : 0;
    padding               : 10px;
    text-transform        : uppercase;
    font-family           : 'Roboto Condensed', sans-serif;
    border                : 2px solid #660066!important;
    -webkit-transition    : 0.3s ease;
    -moz-transition       : 0.3s ease;
    -ms-transition        : 0.3s ease;
    -o-transition         : 0.3s ease;
    transition            : 0.3s ease;
    display               : inline-block;
}

.cart-empty
{
    margin-bottom : 30px;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:not(.normal-btn):hover, .woocommerce button.button:hover, .woocommerce input.button:hover
{
    background-color : transparent !important;
    color            : #660066!important;
    border           : 2px solid #660066!important;
    text-decoration  : none;
}

.the-content *
{
    line-height: 25px;
}

.the-content p
{
    line-height : 22px;
}

.ship-to-different-address
{
    display : none !important;
}

.woocommerce-input-wrapper
{
    display : block;
    width   : 100%;
}

.register-button
{
    padding : 17px 50px;
}

.footer-categories
{
    columns : 1;
}
.woocommerce-message{
    border-top-color: #660066 !important;
}
.woocommerce-message::before {
    content: "\e015";
    color: #660066 !important;
}
.product-select button.a2cp_button{
    background-color: #eaeff4 !important;
    border-color: #eaeff4!important;
    color: #000 !important;
}
.product-select button.a2cp_button:hover{
    background-color: #660066!important;
    border-color: #660066!important;
    color: #fff !important;
}
/* Màu tiêu đề toàn site */
.entry-content h1,
.entry-content h2,
.entry-content h3,
.page h1, 
.page h2, 
.page h3,
.single h1,
.single h2,
.single h3 {
  color: #660066 !important;
}
