html {
    -webkit-font-smoothing: antialiased
}

@font-face {
    font-family: 'face';
    src: url('../fonts/face.eot');
    src: url('../fonts/face.eot?#iefix') format('embedded-opentype'), url('../fonts/face.woff') format('woff'), url('../fonts/face.ttf') format('truetype');
    font-weight: 400;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    @font-face {
        font-family: face;
        src: url(../fonts/face.svg) format(svg)
    }
}

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

/* General */
body {
    background: url(../assests/bg.jpg) repeat;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 21px
}

h1, h2, h3, h4, h5, h6 {
    color: #3a3a3a;
    font-family: Arial, Helvetica, sans-serif;
    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: 30px
}

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
}

/* Link & hover, focus color */
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
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    vertical-align: middle
}

[type=text], [type=password], textarea, select {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    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] {
    color: #fff;
    background: #2a78c2;
    font-weight: 700;
    display: inline-block;
    outline: none;
    border: 0;
    cursor: pointer;
    padding: 9px
}

[type=submit].button {
    width: 40px;
    height: 41px;
    float: left
}

[type=submit].submit {
    color: #fff;
    background: #2b77c2;
    font-weight: 400;
    margin: 10px auto 0;
    padding: 9px 15px;
    display: block;
    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
}

/* NOTIFICATION */
.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
}

/* TOP HEADER
-------------------------------------------------- */
#topheader #topbar .container .row {
    background: #f7f7f7;
    margin-left: 0px;
    margin-right: 0px
}

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

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

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

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

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

#topheader #topbar .btn {
    background: transparent;
    width: 100%;
    line-height: 38px;
    font-size: 12px;
    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: #797979
}

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

/*#topheader #topbar .dropdown-menu {
	border: none;
	display: block;
	opacity: 0;
	filter: alpha(opacity=0);
	top: 28px;
	left: -14px;
	transition: all 0.3s ease 0s;
	visibility: hidden
}
#topheader #topbar .dropdown-menu > .dropdown-menu-inner {
	padding: 10px;
}
#topheader #topbar .dropdown-menu .row {
	margin-bottom: 0 !important;
}
#topheader #topbar .btn-group:hover .dropdown-menu {
	opacity: 1;
	filter: alpha(opacity=100);
	top: 38px;
	visibility: visible;
}*/
/* language (Dropdown menu) */
.language {
    padding-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) */
.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: #1d1717;
    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 #2d2929;
    -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
}

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

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

/* Mobile Responsive */
#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: #797979;
    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: #2a78c2;
}

#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: #2a78c2;
    border: none;
    display: block;
    color: #fff !important;
    font-size: 11px !important
}

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

#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;
}

/* HEADER
-------------------------------------------------- */
.top-logo .container > .row {
    background: #fff;
    padding: 35px 10px 30px 10px;
    margin-left: 0px;
    margin-right: 0px
}

/* Search */
.main-wrap .header-right {
    margin-bottom: 15px
}

.header-right {
    max-width: 100%;
    overflow: hidden
}

.header-right .search {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

.header-right [type=text].search_query {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0px;
    padding: 9px 9px 9px 50px;
    float: left;
    border: 1px solid #e4e4e4;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.header-right [type=submit].button {
    width: 41px;
    height: 41px;
    float: left;
    position: absolute;
    left: 0px;
    background: none;
    color: #197cd8
}

/* Shipping */
ul.shipping li {
    float: left;
    width: 50%
}

ul.shipping li img {
    float: left
}

ul.shipping li .desi {
    padding-left: 50px
}

ul.shipping li .desi p, ul.shipping li .desi span {
    color: #a2a2a2;
    text-align: left
}

ul.shipping li .desi p {
    font-weight: bold
}

ul.shipping li .desi span {
    font-size: 10px;
    display: block
}

/* Banner ADV top */
ul.bannerqc {
    text-align: center;
}

ul.bannerqc li a {
    display: block;
}

ul.bannerqc li {
    margin-bottom: 4px;
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
}

ul.bannerqc li:last-child {
    margin-bottom: 0
}

/* Social Networks*/
ul.social {
    text-align: center;
    margin: 8px 0px;
    float: right
}

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

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

ul.social li a {
    display: block;
    background: #cdcdcd;
    color: #fff;
    padding: 5px 10px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 23px
}

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

ul.social li a.fb {
    background: #3b5998
}

ul.social li a.tw {
    background: #00aced
}

ul.social li a.yt {
    background: #bb0000
}

ul.social li a.gg {
    background: #dd4b39
}

ul.social li a.rss {
    background: #e67329
}

/* MAIN MENU
-------------------------------------------------- */
.top-menu > .container > .row {
    background: #fff;
    clear: both;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 5px
}

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

.top-menu > .container > .row .navbar-nav {
    margin-bottom: 0px
}

.navbar-nav {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #f1f1f1; /* Old browsers */
    background: -moz-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f1f1f1), color-stop(100%, #e1e1e1)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f1f1f1 0%, #e1e1e1 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f1f1f1 0%, #e1e1e1 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f1f1f1', endColorstr='#e1e1e1', GradientType=0); /* IE6-9 */
    width: 100%;
    margin-bottom: 20px
}

ul.nav li a, ul.nav li.open li a {
    color: #3b4551;
    font-size: 15px;
    padding: 14px 15px 12px 15px;
    font-family: 'face', Arial, Helvetica, sans-serif;
    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:first-child a:hover, ul.nav li:first-child a.active {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

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: #398dde; /* Old browsers */
    background: -moz-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398dde), color-stop(100%, #2e7ac4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #398dde 0%, #2e7ac4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398dde', endColorstr='#2e7ac4', GradientType=0); /* IE6-9 */
}

ul.nav li.open a.dropdown-toggle {
    color: #fff;
    background: #398dde; /* Old browsers */
    background: -moz-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #398dde), color-stop(100%, #2e7ac4)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #398dde 0%, #2e7ac4 100%); /* IE10+ */
    background: linear-gradient(to bottom, #398dde 0%, #2e7ac4 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#398dde', endColorstr='#2e7ac4', GradientType=0); /* IE6-9 */
}

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 {
    margin: 0px 0px;
    border-bottom: 1px solid #eee
}

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;
    border-bottom: none !important;
    overflow: hidden;
    color: #666;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform: capitalize
}

ul.nav li ul.dropdown-menu li a:before {
    position: absolute;
    font-family: FontAwesome;
    top: 10px;
    left: 20px;
    content: "\f0da";
    font-size: 15px;
}

ul.nav li ul.dropdown-menu li a:hover {
    background: #fff;
    color: #2b78c2 !important;
}

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;
}

#nav .search {
    float: right
}

