* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: sans-serif !important;
}

#header {
    background-color: #fff;
    width: 100%;
}

a {
    text-decoration: none;
}

.display-logoz img {
    width: 298px;
	height: 64px;
}

img {
    max-width: 100%;
}

.good-j {
    width: 25px;
    height: 25px;
}

.header-wrapper {
    position: relative;
    width: 100%;
}

.feedback.sticky {
    z-index: 100;
    top: 0;
    position: fixed;
    animation: menudown 2s ease;
}

.offcanvas-end {
    top: 0;
    left: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, .2);
    transform: translateX(0%) !important;
}

.modal-backdrop {
    right: 0px;
}

.thong-tin {
    text-align: center;
    padding: 20px 0px 0px 0px;
}

@keyframes menudown {
    0% {
        transform: translateY(-50px);
    }

    100% {
        transform: translateY(0);
    }
}

/* head */
.head-cover,
.head-text {
    display: flex;
    font-size: 20px;
    margin-top: 6px;
}

.head {
    display: flex;
    justify-content: space-between;
    padding: 10px 30px;
}

.icon-head {
    background: #e5e5e5;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    text-align: center;
    margin: 5px;
}

.icon-head .fa-solid {
    margin-top: 19px;
}

.icon-hotline {
    margin: 14px;
}

/* menu */
.logo {
    width: 74px;
}

.navbar-nav {
    flex-wrap: wrap;
}

.dropdown-menu {
    width: 300px;
}

.dropdown-menu-con li {
    list-style: none;
}

.dropdown-item-con {
    text-decoration: none !important;
    color: #000;
}

.dropdown-item-con:hover {
    color: #fff;
}

.dropdown-menu-con li:hover {
    background: #4eb748;
}

.dropdown-menu-con {
    display: none;
}

.menu-con:hover .dropdown-menu-con {
    display: block;
}

.bg-light {
    --bs-bg-opacity: 0 !important;
    background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.menu {
    width: 100%;
}

.dropdown-item:hover {
    color: #fff !important;
    background: #4eb748 !important;
}

.collapse {
    padding: 0px 0px !important;
    color: #fff;
    justify-content: center !important;
}

.nav-link {
    font-size: 14px;
    color: #1d1d1d;
    padding: 19px 0;
    display: block;
    border-radius: 5px;
    line-height: 20px;
}

.show-logo {
    display: flex;
    align-items: center;
}

.nav-link:hover {
    color: rgb(254, 151, 5);
}

.nav-item {
    padding: 6px 13px !important;
}

.offcanvas {
    background: #fff !important;
    width: 350px !important;
    overflow: auto;

}

#offcanvasRightLabel {
    color: #7c7c7c !important;
}

.menu .btn {
    display: none;
}

.heyo {
    padding-top: 20px;
	padding-bottom: 20px;
}

.name-address {
    margin: 0 0 20px;
}

.display-gunzs {
    font-weight: 700;
    color: #070707;
}

.list-danhmuc {
	padding-top: 1px;
    padding-bottom: 30px;
}

.mu-tit {
    margin-top: 20px;
}

.brand-s {
    margin-bottom: 50px;
}

.show-thuonghieu {
    background: #292828;
    font-weight: 500;
    color: #fff;
    padding: 5px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thuonghieu-ne-ne {
    border: 1px solid #efefef;
    padding: 10px !important;
    background: #fff;
}

.liet-ke {
    list-style: none;
    text-align: left;
    margin: 0;
    padding-bottom: 10px;
}

.link-dan {
    display: flex;
    color: #000;
}

.bo-tang-nuoc-hoa {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.product-title {
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
}


/* swiper  */
swiper-container {
    width: 100%;
    height: 100%;
}

swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}


swiper-container {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

swiper-slide {
    background-size: cover;
    background-position: center;
}

.mySwiper {
    height: 80%;
    width: 100%;
}

.mySwiper2 {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.mySwiper2 swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}

.mySwiper2 .swiper-slide-thumb-active {
    opacity: 1;
}

swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}





/* swiper */

@media(max-width: 992px) {
    .menu .btn {
        display: block;
        background-color: #fff;
        border: 1px solid #ffff;
    }

    .fa-solid {
        color: #000;
    }

    .nav-link {
        color: #000 !important;
    }

    .show-logo {
        display: none;
    }

    .show-logo2 {
        display: flex !important;
        justify-content: center;
    }

    .hihohi {
        padding: 0px;
    }

    .high-def {
        display: flex;
        align-items: center;
		padding-left: 6px;
    }

    .good-j {
        width: 20px;
        height: 20px;
    }

    .menucon button {
        border: 1px solid #000 !important;
    }

    #header {
        padding: 10px 0px;
    }
}

