/*
Theme Name: Shop
Description: Thiết kế bởi Web Đại Tín - WebDaiTin.net
Author: WebDaiTin.net
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

.single-product form.cart {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
}

.single_add_to_cart_button {
    margin-bottom: 0;
    width: 55%;
    float: left;
    text-transform: none;
    border-radius: 20px;
    letter-spacing: 0;font-weight:normal;}
    
    
.single_add_to_cart_button, .buy_now_button {
    height: 40px;
}


.buy_now_button {
    padding: 0;
    margin-bottom: 0;
    margin-right: 0;
    width: 40%;
    display: inline-block;
    float: right;
    text-transform: none;
    border-radius: 20px;
    letter-spacing: 0;
    font-size: 16px;font-weight:normal;
}

.buy_now_button {
    background: #e40000;
}

[data-icon-label]:after, .secondary.is-underline:hover, .secondary.is-outline:hover, .icon-label, .button.secondary:not(.is-outline), .button.alt:not(.is-outline), .badge-inner.on-sale, .button.checkout, .single_add_to_cart_button, .current .breadcrumb-step {
    background-color: #097eaf !important;
}

.text-center .quantity, .quantity{
    margin-bottom: 20px;
}



.product-small.col > .col-inner {
    border: 1px solid #e5e5e5;
    overflow: hidden;    padding: 10px 5px;
}

.product-title a{
font-size:16px;  
color:#000;
margin-bottom: 10px !important;
    line-height: 2 !important;

}

.price-wrapper .price {
    font-size: 16px;}

.price-wrapper .price {
    display: block;
    font-size: 16px;

}
.badge-container .badge {
    height: 49px;
    width: 49px;
}

.badge-container .on-sale {
    background: url(images/giamgia.png) !important;
}


.badge-inner {
    border-radius: 99%;
    font-weight: normal;
}


.on-sale {
    background-color: transparent !important;
}
.badge-container {
    margin-top: 10px;
    right: unset !important;
    left: 0px !important;
}
.badge-outline, .badge-circle {
    margin-left: 1px !important;
}


.product-small.col > .col-inner:hover:before, .product-small.col > .col-inner:hover:after {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transition: all .5s ease-out 0s;
    -moz-transition: all .5s ease-out 0s;
    -o-transition: all .5s ease-out 0s;
    transition: all .5s ease-out 0s;
}
.product-small.col > .col-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-top: 1px solid #da0200;
    border-bottom: 1px solid #da0200;
    transform: scale(0,1);
    -ms-transform: scale(0,1);
}

.product-small.col > .col-inner:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-left: 1px solid #da0200;
    border-right: 1px solid #da0200;
    transform: scale(1,0);
    -ms-transform: scale(1,0);
    z-index: -1;
}


.hotline-bh {
    position: fixed;
    bottom: 120px;
    left: 0;
    width: 300px;
    z-index: 10;
}
.td-hotline {
    font-family: "Oswald",arial;
    font-weight: 400;
    padding: 2px 5px;
    position: fixed;
    left: 0;
    bottom: 110px;
}

#hidden_content {
    margin-left: 45px;
    box-shadow: 0 0 6px rgb(0 0 0);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,10);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0);
    border-radius: 10px;
    display: none;background: #fff;
}


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: -40px;
    left: 0;
    z-index: 999999;
}.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: -20px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: -5px;
    left: 25px;
    position: absolute;
    background-color: rgba(230,8,8,0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 7px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}


.fa-phone:before {
    content: "\f095";
}

.online1 legend {
    margin-bottom: 0;
    width: auto;
    padding: 0 5px;
}

fieldset {
    border: 1px solid #e1e1e1;
    margin: 0 2px;
    padding: .35em .625em .75em;
    border-radius: 5px;
}
fieldset {
    margin-top: 15px;
}
.online_ht {
    width: 100%;
    clear: both;
    line-height: 1.6;
    padding: 0;
}

.online1 a:active, .online1 a:visited, .online1 a:link {
    color: #f00;
}

.online1 legend {
    display: block;
    width: auto;
    text-align: center;
    padding: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 0 solid #e5e5e5;
}

.online1 {
    padding: 0;
    width: 100%;
    text-align: center;
    float: left;
    background: #fff;
    box-shadow: 0 0 6px rgb(0 0 0);
    -moz-box-shadow: 0 0 6px rgba(0,0,0,10);
    -webkit-box-shadow: 0 0 6px rgb(0 0 0);
    border-radius: 10px;
    padding: 0 5px 10px;
}
#button2 {
    position: absolute;
    z-index: 2;
    top: -30px;
    right: -30px;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    border: none;
    background: transparent;
    padding: 0;
}

#button2:before {
    transform: rotate(
45deg
);
}
#button2:before {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffb400;
    border-radius: 5px;
    margin-top: -6px;
    animation: colorBackground .5s infinite;
    -webkit-animation: colorBackground 5s infinite;
    -moz-animation: colorBackground 5s infinite;
    -o-animation: colorBackground .5s infinite;
}
#button2:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffb400;
    border-radius: 5px;
    margin-top: -6px;
    animation: colorBackground .5s infinite;
    -webkit-animation: colorBackground 5s infinite;
    -moz-animation: colorBackground 5s infinite;
    -o-animation: colorBackground .5s infinite;
}
#button2:after {
    transform: rotate(
-45deg
);
}