#nav .search input {
    margin-top: 10px;
    padding: 7px
}

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

#login .popup-header {
    background: #2b77c2;
    padding: 15px
}

#login .popup-header h4 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase
}

#login .popup-body {
    padding: 15px
}

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

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

#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: 12px;
    outline: none;
    background: #2b77c2
}

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

#login .popup-body .block .regislink:hover {
    color: #3b4551
}

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

/* start state */
.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);
}

/* animate in */
.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);
}

/* animate out */
.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;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0.001; /* Chrome opacity transition bug */
    -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;
}

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

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

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

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

/* ST-MENU */
.st-content-inner > .main {
    margin: 25px 0px
}

*, *: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;
    /*z-index: 99;*/
    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: #2a78c2;
    -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;
}

/* content style */

.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: #f3efe0;
    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-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 {
    position: absolute;
    left: 15px;
    top: 25px;
    display: block;
    z-index: 9
}

#st-trigger-effects button {
    outline: none;
    display: block;
    background: none;
    padding: 0px;
    border: 1px solid transparent;
    line-height: 0px
}

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

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher, .no-js .st-pusher {
    padding-left: 300px;
}

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

a.list-group-item-stmenu {
    position: relative;
    display: block;
    padding: 10px 15px 8px 15px;
    font-family: 'face', Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px
}

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: #3c8cd8;
    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
}

/* MAIN
-------------------------------------------------- */

/* Main Slider */
.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;
    background: #fff
}

.carousel {
    display: block
}

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

.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
}

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

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

.main-wrap > .row_section > .container > .row {
    padding: 15px 6px 0px 6px
}

footer > .row-section > .container > .row {
    padding: 0px 6px
}

.main-wrap > .row_section > .container > .row, footer > .row-section > .container > .row {
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px
}

/* Feature */
#block-feature {
    padding: 20px;
    background: #fff
}

#block-feature .feature .ImageWrapper {
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    display: block;
    overflow: hidden;
    position: relative;
}

#block-feature .feature .ImageWrapper .PStyleLi {
    -webkit-transform: scale(0.5) rotateY(180deg);
    -moz-transform: scale(0.5) rotateY(180deg);
    -ms-transform: scale(0.5) rotateY(180deg);
    -o-transform: scale(0.5) rotateY(180deg);
    transform: scale(0.5) rotateY(180deg);
    background: #222222;
    height: 100%;
    left: 0;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: 9999;
}

#block-feature .feature .ImageWrapper .PStyleLi span {
    position: absolute;
    top: 50%; /* position the top  edge of the element at the middle of the parent */
    left: 50%; /* position the left edge of the element at the middle of the parent */
    transform: translate(-50%, -50%);
    font-size: 30px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    font-family: 'bebas', Arial, Helvetica, sans-serif;
    padding: 15px 0px;
    font-weight: normal;
    color: #fff
}

#block-feature .feature .ImageWrapper:hover .PStyleLi {
    opacity: .6;
    -webkit-transform: scale(1) rotateY(0deg);
    -moz-transform: scale(1) rotateY(0deg);
    -ms-transform: scale(1) rotateY(0deg);
    -o-transform: scale(1) rotateY(0deg);
    transform: scale(1) rotateY(0deg);
    visibility: visible;
}

.html-text {
    background: #e8e8e8;
    clear: both;
    overflow: hidden;
    padding: 10px 0px;
    margin-left: -5px;
    margin-right: -5px
}

.html-text ul {
    width: 100%;
    text-align: center
}

.html-text ul li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
    color: #333;
    margin-right: 10px;
}

/* OWL Slider */
#owlslider {
    margin-bottom: 25px
}

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

