/*--- menu multi level ---*/
.main-nav ul{
    overflow: unset !important;
}
.dropdown-parent:hover .dropdown-child {
    display: block;
}
.dropdown-child {
    min-width: 200px;
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    max-height: none !important;
}
.dropdown-child li{
    width: 100%;
    text-align: center;
    white-space: nowrap;
}
.dropdown-child a {
    color: black !important;
    display: block;
    font-size: 14px !important;
}
.dropdown-child-sub li,.dropdown-child-sub1 li{
    position: relative;
}
.dropdown-child-sub,.dropdown-child-sub1,.dropdown-child-sub2{
    display: none;
    top: 0;
    left: 100%;
    margin-left: 0 !important;
    margin-top: -1px;
    position: absolute;
    z-index: 9999;
    min-width: 200px;
    max-height: none !important;
    background: #fff;
}
.dropdown-child li:hover .dropdown-child-sub,.dropdown-child-sub li:hover .dropdown-child-sub1,.dropdown-child-sub1 li:hover .dropdown-child-sub2{
    display: block;
}
.dropdown-child-open {
    position: relative;
}
/*--- menu multi level ---*/

/*--- chung ---*/
.attr a {
    display: inline-block;
    min-width: 25px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    border: 1px solid #fff;
    margin-right: 4px;
    transition: all 0.2s;
    box-shadow: 0 0 0 1px #B8B8B8;
    text-align: center;
    font-size: 14px;
    color: #000;
}
.attr a:hover, .attr a.active {
    box-shadow: 0 0 2px 2px #FF7A00;
}
.unsel{
    cursor: not-allowed;
}
#pagination .paginator a, #pagination .paginator span.currentPage{
    border: 1px solid #60a703;
    padding: 7px 13px;
    font-weight: bold;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    margin-right: 3px;
    color: #60a703;
}
#pagination .paginator a:hover, #pagination .paginator span.currentPage{
    background: #97c505;
    color: #fff;
}
.paginator a.paging-first:before {
    content: "\f100";
    font-family: FontAwesome;
}
.paginator a.paging-previous:before {
    content: "\f104";
    font-family: FontAwesome;
}
.paginator a.paging-next:before {
    content: "\f105";
    font-family: FontAwesome;
}
.paginator a.paging-last:before {
    content: "\f101";
    font-family: FontAwesome;
}
#pagination .paginator .labelPages, #pagination .paginator .titlePages{
    display: none;
}
/*.ui-tooltip{*/
    /*padding: 10px 15px;*/
    /*color: white!important;*/
    /*box-shadow: 0 0 7px black;*/
    /*font-size: 14px;*/
/*}*/
/*.ui-tooltip, .arrow:after {*/
    /*background: black!important;*/
    /*border: 2px solid white!important;*/
/*}*/
/*.arrow {*/
    /*width: 70px;*/
    /*height: 16px;*/
    /*overflow: hidden;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*margin-left: -32px;*/
    /*bottom: -16px;*/
/*}*/
/*.arrow:after {*/
    /*content: "";*/
    /*position: absolute;*/
    /*left: 20px;*/
    /*top: -20px;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*box-shadow: 6px 5px 9px -9px black;*/
    /*-webkit-transform: rotate(45deg);*/
    /*-moz-transform: rotate(45deg);*/
    /*-ms-transform: rotate(45deg);*/
    /*-o-transform: rotate(45deg);*/
    /*tranform: rotate(45deg);*/
