li {
    list-style: none;
}

*,
p,
ul {
    margin: 0;
    padding: 0;
}

a:hover {
    color: #2d4277;
}

body {
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
}

.topbar {
    background-color: #e5e5e5;
}

img {
    transition: all 1s ease 0s;
}

.button:after,
.button:before {
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: 0px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    transition: all 280ms ease-in-out;
    width: 0;
}

.button:hover:after,
.button:hover:before {
    backface-visibility: hidden;
    border-color: #ff0000;
    transition: width 350ms ease-in-out;
    width: 70%;
}

.button:hover:before {
    bottom: auto;
    top: 0;
    width: 70%;
}

a {
    text-decoration: none;
    color: #444;
}

a:hover,
a:focus {
    text-decoration: none;
}

button,
input,
textarea,
select {
    outline-offset: 0 !important;
    outline: none !important;
}

textarea {
    width: 100%;
}

.text-primary {
    color: #d8373e;
}

a.scrollup {
    background: #da8623;
    bottom: 5px;
    color: #FFFFFF;
    height: 30px;
    line-height: 27px;
    position: fixed;
    right: 5px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.5s ease 0s;
    width: 35px;
    z-index: 1000;
}

a.scrollup:hover {
    background: #333;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 0 2px #333;
    color: #fff;
}

.breadcrumb {
    background: none;
    border: 1px solid #cccc;
    margin-top: 10px;
    float: left;
    padding: 10px;
    width: 100%;
}

.breadcrumb ul li {
    float: left;
    margin-right: 15px;
    position: relative;
}

.breadcrumb ul li a {
    text-transform: uppercase;
}

.breadcrumb ul li:after {
    content: "/";
    padding-left: 10px;
    padding-right: 0px;
}

.breadcrumb ul li:last-child:after {
    display: none;
}

.logo img {
    display: inline-block;
}

.container {
    position: relative;
}


/***********************/

.menu-icon {
    color: #fff;
    float: right;
    margin: 16px 0;
}

nav.menu_mb {
    text-align: left;
}


/*************menu*************/

.header {
    background: #fff;
}

.cart i {
    display: block;
    background: #fff;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #dc8723;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.cart .num {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.cart label {
    font-weight: 400;
}

.cart .price-cart {
    font-weight: 500;
}

p.slogantop {}

.cart {
   /* background: #fff;*/
    min-width: 212px;
    position: absolute;
    right: 0;
    height: 40px;
    padding-left: 40px;
    top: 43px;
}

.cart i {
    display: block;
    background: #fff;
    width: 40px;
    position: absolute;
    right: 0;
    top: 0;
    color: #dc8723;
    text-align: center;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
}

.cart .num {
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
}

.cart label {
    font-weight: 400;
}

.cart .price-cart {
    font-weight: 500;
}

.slogantop {
    text-align: center;
    color: #fcf201;
    background: #000;
    padding: 10px 0;
    font-weight: 600;
}

.header.fixed {
    /* position: fixed; */
    /* top: 0; */
    /* z-index: 111; */
    /* width: 100%; */
}

.header .logo {
    float: left;
    margin-right: 100px;
}

.header .search {
    position: relative;
    cursor: pointer;
    width: 558px;
    float: left;
    margin-top: 10px;
}

p.homemb {
    float: left;
    margin-left: 180px;
}

p.homemb a {
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
}

.menu {
    background: #f5f5f5;
}

.menu.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
}

.menu ul li {
    display: inline-block;
    position: relative;
}

.menu ul li a {
    text-transform: uppercase;
    position: relative;
    padding: 15px 15px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 0 5px;
}

.menu ul li a:hover {
    background: #fff;
    color: #dc8723;
}

.menu ul li i.fa-caret-down {
    color: #fff;
    position: absolute;
    right: 0;
}

.menu ul li:hover ul.level_1 {
    display: block;
}

