*{
	margin: 0;
	padding: 0;
  box-sizing: border-box;
  font-size: 14px;
}
a{
	text-decoration: none;
	color: currentColor !important;
}
a:hover{
	color: #ffc000 !important;
  transition: 0.8s all !important;
}
body{
    
    overflow-x: hidden;
    width: 100%;
}
*:focus{
    outline: 0;
    border: 0;
}
::-webkit-scrollbar {
    height: 4px;
    width: 4px;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 2px solid #fdb300;
}
.back-top {
    display: none;
    position: fixed;
    cursor: pointer;
    text-align: center;
    z-index: 99;
    background: #fcc000;
    padding: 5px 10px;
    right: 30px;
    bottom: 100px;
    color: #000;
}

img{
	width: 100%;
}
img:focus{
    border: none;
    outline: none;
}
.btn-fcc{
    background: #fcc000;
    color: #000;
}
.btn-fcc:hover{
    background: #000 !important;
    color: #fcc000 !important;
}
.new-price, .old-price{
    display: inline-block;
}
.logo img{
    max-width: 240px;
    margin-bottom: 20px;
}
.hv-scale {
    display: inline-block;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.img-rotate:hover{
    transform: scale(1.5) rotate(5deg);
}
.img-fluid,
.img-rotate{
	transition: transform 1s;
}
.img-fluid:hover{
	transform: scale(1.2);
}
.hv-light {
    display: block;
    position: relative;
    overflow: hidden;
    background: inherit;
}
.hv-light:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}
.hv-light:hover:after {
    -webkit-transform: scale3d(1.5, 2, 0.5) rotate3d(0, 0, 1, -90deg) translate3d(0, 200%, 0);
    transform: scale3d(1.5, 2, 0.5) rotate3d(0, 0, 1, -90deg) translate3d(0, 200%, 0);
}
.hv-light:after {
    width: 100%;
    height: 100%;
    background:  rgba(255,255,255,0.3);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    -webkit-transform: scale3d(1.5, 2, 0.5) rotate3d(0, 0, 1, -45deg) translate3d(0, -200%, 0);
    transform: scale3d(1.5, 2, 0.5) rotate3d(0, 0, 1, -45deg) translate3d(0,-200%,0);
}
.form-control:focus {
    background-color:transparent;
    outline: 0;
    box-shadow: none
}

