html {
    -webkit-font-smoothing: antialiased
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: 'Roboto', sans-serif;
    }
}

html,
body {
    -webkit-overflow-scrolling: touch;
    position: relative;
}

body {
    background: #F0F0F0;
    color: #222222;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 14px;
    font-weight: 400;
    line-height: 21px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    text-rendering: auto;
    line-height: 1.25em;
    margin-top: 0
}

h4,
h5,
h6 {
    line-height: 1.4em
}

h1 {
    font-size: 36px
}

h2 {
    font-size: 23px
}

h3 {
    font-size: 24px
}

h4 {
    font-size: 18px
}

h5 {
    font-size: 15px;
    font-weight: 700
}

h6 {
    font-size: 13px
}

ul {
    list-style: none;
    margin: 0
}

a {
    color: #777
}

a,
a:hover,
a:focus {
    -webkit-transition: color 0.4s ease 0s;
    transition: color 0.4s ease 0s;
    text-decoration: none
}

a:focus {
    outline: none
}

th,
td {
    text-align: left;
    padding: 15px;
    border: 1px solid #e1e1e1;
    color: #1c1c1c;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}
#box-11 img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

#box-23 img {
    width: 100%;
    aspect-ratio: 2 / 3;
    object-fit: cover;
}

#box-32 img {
    width: 100%;
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.line {
    background: url(../assests/line.jpg) repeat-x;
    height: 5px
}

[type=tel],
[type=text],
[type=password],
textarea,
select {
    color: #000;
    margin: 5px 0;
    padding: 9px 5px;
    outline: none;
    border: 1px solid #ebebeb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

[type=submit].submit {
    color: #fff;
    background: #EE211E;
    font-weight: 600;
    margin: 10px auto 0;
    padding: 9px 20px;
    display: block;
    border-radius: 4px;
    border: 0;
    cursor: pointer;
}

[type=submit].submit_login {
    color: #fff;
    background: #23c8a8;
    font-weight: 700;
    margin: 10px auto 0;
    padding: 0px 5px;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer
}

.noti-info {
    background: #f8e279;
    padding: 10px;
    text-align: justify;
    color: #6f5c00
}

.noti-info i,
.noti-error i,
.noti-done i {
    padding-right: 5px;
    font-size: 15px !important;
    display: inline-block !important
}

.noti-info a {
    color: #6f5c00;
    text-decoration: underline
}

.noti-error {
    background: #ffc1c1;
    padding: 10px;
    text-align: justify;
    color: #ea3d3d
}

.noti-error a {
    color: #ea3d3d;
    text-decoration: underline
}

.noti-done {
    background: #a4f098;
    padding: 10px;
    text-align: justify;
    color: #189902
}

.noti-done a {
    color: #189902;
    text-decoration: underline
}

#topheader {
    background: #fff;
    border-bottom: 1px solid #f6f6f6
}

#topheader #topbar {
    color: #1f1f1f;
    font-size: 11px;
    transition: all 1s ease 0s
}

#topheader #topbar ul li a {
    color: #777777;
    font-size: 11px;
    white-space: nowrap
}

#topheader #topbar ul li:before {
    color: #aaaaaa
}

#topheader #topbar ul li:hover a {
    color: #000000;
}

#topheader #topbar li {
    line-height: 38px
}

#topheader #topbar .header-right {
    padding: 0px
}

#topheader #topbar .btn {
    background: transparent;
    width: 100%;
    line-height: 38px;
    font-size: 11px;
    text-align: left;
    padding: 0;
    border: none;
    box-shadow: none
}

#topheader #topbar .btn a,
#topheader #topbar .btn a span,
#topheader #topbar .btn a i {
    color: #777777;
    font-size: 11px
}

#topheader #topbar .btn:hover a {
    color: #fb544e;
}

#dmn {
    display: block;
    width: 100%;
    background: #EE211E;
}

.idmn {
    left: 0px;
    top: 0px;
    position: fixed;
    z-index: 999;
    width: 100%;
}

.u3 {
    display: none;
}

#side-panel-trigger a {
    color: #333;
    display: block;
    font-size: 14px;
    height: 14px;
    position: relative;
    text-align: center;
    transition: color 0.3s ease-in-out 0s;
    width: 14px;
}

.language {
    margin-right: 15px
}

.language img {
    cursor: pointer;
    margin-right: 5px;
    margin-left: 5px;
}

.language li {
    width: 100%;
}

.language li:hover .dropdown-menu {
    display: block;
}

.language div.btn-group {
    width: 100%;
}

.currency .dropdown-menu,
.language .dropdown-menu {
    z-index: 9999;
    margin-top: 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    padding-top: 0px;
    width: 100%
}

.currency .dropdown-menu a,
.language .dropdown-menu a {
    line-height: 25px;
}

.currency .dropdown-menu a img,
.language .dropdown-menu a img {
    margin-top: 8px;
    float: left;
}

.currency .dropdown-menu li,
.language .dropdown-menu li {
    border-right: none;
    border-top: 1px solid #f6f6f6;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.currency .dropdown-menu li:first-child,
.language .dropdown-menu li:first-child {
    border-top: none;
}

.currency .dropdown-menu li:hover,
.language .dropdown-menu li:hover {
    padding-left: 6px;
    background: none
}

ul.links {
    position: relative;
    margin: 0;
    padding: 0;
}

ul.links li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1.428571429;
}

#topbar .show-mobile:before,
#topbar .show-mobile:after {
    content: " ";
    display: table;
}

#topbar .show-mobile:after {
    clear: both;
}

#topbar .show-mobile>div {
    margin: 0;
    padding: 0;
    position: relative
}

#topbar .show-mobile>div:hover .inner-toggle {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 38px;
    visibility: visible
}

#topbar .show-mobile .quickaccess-toggle {
    width: 44px;
    height: 38px;
    color: #000000;
    line-height: 36px;
    text-align: center;
    font-size: 17px;
    cursor: pointer;
    margin-left: 1px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s
}

#topbar .show-mobile .quickaccess-toggle:hover {
    color: #fff;
    background-color: #000000;
}

#topbar .show-mobile .inner-toggle {
    display: block;
    position: absolute;
    background: #FFFFFF;
    right: 0;
    min-width: 200px;
    z-index: 99999;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 28px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
}

#topbar .show-mobile ul,
#topbar .show-mobile .links {
    float: none !important;
    padding: 0;
    margin: 0;
    text-align: left;
}

#topbar .show-mobile ul li,
#topbar .show-mobile .links li {
    float: none;
    display: inline-block;
    width: 100%;
    line-height: 30px;
}

#topbar .show-mobile ul li:last-child,
#topbar .show-mobile .links li:last-child {
    border-bottom: none;
}

#topbar .show-mobile ul a,
#topbar .show-mobile .links a {
    float: none;
    margin: 0;
    padding: 0px 10px;
    line-height: 33px;
    background-color: #000000;
    border: none;
    display: block;
    color: #fff !important
}

#topbar .show-mobile ul a:hover,
#topbar .show-mobile .links a:hover {
    color: #fff !important;
    background-color: #088057;
}

#topbar .show-mobile .currency .dropdown-menu,
#topbar .show-mobile .language .dropdown-menu {
    left: -11px;
    padding: 5px;
}

#topbar .show-mobile .currency .dropdown-menu li,
#topbar .show-mobile .language .dropdown-menu li {
    border: none;
}

#topbar .show-mobile .currency button,
#topbar .show-mobile .language button {
    height: 30px;
    padding: 0 10px;
}

#topbar .show-mobile .language .dropdown-menu {
    left: -45px;
}

#topbar .show-mobile .quick-user .inner-toggle {
    right: -136px;
}

#topbar .show-mobile .quick-access .inner-toggle {}

#topbar .show-mobile .search .inner-toggle {
    right: -44px;
}

.search-top {
    display: flex;
    align-items: center;
}

.search {
    height: 40px;
    width: 100%;
}

.search:after {
    right: 0;
    top: -9px;
    border: solid transparent;
    border-right-color: #fff;
    border-width: 30px;
    margin-top: -1px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}

.search [type=text].search_query {
    color: #000;
    width: 100%;
    border-radius: 5px;
    margin: 0px;
    padding: 7px 15px;
    border: 1px solid #cacaca;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-style: italic;
    background: #ffffff;
    position: relative;
    z-index: 1;
}

.search span {
    position: relative;
    color: #EE211E;
    top: -30px;
    right: 9px;
    float: right;
    font-size: 19px;
    z-index: 2;
}

ul.social {
    text-align: center;
    margin: 20px 0px 0px;
    width: 100%
}

ul.social li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8px;
    margin-bottom: 10px
}

ul.social li:last-child {
    margin-right: 0px
}

ul.social li a {
    display: block;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 29px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    background: #fff
}

ul.social li a:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

ul.social li a i {
    font-size: 15px
}

ul.social li a.fb {
    border: 2px solid #3b5998;
    color: #3b5998
}

ul.social li a.fb:hover {
    background: #3b5998;
    color: #fff
}

ul.social li a.tw {
    border: 2px solid #00aced;
    color: #00aced
}

ul.social li a.tw:hover {
    background: #00aced;
    color: #fff
}

ul.social li a.yt {
    border: 2px solid #bb0000;
    color: #bb0000
}

ul.social li a.yt:hover {
    background: #bb0000;
    color: #fff
}

ul.social li a.gg {
    border: 2px solid #dd4b39;
    color: #dd4b39
}

ul.social li a.gg:hover {
    background: #dd4b39;
    color: #fff
}

ul.social li a.rss {
    border: 2px solid #e67329;
    color: #e67329
}

ul.social li a.rss:hover {
    background: #e67329;
    color: #fff
}

.top-menu {}

.nav-main {
    float: left;
    width: 100%;
}

ul.nav-menu {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
}

ul.nav-menu li {
    width: auto;
    height: auto;
    position: relative;
    float: left
}

/*ul.nav-menu>li:nth-child(1)>a .icon-menu:before {
    content: "\f015";
}

ul.nav-menu>li:nth-child(2)>a .icon-menu:before {
    content: "\f05a";
}

ul.nav-menu>li:nth-child(3)>a .icon-menu:before {
    content: "\f54e";
}

ul.nav-menu>li:nth-child(4)>a .icon-menu:before {
    content: "\f09e";
}

ul.nav-menu>li:nth-child(5)>a .icon-menu:before {
    content: "\f2b9";
}

ul.nav-menu>li:nth-child(6)>a .icon-menu:before {
    content: "\f6b6";
}*/

ul.nav-menu>li>a {
    color: #ffffff;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 17px;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    transform: translateZ(0px);
    width: auto;
}

ul.nav-menu>li:hover>a {
    background: #8f0402;
}

ul.nav-menu li:active a::before,
ul.nav-menu li:focus a::before,
ul.nav-menu li:hover a::before {
    left: 0;
    right: 0;
}

ul.nav-menu li:hover a {}

ul.nav-menu li ul.sub-menu li {
    margin-left: 0px;
    border-bottom: 1px solid #f7f7f7;
    list-style: none;
}

ul.nav-menu li ul.sub-menu li a::before {
    background: none;
}

ul.nav-menu li ul.sub-menu li a:hover {
    color: #EE211E !important;
}

ul.nav-menu li ul.sub-menu {
    box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    display: none;
    width: 195px;
    list-style: none;
    height: auto;
    position: absolute;
    background: #ffffff;
    top: 100%;
    left: 0px;
    border-radius: 0px;
    z-index: 9999;
    border-top: 0;
    float: left;
}

ul.nav-menu li:hover ul.sub-menu {
    display: block;
}


ul.nav-menu li:hover ul.sub-menu-pr {
    display: flex;
    flex-wrap: wrap;
}

ul.sub-menu li {
    width: 100%;
    height: auto;
    float: left
}

ul.sub-menu li a {
    font-size: 14px;
    width: 100% !important;
    height: auto !important;
    line-height: 18px !important;
    padding: 9px 9px !important;
    color: #000000 !important;
    text-transform: inherit;
    float: left;
    text-align: left;
}

ul.sub-menu-pr>li>a {
    font-weight: 600;
}

ul.nav-menu .menu-pr {
    position: inherit;
}

ul.nav-menu li ul.sub-menu-pr {
    width: 100%;
    flex-wrap: wrap;
}

ul.nav-menu li ul.sub-menu-pr>li {
    float: left;
    width: 33.3333%;
    padding: 10px;
}

ul.nav-menu li ul.sub-menu-pr .sub-menu-2 {}

.top-left {
    display: flex;
    justify-content: flex-end;
}

.link-cate {
    background: #8f0402;
    padding: 10px 19px !important;
}

.sub-menu-2 {
    display: none;
    position: absolute;
    left: 100%;
    width: 180px;
    background: #ffffff;
}

ul.nav-menu li ul.sub-menu .dropdown-submenu:hover .sub-menu-2 {
    display: block;
}

.top-cart-block {
    position: relative;
}

.top-cart-block i {
    color: #EE211E;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
}


#top-cart>a>.top_cart_qty {
    background-color: #f16822;
    font-size: 13px;
    height: 20px;
    left: 12px;
    line-height: 20px;
    top: -9px;
    width: 20px;
    border-radius: 50%;
    color: #fff;
    display: block;
    position: absolute;
    right: -14px;
    text-align: center;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
}

.hotline-top {
    margin-right: 30px;
    display: flex;
    align-items: center;
}

.hotline-number a {
    font-size: 19px;
    font-weight: 700;
    color: #f16822;
}

.hotline-user {
    font-weight: 500;
}

#nav {
    width: 100%;
    margin: 0;
    padding: 0;
    height: 50px;
    border-bottom: none;
    list-style-type: none;
    clear: both;
    position: relative
}

ul.nav li {}

ul.nav li a,
ul.nav li.open li a {
    color: #fff;
    font-size: 16px;
    padding: 17px 15px 13px 15px;
    white-space: nowrap;
    text-transform: uppercase
}

ul.nav li.dropdown i.fa-btn {
    display: none;
    color: #ffbb00;
    position: absolute;
    z-index: 9999;
    left: 50%;
    top: 54px;
    font-size: 30px;
}

ul.nav li.dropdown:hover i.fa-btn {
    display: inherit;
}

ul.nav li a:hover,
ul.nav li a:focus,
ul.nav li a.active,
ul.nav li.open li a:hover,
ul.nav li.open li a:focus,
ul.nav li.open li a.active {
    color: #fff;
    background: #EE211E
}

ul.nav li.open a.dropdown-toggle {
    background: #EE211E;
    color: #fff
}

ul.nav li ul.dropdown-menu {
    padding: 0px 0px 0px 0px;
    min-width: 200px;
    border: none;
    left: 0px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none
}

ul.nav li ul.dropdown-menu li {}

ul.nav li ul.dropdown-menu li:first-child {
    border-top: none;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

ul.nav li ul.dropdown-menu li:last-child {
    border-bottom: none
}

ul.nav li ul.dropdown-menu li a {
    border-right: none;
    margin-right: 0;
    font-size: 13px;
    position: relative;
    padding: 10px 20px 10px 30px;
    clear: both;
    line-height: 25px;
    overflow: hidden;
    color: #EE211E;
    background: #fff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.nav li ul.dropdown-menu li a:before {
    position: absolute;
    font-family: FontAwesome;
    top: 10px;
    left: 20px;
    content: "\f101";
    font-size: 12px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

ul.nav li ul.dropdown-menu li a:hover {
    background: #fff;
    color: #EE211E !important;
    padding-left: 35px
}

ul.nav li ul.dropdown-menu li a:hover:before {
    padding-left: 5px
}

ul.nav li ul.dropdown-menu li.dropdown-submenu {
    position: relative
}

ul.nav li ul.dropdown-menu li.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0;
    margin-left: -1px;
    padding: 0px
}

ul.nav li ul.dropdown-menu li.dropdown-submenu .pull-left {
    float: none;
}

ul.nav li ul.dropdown-menu li.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

ul.nav li ul.dropdown-menu .dropdown-submenu .pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

a.navbar-brand {
    padding: 0;
}

.mainmenu .navbar-toggle {
    background: #fff;
    margin-bottom: 9px;
    padding: 10px;
    margin-right: 0;
}

.mainmenu .navbar-toggle .icon-bar {
    background: #e86489;
}

.mainmenu .navbar-collapse {
    box-shadow: inherit;
    border: none;
}

#login {
    background: white;
    text-align: left;
    width: 480px;
    margin: 40px auto;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#login .popup-body {
    padding: 20px;
    overflow: hidden
}

#login .popup-body h4 {
    color: #333;
    font-size: 28px
}

#login .popup-body .social-login {
    padding: 10px 0px;
    overflow: hidden;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

#login .popup-body .social-login p {
    color: #999;
    margin-bottom: 10px
}

#login .popup-body .social-login #fb-login-btn {
    background: #405a9a;
    width: 45%;
    float: left;
    margin-bottom: 10px
}

#login .popup-body .social-login #fb-login-btn a {
    display: block
}

#login .popup-body .social-login #fb-login-btn a i {
    background: #3a508a;
}

#login .popup-body .social-login #gp-login-btn button i {
    background: #bd431b
}

#login .popup-body .social-login #fb-login-btn a i,
#login .popup-body .social-login #gp-login-btn button i {
    padding: 15px;
    float: left;
    color: #fff;
}

#login .popup-body .social-login #fb-login-btn a span,
#login .popup-body .social-login #gp-login-btn button span {
    color: #fff;
    padding: 12px 10px 12px 10px;
    display: table;
    text-align: center;
    font-weight: bold;
    margin: 0 auto
}

#login .popup-body .social-login #gp-login-btn {
    background: #d34b1f;
    width: 45%;
    float: right;
    margin-bottom: 10px
}

#login .popup-body .social-login #gp-login-btn button {
    background: #d34b1f;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    padding: 0;
}

#login .popup-body .noti-error,
#login .popup-body .noti-info,
#login .popup-body .noti-done {
    margin: 0px
}

#login .popup-body .block {
    border: none;
    margin: 10px auto 0px auto;
    display: block
}

#login .popup-body .block input[type=button].submit_login {
    color: #fff;
    font-weight: 700;
    padding: 0px 5px;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 10px 20px;
    font-size: 13px;
    outline: none;
    float: left;
    background: #000000
}

