@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,500,500italic,700,700italic&subset=latin,vietnamese,latin-ext);

#admin_bar_iframe {
    display: none
}
.banner_left {
    min-height: 307px;
    max-height: 307px;
    overflow: hidden
}
html,
body {
    height: 100%
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #333;
    background-color: #fff
}
a {
    /*color: #f36f21;*/
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
a:hover {
    color: #f36f21
}
a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    border: 0;
    text-decoration: none
}
p {
    line-height: 1.5
}
ul {
    padding: 0;
    margin: 0;
    list-style: none
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase
}
h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 2em
}
input,
textarea {
    outline: none
}
label {
    font-weight: 400
}
.no-padding {
    padding: 0
}
.no-padding-left {
    padding-left: 0
}
.no-padding-right {
    padding-right: 0
}
.btn-send {
    background-color: #ff5050;
    border-radius: 5px;
    border: 0;
    color: #fff;
    padding: 8px 14px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.btn-send:hover {
    background-color: #e6e6e6;
    color: #333
}
.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.btn-readmore:hover {
    background-color: #000;
    color: #fff
}
.header-top {
    background-color: #0f7fc1;
}
.header-top-right {
    color: #fff;
    text-align: right
}
.header-top-right p {
    display: inline-block
}
.header-top-right li {
    display: inline-block;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    padding: 0 3px
}
.header-top-right li:last-child {
    padding-right: 0
}
.header-top-right li a {
    color: #fff;
    font-size: 12px
}
.header-content {
    background-color: #fff
}
.header-logo {
    display: block;
    //padding: 20px 0
}
.header-logo img {
    width: 100%
}
.header-content-right {
    margin-top: 20px
}
.header-search {
    width: 100%;
    position: relative
}
#header-search-input {
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    width: 100%;
    padding: 9px 10px;
    font-style: italic;
    font-size: 12px
}
#header-search-btn {
    border: none;
    //background-color: #f36f21;
	background: #30A9DE;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    padding: 8px 25px;
    text-transform: uppercase
}
.header-hotline {
    text-align: center;
    padding: 8px 8px 7px;
    color: #e53a40;
    //background-color: #e53a40;
    border-radius: 3px;
    font-size: 15px;
	font-weight: bold;
	border: 1px solid #66AD45
}
.header-cart {
    line-height: 36px;
    margin-top: 7px;
    text-align: right
}
.header-cart a {
    display: block;
    color: #090707;
    font-size: 12px;
    padding-left: 30px;
    background: url(cart1.png) no-repeat 20px 2px
}
.header-cart b {
    font-size: 15px;
    color: #e53a40
}
.main-nav {
    margin-top: 15px
}
.main-nav-content {
    text-align: right
}
.main-nav-content > ul > li {
    display: inline-block;
    position: relative
}
.main-nav-content > ul > li > a {
    color: #090707;
    font-size: 13px;
    padding: 0 15px;
    line-height: 35px;
    display: block
}
.main-nav-content > ul > li:last-child > a {
    padding-right: 0
}
.main-nav-content > ul > li.active > a,
.main-nav-content > ul > li:hover > a {
    color: #f36f21
}
.main-nav-content .submenu {
    display: none;
    position: absolute;
    left: 0;
    margin-top: 35px;
    background-color: #2996c6;
    z-index: 999;
    width: 200px;
    text-align: left
}
.main-nav-content > ul > li:hover .submenu {
    display: block
}
.main-nav-content .submenu li {
    line-height: 30px
}
.main-nav-content .submenu li a {
    line-height: 30px;
    display: block;
    font-size: 13px;
    color: #fff;
    padding: 3px 15px
}
.main-nav-content .submenu li a:hover {
    color: #111;
}
.header-menu-btn span {
    color: #f36f21;
    margin-top: 15px
}
.header-menu-btn-hidden {
    overflow: hidden
}
.header-nav-mobile {
    width: 300px;
    height: 100%;
    background-color: #0F7FC1;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
	transition: left 1s
    <!--overflow-y: scroll;-->
}
.header-nav-mobile ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase
}
.fa.fa-close.fa-2x {
    padding: 10px;
    color: #E53A40
}
.policy {
    background-color: #f2f2f2;
    border-top: 2px solid #f36f21
}
.policy-col {
    padding: 15px 0;
    border-right: 2px solid #fff;
    text-align: center
}
.policy-col.last {
    border: 0
}
.policy-col p {
    margin: 0;
    color: #7b7b7b;
    font-size: 13px
}
.header-sales-col {
    padding: 20px 0
}
.header-sales-col p {
    margin-bottom: 0
}
.header-sales-col p a {
    color: #0c0c0c;
    font-size: 13px;
    position: relative;
    display: block
}
.header-sales-col p a:hover {
    color: #f36f21
}
.header-sales-col p a:after {
    position: absolute;
    content: '';
    width: 33px;
    height: 13px;
    margin-left: 10px;
    top: 3px;
    background: url(hot.png) no-repeat 0 0
}
.video-right.block {
    margin-bottom: 0
}
.banner-right {
    margin-top: -3px
}
.block {
    margin-bottom: 20px
}
.title_block {
    background-color: #0f7fc1;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-left: 15px;
    margin-bottom: 2px;
    cursor: pointer
}
.title_block span {
    margin-left: 15px
}
<!--.verticalmenu .title_block:hover .verticalcontent .list-child{display: block;}
.verticalmenu .title_block .verticalcontent .list-child{display: none; position: absolute;}-->
.verticalmenu {
    position: relative
}
.verticalcontent {
    border: 1px solid #ebebeb
}
.list-child li.level0 {
    line-height: 19px;
    padding: 0 15px
}
.list-child li a {
    color: #0c0c0c;
    font-size: 14px;
    display: block;
    padding: 5px 0
}
.list-child li a:hover {
    color: #f36f21
}
.submenu {
    display: none;
    position: absolute;
    top: 0;
    left: 190px;
    background-color: #f0eeef;
    z-index: 99;
    width: 663px
}
.submenu.sub02 {
    padding: 15px;
    height: 359px
}
.list-child li:hover .submenu {
    display: block
}
.submenu > .level1 {
    float: left;
    width: 33.333333%
}
.submenu > .level1 > a {
    color: #167ac6;
    font-weight: 700
}
.submenu > .level1 > ul > li a {
    padding: 0
}
.bg-slide {
    margin-bottom: 30px
}
.slide-wrap img {
    width: 100%
}
.slide-wrap {
    margin: 0 2px
}
#owl-demo .owl-controls {
    text-align: center;
    z-index: 9999;
    position: absolute;
    bottom: 10px;
    width: 100%
}
.bg-slide hr {
    border-top: 2px solid #f36f21;
    display: none
}
.block-home {
    margin-bottom: 30px
}
.best-seller-title {
    margin-bottom: 5px
}
.best-seller-title h3 {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #e53a40;
    color: #fff;
    border-radius: 0 3px 3px 0
}
.best-seller-title h3:after {
    position: absolute;
    content: '';
    border-top: 19px solid transparent;
    border-left: 13px solid #e53a40;
    border-right: 0 solid transparent;
    border-bottom: 19px solid transparent;
    right: -5px
}
.best-seller-title ul {
    display: inline-block
}
.best-seller-title ul li {
    display: inline-block
}
.best-seller-title ul li a {
    font-size: 14px;
    color: #111111;
    padding: 0 15px
}
.best-seller-title ul li a:hover {
    color: #f36f21
}
.best-seller-title ul li:last-child a {
    border-right: none
}
.best-seller-content {
    border-top: 5px solid #d1d1d1
}
.main-best-seller .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: -32px
}
.main-best-seller .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    margin: 0;
    color: #7b7b7b;
    padding: 3px 10px;
    font-size: 15px;
    display: inline-block
}
.main-best-seller .owl-buttons {
    background-color: #efeeee
}
.product-home-title {
    margin-bottom: 5px
}
.product-home-title h3 {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #0f7fc1;
    color: #fff;
	text-transform: capitalize;
    border-radius: 0 3px 3px 0
}
.product-home-title h3:after {
    position: absolute;
    content: '';
    border-top: 19px solid transparent;
    border-left: 13px solid #0f7fc1;
    border-right: 0 solid transparent;
    border-bottom: 19px solid transparent;
    right: -5px
}
.product-home-title ul {
    display: inline-block
}
.product-home-title ul li {
    display: inline-block
}
.product-home-title ul li a {
    font-size: 13px;
    color: #7b7b7b;
    padding: 0 15px
}
.product-home-title ul li a:hover {
    color: #f36f21
}
.product-home-title ul li:last-child a {
    border-right: none
}
.product-home-content {
    border-top: 5px solid #d1d1d1;
    border-right: 0;
    border-left: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1
}
.product-home-content .product-item {
    margin-right: 1px;
    box-shadow: 0 0 1px #ccc;
    padding: 4px 5px
}
.product-item {
    padding: 5px;
    text-align: center;
    box-shadow: 0 0 1px #ccc
}
.product-item p {
    margin: 0
}
.product-item img {
    height: auto;
    padding: 20px;
    margin: auto
}
.pro-content .pro-name {
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    min-height: 40px;
    max-height: 40px
}
.pro-content .pro-name a {
    color: #090707;
    font-size: 14px
}
.product-home-content .pro-content .pro-name {
    min-height: 40px;
    max-height: 40px;
    margin: 0
}
.best-seller-content .pro-content .pro-name {
    min-height: 34px;
    max-height: 34px
}
.pro-price {
    min-height: 40px;
    max-height: 40px;
    margin: 5px 0
}
.pro-image {
    min-height: 170px;
    max-height: 170px;
    overflow: hidden;
    margin-bottom: 10px;
	position: relative;
}
.pro-image .sale-label {
    background: #FA0000;
    position: absolute;
    color: #fff;
    left: 1px;
    top: 0px;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    line-height: 37px;
	font-weight: 600;
}
.pro-content {
    margin: 12px 0;
    padding: 0 10px
}
.pro-content .price-new {
    color: #e53a40;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: 700
}
.pro-content .price-old {
    font-size: 14px;
    color: #767676;
    text-decoration: line-through;
	font-size: 11px;
    //opacity: .5;
}
.banner-center {
    margin-bottom: 0
}
.main-banner-home {
    margin-top: 30px
}
.link-detail a {
    padding: 5px 20px;
    background: -webkit-linear-gradient(top,#f0c14b,#f59000);
    border-radius: 3px;
    color: rgba(12,12,12,0.8);
    font-size: 14px
}
.main-blog .container {
    margin: 30px auto
}
.blog-inner {
    border: 1px solid #ebebeb;
    padding: 15px
}
.blog-home-title {
    margin-bottom: 5px
}
.blog-home-title h3 {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #105CAA;
    color: #fff;
    border-radius: 0 3px 3px 0
}
.blog-home-title h3:after {
    position: absolute;
    content: '';
    border-top: 19px solid transparent;
    border-left: 13px solid #105CAA;
    border-right: 0 solid transparent;
    border-bottom: 19px solid transparent;
    right: -5px
}
.blog-img img {
    width: 100%
}
.blog-description {
    color: #7b7b7b;
    font-size: 13px
}
.more-info h3 {
    color: #090707;
    font-size: 14px;
    margin: 0;
    font-weight: 700;
    line-height: 20px;
    text-transform: none
}
.blog-home-name {
    color: #090707;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 30px;
    text-transform: none;
    border-bottom: 1px solid #f7f7f7
}
.blog-home-name a {
    display: block;
    padding-left: 15px;
    background: url(icon-blog-hv.png) no-repeat 0 11px;
    color: #7b7b7b
}
.blog-home-name a:hover {
    color: #f36f21;
    background: url(icon-blog.png) no-repeat 0 9px
}
.viewmore a {
    font-size: 13px;
    color: #7b7b7b;
    font-style: italic
}
.video-home-title {
    margin-bottom: 5px
}
.video-home-title h3 {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #e53a40;
    color: #fff;
    border-radius: 0 3px 3px 0
}
.video-home-title h3:after {
    position: absolute;
    content: '';
    border-top: 19px solid transparent;
    border-left: 13px solid #e53a40;
    border-right: 0 solid transparent;
    border-bottom: 19px solid transparent;
    right: -5px
}
#list-videos {
    border-bottom: none
}
#list-videos>li {
    float: none;
    margin-bottom: 0
}
#list-videos>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: none;
    border-radius: 0;
    padding: 0;
    padding-left: 15px;
    padding-bottom: 10px;
    background: url(icon-blog-hv.png) no-repeat 0 4px
}
#list-videos>li.active>a,
#list-videos>li.active>a:focus,
#list-videos>li.active>a:hover {
    color: #555;
    cursor: pointer;
    color: #f36f21;
    background: url(icon-blog.png) no-repeat 0 4px;
    border: none;
    border-bottom-color: transparent
}
#list-videos>li>a:focus,
#list-videos>li>a:hover {
    color: #f36f21;
    background: url(icon-blog.png) no-repeat 0 1px transparent
}
.tab-content p {
    margin: 0
}
.tab-content img {
    width: 100%
}
.footer {
    background-color: #f7f7f7;
    margin-top: 30px
}
.footer-top {
    background-color: #55AB40;
    color: #fff;
    line-height: 62px
}
.footer-top h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 40px;
    padding: 11px 0
}
.footer-top .input-text {
    border: none;
    padding: 5px;
    line-height: 25px;
    color: #000;
    width: 100%;
    margin-top: 13px;
    border-radius: 3px;
	font-size: 13px;
}
.footer-top .btn-cart {
    position: absolute;
    right: 15px;
    top: 3px;
    border: none;
    background-color: #e53a40;
    padding: 0 15px;
    line-height: 36px;
    border-radius: 0 3px 3px 0
}
.foo-phone {
    text-align: right;
    font-size: 18px
}
.footer-content {
    padding: 35px 0 20px
}
.footer p {
    margin: 0
}
.footer-info h3 {
    margin: 0;
    font-size: 14px;
    line-height: 20px
}
.footer-info .company {
    color: #f36f21
}
.footer-info h4 {
    margin: 0;
    font-size: 14px;
    color: #090707;
    text-transform: none;
    line-height: 25px
}
.footer-info p {
    color: #333333;
    font-size: 13.5px;
    margin: 0;
    line-height: 25px
}
.footer-info li a {
    color: #333;
    font-size: 14px;
    margin: 0;
    line-height: 25px;
	font-family: 'Roboto', sans-serif;
}
.footer-info li a:hover {
    color: #f36f21
}
.foo-social li {
    display: inline-block
}
.foo-social li a {
    font-size: 20px;
    padding: 0 6px
}
.foo-social li a i{
	color: #f36f21
}
.footer-tag {
    padding: 15px 0
}
.footer-tag a {
    color: #7b7b7b;
    font-size: 13px
}
.footer-tag a:hover {
    color: #f36f21
}
.footer-bottom {
    background-color: #363636;
    padding: 5px 0px 0px;
    text-align: center;
    color: #7b7b7b
}
.footer-bottom a {
    color: #7b7b7b
}
.collection-banner-top {
    margin-bottom: 15px
}
.toolbar {
    border-bottom: 3px solid #d1d1d1
}
.collection-name {
    margin: 0;
    font-size: 18px;
    text-transform: none;
    line-height: 40px;
    display: block;
    clear: both
}
.product-list-grid {
    border: 1px solid #d1d1d1;
    border-top: none;
    margin-bottom: 30px
}
.product-list-grid .product-item {
    border-bottom: 1px solid #d1d1d1
}
.product-list-grid > div:nth-child(6) > .product-item,
.product-list-grid > div:nth-child(12) > .product-item,
.product-list-grid > div:nth-child(18) > .product-item,
.product-list-grid > div:nth-child(24) > .product-item {
    border-right: 0
}
.main-breadcrumb .breadcrumb {
    background-color: transparent;
    border-radius: 0;
    margin: 15px 0;
    padding: 0;
    font-size: 12px
}
.breadcrumb>.active {
    color: #f36f21;
	font-weight: bold;
}
.breadcrumb>li a {
    color: #7c7c7c;
	font-weight: bold;
}
.breadcrumb>li+li:before {
    content: "\f101";
    font: normal normal normal 14px/1 FontAwesome;
    color: #7c7c7c
}
.blog-banner-top {
    margin-bottom: 20px
}
.blog-home-title h1 {
    position: relative;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 38px;
    padding: 0 30px;
    background-color: #f36f21;
    color: #fff;
    border-radius: 0 3px 3px 0
}
.blog-home-title h1:after {
    position: absolute;
    content: '';
    border-top: 19px solid transparent;
    border-left: 13px solid #f36f21;
    border-right: 0 solid transparent;
    border-bottom: 19px solid transparent;
    right: -5px
}
.blog-article {
    padding-top: 15px;
    border-top: 5px solid #efedee;
    margin-top: 15px
}
.blog-item {
    margin-bottom: 25px
}
.blog-item p {
    margin: 0
}
.blog-item .blog-name {
    margin: 0;
    font-size: 15px;
    text-transform: none;
    line-height: 30px
}
.blog-item .blog-info {
    color: #b6b6b6;
    margin: 5px 0
}
.blog-item .blog-description {
    color: #101010;
    margin: 5px 0 10px;
    font-size: 14px
}
.blog-item .blog-cate {
    color: #101010;
    font-weight: 700;
    font-size: 12px
}
.blog-item .blog-cate .fa {
    color: #f94
}
.blog-item .blog-cate a {
    font-weight: 400;
    color: #b6b6b6
}
.blog-heading {
    margin: 0;
    line-height: 38px;
    background-color: #d5343a;
    color: #fff;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase
}
.blog-cata-content {
    padding: 10px;
    border: 1px solid #e4e2e3
}
.blog-cata-content li a {
    line-height: 35px;
    padding-left: 20px;
    background: url(icon-blog-hv.png) no-repeat 0 13px;
    display: block;
    color: #7b7b7b
}
.blog-cata-content li a:hover {
    color: #f36f21;
    background: url(icon-blog.png) no-repeat 0 13px
}
.blog-cata-content li.active a {
    color: #f36f21;
    background: url(icon-blog.png) no-repeat 0 13px
}
.blog-new .blog-heading {
    background-color: #f36f21
}
.blog-new-content {
    padding: 10px 15px;
    border: 1px solid #e4e2e3
}
.blog-new-name {
    margin-bottom: 15px
}
.blog-new-name a {
    color: #7b7b7b;
    font-size: 14px
}
.blog-new-name a:hover {
    color: #f36f21
}
.blog-info {
    color: #b6b6b6;
    margin: 10px 0;
    font-size: 12px
}
.blog-banner img {
    width: 100%
}
.article-content {
    margin-top: 15px;
    margin-bottom: 30px
}
.article-content img {
    max-width: 100%;
    text-align: center;
	margin: auto;
}
.article-name {
    margin: 0;
    font-size: 19px;
    line-height: 30px
}
.article-cate {
    border-bottom: 5px solid #d1d1d1;
    margin-bottom: 10px
}
.article-cate h3 {
    margin: 0;
    font-size: 16px;
    line-height: 30px
}
.article-cate .blog-cate {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px
}
.article-cate .blog-cate .fa {
    color: #f94
}
.article-cate .blog-cate a {
    font-weight: 400;
    color: #b6b6b6
}
.tags {
    font-weight: 700;
	margin-bottom: 15px;
}
.tags .fa {
    color: #f94
}
.tags a {
    font-weight: 400;
    color: #b6b6b6
}
.share {
    margin: 10px 0
}
.stButton .stButton_gradient,
.stButton .stFb,
.stButton .stTwbutton,
.stButton .stMainServices {
    height: 23px!important
}
.article-comment {
    padding: 20px 0
}
.comment-heading {
    margin: 0;
    font-size: 19px;
    line-height: 30px;
    margin-bottom: 15px
}
.article-comment .input-control {
    border: 1px solid #E6E6E6;
    padding: 5px 20px;
    width: 100%;
    margin-bottom: 10px
}
.article-comment textarea {
    border: 1px solid #E6E6E6;
    padding: 20px;
    width: 100%
}
.article-comment .product-atc {
    border: none;
    color: #fff;
    background-color: #E53A40;
    padding: 10px 30px
}
.article-comment .product-atc:hover {
    background-color: #f36f21
}
.related-name a {
    font-size: 13px;
    color: #0949c5
}
.blog-related.owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: -45px
}
.blog-related.owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    margin: 0;
    color: #7b7b7b;
    padding: 3px 18px;
    font-size: 15px;
    display: inline-block
}
.blog-related .owl-buttons {
    background-color: #efeeee
}
#gallery_01 {
    margin-top: 30px
}
#gallery_01 li a img {
    margin-bottom: 8px;
    border: 1px solid #eee;
    border-left: 0
}
#gallery_01 .flex-active-slide {
    padding: 5px 0
}
#gallery_01 .flex-direction-nav > li {
    position: absolute;
    right: 50%
}
#gallery_01 .flex-direction-nav > li > a {
    font-family: "FontAwesome";
    color: #d9d9d9
}
#gallery_01 .flex-direction-nav .flex-next::before {
    content: "\f176"
}
#gallery_01 .flex-direction-nav .flex-prev::before {
    content: "\f175"
}
#gallery_01 .flex-direction-nav .flex-nav-next {
    top: 0
}
#gallery_01 .flex-direction-nav .flex-nav-prev {
    bottom: -30px
}
#img_01 {
    width: 100%;
    padding: 15px 0
}
.prod-image {
    border: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 30px
}
.pd-name {
    margin: 0;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px
}
.prod-price .price {
    font-size: 24px;
    font-weight: 500;
    color: #e33a3d;
    margin-right: 15px
}
.prod-price b {
    font-size: 14px;
    color: #0c0c0c
}
.prod-price .compare-price {
    font-size: 20px;
    font-weight: 500;
    color: #e33a3d
}
.prod-price .compare-price b {
    font-size: 12px
}
.prod-price .compare-price del {
    color: #111;
    font-size: 14px
}
.availability {
    /* padding: 5px 8px;
    background-color: #30A9DE;
    color: #fff;
    margin-top: 5px;
    font-size: 10px	
	padding: 5px; 
	margin-top: 5px; */
    background-color: #30A9DE;
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
 	line-height: 14px;
    padding: 5px;	
}
.out-stock {
    background-color: #f2f2f2;
    color: #333
}
/*.pd-description-mini {
    margin-bottom: 20px
}*/
.pd-description-mini td {
    padding: 5px 0;
    color: #333
}
.short-description {
    margin-bottom: 20px;
    font-size: 14px;
    color: #0c0c0c
}
.pd-form label {
    margin-right: 15px;
    font-size: 14px;
    width: 79px
}
.pd-form input {
    border: 1px solid #f2f2f2;
    padding: 6px 15px;
    border-radius: 3px
}
.product-atc {
    //background-color: #f36f21;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 10px 43px;
    text-transform: uppercase;
	background: #f3d078;
	//background: -webkit-linear-gradient(top,#f7dfa5,#f0c14b);
    background: linear-gradient(to bottom,#f7dfa5,#f0c14b);
	background:-webkit-linear-gradient(top,#f0c14b,#f59000)
}
.nav-tabs.pd-nav {
    /*background-color: #e9e9e9;*/
    border: 0;
    border-radius: 0
}
.nav-tabs>li {
    margin: 0
}
.nav-tabs>li>a {
    border: 0;
    border-radius: 0;
    color: #55AB40;
    margin: 0;
    font-weight: 700
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    color: #0c0c0c;
    cursor: default;
    //background-color: #c9c9c9;
    //border: 0;
    //border-bottom: none;
	border: 1px solid #66AD45;
    border-bottom: 1px solid #66AD45;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #c9c9c9
}
.tab-content {
    padding: 0
}
.pd-bottom .tab-content {
    padding: 0;
    padding-top: 15px
}
.footer-info h3.h3-pad30 {
    margin-top: 30px
}
.pd-tags {
    margin: 20px 0
}
.pd-tags .fa {
    color: #fe9a45
}
.pd-tags a {
    background-color: #efedee;
    padding: 5px;
    margin: 3px;
    border-radius: 4px;
    color: #7b7b7b;
    font-style: italic;
    display: inline-block
}
.main-related {
    margin-top: 20px
}
.related-title {
    border-bottom: 5px solid #d1d1d1;
    margin-bottom: 10px
}
.related-title h3 {
    margin: 0;
    font-size: 14px;
    line-height: 30px;
	color: #0000CD;
}
.main-related .owl-theme .owl-controls {
    position: absolute;
    right: 0;
    top: -45px
}
.main-related .owl-theme .owl-controls .owl-buttons div {
    background: transparent;
    margin: 0;
    color: #7b7b7b;
    padding: 3px 18px;
    font-size: 15px;
    display: inline-block
}
.main-related .owl-buttons {
    background-color: #ffffff;
}
.hotline-heading {
    margin: 0;
    line-height: 38px;
    background-color: #f2f2f2;
    color: #d5343a;
    padding-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 2px solid #d5343a;
	font-weight: 600;
	text-align: center;
}
.sidebar-hotline h4 {
    margin: 0;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500
}
.hotline-content {
    /*background-color: #f2f2f2;*/
	text-align: center;
}
.hotline-content .hotline-item {
    padding: 15px;
    border-bottom: 2px solid #fff
}
.hotline-content .hotline-item:last-child {
    border-bottom: none
}
.hotline-item p {
    margin: 0;
    line-height: 25px
}
.hot_sup {
    margin-top: 15px;
}
.hot_sup a {
    margin-right: 15px
}
.btn-call {
    display: inline-block;
    border-radius: 3px;
    background-color: #f36f21
}
.btn-call a {
    display: block;
    padding: 5px 10px;
    color: #fff;
    font-size: 16px
}
.table-bordered thead {
    background-color: #7b7b7b;
    color: #fff
}
.table-bordered thead th {
    font-weight: 400;
    border-bottom: none!important
}
.table-bordered img {
    border: none
}
.table-bordered p {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #0c0c0c
}
.item-quantity {
    padding: 5px;
    border: 1px solid #ccc
}
.total-pri {
    color: #e43a43;
    font-weight: 700
}
.cart_table .btn-cart {
    display: inline-block;
    border: none;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #101010;
    background-color: #f2f2f2;
    border-radius: 3px
}
.cart_table .checkout {
    color: #fff;
    background-color: #f36f21
}
.form-style input,
.form-style textarea {
    margin: 10px 0;
    font-size: 13px;
    color: #aaa;
    border: 1px solid #e4e4e4;
    padding: 10px;
    outline: none;
    width: 100%
}
.form-style select {
    height: 40px;
    width: 50%;
    font-size: 14px;
    color: #737373;
    padding: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    margin: 8px 0
}
.form-style button {
    font-size: 13px;
    color: #aaa;
    border: 1px solid #ebebeb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 20px;
    background-color: #fff
}
.single-option-selector {
    padding: 5px 10px;
    margin: 10px 0;
    border: 1px solid #f2f2f2;
    border-radius: 3px;
    width: 200px
}
.form-login {
    margin-bottom: 10px;
    padding-bottom: 10px
}
.form-login .row p {
    padding-top: 10px
}
.form-login input {
    margin: 0 0 10px
}
.form-login .form-heading {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin: 0
}
.form-login .form-description {
    font-size: 16px;
    color: #666;
    padding: 10px 0 20px
}
.main-maps {
    margin-bottom: 20px
}
.main-maps iframe{
	width:100% !important;
	height: 400px !important;
}
.btn-cart {
    background: #f36f21;
    border: none;
    padding: 10px 20px;
    color: #fff;
    margin: 10px 0;
    border-radius: 3px
}
.pd-top {
    margin-bottom: 30px
}
#back-top {
    height: 52px;
    position: fixed;
    right: 20px;
    bottom: 200px;
    width: 52px;
    cursor: pointer;
    margin: 0;
    font-size: 40px;
    background-color: #0f7fc1;
    color: #fff;
    border-radius: 100%;
    line-height: 52px;
    text-align: center
}

.header-content-right .hotline{
	color: #E62117;
    font-size: 18px;
}

@media only screen and (min-width: 1200px) {	
	.banner-right a img {
	min-height: 175px;
}
	.blog-inner {
    min-height: 327px;
}
	.header-top-left p {display:none;}
	.header-top-hello p {color: #ffffff;font-size: 12px;}
}
	 
@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.header-top-left p {display:none;}
	.header-top-hello p {color: #ffffff;font-size: 12px;}
}
	 

@media only screen and (min-width: 750px) and (max-width: 991px) {
	.header-search {
		margin-top: 25px;
	}
	.header-menu-btn {
		margin-top: 25px;
	}

} 
	 

@media only screen and (max-width: 750px) {
	
	.toolbar {
		margin-bottom: 15px;
	}
	.header-search {
		margin-bottom: 10px;
	}
	.fb-comments span,.fb-comments iframe { width: 100% !important; }
}
	 
	 

@media only screen and (max-width: 749px) and (min-width: 480px) {

.fb-comments span,.fb-comments iframe { width: 100% !important; }
}


.footer-info.contact-info fa {
	width: 5px;
}
.fa-angle-double-left,.fa-angle-double-right{color:#FA0000}
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.channel-social li {
    display: inline-block;
}
.channel-social li a {
    font-size: 20px;
    padding: 0 6px;
}

/* menu *

/* Main cat menu *
.menu-outer{
    position:relative;
	border: 1px solid #30A9DE;
    border-radius: 3px;
}

.menu-outer .menu-click:hover .menu-popup,.menu-outer .menu-click:hover .menu-popup2, .menu-outer .active .menu-popup{
    display:block;
}
.menu-title{
    font-weight: 700;
    text-transform: uppercase;
	padding: 3px 0;
    color: #30A9DE;
}
.menu-title span{
	padding-left: 8px;
}
.menu-popup{
    position:absolute;
    z-index:1001;
    left:0;
    width:100%;
    background-color:#0F7FC1;
    display:none;
    -moz-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    padding-bottom:2px;
	border-radius: 3px;
}

.menu-sub1{
    padding: 5px;
}

.menu-sub1 li{
    display:block;
    padding:0;
}

.menu-sub1 li a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    display: block;
    padding: 2px 1px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}
 
.menu-sub1 li a:hover { 
	cursor:pointer; 
	-webkit-transition: all ease .7s;
	-o-transition: all ease .7s;
	-moz-transition: all ease .7s;
	-ms-transition: all ease .7s;
	transition: all ease .7s;
	background-color:red;
}
.menu-sub1 li:last-child a{
    /*border-bottom:1px;*
}

.menu-expand{
    position:absolute;
    top:-3px;
    left:100%;
    background-color:#fff;
    border:1px solid #ccc;
    z-index:99;
    width:1000px;
    min-height:350px;
    display:none;
    -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    padding:5px 0px 5px 10px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

/*.menu-expand ul li,.menu-expand ul li:hover{
    border:none;
}
*
.menu-sub1 li:hover .menu-expand{
    display:block;	
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

ul.catlst
{
    padding:0;
}

ul.catlst > li
{
    float:left;
    padding:0;
    margin:2px 5px 5px 5px;
    /*width:160px;
}

ul.catlst > li a
{
    padding:2px 5px;
    margin:0;
    color:#ED1C24;
    text-decoration:none !important;
    border-bottom:none;
    white-space:normal;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

ul.catlst > li a:hover
{
    text-decoration:underline !important;
    color:#1F2E89;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	-moz-transition: all ease .3s;
	-ms-transition: all ease .3s;
	transition: all ease .3s;
}

ul.catlst > li > ul
{
    padding:0;
}

ul.catlst > li > ul > li
{
    float:none;
    display:block;
    padding:0;
    font-weight:normal;
}

ul.catlst > li > ul > li a{
    color:#333333;
    padding:3px;
    margin:0;
    font-weight:normal;
}




*/



<!-- ddd -->
.social-connect {padding:0 13px;}
.social-connect span{font-size: 13px;}
.social-connect .channel-social .s1{color:#4862A3;}
.social-connect .channel-social .s2{color:#1DA1F2;}
.social-connect .channel-social .s3{color:#BD081C;}
.social-connect .channel-social .s4{color:#E62117;}
.social-connect .channel-social .s5{color:#D84734;}
.social-connect span{padding-left: 5px;}
.header-top-left{ margin-top: 8px;}
.header-top-left p{
	color: #fff; 
	border-radius: 3px;
	font-size: 12px;
	font-weight: bold;
}
	#facebook-inbox {
		position: fixed;
		bottom: 0px;
		z-index: 110000;
		text-align: center;
		display: none;
	}

	.facebook-inbox-tab-icon {
		float: left;
	}

	.facebook-inbox-tab-title {
		float: left;
		margin-left: 10px;
		line-height: 25px;
	}

	#facebook-inbox-frame {
		display: none;
		width: 100%;
		min-height: 200px;
		overflow: hidden;
		position: relative;
		background-color: #f5f5f5;
	}

	#fb-root {
		height: 0px;
	}

	.facebook-inbox-tab {
		top: 0px;
		bottom: 0px;
		margin: -40px 0px 0px 0px;
		position: relative;
		height: 40px;
		width: 250px;
		border: 1px solid;
		border-radius: 0px 0px 0px 0px;
		text-align: center;
		background-color: #19a3dd;
		color: #ffffff;
	}

/* Main cat menu */
.menu-outer{
    position:relative;
	border: 1px solid #30A9DE;
    border-radius: 3px;
}

.menu-outer .menu-click:hover .menu-popup,.menu-outer .menu-click:hover .menu-popup2, .menu-outer .active .menu-popup{
    display:block;
}
.menu-title{
    font-weight: 700;
    text-transform: uppercase;
	padding: 3px 5px;
    color: #30A9DE;
}

.menu-popup{
    position:absolute;
    z-index:1001;
    left:-1px;
    width:186px;
    background-color:#0f7fc1;
    display:none;
    -moz-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    box-shadow:0px 5px 5px rgba(0,0,0,0.1);
    padding-bottom:2px
}

.menu-sub1{
    padding:0;
}

.menu-sub1 li{
    display:block;
    padding:0;
}

.menu-sub1 li a{
    font-size:14px;
    font-weight:bold;
    color:#fff;
    display:block;
    padding:7px 0 7px 14px;
    border-bottom:1px solid #b9bb44;
}

.menu-sub1 li:last-child a{
    border-bottom:none;
}

.menu-expand{
    position:absolute;
    top:0px;
    left:100%;
    background-color:#fff;
    border:1px solid #ccc;
    z-index:99;
    width:960px;
    min-height:350px;
    display:none;
    -moz-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    -webkit-box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    box-shadow:3px 3px 3px rgba(0,0,0,0.1);
    padding:15px;
}

.menu-expand ul li,.menu-expand ul li:hover{
   /* border:none;*/
}

.menu-sub1 li:hover .menu-expand{
    display:block;
}

ul.catlst
{
    padding:0;
}

ul.catlst > li
{
    float:left;
    padding:0;
    margin:2px 5px 15px 5px;
    width:160px;
}

ul.catlst > li a
{
    padding:2px 5px;
    margin:0;
    color:#ED1C24;
    text-decoration:none !important;
    border-bottom:none;
    white-space:normal;
}

ul.catlst > li a:hover
{
    text-decoration:underline !important;
    color:#1F2E89;
}

ul.catlst > li > ul
{
    padding:0;
}

ul.catlst > li > ul > li
{
    float:none;
    display:block;
    padding:0;
    font-weight:normal;
}

ul.catlst > li > ul > li a{
    color:#333333;
    padding:5px 5px 5px 10px;
    margin:0;
    font-weight:normal;
}
#responsive-image {  width: 80%;  height: auto; }
/*#colect-descr a {color: #337ab7};*/
p.vat-bonus {
    color: #00b707;
    font-weight: 600;
}
/*responsive video ytb*/
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: 0;
}
.banner-right-txt{ padding: 10px 5px; }
.home-new-name{ padding-bottom: 3px; }