/*}*/
.block-account i{
    font-size: 9px;
}
.block-account a{
    font-size: 15px;
    padding: 5px 0;
    display: inline-block;
}
/*--- chung ---*/
.dropdown-parent{
    position: relative;
}
.dropdown-child{
    top: 100%;
    left: 0;
}
article.post-content caption, article.post-content th, article.post-content td{
    text-align: center !important;
}
.btnAddToCart{
    font-size: 17px;
    padding: 15px 45px !important;
    color: #fff;
    font: 500 17px/13px 'UtmAvo',sans-serif !important;
    border-bottom: 4px solid #dc501e!important;
    border-radius: 5px !important;
}
.bread .breadcrumb{
    margin-bottom: 0;
    padding: 0;
    background: transparent !important;
}
.content-w>ul>li.active>a, .content-w>ul>li.active>span {
    color: #ff6434;
}
.owl-theme .owl-controls .owl-buttons .owl-next, .owl-theme .owl-controls .owl-buttons .owl-prev{
    position: absolute;
    background: #7fc243 !important;
    color: #fff!important;
    height: 30px;
    line-height: 25px;
    top: 50%;
    transform: translateY(-50%);
}
.owl-theme .owl-controls .owl-buttons .owl-prev{
    left: 10px;
}
.owl-theme .owl-controls .owl-buttons .owl-next{
    right: 10px;
}
.product_thumb .item_img {
    opacity: .5;
    padding: 5px;
}
.product_thumb .item_img.active {
    border: 1px solid #43f812;
    opacity: 1;
}
.product_thumb .item_img img {
    height: 100px;
    object-fit: contain;
}
#img_product .product_featured_image {
    max-height: 500px;
}
.product_description .nav-tabs {
    background: #e7e7e7;
}
.product_description .nav-tabs li.active a, .product_description .nav-tabs li a:hover {
    border-top: 2px solid #43f812;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
.product_description .nav-tabs li a {
    font-weight: bold;
    border-radius: 0;
    margin-right: 0;
    border-top-width: 2px;
    text-transform: uppercase;
    font-size: 15px;
}
.product-thumbnail, .product-name, .product-price, .product-quantity, .product-subtotal{
    text-align: center !important;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.fade.in {
    opacity: 1;
}
.quick-view-modal {
    background: rgba(0, 0, 0, 0.31);
    z-index: 9999;
}
div.quick-view-modal .modal-dialog.modal-lg {
    padding-top: 20px;
}
div.quick-view-modal .modal-header {
    background: #7fc243;
    padding: 10px;
}
h4.modal-title {
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
}
.quick-view-modal .modal-header .close {
    position: absolute;
    margin-top: 0;
    background: transparent;
    top: 5px;
    outline: none;
    padding: 0;
    height: auto;
    width: auto;
    right: 20px;
}
.quick-view-modal .modal-body {
    padding: 10px 15px;
    position: relative;
}
.quick-view-modal .form-input {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
}
.product-title.p-title h1 {
    font-size: 20px;
    padding: 5px 0px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}
.pro-price {
    font-family: 'brandon_textbold';
    color: #c9141b;
    font-size: 24px;
    margin: 5px 0;
    padding-bottom: 5px;
}
.quick-view-modal del {
    font-size: 14px;
    display: inline-block;
    margin-top: 5px;
    color: #999;
}

.quick-view-modal .form-des {
    display: block;
    float: left;
    line-height: 1.4;
    padding: 0px;
    border: 1px;
    border-right: none;
    border-left: none;
    max-height: 105px;
    overflow: hidden;
    width: 100%;
}
.color, .size{
    /*padding: 5px 0;*/
}
.color a, .size a{
    margin: 5px 15px 0 0;
}
.size a {
    padding: 0 5px;
}
input#username, input#password {
    border: 1px solid rgba(0, 0, 0, 0.34);
}
.textwidget a{
    color: #000;
}
#back-to-top{
    opacity: .8;
    padding: 10px 13px;
    color: #fff;
    background: orange;
    bottom: 15px;
    right: 20px;
    position: fixed;
    z-index: 99;
    font-size: 18px;
}
#back-to-top:hover{
    opacity: 1;
}
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.35);
}
.post-img:hover img, ul.block-banner li img:hover, .register img:hover{
    opacity: .6;
    transition: .3s;
    /*-webkit-filter: blur(3px);*/
    /*filter:  blur(3px);*/
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
/* apply appearance settings */
#wprmenu_bar {
    background: #7fc243;
}
#wprmenu_bar .menu_title, #wprmenu_bar .wprmenu_icon_menu {
    color: #fff;
}
#wprmenu_bar .menu_title{
    float: left;
}
.cartmb {
    float: right;
}
#wprmenu_menu {
    background: #7fc243 !important;
}
#wprmenu_menu.wprmenu_levels ul li {
    border-bottom: 1px solid #fff;
    border-top: 0px solid #fff;
}
#wprmenu_menu ul li a {
    color: #ffffff;
}
#wprmenu_menu ul li a:hover {
    color: #f7f7f7;
}
#wprmenu_menu.wprmenu_levels a.wprmenu_parent_item {
    border-left:1px solid #312e77;
}
#wprmenu_menu .wprmenu_icon_par {
    color: #ffffff;
}
#wprmenu_menu .wprmenu_icon_par:hover {
    color: #f7f7f7;
}
#wprmenu_menu.wprmenu_levels ul li ul {
    border-top:1px solid #333177;
}
#wprmenu_bar .wprmenu_icon span {
    background: #ffffff;
}