#login .popup-body .block .regis {
    float: right;
    padding: 10px 0px
}

#login .popup-body .block .regis .regislink {
    font-size: 13px;
    margin-left: 10px
}

#login .popup-body .block .regis .regislink:hover {
    color: #000000
}

#login .popup-body .block .regis .regislink.shipping_register {
    font-weight: bold;
    padding: 10px 0px;
    width: 100%;
    margin: 10px 0px 0px 0px;
    border-left: none;
    border-right: none;
    background: #36414b;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px
}

.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
    opacity: 0;
}

.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.reg_form_desc {
    font-size: 12px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #727272;
}

.reg_form_order_desc {
    background: #ffc1c1;
    padding: 10px;
    text-align: justify;
    color: #ea3d3d;
    clear: both
}

*,
*:after,
*::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
.st-container,
.st-pusher,
.st-content {
    height: 100%;
}

.st-content {}

.st-content,
.st-content-inner {
    position: relative
}

.st-container {
    position: relative
}

.st-pusher {
    position: relative;
    left: 0;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-pusher::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu .search {
    padding: 10px;
    position: relative
}

.st-menu .search input {
    width: 100%;
    margin: 0px;
    padding: 8px
}

.st-menu .search span {
    position: absolute;
    color: #e1e1e1;
    top: 19px;
    right: 21px;
    float: right
}

.st-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    visibility: hidden;
    width: 250px;
    height: 100%;
    background: #EE211E;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    overflow-y: auto
}

.st-menu::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    content: '';
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
    transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.st-menu h2 {
    margin: 0;
    padding: 1em;
    color: rgba(0, 0, 0, 0.4);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
    font-weight: 300;
    font-size: 2em;
}

.st-menu ul li a {
    display: block;
    padding: 1em 1em 1em 1.2em;
    outline: none;
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2);
    color: #fff !important;
    text-transform: uppercase;
    text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: background 0.3s, box-shadow 0.3s;
    transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0.2), inset 0 1px rgba(0, 0, 0, 0.2);
}

.st-menu ul li a:hover {
    background: rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 -1px rgba(0, 0, 0, 0);
    color: #fff;
}
.st-menu ul li .sub-1 {
    background: #299ac9 !important;
}
.st-effect-3.st-menu-open .st-pusher {
    -webkit-transform: translate3d(250px, 0, 0);
    transform: translate3d(250px, 0, 0);
}

.st-effect-3.st-menu {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
    visibility: visible;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
    display: none;
}

#st-trigger-effects {
    left: 0px;
    top: 0px;
    float: right;
    display: block;
    z-index: 9
}

#st-trigger-effects button {
    outline: none;
    display: block;
    font-size: 24px;
    padding: 17px 8px;
    background: none;
    border: none;
    border-radius: 5px;
    line-height: 0px;
    color: #2aabe2;
}

#st-trigger-effects button:hover {}

#st-trigger-effects button i {
    color: #000000;
    font-size: 25px;
    padding: 10px
}

#st-trigger-effects button i:before {
    color: #EE211E;
    font-size: 25px;
    padding: 16px 10px;
    font-size: 13px;
    font-weight: bold;
    content: "MENU";
}

.st-effect-3.st-menu-open #st-trigger-effects {
    display: none
}

#st-trigger-effects button i {
    padding: 5px
}

.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
    padding-left: 300px;
}

.panel {
    background: #EE211E;
    border: none;
    border-radius: 0px;
    box-shadow: none
}

a.list-group-item-stmenu {
    position: relative;
    display: block;
    padding: 10px 15px 8px 15px;
    color: #fff;
    font-size: 17px
}

a.list-group-item-stmenu i {
    padding-right: 15px
}

a.list-group-item-stmenu.sub,
a.list-group-item-stmenu.subsub,
a.list-group-item-stmenu.subsubsub {
    background: #077a53;
    color: #fff;
    padding-left: 30px;
    border-bottom: none
}

a.list-group-item-stmenu.subsub {
    padding-left: 50px
}

a.list-group-item-stmenu.subsubsub {
    padding-left: 70px
}

a.arrow-sub {
    position: relative;
    z-index: 999;
    float: right
}

a.arrow-sub i {
    position: absolute;
    font-size: 23px;
    top: -32px;
    color: #fff;
    right: 15px
}

.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
    opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-control {
    z-index: 2;
}

.slider {
    clear: both;
    overflow: hidden
}

.carousel {
    display: block;
    margin-bottom: 5px;
}

.carousel-control {
    width: auto;
    opacity: 1
}

.carousel-control.left,
.carousel-control.right {
    top: 42%
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    margin: 0 auto;
    text-align: center
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}

.carousel-indicators li {
    border-radius: 0px
}

.carousel-control.left img,
.carousel-control.right img {
    padding: 10px 10px;
}

.main-wrap {
    clear: both;
    overflow: hidden;
    padding: 0px;
    background: #ffffff;
}

#owlslider {
    margin-bottom: 25px
}

#product-listitem .listitem h2,
#customer .itemcus h2,
#products-featured .itemfeatured h2,
#contact .itemcontact .contact-form h2,
#acc .itemacc .acc-info h2,
#acc .itemacc .acc-cart h2,
#post .postitem h1,
.intro h2,
.news h2,
#gallery-pic h2,
#email-newsletter h2,
#box_search h2,
.contact-info h2,
#post .postitem h2.fb-comment-title {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    text-align: center
}

#products-featured .itemfeatured h2 span,
#product-listitem .listitem h2,
#customer .itemcus h2 span,
.intro h2 span,
.news h2 span,
#gallery-pic h2 span,
#email-newsletter h2 span,
#contact .itemcontact .contact-form h2 span,
#box_search h2 span,
.contact-info h2 span,
#post .postitem h2.fb-comment-title span {
    border-bottom: 1px solid #dbdbdb;
    color: #EE211E;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 15px;
    width: 100%;
}

.listitem h2 .titles::after {
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #8dc643;
    border-style: solid;
    border-width: 22px 0 22px 22px;
    content: "";
    position: absolute;
    right: -22px;
    top: 0;
}


.listitem {
    margin-bottom: -15px;
    margin-top: -15px;
}

.catproduct-list h2 {
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #f0f0f0;
    border-bottom: none;
}

#product-listitem {
    clear: both;
    padding: 15px;
    background: #fff;
    margin-bottom: 25px;
    border-top: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
}

#products-featured .itemfeatured {
    position: relative
}

#product-listitem .box-category {
    margin-bottom: 0px
}

.lr {
    float: right;
    font-weight: bold;
    color: #ccc;
    height: 17px;
    line-height: 16px;
}

.alls {
    color: #2a2a2a;
    font-size: 13px;
    padding: 0px 5px;
    text-decoration: none;
    text-transform: none !important;
    line-height: 50px;
}

.alls:hover {
    color: #EE211E;
}

.titles {
    color: #333;
    padding: 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    line-height: 13px;
}

.titles-page {
    color: #333;
    padding: 15px 0px 15px 0px;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    float: left;
    line-height: 13px;
    width: 100%;
}

.product-banchay h2 {
    text-align: center;
}

.product-banchay h2 .titles-banchay {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    height: 40px;
    line-height: 40px;
    background-color: #f16822;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    padding: 0 25px;
    font-size: 20px;
    position: relative;
}

.product-banchay h2 .titles-banchay:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    /*width: 0;*/
    position: absolute;
    pointer-events: none;
    border-left-color: #f16822;
    border-width: 20px;
    margin-top: -20px;
}

.product-banchay h2 .titles-banchay:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #f16822;
    border-width: 20px;
    margin-top: -20px;
}

.product-banchay #product-listitem {
    margin-top: -20px;
    padding-top: 40px;
    border: 1px solid #f16822;
}

.product-banchay .product,
.product-khac .product {
    margin-left: 0;
    margin-right: 0;
}

#home-new .product {
    margin-left: 0;
    margin-right: 0;
    border: none;
}

.catproduct-sub {
    height: 100%;
}

.banner-cat {
    margin: 10px 0px;
    display: inline-block;
}

.viewallcat {
    float: left;
    line-height: 30px;
    padding: 10px 0px;
}

.viewallcat a {
    float: left;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #333333;
}

.viewallcat a:hover {
    color: #EE211E;
}

.banner-big {
    margin-bottom: 25px
}

.banner .block {
    margin-bottom: 15px;
    border: none
}

.banner img {
    width: 100%
}

.banner-custom img {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%
}

.banner_left {
    margin-bottom: 10px;
    display: block;
    text-align: center;
}

.intro {
    margin-bottom: 15px;
    clear: both;
    overflow: hidden
}

.intro img {
    float: left;
    margin: 0px 20px 10px 0px;
}

.intro p {
    text-align: justify;
    color: #505050;
    font-size: 13px
}

.breadcrumb {
    margin: 0px;
    padding: 8px 0px;
    list-style: none;
    background: none;
}

.breadcrumbs {
    color: #676767;
    font-weight: 400;
    margin: 0px 0px 10px 0;
    padding: 15px
}

.breadcrumbs a {
    color: #676767;
    font-size: 13px;
    text-decoration: none;
    font-weight: 700;
}

.breadcrumbs a:hover {
    color: #fc7700
}

.breadcrumb>li>span {
    display: inline;
    color: #777777;
    padding: 0 2px;
    font-weight: 600;
}

.breadcrumb>li+li:before {
    content: "\f054";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    color: #a7a7a7;
}

.detail {
    background: #fff;
    margin-bottom: 20px;
}

.detail .product-top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
    clear: both;
}

.detail .sku-social {
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: flex-start;
}

div#at4-follow,
div#at4-share,
div#at4-thankyou,
div#at4-whatsnext {
    padding: 0;
    margin: 0;
    display: none !important;
}

.detail .sku-social .sku-product {
    display: inline-block;
    float: left;
    margin-right: 10px;
    border-right: 1px solid #EE211E;
    padding-right: 10px;
}

.detail .tuychon,
.detail .des,
.detail .price-num,
.detail .quatang {
    float: left;
    width: 100%;
}

.detail .tuychon {
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
    margin: 10px 0px;
    padding: 10px 0px;
}

.detail .des {
    margin-bottom: 20px;
}

.detail .title-n {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: 500;
}

.detail .tuychon a {
    width: calc(33.33333% - 6px);
    float: left;
    margin: 0px 3px;
    margin-bottom: 6px;
    background: #fbfbfb;
    border: 1px solid #d1d1d1;
    border-radius: 5px;
    padding: 10px;
    position: relative;
}

.detail .tuychon a:hover {
    border: 1px solid #278c56;
}

.detail .tuychon a:hover .pdcg-name:before {
    color: #1fbf64;
    font-family: 'FontAwesome';
    content: '\f058';
    font-weight: 900;
    margin-right: 5px;
}

.detail .tuychon .active {
    border: 1px solid #278c56;
}

.detail .tuychon .active .pdcg-name:before {
    color: #1fbf64;
    font-family: 'FontAwesome';
    content: '\f058';
    font-weight: 900;
    margin-right: 5px;
}

.detail .tuychon a .pdcg-name:before {
    color: #c5c5c5;
    font-family: 'FontAwesome';
    content: '\f111';
    font-weight: 300;
    margin-right: 5px;
}

.detail .tuychon a .pdcg-name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #222222;
    line-height: 1;
    margin-bottom: 5px;
}

.detail .tuychon a .pdcg-price {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #EE211E;
}

.detail .helps {
    border: 1px solid #EE211E;
}

.detail .quatang {
    border: 1px dashed #EE211E;
    background: #ffffff;
    margin-bottom: 20px;
    position: relative;
}

.detail .quatang .title-n {
    float: left;
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    background: #EE211E;
    line-height: 24px;
    padding: 4px 12px;
}

.detail .quatang .title-n i {
    margin-right: 6px;
    font-size: 17px;
}

.detail .quatang .quatang-text {
    padding: 20px;
    clear: both;
    border-top: 1px dashed #EE211E;
}

.detail .quatang .quatang-text p {
    margin: 10px 0px;
}

.detail .quatang .quatang-text ul li {

    padding-bottom: 5px;

    padding-left: 15px;

    position: relative;

    font-size: 13px;

    color: #000
}

.detail .quatang .quatang-text ul li:before {

    content: "";

    display: inline-block;

    position: absolute;

    top: 9px;

    left: 0;

    width: 6px;

    height: 6px;

    background: #EE211E;

    -webkit-border-radius: 100%;

    -moz-border-radius: 100%;

    border-radius: 100%
}

.detail .quantity-input .form-group .custom-btn-number {

    float: left;

    position: relative;

    padding: 0;

    border: 1px solid #ebebeb;

    box-shadow: none;

    background-color: transparent;

    border-radius: 0;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;

    width: auto;
    height: auto;
    border-right: none
}

.detail .quantity-input .form-group .custom-btn-number input {

    margin: 0px;

    display: block;

    float: left;

    height: 49px;

    border: none;

    border-right: none;

    border-left: none;

    width: 55px;

    text-align: center;

    box-shadow: none;

    border-radius: 0px;

    font-size: 15px;

    outline: none
}



.detail .quantity-input .form-group .custom-btn-number button {

    font-size: 20px;

    line-height: 0px;

    border: none;

    display: inline-block;

    width: 40px;

    height: 49px;

    background: #fff;

    float: left;

    color: #333;

    text-align: center;

    padding: 0px;

    border-radius: 5px
}

.detail .quantity-input .form-group .btn-mua {

    float: left;

    width: calc(100% - 141px)
}

.detail .quantity-input .form-group .btn-mua button {
    background: #EE211E;
    outline: none;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 52px;
    border: none;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
}

.detail .quantity-input .form-group .btn-mua button:hover {
    opacity: 0.9
}

.detail .quantity-input .form-group .btn-mua button i {
    margin-right: 10px;
}

.ant_onlineSupport {

    width: 100%;

    padding: 10px;

    border: 1px solid #ededed;

    border-radius: 2px
}



.ant_onlineSupport .supportTitle {

    width: 100%;

    text-align: center;

    font-size: 16px;

    line-height: 23px;

    margin: 0
}



@media (max-width: 1024px) {

    .ant_onlineSupport .supportTitle {

        font-size: 14px
    }

}



.ant_onlineSupport .supportTitle3 {

    width: 100%;

    text-align: center;

    font-size: 14px;

    line-height: 23px;

    margin: 0;

    font-weight: normal
}



.ant_onlineSupport .supportImage {

    display: block;

    margin: 10px auto
}



.ant_onlineSupport .phoneNumber {

    width: 100%;

    margin-top: 10px;

    display: block;

    text-align: center;

    line-height: 1.1
}



.ant_onlineSupport .phoneNumber a {

    font-size: 36px;

    font-weight: 600;

    color: #EE211E;

    text-decoration: none
}



@media (max-width: 1024px) {

    .ant_onlineSupport .phoneNumber a {

        font-size: 30px
    }

}



.ant_onlineSupport .phoneNumber a:hover,

.ant_onlineSupport .phoneNumber a:focus {

    color: #EE211E
}



.ant_onlineSupport .or {

    width: 100%;

    margin: 10px 0;

    color: #7a7d8d;

    text-align: center;

    line-height: 1.1
}



.ant_onlineSupport .or span {

    display: inline-block;

    background: #fff;

    padding: 0 10px;

    transform: translateY(50%);

    font-size: 13px
}



.ant_onlineSupport .or:after {

    display: block;

    content: "";

    width: 100%;

    height: 1px;

    background: #ededed
}



.ant_onlineSupport .chatNow {

    display: block;

    width: 100%;

    margin-top: 10px;

    padding: 10px;

    text-align: center;

    font-size: 16px;

    color: #EE211E;

    border: 1px solid #EE211E;

    border-radius: 2px;

    cursor: pointer;

    line-height: 1.1;

    min-height: 1
}



.ant_onlineSupport .chatNow:hover,

.ant_onlineSupport .chatNow:focus {

    color: #ffffff;
    background: #EE211E;
    border-color: #EE211E
}

.detail .helps .heading {
    background: #EE211E;
    color: #ffffff;
}

.detail .titles-detail {
    font-size: 30px;
    padding: 10px 0px;
    text-transform: uppercase;
    font-weight: 500;
}

.detail p {
    border: none !important
}

.detail .price-num {
    overflow: hidden;
    margin-bottom: 10px;
}

.detail .price-num .price-old {
    color: #696969;
}

.detail .price-num .price-old .old-price {
    margin-right: 30px;
}


.detail .price-num .price-old .save-price {
    color: #EE211E;
}

.detail .price-num .price-old .old-price .product-price-old,
.detail .price-num .price-old .save-price .product-price-save {
    font-weight: 700;
    margin-left: 5px;
}

.detail .price .price-new,
.detail .price .text_call {
    display: inline-block;
    font-size: 32px;
    color: #EE211E;
    vertical-align: middle;
    margin-right: 0px;
    font-weight: 500;
    margin-bottom: 15px
}

.inventory_quantity {
    clear: both;
    margin-bottom: 10px;
    color: #696969;
}

.inventory_quantity span {
    font-weight: 500;
    color: #30a43b;
}

.bt-blue {
    background: #4267b2;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 40px;
    display: inline-block;
    margin-top: 15px;
}

.pl {
    color: #ff0000 !important;
    font-size: 25px !important;
    transform: skew(-8deg, 0deg) scale(1, 1.3);
}

.detail ul.thumbs {
    text-align: center
}

.detail ul.thumbs li {
    display: inline;
    margin: 0px 4px
}

.detail ul.thumbs li img {
    border: 2px solid #e4e4e4;
    max-width: 70px;
    max-height: 90px;
    padding: 0
}

.detail ul.function {
    text-align: left;
    border-top: none;
    padding: 0px
}

.detail ul.function li {
    float: left;
    margin-right: 10px
}

.detail ul.function input[type=submit] {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: auto;
    height: inherit;
    padding: 15px
}

.detail ul.function .btnitem {
    background: #000000;
    color: #fff;
    border: none;
    padding: 15px;
    border-radius: 0px !important;
    width: inherit;
    height: inherit;
    margin: 0px
}