#products-featured .itemfeatured h2 span, #product-listitem .listitem h2 span, #customer .itemcus h2 span, .intro h2 span, .news h2 span, .accordion h2 span, #email-newsletter h2 span, #gallery-pic h2 span, #contact .itemcontact .contact-form h2 span, #box_search h2 span, .contact-info h2 span {
    font-family: 'face', Arial, Helvetica, sans-serif;
    display: table;
    padding: 0px;
    text-transform: uppercase;
    color: #2b78c2;
    font-size: 22px;
    float: left
}

#products-featured {
    margin-bottom: 20px
}

#products-featured .itemfeatured {
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 20px 20px
}

#product-listitem {
    margin-bottom: 25px;
    clear: both
}

#product-listitem .listitem {
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 5px 20px
}

.top-product_latest > .container > .row,
.top-product_cat > .container > .row,
.top-product_customized > .container > .row {
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 8px 0px 8px
}

.top-product_category > .container > .row,
.top-slideshow > .container > .row {
    background: #fff;
    clear: both;
    padding: 0px 6px;
    margin-left: 0px;
    margin-right: 0px
}

.top-slideshow > .container > .row {
    padding: 0px 6px 20px 6px
}

.top-banner > .container > .row {
    background: #fff;
    clear: both;
    padding: 0px 6px;
    margin-left: 0px;
    margin-right: 0px
}

/* Banner */
.banner-small {
    text-align: center
}

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

.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 */
.footer-html.footer-newsletters > .container > .row {
    background: #f7f7f7;
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px 6px
}

.intro {
    clear: both;
    overflow: hidden
}

.intro img {
    margin-bottom: 10px
}

.intro p {
    text-align: justify;
    color: #656c76;
    font-size: 13px;
    float: right;
    clear: both
}

/* breadcrumbs */
.breadcrumbs {
    color: #777;
    font-weight: 400;
    font-style: italic;
    margin: 10px 0px
}

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

.breadcrumbs a:hover {
    color: #777
}

/* Detail product */
.detail h2 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 30px;
    text-align: left;
    border-radius: 0px;
    color: #2b77c2
}

.detail .price-num {
    overflow: hidden;
    margin-bottom: 10px;
    background: #f6f6f6;
    padding: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: 15px
}

.detail .price .price-new,
.detail .price .text_call {
    margin-top: 0px !important;
    font-size: 18px;
    line-height: 35px;
    font-weight: bold
}

.detail .quantity-input {
    text-align: right;
}

.detail .quantity-input input[type=text] {
    margin: 0px 0px 0px 5px;
    padding: 6px 5px;
    text-align: center
}

.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 input[type=submit], ul.function input[type=submit].addtocart, ul.function a.addtocart, ul.function a.cart-popup {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    width: auto;
    padding: 0px 10px
}

ul.function a.addtocart, ul.function a.cart-popup {
    line-height: 35px
}

.detail ul.function .btnitem {
    background: #2a78c2;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    border: none
}

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

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

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

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

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

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

/* utilities */
.utilities {
    background: #fff;
    border: 1px solid #eee;
    margin: 10px 0px 15px 0px;
    padding: 5px 10px
}

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

.utilities .filter select.filter-query, select.number {
    border: 1px solid #e4e4e4;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    -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;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap
}

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

.utilities .view .active {
    color: #2b77c2
}

/* order-product (Dropdown menu) */
.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;
    font-family: 'neo', Arial, Helvetica, sans-serif
}

.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 */
.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
}

.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
}

.block .main-inner label.old_password, .block .main-inner label.user_password, .block .main-inner label.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
}

.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%
}

/* tab product */
#product-tab {
    margin: 10px 0
}

ul.tabs {
    list-style: none;
    clear: both;
    overflow: hidden;
    padding: 0
}

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: 14px;
    cursor: pointer;
    border: 1px solid #ebebeb;
    border-bottom: none;
    background: #f3f3f3;
    padding: 10px 30px
}

ul.tabs li.selected a {
    background: #fff;
    color: #333;
    text-transform: uppercase;
    cursor: pointer
}

ul.tab {
    clear: both;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-top: -1px;
    padding: 20px
}

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
}

ul.tab img {
    border: 1px solid #ededed;
    display: block;
    width: 550px;
    margin: 0 auto;
    padding: 5px
}

/* Product */

/* Gird Product */
.mg {
    margin-bottom: 15px
}

.product a {
    text-decoration: none
}

.product {
    position: relative;
    border: 1px solid #ececec
}

.product:hover {
    visibility: visible
}

.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%
}

.product .image .img-overflow img, .catalist .image .img-overflow img {
    width: 100%
}

.product .ImageWrapper {
    display: block;
    overflow: hidden;
    position: relative;
}

.product .image .img-overflow .ImageOverlay {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 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 .img-overflow:hover .ImageOverlay {
    opacity: 1
}

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

.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 .des-product {
    padding: 10px
}

.product .des-product h3 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #2b78c2;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-align: left !important
}

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

.product .price {
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    font-weight: 400;
    color: #ef2b53;
    vertical-align: middle;
    display: -moz-inline-stack;
    display: inline-table;
    zoom: 1;
    white-space: nowrap
}

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

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

    /* IE11 */
}