#wprmenu_menu.left {
    width: 60%;
    /*left: -80%;*/
    right: auto;
}
#wprmenu_menu.right {
    width:80%;
    right: -80%;
    left: auto;
}
.menu ul li.dropdown-parent i{
    display: none;
}
#wprmenu_menu.wprmenu_levels ul li i {
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
    font: normal normal normal 17px/1 FontAwesome !important;
}
#wprmenu_menu.wprmenu_levels ul li i:hover {
    cursor: pointer;
}
#wprmenu_menu.wprmenu_levels ul li ul.dropdown-child {
    /*display: block !important;*/
    background: none;
    border: 0;
    position: unset;
}
#wprmenu_menu.wprmenu_levels ul li ul li {
    border: 0;
    padding-left: 20px;
}
#wprmenu_menu.wprmenu_levels ul li ul li a{
    color: #fff !important;
}
.show {
    display: block !important;
}
/* show the bar and hide othere navigation elements */

.header-top ul li {
    padding: 0 10px;
}
.header-top ul li a p{
    display: inline-block;
}
.post-img {
    height: 300px;
}
.block-product ul li a.img {
    height: 100%;
    text-align: center;
    display: flex;
}
.block-product ul li a.img img {
    margin: auto;
}
.pview-quantity {
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.pview-quantity>span {
    margin-right: 10px;
}

@media only screen and (max-width: 991px) {
    html {
        padding-top: 42px!important;
    }
    body {
        font-size: 15px;
        line-height: 1.5;
    }
    .bread {
        font-size: 14px;
    }
    .sold-out, .block-product ul li .sale {
        padding: 3px 5px;
    }
    #wprmenu_bar {
        display: block !important;
    }
    div#wpadminbar {
        position: fixed;
    }
    button.addc, a.viewm {
        display: none;
    }
}
@media (min-width: 768px) {
    .clear-col-sm-4:nth-child(3n+1){
        clear: both;
    }
}
@media (max-width: 767px) {
    .clear-col-xs-6:nth-child(2n+1),
    .related ul li:nth-child(2n+1){
        clear: both;
    }
    .block-product ul li {
        padding: 0 7px;
    }
    .price_tal{
        display: none;
    }
    input.input-text.qty.text {
        min-width: 50px !important;
    }
    article.post-content table tr td {
        font-size: 13px !important;
    }
}
@media (max-width: 480px) {
    .post-img {
        height: 220px;
    }
}
.container.text-center img{
    max-height: 100px;
    width: auto;
    padding-bottom: 10px;
}
@media (max-width: 990px) {
    .header-content .giohang p:before, .cartmb p:before {
        background: #fff;
        color: #000;
    }

    .cartmb p a, span.amount {
        color: #fff;
    }
    .header-content .logo {
        width: 100%;
        margin-top: 0px;
        float: left;
        text-align: center;
    }
    .header-content .giohang {
        width: 100%;
        text-align: center;
        float: left;
    }
}
.ew-alo-phone {
    display: none
}
@media screen and (max-width: 991px) {
    .ew-alo-phone{
        display: block !important;
    }
}
.ew-alo-phone {
    position: fixed;
    bottom: 160px;
    z-index: 999;
    left: -60px;
}