.detail ul.function .btnitem:hover,
.detail .btnitem:hover {
    color: #fff;
    background: #009864;
    border: none
}

.detail .img-blog {
    text-align: left
}

.detail .img-blog .img-detail {
    margin-bottom: 15px;
    display: inline-block;
}

.share,
.detail .share {
    padding: 10px 0
}

.detail .img-blog #main_img {
    margin: 0 auto 10px auto;
    text-align: center;
    display: block
}

.detail .img-big {
    margin-bottom: 10px
}

.detail p.des {
    border: 1px dotted #ccc;
    border-left: none;
    border-right: none;
    margin-bottom: 10px;
    padding: 10px 0
}

.utilities {
    background: #fff;
    padding: 5px 10px
}

.utilities .filter {
    color: #6f6f6f;
    font-size: 12px
}

.utilities .filter select.filter-query,
select.number {
    border: 1px solid #e4e4e4;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 13px;
    margin-left: 10px;
    outline: none;
    padding: 7px 5px
}

select.number {
    font-weight: 400;
    text-align: center;
    width: 75px
}

.utilities .view {
    color: #777;
    font-size: 13px;
    padding: 10px 15px 0px 12px
}

.utilities .view span {
    line-height: 20px;
    float: left;
    padding-right: 5px;
    white-space: nowrap
}

.utilities .view i {
    font-size: 18px;
    color: #939393;
    margin-left: 2px;
    padding: 1px
}

.utilities .view .active {
    color: #fc7700
}

.order-product .btn {
    background: transparent;
    width: 100%;
    font-size: 13px;
    line-height: 38px;
    text-align: left;
    padding: 0;
    border: none;
    color: #dc3f55;
    box-shadow: none
}

.order-product .btn span {
    color: #777;
}

.order-product .btn a:hover {
    color: #777;
    box-shadow: none
}

.order-product .dropdown-menu {
    z-index: 9999;
    margin-top: 5px;
    padding: 2px 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
    width: 100%;
    box-shadow: none;
    left: -77px
}

.order-product .dropdown-menu a {
    line-height: 25px;
    font-size: 12px;
    color: #777
}

.order-product .dropdown-menu li {
    border-right: none;
    border-top: 1px solid #f0f0f0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.order-product .dropdown-menu li:first-child {
    border-top: none;
}

.order-product .dropdown-menu li:hover {
    padding-left: 6px;
    background: none
}

.arlert {
    background: #f2dede;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
    margin-bottom: 15px;
    padding: 15px
}

.arlert a {
    text-decoration: none;
    color: #333;
    font-weight: 700
}

.arlert a:hover {
    text-decoration: underline
}

.block {
    border: 1px solid #ddd;
    margin: 0 0 15px
}

.block .heading {
    font-weight: 700;
    font-size: 12px;
    padding: 12px;
    background: #f4f4f4 !important;
    color: #000 !important
}

.block .main-inner {
    border-top: none;
    background: #fff;
    overflow: hidden;
    padding: 10px
}

.block .main-inner p.title {
    font-weight: bold
}

.block .main-inner select.list_region_new_customer,
.block .main-inner textarea,
#news_pop_create_checkout_express .block .main-inner select.list_country,
#news_pop_create_checkout_express .block .main-inner select.list_region,
#pop_create_new_shipping_address .block .main-inner select.list_country,
#pop_create_new_shipping_address .block .main-inner select.list_region,
#news_pop_create_new_customer .block .main-inner select.list_country,
#news_pop_create_new_customer .block .main-inner select.list_region,
#news_pop_create_checkout_express .block .main-inner input[type=text],
#pop_create_new_shipping_address .block .main-inner input[type=text],
#news_pop_create_new_customer .block .main-inner input[type=text] {
    width: 60%
}

.block .main-inner select.list_country,
.block .main-inner select.list_region {
    width: 40%
}

.block .main-inner textarea {
    resize: vertical
}

.block .main-inner ul {
    padding: 25px
}

.block .main-inner ul li {
    width: 25%;
    float: left;
    text-align: center;
    display: block
}

.block .main-inner ul li img {
    border: 1px solid #e1e1e1;
    background: #f9f9f9;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 5px
}

.block .main-inner ul li p {
    font-weight: 700;
    font-size: 12px
}

.block .main-inner ul li img.active {
    border: 1px solid #fb544e
}

.block .main-inner .info {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin: 10px 0 10px 20px
}

.block .main-inner .info p {
    font-size: 13px;
    margin: 0;
    padding: 0
}

.block .main-inner label {
    font-size: 13px;
    width: 22%;
    margin-left: 20px;
    font-weight: normal
}

.block .main-inner label.error {
    background: #ffc1c1;
    padding: 5px 10px;
    text-align: justify;
    color: #ea3d3d;
    font-weight: normal !important;
    font-size: 13px;
    display: inline;
    width: inherit;
    margin: 0px
}

.pick {
    font-size: 14px;
    font-weight: 700
}

.pick span {
    margin-top: -18px;
    margin-left: 20px;
    display: block
}

.input {
    width: 40%
}

textarea.textarea {
    width: 100%;
    height: 100px;
    resize: vertical
}

.login,
.input-contact {
    width: 100%
}

#product-tab .box-content-des iframe {
    width: 100% !important;
    max-height: 450px !important;
}

#product-tab .box-content-des {
    padding: 15px;
    background: #ffffff;
    display: flow-root;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

#product-tab .box-thongso {
    padding: 15px;
    background: #ffffff;
    display: flow-root;
    margin-bottom: 20px;
    border: 1px solid #f0f0f0;
}

#product-tab .box-thongso button.btn-primary {
    cursor: pointer;
    display: block;
    height: 36px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #EE211E;
    border-radius: 2px;
    background: #fff;
    border: solid 1px #EE211E;
    width: 100%;
    margin-top: 15px;
    text-transform: uppercase;
}

#product-tab .box-thongso button.btn-primary:hover {
    color: #fff;
    background: #EE211E;
    border: solid 1px #EE211E;
}

.box-content-des .content-des {
    width: 100%;
    float: left;
    height: 500px;
    overflow: hidden;
    position: relative;
}

.box-content-des .content-des ul {
    padding: revert;
    list-style: disc;
}

.box-content-des .content-des table img {
    width: 100%;
}

.box-content-des .content-des:after {
    content: '';
    width: 100%;
    float: left;
    height: 250px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: linear-gradient(0deg, #fff, rgba(0, 0, 0, 0));
}

.box-content-des .content-des.showall:after {
    display: none;
}

.box-content-des .content-des.showall {
    max-height: initial;
    height: auto !important;
}

.box-content-des .content-des .show-bpd-vm {
    width: 100%;
    float: left;
    text-align: center;
    display: none;
    position: absolute;
    z-index: 11;
    bottom: 0px;
    left: 0px;
}

.box-content-des .content-des .show-bpd-vm.active {
    position: relative;
    margin-top: 10px;
}

.box-content-des .content-des .show-bpd-vm a {
    display: inline-block;
    padding: 5px 15px;
    background: #EE211E;
    border-radius: 20px;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
}

.box-content-des .content-des .show-bpd-vm a:hover {
    background: #f89520;
}

#product-tab .box-thongso .content-thongso ul {
    margin-bottom: 10px;
}

#product-tab .box-thongso .content-thongso ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 5px 0;
}

#product-tab .box-thongso .content-thongso table {
    border: none;
    width: 100% !important;
}

#product-tab .box-thongso .content-thongso table thead {
    background: #33b3fd;
    color: #ffffff;
}

.box-thongso .content-thongso table thead th span {
    color: #ffffff !important;
    font-size: 14px !important;
}

#product-tab .box-thongso .content-thongso table td,
#product-tab .box-thongso .content-thongso table th {
    padding: 5px;
    font-weight: 400;
}

#product-tab .box-thongso .content-thongso table tbody tr:nth-child(even) {
    background: #e8f7ff;
}

#product-tab .title {
    width: 100%;
    float: left;
    padding: 0px 0px 10px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 27px;
    border-bottom: solid 1px #EE211E;
    margin-bottom: 15px;
    margin-top: 0px;
}

#product-tab .tabs {
    list-style: none;
    clear: both;
    padding: 0;
    border-bottom: 2px solid #EE211E;
    display: flow-root;
}

ul.tabs li {
    display: inline
}

ul.tabs li a {
    position: relative;
    display: block;
    float: left;
    font-weight: 700;
    line-height: 33px;
    text-decoration: none;
    color: grey;
    font-size: 16px;
    cursor: pointer;
    border-bottom: none;
    background: #f3f3f3;
    padding: 6px 22px
}

ul.tabs li.selected a {
    background: #EE211E;
    color: #fff;
    cursor: pointer;
}

ul.tab {
    clear: both;
    overflow: hidden;
}

ul.tab li a {
    float: left;
    width: 100%;
    color: #0d2474;
    border-bottom: 1px solid #d9f3f5;
    padding: 10px 5px 0
}

ul.tab li a:hover {
    background: #f0f0f0
}

ul.tab p {
    text-align: justify;
    font-size: 13px;
    line-height: 25px;
    margin: 0
}

#product-tab .box-content-des .content-des img {
    max-width: 800px !important;
    height: auto !important;
    display: block;
    margin: 10px auto;
    padding: 5px
}


.mg {
    margin-bottom: 10px
}

.product a {
    text-decoration: none
}

.product {
    display: inline-block;
    height: 100%;
    position: relative;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0
}

.product:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    z-index: 1
}

.product .image {
    text-align: center;
    display: block;
    position: relative;
}

.product .image .img-overflow,
.catalist .image .img-overflow {
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}

.ImageOverlay {
    background: none repeat scroll 0 0 rgba(6, 108, 73, 0.2);
    bottom: 0;
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease 0;
    -moz-transition: all .3s ease 0;
    -ms-transition: all .3s ease 0;
    -o-transition: all .3s ease 0;
    transition: all .3s ease 0;
    width: 100%;
    z-index: 9
}

.product .image:hover .ImageOverlay {
    opacity: 1;
}

.product .image .img-overflow:hover {}

.product .image .CStyle {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    visibility: hidden;
    width: 100%;
    -webkit-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
    -moz-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
    -ms-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
    -o-transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
    transition: all 400ms cubic-bezier(1.000, -0.600, 0.570, -0.150);
    margin: 0;
    z-index: 99
}

.product .image:hover .CStyle {
    opacity: 1;
    top: 40%;
    visibility: visible
}

.product .des-product {
    padding: 10px 0px 0px;
    text-align: center;
}

.product .des-product h3 {
    border-bottom: medium none !important;
    color: #2a2a2a;
    font-size: 14px;
    font-weight: 500;
    height: 43px;
    line-height: 19px;
    margin-bottom: 5px !important;
    overflow: hidden;
}

.product .des-product h3:hover {
    color: #EE211E;
}

.product-label-special-right {
    background-image: linear-gradient(-90deg, #ec1f1f 0%, #ff9c00 100%);
    border-radius: 10px;
    padding: 1px 7px;
    padding-left: 0;
    padding-right: 10px;
    height: 20px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    left: 10px;
    z-index: 1;
    bottom: 10px;
    font-size: 11px;
}

.product-label-special-right:before {
    content: ' ';
    display: inline-block;
    background: url(/images/flash.png);
    background-size: 50% 50%;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f13500;
    border-radius: 50%;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin-right: 5px
}

.product-label-special-right small {
    color: #fff !important;
}

.product .price {
    color: #EE211E;
    display: flex;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.product-big .image {
    width: 60%;
    float: left;
}

.product-big .des-product {
    width: 40%;
    padding: 0 0 0 15px;
    float: left;
}

.product-big .des-product h3 {
    text-align: left;
    font-size: 16px;
}

.product-big .des-product .price {
    align-items: center;
    justify-content: flex-start;
    margin-left: -5px;
}

.product-big .des-product .des-text {
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

@media all and (-ms-high-contrast:none) {
    .product .price {
        display: inline-flex
    }

    *::-ms-backdrop,
    .product .price {
        display: inline-flex
    }
}

@-moz-document url-prefix() {
    .product .price {
        s
    }
}

.product .price .price-new,
.product .price .price-old {
    padding: 0px 5px;
}

.product .price .price-new,
.product .price .text_call {
    display: block;
    color: #EE211E;
    font-weight: bold;
}

.product .price .price-old {
    text-decoration: line-through;
    font-size: 14px;
    color: #a2a2a2;
}

.catalist {
    margin-bottom: 30px
}

.catalist .product {
    border: none
}

.catalist p {
    margin-bottom: 10px;
    padding: 10px 0;
    clear: both;
    border: 1px dashed #dbdbdb;
    border-left: none;
    border-right: none
}

.catalist h3 {
    font-size: 25px;
    text-decoration: none;
    color: #000000;
    border: none !important;
    margin: 0px 0px 5px 0px !important;
}

.catalist .product-label-special-right {
    background: #00a0fc;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 15px;
    display: block;
    padding: 10px;
    position: absolute;
    z-index: 9;
    top: 12px;
    right: 18px;
    border-radius: 0px
}

.catalist .price {
    margin: 10px 0px
}

.detail .price {}

.detail .price .pricett {
    color: #111111;
    margin-right: 20px;
}

.catalist .price .price-old,
.detail .price .price-old {
    font-size: 15px;
    text-decoration: line-through;
    color: #808080;
    font-weight: 500;
    padding-right: 15px;
}

.catalist .price .price-new,
.catalist .price .text_call {
    font-size: 17px;
    padding-right: 10px;
    color: #EE211E;
    margin-right: 10px;
    font-weight: bold
}

.catalist ul.function {
    border: none;
    text-align: right;
    clear: both
}

.catalist ul.function .btnitem,
.catalist .btnitem {
    margin-top: 0px
}

.btn {
    outline: none !important
}

ul.function {
    width: 100%;
    overflow: hidden;
    text-align: center
}

ul.function li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 5px;
    float: none;
    width: auto !important
}

ul.function li .out_of_stock {
    background: #000000;
    color: #fff !important;
    padding: 15px
}

ul.function .btnitem i {
    margin-right: 3px;
}

ul.function .btnitem {
    background: none;
    color: #2a2a2a;
    margin-top: 15px;
    font-weight: 500;
    border-bottom: 2px solid #EE211E;
}

ul.function .btnitem:hover {
    background: #EE211E;
    color: #fff;
    outline: none
}

ul.function li:last-child {
    margin-right: 0
}

.news {
    overflow: hidden;
    background: #fff;
    margin-bottom: 25px
}

.news ul {
    padding: 10px;
}

.news ul li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px dashed #efefef;
    padding-bottom: 10px
}

.news ul li:last-child {
    border-bottom: none
}

.news ul li img {
    float: left;
    width: 110px;
    margin-right: 10px;
    border: 3px solid #eaeaea
}

.news ul li h4 {
    text-align: justify;
    font-weight: 400
}

.news ul li i {
    padding-right: 2px;
    font-size: 12px
}

.news ul li a.first h4 {
    color: #eb6714
}

.news ul li a h4 {
    color: #676767;
    font-size: 16px;
    overflow: hidden
}

.news ul li a h4:hover {
    color: #ED2027
}

.news ul li .date {
    color: #a1a1a1;
    font-size: 12px
}

.news .all {
    background: #000000;
    color: #fff;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
    display: table;
    float: none
}

.news .all:hover {
    background: #EE211E;
    color: #fff
}

.helps .item img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}

.helps .item .name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.helps .item .phone {
    font-size: 15px;
    color: #EE211E;
}

#customer {
    position: relative;
}

#customer .itemcus h2,
#customer .itemcus h2 span,
#customer .customNavigation {
    display: none
}

#customer .owl-pagination,
#featured .owl-pagination,
#products-featured .owl-pagination {
    visibility: hidden
}

.cus {
    background: #eee;
    padding-bottom: 15px;
}

.cus .owl-wrapper-outer .item {
    text-align: center;
    margin: 0 10px
}

.cus .owl-wrapper-outer .item a {
    display: block
}

.cus .owl-wrapper-outer .item a img {
    width: 168px;
    height: 75px
}

.cus .owl-wrapper-outer .item a img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%);
    opacity: .5
}

.cus .owl-wrapper-outer .item a img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
    opacity: 1
}

.page-list_news .tt-page-new {
    background: #EE211E;
    color: #ffffff;
    padding: 8px 15px;
    margin-bottom: 20px;
}

.page-list_news .tt-page-new h1 {
    font-size: 16px;
    font-weight: 600;
}

.hot-news-big {
    margin-bottom: 20px;
}

.hot-news-big .hot-news-big-img {
    position: relative;
}

.hot-news-big .hot-news-big-img img {
    width: 100%;
    height: auto;
}

.hot-news-big .hot-news-big-img .hot-news-big-text {
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 20px;
    color: #ffffff;
    left: 0;
    content: '';
    background: rgba(0, 0, 0, 0.1);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.01) 0, rgba(0, 0, 0, 0.9) 100%);
    opacity: .95;
    text-align: left;
    box-sizing: border-box;
    -webkit-transition: all .25s ease-in-out;
    -moz-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    z-index: 1;
}

.hot-news-big .hot-news-big-img .hot-news-big-text h3 {
    margin-bottom: 10px;
}

.hot-news-big .hot-news-big-img .hot-news-big-text h3 a {
    margin: 0;
    font-size: 22px;
    color: #fff;
}


.hot-news-list {
    margin-bottom: 20px;
}

.hot-news-list .hot-news-list-item {
    padding: 0px 10px;
}

.hot-news-list .hot-news-list-item .hot-news-list-img {
    height: 160px;
    position: relative;
}