.menu ul li ul.level_1 {
    position: absolute;
    background: #fff;
    z-index: 11;
    top: 42px;
    left: 20px;
    width: 266px;
    display: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.menu ul li ul.level_1 li a {
    display: block;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    font-weight: normal;
    padding-left: 10px;
    text-transform: uppercase;
}

.menu ul li ul.level_1 li a:hover {
    background: #dc8723;
    color: #fff;
}

.menu ul li ul.level_1 li {
    display: block;
}

.menu ul li:hover ul.level_1 {
    display: block;
}

.menu ul li ul.level_1 li ul.level_2 {
    position: absolute;
    left: 100%;
    top: 0;
    width: 250px;
    background: #2d4277;
    display: none;
}

.menu ul li ul.level_1 li ul.level_2 li a {
    border-bottom: 1px solid #fff;
}

.menu ul li ul.level_1 li:hover ul.level_2 {
    display: block;
}

.header .logo a {
    display: block;
    text-align: center;
}

.logo h1 {
    margin: 0;
}

section#banner {
    position: relative;
    clear: both;
}

.header .search .content {
    background: #fff;
    display: flex;
}

.header .search .icon_search {
    color: #fff;
    margin-top: 31px;
}

.header .search .content input {
    padding: 6px;
    width: 205px;
    border: none;
}

.header .search .content select {
    height: 40px;
    border: none;
    border-right: 1px solid #ccc;
    padding-left: 10px;
}

.header .search .content input {
    height: 40px;
}

.header .search .content button {
    background: #dc8723;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 0px;
    position: absolute;
    right: 1px;
    top: 1px;
    width: 40px;
    height: 38px;
}

.header .search .content button:hover {
    background: #333;
}

section#banner .owl-nav button span {
    color: #fff;
    background: #0000009e;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 34px;
    font-size: 20px;
    border-radius: 50%;
}

section#banner .owl-nav button span:hover {
    background: #dc8723;
}

section#banner .owl-nav button.owl-prev {
    position: absolute;
    top: 46%;
    left: 5px;
}

section#banner .owl-nav button.owl-next {
    position: absolute;
    top: 46%;
    right: 5px;
}

section#banner .owl-nav button:hover span {
    background: #000;
}

h2.title span {
    display: block;
}

h2.title label {
    font-size: 14px;
    color: #333;
    margin-bottom: 0;
    font-weight: normal;
}

h2.title span {
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: block;
}

h2.title {
    text-align: center;
    margin: 35px 0;
    color: #dd8500;
    position: relative;
    padding-bottom: 10px;
}

h2.title:before {
    width: 100px;
    height: 2px;
    content: "";
    position: absolute;
    left: 0;
    background: #dc8723;
    right: 0;
    margin: auto;
    bottom: 0;
}

section.wrap-ck .item {
    background: #1e73be;
    padding: 15px 15px;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 700;
    font-size: 17px;
}

section.wrap-ck .item .img {
    margin-right: 40px;
}

section#cate-home {
    margin-top: 30px;
}

section#cate-home .content {
    max-width: 770px;
    margin: 0 auto;
}

section#cate-home .item {
    margin-bottom: 30px;
}

section#cate-home .item a {
    display: block;
    height: 150px;
    overflow: hidden;
    position: relative;
}

section#cate-home .item a h3 {
    position: absolute;
    bottom: 0;
    background: #2d4277de;
    width: 100%;
    text-align: center;
    height: 45px;
    display: table;
    color: #fff;
    font-weight: 400;
}

section#cate-home .item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section#cate-home .item a:hover img,
.itempr:hover img,
.contentnews .item p.img:hover img {
    transform: scale(1.2);
}

section#cate-home .item a h3 span {
    display: table-cell;
    vertical-align: middle;
}

section#cate-home .item.itemmain a {
    height: 530px;
}

.itempr {
    border: 1px solid #db8933;
    margin-bottom: 30px;
}

.itempr.f-product {
    padding: 10px;
    border: 1px solid #eaeaea;
}

.itempr .img a.thumb-sp {
    display: block;
    height: 260px;
    overflow: hidden;
    position: relative;
}

.itempr .img a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.itempr .img a:before {
    width: 100%;
    height: 100%;
    background: #00000080;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.itempr .meta {
    text-align: center;
    margin-top: 10px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}

a.addcart span {
    background: #fff;
    color: #333;
    padding: 8px 10px;
    display: inline-block;
    margin: 5px;
    border-radius: 5px;
}

.itempr.f-product:hover .addcart {
    bottom: 0;
}

.itempr.f-product .img {
    height: 260px;
    overflow: hidden;
}

.meta.prin {
    padding-bottom: 10px;
}