@media (max-width: 739px) {

    .btn-primary {
        --bs-btn-color: #fff;
        --bs-btn-bg: #fff !important;
        --bs-btn-border-color: #fff !important;
        --bs-btn-hover-color: #fff;
        --bs-btn-hover-bg: #fff !important;
        --bs-btn-hover-border-color: #fff !important;
        --bs-btn-focus-shadow-rgb: 49, 132, 253;
        --bs-btn-active-color: #fff;
        --bs-btn-active-bg: #fff !important;
        --bs-btn-active-border-color: #fff !important;
        --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
        --bs-btn-disabled-color: #fff;
        --bs-btn-disabled-bg: #fff !important;
        --bs-btn-disabled-border-color: #fff !important;
    }

    .offcanvas-title {
        color: #fff !important;
    }

    .menucon .nav-link {
        color: #7c7c7c !important;
    }

    .menucon .nav-link:hover {
        color: #cb821e !important;
    }
}

/* menu */

.show-form-off {
    position: relative;
    overflow: hidden;
    height: 45px;
    line-height: 42px;
    border-radius: 25px;
    transition: width 0.3s linear;
}

.display-search {
    display: flex;
    align-items: center;
}

.search_box:focus-visible {
    border: none;
}

.show-search {
    width: 40px;
    position: absolute;
    height: 40px;
    top: 0;
    right: 0;
    border: 0;
    background: transparent;
    border: none;
    outline: none;
}

.search_box {
    height: 40px;
    background: transparent;
    padding: 0 30px 0 10px;
    width: 100%;
    border-radius: 30px;
    color: #333;
    font-size: 14px;
    border: 1px solid #000;
}


.show-logo2 {
    display: none;
}

.show-slider {
    width: 100%;
}

.off-introduce {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.some-introduce {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    font-size: 18px;
}

.show-detail-button {
    margin: 12px 0px;
}

.link-gioi-thieu {
    background: #f35600;
    padding: 7px 18px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
}

.gioi-thieu
{
	padding-top: 20px;
}

#body {
	background-color: #ff7e0bfc;
}

.show-introduce {
    width: 90%;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 10px 10px !important;
}


.content-introduce {
    color: #fff;
    padding: 20px 1px;
    font-size: 16px;
}

.some-introduce {
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.9px;
    font-weight: 500;
}

.link-gioi-thieu {
    padding: 10px 17px;
    border-radius: 10px 10px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    font-weight: bold;
}

.link-gioi-thieu:hover {
    color: #fff;
}

.san-pham {
    margin: 50px 0px;
}

.show-include {
    margin-top: 15px;
}

.name-vendor {
    font-size: 17px;
    margin: 0;
    font-weight: 600;
    font-family: jeko-black;
    color: #fff;
}

.product-name {
    display: -webkit-box;
    font-size: 16px;
    line-height: 24px;
    font-family: 'jeko-black';
    margin: 0 0 10px;
    height: 24px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	color: #fff;
}

.da-mat {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
}

.price-box {
    align-items: center;
    display: flex;
	color: #fff;
}

.special-price {
    font-size: 21px;
    line-height: 1;
    font-family: 'jeko-black';
    font-weight: 600;
}