.hot-news-list .hot-news-list-item .hot-news-list-img img {
    width: auto;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hot-news-list .hot-news-list-item .hot-news-list-desc a {
    font-weight: 700;
    color: #333333;
    position: relative;
    font-size: 14px;
    margin: 0;
}

.owl-theme .owl-controls .owl-buttons div {
    position: absolute;
    top: 40%;
    font-size: 15px;
    color: #000000;
    border-radius: 3px;
    margin: 0px;
    padding: 15px 10px;
    background: #ffffff;
    opacity: 0.9;
    box-shadow: 0 7px 10px 0 rgb(72 139 216 / 20%);
}

.owl-theme .owl-controls .owl-buttons div:before {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: 0px;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev:before {
    content: "\f053";

}

.owl-theme .owl-controls .owl-buttons div.owl-next {
    right: 0px;
}



.owl-theme .owl-controls .owl-buttons div.owl-next:before {
    content: "\f054";
}

.itemblog {
    margin-bottom: 20px
}

.itemblog .img-blog img {
    width: 100%;
    margin-bottom: 10px
}

.itemblog .date,
.postitem .date {
    color: #898989;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    margin: 5px 0px;
    padding: 0px 0px;
}

.itemblog a.read-more {
    color: #d50133;
    display: inline-block;
    margin-top: 5px;
    font-size: 13px;
    font-style: italic
}

.itemblog .img-blog {
    text-align: center
}

.itemblog h2 {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    color: #000000;
}

.itemblog a,
.catalist a {
    text-decoration: none
}

.all {
    color: #000000;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-decoration: none;
    text-transform: none !important
}

.all i {
    padding-right: 10px
}

.all:hover {
    color: #EE211E
}

.green {
    background: #5ebc5e;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 11px
}

.red {
    border: 1px solid #d90b00;
    color: #d90b00 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 7px 11px
}

.red:hover {
    background: #d90b00;
    color: #fff !important
}

table.list-price {
    width: 100%;
    background: #fff;
    margin-bottom: 15px
}

table.list-price .total {
    background: #e8e8e8
}

table.list-price thead {
    background: #36414b
}

table.list-price thead tr {
    border-bottom: none
}

table.list-price thead tr th {
    color: #fff;
    font-weight: normal;
    vertical-align: middle
}

table.list-price.backorder thead tr th:hover {
    background: #2a71ab
}

table.list-price.backorder thead tr th i {
    float: right;
    line-height: 18px
}

table.list-price th,
table.list-price td {
    padding: 10px 20px;
    border-top: none !important
}

table.list-price tr {
    border-bottom: 1px dashed #ccc
}

table.list-price tr td.note {
    background: #ffe4cc;
    color: #ff7800;
    text-align: center
}

table.list-price tr td a {
    font-weight: bold
}

table.list-price tr.last table.list-price tr td.last {
    border-bottom: none
}

table.list-price .product_attr.cart_attr {
    background: #e2e2e2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px
}

table.list-price .product_attr.cart_attr p {
    margin-left: 10px
}

table.list-price .product_attr.cart_attr .name_group {
    font-weight: bold;
    margin: 0px
}

.fb_iframe_widget {
    background: #fff !important
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {}

.addthis_button_facebook_like {
    width: 110px
}

.at-share-tbx-element a.at300b,
.at-share-tbx-element a.at300b {
    width: 100px !important
}

#shipping_loading {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=50);
}

.sk-spinner-wave.sk-spinner {
    height: 30px;
    text-align: center;
    font-size: 20px;
    display: block;
    width: 200px;
    margin: 150px auto;
    position: relative
}

.sk-spinner.sk-spinner-wave p {
    color: #fff;
    font-weight: normal;
    font-size: 15px
}

.sk-spinner-wave div {
    background-color: #fff;
    height: 200%;
    width: 6px;
    margin-right: 4px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
}

.sk-spinner-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-spinner-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-spinner-wave .sk-rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-spinner-wave .sk-rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    40%,
    100% {
        -webkit-transform: scaleY(0.4);
        transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

.wishlist {
    padding: 10px 20px 15px 20px;
    background: #fff;
    margin-bottom: 25px;
}

.wishlist li:nth-child(1n) {
    background: #f9f9f9
}

.wishlist li:nth-child(2n) {
    background: #fff
}

.wishlist li div span {
    color: #000;
    display: none
}

.wishlist li div:last-child {
    border: 0
}

.wishlist li div.name {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    color: #333
}

.wishlist li div.name img {
    width: 92px;
    height: 88px;
    float: left;
    border: 1px solid #e7e7e7;
    margin: 0 15px 5px 0;
    padding: 3px
}

.wishlist li div.name div span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: left
}

.wishlist li div.unit-price {
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    text-align: right;
    clear: both;
    border-bottom: 1px dashed #e1e1e1
}

.wishlist li div.price {
    padding: 10px;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    vertical-align: middle;
    text-align: right;
    border: 0;
    color: #FF5252;
    border-bottom: 1px dashed #e1e1e1
}

.wishlist li div.action {
    width: 12%;
    text-align: center;
    font-weight: 700;
    font-size: 12px;
    color: #333
}

.wishlist li div.del a.delete {
    display: block;
    width: 9px;
    margin: 0 auto
}

.wishlist li.total div.unit-price {
    color: #333;
    font-weight: 700
}

.wishlist li.total div.price {
    color: red;
    font-weight: 700
}

.wishlist.guidi li div.num-order {
    width: 10%
}

.wishlist.guidi li div.name {
    width: 44%
}

.wishlist li div.cs a,
.wishlist li div.del a {
    color: #fff
}

.wishlist li.total div.unit-price {
    color: #333;
    font-weight: 700
}

.wishlist li.total div.price {
    color: #000;
    font-weight: 700
}

.wishlist li {
    display: block;
    position: relative;
    margin-top: 5px;
    padding: 0;
    clear: both;
    overflow: hidden
}

.wishlist li div {
    display: block;
    border: 0;
    border-top: none
}

.wishlist li div.name {
    width: 100%;
    float: left;
    color: #333;
    background: #fff;
    font-size: 13px;
    padding: 5px
}

.wishlist li div.name div {
    display: table;
    height: 50px;
    overflow: auto;
    width: 72%
}

.wishlist li div.name div span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    text-align: left
}

.wishlist li div.name:after {
    content: "";
    display: table;
    clear: both
}

.wishlist li div.amount {
    width: 100%;
    text-align: right;
    clear: both
}

.wishlist li div.amount input {
    margin: 0px
}

.wishlist li div.amount span {
    display: inline-block;
    font-weight: 700;
    width: 35%;
    float: left;
    text-align: left;
    margin-top: 2px;
    color: #333
}

.wishlist li div.cs,
.wishlist li div.del {
    width: initial;
    float: right;
    display: inline-table;
    padding: 10px
}

.wishlist li.total {
    background: #FFEED8;
    border: 0
}

.wishlist li.total div {
    border: 0
}

.wishlist li.total div.price span {
    display: inline-block;
    font-weight: 700;
    width: 35%;
    float: left;
    color: #000;
    text-align: left;
    text-transform: uppercase
}

.wishlist .cart_update {
    width: 100%;
    display: block;
    float: none
}

.wishlist li div.num-order,
.wishlist li.thead,
.wishlist li.total div.name,
.wishlist li.total div.amount,
.wishlist li.total div.unit-price,
.wishlist li.total div.del {
    display: none
}

.wishlist li div.unit-price span,
.wishlist li div.price span {
    display: inline-block;
    font-weight: 700;
    width: 35%;
    float: left;
    color: #333;
    text-align: left
}

.wishlist ul.function .btnitem {
    background: #ebebea;
    color: #949494;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0px;
    border-radius: 0px
}

.wishlist ul.function .btnitem:hover {
    background: #eb474a;
    border: none;
    color: #fff;
    padding: 0px
}

.product_attr {
    margin-bottom: 15px
}

.product_attr .name_title_attr {
    font-weight: bold
}

.product_attr ul.list_attr li {
    padding: 2px 0px
}

.product_attr ul.list_attr li span.name_attr i {
    padding-right: 5px;
    display: none
}

.product_attr ul.list_attr {
    color: #454545
}

#cart-popup {
    background: white;
    text-align: left;
    width: 80%;
    max-width: 550px;
    max-height: 350px;
    margin: 0 auto;
    position: relative;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#cart-popup .popup-header {
    background: #000000;
    padding: 15px
}

#cart-popup .popup-header h4 {
    color: #fff
}

#cart-popup #product_attr {
    padding: 15px 0px;
    margin: 0px
}

#cart-popup #product_attr .name_title_attr {
    font-weight: bold;
    padding-top: 15px;
}

#cart-popup .add_to_cart_footer {
    clear: both;
    border-top: 1px solid #ebebeb;
    padding: 15px 0px
}

.branch_info {
    font-weight: bold;
    padding-top: 15px
}

ul.branch_list {
    padding: 10px;
    margin: 10px 0px;
    border: 1px solid #ebebeb;
}

ul.branch_list li {
    padding: 2px 0px
}

.order_reviews {
    clear: both;
    margin-bottom: 15px
}

.order_reviews ul {
    clear: both
}

.order_reviews ul li {
    line-height: 35px;
    border-bottom: 1px dashed #e9e9e9;
    padding: 5px 0px
}

.order_reviews ul li label {
    width: 20%
}

.form_payment label {
    font-size: 13px;
    width: 25%;
    margin-left: 20px
}

.form_payment input {
    width: 40%
}

#compare .compareitem {
    background: #fff;
    clear: both;
    overflow: hidden;
    border-collapse: collapse;
    margin: 0 auto
}

#compare .compareitem .title {
    background: #fff;
    color: #000;
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    border-left: none;
    margin: 15px;
    padding: 10px;
    vertical-align: middle
}

#compare .compareitem td.title {
    min-width: 105px
}

#compare .compareitem tr th {
    border: 1px dotted #ccc;
    border-right: none;
    vertical-align: top;
    padding: 6px
}

#compare .compareitem tr td {
    border: 1px dotted #ccc;
    border-right: none;
    width: 16%;
    vertical-align: top;
    padding: 6px
}

#compare .compareitem tr th.delete {
    color: #555;
    text-align: center;
    font-weight: 400;
    padding: 12px 10px
}

#compare .compareitem tr th.delete a {
    color: #333
}

#compare .compareitem tr th.delete a:hover {
    color: #EE211E
}

#compare .compareitem h3 {
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000
}

#compare .compareitem a {
    text-decoration: none
}

#compare .compareitem .price {
    color: #EE211E;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    margin: 5px 15px;
    padding: 10px
}

#compare ul.function {
    border: none
}

#compare ul.function li {
    display: inline-block;
    margin-right: 10px
}

#compare ul.function .btnitem {
    background: #ebebea;
    color: #949494;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0px;
    border-radius: 0px;
    margin: 0px
}

#compare ul.function .btnitem:hover {
    background: #000000;
    border: none;
    color: #fff;
    padding: 0px
}

#compare .compareitem p {
    font-size: 13px;
    text-align: justify;
    padding: 0 5px
}

#compare .compareitem img {
    border: 1px solid #ededed;
    max-width: 150px;
    display: block;
    margin: 0 auto 10px;
    padding: 5px
}

.contact-map {
    margin-bottom: 20px
}

.contact-form,
.contact-info {
    padding: 10px 20px 15px 20px;
    background: #fff;
    margin-bottom: 25px;
}

.contact-info ul li:first-child {
    border-bottom: none;
    padding: 2px 0px
}

.contact-info ul li {
    padding: 5px 0px;
    color: #878787
}

.contact-info ul li i {
    padding-right: 10px
}

.contact-form label.error {
    background: #ffc1c1;
    padding: 5px 10px;
    text-align: justify;
    color: #ea3d3d;
    font-weight: normal !important;
    width: 100%;
    font-size: 13px
}

#post {
    overflow: hidden;
    margin: 10px 0px 0px 0px;
    background: #fff;
    margin-bottom: 20px
}

#post .postitem h1 {
    font-size: 25px;
    text-align: left;
    color: #000000;
    margin-bottom: 0px
}

#post .postitem p {
    margin: 10px 0 !important
}

#post .postitem img {
    display: block;
    border: 1px solid #ededed;
    max-width: 80% !important;
    height: auto !important;
    margin: 0 auto;
    padding: 5px;
}

ul.payment {
    text-align: center;
    margin-top: 5px;
    float: right
}

ul.payment li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-right: 8px;
    float: left
}

ul.payment li:last-child {
    margin-right: 0px
}

.news-footer {
    font-size: 13px;
}

.news-footer li {
    padding: 3px 0px
}

.news-footer li:first-child {
    border-top: none;
    padding-top: 0px
}

.news-footer li:last-child {
    border-bottom: none
}

.news-footer li a {
    text-align: justify;
    color: #222222;
    text-decoration: none;
    font-size: 15px;
}

.news-footer li a:hover {
    color: #fc7700;
}

.module_popup {
    background: white;
    text-align: center;
    width: 100%;
    margin: auto;
    position: relative;
    overflow-y: auto;
    max-width: 600px;
    -webkit-overflow-scrolling: touch
}

.module_popup .popup-body {
    padding: 0px
}

.module_popup .mfp-close {
    top: -1px
}

#acc>.itemacc>.acc-info>h2,
#acc>.itemacc>.acc-cart>h2,
.order_reviews h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background: #e4dbd9;
    padding: 10px;
    border-bottom: none
}

.order_reviews h2 {
    margin-bottom: 15px
}

.acc-info ul,
.acc-cart ul {
    font-size: 13px;
    margin-bottom: 15px
}

.acc-cart ul {
    background: #f3f3f3;
    border: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding: 10px
}

.acc-info {
    clear: both
}

.acc-info ul li {
    line-height: 35px;
    border-bottom: 1px dashed #e9e9e9;
    padding: 5px 0px
}

.acc-info ul li label {
    width: 20%
}

.acc-cart ul li {
    border-bottom: 1px dotted #e2e2e2;
    padding: 10px 0
}

.acc-cart ul li:last-child {
    border-bottom: 0
}

.acc-cart ul li a {
    text-decoration: none;
    color: #333;
    padding-left: 10px
}

.acc-cart ul li a:hover {
    text-decoration: underline
}

.bullet {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 4px solid #333;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    content: ""
}

#column-left {
    float: left;
    width: 100%
}

#column-right {
    float: right;
    width: 100%
}

.panelvmenu {
    background: #fff;
    border-radius: 0px
}

a.list-group-item-vmenu {
    position: relative;
    display: block;
    padding: 14px;
    color: #676767;
    font-size: 13px;
    border-bottom: 1px dotted #e5e5e5;
    font-weight: normal
}

a.list-group-item-vmenu i {
    padding-right: 10px
}

a.list-group-item-vmenu:hover,
a.list-group-item-vmenu.sub:hover,
a.list-group-item-vmenu.subsub:hover,
a.list-group-item-vmenu.subsubsub:hover {
    color: #EE211E
}

a.list-group-item-vmenu.sub.active {
    color: #eb6714;
    font-weight: bold
}

a.list-group-item-vmenu.sub,
a.list-group-item-vmenu.subsub,
a.list-group-item-vmenu.subsubsub {
    background: #fff;
    padding-left: 30px;
    border: none
}

a.list-group-item-vmenu.subsub {
    padding-left: 50px;
}

a.list-group-item-vmenu.subsubsub {
    padding-left: 70px;
}

a.arrow-sub-vmenu {
    position: relative;
    z-index: 999;
    float: right;
}

a.arrow-sub-vmenu i {
    position: absolute;
    font-size: 20px;
    top: -32px;
    color: #161616;
    right: 0px
}

.box_category {
    width: 250px;
    float: left;
    height: 325px;
    display: inline-block;
    background: #fb0000;
    position: relative;
}

ul.list_category li span.des {
    color: #fff;
    font-size: 11px;
    display: block;
    line-height: 12px;
}

.box_megam .block_menu {}

.block_menu>span {
    display: block;
    height: 30px;
    color: #f00;
    font-size: 16px;
}

ul.list_category {
    background: #fff;
    position: absolute;
    z-index: 99;
}

ul.list_category>li {
    display: block;
    border-bottom: 1px dotted #e5e5e5;
    position: relative
}

ul.list_category>li:last-child {
    border-bottom: none
}

ul.list_category>li a {
    padding: 8px;
    color: #222222;
    background: #fff;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: block;
    white-space: nowrap;
    overflow: hidden;
}

ul.list_category>li a span {
    float: left
}

ul.list_category>li a i {
    float: right;
    font-size: 15px
}

ul.list_category>li a:hover {
    color: #FFFFFF;
    background: #EE211E
}

ul.list_category>li>.box_megam {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    width: 180px;
    z-index: 99;
    border-left: 1px solid #eeeeee;
}

ul.list_category>li>.box_megam li {
    border-bottom: 1px solid #eeeeee;
    border-left: 1px solid #eeeeee;
    list-style: none;
}

ul.list_category.right>li>.box_megam {
    right: 100%;
    left: inherit
}

ul.list_category>li:hover>.box_megam {
    display: block;
}

ul.list_category>li>.box_megam .block_menu {
    display: block;
}

ul.list_category>li>.box_megam .block_menu .list_mega_menu {
    list-style: none
}


ul.list_category>li>.box_megam .block_menu .list_mega_menu a:hover,
.box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a:hover {
    padding-left: 10px
}

ul.list_category>li>.box_megam .block_menu .list_mega_menu a i {
    float: none;
    padding-left: 10px
}

ul.list_category>li>.box_megam>.block_menu>ul.list_mega_menu>li>.box_megam_level2 {
    display: block;
    position: absolute;
    top: 0;
    /* list-style: none; */
    left: 100%;
    background: #fff url(../assests/bgmega.gif) repeat-y;
    width: 100%;
    z-index: 99;
}

ul.list_category.right>li>.box_megam>.block_menu>ul.list_mega_menu>li>.box_megam_level2 {
    right: 100%;
    left: inherit
}