.smooth{
	-webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.c-fff{
	color: #fff !important;
}
a.c-fff:hover{
    color: #ffc000 !important;
}
.c-ffc{
	color: #ffc000;
}
.hv-c-fff:hover{
	color: #fff;
}
.row-1{
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.row-2{
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.row-3{
    -webkit-line-clamp: 3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.row-4{
    -webkit-line-clamp: 4;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.btn-more{
    background: #000 !important;
    color: #fff !important;
    border-radius: 0 !important;
    padding: 10px 40px !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
}
.btn-more:hover{
    background: #fcc000 !important;
    color: #000 !important;
}
/* header ----------------------------*/

.header-top{
    background: #ffc000;
    box-shadow: 0 1px 6px #d4d1d1;
    padding: 3px 0;
    overflow: hidden;
}
.header-top a:hover{
    color: #000;
}
.header-top ul{
    list-style: none;
}
.header-top ul li:first-child a:before{
    content: '';
}
.header-top ul li a:before{
    content: '|';
    padding: 0 5px;
}

.header-main{
    padding: 10px 0;
}

.form-hd-inline{
    padding-left: 50px;
    position: relative;
    display: inline-block
}
.form-hd-inline img{
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}
.list-icon-hd .item{
    padding: 0 10px 0 40px; 
}
.list-icon-hd .item img{
    width: 30px;
    padding-top: 10px; 
}
.list-icon-hd .icon-location{
    padding: 0 10px 0 30px; 
}
.list-icon-hd .icon-location img{
    width: 20px;
}
.header-cart{
    position: relative;
}
.header-cart .count-cart{
    position: absolute;
    left: 30px;
    top: 0;
    color: #FFF;
    background: #362f2d;
    line-height: 23px;
    width: 23px;
    text-align: center;
    border-radius: 50%;
    font-style: initial;
}


.header-menu{
    background-image: url('https://statics.pancake.vn/web-media/71/6b/d5/af/928153facd97a0e6333c226f04e89300f54bc4f06b17c8f6fb288ff5.png');
    color: #fff;
    height: 61px;
}
.list-cat{
    background: #ffc000;
    padding: 20px;
    color: #000;
    font-weight: bold;
    position: relative;
}
.header-menu ul{
    list-style: none;
}

.mobile-search{
    position: relative;
    margin: 10px 0;
    width: 256px;
}
.mobile-search input{
    width: 100%;
    height: 42px;
    border: none;
    padding: 0 42px 0 15px;
    background: #fff;
}
.mobile-search button{
    position: absolute;
    right: 10px;
    top: 5px;
    background: transparent;
    border: none;
    outline: none;
    color: #666;
}

.btn-menu{
    background: transparent;
    color: #fcc000 !important;
    padding-top: 15px;
    font-size: 22px;
    background-color: transparent;
    border: 1px solid transparent;
}
.btn:focus{
    outline: none;
    border: none;
    box-shadow: none;
}


/* button carousel */
.owl-carousel{
    position: relative;
    overflow: hidden;
}
.owl-next span,
.owl-prev span{
    top: calc(50% - 15px);
    position: absolute;
    width: 29px;
    height: 29px;
    margin-top: -15px;
    padding: 0;
    outline: none;
    border-radius: 0 !important;
    margin-right: 0;
    margin-left: 0;
    font-size: 18px;
    background: #ffc000 !important;
    border: 1px rgba(255,255,255,0) solid;
    transition: all .3s;
    color: #000;
    opacity: 0.6;
}
.owl-next span{
    right: -35px;
}
.owl-prev span{
    left: -35px;
}
.owl-carousel:hover .owl-nav .owl-prev span{
    left: 0;
}
.owl-carousel:hover .owl-nav .owl-next span{
    right: 0;
}
.owl-dots{
    display: block;
    margin-top: 10px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 100%;
}


.cat-slide .item {
    border: 1px #b7b7b7 solid;
    background: #f7f8f9;
    float: left;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #000;
    background-position: center 5px;
    background-repeat: no-repeat;
    height: 90px;
    padding: 55px 5px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}
.cat-slide .item:hover.cate
{
    background-position: center 0px; 
}


.pro-sale h2 {
    font-size: 30px;
    display: inline-block;
    position: relative;
    margin-bottom: 15px;
}
.pro-sale h2 span{
    font-size: 20px;
    display: block;
    padding-bottom: 5px;
}
.pro-sale h2 a{
    z-index: 99;
    position: relative;
}
.pro-sale h2 a:hover{
    color: #000;
}
.pro-sale h2:after{
    content: '';
    background: #ffc000;
    height: 6px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 9;
}

.thumbnail{
    border: 1px solid #cccccc;
    overflow: hidden;
    width: 100%;
    padding: 15px;
    position: relative;
    background: #fff;
    box-sizing: border-box;
}
.thumbnail:hover {
    box-shadow: 0 0 15px #cacaca;
}
.thumbnail .sale{
    background: #fcc000;
    padding: 2px 50px;
    position: absolute;
    top: 10px;
    left: -35px;
    font-size: 14px;
    color: #000;
    text-align: center;
    transform: rotate(-45deg);
    font-weight: bold;
}
.thumbnail img{
    width: 100%;
    overflow: hidden;
    /* margin: 10px; */
}
.thumbnail .caption .name-pro{
    font-size: 16px;
}
.thumbnail .caption .name-pro a{
    /* color: #252525; */
    font-weight: 600;
}
.price .new-price{
    font-size: 16px;
    color: #fcc000;
    font-weight: 600;
    display: block;
}
.price .old-price{
    font-size: 13px;
    color: #B2B2B2;
    text-decoration: line-through;
    display: block;
}
.action{
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: -52px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
}
.thumbnail:hover .action{
    bottom: 15px;
}
.btn-buy{
    border-radius: 0 !important;
    width: 100%;
    text-transform: uppercase !important;
    text-align: center !important;
    font-weight: bold !important;
    padding: 10px !important;
}
.btn-search{
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99;
    transition: all .2s ease-in-out;
    transform: translate(-50%, -50%);
    border-radius: 50% !important;
    padding: 10px 13px !important;
    border: none !important;
    box-shadow: 0 0 3px;
    opacity: 0;
    background: #fff;

}
.btn-search:hover{
    background: #fcc000;
    color: #000 !important;
}
.thumbnail:hover .btn-search{
    opacity: 1;
}
#owl5.owl-carousel .owl-nav.disabled,
#owl9.owl-carousel .owl-nav.disabled,
#owl4.owl-carousel .owl-nav.disabled,
#owl3.owl-carousel .owl-nav.disabled{
    display: block;
}
#owl9.owl-carousel:hover .owl-nav .owl-prev span,
#owl5.owl-carousel:hover .owl-nav .owl-prev span,
#owl4.owl-carousel:hover .owl-nav .owl-prev span,
#owl3.owl-carousel:hover .owl-nav .owl-prev span{
    left: 0px;
}



.cat-pro{
    overflow: hidden;
    position: relative;
}
.bg-slide{
    border-bottom: 5px solid #fcc000;
    padding-top: 225px;
    background: url(https://statics.pancake.vn/web-media/70/da/5d/90/bf3e7c09d16da3a271a5e1ad59c6dbf44a3caae30edaa53a36d324db.jpg) top center no-repeat;
    margin-bottom: 30px;
}

.bg-slide .nav-tabs .nav-link{
    float: right;
    font-weight: bold;
    background: rgba(142,142,142,0.4);
    margin: 2px;
    border: none;
    color: #fff;
}
.bg-slide .nav-tabs .nav-link:hover{
    color: #000 !important;
    background: #fcc000;
    border-radius: 0;
    font-weight: bold;
    border: none;
}
.bg-slide .nav-tabs .nav-link.active , .bg-slide .nav-tabs .nav-item.show .nav-link {
    color: #000;
    background: #fcc000;
    border-radius: 0;
    font-weight: bold;
    border: none;
}
.title-tabs{
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 28px;
    font-weight: 500;
    background: none !important;
    color: #fff;
    text-align: center;
}

.list-brand img{
    width: auto;
    margin: 0 auto;
}


.twocol h2 {
    margin-top: 0;
    margin-bottom: 30px;
    border-bottom: 2px #ffc000 solid;
    font-size: 18px;
}
.twocol h2 a {
    display: inline-block;
    background: #ffc000;
    padding: 10px 20px 8px;
    text-transform: uppercase;
}
.twocol h2 a:hover{
    color: #000;
}
.form-inline .img-left{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
}
.form-inline .des{
    position: relative;
    overflow: hidden;
    width: calc(100% - 110px);
}
.form-inline .des .new-price,
.form-inline .des .old-price{
    font-weight: 600;
}
.form-inline .des .new-price{
    color: #fcc000;
    font-size: 13px;
}
.form-inline .des .old-price{
    text-decoration: line-through;
    color: #8a8a8a;
    font-weight: 600;
    font-size: 11px;
}
.form-inline .btn-choose{
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    transition: all 0.5s;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}
.form-inline:hover .btn-choose{
    /* bottom: 0; */
    pointer-events: all;
    opacity: 1;
    visibility: visible;
}

.news h2{
    text-align: center;
}

.news h2 a{
    padding-bottom: 3px;
    display: inline-block;
    border-bottom: 2px #ffc000 solid;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.news h2 a:hover{
    text-decoration: none;
}
.news .thumbnail .caption a{
    font-size: 18px;
}
.btn-read-next{
    font-size: 14px !important;
    border-radius: 0;
    text-transform: uppercase;
}




/* footer -------------------------*/
footer,
footer a{
    color: #fff;
}
footer h4{
    font-size: 18px;
}
footer ul{
    list-style: none;
}
footer ul li {
    padding: 4px 0;
}
.footer-top{
    background: #262626;
}
.footer-bottom{
    background: #313537;
}
.payment{
    max-width: 230px;
}
.footer-top p{
    color: #aaaaaa;
}
.form-footer .form-group{
    position: relative;
}
.form-footer input{
    background: none;
    border: none;
    border-bottom: 1px #939393 solid;
    padding: 0;
    border-radius: 0;
    width: calc(100% - 170px);
    margin: 0;
    box-shadow: none;
    color: #FFF;
}
.form-footer button{
    position: absolute;
    right: 15px;
    top: 0;
    background: #ffc000;
    color: #000;
    font-weight: bold;
    transition: all .3s;
    text-transform: uppercase;
    border-radius: 0;
}
.form-footer button:hover{
    background: #000;
    color: #fff;
}
.footer-bottom h4{
    position: relative;
    margin: 30px 0 30px;
    padding-bottom: 10px;
}
.footer-bottom h4:before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    background: #ffc000;
    height: 2px;
}
.social li a {
    background: #ffc000;
    color: #000;
    line-height: 35px;
    display: inline-block;
    width: 35px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
}



/* about */


.link-part ul{
    list-style: none;
    padding: 10px;
    border-radius: 5px;
    overflow: hidden
}
.link-part ul li{
    float: left;
}
.link-part ul li:first-child:before{
    content: '';
    padding: 0;
}
.link-part ul li:before{
    content: '>';
    padding: 0 5px;
}
.link-part ul li:last-child{
    font-weight: bold;
}
.s-content h1{
    font-size: 26px;
}
.s-content h3{
    font-size: 22px;
}

.info-company{
    list-style: none;
}
.info-company li{
    padding: 5px 0;
}
.info-company i{
    border: 1px #b9b9b9 solid;
    width: 29px;
    line-height: 27px;
    text-align: center;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
    margin-top: 6px;
}
.form-contact .form-group .form-control{
    border-radius: 0;
}
.form-contact .form-group .form-control:focus{
    border: 1px solid #ced4da;
    box-shadow: none;
}
.form-contact .btn-contact{
    border-radius: 0;
    font-weight: bold;
    padding: 5px 30px;
}

.list-blog .thumbnail{
    padding: 10px 0;
}
.list-blog .thumbnail:hover {
    box-shadow: none;
}

.cat-news-right h2{
    background: #fcc000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}
.cat-news-right ul{
    list-style: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.cat-news-right ul li{
    position: relative;
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    padding-right: 0;
}
.menu-right li ul{
    padding: 0;
    border: none;
    display: none;
}
.menu-right li ul li{
    border: none;
    padding-right: 0;
}
.cat-news-right ul li i{
    position: absolute;
    top: 15px;
    right: 10px;
    transition: all 0.5s;
}

.buy-a-lot-right h2{
    background: #000;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}
.buy-a-lot-right {
    overflow: hidden;
}
.buy-a-lot-right .form-inline{
    border: 1px solid #cccccc;
    padding: 10px;
    border-top: 0;
}

.info-blog{
    margin: 10px 0;
}
.info-blog span{
    margin-right: 15px;
}
.info-blog i{
    color: #fcc000;
    margin-right: 5px;
}

.user-comment img{
    width: 100px;
    float: left;
    margin-right: 20px;
}
.user-comment .content-comment{
    float: right;
    width: calc(100% - 120px);
    padding: 10px;
    border: 1px #e1e1e1 dashed;
    border-radius: 5px;
    position: relative;
}
.user-comment .content-comment:before {
    content: '';
    position: absolute;
    left: -8px;
    top: 10px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #e1e1e1;
}
.user-comment .content-comment:after {
    content: '';
    position: absolute;
    left: -7px;
    top: 10px;
    width: 0;
    height: 0;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 8px solid #FFF;
}

.show-comment .pagination{
    width: 100%;
}
.pagination{
    padding: 30px 0px 0;
    display: flex;
}
.pagination strong,
.pagination a{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 36px;
    text-align: center;
    background: #fff;
    margin-right: .5rem;
    display: inline-block;
    border: 1px solid #cccccc;
    font-weight: 300;
}
.pagination .disabled{
    cursor: no-drop;
    background: #fcc000;
    border: 1px solid #fcc000;
}

.pagination strong,
.pagination a:hover{
    background: #fcc000;
    color: #000;
}
.pagination a:first-child{
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination a:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}


.policy-right{
    background: #f7f8f9;
    padding: 10px 0;
    margin-bottom: 15px;
    border: 1px solid #e1e1e1;
    overflow: hidden;
}

.policy-right div{
    margin: 0;
    padding: 5px 10px 5px 60px;
    position: relative;
    background: url(https://statics.pancake.vn/web-media/f5/4b/54/87/c8471d0cda045e055a93ad9ec111989b2cb1db9204563eb621e84df3.png) 10px 5px no-repeat;
    background-position-y: center;
}
.policy-right div:nth-child(2){
    background: url(https://statics.pancake.vn/web-media/84/cd/2c/69/a54738abd12b14bc50ca309edb6c33de57d6ee0e7897eb497070008d.png) 10px 5px no-repeat;
    background-position-y: center;
}
.policy-right div:nth-child(3){
    background: url(https://statics.pancake.vn/web-media/00/d0/34/ed/a98fad02100ab8279a633394b6532e31e1900c8fec314674560f54e8.png) 10px 5px no-repeat;
    background-position-y: center;
}
.policy-right div a{
    font-size: 22px;
    font-weight: 600;
    color: red !important;
    display: block;
}

.understand-more-right h2{
    background: #cccc;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}
.understand-more-right ul{
    list-style: none;
    border: 1px solid #cccccc;
}
.understand-more-right ul li {
    padding: 5px 10px;
    padding-left: 20px;
    position: relative;
}
.understand-more-right ul li a{
    color: #00aeef;
}
.understand-more-right ul li i {
    position: absolute;
    left: 10px;
    top: 8px;
    color: #000;
}

/* giỏ hàng */

.cart-hover {
    position: absolute;
    background: #fff;
    width: 320px;
    padding: 10px 20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    transition: all 0.5s;
    right: 0;
    top: -100%;
    color: #000;
}

.cart-hover-active {
    top: 40px;
    opacity: 1;
    z-index: 999;
    visibility: visible;
    transition: all 0.5s;
}

.select-items {
    width: 100%;
    border-bottom: solid 1px #3b3b3b;
}

.si-img {
    width: 72px;
    height: 72px;
    overflow: hidden;
}

.si-img img {
    max-width: 100%;
    height: auto;
}

.si-content {
    padding: 20px;
    font-weight: bold;
}

.si-product p {
    font-weight: 700;
}
.select-items a,
.select-items i{
    color: #000;
}
.select-items a:hover,
.select-items a:hover i{
    color: #fcc000;
}
.si-close {
    text-align: right;
    font-size: 18px;
    cursor: pointer;
    vertical-align: top;
}
.select-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    width: 100%;
}

.select-total span {
    text-transform: uppercase;
}

.select-button {
    display: inline-block;
    width: 100%;
}

.select-button a {
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    font-size: 14px;
}





.cart-table table {
    width: 100%;
    min-width: 480px;
}
.cart-table table tr th ,
.cart-table table tr td{
    vertical-align: center !important;
    text-align: center;
}

.cart-table table tr td i:hover {
    transform: scale(1.6);
    transform: all 1s;
}

.cart-table table tbody td.price ,
.cart-table table tbody td.price-root{
    font-size: 16px;
    font-weight: 700;
    color: #fcc000;
}
.cart-table table tbody tr td.cart-pic img {
    padding-top: 15px;
    max-width: 155px;
}

.cart-table table tbody .quantity{
    display: flex;
}
.cart-table table tbody .quantity .pro-qty {
    margin: 0 auto;
}
.table-bordered {
    margin-bottom: 30px;
}


.cart-buttons {
    margin-bottom: 30px;
    margin-top: 10px;
}

.cart-buttons .continue-shop {
    background-color: #f2f2f2;
    padding: 10px 25px;
    margin-bottom: 10px;
    border-radius: 0;
    font-weight: bold;
}

.cart-buttons .continue-shop:hover {
    color: #fff;
    background-color: #fcc000;
}
.proceed-checkout ul {
    border: 2px solid #ebebeb;
    padding: 10px;
    list-style: none;
}
.proceed-checkout ul li.cart-total span {
    color: #fcc000;
    font-weight: bold;
}

.proceed-checkout ul li span {
    float: right;
}
.btn-checkout{
    width: 100%;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
}

.form-checkout .form-control{
    border: 1px solid #cccccc;
}
.form-checkout legend{
    font-size: 18px;
    font-weight: 600;
}
.form-checkout a{
    font-size: 14px;
    color: #00aeef;
    margin-top: 5px; 
}

.input-radio {
    border-radius: 50%;
}
.input-checkbox, .input-radio {
    color: inherit;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    -webkit-font-smoothing: inherit;
    border: none;
    background: transparent;
    line-height: normal;
    width: 18px;
    height: 18px;
    box-shadow: 0 0 0 0 #bbbbbb inset;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    outline: 0;
    border: 1px solid;
    margin-right: 5px;
}
.input-radio:checked, .input-checkbox:checked {
    border: none;
    box-shadow: 0 0 0 10px #337ab7 inset;
}
.input-checkbox:after, .input-radio:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
    transition: all 0.2s ease-in-out 0.1s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.input-checkbox:checked:after, .input-radio:checked:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.input-radio:after {
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #fff;
    border-radius: 50%;
}
.input-checkbox:after {
    width: 10px;
    height: 8px;
    margin-left: -5px;
    margin-top: -4px;
    background-image: url(../images/icon/checkbox-tick-0.png);
    background-image: url(../images/icon/checkbox-tick-0.svg),none;
}
.group-radio label{
    cursor: pointer;
    width: calc(100% - 18px - 5px);
    float: right;
}
.group-radio label span{
    font-size: 22px;
    color: #1990c6;
    float: right;
    margin-top: -5px;
}
.group-radio {
    border: 1px solid #cccccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding: 1.3em;
    margin: 0;
    border-bottom: none;
}
.note-checkout{
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 1.3em;
    border-top: none;
    color: #737373;
}
.table-pro-checkout  .img-pro-checkout{
    position: relative;
    width: 60px;
    float: left;
    border-radius: 8px;
    border: 1px solid #cccccc;
    margin-right: 10px;
}
.table-pro-checkout  .img-pro-checkout img{
    border-radius: 8px;
}
.table-pro-checkout .img-pro-checkout span{
    font-size: 0.78em;
    white-space: nowrap;
    padding: 1px 6px;
    border-radius: 2em;
    background-color: #5a96c8;
    color: #fff;
    position: absolute;
    right: -0.9em;
    top: -0.55em;
    z-index: 3;
}
.table-pro-checkout tr td:nth-child(2){
    text-align: right;
}
.table-pro-checkout thead tr th{
    padding: 15px !important;
    font-weight: 700;
    font-size: 18px;
}

.table-pro-checkout tbody tr,
.table-pro-checkout thead tr th{
    border-bottom: 1px solid #cccccc;
} 
.table-pro-checkout tbody tr:last-child{
    border-bottom: 0;
}
.add-different{
    display: none;
}
.add-different-show{
    display: block;
}

.select2-container .select2-selection--single {
    height: 40px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px !important;
    padding-top: 5px;
}

.select2  .fas{
    position: absolute;
    right: 7px;
    top: 13px;
}

.btn-login{
    background: #ffc000;
    border: solid 1px #ffc000 !important;
    color: #fff !important ;
    padding: 5px 25px !important;
    border-radius: 0 !important;
}
button.btn-login{
  font-size:16px;
}
.btn-login:hover{
    background: #fff !important;
    color: #ffc000 !important;
}
.form-login h3,
.form-login legend{
    text-transform: uppercase;
    font-size: 18px;
}
.form-login legend{
    font-weight: 600;
}
.form-login h6{
    font-size: 14px;
    font-weight: 600;
}
.form-login .form-control{
    border-radius: 0;
} 
.form-login .form-group label{
    font-weight: bold;
}

.login-social img{
    width: 129px;
    height: 37px;
}
.btn-check-out{
  margin:1rem 0;
  display:flex;
  justify-content:space-between;
}
.btn-check-out button{
  width:50% ;
  padding:15px;
}
#form-reset-pass{
    display: none;
}
.form-show{
    display: block !important;
}
.form-hidden{
    display: none !important;
}



.filter h2{
    background: #2f2f2f;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
    padding: 10px;
}
.filter ul{
    list-style: none;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
}
.filter ul li{
    padding: 10px;
    border-bottom: 1px solid #cccccc;
    padding-right: 0;
}
.product .select2-search {
    display: none;
}
.border-fcc{
    border: 1px solid #fcc000;
}
.product-details{
    color: #707070;
}
#img-show,.img-click-show{
    border: 1px solid #cccccc;
}
.product-details h3,
.product-details b,
.product-details h6{
    color: #000;
}
.product-details .price{
    margin: 10px 0;
}
.product-details .new-price{
    font-size: 25px;
    display: inline-block;
}
.product-details .old-price{
    font-size: 21px;
    display: inline-block;
}
.product-details .pd-desc {
    margin-bottom: 20px;
}
.product-details .pd-desc a{
    color: #fcc000;
}
.quantity .pro-qty {
    border: 2px solid #ebebeb;
    padding: 0 15px;
    float: left;
    margin-right: 14px;
}

.quantity .pro-qty .qtybtn {
    font-size: 24px;
    color: #b2b2b2;
    float: left;
    line-height: 28px;
    cursor: pointer;
    width: 18px;
}

.quantity .pro-qty .qtybtn.dec {
    font-size: 30px;
}

.quantity .pro-qty input {
    text-align: center;
    width: 52px;
    font-size: 14px;
    font-weight: 700;
    border: none;
    color: #4c4c4c;
    line-height: 40px;
    float: left;
}
.model-color .items,
.model-size .items{
    margin-right: 10px;
}
.model-color .items input,
.model-size .items input{
    opacity: 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.model-color .items label,
.model-size .items label{
    line-height: 30px;
    font-weight: 400;
    height: 30px !important;
    min-width: 76px !important;
    border: #ebebeb 1px solid;
    background-color: #fff;
    font-size: 14px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    border-radius: 0px;
    width: 100%;
}
.model-color .items.active label,
.model-size .items.active label{
    background: #fcc000;
    color: #fff;
}

.amount{
    overflow: hidden;
}
.amount h6,.tu-van h6{
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}
.tu-van img{
    width: 30px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.tu-van a{
    font-size: 24px;
    color: red!important;
    font-weight: bold;
}
ul.decription a{
  font-size:24px;
}

.pro-des .nav-tabs{
    border: none;
    margin-bottom: 15px;
}
.pro-des .nav-tabs li{
    font-size: 24px;
    font-weight: bold;
    margin-right: 30px;
}
.pro-des .nav-tabs li a:hover{
    color: #000;
    text-decoration: none;
}
.pro-des .nav-tabs li a.active{
    border-bottom: 2px solid #000;
}
.logo-mobile img{
    max-width: 240px;
    margin-bottom: 20px;
}
.logo-mobile{
  display:none;
}

.pro-same h2{
    font-size: 28px;
    margin-bottom: 30px;
}
@media (max-width:992px){
  .row.reservers{
    flex-direction: column-reverse;
  }
  .logo-mobile{
    display:block !important;
  }
  .logo.pc{
    display:none;
  }
}
@media (min-width: 769px) and (max-width: 1024px){
	.header-menu>div>ul>li>a {
	    padding: 20px 10px;
	}
}
@media (max-width: 991px) and (min-width: 768px){
	.buy-a-lot-right .form-inline {
	    width: 50%;
	    float: left;
	}
}
@media (max-width: 768px){
	.owl-prev span{
    	left: 0;
	}
	.owl-next span{
		right: 0;
	}
}
@media (min-width: 992px) {
	.header-menu ul li {
	    position: relative;
	    transition: ease-in-out .3s;
	    display: inline-block;
	    vertical-align: middle;
	}
	.list-cat ul li{
		position: relative;
	    transition: ease-in-out .3s;
	    display: block;
	    vertical-align: middle;
	}
	.header-menu li ul li{
	    position: relative;
	    width: 100%;
	    padding: 0 10px;
	}
	
	.header-menu ul i{
	    font-size: 16px;
	    position: absolute;
	    transition: 1s all;
	    color: #fcc000;
	}
	.header-menu ul i{
	    right: 0px;
	    top: 20px;
	}
	.header-menu li ul i{
	    right: 10px;
	    top: 0px;
	    color: #333;
	}
	.header-menu li:hover>i{
	    transform: rotate(-90deg);
	}
	.header-menu ul li ul{
	    background: #fff;
	    padding: 10px 0;
	    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
    	max-height: 600px;
	}
	.list-cat ul{
		max-width: 239px;
	    -webkit-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
	    -moz-box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
	    box-shadow: 0px 2px 6px 0px rgba(50,50,50,0.33);
	    max-height: 600px;
	}
	.list-cat ul li{
		border-bottom: 1px solid #cccc;
		padding: 10px !important;
	}
	.list-cat ul,
	.header-menu li ul { 
	    opacity: 0;
	    pointer-events: none;
	    visibility: hidden;
	    -webkit-transform: translateY(1rem);
	    -moz-transform: translateY(1rem);
	    -o-transform: translateY(1rem);
	    -ms-transform: translateY(1rem);
	    transform: translateY(1rem);
	    -webkit-transition: 0.3s;
	    -moz-transition: 0.3s;
	    -ms-transition: 0.3s;
	    -o-transition: 0.3s;
	    transition: 0.3s;
	    position: absolute;
	    list-style: none;
	    left: 0;
	    min-width: 250px;
	    width: 100%;
	    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
	    text-align: left;
	    z-index: 999;
	    background: #fff;
	}
	.list-cat:hover>ul,
	.header-menu li:hover > ul {
	    pointer-events: all;
	    opacity: 1;
	    visibility: visible;
	    position: absolute;
	    transform: translateY(0rem);
	    -webkit-transform: translateY(0rem);
	    -moz-transform: translateY(0rem);
	    -o-transform: translateY(0rem);
	    -ms-transform: translateY(0rem);
	    z-index: 10;
	}
	.list-cat ul{
		top: 100%;
	}
	.list-cat i{
		top: 15px !important;
		right: 10px !important;
		color: #000 !important;
	}
	.list-cat ul ul{
		left: 100%;
		top: 0;
		padding: 0 !important;
	}
	.header-menu ul ul ul {
	    left: 100%;
	    top: 0;
	}
	.header-menu li ul li a{
	    color: #000!important;
	}
	.header-menu>div>ul>li>a {
	    white-space: nowrap;
	    text-transform: uppercase;
	    color: #fff;
	    display: block;
	    font-weight: 600;
	    text-align: center;
	    padding: 20px;
	}
	.header-menu>div>ul>li{
	    float: left;
	}
  	.bg-slide .nav-tabs{
	    list-style: none;
	    position: absolute;
	    top: 190px;
	    border: none;
	    width: 100%;
	    margin: 0 auto;
	}

}
@media (max-width: 991px){

	.menu-mobile.open:before{
	    content: '';
	    position: absolute;
	    background: rgba(0, 0, 0, .4);
	    z-index: 0;
	    left: 312px;
	    top: 0;
	    right: -3000px;
	    width: 5000px;
	    height: 5000px;

	}
	.menu-mobile.open{
	    transform: none;
	    z-index: 9999;
	    left: 0;
	}
	.menu-mobile{
	    position: absolute;
	    position: fixed;
	    top: 0;
	    bottom: 0;
	    left: -100%;
	    width: 312px;
	    height: 100%;
	    min-height: 1000px;
	    background: #fff;
	    transition: all 1s;
	    transform: translate(-110%,0);
	    /* padding: 10px 20px; */
	    z-index: 99999;
	    color: #000;
	}
	.menu-mobile a{
	    color: #000;
	}
	.menu-mobile .close-menu{
	    position: absolute;
	    top: 20px;
	    right: 10px;
	}
	.menu-mobile ul{
	    list-style: none;
	}
	.menu-mobile li{
	    position: relative;
	    padding: 10px;
	    border-bottom: 1px solid #666;
	    font-size: 14px;
	}
	.menu-mobile>li>i{

	}
	.menu-mobile li i{
		font-size: 14px;
		position: absolute;
		right: 5px;
		top: 5px;
	}
	.menu-mobile li ul{
	    margin-left: 20px;
	    display: none;
	}
	.menu-mobile ul li ul{
	    display: none;
	}
	.menu-mobile .fa{
	    display: inline;
	}
	.change-down{
	    transition: 1s all;
	    transform: rotate(90deg);
	}
	.menu-mobile .fa-angle-right:before {
	    content: "\f105";
	    position: absolute;
	    right: -20px;
	    top: 0px;
	    transition: 1s all;
	}
	.menu-mobile .fa-angle-down:before {
	    transition: 1s all;
	    content: "\f105" !important;
	    transform: rotate(90deg);
	    position: absolute;
	    right: -20px;
	    top: 0px;
	}
	.menu-mobile li ul li .fa-angle-right:before {
	    content: "\f105";
	    position: absolute;
	    right: -20px;
	    top: 0px;
	    transition: 1s all;
	}
	.menu-mobile li ul li .fa-angle-down:before {
	    transition: 1s all;
	    content: "\f105" !important;
	    transform: rotate(90deg);
	    position: absolute;
	    right: 0px;
	    top: 0px;
	}
	.menu-mobile li>ul{
	    margin-top: 10px;
	    padding: 0;
	}
	.menu-mobile .hienthi{
	    transform: translateX(0%);
	    transition: 1s;
	}
	.menu-acc {
		background: #fcc000;
		padding: 0;
	}
	.menu-acc ul li:first-child{
	    background: #FFF;
	    text-align: center;
	    margin-top: 8px;
	    border-radius: 50%;
	    margin-right: 10px;
	    padding: 10px;
	}
	.menu-acc ul li{
		border: none;
		padding: 10px 0;
	}
	.menu-acc ul li:last-child:before{
	    content: '|';
	    margin: 0 10px;
	}
	.title-tabs {
	    top: 17%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	}
	.bg-slide .nav-tabs{
		overflow: auto;
    	white-space: nowrap;
    	display: block;
    	margin-top: -50px;
	}
	.bg-slide .nav-tabs .nav-item {
	    display: inline-block;
	}
}
@media (max-width: 375px){
	.mobile-search{
	    width: 230px;
	}
}

@media (min-width: 768px) and (max-width: 991px){
  	.bg-slide .nav-tabs {
    	max-width: 720px;
  	}
  	.banner-right img{
		width: 60%;
		margin-left: 20%;
  	}
  	.cart-hover {
        left: 150px;
	}
}

@media (min-width: 992px) and (max-width: 1199px){
  	.bg-slide .nav-tabs {
    	max-width: 960px;
  	}
}

@media (min-width: 1200px) {
  .bg-slide .nav-tabs {
    max-width: 1140px;
  }
}
@media (max-width: 425px){
	.form-detail-pro .btn{
		font-size: 14px;
		padding: 5px 15px;
	}
}
.logo-pancake{
  display:flex;
  justify-content:center;
}
.logo-pancake span {
  
	margin-top: 3px;
	font-size: 11px;
}
.logo-pancake img{
  width:100px;
  height:auto;
  padding-left:3px;
}