a.addcart {
    background: #59d600;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 45px;
    margin: auto;
    text-align: center;
    -moz-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    bottom: -45px;
}

.itempr .meta h3 {
    margin-bottom: 10px;
    text-align: center;
}

.itempr .meta h3 a {
    line-height: 22px;
    font-weight: 600;
    color: #000;
    text-align: center;
}

.itempr .meta p {
    color: #666;
    margin-bottom: 7px;
}

.itempr .meta p span {
    color: #000;
}

.itempr .meta .pr-price p {
    margin: 0 2px;
    display: inline-block;
}

.itempr .meta .pr-price p.new-price {
    color: red;
    font-weight: 700;
    font-size: 15px;
}

.itempr .meta .pr-price p.old-price {
    text-decoration: line-through;
}

.itempr .meta h3 a:hover {
    color: #2d4277;
}

.itempr .overlay a {
    display: inline-block;
    background: #dc8723;
    color: #fff;
    font-size: 13px;
    padding: 10px 11px;
    border-radius: 5px;
}

.itempr .overlay {
    margin-top: 15px;
    padding-bottom: 15px;
}

.itempr .img {
    position: relative;
}

.itempr .img .overlay a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    padding: 9px 15px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.itempr .img .overlay a:hover {
    background: #2d4277;
    color: #fff;
}

.itempr:hover .img .overlay {
    display: block;
}

section.product-home {
    padding: 25px 0;
}

p.p-hotline {
    background: url(../images/footer.jpg);
    text-align: center;
    color: #fff;
    background-position: center;
    padding: 50px 0;
}

p.p-hotline span {
    display: block;
    font-size: 25px;
    font-weight: 600;
}

p.p-hotline label {
    font-weight: normal;
    font-style: italic;
    display: block;
    margin-top: 6px;
    background: url(../images/bghotline.jpg);
}

section.product-home button span {
    width: 35px;
    height: 35px;
    display: block;
    background: #ccc;
    border-radius: 35px;
    line-height: 35px;
    font-size: 19px;
}

section.product-home button:hover span {
    background: #2d4277;
    color: #fff;
}

section.product-home button.owl-prev {
    position: absolute;
    left: 0;
    top: 28%;
}

section.product-home button.owl-next {
    position: absolute;
    right: 0;
    top: 28%;
}

.title2 h2 {
    text-transform: uppercase;
    position: relative;
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    display: inline-block;
    color: #dd8500;
}

section#news-ct {
    margin: 40px 0;
}

.title2 {
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.title2 .viewall {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 15px;
}

.title2 .viewall:hover {
    text-decoration: underline;
}

.contentnews .item p.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contentnews .item p.img {
    height: 210px;
    position: relative;
    display: block;
    overflow: hidden;
}

.contentnews .item .meta {
    margin-top: 10px;
}

.contentnews .item .meta h3 a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
}

.contentnews .item .meta .viewed {
    color: #888;
    font-size: 14px;
}

.contentnews .item .meta .desc {
    line-height: 21px;
    margin-top: 5px;
    color: #555;
}

.contentnews .item .meta h3 a:hover {
    color: #dc8723;
}