ul.list_category>li>.box_megam>.block_menu>ul.list_mega_menu>li>.box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a {
    background: none;
    padding: 20px 10px 0px 10px;
    color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

ul.list_category>li>.box_megam>.block_menu>ul.list_mega_menu>li:hover>.box_megam_level2 {
    display: block
}

.box-category {
    padding-bottom: 4px;
    background: #fff
}

.box-category-menu {
    float: left;
    width: 100%;
}

.box-category-menu .heading {
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    background: #EE211E;
    border: 1px solid #EE211E;
    border-radius: 5px;
    padding: 7px 17px;
    text-decoration: none;
    transform: translateZ(0px);
    text-transform: uppercase;
}

.box-category-menu:hover .heading {
    color: #ffffff;
    background: #F89520;
    border: 1px solid #F89520;
}

.box-category-menu .u2 {
    display: none;
    top: 36px;
    width: 221.4px;
}

.icon-plus-submenu {
    cursor: pointer;
    position: absolute;
    background: none;
    padding: 10px 14px;
    right: 0px;
    top: 0;
    margin: auto;
    border: 1px solid transparent;
}

.box-category-menu:hover .u2 {
    display: block !important;
    z-index: 100;
}

.box-sidebar {
    margin-bottom: 20px;
    width: 100%;
    display: inline-block;
}

.box-sidebar .sidebar-heading {
    background: #EE211E;
    padding: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
}

.box-sidebar .sidebar-heading i {
    padding-right: 10px
}

.nav-side-menu {
    overflow: auto;
    font-size: 14px;
    font-weight: 400;
    background-color: #ffffff;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #363f4d;
}


.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 35px;
    cursor: pointer;
    /*    
    .collapsed{
       .arrow:before{
                 font-family: FontAwesome;
                 content: "\f053";
                 display: inline-block;
                 padding-left:10px;
                 padding-right: 10px;
                 vertical-align: middle;
                 float:right;
            }
     }
*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    font-family: FontAwesome;
    content: "\f078";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right;
    font-size: 11px;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
    background-color: #ffffff;
}

.nav-side-menu ul .sub-menu-side li.active,
.nav-side-menu li .sub-menu-side li.active {
    color: #363f4d;
}

.nav-side-menu ul .sub-menu-side li.active a,
.nav-side-menu li .sub-menu-side li.active a {
    padding: 0px;
}

.nav-side-menu ul .sub-menu-side li,
.nav-side-menu li .sub-menu-side li {
    background-color: #f7f7f7;
    border: none;
    line-height: 28px;
    border-bottom: 1px solid #ffffff;
    margin-left: 0px;
}

.nav-side-menu ul .sub-menu-side li:hover,
.nav-side-menu li .sub-menu-side li:hover {
    color: #EE211E;
}

.nav-side-menu ul .sub-menu-side li:before,
.nav-side-menu li .sub-menu-side li:before {
    font-family: FontAwesome;
    content: "\f105";
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
}

.nav-side-menu li {
    border-bottom: 1px solid #f0f0f0;
    border-left: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
}

.nav-side-menu li a {
    text-decoration: none;
    color: #363f4d;
    padding: 0 0 0 10px;
}

.nav-side-menu li a:hover {
    color: #EE211E;
}

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
}

.nav-side-menu li:hover {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.sidebar-product .product {
    float: left;
    padding: 10px;
    margin: 0px;
    width: 100%;
    border-left: 1px solid #f0f0f0;
}

.sidebar-product .product .image {
    float: left;
    width: 80px;
}

.sidebar-product .product .des-product {
    padding: 0px 0px 0px 10px;
    float: left;
    width: calc(100% - 80px);
    text-align: left;
}

.sidebar-product .product .des-product h3 {
    height: auto;
}

.sidebar-product .product .des-product .price {
    display: block;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
}

.box-category .main {
    position: relative;
    padding: 15px
}

.typical-products .product {
    margin: 0px;
    box-shadow: none;
    padding: 0px 5px
}

.typical-products .product p {
    text-align: justify;
    color: #6a6a6a;
    font-size: 14px;
    margin-bottom: 15px
}

.typical-products .owl-controls {
    height: inherit !important;
}

.typical-products .owl-controls .owl-pagination {
    top: 10px !important
}

.box-category .main ul.list li {
    background: #fff;
    border-bottom: 1px dashed #d4d4d4;
    overflow: hidden;
    padding-right: 10px;
    margin: 0px 0px 10px 0px;
    padding-bottom: 10px
}

.box-category .main ul.list li:last-child,
.box-category .main ul.list-post-latest li:last-child {
    margin-bottom: 0px;
    border-bottom: 0px;
    padding-bottom: 0px
}

.box-category .main ul.list li img {
    float: left;
    margin-right: 10px;
    width: 73px;
    border: 3px solid #eaeaea
}

.box-category .main ul.list li p {
    font-size: 13px;
    color: #676767;
    font-weight: 400;
    max-height: 42px;
    overflow: hidden;
}

.box-category .main ul.list li p:hover {
    color: #EE211E
}

.box-category .main ul.list li a,
.box-category .main ul.list_post li a {
    text-decoration: none
}

.box-category .main ul.list li span {
    color: #EE211E;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold
}

.box-category .main ul.list li span.price-old {
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 14px;
    color: #a2a2a2;
    display: block;
    font-weight: normal
}

.box-category .main ul.list_post li span {
    color: #c7c7c7;
    font-size: 13px
}

.box-category .main ul.list_post {}

.box-category .main ul.list_post li {
    border-bottom: 1px dashed #d4d4d4;
    overflow: hidden;
    padding-right: 10px;
    margin: 0px 0px 15px 0px;
    padding-bottom: 13px;
}

.box-category .main ul.list_post li img {
    float: left;
    margin-right: 10px;
    width: 80px;
    height: 73px
}

.box-category .main ul.list_post li p {
    font-size: 15px;
    color: #333;
    font-weight: 400;
    max-height: 42px;
    overflow: hidden;
}

.box-category .main ul.list_post li p:hover {
    color: #eb474a
}

.box-category .main ul.online li {
    padding: 8px 0px;
    overflow: hidden
}

.box-category .main ul.online li:first-child {
    padding-top: 0px
}

.box-category .main ul.online li:last-child {
    padding-bottom: 0px
}

.box-category .main .support,
.box-category .main .link,
.box-category .main .search-adv,
.box-category .main .link2,
.box-category .main .online,
.box-category .main .feedback {
    font-size: 13px;
    overflow: hidden;
    padding: 0px
}

.box-category .main .support p,
.box-category .main .support span {
    font-size: 13px
}

.box-category .main .support span {
    padding-left: 10px
}

.box-category .main .support ul li a {
    width: auto !important
}

.box-category .main .support img {
    margin: 0px 5px 10px 0px !important;
    vertical-align: -18px !important;
    width: 100% !important
}

.box-category .main .link li {
    border-bottom: 1px dashed #e3e3e3;
    font-size: 13px;
    padding: 10px 0 10px 0px
}

.box-category .main .link li:first-child {
    padding-top: 0px
}

.box-category .main .link li:last-child {
    border-bottom: none;
    padding-bottom: 0px
}

.box-category .main .link li a {
    font-weight: 700;
    color: #333;
    text-decoration: none
}

.box-category .main .link2 p {
    font-size: 13px;
    margin: 0;
    padding: 10px 0
}

.box-category .main .online .red1 {
    color: red
}

.box-category .main .feedback {}

.box-category .main .feedback p {
    color: #d14d42
}

.box-category .main .feedback ul li {
    padding: 5px 0;
    color: #969696
}

.box-category .main .feedback a {
    float: right;
    color: #333;
    margin-top: 20px
}

.page_cart .cart_update {
    width: 100%;
    display: block;
    float: none
}

.phantrang {
    text-align: center;
}


ul.pagination {
    display: flex;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
}

ul.pagination li {
    display: inline-block
}

ul.pagination li a {
    float: left;
    margin: 0 2.5px;
    width: 28px;
    background: #EE211E;
    text-align: center;
    height: 28px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    border-radius: 0;
    border: 1px solid #EE211E !important;
    text-decoration: none;
    border-radius: 3px !important;
    padding: 0;
}

ul.pagination>li:first-child {
    margin-right: 10px;
}

ul.pagination>li:first-child>a,
ul.pagination>li:last-child>a {
    border-radius: 0px
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus,
.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background: #fff;
    color: #fff;
    border: 1px solid #EE211E;
    color: #EE211E;
}

.collections_des_and_menu {
    margin-top: 20px;
    margin-bottom: 15px;
}

.collections_des_and_menu a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #EE211E;
    margin-bottom: 10px;
    float: left;
    color: #fff;
    background-color: #EE211E;
    border-radius: 3px;
    margin-right: 10px;
}

.collections_des_and_menu a:hover,

.collections_des_and_menu a:focus {
    border-color: #EE211E;
    color: #EE211E;
    background-color: #fff
}



.collections_description h2 {

    border-bottom: #6F6F6F 1px dotted;

    padding-bottom: 5px;

    margin-top: 0;

    margin-bottom: 5px;

    font-size: 22px
}



.collections_description a {

    color: #EE211E
}

ul.support-html {}

ul.support-html li {
    border-bottom: 1px dotted #e5e5e5;
    padding: 10px 0px
}

ul.support-html li:last-child {
    border-bottom: none
}

ul.support-html li p {
    color: #eb6714;
    text-transform: uppercase;
    font-weight: bold
}

ul.support-html li p i {
    color: #eb6714;
    padding-right: 10px
}

ul.support-html li span {
    color: #676767;
    display: block;
    font-size: 13px
}

ul.support-html li span i {
    color: #676767;
    padding-right: 10px
}

ul.dv-html {
    color: #676767
}

ul.dv-html li {
    padding: 10px 0px
}

.hotline img {
    float: left;
    margin-right: 15px;
    text-align: center;
}

.hotline span {
    display: block;
    text-align: left;
    color: #5b6572;
    text-transform: uppercase
}

.hotline .number {
    color: #EE211E;
    font-size: 22px;
    font-weight: bold
}

#gallery-pic {
    padding: 10px 20px 0px 20px;
    background: #fff;
    margin-bottom: 25px
}

#gallery-pic.footer {
    margin-left: -15px;
    margin-right: -15px;
    background: none;
    padding: 0px;
    border: none
}

.box-category .main #gallery-pic {
    padding: 0px;
    margin-bottom: 0px
}

#gallery-pic p {
    font-size: 16px;
    color: #000000;
    margin: 8px 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left !important;
}

#gallery-pic .product .image .img-overflow {
    margin-bottom: 0px
}

#gallery-pic.footer .product p,
.box-category .main #gallery-pic .product p {
    display: none
}

#mediaplayer_video {
    position: relative;
    min-height: 100%
}

.fancybox-inner {
    width: auto !important;
    height: auto !important;
}

.main>.module_is_not_relevant {
    margin-top: 10px
}

.module_is_not_relevant {
    margin-top: 0px
}

.main>#email-newsletter {
    margin-bottom: 0px;
    padding: 10px
}

#email-newsletter h2,
#email-newsletter h3 {
    display: none
}

#email-newsletter {
    background: url('../assests/bgnewl.jpg') repeat;
    padding: 15px 20px 15px 20px;
    margin-bottom: 25px
}

#email-newsletter p {
    font-size: 13px;
    color: #fff;
    text-align: justify;
    clear: both
}

#email-newsletter form.submit_register_email ::-webkit-input-placeholder {
    color: #333;
}

#email-newsletter form.submit_register_email :-moz-placeholder {
    color: #333;
}

#email-newsletter form.submit_register_email ::-moz-placeholder {
    color: #333;
}

#email-newsletter form.submit_register_email :-ms-input-placeholder {
    color: #333;
}

#email-newsletter form.submit_register_email {
    width: 100%;
    margin-top: 10px;
    position: relative
}

#email-newsletter form.submit_register_email input[type=text] {
    color: #fff;
    width: 100%;
    margin: 0px;
    padding: 9px;
    border: 1px solid #f67527;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    border-radius: 0px;
    background: #ffba91
}

#email-newsletter form.submit_register_email input[type=submit] {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-weight: normal;
    border-radius: 0px;
    background: #000000
}

#email-newsletter form.submit_register_email input[type=submit]:hover {
    background: #000000
}

ul.tags-footer {
    overflow: hidden;
    text-transform: uppercase
}

ul.tags-footer li a {
    background: #181f28;
    color: #fff;
    float: left;
    display: block;
    padding: 8px 8px 6px 8px;
    margin: 0px 10px 10px 0px;
    font-size: 12px;
    font-weight: 700
}

ul.tags-footer li a:hover {
    background: #fc7700;
    color: #fff
}

.tag {
    margin-top: 10px;
    clear: both;
    overflow: hidden
}

.tag .tag-title {
    font-weight: bold;
    text-transform: uppercase;
    color: #3a3a3a;
    margin-bottom: 10px;
    display: inline;
    splay: block
}

.tag ul {
    margin-bottom: 10px;
    display: table
}

.tag ul li {
    float: left;
    margin-right: 10px;
    list-style: none
}

.tag ul li a {
    float: left;
    width: 100%;
    color: #3a3a3a;
    border: 1px solid #d4d4d4;
    padding: 5px 10px;
}

.tag ul li a:hover {
    background: #f0f0f0
}

#tag .tag-detail {
    padding: 15px 0px;
    overflow: hidden;
    margin: 10px 15px 0px 15px;
    background: #fff
}

#tag .tag-detail .img-blog img {
    border: 2px solid #d1d1d1;
    margin-bottom: 10px
}

#tag .tag-detail h2 {
    font-size: 25px;
    text-decoration: none;
    border: none !important;
    margin: 0px 0px 5px 0px !important;
    font-weight: 400;
    color: #000000;
}

#tag .tag-detail .date {
    color: #898989;
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 5px 0px;
}

#tag .tag-detail p {
    text-align: justify;
    font-size: 14px;
    color: #807f7f;
    margin: 0;
    padding: 5px 0px
}

#box_search {
    padding: 10px 20px 0px 20px;
    background: #fff;
    margin-bottom: 25px;
}

#box_search .box_search_detail {
    margin-bottom: 20px;
    overflow: hidden;
}

#box_search #search-detail {
    clear: both;
    margin: 0px 0px 10px 0px
}

#box_search .all {
    top: 0px
}

#box_search .box_search_detail .img-blog img {
    margin-bottom: 10px
}

#box_search .box_search_detail h3 {
    font-size: 22px;
    text-decoration: none;
    color: #000000;
    border: none !important;
    margin: 0px 0px 5px 0px !important
}

#box_search .box_search_detail h3:hover {}

#box_search .box_search_detail p {
    text-align: justify;
    font-size: 14px;
    color: #808080;
    margin: 0;
    margin-bottom: 10px;
    padding: 10px 0;
    clear: both;
    border: 1px dashed #dbdbdb;
    border-left: none;
    border-right: none
}

#box_search .box_search_detail .price {
    color: #EE211E;
    vertical-align: middle;
    font-weight: 400;
    float: left
}

#box_search .box_search_detail .price .price-new {
    font-size: 17px;
    padding-right: 10px;
    color: #EE211E;
    margin-right: 10px;
    font-weight: bold
}

#box_search .box_search_detail .price .price-old {
    font-size: 17px;
    text-decoration: line-through;
    color: #a2a2a2;
    padding-right: 15px
}

.address {
    font-size: 13px;
    overflow: hidden
}

.address li {
    line-height: 25px
}

.address li a {
    color: #fff;
    text-decoration: none
}

.address li a:hover {
    text-decoration: underline
}

footer {
    clear: both;
    background: #f5f5f5;
}

footer .footer-center {
    padding: 20px 0px;
}

footer .footer-center ul li,
footer .footer-center ul li a {
    line-height: 24px;
    font-size: 14px;
    color: #4a4a4a;
    display: block;
}

footer .footer-center ul li:hover,
footer .footer-center ul li a:hover {
    color: #EE211E;
}

footer .footer-center p {
    padding: 2px 0px;
}

footer h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #4a4a4a;
}

.footer-top {
    background: #ffffff;
    padding: 20px 0px;
}

.footer-top .box-footer {
    margin-bottom: 20px;
}

.footer-top .header {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #e73c38;
    padding-bottom: 5px;
}

.footer-bottom {
    padding: 20px 0px;
}

.footer-bottom ul li {
    float: left;
    margin-right: 5px;
}

.footer-bottom ul li a i {
    background: #e5e5e5;
    display: block;
    height: 40px;
    width: 40px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 19px;
    position: relative;
}

.footer-bottom ul li a i.fa-facebook-f {
    background: #3b5998;
}

.footer-bottom ul li a i.fa-youtube {
    background: #eb1a00;
}

.footer-bottom ul li a i.fa-instagram {
    background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

footer .footer-bottom form {
    margin-top: 10px;
}

footer .footer-bottom form .input-group button {
    color: #fff;
    background-color: #EE211E;
    border-color: #EE211E;
    height: 40px;
    padding: 9px 20px;
}

footer .footer-bottom form .input-group button:hover {
    background-color: #739f38;
    border-color: #739f38
}

footer .footer-bottom form .input-group input {
    height: 40px;
    border: 1px solid #e5e5e5;
}

footer .footer-bottom form .input-group input:hover,
footer .footer-bottom form .input-group input:focus {
    border-color: #EE211E;
    box-shadow: none;
    outline: none
}

footer .footer-copyright {
    background: #F0F0F0;
    padding: 10px 0px;
    color: #5d6572;
    font-size: 13px;
    text-align: center;
}

footer .footer-copyright a {
    color: #076c4a;
}

footer .footer-copyright select {
    width: 100%
}

#signup [type=text],
[type=password],
textarea {
    padding: 9px 5px
}

.search-adv-product {
    clear: both;
    overflow: hidden
}

.search-adv-product input[type=text] {
    width: 100%;
    padding: 8px 5px
}

.search-adv-product select {
    width: 100%
}

.search-adv-product [type=submit].button {
    width: auto;
    height: auto;
    float: none;
    text-align: center;
    margin: 5px auto 0px auto;
    display: block
}

.page_error_01 {
    background: url(../../../public/error_page/01.jpg) no-repeat 50% 50%;
    height: 600px;
    position: relative;
    margin-top: 25px
}

.page_error_01 a {
    display: table;
    background: #EE211E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -70px;
}

.page_error_02 {
    background: url(../../../public/error_page/02.jpg) no-repeat 50% 50%;
    height: 600px;
    position: relative;
    margin-top: 25px
}

.page_error_02 a {
    display: table;
    background: #EE211E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    left: 59%;
    top: 60%;
    margin-left: -70px;
    text-transform: uppercase;
    font-weight: bold
}

.page_error_03 {
    background: url(../../../public/error_page/03.jpg) no-repeat 50% 50%;
    height: 600px;
    position: relative;
    margin-top: 25px
}

.page_error_03 a {
    display: table;
    background: #EE211E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    left: 48%;
    top: 65%;
    margin-left: -70px;
    text-transform: uppercase
}

.page_error_04 {
    background: url(../../../public/error_page/04.jpg) no-repeat 50% 50%;
    height: 600px;
    position: relative;
    margin-top: 25px
}

.page_error_04 a {
    display: table;
    background: #EE211E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    left: 65%;
    top: 70%;
    margin-left: -70px;
    text-transform: uppercase;
    font-weight: bold
}

.page_error_05 {
    background: url(../../../public/error_page/05.jpg) no-repeat 50% 50%;
    height: 600px;
    position: relative;
    margin-top: 25px
}

.page_error_05 a {
    display: table;
    background: #EE211E;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 80%;
    margin-left: -115px;
    text-transform: uppercase;
    font-weight: bold
}

a.btn-big {
    position: relative
}

.detail .img-blog .img-detail .img-big,
.detail .img-blog .img-detail .imglist {
    float: left;
    width: 100%;
    position: relative;
}

.detail .img-blog .img-detail .img-big img {
    width: 100%;
    height: auto;
}

.detail .img-blog .img-detail .imglist {
    margin: 0 -4px;
}

.detail .img-blog .img-detail .imglist .item {
    width: 20%;
    padding: 0px 4px;
    float: left;
}

.detail .img-blog .img-detail .imglist .item a {
    display: block;
    border: 1px solid #e0e0e0;
}

.detail .img-blog .img-detail .imglist .item a img {
    width: 100%;
    height: auto;
    padding: 2px;
}

.detail .quantity-input {
    margin-bottom: 20px;
    clear: both;
}

.detail .quantity-input input[type=number] {
    margin: 0px 0px 0px 5px;
    padding: 6px 5px;
    text-align: center;
    width: 60px;
    border: 1px solid #ebebeb;
    outline: none
}

.detail .quantity-input a {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px;
}

.detail .quantity-input a:hover {
    background: #f89520;
}

.detail .quantity-input .bt_buynow {
    background: #EE211E;
}

.detail .quantity-input .bt_tragop {
    background: #33B3FD;
}

.buy_now_success {
    border: 1px solid green;
}

.buy_now_error {
    border: 1px solid red;
}

.popup-newcart {
    background: #FFF;
    text-align: left;
    max-width: 580px;
    margin: 10px auto;
    position: relative;
    clear: both;
    overflow-x: hidden
}

.popup-newcart .clearfix {
    clear: both;
    overflow: hidden;
}

.popup-newcart .mfp-close {
    color: #fff !important;
    margin: 5px 10px;
    width: inherit;
    height: inherit;
    line-height: 20px;
}

.popup-newcart .top-tit {
    background: #36414b;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.popup-newcart .pd-info {
    padding: 10px;
}

.popup-newcart .pd-info .img-frame {
    border: 5px solid #eee;
    max-height: 200px;
    overflow: hidden;
}

.popup-newcart .pd-info .img-frame img {
    width: 100%;
}

.popup-newcart .pd-info p {
    font-weight: bold;
    font-size: 14px;
}

.popup-newcart .pd-info .price-note {
    padding: 10px 0;
    display: block;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dotted #e1e1e1;
}

.popup-newcart .pd-info .price-note .main-price {
    font-weight: bold;
    font-size: 22px;
    color: #159ec6;
}

.popup-newcart .pd-info .price-note .old-price {
    text-decoration: line-through;
    font-size: 12px;
    color: #666;
    line-height: 22px;
    padding-left: 10px;
}

.popup-newcart .pd-info .pd-note {
    font-size: 12px;
    padding-top: 10px;
    margin-bottom: 10px
}

.popup-newcart .pd-info .pd-note span {
    margin-right: 10px;
}

.popup-newcart .pd-info .total_div {
    clear: both;
    border-top: 1px dotted #e1e1e1;
    font-size: 12px;
    overflow: hidden;
    display: block;
    padding-top: 10px;
}

.popup-newcart .pd-info .total_div .bn_total_title {
    line-height: 23px;
    padding-top: -3px;
    display: inline-block;
    float: left;
    margin-right: 10px
}

.popup-newcart .pd-info .total_div .bn_sub_total {
    color: red;
    font-size: 19px
}

.popup-newcart .note-form {
    text-align: center;
    background: #fff;
    padding: 20px 0;
    font-size: 14px;
}

.popup-newcart .pd-form {
    padding: 0 30px 10px 30px;
    background: #f4f4f4;
    font-size: 12px;
}

.popup-newcart .pd-form .select-wrap {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    padding: 1px;
}

.popup-newcart .pd-form .select-wrap select {
    width: 100%;
}

.popup-newcart .pd-form p.form-tit {
    color: #159ec6;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 5px 0;
}

.popup-newcart .pd-form ul.comp-order li {
    padding: 5px 10px;
    clear: both;
    overflow: hidden;
}

.popup-newcart .pd-form ul.comp-order li span {
    width: 25%;
    float: left;
}

.popup-newcart .pd-form .row-form {
    padding: 5px 0;
    position: relative;
}

.popup-newcart .pd-form .row-form input[type="text"],
.popup-newcart .pd-form .row-form input[type="password"] {
    width: 100%;
    border: 1px solid #eee;
    padding: 5px 8px;
    margin: 0px;
    outline: none
}

.popup-newcart .pd-form .row-form label {
    line-height: 28px;
    font-weight: normal;
}

.popup-newcart .pd-form .row-form strong {
    line-height: 28px;
}

.popup-newcart .pd-form .row-form.radio-form {
    padding: 0;
    margin-bottom: 5px;
}

.popup-newcart .pd-form .row-form.radio-form label {
    cursor: pointer;
}

.popup-newcart .pd-form .row-form .content-pay {
    background: #fff;
    margin: 5px 0;
    border-left: 4px solid #159ec6;
    padding: 5px 15px;
    clear: both;
    overflow: hidden;
}

.popup-newcart .pd-form .row-form .content-pay i.fa {
    font-size: 60px;
    color: #f1f2f2;
    margin: 10px 20px 0 0;
}

.popup-newcart .pd-form .row-form .content-pay p {
    padding: 5px 0;
    margin: 0;
}

.popup-newcart .pd-form .row-form .content-pay .list-info {
    float: left
}

.popup-newcart .pd-form .row-form .content-pay .list-info strong {
    line-height: 16px;
}

.popup-newcart .pd-form .row-form .content-pay .list-info .notice .notice-header {
    font-weight: bold
}

.popup-newcart .pd-form .row-form span.warning {
    position: absolute;
    color: red;
    padding-left: 5px
}

.popup-newcart .pd-form .row-form.btn-buy,
.top-tit-buynow .row-form.btn-buy {
    text-align: center;
    border-top: 1px solid #e1e1e1;
    padding-top: 10px;
}

.popup-newcart .pd-form .row-form.btn-buy input[type="submit"] {
    color: #fff;
    font-weight: bold;
    border: none;
}

.popup-newcart .pd-form.form-add {
    padding: 20px 60px;
}

.popup-newcart .pd-form.form-add p {
    padding-top: 10px;
}

.popup-newcart .pd-form.form-add input[type="submit"] {
    background: #fe6d4c;
    color: #fff;
    padding: 15px 30px;
    font-weight: bold;
    border: none;
    margin: 10px 0;
}

.popup-newcart .pd-form.form-add input[type="submit"]:hover {
    background: #333;
}

.popup-newcart input[type="radio"] {
    display: none;
}

.popup-newcart input[type="radio"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/radio-btn.png) 0 0 no-repeat;
    cursor: pointer;
    margin-right: 10px;
}

.popup-newcart input[type="radio"]:checked+label span {
    background: url(../images/radio-btn.png) 0 -18px no-repeat;
}

.popup-newcart input[type="radio"]:checked+label {
    color: #159ec6;
    font-weight: bold;
}

.popup-newcart select {
    padding: 3px;
    margin: 0;
    background: #fff;
    color: #888;
    border: none;
    outline: none;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .popup-newcart select {
        padding-right: 18px;
    }
}

.popup-newcart .select-wrap {
    position: relative;
}

.popup-newcart .select-wrap:after {
    color: #aaa;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 8px;
    top: 2px;
    padding: 0 0 2px;
    border-bottom: 1px solid #ddd;
    position: absolute;
    pointer-events: none;
}

.popup-newcart .select-wrap:before {
    content: "\f0d7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #48595e;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 5px;
    right: 5px;
}

.top-tit-buynow {
    padding: 5px 20px 15px 20px;
    background: #f4f4f4;
    font-size: 12px
}

.top-tit-buynow ul li {
    clear: both;
    overflow: hidden
}

.top-tit-buynow ul li.title-buynow {
    color: #159ec6;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 0 5px 0
}

.top-tit-buynow ul li label {
    font-weight: normal;
    line-height: 28px;
    width: 30%;
    float: left
}

.top-tit-buynow ul li span {
    font-weight: bold;
    width: 69%;
    float: left;
    padding-top: 4px;
}

.step3.top-tit-buynow {
    padding: 15px 20px
}

.step3.top-tit-buynow .buynow-msg {
    font-weight: bold
}

.step3.top-tit-buynow .buynow-msg.error {
    color: #ff3600
}

.user-client {
    padding: 20px;
    background: #fff
}

.user-client h4 {
    border-bottom: 1px dashed #d9d9d9;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden
}

.user-client h4 span {
    float: left;
    font-size: 25px
}

.user-client h4 ul {
    float: right
}

.user-client h4 ul li {
    float: left;
    font-size: 12px;
    margin-left: 15px;
    padding: 0;
}

.user-client h4 ul li a {
    color: #d44b1f
}

.user-client h4 ul li a i {
    padding-right: 5px
}

.user-client .main-inner {
    margin-bottom: 20px
}

.user-client .main-inner ul li,
.user-client ul li {
    padding: 5px 0px;
    font-size: 13px;
    color: #48595e
}

.user-client .main-inner ul li:last-child {
    margin-bottom: 15px
}

.user-client .main-inner ul.info-user-client li span,
.user-client .main-inner ul li span,
.user-client ul li span {
    width: 20%;
    display: inline-block
}

.user-client ul li span.old_password,
.user-client ul li span.user_password,
.user-client ul li span.user_repassword {
    background: #ffc1c1;
    padding: 5px 10px;
    text-align: justify;
    color: #ea3d3d;
    font-weight: normal !important;
    font-size: 13px;
    display: inline;
    width: inherit;
    margin: 0px;
}

.user-client .main-inner ul li span i {
    padding-right: 5px;
    font-size: 12px;
    width: 20px
}

.user-client .main-inner .box-user {
    padding: 15px;
    color: #fff
}

.user-client .main-inner .box-user i {
    float: left;
    font-size: 45px;
    margin-right: 15px
}

.user-client .main-inner .box-user .des-user span {
    font-size: 40px;
    font-weight: bold;
    display: block;
    line-height: 32px;
}

.user-client .main-inner .box-user .des-user small {
    font-size: 12px;
    display: block
}

.user-client .main-inner .box-user.color1 {
    background: #ff5252
}

.user-client .main-inner .box-user.color2 {
    background: #fcb333
}

.user-client .main-inner .box-user.color3 {
    background: #eee;
    color: #71b215
}

.user-client .main-inner .box-user.color4 {
    background: #2c6fc1
}

.user-client .main-inner p {
    color: #979797;
    font-size: 12px;
    float: left;
    width: 90%
}

.user-client .main-inner .add-address {
    float: right;
    background: #59be4b;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: pointer
}

.user-client ul li input[type=text],
.user-client ul li input[type=password] {
    margin: 0px
}

.user-client ul li.line-row {
    font-weight: bold;
    border-bottom: 1px dashed #d9d9d9
}

.user-client .main-inner ul input[type=submit].submit,
.user-client ul input[type=submit].submit {
    margin: 10px 0;
}

.user-client ul li select {
    width: 40%;
    margin: 0
}

.user-client ul li select.birthday {
    width: 13%
}

.user-client .main-inner .table-responsive,
#bill-detail .table-responsive {
    clear: both
}

.user-client .main-inner table.list-detail,
#bill-detail table.list-detail {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    margin-top: 15px
}

.user-client .main-inner table.list-detail thead,
#bill-detail table.list-detail thead {
    background: #464b59;
    border: 1px solid #464b59
}

.user-client .main-inner table.list-detail thead tr,
#bill-detail table.list-detail thead tr {
    border-bottom: none
}

.user-client .main-inner table.list-detail thead tr th,
#bill-detail table.list-detail thead tr th {
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    border: none;
    padding: 12px 8px;
    font-size: 12px
}

.user-client .main-inner table.list-detail tbody,
#bill-detail table.list-detail tbody {
    border: 1px solid #e7e7e7
}

.user-client .main-inner table.list-detail tr:nth-child(2n),
#bill-detail table.list-detail tr:nth-child(2n) {
    background: #f7f7f7
}

.user-client .main-inner table.list-detail .total-tr,
#bill-detail table.list-detail .total-tr {
    background: #f7f7f7
}

.user-client .main-inner table.list-detail .total-tr td,
#bill-detail table.list-detail .total-tr td {
    padding: 15px 10px
}

.user-client .main-inner table.list-detail input[type=checkbox] {
    outline: none;
    border: none;
    margin: 0px
}

.user-client .main-inner table.list-detail tr td,
#bill-detail table.list-detail tr td {
    border: 1px dashed #e5e5e5;
    color: #86878a;
    font-size: 13px;
    vertical-align: middle
}

.user-client .main-inner table.list-detail tr td ul {
    display: inline-flex;
    overflow: hidden;
    width: 100%
}

.user-client .main-inner table.list-detail tr td ul li {
    float: left;
    margin-right: 10px !important;
    padding: 0px;
    border: none;
    margin-bottom: 0px
}

.user-client .main-inner table.list-detail tr td ul li a {
    display: table-cell;
    padding: 7px 10px;
    background: #eeeeee;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    text-align: center;
    color: #86878a;
    width: 33px
}

.user-client .main-inner table.list-detail tr td a {
    color: #86878a
}

.user-client .main-inner table.list-detail tr td a:hover {
    text-decoration: underline
}

.user-client .main-inner .block-action {
    margin-bottom: 15px
}

.user-client .main-inner .page {
    border-top: 1px dashed #e5e5e5
}

.user-client .main-inner ul.pagination {
    border-radius: 0px;
    text-align: left;
    margin: 10px 0px 0px;
    text-transform: uppercase;
    overflow: hidden;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0px;
    width: inherit;
}

.user-client .main-inner ul.pagination li {
    color: white;
    padding: 0px !important;
    border: none !important;
    display: inline;
    margin: 0px;
}

.user-client .main-inner ul.pagination li a {
    border-radius: 0px;
    color: #86878a;
    border: none;
    font-size: 12px;
    background: none;
    margin-left: 5px;
    padding: 6px 12px;
}

.user-client .main-inner ul.pagination>li:first-child>a,
.user-client .main-inner ul.pagination>li:last-child>a {
    border-radius: 0px
}

.user-client .main-inner .pagination>.active>a,
.user-client .main-inner .pagination>.active>span,
.user-client .main-inner .pagination>.active>a:hover,
.user-client .main-inner .pagination>.active>span:hover,
.user-client .main-inner .pagination>.active>a:focus,
.user-client .main-inner .pagination>.active>span:focus,
.user-client .main-inner .pagination>li>a:hover,
.pagination>li>span:hover,
.user-client .main-inner .pagination>li>a:focus,
.pagination>li>span:focus {
    background: #464b59;
    color: #fff
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0
}

.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0)
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg)
}

.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity .3s ease-out;
    -moz-transition: opacity .3s ease-out;
    -o-transition: opacity .3s ease-out;
    transition: opacity .3s ease-out
}

.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: .8
}

.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0
}

#add-address,
#edit-address {
    background: #fff;
    text-align: left;
    margin: 40px auto;
    width: 30%;
    position: relative;
    overflow: hidden
}

#add-address .heading,
#bill-detail .heading,
#edit-address .heading {
    background: #464b59;
    padding: 15px;
    color: #fff;
    text-align: left;
    font-size: 18px
}

#add-address .main,
#bill-detail .main,
#edit-address .main {
    padding: 15px;
}

#add-address .main ul li,
#edit-address .main ul li {
    margin-bottom: 10px;
    overflow: hidden
}

#add-address .main ul li label,
#edit-address .main ul li label {
    font-weight: normal;
    font-size: 12px;
    width: 30%;
    float: left;
    padding: 10px 0px
}

#add-address .main ul li font,
#edit-address .main ul li font {
    display: none
}

#add-address .main ul li input[type=text],
#add-address .main ul li select,
#edit-address .main ul li input[type=text],
#edit-address .main ul li select {
    width: 60%;
    float: right;
    margin: 0px;
    border: 1px solid #ebebeb;
    font-size: 13px
}

#add-address .main input[type=submit],
#edit-address .main input[type=submit] {
    float: right
}

#bill-detail {
    background: #fff;
    text-align: left;
    margin: 40px auto;
    width: 50%;
    position: relative;
    overflow: hidden
}

.new-cart label.css-label {
    background: url(../images/radio.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.new-cart input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.new-cart input[type=checkbox].css-checkbox+label.css-label-checkbox {
    padding-left: 25px;
    height: 20px;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 13px;
    vertical-align: middle;
    cursor: pointer;
    margin: 10px 0px;
    width: 100%;
    font-weight: bold
}

.new-cart input[type=checkbox].css-checkbox:checked+label.css-label-checkbox {
    background-position: 0 -20px;
}

.new-cart .css-label-checkbox {
    background-image: url(../images/checkbox.png)
}

.new-cart a.btn-big {
    color: #fff;
    font-size: 14px;
    background: #333;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 10px;
}

.new-cart ul.cart-list {
    margin-bottom: 30px;
}

.new-cart ul.cart-list li {
    display: table;
    width: 100%;
    float: left;
    color: #000;
    border-bottom: 1px solid #dddddd;
}

.new-cart ul.cart-list li.cart-empty {
    padding: 10px 0px;
    font-weight: bold;
    text-align: center;
    font-size: 13px
}

.new-cart ul.cart-list li.thead {
    background: #464b59;
    color: #fff;
}

.new-cart ul.cart-list li.thead div {
    font-size: 12px;
    color: #fff;
    padding: 15px;
    text-align: center;
    display: table-cell;
    text-transform: uppercase;
    font-weight: bold
}

.new-cart ul.cart-list li.tbody {
    color: #333;
    border-right: 1px solid #e7e8e8;
    border-left: 1px solid #e7e8e8;
    font-size: 14px;
}

.new-cart ul.cart-list li.tbody div {
    padding: 15px;
    border-right: 1px solid #e7e8e8;
    text-align: center;
    vertical-align: middle;
    display: table-cell
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr {
    padding: 0px;
    display: table;
    border-right: 0px
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr ul {
    text-align: left
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr ul li {
    border-bottom: 0
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr ul li p {
    width: 100%
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr ul li p small {
    font-weight: normal
}

.new-cart ul.cart-list li.tbody div.product_attr.cart_attr ul li p.name_group {
    margin-left: 0px;
    width: 100%
}

.new-cart ul.cart-list li.tbody div.cart-product-info {
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    border: none;
    text-align: left;
}

.new-cart ul.cart-list li.tbody div .select-wrap {
    padding: 0px;
    border: none;
    margin-bottom: 10px;
    display: block;
}

.new-cart ul.cart-list li.tbody div .select-wrap select {
    border: 1px solid #eee;
    padding: 8px;
}

.new-cart ul.cart-list li.tbody input[type="text"] {
    width: 50px;
    height: 30px;
    border: 1px solid #eee;
    text-align: center
}

.new-cart ul.cart-list li.tbody div.price {
    font-weight: bold;
    color: #159ec6;
    font-size: 12px;
}

.new-cart ul.cart-list li.tbody div.total {
    font-size: 14px;
    font-weight: bold;
    color: #F33308;
}

.new-cart ul.cart-list li.tbody.all-total .price {
    background: #eee;
    color: #48595e;
    text-transform: uppercase;
}

.new-cart ul.cart-list li.tbody.all-total .total {
    font-size: 16px;
    background: #eee;
}

.new-cart ul.cart-list li.tbody.all-total .note-cart {
    text-align: left;
}

.new-cart ul.cart-list li.tbody.all-total .note-cart p.note-tit {
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
}

.new-cart ul.cart-list li.tbody.all-total .note-cart section.note-ctn {
    margin: 10px 0 0;
}

.new-cart ul.cart-list li.tbody.all-total .note-cart section.note-ctn p {
    padding: 5px 0 5px 15px;
    position: relative;
}

.new-cart ul.cart-list li.tbody.all-total .note-cart section.note-ctn p:before {
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #333;
    font-size: 14px;
    padding-right: 0.5em;
    position: absolute;
    top: 4px;
    left: 0;
}

.new-cart ul.cart-list li.tbody.bot-cart {
    border: 1px solid #eee;
    background: #f4f4f4;
}

.new-cart ul.cart-list li.tbody.bot-cart div {
    border: none;
    display: inherit;
    text-align: left;
    padding: 10px 5px;
}

.new-cart ul.cart-list li.tbody.bot-cart i {
    color: #333;
    font-size: 30px;
    float: left;
    margin: 15px 15px 10px 15px;
}

.new-cart ul.cart-list li.tbody.bot-cart .bot-info {
    line-height: 22px;
}

.new-cart ul.cart-list li.tbody.bot-cart .bot-info .tongtien {
    font-size: 20px;
}

.new-cart ul.cart-list li.tbody.bot-cart .bot-info b {
    color: #F33308;
}

.new-cart ul.cart-list li.tbody.bot-cart a {
    padding: 15px 25px;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    float: right;
    margin-left: 10px;
    margin-top: 8px;
    margin-right: 10px;
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out
}

.new-cart ul.cart-list li.tbody.bot-cart a.back-web {
    background: #33B3FD;
}

.new-cart ul.cart-list li.tbody.bot-cart a.cont-cart {
    background: #EE211E;
}

.new-cart ul.cart-list li.tbody.bot-cart a:hover {
    background: #f89520;
}

.new-cart ul.cart-list li div span {
    display: none;
}

.new-cart ul.cart-list li a.del-pd {
    background: #eee;
    padding: 10px 15px;
    text-align: center;
    display: inline-block;
}

.new-cart ul.cart-list li a.del-pd i {
    color: #fe6d4c;
    font-weight: bold;
    font-size: 14px;
}

.new-cart ul.cart-list li a.del-pd:hover {
    background: #ccc;
}

.new-cart ul.cart-list li a.del-pd:hover i {
    color: #fff;
}

.new-cart ul.cart-list li div.name {
    text-align: left;
    width: 45%;
}

.new-cart ul.cart-list li div.name div.frame-img {
    border: 5px solid #eee;
    padding: 0;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    float: left
}

.new-cart ul.cart-list li div.name p {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    font-weight: bold;
    color: #666;
}

.new-cart ul.cart-list li div.color {
    width: 11%;
}

.new-cart ul.cart-list li div.unit-price {
    width: 10%;
}

.new-cart ul.cart-list li div.action {
    width: 5%;
}

.new-cart ul.cart-list li div.price {
    width: 12%;
}

.new-cart ul.cart-list li div.total {
    width: 12%;
}

.new-cart ul.cart-list li div.note-cart {
    width: 61%;
}

.new-cart ul.cart-list li div.select-all {
    border: none;
}

.new-cart .stepcart {
    font-size: 12px
}

.new-cart .stepcart ul.nav-tabs {
    clear: both;
    overflow: hidden;
    border: 1px solid #e7e8e8;
    border-bottom: none;
}

.new-cart .stepcart ul.nav-tabs li {
    width: 50%;
    margin: 0;
    border: none
}

.new-cart .stepcart ul.nav-tabs li:hover {
    background: none;
}

.new-cart .stepcart ul.nav-tabs li a {
    border-radius: 0;
    margin: 0;
    padding: 8px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    background: #f4f4f4;
    border-bottom: 1px solid #e7e8e8;
    font-weight: bold;
    color: inherit;
}

.new-cart .stepcart ul.nav-tabs li.active>a,
.new-cart .stepcart ul.nav-tabs li.active>a:focus,
.new-cart .stepcart ul.nav-tabs li.active>a:hover {
    border-top: 3px solid #333;
    background: #fff;
    border-bottom: none;
    border-left: none;
    border-right: none;
    color: #333
}

.new-cart .stepcart ul.nav-tabs li a:hover {
    background: #fff;
    border-top: 1px solid #fff;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    color: #333
}

.new-cart .stepcart .tab-content {
    clear: both;
    overflow: hidden;
    border: 1px solid #e7e8e8;
    border-top: none;
    padding: 20px;
}

.new-cart .stepcart .clearfix {
    clear: both;
    overflow: hidden;
}

.new-cart .stepcart .clearfix.login_msg,
.new-cart .stepcart .clearfix.regis_msg {
    text-align: center;
    overflow: hidden;
    display: block;
    margin: 0px 15px;
    padding: 5px;
    color: #fff;
    display: none
}

.new-cart .stepcart .clearfix.regis_msg {
    margin-bottom: 10px
}

.new-cart .stepcart .clearfix.login_msg.success,
.new-cart .stepcart .clearfix.regis_msg.success {
    background-color: #20c064;
    display: block
}

.new-cart .stepcart .clearfix.login_msg.error,
.new-cart .stepcart .clearfix.regis_msg.error {
    background-color: #fb544e;
    display: block
}

.new-cart .stepcart .row-form {
    padding: 10px 0;
    position: relative;
}

.new-cart .stepcart .row-form input[type="text"],
.new-cart .stepcart .row-form input[type="password"] {
    height: 40px;
    padding: 5px;
    border: 1px solid #eee;
    width: 100%;
    margin: 0px;
}

.new-cart .stepcart .row-form label {
    font-weight: normal;
    line-height: 40px;
}

.new-cart .stepcart .row-form input[type="submit"] {
    text-align: center;
    padding: 15px 0;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: 100%;
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out;
    border: 0px
}

.new-cart .stepcart .row-form input[type="submit"]:hover {
    background: #333;
}

.new-cart .stepcart .row-form span.warning {
    position: absolute;
    top: 12px;
    right: 0;
    color: red;
    font-size: 14px;
}

.new-cart .stepcart .row-form p.txt-note {
    border-top: 1px dashed #e1e1e1;
    padding-top: 20px;
    text-align: center
}

.new-cart .stepcart .row-form p.txt-note a {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline
}

.new-cart .stepcart .row-form p.txt-note a:hover {
    color: #333
}

.new-cart .stepcart .social-reg {
    background: #f4f4f4;
    margin: 10px auto;
    padding: 40px 30px;
}

.new-cart .stepcart .social-reg p {
    padding-bottom: 10px;
}

.new-cart .stepcart .social-reg a {
    display: block;
    margin-bottom: 10px;
    color: #fff
}

.new-cart .stepcart .social-reg a:hover {
    text-decoration: none;
}

.new-cart .stepcart .social-reg a.face-reg {
    background: #2b467c;
}

.new-cart .stepcart .social-reg a.face-reg i {
    background: #34518d;
}

.new-cart .stepcart .social-reg a.goo-reg {
    background: #b53311;
}

.new-cart .stepcart .social-reg a.goo-reg button {
    background: #d34b1f;
    outline: none;
    border: none;
    display: block;
    width: 100%;
    padding: 0;
}

.new-cart .stepcart .social-reg a.goo-reg i {
    background: #cd3e18;
}

.new-cart .stepcart .social-reg a.goo-reg:hover {
    background: #982304;
}

.new-cart .stepcart .social-reg a i.fa {
    padding: 14px 18px;
    float: left;
    color: #fff;
    font-size: 17px;
    width: 50px;
    text-align: center
}

.new-cart .stepcart .social-reg a span {
    color: #fff;
    padding: 12px 10px 12px 10px;
    display: table;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
}

.new-cart .stepcart .cart-right .tit {
    background: #464a60;
    color: #fff;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: bold;
}

.new-cart .stepcart .cart-right .ctn-info {
    border: 1px solid #eee;
    padding: 15px;
}

.new-cart .stepcart .cart-right .ctn-info p {
    font-weight: bold;
    line-height: 16px;
    font-size: 13px;
    padding-top: 10px
}

.new-cart .stepcart .cart-right .ctn-info ul {
    padding: 10px 0;
    border-bottom: 1px dotted #e1e1e1;
    clear: both;
    overflow: hidden
}

.new-cart .stepcart .cart-right .ctn-info ul:last-child {
    border-bottom: none;
    padding: 10px 0 0
}

.new-cart .stepcart .cart-right .ctn-info ul li span {
    color: #333;
    font-size: 12px;
    display: inline-block;
    width: 100px
}

.new-cart .stepcart .cart-right .ctn-info ul li span.title-total {
    display: inline-block;
    font-size: 14px;
    color: #F33308;
    font-weight: bold;
    text-transform: uppercase
}

.new-cart .stepcart .cart-right .ctn-info ul li strong.big-total {
    color: #F33308;
    font-size: 15px
}

.new-cart .stepcart .cart-right .ctn-info ul li strong.total {
    color: #159ec6
}

.new-cart .stepcart .reg-form {
    clear: both;
    overflow: hidden;
    margin-bottom: 15px;
}

.new-cart .stepcart .reg-form .row-form {
    padding: 5px 0;
}

.new-cart .stepcart .reg-form .row-form label {
    line-height: 35px;
}

.new-cart .stepcart .reg-form .row-form select {
    width: 100%;
    padding: 12px 0px;
    border: 1px solid #eee;
    margin: 0
}

.new-cart .stepcart .reg-form .row-form.radio-form {
    padding: 0;
}

.new-cart .stepcart .reg-form p.tit {
    color: #159ec6;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.new-cart .stepcart .reg-form input[type="radio"] {
    display: none;
}

.new-cart .stepcart .reg-form input[type="radio"]+label span {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../images/radio-btn.png) 0 0 no-repeat;
    cursor: pointer;
    margin-right: 10px;
}

.new-cart .stepcart .reg-form input[type="radio"]:checked+label span {
    background: url(../images/radio-btn.png) 0 -18px no-repeat;
}

.new-cart .stepcart .reg-form input[type="radio"]:checked+label {
    color: #159ec6;
    font-weight: bold;
    cursor: pointer;
}

.new-cart .stepcart .reg-form .content-pay {
    background: #f4f4f4;
    margin: 5px 0;
    border-left: 4px solid #159ec6;
    padding: 10px 15px;
    clear: both;
    overflow: hidden;
}

.new-cart .stepcart .reg-form .content-pay i.fa {
    font-size: 60px;
    color: #e6e7e8;
    margin: 10px 20px 0 0;
}

.new-cart .stepcart .reg-form .content-pay p {
    padding: 5px 0;
    margin: 0;
}

.new-cart .stepcart .reg-form .content-pay .list-info {
    float: left;
}

.new-cart .stepcart .reg-form .content-pay .list-info strong {
    line-height: 16px;
}

.new-cart .stepcart .reg-form .btn-buy {
    clear: both;
    overflow: hidden;
    padding-top: 20px;
    border-top: 1px dashed #e1e1e1;
}

.new-cart .stepcart .reg-form .btn-buy input.buypd[type="submit"] {
    width: inherit;
    padding: 15px 30px
}

.new-cart .stepcart .reg-form .btn-buy a.backcart,
.new-cart .stepcart .cart-left a.backcart_login_form,
.new-cart .stepcart .cart-left a.backcart {
    padding: 15px 30px;
    background: #333;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-left: 10px;
    cursor: pointer
}

.new-cart .stepcart .reg-form .btn-buy a.backcart:hover,
.new-cart .stepcart .cart-left a.backcart_login_form:hover,
.new-cart .stepcart .cart-left a.backcart:hover {
    background: #333;
}

.new-cart .stepcart .cart-left {
    border: 1px solid #eee;
    clear: both;
    overflow: hidden;
    padding: 30px 10px;
}

.new-cart .stepcart .cart-left .chose-add p {
    margin-bottom: 8px;
    font-weight: bold;
}

.new-cart .stepcart .cart-left .chose-add .more-add {
    background: #159ec6;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    border: none;
    margin: 10px 0;
}

.new-cart .stepcart .cart-left .chose-add .more-add:hover {
    background: #333;
}

.new-cart .stepcart .cart-left input[type="submit"] {
    text-align: center;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    border: none;
    width: auto;
    transition: background-color .5s ease-out;
    -o-transition: background-color .5s ease-out;
    -moz-transition: background-color .5s ease-out;
    -webkit-transition: background-color .5s ease-out
}

.new-cart .stepcart .cart-left input[type="submit"]:hover {
    background: #333;
}

.new-cart .stepcart .cart-left .small-btn {
    margin: 10px 0;
}

.new-cart .stepcart .cart-left .small-btn input[type="submit"] {
    width: 20%;
}

.new-cart .stepcart .cart-left .small-select select {
    width: 30%;
}

.new-cart .stepcart .cart-left .add-orther {
    background: #f4f4f4;
    padding: 15px;
    margin-bottom: 20px;
}

.new-cart .stepcart .cart-left .add-orther p {
    padding: 5px 0;
}

.new-cart .stepcart .cart-left .add-orther p span {
    width: 100px;
    font-weight: bold;
    display: inline-block
}

.new-cart .stepcart .cart-left .add-orther p.note {
    background-color: #fff;
    padding: 10px;
    font-style: italic;
    color: #717171;
    font-size: 13px
}

.new-cart .stepcart .cart-left .add-orther p.note i {
    font-style: italic
}

.new-cart .stepcart .cart-left p.guest-txt {
    padding: 5px 0;
}

.new-cart .stepcart .cart-left p.guest-txt a {
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline
}

.new-cart .stepcart .cart-left ul.info-wrap {
    background: #f4f4f4;
    padding: 20px;
    margin: 10px 0;
}

.new-cart .stepcart .cart-left ul.info-wrap li {
    padding: 8px;
    font-weight: bold;
}

.new-cart .stepcart .cart-left ul.info-wrap li span {
    width: 100px;
    float: left;
    font-weight: normal;
}

.spinner {
    margin: 0px auto 5px auto;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 10px;
    height: 10px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

#small-dialog4 .content_loading {
    font-weight: bold;
    text-align: center
}

#small-dialog4 .mfp-close {
    display: none
}

@media print {
    a[href]:after {
        content: "";
    }
}

#nav {
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: none;
    list-style-type: none;
    clear: both;
}

.shipping {
    float: left;
    margin-right: 15px;
    display: inline-flex;
    color: #222222;
    margin-top: 10px;
}

.shipping .desi span {
    font-weight: 600;
}

.shipping .im {
    margin-right: 5px;
}

.dt {
    z-index: 97;
    height: 32px;
    overflow: hidden;
    width: 100%;
}

.dt ul {
    height: 32px;
}

.dt .g {
    float: right;
    width: 70px;
    padding-top: 6px;
}

.dt .f {
    float: right;
    width: 90px;
    padding-top: 6px;
}

.dt .c {
    line-height: 32px;
}

.dt li {
    float: left;
    overflow: hidden;
}

.dt .c b {
    padding: 8px;
    color: #ccc;
}

.fa-lg {
    line-height: 0px !important;
    color: #EE211E;
}

.homeslide {
    margin-bottom: 15px;
    background: #f6f6f6;
    padding-bottom: 15px;
}

.home_category {
    float: left;
}

.home_slideshow {}

.quaility_item {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    height: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}

.quaility_item .thumb_quality {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.quaility_item .thumb_quality img {
    width: 100% !important;
    height: auto !important;
}

.quaility_item .text_quality {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    margin-top: 5px;
}

.block_hotline {
    display: flex;
    align-items: center;
    padding: 15px 0px;
}

.block_hotline .block_hotline-icon {
    color: #EE211E;
    font-size: 30px;
    width: 60px;
    height: 60px;
    border: 1px solid;
    border-radius: 50%;
    line-height: 59px;
    text-align: center;
    margin-right: 10px;
}

.block_hotline .block_hotline-icon i {}

.block_hotline .txt_hotline {
    font-size: 15px;
    font-weight: 600;
}

.block_hotline .txt_hotline .span {}

.block_hotline .txt_hotline a {
    font-size: 19px;
    font-weight: 700;
    color: #f16822;
}

.home-qc {
    margin-bottom: 20px;
    display: inline-block;
}

.home_new {}

.home_new img {
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.banner-bottom {
    margin: 0px -3px;
}

.banner-bottom .item {
    width: 50%;
    float: left;
    padding: 0px 3px;
}

.banner-bottom .item img {
    width: 100%;
    height: auto;
}

@media (max-width: 1200px) {
    .box-category-menu {}

    .nav-main {}

    .home_category {}

    .home_slideshow {}

    .home_new {}
}

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

    .box-category-menu {}

    .nav-main {}
}

.header-top {
    position: relative;
    background: #ffffff;
    padding: 10px 0px;
    z-index: 1;
}

/*.header-top:before {
    content: "";
    height: 100%;
    width: 40%;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
}
*/
.row-header-top {
    display: flex;
    align-items: center;
}

.logo img {
    max-height: 70px;
    width: auto;
}

.home_new h2 {
    padding: 10px;
    background: #F18D2B;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
}

.home_new h4 {
    font-size: 14px;
}

.home_new .date {
    font-size: 12px;
    color: #999;
}

.home_new ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #eee;
}