@-moz-document url-prefix() {
    .product .price {
        display: inline-flex
    }
}

.product .price .price-new,
.product .price .text_call {
    font-size: 13px;
    font-weight: bold
}

.product .price .price-old {
    text-decoration: line-through;
    padding-right: 10px;
    font-size: 13px;
    color: #a2a2a2
}

.product h3 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #2b78c2;
    border-bottom: none !important;
    margin-bottom: 0px !important;
    height: 43px;
    line-height: 21px;
    overflow: hidden;
    text-align: left !important;
}

.product h3 a {
    color: #2b78c2
}

/* List Product */

.catalist {
    margin-bottom: 30px
}

.catalist .product {
    border: none
}

.catalist p {
    margin-bottom: 10px;
    padding: 10px 0;
    clear: both;
}

.catalist h3 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    border-radius: 0px;
    color: #2b77c2
}

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

.catalist .product-label-special small {
    position: absolute;
    top: 2px;
    right: 6px;
    color: #fff;
    -ms-transform: rotate(47deg);
    -webkit-transform: rotate(47deg);
    transform: rotate(45deg)
}

.catalist .price {
    margin-bottom: 10px
}

.catalist .price, .detail .price {
    font-family: Arial, Helvetica, sans-serif;
    color: #ef2b51;
    vertical-align: middle;
    font-weight: 400;
    float: left
}

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

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

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

/* Fuction (Cart - Favorite - Compare) */
.btn {
    outline: none !important
}

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

ul.function li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
    margin-right: 3px
}

ul.function li .out_of_stock {
    background: #2a78c2;
    color: #fff !important;
    border-radius: 4px;
    padding: 7px
}

ul.function .btnitem, .btnitem, .catalist ul.function .btnitem, .catalist .btnitem {
    background: #388cdc;
    color: #fff;
    height: 35px;
    width: 35px;
    transition: background-color .3s ease-out;
    -o-transition: background-color .3s ease-out;
    -moz-transition: background-color .3s ease-out;
    -webkit-transition: background-color .3s ease-out;
    outline: none;
    padding: 0px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: none
}

ul.function .btnitem:hover, .btnitem:hover {
    color: #fff;
    background: #388cdc
}

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

/* News */
.news {
    overflow: hidden;
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 20px 20px;
    margin-bottom: 25px
}

.news .topnews img {
    margin-bottom: 10px;
    width: 100%
}

.news .topnews h3 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    color: #3a3a3a
}

.news .topnews h3:hover {
    color: #2b77c2
}

.news .topnews img {
    float: left;
    width: 40%;
    margin-right: 15px;
    padding: 2px;
    border: 1px solid #eaeaea
}

.news .topnews p {
    text-align: justify;
    color: #7e8186;
    font-size: 13px;
    border-top: 1px solid #eaeaea;
    display: table;
    padding-top: 5px
}

.news .topnews .date {
    color: #898989;
    font-size: 12px;
    padding: 5px 0px
}

.news .listnew h5 {
    font-family: 'bebas', Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal
}

.news .listnew ul li {
    padding: 7px 0px
}

.news .listnew ul li:first-child {
    padding-top: 0px
}

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

.news .listnew ul li a {
    text-align: left;
    color: #7e8186;
    display: block;
    font-size: 13px
}

.news .listnew ul li a i {
    padding-right: 10px;
    color: #2979be;
    font-size: 8px;
    top: -2px;
    position: relative
}

.news .listnew ul li a:hover {
    color: #2979be
}

/* Customer */
#customer {
    position: relative;
}

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

#products-featured .owl-pagination, #customer .owl-pagination, #featured .owl-pagination {
    display: none
}

.cus {
    border: 1px solid #eaeaea;
    border-left: none;
    border-right: none;
    padding: 20px 0px
}

.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 {
    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"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%);
    opacity: .5
}

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

/* Blog */
.itemblog {
    margin: 10px 0px 20px 0px
}

.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: 5px 0px;
    border: 1px dotted #e0e0e0;
    border-left: none;
    border-right: none
}

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

.itemblog p, .catalist p, .detail p.des, .detail p, .postitem p {
    text-align: justify;
    font-size: 13px;
    color: #808080;
    margin: 0
}

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

.itemblog h2 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    border-radius: 0px;
    color: #2b77c2
}

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

.all {
    font-family: Arial, Helvetica, sans-serif;
    color: #2c78c3;
    font-size: 13px;
    float: right;
    text-decoration: none;
    padding: 0px 5px
}

.all i {
    padding-right: 10px
}

.all:hover {
    color: #2c78c3;
    text-decoration: underline
}

.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
}

/* BILL */
table.list-price {
    font-family: Arial, Helvetica, sans-serif;
    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-family: Arial, Helvetica, sans-serif;
    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
}

/* LIKEBOX - RES */
.fb_iframe_widget {
    background: #fff !important
}

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
    width: 100% !important;
}

.addthis_button_facebook_like {
    width: 110px
}

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

/* PAYMENT */
.cart-step {
    margin: 30px 0px 15px 0px;
    overflow: hidden
}