.contentct .item {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.contentct .item .img {
    float: left;
    margin-right: 15px;
    width: 120px;
}

.contentct .item .img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.contentct {
    margin: 0 15px;
}

.contentct .item .meta {
    width: calc(100% - 135px);
    float: left;
}

.contentct .item .meta h3 a {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    line-height: 19px;
    color: #000;
}

.contentct .item .meta .desc {
    color: #666;
}

.contentct .item .meta h3 a:hover {
    text-decoration: underline;
    color: #2d4277;
}

footer {
    background: url(../images/bgfooter.jpg) no-repeat top center;
    padding: 50px 0;
    background-size: cover;
    color: #fff;
    line-height: 25px;
    position: relative;
}

p.ttltk {
    font-weight: 600;
    font-size: 18px;
    margin-top: 10px;
}

.listmenufooter ul li {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}

.listmenufooter ul li .num {
    font-weight: 600;
    font-size: 16px;
}

.social {
    display: flex;
}

.listmenufooter .social li {
    margin-right: 15px;
}

footer h2 {
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    margin-bottom: 20px;
    position: relative;
}

footer h2:after {
    width: 100%;
    height: 1px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.listmenufooter ul li a {
    color: #fff;
    padding: 4px 0;
    display: block;
    font-size: 15px;
    font-weight: 300;
    transition: all 1s ease 0s;
}

.listmenufooter ul li a:hover {
    padding-left: 4px;
}

.listmenufooter ul li a i {
    font-size: 13px;
}

.fanpage .social li a {
    display: block;
    width: 35px;
    height: 35px;
    background: #fff;
    color: #000;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    font-size: 17px;
    padding-top: 10px;
}

.fanpage .social li {
    display: inline-block;
    margin-right: 10px;
}

.fanpage .social li a:hover {
    background: #2d4277;
    color: #fff;
}

.address ul li {
    line-height: 33px;
}

.address ul li.name {
    font-weight: 600;
    font-size: 17px;
    line-height: 25px;
}

.fanpage .social {
    margin-top: 15px;
}

.box-right {
    position: fixed;
    right: 5px;
    bottom: 30%;
    z-index: 1111;
}

.box-right .phone a {
    text-align: center;
    background: #dc8723;
    display: block;
    width: 48px;
    height: 48px;
    padding: 8px 0;
    border-radius: 50%;
}

.box-right .phone a img {
    max-width: 30px;
}

.box-right .phone {
    margin-bottom: 5px;
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        -ms-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }
    8% {
        -webkit-transform: rotate(12deg);
        -ms-transform: rotate(12deg);
        transform: rotate(12deg);
    }
    10%,
    28%,
    30%,
    48%,
    50%,
    68% {
        -webkit-transform: rotate(24deg);
        -ms-transform: rotate(24deg);
        transform: rotate(24deg);
    }
    18%,
    20%,
    38%,
    40%,
    58%,
    60% {
        -webkit-transform: rotate(-24deg);
        -ms-transform: rotate(-24deg);
        transform: rotate(-24deg);
    }
    100%,
    75% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
    }
}

.box-right .phone.call img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
}

.block h2 {
    background: #fe9a39;
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 10px 10px;
    font-family: 'Oswald', sans-serif;
}

.block {
    border: 1px solid #eee;
    margin-bottom: 15px;
}

.block .content {
    padding: 10px;
}

.block .content ul li a {
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    display: block;
    padding: 8px 0;
    line-height: 23px;
}

.block .content ul li ul li a {
    margin-left: 10px;
    text-transform: none;
}

.block .content ul li:last-child a {
    border-bottom: none;
}

h1.title-detail {
    font-size: 22px;
    margin-top: 0;
}

.meta-title {
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-bottom: 10px;
    color: #777;
    font-size: 13px;
}

.pagesp .itempr {
    margin-bottom: 30px;
}

.pageing {
    text-align: center;
}

.pagination>li>a,
.pagination>li>span {
    color: #111520 !important;
    cursor: pointer;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background: #db8933 !important;
    color: #FFF !important;
    border: 1px solid #db8933 !important;
}

.f-pr-image-zoom {
    position: relative;
    margin-bottom: 10px;
}

.f-pr-image-zoom img {
    width: 100% !important;
    height: 400px !important;
    object-fit: cover;
}

div#slidezoompage {
    display: flex;
}

div#slidezoompage a {
    width: calc(100%/4 - 10px);
    margin: 0 5px;
}

div#slidezoompage a img {
    height: 91px;
    width: 100%;
    object-fit: cover;
}

.info-pr h1 {
    line-height: 29px;
    font-size: 22px;
}

.info-pr .state {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 0;
}

.price-detail label {
    display: inline-block;
}

.price-detail p {
    display: inline-block;
}

.price-detail p.new-price {
    color: red;
    font-weight: 700;
    font-size: 18px;
}

.price-detail p.old-price {
    text-decoration: line-through;
}

.info-pr .state .sta {
    float: right;
    margin-top: 4px;
}

.info-pr .state .price-detail {
    float: left;
}

.info-pr .state .sta span {
    color: red;
}

.meta-des p {
    margin: 7px 0;
}

.meta-des p label {
    min-width: 115px;
}

ul.tab-detail {
    margin-top: 20px;
    margin-bottom: 10px;
}

ul.tab-detail li a {
    margin-right: 0;
}