.link-btn-shopnow {
	    margin-top: 10px;
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    background: #eb2929;
    color: #fff;
    line-height: 36px;
    border-radius: 18px;
    letter-spacing: 1px;
    text-decoration: none;
    border: 1px solid #eb2929;
    font-weight: 600;
}

.zaica
{
	padding: 10px 0px 20px 0px;
}

.link-btn-shopnow:hover {
    color: #fff;
    background-color: #eb2929;
}

.da-mat:hover {
    color: #fff;
}

.lazy-load {
    width: 100%;
}

.show-title-sanpham {
    padding: 20px 0px;
}

.spham-ne {
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    text-decoration: underline;
}

.link-tieude {
    text-decoration: none;
}

.first-img {
    text-align: center;
}

.first-img img
{
	 height: 200px !important;
    width: 210px !important;
    border-radius: 50%;
    object-fit: cover;
}

.show-content-name {
    text-align: center;
    padding: 10px 0px;
}

.display-content {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}

.contens {
    text-align: center;
}

.high-contents
{
	color: #fff;
}

#footer {
    
}

.bread-crumbli {
    list-style: none;
    display: flex;
    padding: 15px 0px 0px 0px;
}

.first-li {
    color: rgba(102, 102, 102, .7);
    font-weight: 400;
    text-transform: none;
    font-size: 14px;
}