ol.progtrckr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ol.progtrckr li {
    display: inline-block;
    text-align: center;
    float: left
}

ol.progtrckr[data-progtrckr-steps="4"] li {
    width: 25%;
}

ol.progtrckr li.progtrckr-done {
    color: #36414b;
    border-top: 10px solid #36414b;
    padding: 10px 4%
}

ol.progtrckr li.progtrckr-done a {
    font-weight: bold;
    color: #36414b;
}

ol.progtrckr li.progtrckr-todo a {
    color: #d8d8d8
}

ol.progtrckr li.progtrckr-todo {
    color: #d8d8d8;
    border-top: 10px solid silver;
    padding: 10px 4%
}

ol.progtrckr li:before {
    position: relative;
    bottom: -2.5em;
    float: left;
    left: 50%;
    line-height: 1em;
}

ol.progtrckr li.progtrckr-done span.step {
    color: white;
    background: #36414b;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 4px;
    display: block;
    font-weight: normal;
    float: left
}

ol.progtrckr li.progtrckr-done p {
    float: left;
    line-height: 28px;
    padding-left: 15px
}

ol.progtrckr li.progtrckr-todo p {
    float: left;
    line-height: 28px;
    padding-left: 15px
}

ol.progtrckr li.progtrckr-todo span.step {
    color: silver;
    background: #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    padding: 4px;
    display: block;
    border: 2px solid #d8d8d8;
    font-weight: normal;
    float: left
}

.cart-list {
    overflow: hidden
}

.cart-list li.thead {
    background: #36414b !important
}

.cart-list li.thead div {
    color: #fff !important
}

.cart-list li, .block .heading {
    display: table;
    width: 100%;
    float: left;
    color: #000;
    border-bottom: 1px solid #dddddd
}

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

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

.cart-list li:before, .cart-list li:after {
    content: "";
    display: table;
    clear: both
}

.cart-list li div {
    height: 100%;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    padding: 12px 1%
}

.cart-list li div span {
    color: #000;
    display: none
}

.cart-list li div.name > p {
    margin: 0;
    font-size: 14px
}

.cart-list li div:last-child {
    border: 0
}

.cart-list li div.name {
    text-align: left;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    width: 45%
}

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

.cart-list li div.name div {
    display: block;
    height: 100%;
    overflow: auto;
    width: auto;
    padding: 0
}

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

.cart-list li div.name div.product_attr.cart_attr {
    display: inherit
}

.cart-list li div.name div.product_attr.cart_attr p {
    color: #454545;
    text-align: left;
    font-weight: normal;
    margin-left: 10px
}

.cart-list li div.name div.product_attr.cart_attr .name_group {
    font-weight: bold !important;
    margin: 0px
}

.cart-list li div.name div.product_attr.cart_attr .name_attr i {
    padding-right: 5px
}

.cart-list li div.amount {
    width: 11%;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    vertical-align: middle
}

.cart-list li div.amount input {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 10px 0px;
    outline: none;
    font-size: 13px;
    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;
    text-align: center;
    width: 100px
}

.cart-list li div.unit-price {
    width: 17%;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    vertical-align: middle
}

.cart-list li div.price {
    width: 19%;
    font-weight: 700;
    font-size: 12px;
    color: #333;
    vertical-align: middle
}

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

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

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

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

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

.cart-list.guidi li div.name {
    width: 44%
}

.cart-list li div.cs, .cart-list li div.del {
    width: 7%;
    text-align: center;
    vertical-align: middle
}

.cart-list li div.cs a, .cart-list li div.del a {
    color: #fff
}

a.del_all {
    display: table;
    float: right;
    padding: 15px 0px 0px 0px;
    color: #d90b00;
    font-size: 13px;
    font-weight: bold
}

a.del_all i {
    padding-right: 10px
}

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

/* Total */
.total {
    background: #fff;
    border: 1px solid #ebebeb;
    margin: 15px 0;
    position: relative;
    overflow: hidden
}

.total .left.col-lg-8.col-md-8.col-sm-12.col-xs-12 {
    padding: 0px
}

.total .left .coupon {
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #ebebeb
}

.total .left .coupon span {
    line-height: 40px;
    margin-right: 10px;
    color: #878787;
    float: left
}

.total .left .coupon input {
    float: left;
    margin: 0px
}

.total .left .coupon a {
    color: #fff;
    background: #36414b;
    font-weight: 700;
    float: left;
    margin: 1px 0px 0px 6px;
    padding: 9px 15px;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer
}

.total .left .payment-notifi {
    background: #f9f9f9;
    overflow: hidden;
    padding: 10px;
    border-bottom: 1px solid #ebebeb
}

.total .info {
}

.total .info li {
    font-size: 12px;
    line-height: 25px
}

.total .info li img {
    margin-right: 15px
}

.confirm {
    background: #f9f9f9;
    padding: 15px 20px;
    height: 100%;
    right: 0px;
    border-left: 1px solid #ebebeb
}

.confirm li {
    display: block;
    border-bottom: 1px dotted #ccc;
    clear: both;
    padding: 10px 0;
    overflow: hidden
}

.confirm li:first-child {
    padding-top: 0px
}