ul.tab-detail li a {
    background: #eee;
    margin-right: 2px;
    text-transform: uppercase;
}

ul.tab-detail li.active a {
    background: #fe9a39;
    color: #fff;
}

.product_related {
    margin-bottom: 25px;
    position: relative;
}

.product_related .owl-nav {
    position: absolute;
    top: -45px;
    right: 15px;
}

.product_related .owl-nav button {
    border: 1px solid #ddd !important;
    display: inline-block;
    width: 30px;
    height: 30px;
}

.product_related .owl-nav button span {
    font-size: 23px;
    line-height: 17px;
}

.product_related .owl-nav button.owl-prev {
    margin-right: 3px;
}

.product_related .owl-nav button:hover {
    color: #fff;
    background: #fe9a39;
}

h2.title-related {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
    margin-top: 15px;
    color: #111520;
}

h2.title-related span {
    display: inline-block;
    background: #fe9a39;
    color: #fff;
    padding: 10px;
}

.product_related .itempr {
    margin-bottom: 30px;
}

.itempr.f-product.f-splq {
    margin: 0 15px;
    padding: 3px;
}

.itempr.f-product.f-splq .img {
    height: 200px;
}

.itempr.f-product.f-splq .img .thumb-sp {
    height: 200px;
}

.contentnews.pagenews .item {
    margin: 0;
    margin-bottom: 30px;
    display: flex;
}

.pagenews.contentnews .item .meta {
    width: calc(100% - 280px);
}

.pagenews.contentnews .item .meta .view-dt a {
    display: inline-block;
    background: #db8933;
    color: #fff;
    padding: 9px 12px;
}

.pagenews.contentnews .item p.img {
    height: 164px;
    width: 250px;
    border: 1px solid #ccc;
    padding: 3px;
    margin-right: 30px;
}

.contentnews.pagenews {
    display: block;
}

.view-dt {margin-top: 10px;}

.contact .content h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.contact .content {
    line-height: 25px;
}

.form-contact input {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #eee;
}

.form-contact {
    margin-top: 15px;
}

.form-contact textarea {
    min-height: 100px;
    padding: 10px;
    border: 1px solid #eee;
}

.form-contact button {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
    border: none;
    background: #d38121;
    color: #fff;
    text-transform: uppercase;
}

.form-contact button:hover {
    background: #444;
}

.page-detail {
    line-height: 25px;
    margin-bottom: 15px;
}

.page-detail img {
    margin: 10px 0;
    max-width: 100%;
    height: auto;
}

.value-button {
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 20px;
    text-align: center;
    vertical-align: middle;
    padding: 11px 0;
    background: #eee;
    font-size: 22px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.value-button:hover {
    cursor: pointer;
}

.p-numcart span {
    margin-right: 20px;
}

#decrease {
    margin-right: -4px;
    height: 40px;
    vertical-align: top;
    display: inline-block;
    line-height: 15px;
}

#increase {
    margin-left: -4px;
    height: 40px;
    vertical-align: top;
    line-height: 16px;
}

#input-wrap {
    margin: 0px;
    padding: 0px;
}

input#number {
    text-align: center;
    border: none;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 0px;
    width: 40px;
    height: 40px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.box-addcart {
    margin-top: 25px;
    display: flex;
    align-items: center;
}

.box-addcart .add-to-pen1 {
    margin-right: 16px;
    background: #ff9826 !important;
}

.box-addcart .add_to_cart_button {
    display: inline-block;
    border: none;
    padding: 12px 23px;
    background: #446CB3;
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
}


/******cart******************/

.messaddcart {
    background: #eee;
    padding: 10px 10px;
    margin-bottom: 10px;
    border-top: 2px solid #6ed833;
}

.messaddcart i {
    color: #6ed833;
}

.list_cart {
    border: 1px solid #ccc;
    margin-top: 0;
    padding: 0;
    margin-bottom: 5px;
}

.list_cart ul.cart_title li {
    border-right: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    color: #111;
    text-transform: uppercase;
}

.list_cart ul.cart_title li:last-child {
    border-right: none;
}

.list_cart ul.cart_title {
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
    margin-bottom: 0;
    background: #eee;
}

.list_cart ul li .cart_title {
    text-transform: uppercase;
    font-size: 12px;
}