.link-reds {
    color: #000;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

.link-reds:hover {
    text-decoration: underline;
    color: #fff;
}

.show-name-products {
        font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.content-products {
    margin-bottom: 15px;
}

.show-content {
    word-wrap: break-word;
	color: #fff;
}

.play-chat {
    margin-bottom: 15px;
}

.chat-facebook {
    width: 49%;
    padding: 0px;
    margin: 0%;
    display: inline-block;
}

.ho-tro-mua-hang {
     padding: 8px;
    border: 2px dashed #fff;
    font-size: 18px;
    color: #fff;
}

.support {
       color: #fff;
    font-size: 18px;
}

.number-phone {
    font-size: 18px;
}

.sanpham-chinhhang {
    font-size: 17px;
}

.thong-tin {
    border-top: 1px solid #ececec;
}

.info-ne {
    padding-left: 0px;
}

.color-der {
    padding-left: 0px;
    list-style: none;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    margin: 0 7px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.description {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    background: #f7f7f7;
    padding-bottom: 5px;
    color: rgb(254, 151, 5);
    text-transform: uppercase;
    border: 1px solid;
    border-radius: 4px;
    letter-spacing: 0;
    text-decoration: none;
}

.bread-crumb {
    padding: 0px;
}

.link-danx {
    list-style: none;
    display: flex;
    padding-left: 0px;
}

.show-linkdanx {
     color: #000;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

.show-linkdanx a
{
    color: #000;
    font-weight: 400;
    text-transform: none;
    font-size: 16px;
}

.show-linkdanx a:hover
{
	color: #fff;
}

.link-trend:hover
{
	color: #fff;
}

.play-doctiep:hover
{
	color: #fff;
}

.thuonghieu-ne {
    list-style: none;
    border: 1px solid #efefef;
    padding: 10px !important;
    background: #fff;
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.image-fade {
    overflow: hidden;
}

.get-snchoa {
    transition: transform 1.2s;
}

.product-title {
    text-align: left;
    font-size: 14px;
    padding-left: 20px;
}

.add-to-cart {
    text-align: center;
    height: 45px;
}

.link-add-to-cart {
    background-color: #ee3880;
    padding: 10px 15px;
    color: #fff;
    border-radius: 5px;
}

.display-baiviet {
    padding: 20px 0px 10px 0px;
}

.hehe-baivietne {
    font-weight: bold;
    font-size: 25px;
}

.cac-dong {
    width: 300px;
    height: 200px;
    object-fit: cover;
}

.show-news-name {
    padding: 10px 0px;
}

.link-cac-dongsp {
    color: #000;
    font-weight: bold;
    text-decoration: none !important;
}

.thuonghieu-nez {
    padding-left: 10px;
    padding-top: 10px;
}

.heihi {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.newsz-name-ne {
    padding-bottom: 10px;
}

.good-job {
    font-weight: bold;
    font-size: 20px;
}

.link-goodjob {
    color: #000;
}

.detail-play {
    width: 100%;
    height: 300px;
    object-fit: cover;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.show-two-content {
    padding: 10px;
}

.link-nhanvat {
    font-family: 'Playfair Display';
    color: #fff;
    font-size: 20px;
    font-weight: 700;
}

.link-nhanvat:hover
{
	color: #fff;
}

.second-content {
    padding-top: 10px;
}

.display-that {
    font-size: 17px;
	color: #fff;
}

.show-danhgia
{
	padding-bottom: 50px;
}

.link-seemore {
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    color: #fff;
}

.link-seemore:hover
{
	color: #fff;
}

.show-img {
    overflow: hidden;
}

.show-title-slider {
    text-align: center;
	padding: 40px 0px;
}

.head-phone {
    font-size: 30px;
    margin-bottom: 40px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: underline;
}

.show-prices {
    padding: 10px 0px 10px 0px;
	display: none;
}

.show-btndathang
{
	padding-bottom: 15px;
    text-align: center;
}

.price-plays {
    color: #fff;
    font-size: 30px;
    line-height: 1;
    font-family: 'jeko-bold';
    display: inline-block;
}

.background-danhmuc {
    padding: 0px;
}

.hands-up {
    margin-top: 50px;
}

.title-showpet {
    font-weight: bold;
    font-size: 30px;
}

.yeahone {
    max-width: 1300px;
    margin: 0 auto;
    display: block;
}

.soup-perz {
    border-radius: 100px 0 0 20px;
}

.meeting {
	background-color: #f6f6f6;
    padding: 30px 0px;
}

.swiper-button-prev:after
{
	color: #fff;
}

.swiper-button-next:after
{
	color: #fff;
}

.best-player,
.title-pet {
    margin-top: 70px;
    max-width: 620px;
    padding-right: 60px;
    margin-left: auto;
}

.kham-pha {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    background: #464646;
    color: #fff;
    line-height: 36px;
    border-radius: 18px;
    letter-spacing: 1px;
}

.kham-pha:hover
{
	color: #fff;
}

.title-pet1 {
    display: none;
}

.imedia {
    padding: 15px 15px 20px;
	background-color: #f77c10fc;
}

.show-content-eat, .content-write
{
	color: #fff !important;
}

.display-editor
{
	padding: 0px;
}

.link-trend {
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    font-size: 18px;
    line-height: 1.3;
    font-family: 'jeko-bold';
    margin: 0 0 10px;
    font-weight: bold;
}

.cham-soc
{
	color: #fff;
}

.khai-niem {
    padding: 13px 0px 10px 0px;
}

.play-doctiep {
    color: #fff;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    font-style: italic;
    text-decoration: underline;
    font-family: 'jeko-medium';
    font-size: 18px;
}

.name-write {
    padding-bottom: 15px;
	text-align:center;
}

.name-backdoor {
    font-size: 19px;
    font-weight: 600;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5;
    text-transform: uppercase;
    color: #fff;
    font-family: 'jeko-black';
    letter-spacing: 1px;
}

.content-casual
{
	color: #fff !important;
}

.its
{
	color: #fff;
}

.span-maybefavorite {
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    padding: 20px 0px;
}

.editor {
    width: 100%;
}

.eat-name {
    padding-top: 10px;
}

.playerz {
    margin-bottom: 30px;
}

.spham-ne {
    color: #fff;
}

.show-img-introduce video {
    width: 90%;
    height: 350px;
}

.showeat-aboust
{
	border-radius: 120px 0 0 20px;
    height: 500px;
    width: 100%;
    object-fit: cover;
}

.display-slider
{
	overflow: hidden;
}

.product-image .lazy-load
{
	height: 306px;
	width: 100%;
	object-fit: cover;
}

.anh-dep .soup-perz
{
	width: 100%;
    height: 400px;
    object-fit: cover;
}

.hihie
{
	margin-bottom: 30px;
}

.playerz
{
	margin-bottom: 30px;
}

.pagination
{
	justify-content: center;
}

.disabled
{
	padding: 5px 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.active
{
	padding: 5px 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.pagination li
{
	padding: 7px 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    color: #fff;
}

.pagination li a
{
	color: #000;
}

.helo-z
{
	margin-bottom: 30px;
}

.pagination li a:hover
{
	color: #fff;
}

@media(max-width: 768px) {
	.showeat-aboust
	{
		height: auto;
	}
	
	.slider-swip
	{
		margin-bottom: 20px;
	}
	
	.link-reds
	{
		font-size: 14px;
	}
	
	.display-logoz img
	{
		width: 250px;
		height: 53px;
	}
	
	.heiheihei
	{
		margin-top: 30px;
	}
	
    .show-img-introduce video {
        width: 100% !important;
		height: 260px;
    }

    .playerz {
        padding: 0px;
    }

    .blank-two {
        padding: 20px 0px !important;
    }

    .khai-niem {
        padding: 0px;
    }

    .title-pet1 {
        padding-top: 20px;
    }

    .best-player {
        text-align: center;
        padding-right: 0px;
        margin-top: 40px;
    }

    .go-up {
        text-align: justify;
    }

    .title-pet {
        display: none;
    }

    .title-pet1 {
        display: block;
        padding-bottom: 20px;
        text-align: center;
    }

    .ben-ten {
        flex-direction: column-reverse;
    }

    .anh-introduce {
        margin-bottom: 20px;
    }

    .content-introduce {
        padding: 0px 7px 10px 7px;
    }

    .show-introduce {
        width: 100% !important;
    }

    .show-gioi-thieu {
        text-align: center;
        padding-bottom: 10px;
    }

    .show-detail-button {
        text-align: center;
    }

    .product-info {
        text-align: center;
    }

    .price-box {
        display: block !important;
    }

    .offcanvas-body .navbar-nav .nav-item .nav-link {
        padding: 10px 0px !important;
    }
}



#myBtn {
    display: block;
    position: fixed;
    bottom: 69px;
    right: 30px;
    z-index: 99;
    font-size: 6px;
    border: none;
    outline: none;
    background-color: transparent;
    border: 2px solid #000 !important;
    color: #4eb748 !important;
    cursor: pointer;
    padding: 12px 12px;
    border-radius: 50%;
}

#myBtn:hover {
    background-color: #000 !important;
}

#myBtn:hover .hehehe {
    color: #fff;
}


.efez {
    bottom: 200px !important;
}


.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 120px;
    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: 90px;
    height: 90px;
    top: 10px;
    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: 0.5;
}

.hotline-phone-ring-circle-fill {
    width: 60px;
    height: 60px;
    top: 25px;
    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: 36px;
    height: 36px;
    top: 37px;
    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;
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}

.hotline-bar {
    position: absolute;
    background: rgba(230, 8, 8, 0.75);
    height: 40px;
    width: 180px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    /* width: 175px !important; */
    left: 33px;
    bottom: 37px;
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
    text-indent: 50px;
    display: block;
    letter-spacing: 1px;
    line-height: 40px;
    font-family: Arial;
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff;
}


.jumon {
    border: 2px solid #2196f3 !important;
}

.defon,
.tenon {
    background-color: #2196f3;
}

.hehehe {
    font-size: 20px;
    color: #000;
}

@media(max-width: 991px) and (min-width: 740px) {
    .navbar-nav {
        display: flex !important;
        flex-direction: row !important;
    }
}


@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}

@-webkit-keyframes phonering-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);
    }
}

.gen-ly iframe
{
	border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #676767;
}

.show-fanpage img
{
	border-radius: 10px;
    box-shadow: 1px 2px 10px 0px #676767;
}


/* order */
.bg_be {
    background-color: #ff7e0bfc;
    margin: 20px 0px;
}

.back_controls-wrap
{
	    padding: 20px 20px;
}

.back_controls-icon
{
	background-color: #443b34fc;
    padding: 10px 20px;
    border-radius: 10px 10px;
    color: #fff;
}

.back_controls-icon:hover
{
	background-color: #000;
}

.cart__title, .form__payment-title
{
	color: #fff !important;
}

.cart__name-list, .cart__product-total-price
{
	background-color: #413f3f !important;
}

.cart__product
{
	    border: 2px solid #ccc;
}

.cart__title
{
	    font-size: 30px;
    padding: 20px 20px;
}

.cart__name-list
{
	    list-style: none;
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
    background-color: #732442;
}

.cart_name-item
{
	    color: #fff;
    font-size: 17px;
    font-weight: bold;
}

.cart__product-wrap-info
{
	    display: flex;
}

.cart__product-wrap-info
{
	flex-wrap: wrap;
}

.cart__product-info
{
	    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 4px;
}

.cart__product-info
{
	    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 4px;
}

.cart__product-thumb-img
{
	    width: 100%;
    height: 100%;
    border: 3px solid #fff;
    object-fit: cover;
    padding: 5px 5px;
}

.cart__product-info form
{
	    display: flex;
    flex-direction: column;
    align-items: center;
}

.table__item-close-icon
{
	    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 1px solid #732442;
    cursor: pointer;
    margin-top: 8px;
    margin-bottom: 15px;
}

.cart__product-info
{
	    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 0px 4px;
}

.btn-line
{
    color: #fff;
    background-color: #eb2929;
    border-color: #eb2929;
    margin-top: 10px;
}

.btn-line:hover
{
	color: #fff;
}

.cart__product-total-price
{
	    display: flex;
    justify-content: space-between;
    background-color: #732442;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.cart__product-total-price-title
{
	    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    line-height: 40px;
}

.cart__product-total-price-desc
{
	    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 0px;
    margin-bottom: 0px !important;
    line-height: 40px;
}

.form_wrap
{
	    border: 2px solid #ccc;
}

.show-ten
{
	    text-align: center;
    padding-bottom: 25px;
}

.show-ten .show-content-eat
{
	font-size: 35px;
    text-decoration: underline;
    font-weight: bold;
}

.one-div
{
	    display: flex;
    justify-content: center;
    padding: 20px 0px 30px 0px;
}

.two-div
{
    width: 155px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fd1010;
    border-radius: 10px;
    margin: 0px 10px;
}

.three-div
{
	color: white;
    font-weight: bold;
    font-size: 25px;
}

.four-div
{
	    width: 155px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #027eff;
    border-radius: 10px;
    margin: 0px 10px;
}

.five-div
{
	    color: #f7f7f7;
    font-weight: bold;
    font-size: 25px;
}

.three-div:hover
{
	color: #fff;
}

.five-div:hover
{
	color: #fff;
}

.form__payment-title
{
	    padding: 10px 10px;
    font-size: 30px;
}

.form_group
{
	    padding: 0px 10px;
}

.form_input
{
	    width: 100%;
    outline: none;
    border: 1px solid #ccc;
    padding: 4px 10px;
    margin: 10px 0px;
}

.form__btn
{
	    border: none;
    width: 50%;
    padding: 4px 0;
    margin: 10px 0px;
    border-radius: 5px;
    background: #eb2929;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.ezezd
{
	text-align: center;
}

.zack-kit
{
	    text-align: center;
}

.full-off
{
	    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.no-cart
{
	text-align: center;
    padding: 30px 0px;
}

.hezhez
{
	color: red;
    padding: 10px 0px;
}

.show-detail
{
	border: 2px solid #fff;
    padding: 5px;
    border-radius: 5px;
	font-size: 16px;
}

.gozz, .heihei
{
	font-size: 16px;
}