ul.list_category img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.home_new .ulnew {
    background: #fff;
    padding: 0px 10px;
}

.home_category .list_category {
    position: inherit;
}

.box-cart {
    background: #ffffff;
    margin-bottom: 20px;
}

.cart td {
    border: 1px solid #ccc;
    padding: 7px;
}


.category-products .filter-container {
    display: flex;
    align-items: center;
}

.category-products .filter-container .filter-price {
    display: none;
}

.category-products .filter-container .filter-pr {
    display: flex;
    align-items: flex-end;
}

.category-products .filter-container .filter-pr .filter-vendor {
    margin: 0;
    padding: 5px 5px;
}

.category-products .filter-container .filter-pr label {
    display: none;
}

.category-products .sort-cate {
    border-bottom: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    display: flex;
    padding: 5px 0;
    width: 100%;
    float: left;
    align-items: center;
    justify-content: space-between;
}



.category-products .sort-cate .sort-cate-left {

    float: left;

    margin-top: 5px
}



.category-products .sort-cate h3 {
    color: #000;
    font-size: 14px;
    float: left;
    margin: 0;
    margin-top: 2px;
    font-weight: 600;
    margin-right: 10px;
}



.category-products .sort-cate .sort-cate-left ul {

    display: inline-block
}



.category-products .sort-cate .sort-cate-left ul li {

    float: left;

    padding: 0 0 0 10px
}