.confirm li:last-child {
    border-bottom: none;
    padding-bottom: 0px
}

.confirm li a i {
    color: #F00
}

.confirm .red1 {
    color: red
}

a.cart-continue, input[type=submit].cart-continue {
    display: block;
    color: #fff;
    background: #2a78c2;
    font-weight: 700;
    outline: none;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 9px;
    margin-bottom: 15px
}

a.cart-continue-shopping {
    display: block;
    color: #06a0ed;
    margin-bottom: 15px;
    font-weight: 700;
    outline: none;
    border: 0;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    cursor: pointer;
    padding: 9px 0px;
    text-decoration: underline
}

a.cart-continue-shopping i {
    padding-right: 10px
}

a#checkout_express {
    background: #36414b;
    margin-left: 10px
}

.panel.panel-default.cart-step-two {
    background: #fff;
    border: 1px solid #eaeaea
}

.cart-step-two .panel-heading {
    padding: 0px
}

.cart-step-two .panel-heading .panel-title {
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
}

.cart-step-two .panel-heading .panel-title a {
    display: block;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 1)
}

.cart-step-two .panel-body {
    padding: 15px 30px 15px 15px
}

.cart-step-two .panel-body ul li {
    line-height: 25px;
    color: #515151
}

.cart-step-two .panel-body ul li i {
    padding-right: 10px
}

.cart-step-two .panel-body .radio label input[type=radio] {
    margin-top: 4px
}

.cart-step-two .panel-body .radio ul li {
    line-height: 25px;
    color: #878787
}

.cart-step-two .panel-body .radio ul li i {
    padding-right: 10px
}

.cart-step-two .panel-body .radio .block {
    border: none
}

.cart-step-two .panel-body .radio .block .main label {
    display: inline-block;
    font-size: 13px;
    width: 20%;
    margin-left: 20px
}

.cart-step-two .panel-body .radio .block .main {
    background: #f5f5f5;
    margin-top: 10px;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border-top: none;
    overflow: hidden
}

.cart-step-two .panel-body .radio .block .main p.title {
    font-weight: bold
}

.cart-step-two .panel-body .radio .block .main input, .cart-step-two .panel-body .radio .block .main select {
    width: 72%
}

.total-step-two {
    margin-bottom: 15px
}

.total-step-two .confirm {
    position: relative;
    right: inherit;
    border: 1px solid #ddd;
    border-top: none
}

.total-step-two .confirm li span.name-product {
    font-size: 11px;
    width: 50%
}

.total-step-two .heading {
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    display: block;
    padding: 10px;
    font-weight: bold;
    font-size: 13px;
    text-shadow: 0px 2px 0px rgba(255, 255, 255, 1);
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

a#new_shipping {
    color: #000
}

#pop_create_new_shipping_address, #news_pop_create_new_customer, #news_pop_create_checkout_express {
    background: #fff;
    width: 50%;
    margin: 0 auto;
}

#pop_create_new_shipping_address .mfp-close, #news_pop_create_new_customer .mfp-close, #news_pop_create_checkout_express .mfp-close {
    color: #000
}

#pop_create_new_shipping_address .block, #news_pop_create_new_customer .block, #news_pop_create_checkout_express .block {
    border: none
}

#pop_create_new_shipping_address .block .main-inner, #news_pop_create_new_customer .block .main-inner, #news_pop_create_checkout_express .block .main-inner {
    padding: 20px
}

#pop_create_new_shipping_address [type=submit], #news_pop_create_new_customer [type=submit], #news_pop_create_checkout_express [type=submit] {
    float: right
}

#news_pop_create_checkout_express .block p.title {
    background: #f2f2f2;
    padding: 15px;
    font-weight: bold
}

#news_pop_create_checkout_express .block .main-inner span {
    color: #F00;
    font-style: italic;
    font-size: 12px
}

#news_pop_create_checkout_express .block .main-inner label {
    margin-left: 0px
}

#news_pop_create_checkout_express .block .main-inner a:hover {
    color: #777
}

/* LOADING SHIPPING */
#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 */
.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, .btnitem {
    background: #2a78c2;
    color: #fff;
    border: none;
    width: 35px;
    height: 35px;
    padding: 0px;
    border-radius: 0px
}

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

/* ATTR */
.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
}

.product_attr ul.list_attr {
    color: #454545
}

/* CART POPUP */
#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: #2b77c2;
    padding: 15px
}

#cart-popup .popup-header h4 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    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 LIST */
.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 REVIEW */
.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%
}

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

.form_payment input {
    width: 40%
}

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

#compare .compareitem .title {
    background: #f1f1f1;
    font-family: bebas, Arial, Helvetica, sans-serif;
    color: #000;
    text-align: right;
    font-weight: 400;
    font-size: 20px;
    border-left: none;
    margin: 15px;
    padding: 10px
}

#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: #fb544e
}

#compare .compareitem h3 {
    font-family: bebas, Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

#compare .compareitem .price {
    background: #e86489;
    font-family: bebas, Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    margin: 5px 15px;
    padding: 10px
}

#compare {
    margin: 0 0 20px
}

#compare ul.function {
    border: none
}

#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
}