.cart_info_name_sp {
    font-size: 15px;
    line-height: 22px;
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.cart_info_price {
    font-size: 16px;
    color: red;
    height: 60px;
    font-weight: 600;
    display: table-cell;
    vertical-align: middle;
}

.cart_info_total {
    font-size: 15px;
}

.button_cart {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px;
    float: right;
}

.button_cart a:last-child {
    background: #d88422;
    color: #fff;
}

button.buy_cart {
    background: #612e05;
    color: #fff;
    padding: 8px 12px;
    border: medium none;
}

.button_cart a,
button.order-cart-end {
    background: #ccc;
    color: #111;
    padding: 11px 12px;
    text-transform: uppercase;
    border: none;
    display: inline-block;
}

.phiship {
    border: 1px solid #ddd;
    margin-top: 10px;
    padding: 10px;
}

.phiship label {
    margin-bottom: 10px;
}

.phiship p {
    font-size: 14px;
    color: #666;
}

.button_cart a:hover,
button.order-cart-end:hover {
    background: #b50c0c;
    color: #fff;
}

.code-sale {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    float: left;
}

.tit-info-cart {
    padding: 11px;
    background: #ab1818;
    color: #fff;
    text-transform: uppercase;
}

.tit-info-cart i {
    float: right;
    font-size: 15px;
}

.sumadd {
    border-top: 1px solid #000;
    padding: 12px 0;
    padding-left: 10px;
}

.sumadd span {
    float: right;
    margin-right: 10px;
    font-weight: bold;
    font-size: 14px;
}

.sum-info-cart ul {
    border: 1px solid #ccc;
    float: left;
    width: 100%;
}

.sum-info-cart ul li {
    color: #666;
    font-size: 13px;
    float: left;
    border-bottom: 1px solid #eee;
    width: 100%;
    line-height: 35px;
}

.info-cart-cart ul li {
    line-height: 26px;
    color: #444;
}

.info-cart-cart ul {
    padding: 10px;
}

.info-cart-cart ul li span {
    float: right;
}

.tit-code-sale {
    background: #823b88;
    color: #fff;
    padding-left: 10px;
    padding-top: 12px;
    font-family: open-sans;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin: -10px -10px 10px;
}

.tit-code-sale i {
    float: right;
    margin-right: 10px;
    font-size: 16px;
}

.info-cart {
    clear: both;
    border: 1px solid #ccc;
}

.form-code-sale form input {
    width: 95% !important;
    font-size: 12px;
    box-shadow: none;
    margin-top: 10px;
}

button.sent-code {
    float: left;
    border: none;
    background: #fb62b1;
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
    padding: 9px;
}

.form-code-sale form .input-group {
    float: left;
    width: 70%;
}

ul.list_list_cart {
    clear: both;
    float: left;
    width: 100%;
    /* background: #eee; */
    margin: 0;
}

ul.list_list_cart li {
    border-right: 1px solid #ccc;
}

ul.list_list_cart li.list_cart_info:last-child {
    border-right: none;
}

ul.list_list_cart li {
    text-align: center;
}

ul.list_list_cart li ul {
    clear: both;
    float: left;
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 0;
}

ul.list_list_cart li ul:nth-child(2n) {
    background: #fcfcfc;
}

ul.list_list_cart li ul li {
    height: 60px;
    display: table;
}

ul.list_list_cart li ul li select {
    margin: 0 auto;
    margin-top: 12px;
}

ul.list_list_cart li ul:last-child {
    border-bottom: none;
}

.cart_delete i {
    font-size: 18px;
    color: #000;
    cursor: pointer;
}

.cart_info_image_sp {
    margin: 0 auto;
    display: table;
    height: 60px;
    padding: 3px 0;
    vertical-align: middle;
}

.cart_info_image_sp img {
    max-height: 50px;
}

ul li.list_cart_detail:last-child {
    border-bottom: none;
}

ul li.list_cart_detail {
    border-bottom: 1px solid #ccc;
    border-right: none;
    margin-top: 0px;
}


/****************/


/****************/

.detail_cart form label {
    font-weight: normal;
    float: left;
    min-width: 100px;
    margin: 5px 0px;
}

.detail_cart .input-group {
    display: block;
    width: 100%;
    margin: 5px 0;
    float: left;
    clear: both;
}

.detail_cart .input-group input {
    border: 1px solid #ccc;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    float: left;
    padding-left: 10px;
}

.detail_cart .input-group select {
    box-shadow: none;
    width: 100%;
    display: block;
    height: 36px;
    border: 1px solid #ccc;
}

.detail_cart .input-group textarea {
    min-height: 100px;
    margin-top: 10px;
    padding: 5px;
}

.tit-detail-cart {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.option-cart-vc {
    float: left;
    margin-top: 10px;
    width: 100%;
    display: none;
}

.option-cart-vc li input {
    vertical-align: middle;
    margin-top: 0px;
}

.order-cart-end {
    display: inline-block;
    margin-top: 10px;
    background: #aa1a24;
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
}

.sum-info-cart ul li:first-child p {
    float: left;
    width: 50%;
    background: #eee;
    padding-left: 5px;
    line-height: 33px;
    text-transform: uppercase;
}

.sum-info-cart ul li p {
    float: left;
    width: 50%;
    padding-left: 5px;
}

.sum-info-cart ul li:last-child {
    border-bottom: none;
}

.option-cart-vc ul li {
    padding-left: 10px;
}

form.mem-register input {
    background-color: #eee !important;
    border: 1px solid #eee;
    background: #eee;
    padding: 9px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.cart_delete {
    margin-top: 21px;
}

ul li.list_cart_detail ul:nth-child(even) {
    background: #f2f2f2;
}

.box-km {
    padding-right: 0;
}

.box-km h2 {
    background: #d88422;
    font-size: 16px;
    text-transform: uppercase;
    padding: 12px;
    color: #fff;
    margin-bottom: 10px;
}

.codeuudai {
    position: relative;
    margin-bottom: 10px;
}

.codeuudai input {
    width: 100%;
    padding: 7px;
    border: 1px solid #ccc;
}

.codeuudai button {
    position: absolute;
    right: 0;
    height: 36px;
    border: none;
    background: #d88422;
    color: #fff;
    line-height: 18px;
    padding: 10px 10px;
}

.codeuudai button:hover {
    background: #d88422;
}

p.tamtinh {
    padding: 7px;
    border: 1px solid #eee;
}

p.tamtinh.tong {
    background: #eee;
}

p.tamtinh label {
    font-weight: 400;
}

p.tamtinh span {
    text-align: right;
    float: right;
}

p.tamtinh.tong span {
    font-weight: 700;
    color: red;
}

.shortdescart {
    line-height: 25px;
    margin-bottom: 10px;
}

ul#box-alert {
    background: #f5f5f5;
    padding: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #5186a8;
    position: relative;
}

ul#box-alert.show {
    display: block;
}

ul#box-alert:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 18px;
    position: absolute;
    color: red;
    top: 15px;
}