.category-products .sort-cate .sort-cate-left ul li a {

    color: #000;

    font-size: 14px;

    position: relative
}



.category-products .sort-cate .sort-cate-left ul li a i {

    height: 16px;

    width: 16px;

    border: 2px solid #ddd;

    border-radius: 50%;

    display: inline-block;

    vertical-align: middle;

    margin: -3px 5px 0 0;

    position: relative
}



.category-products .sort-cate .sort-cate-left ul li:hover i,

.category-products .sort-cate .sort-cate-left ul li.active i {

    border: 2px solid #EE211E;

    height: 16px;

    width: 16px
}



.category-products .sort-cate .sort-cate-left ul li:hover i:before,

.category-products .sort-cate .sort-cate-left ul li.active i:before {

    content: "";

    width: 8px;

    height: 8px;

    background-color: #EE211E;

    position: absolute;

    border-radius: 50%;

    margin: 2px
}

#search_suggestion {

    padding: 0 0 10px 0;

    color: #555;

    position: absolute;

    top: 40px !important;

    z-index: 9999;

    width: 100%;

    max-width: 100%;

    width: 100% !important;

    background-color: #f8f8f8;

    display: none;

    box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15)
}



@media (max-width: 992px) {

    #search_suggestion {

        width: 100% !important;

        min-width: 100% !important
    }

}