/* post */
#post .postitem h2 {
    font-family: face, Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #2b77c2
}

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

#post .postitem img {
    display: block;
    border: 1px solid #ededed;
    width: 550px;
    margin: 0 auto;
    padding: 5px
}

/* contact */
.contact-map, .contact-info {
    margin-bottom: 15px
}

.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
}

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

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

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

/* NEWS FOOTER */
.news-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.news-footer li {
    padding: 7px 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: #384450;
}

.news-footer li a:hover {
    color: #2c79c1
}

/* TAG */
.main > ul.tags-footer {
    margin: 0px
}

ul.tags-footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin-top: 15px;
    overflow: hidden;
    text-transform: uppercase
}

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

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

/* Detail Tag */
#tag {
    background: #fff
}

#tag .tag-detail {
    padding: 15px 0px;
    overflow: hidden
}

#tag .tag-detail .img-blog img {
    margin-bottom: 10px
}

#tag .tag-detail h2 {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    border-radius: 0px;
    color: #2b77c2
}

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

#tag .tag-detail p {
    font-family: 'sans-r', Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 14px;
    color: #807f7f;
    margin: 0;
    padding: 5px 0px
}

/* Module Popup */
.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
}

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

.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 h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    background: #e4dbd9;
    padding: 10px;
    border-bottom: none;
}

.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: ""
}

/* ASIDE
-------------------------------------------------- */

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

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

/* Vertical Menu */
.panelvmenu {
    background: #f7f7f7;
    border-radius: 0px
}

a.list-group-item-vmenu {
    position: relative;
    display: block;
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    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: #398cdc
}

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: #f7f7f7;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #ececec;
    border-top: none;
    position: absolute;
    width: 100%;
    z-index: 99
}

ul.list_category.menu-postion {
    position: inherit;
}

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

ul.list_category > li:last-child {
    border-bottom: none;
    padding-bottom: 5px
}

ul.list_category > li a {
    padding: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 13px;
    -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;
    color: #d9d9d9;
    font-size: 15px
}

ul.list_category > li a:hover {
    color: #398cdc;
    background: #f7f7f7
}

ul.list_category > li > .box_megam {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #f7f7f7;
    width: 100%;
    z-index: 99
}

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_mega_menu_level2 li {
    list-style: none
}

ul.list_category > li > .box_megam .block_menu .list_mega_menu a,
.box_megam_level2 .block_menu_level2 .list_mega_menu_level2 a {
    background: none;
    padding: 20px 20px 0px 20px;
    color: #333
}

ul.list_category > li > .box_megam .block_menu .list_mega_menu > li:last-child a,
.list_mega_menu_level2 > li:last-child a {
    padding-bottom: 20px !important
}

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 {
    color: #398cdc
}

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

/* LEVEL 2 */
ul.list_category > li > .box_megam > .block_menu > ul.list_mega_menu > li > .box_megam_level2 {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    background: #f7f7f7;
    width: 100%;
    z-index: 99
}

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 20px 0px 20px;
    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
}

/* Module */
.box-category {
    margin-bottom: 15px;
    background: #fff;
    position: relative
}

.box-category-menu {
    background: #fff;
    margin-bottom: 15px;
    -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;
    position: relative
}

.box-category-menu .heading {
    background: #f7f7f7;
    border: 1px solid #ececec;
    border-bottom: 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;
    padding: 15px;
    color: #2b78c2;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'face', Arial, Helvetica, sans-serif
}

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

.box-category .heading {
    position: relative;
    overflow: hidden;
    background: #388ada;
    -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
}

.box-category .heading span {
    font-family: 'face', Arial, Helvetica, sans-serif;
    display: table;
    padding: 12px 10px 10px 10px;
    text-transform: uppercase;
    color: #fff;
    font-size: 18px
}

.box-category .main {
    position: relative;
    border: 1px solid #ececec;
    border-top: none;
    padding: 15px
}

/* Product silder */
.typical-products .product {
    border: none;
    padding: 0px;
    box-shadow: none
}

.typical-products .product p {
    text-align: justify;
    color: #6a6a6a;
    font-size: 13px;
    margin: 0px !important
}

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

.typical-products .owl-controls .owl-pagination {
    top: 10px !important;
    margin-bottom: 10px;
    display: none
}

.typical-products ul.function {
    display: inline-table
}

/* Last Product */
#product-listitem .box-category {
    margin-bottom: 0px
}

#product-listitem .box-category .main {
    border: none;
    margin: 0px;
    padding: 0px 0px 10px 0px
}

#product-listitem .box-category .main ul.list {
    padding: 0px
}

.box-category .main ul.list li {
    background: #fff;
    border-bottom: 1px dashed #d4d4d4;
    overflow: hidden;
    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: none;
    padding-bottom: 0px
}

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

.box-category .main ul.list li p {
    font-size: 12px;
    color: #333;
    font-weight: 400;
    max-height: 42px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

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

.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 {
    font-family: Arial, Helvetica, sans-serif;
    color: #ef2b53;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.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
}

/* LIST POST */
.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
}

.box-category .main ul.list_post li p {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    max-height: 42px;
    overflow: hidden;
    font-family: 'dax', Arial, Helvetica, sans-serif;
}

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