.ew-alo-ph-circle {
    width: 150px;
    height: 150px;
    top: 55px;
    left: 20px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    border: 2px solid #48A5D4 9;
    opacity: .1;
    -webkit-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    animation: ew-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 1.1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle {
    -webkit-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important;
    animation: ew-alo-circle-anim 2.2s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone:hover .ew-alo-ph-circle {
    border-color: #309ACF;
    opacity: .5
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle {
    border-color: #FDAA38;
    border-color: #ffc272 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle {
    border-color: #309ACF;
    border-color: #48A5D4 9;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle {
    border-color: #ccc;
    opacity: .5
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle {
    border-color: #FDAA38;
    opacity: .5
}

.ew-alo-ph-circle-fill {
    width: 90px;
    height: 90px;
    top: 85px;
    left: 50px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .1;
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 1.7s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-circle-fill {
    -webkit-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    animation: ew-alo-circle-fill-anim 2.3s infinite ease-in-out !important;
    opacity: 0 !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone:hover .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #309ACF 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-green:hover .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    background-color: #ffc272 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-circle-fill {
    background-color: rgba(0, 175, 242, 0.5);
    background-color: #a6e3fa 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-circle-fill, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-circle-fill {
    background-color: rgba(204, 204, 204, 0.5);
    background-color: #ccc 9;
    opacity: .75 !important
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-circle-fill {
    background-color: rgba(117, 235, 80, 0.5);
    opacity: .75 !important
}

.ew-alo-ph-img-circle {
    width: 50px;
    height: 50px;
    top: 105px;
    left: 70px;
    position: absolute;
    background: rgba(30, 30, 30, 0.1) url(/tp/T0197/img/temp/jIfeFOA.png) no-repeat center center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: .7;
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.ew-alo-phone.ew-alo-active .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 1s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-static .ew-alo-ph-img-circle {
    -webkit-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -moz-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -ms-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    -o-animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important;
    animation: ew-alo-circle-img-anim 0s infinite ease-in-out !important
}

.ew-alo-phone.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone:hover .ew-alo-ph-img-circle {
    background-color: #309ACF
}

.ew-alo-phone.ew-alo-green.ew-alo-hover .ew-alo-ph-img-circle,
.ew-alo-phone.ew-alo-green:hover .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

.ew-alo-phone.ew-alo-green .ew-alo-ph-img-circle {
    background-color: green;
}

.ew-alo-phone.ew-alo-gray.ew-alo-hover .ew-alo-ph-img-circle, .ew-alo-phone.ew-alo-gray:hover .ew-alo-ph-img-circle {
    background-color: #ccc
}

.ew-alo-phone.ew-alo-gray .ew-alo-ph-img-circle {
    background-color: #FDAA38
}

@-moz-keyframes ew-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@-webkit-keyframes ew-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-o-keyframes ew-alo-circle-anim {
    0% {
        -o-transform: rotate(0) kscale(.5) skew(1deg);
        -o-opacity: .1
    }
    30% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        -o-opacity: .5
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        -o-opacity: .1
    }
}

@-moz-keyframes ew-alo-circle-fill-anim {
    0% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-webkit-keyframes ew-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-o-keyframes ew-alo-circle-fill-anim {
    0% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg);
        opacity: .2
    }
    100% {
        -o-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .2
    }
}

@-moz-keyframes ew-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes ew-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

@-o-keyframes ew-alo-circle-img-anim {
    0% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -o-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -o-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -o-transform: rotate(0) scale(1) skew(1deg)
    }
}
#searchFolding {
    box-shadow: 0 0 5px #bbb;
    position: absolute;
    top: 36px;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 5px #bbb;
    z-index: 999;
}

#searchFolding a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 10px;
    color: #7e7e7e;
}

#searchFolding a:hover {
    color:#df815b;
}
@media only screen and (min-width: 991px) {
    #search-automatic {
        width: 585px !important;
    }
}

/** Table Ship Fee Style **/
#tableShipFee p{
    font-size: 1.28571em;
    color: #333;
    margin: 0!important;
    padding-bottom: 15px;
}
.table-bordered{
    margin-bottom: 25px!important;
}

/*STYLE ATTR PVIEW*/
.title-attr{
    border:none;
    font-size: 17px;
    text-transform: unset;
    margin: 10px 0 5px;
    font-weight: bold;
}
.size.req  a.deactive{
    cursor: no-drop;
    background: #ddd2cd;
}
#addQuickCart{
    font-size: 17px;
    font-weight: 500;
    color: #fd5023;
    border-width: 1px;
    border-color: #fd5023;
    border-style: solid;
    border-radius: 5px;
    background-color: #f4bdaf;
    width: 180px;
    height: 45px;
    line-height: 24px;
    margin-left: 15px;
    text-align: center;
    text-decoration: none;
}
.fixed-item {
    position: fixed;
    z-index: 99;
    right: 15px;
    bottom: 200px;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.zalo-btn img {
    width: 50px;
}
.btn-mail-fixed {
    bottom: 67px;
    background: #0072c6;
}
.btn-mail-fixed a {
    color: #fff;
    font-size: 26px;
}
.btn-mess-fixed {
    bottom: 210px;
}
.btn-mess-fixed img {
    width: 50px;
}
.zalo-btn {
    bottom: 275px;
}
.btn-wechat-fixed{
    bottom: 335px;
}

@media (max-width: 812px){
    .btnAddToCart{
        padding: 15px 30px !important;
    }
    #addQuickCart{width:130px}
}
@media (max-width: 320px){
    .btnAddToCart{
        padding: 15px !important;
    }
    #addQuickCart{width:120px}
}