#search_suggestion h3 {

    margin: 0;

    font-size: 14px;

    font-weight: 500;

    background-color: #eee;

    padding: 5px
}



#search_suggestion ul {

    padding: 0
}



#search_suggestion ul li {

    background-color: #fff;

    padding: 10px;

    font-size: 14px
}



#search_suggestion ul li:hover {

    background-color: #eee
}



#search_suggestion ul li a {

    color: #787878;

    display: block;

    overflow: hidden
}



#search_suggestion ul li .item_image {

    text-align: center;

    float: left;

    width: 100px;

    margin-right: 10px
}



@media (max-width: 480px) {

    #search_suggestion ul li .item_image {

        width: 60px
    }

}



#search_suggestion ul li .item_image img {

    max-width: 100%
}



#search_suggestion ul li .item_detail {

    overflow: hidden;

    text-align: left
}



@media (max-width: 480px) {

    #search_suggestion ul li .item_title {

        overflow: hidden;

        text-overflow: ellipsis;

        white-space: nowrap
    }

}



#search_suggestion ul li .item_title h4 {

    text-transform: none;

    font-size: 13px;

    font-weight: 500;

    margin-bottom: 0;

    margin-top: 0
}



@media (max-width: 480px) {

    #search_suggestion ul li .item_title h4 {

        font-size: 12px;

        display: initial
    }

}



#search_suggestion ul li .item_price ins {

    font-weight: 500;

    text-decoration: none;

    display: inline-block;

    margin-right: 5px;

    font-size: 13px;

    color: #d0021b
}



@media (max-width: 480px) {

    #search_suggestion ul li .item_price ins {

        font-size: 12px
    }

}



#search_suggestion ul li .item_price del {

    color: #666;

    font-size: 12px
}



@media (max-width: 480px) {

    #search_suggestion ul li .item_price del {

        font-size: 11px
    }

}

#search_top {

    max-height: 400px;

    overflow-y: auto
}



#search_top::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    border-radius: 5px;

    background-color: #F5F5F5
}



#search_top::-webkit-scrollbar {

    width: 5px;

    background-color: #F5F5F5
}



#search_top::-webkit-scrollbar-thumb {

    border-radius: 5px;

    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);

    background-color: #2fa8fc
}

.search-bar {
    width: 100%;
    position: relative;
}

/*.search-bar:after {
    right: -15px;
    top: -9px;
    border: solid transparent;
    border-right-color: #fff;
    border-width: 30px;
    margin-top: -1px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 0;
}*/

.search-bar button {
    background-color: transparent;
    color: #EE211E;
    border: none;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0;
    height: 40px;
    width: 40px;
    z-index: 1;
}

.search-bar button svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.search-bar button svg path {
    fill: #f16822;
}

.frmSearch {
    border: 1px solid #a8d4b1;
    background-color: #c6f7d0;
    margin: 2px 0px;
    padding: 40px;
    border-radius: 4px;
}

#country-list {
    float: left;
    list-style: none;
    margin-top: -3px;
    padding: 0;
    width: 190px;
    position: absolute;
}

#country-list li {
    padding: 10px;
    background: #f0f0f0;
    border-bottom: #bbb9b9 1px solid;
}

#country-list li:hover {
    background: #ece3d2;
    cursor: pointer;
}

#search-box {
    padding: 8px;
    border: #EE211E 1px solid;
    border-radius: 4px;
    width: 100%;
    position: relative;
    z-index: 1;
}

#search-box:hover,
#search-box:focus {
    border-color: #EE211E;
    box-shadow: none;
    outline: none
}

.newlispr .item {
    margin-bottom: 20px;
}

.newlispr img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.newlispr img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.form-thongtin {
    background: #ffffff;
    margin-bottom: 20px;
}

.form-thongtin .button {
    width: auto;
    background: #EE211E;
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 5px;
    padding: 10px 20px;
    margin: auto;
    text-align: center;
    display: flex;
}

.form-thongtin .button:hover {
    background: #f89520;
}

.form-thongtin input {
    width: 100%;
    padding: 9px 9px;
}

.form-thongtin td span {
    color: #F00;
    position: absolute;
    right: 5px;
    top: 25px;
}

.form-thongtin select {
    width: 100%;
    padding: 9px 9px;
}

.title-form {
    background: #EE211E;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.thanhtoan {
    background: #ffffff;
    padding: 20px;
    margin-bottom: 20px
}

#post .postitem .post-tt {
    font-size: 24px;
}

#goi-thieu h1,
h2,
h3 {
    font-size: 12px;
    font-weight: normal;
}

table {
    border: 0 none;
    border-spacing: 0;
}

#input {
    width: 236px;
    border: 1px solid #a0b581;
    height: 22px;
    font-weight: normal;
    margin-left: 20px;
}

.guimail textarea {
    width: 336px;
    height: 102px;
    font-weight: normal;
    border: 1px solid #ccc;
}

table.cart {
    width: 100%;
}

.guimail {
    font-weight: bold;
    margin-bottom: 20px;
    width: 100%;
}

.tblGrid tr td,
.tblGrid tr th {
    border: 1px solid #ccc;
    padding: 5px;
    border-spacing: 0;
}

.thanhtoan table tr td,
.thanhtoan table tr th {
    border: 1px solid #ccc;
    padding: 5px;
    border-spacing: 0;
}

.guimail tr td {
    padding-top: 10px;
    position: relative;
}

.bgLLGray th {
    color: #817F80;
    padding-right: 10px;
    text-align: right;
}

.guimail .blue {
    color: blue;
}

#icon-fixed-right {
    width: 50px;
    position: fixed;
    right: 5px;
    top: 250px;
    z-index: 997
}

#icon-fixed-right a {
    display: block;
    margin-top: 5px
}

#icon-fixed-right a:first-child {
    margin-top: 0
}

#icon-fixed-right a i {
    width: 50px;
    height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 9999px;
    font-size: 24px;
    line-height: 50px
}

#icon-fixed-right a i {
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 9999px;
    font-size: 16px;
    line-height: 40px;
    background: #4267b2;
}

#icon-fixed-right a i.fa-youtube {
    background: red;
}

#icon-fixed-right a i.fa-map-marker {
    background: #34a853;
}

#icon-fixed-right a i.fa-envelope {
    background: #3754a5;
}

#icon-fixed-right a i.fa-phone {
    background: #278c56;
}

#icon-fixed-right a i.fa-wrench {
    background: #3754a5;
}

#icon-fixed-right a i.fa-arrow-up {
    background: #ed1b24;
}

.row.is-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: flex;
    flex-direction: column;
}

#fixed-left {
    position: fixed;
    right: -3px;
    top: 50%;
    z-index: 99;
}

#fixed-left a {
    padding: 7px;
    width: 45px;
    display: block;
    position: relative;
    background: #EE211E;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 15px;
    border-radius: 5px;
}

#fixed-left a.phone {
    background: #F13500;
}

#fixed-left a.map {
    background: #04AA6D;
}

#fixed-left a.zalo {
    background: #EE211E;
}

#fixed-left a.email {
    background: #1e3c73;
}

#fixed-left a span {
    position: absolute;
    display: none;
    width: max-content;
    right: 58px;
    top: 5px;
    padding: 2px 7px;
    background: #EE211E;
    border-radius: 5px;
}

#fixed-left a span:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-left-color: #EE211E;
    border-width: 8px;
    margin-top: -8px;
}

#fixed-left a:hover span {
    display: block;
}

#fixed-left a img {}

.modal-content {
    border: none;
    box-shadow: none;
    border-radius: 0.5rem;
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0
}

.modal-header {
    background-color: #EE211E;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem
}

@media (max-width: 480px) {
    .modal-header {
        padding: 10px
    }
}

.modal-body .submit {
    background: #FF1A1A;
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    margin-top: 20px;
}

.modal-body form {
    position: relative;
    padding: 15px;
    margin: 0px;
}

.modal-header .close {
    position: absolute;
    top: 0px;
    right: 11px;
    font-size: 35px;
    z-index: 10;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20)
}

.modal-header p {
    margin: 0px;
}

.modal-header .modal-title {
    position: relative;
    min-height: 34px;
    font-weight: normal;
    font-size: 21px;
    line-height: normal;
    margin: 0;
    color: #fff
}

.diachi_map .modal-body {
    padding: 0px;
}

.diachi_map .modal-body .diachi_showroom {
    padding-left: 30px;
    padding-top: 30px;
    font-size: 16px;
}

@media (max-width: 768px) {
    .diachi_map .modal-body .diachi_showroom {
        padding: 30px;
    }
}

@media (min-width: 1000px) {
    .diachi_map .modal-dialog {
        width: 70%;
    }

    .diachi_map .modal-dialog iframe {
        height: 450px;
    }
}

@media (max-width: 480px) {
    .modal-header .modal-title {
        font-size: 16px;
        min-height: 34px;
        line-height: 23px
    }

    .diachi_map .modal-body .diachi_showroom {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .modal-header .modal-title span {
        height: 34px;
        width: 34px;
        line-height: 34px
    }
}

.support-cart {
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 80px;
    top: auto !important
}

.support-cart a.btn-support-cart {
    position: relative;
    margin: 20px 10px;
    text-align: left;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: block
}

.support-cart a.btn-support-cart i {
    width: 40px;
    height: 40px;
    background: #EE211E;
    color: #fff;
    border-radius: 100%;
    font-size: 20px;
    text-align: center;
    line-height: 1.9;
    position: relative;
    z-index: 999
}

.support-cart a.btn-support-cart svg {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 1;
    left: 0;
    right: 0;
    margin: 0 auto
}

.support-cart .count_item_pr {
    position: absolute;
    top: -15px;
    right: -15px;
    height: 25px;
    min-width: 25px;
    border-radius: 50%;
    color: #fff;
    background-color: #EE211E;
    text-align: center;
    line-height: 21px;
    z-index: 9999;
    border: 2px solid #fff;
    font-size: 13px
}

.support-cart:before {
    border: 15px solid transparent;
    border-bottom: 15px solid #EE211E;
    margin-left: -15px;
    bottom: 75px;
    left: 30px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none
}

.support-cart:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    height: 30px;
    background: 0 0;
    display: none;
    z-index: 8
}

.support-cart a.btn-support-cart .kenit-alo-circle {
    border-color: #9ac75d
}

.support-cart a.btn-support-cart .kenit-alo-circle-fill {
    background-color: rgba(142, 192, 74, 0.5)
}

.animated.infinite {
    animation-iteration-count: infinite
}

.animated.hinge {
    animation-duration: 2s
}

.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    animation-duration: .75s
}

.pulse {
    animation-name: pulse;
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

.kenit-alo-circle-fill {
    width: 60px;
    height: 60px;
    top: -10px;
    position: absolute;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
    background-color: rgba(142, 192, 74, 0.5);
    opacity: .75;
    right: -10px
}

.kenit-alo-circle {
    width: 50px;
    height: 50px;
    top: -5px;
    right: -5px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: .1;
    border-color: #9ac75d;
    opacity: .5
}

.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row.is-flex>[class*='col-'] {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.nopadding {
    padding-right: 0;
    padding-left: 0;
}

.nopadding-right {
    padding-right: 0;
}

.nopadding-left {
    padding-left: 0;
}

.nomargin {
    margin-right: 0;
    margin-left: 0;
}

.nomargin-right {
    margin-right: 0;
}

.nomargin-left {
    margin-left: 0;
}

#button-contact-vr {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
}

/*phone*/
#button-contact-vr .button-contact {
    position: relative;
}

#button-contact-vr .button-contact .phone-vr {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}

.phone-vr-circle-fill {
    width: 65px;
    height: 65px;
    top: 12px;
    left: 12px;
    position: absolute;
    box-shadow: 0 0 0 0 #c31d1d;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 50%;
    border: 2px solid transparent;
    -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animuiion: zoom 1.3s infinite;
    animation: zoom 1.3s infinite;
}

.phone-vr-img-circle {
    background-color: #e60808;
    width: 40px;
    height: 40px;
    line-height: 40px;
    top: 25px;
    left: 25px;
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phone-vr-circle-fill 1s infinite ease-in-out;
}

.phone-vr-img-circle a {
    display: block;
    line-height: 37px;
}

.phone-vr-img-circle img {
    max-height: 25px;
    max-width: 27px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

@-webkit-keyframes phone-vr-circle-fill {
    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);
    }
}

@-webkit-keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

@keyframes zoom {
    0% {
        transform: scale(.9)
    }

    70% {
        transform: scale(1);
        box-shadow: 0 0 0 15px transparent
    }

    100% {
        transform: scale(.9);
        box-shadow: 0 0 0 0 transparent
    }
}

.phone-bar a {
    position: fixed;
    bottom: 25px;
    left: 30px;
    z-index: -1;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px 7px 50px;
    border-radius: 100px;
    white-space: nowrap;
}

.phone-bar a:hover {
    opacity: 0.8;
    color: #fff;
}

@media(max-width: 736px) {
    .phone-bar {
        display: none;
    }
}

#zalo-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#zalo-vr .phone-vr-img-circle {
    background-color: #2196F3;
}

#viber-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #714497;
    background-color: rgba(113, 68, 151, 0.8);
}

#viber-vr .phone-vr-img-circle {
    background-color: #714497;
}

#contact-vr .phone-vr-circle-fill {
    box-shadow: 0 0 0 0 #2196F3;
    background-color: rgba(33, 150, 243, 0.7);
}

#contact-vr .phone-vr-img-circle {
    background-color: #2196F3;
}


/*css all in one*/
#gom-all-in-one #phone-vr {
    transition: 0.7s all;
    -moz-transition: 0.7s all;
    -webkit-transition: 0.7s all;
}

#gom-all-in-one #zalo-vr {
    transition: 1s all;
    -moz-transition: 1s all;
    -webkit-transition: 1s all;
}

#gom-all-in-one #viber-vr {
    transition: 1.3s all;
    -moz-transition: 1.3s all;
    -webkit-transition: 1.3s all;
}

#gom-all-in-one #contact-vr {
    transition: 1.6s all;
    -moz-transition: 1.6s all;
    -webkit-transition: 1.6s all;
}

#button-contact-vr.active #gom-all-in-one .button-contact {
    margin-left: -100%;
}

#all-in-one-vr .phone-bar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    color: #fff;
    padding: 5px 15px 5px 48px;
    border-radius: 50px;
    margin-left: -64px;
    width: max-content;
    cursor: pointer;
}