/* Who is online*/
.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
}

/* Custom Moudle */
.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 solid #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
}

.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 {
    font-family: 'font', Arial, Helvetica, sans-serif
}

.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
}

/* PAGINATION */
ul.pagination {
    width: 100%;
    text-align: center;
    padding: 10px 0px 5px 0px;
    margin: 15px 0px
}

ul.pagination li {
    display: inline-block;
    *display: inline; /*IE7*/
    *zoom: 1; /*IE7*/
    color: white;
    margin-right: 10px
}

ul.pagination li a {
    border-radius: 0px;
    background: none;
    color: #808080;
    border: none
}

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: #2a78c2;
    color: #fff
}

/* GALLERY */
.top-gallery_category > .container > .row {
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px 10px
}

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

#gallery-pic {
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 0px 20px;
    margin-bottom: 15px
}

#gallery-pic .product {
    margin-bottom: 15px
}

#gallery-pic .product p {
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 17px;
    border-radius: 0px;
    clear: both;
    padding: 10px 8px;
    color: #2b78c2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

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

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

footer .be_before_last_section #gallery-pic, footer .before_last_section #gallery-pic, footer .last_section #gallery-pic {
    padding: 0px;
    background: none;
    border: none;
    margin-bottom: 0px
}

footer #gallery-pic .row {
    border-bottom: 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
}

/* NEWS LETTER */
.top-newsletters > .container > .row {
    background: #fff;
    clear: both;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 10px 0px 10px
}

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

#email-newsletter {
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 20px 20px;
    margin-bottom: 25px
}

#email-newsletter.footer {
    background: none
}

#email-newsletter p {
    font-size: 13px;
    font-family: 'dax', Arial, Helvetica, sans-serif;
    color: #807f7f;
    text-align: justify;
    clear: both
}

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

#email-newsletter form.submit_register_email input[type=text] {
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
    width: 100%;
    margin: 0px;
    padding: 9px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}

#email-newsletter form.submit_register_email input[type=submit] {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    border-radius: 0px;
    border-bottom: none;
    font-weight: bold;
    background: #2b77c2
}

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

footer .footer-newsletters #email-newsletter {
    background: #f7f7f7;
    border: none;
    padding: 0px;
    margin: 0px
}

footer .footer-newsletters #email-newsletter form.submit_register_email input[type=submit] {
    position: inherit;
    margin-top: 15px
}

footer .be_before_last_section #email-newsletter, footer .before_last_section #email-newsletter, footer .last_section #email-newsletter {
    padding: 0px;
    background: none;
    margin-bottom: 0px
}

/* SEARCH ADV */
#box_search {
    border: 1px solid #ececec;
    position: relative;
    padding: 10px 20px 5px 20px;
    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-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 22px;
    text-align: left;
    border-radius: 0px;
    color: #2b77c2
}

#box_search .box_search_detail h3:hover {
}

#box_search .box_search_detail p {
    text-align: justify;
    font-size: 13px;
    color: #808080;
    margin: 0;
    padding: 10px 0px
}

#box_search .box_search_detail .price {
    font-family: Arial, Helvetica, sans-serif;
    color: #ef2b51;
    vertical-align: middle;
    font-weight: 400;
    float: left
}

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

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

/* FOOTER
-------------------------------------------------- */
footer {
    clear: both
}

/* Footer Center */
footer .footer-center {
    background: #202020;
    padding: 25px 0px
}

.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
}

.box h3, footer .footer-html h3, footer .footer-tag h3, footer .footer-post_views h3, footer .footer-post_customized h3, footer .footer-gallery_category h3, footer .footer-gallery h3, footer .footer-video_category h3, footer .footer-video h3, footer .footer-newsletters h3 {
    color: #2c7ac5;
    font-family: 'face', Arial, Helvetica, sans-serif;
    font-size: 25px;
    margin-bottom: 15px;
    text-transform: uppercase
}

/* Copyright */
footer .copyright {
    padding: 15px 0px;
    color: #384450;
    font-size: 13px
}

footer .copyright a {
    color: #2b77c2;
}

footer .copyright select {
    width: 100%
}

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

/* BEFORE FOOTER*/
footer .before_last_section .container .row, footer .last_section .container .row {
    background: #fff
}

footer .before_last_section .container .row, footer .be_before_last_section .container .row {
    padding: 20px 10px 0px 10px
}

footer .last_section .container .row {
    padding: 10px
}

/* SEARCH ADV PRODUCT */
.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
}

/* 404 */
.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: #2b78c2;
    -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: #2b78c2;
    -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: #2b78c2;
    -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: #2b78c2;
    -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: #2b78c2;
    -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
}

/*print*/
@media print {
    a[href]:after {
        content: "";
    }
}

/*print*/
ul.shipping li .desi p:hover {
    color: #428bca;
}

.woocommerce .woocommerce-info {
    display: none;
}

#order_review_heading, #order_review .shop_table, #order_review #payment .payment_methods {
    display: none;
}
#customer_details .col-1, #customer_details .col-2{
    float: inherit;
    width: 100%;
}
#tb_description a{
color: #428bca;
}
#tb_description a:hover{
color: #009200;
}