ul#box-alert li {
    padding-left: 25px;
    line-height: 26px;
}

ul#box-alert li.show {
    display: block;
}

.form-receive-cart label {
    width: 90px;
    display: inline-block;
    font-weight: 500;
    float: left;
}

.form-receive-cart input {
    width: calc(100% - 91px) !important;
    height: 39px;
}

.form-receive-cart small {
    margin-left: 90px;
    color: red;
    display: block;
}

.form-receive-cart input.error {
    border: 1px solid red !important;
}

.form-receive-cart input.error:focus {
    box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%);
}

.error {
    color: #dc3545;
}

.form-receive-cart input.success {
    border: 1px solid #5186a8 !important;
}

.boxbosung .noted textarea {
    min-height: 100px;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.boxbosung .noted label {
    font-weight: 500;
}

.boxbosung {
    line-height: 25px;
}

.form-receive-cart label i {
    color: red;
    font-style: normal;
}

.btnthanhtoan {
    text-align: right;
    margin-bottom: 15px;
    margin-right: 15px;
}

.btnthanhtoan button {
    border: none;
    text-transform: uppercase;
    padding: 10px 20px;
    background: #dc8723;
    color: #fff;
}

.btnthanhtoan button:hover {
    background: #e9bfc9;
}

.name_mb {
    display: inline-block;
    padding: 10px 0;
    min-width: 90px;
}

.cart_info_name_sp {
    display: inline-block;
    height: auto;
    margin-top: 20px;
}


/**********/