body {
    font-family: Helvetica, Arial, sans-serif
}
ul {
    list-style: none;
    margin: 0;
    padding: 0
}
a,
a:hover {
    text-decoration: none
}
img {
    max-width: 100%
}
@media(min-width:1200px) {
    .container {
        width: 1050px;
    }
}
.main {
    background-color: #eeeeee;
    padding: 15px 0px;
}
.header-top {
    background-color: #f3f3f3
}
.header-top ul li {
    float: left
}
.header-top ul li a {
    display: block;
    font-size: 12px;
    line-height: 30px;
    color: #111;
    padding: 0 15px 0 0;
    text-transform: uppercase
}
.header-content {
    padding: 10px 0px;
}
.header-logo {
    display: block;
}
.header-nav {
    margin-top: 35px
}
.header-nav ul li {
    float: left
}
.header-nav ul li a {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    color: #f0f3f3;
    text-transform: uppercase
}
.header-nav ul li a span {
    padding: 0 5px
}
.header-search {
    width: 100%;
    margin: 5px 0 0;
    position: relative
}
#header-search-input {
    width: 100%;
    background-color: #fff;
    outline: none;
    border: 1px solid #0049a2;
    height: 36px;
    padding: 5px 15px;
    font-size: 12px;
    color: #828585;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
#header-search-btn {
    position: absolute;
    border: none;
    background-color: transparent;
    color: #333;
    height: 36px;
    width: 36px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    top: 0;
    right: 0;
    font-size: 18px;
}
.header-cart {
    margin-top: 20px;
    overflow: hidden
}
.header-cart > .cart-mini {
    position: absolute;
    top: 90%;
    z-index: 999;
    width: 300px;
    right: 0;
    display: none
}
.header-cart:hover > .cart-mini {
    display: block;
    max-height: 400px;
    overflow: auto;
}
#add_succes p i {
    color: #00C1C6;
    margin-right: 10px
}
#add_succes p {
    margin: 5px 0
}
.cart-mini {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6
}
.cart-mini ul li {
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6
}
.cart-mini ul li + li {
    padding-top: 10px
}
.cart-mini .cm-image {
    float: left;
    margin-right: 10px
}
.cart-mini .cm-name,
.cart-mini .cm-name a {
    color: #464646;
    word-break: break-word
}
.cart-mini .cm-price {
    color: #01c4c4;
    font-size: 12px
}
.cart-mini .fa-remove {
    color: red;
    cursor: pointer
}
.cart-mini-total-money {
    font-size: 16px;
    padding: 10px 0
}
.cart-mini-link a {
    color: #4d4d4d;
    display: inline-block;
    background-color: #efefef;
    padding: 5px 10px
}
.cart-mini-link a:hover {
    background-color: #01c4c4;
    color: #fff
}
.header-menu-btn {
    text-align: right;
}
.header-menu-btn span {
	color: #fff;
    font-size: 25px;
    margin: 11px 0px;
}
.header-menu-btn-hidden {
    overflow: hidden
}
.header-menu-btn-hidden span {
    color: #00c5c7;
    margin: 20px
}
.cart-icon {
    display: block;
    float: right;
    background-image: url(cart-min.png);
    background-repeat: no-repeat;
    height: 32px;
    padding-left: 40px;
    padding-top: 8px;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px
}
.cart-icon:hover {
    color: #fff
}
.header-nav-mobile {
    width: 300px;
    height: 100%;
    background-color: #000;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -300px;
    overflow-y: scroll;
    transition: left 1s
}
.header-nav-mobile ul li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    display: block;
    padding: 15px 20px;
    text-transform: uppercase
}
.main-nav {
        background-color: #ff252d;
}
.main-nav-content ul li {
    float: left;
	position: relative;
}
.main-nav-content ul li a {
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
    display: block;
    padding: 0px 13px;
    text-transform: none
}
.main-nav-content ul li:hover > a{
	color: #bfbfbf;
}
.main-nav-content .submenu {
       display: none;
    position: absolute;
    width: 230px;
    background-color: #ff252d;
    border: 1px solid rgb(255, 37, 45);
    z-index: 999;
}
.main-nav-content .submenu li{
	float:none;
	border-bottom: 1px solid rgba(16, 70, 136, 0.82);
}
.main-nav-content .submenu li:last-child{
	border-bottom:none;
}
.main-nav-content .submenu li a{
	font-size: 13px;
	display:block;
	line-height: 35px;
}
.main-nav-content ul li:hover .submenu{
	display:block;
}
.main-service {
    background-color: #fff
}
.main-service p {
    margin: 0;
    color: #484848;
    font-size: 15px;
    padding: 20px 0
}
.main-service p span {
    margin-right: 5px;
    padding: 12px;
    background-color: #484848;
    color: #fff;
    height: 38px;
    width: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}
.owl-next,
.owl-prev {
    height: 38px;
    width: 38px;
    position: absolute;
    top: 50%;
    margin-top: -19px
}
.owl-next {
    background-image: url(owl.next-min.png);
    background-repeat: no-repeat;
    right: 0
}
.owl-next:hover {
    background-image: url(owl.next_hover.png)
}
.owl-prev {
    background-image: url(owl.prev-min.png);
    background-repeat: no-repeat;
    left: 0
}
.owl-prev:hover {
    background-image: url(owl.prev_hover.png)
}
.box-heading {
}
.box-heading h3 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #0049a2;
    border-radius: 10px 10px 0px 0px;
}
.box-heading h2 {
    font-size: 16px;
    color: #fff;
    margin: 0;
    display: inline-block;
    padding: 10px 15px;
    background-color: #ff252d;
    border-radius: 10px 10px 0px 0px;
}
.prd-home {
    background-color: white;
    border: 1px solid #ddd;
	padding: 15px 0px;
}
.main-breadcrumb {
    margin: 0
}
.main-breadcrumb .breadcrumb {
    border-bottom: 1px solid #ddd;
    background-color: transparent;
    border-radius: 0;
    padding: 15px 0;
	margin-bottom: 10px;
}
.main-breadcrumb .breadcrumb > .active {
    color: #01c4c4
}
.main-breadcrumb .breadcrumb > li + li:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #737373
}
.main-breadcrumb .breadcrumb li a {
    color: #737373;
    font-size: 14px
}
.main-categories,
.main-slider-content {} .main-categories {
    border: 1px solid #00c1c6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.main-categories-heading {
    color: #fff;
    background-color: #00c1c6;
    font-size: 16px;
    text-transform: uppercase;
    padding: 17px 0 17px 30px;
    margin: 0
}
.main-categories-content {
    padding: 10px 20px 10px 30px
}
.mc-list > li > a {
    font-size: 14px;
    color: #454545;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    display: block
}
.mc-list > li > a > span {
    float: right;
    width: 20px;
    height: 20px;
    text-align: center;
    display: block
}
.mc-list-child > li > a {
    font-size: 14px;
    color: #454545;
    display: block;
    padding: 5px 0
}
.mc-list-child > li > a::before {
    content: "";
    height: 5px;
    width: 5px;
    margin: 0 5px 2px 10px;
    display: inline-block;
    background-color: #454545;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}
.main-slider-content .item img {
    width: 100%
}
.main-slider-content .owl-next {
    right: 20px
}
.main-slider-content .owl-prev {
    left: 20px
}
.main-banner img {
    margin: 14px 0
}
.main-banner-center {
    padding: 20px 0
}
.product-list-carousel .item {
    margin: 0 15px
}
.product-list-carousel .owl-next {
    top: -60px;
    right: 0
}
.product-list-carousel .owl-prev {
    top: -60px;
    left: auto;
    right: 45px
}
.product-carousel {
    margin-bottom: 20px;
	text-align:center;
}
.product-carousel .product-name,
.product-carousel .product-name a {
	font-size: 13px;
    color: #464646;
    min-height: 45px;
    overflow: hidden;
    max-height: 45px;
    margin: 10px 0px;
}
.product-carousel .product-price {
    font-size: 18px!important;
    height: 50px;
    color: #01c4c4!important
}
.product-carousel .product-price span {
    font-size: 12px;
    color: #959595
}
.product-carousel .product-atc {
    font-size: 16px;
    color: #4d4d4d;
    display: inline-block;
    background-color: #efefef;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}
.product-carousel .product-atc:hover {
    background-color: #01c4c4;
    color: #fff
}
.product-carousel .product-image {
    overflow: hidden;
}
@media(min-width: 992px) and (max-width: 1023px){
	.product-carousel .product-image{
		min-height: 200px;
		max-height: 200px;
	}
}
@media(max-width: 460px){
	.product-carousel .product-image{
		min-height: 167px;
		max-height: 167px;
	}
}
@media(min-width: 1024px){
	#product .product-image{
		min-height: 190px;
		max-height: 190px;
	}
}
.product-carousel:hover .product-image img{
	transform: scale(1.15,1.15);
    transition: all .3s ease 0s;
}
.product-list-list .product-carousel {
    margin-bottom: 25px;
    overflow: hidden
}
.next-sp-index {
    padding: 6px;
    background-color: #ddd;
}
.next-sp-index a {
    color: #333;
    text-align: right;
    display: block;
}
.main-blog {
    padding: 0 0 25px;
    background-color: #fff
}
.main-article .article-image {
    display: block;
    margin-bottom: 15px
}
.main-article .article-info {
    font-size: 14px;
    color: #959595;
    border-bottom: 1px solid #ebebeb;
    padding: 0 0 10px;
    margin: 0
}
.main-article .article-title,
.main-blog .article-title a {
    font-size: 18px;
    color: #232323;
    margin: 10px 0
}
.main-article .article-description {
    font-size: 14px;
    color: #555;
    line-height: 19px;
    margin: 0;
    text-align: justify;
    margin-bottom: 5px
}
.main-article .article-readmore {
    font-size: 12px;
    color: #555
}
.main-blog .article-readmore span {
    margin-left: 5px
}
.main-brand {
    padding: 15px 0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-top: 15px;
    border-radius: 4px;
}
.brand-carousel .item {
    text-align: center
}
.footer {
    background-color: #fff;
	padding-top: 20px;
}
.footer-logo {
    margin-top: 25px;
    margin-bottom: 50px;
    display: block
}
.footer-info h3 {
    margin: 0px;
    font-size: 18px;
    text-transform: uppercase;
    color: #f00;
}
.footer-info p {
	font-size: 13px;
	line-height: 22px;
    color: #000;
    margin: 0px;
}
.footer-info p span {
    color: #000;
    margin-right: 5px
}
.footer-info p a {
    color: #000
}
.footer-menu .footer-menu-heading {
    padding: 30px 0;
    border-bottom: 1px solid #323232;
    font-size: 18px;
    color: #000;
    text-transform: uppercase
}
.footer-menu ul li a {
    display: block;
    padding: 8px 0;
    color: #000;
    font-size: 14px
}
.footer-menu ul li a:hover {
    color: #000
}
.footer-bottom {
}
.footer-bottom .copy-right {
    margin: 0;
    padding: 10px 0;
    font-size: 12px;
    color: #000
}
.footer-bottom .payments {
    padding-top: 25px
}
.collection-categories-heading {
    color: #1a1a1a;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6
}
.collection-categories-heading span {
    margin-right: 5px
}
.cc-list > li {
    border-bottom: 1px dotted #e6e6e6
}
.cc-list > li > a {
	font-size: 14px;
    color: #454545;
    font-weight: normal;
    text-transform: none;
    padding: 8px 0;
    display: block;
	padding-left: 10px;
}
.cc-list > li > a > span {
    float: right
}
.cc-list-child > li > a {
    font-size: 14px;
    color: #737373;
    display: block;
    padding: 5px 0
}
.cc-list-child > li > a::before {
    content: "";
    height: 5px;
    width: 5px;
    margin: 0 10px 2px;
    display: inline-block;
    background-color: #454545
}
.colletion-topbar {
    overflow: hidden;
    margin-top: 40px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px
}
.colletion-topbar .btn-view a {
    color: #000;
    margin: 5px 5px 5px 0;
    display: inline-block
}
.colletion-topbar .pagination {
    margin: 0
}
.colletion-topbar .pagination>li>a,
.colletion-topbar .pagination>li>span {
    border: none;
    color: #000;
    padding: 5px 10px
}
.collection-tags {
    margin-top: 45px
}
.collection-tags-heading {
    color: #1a1a1a;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6
}
.collection-tags-content {
    padding: 30px 0
}
.collection-tags-content a {
    display: inline-block;
    color: #7d7d7d;
    font-size: 12px;
    padding: 5px;
    border: 1px solid #7d7d7d;
    margin: 6px 10px 6px 0
}
.collection-tags-content a:hover {
    background-color: #000;
    color: #fff
}
.pd-top {
    margin-bottom: 30px
}
.pd-name {
    font-size: 26px;
    color: #464646;
    margin: 0 0 20px
}
.pd-description-mini {
    font-size: 14px;
    color: #737373;
    line-height: 21px;
    text-align: justify
}
.pd-price {
    font-size: 28px;
    color: #900;
    font-weight: 700
}
.pd-price span {
    font-size: 18px;
    color: #959595;
    font-weight: 400
}
.pd-form label {
    width: 100%;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin: 8px 0
}
.pd-form select {
    height: 40px;
    width: 50%;
    font-size: 14px;
    color: #737373;
    padding: 10px;
    border: 1px solid #cdcdcd;
    outline: none;
    margin: 8px 0
}
.pd-form input {
    height: 40px;
    width: 50%;
    font-size: 14px;
    color: #737373;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #cdcdcd;
    outline: none
}
.pd-form button {
	font-size: 16px;
	color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #0049a2;
    padding: 14px 30px;
    border: none;
    margin: 8px 0;
}
#gallery_01 {
    margin-top: 30px
}
#gallery_01 li a img {
    margin-bottom: 20px
}
#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
}
.pd-nav>li>a {
    font-size: 18px;
    color: #131313;
    padding: 10px 0;
    text-transform: uppercase;
    margin-right: 25px;
    height: 41px
}
.pd-nav>li>a:hover {
    background-color:transparent;
}
.pd-nav>li.active>a,
.pd-nav>li.active>a:focus,
.pd-nav>li.active>a:hover {
	border: none;
    border-bottom: 2px solid #0049a2;
    background-color: transparent;
}
.pd-best-seller .heading {
    border-bottom: 1px solid #e6e6e6
}
.pd-best-seller .heading h3 {
    font-size: 18px;
    color: #131313;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 2px solid #00c7c3;
    margin: 0;
    display: inline-block
}
.pd-best-seller ul {
    padding: 8px 0
}
.pd-best-seller ul li {
    padding: 14px 0
}
.pd-best-seller .pd-bs-name {
    margin: 0;
    font-size: 14px;
    color: #464646;
    line-height: 26px
}
.pd-best-seller .pd-bs-price {
    margin: 0;
    font-size: 18px;
    line-height: 26px;
    color: #01c4c4
}
.pd-best-seller .pd-bs-price span {
    font-size: 12px;
    color: #959595
}
.tab-pane {
    padding: 20px 0
}
.cart {
    margin-bottom: 40px
}
.cart_table td {
    vertical-align: middle!important
}
.item-name,
.item-price,
.item-total,
.item-remove {
    font-size: 16px;
    color: #333
}
.item-quantity {
    width: 50px;
    border: 1px solid #e3e3e3;
    text-align: center
}
.cart-table thead th {
    font-size: 14px;
    color: #444;
    text-transform: uppercase;
    padding: 22px 0
}
.btn-cart {
    font-size: 13px;
    color: #555;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #ebebeb;
    padding: 12px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff
}
.btn-cart + .btn-cart {
    margin-left: 10px
}
.blog-heading {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    padding: 10px 0;
    margin: 0
}
.blog-new-content {
    padding: 10px 0
}
.blog-new-content ul li {
    padding: 10px 0;
    float: left;
    width: 100%;
}
.blog-new-content ul li + li {
    border-top: 1px solid #eee
}
.bn-name {
    font-size: 15px;
    color: #555;
    padding-top: 10px;
    display: block
}
.blog-tags-content {
    padding: 15px 0
}
.blog-tags-content a {
    margin: 5px 5px 5px 0;
    font-size: 13px;
    color: #888;
    padding: 6px 10px;
    border: 1px solid #eee;
    display: inline-block
}
.blog-item {
	margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
.blog-item img {
    border: 1px solid #ebebeb;
}
.blog-info {
    font-size: 14px;
    color: #959595;
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    margin: 20px auto
}
.blog-name,
.blog-name a {
    font-size: 14px;
    color: #232323;
    font-weight: bold;
    margin: 5px 0px
}
.blog-description {
    font-size: 13px;
    color: #555;
    line-height: 26px;
    text-align: justify
}
.blog-readmore {
    font-size: 16px;
    color: #555;
    margin-bottom: 30px
}
.pagination-blog>li>a,
.pagination-blog>li>span {
    font-size: 14px;
    color: #666;
    background-color: #f7f7f7;
    border: 1px solid #e2e2e2
}
.blog-video-content iframe {
    max-width: 100%;
    height: auto
}
.article-name {
    font-size: 32px;
    color: #333;
    margin: 0;
    padding: 0 0 15px
}
.article-info ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 15px 0;
    color: #555
}
.article-info ul li span {
    margin-right: 5px;
    color: #aaa
}
.comment-list {
    padding: 20px 0;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2
}
.comment-heading {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 20px
}
.comment .comment-info {
    font-size: 14px;
    color: #333
}
.comment {
    padding: 22px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 20px
}
.comment img {
    float: left;
    margin-right: 20px
}
.comment .comment-info span {
    font-size: 13px;
    color: #999
}
.comment-description {
    font-size: 14px;
    color: #666;
    word-break: break-word;
    text-align: justify
}
.comment-add {
    margin: 30px 0 80px
}
.not_found {
    margin-bottom: 40px
}
.not_found h2 {
    font-size: 200px;
    color: #01c4c4
}
.not_found h3 {
    font-size: 28px;
    color: #666
}
.btn-not-found {
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background-color: #01c4c4;
    padding: 10px 15px;
    margin: 10px
}
.not_found p {
    font-size: 16px;
    color: #555
}
.form-style input,
.form-style textarea {
    width: 100%;
    margin: 10px 0;
    font-size: 13px;
    color: #aaa;
    border: 1px solid #e4e4e4;
    padding: 10px;
    outline: none
}
.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
}
.contact-info{
	padding-top: 15px;
}
.form-login {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
	padding-top: 15px;
}
.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
}
.addresses {
    margin-top: 20px
}
#map {
    width: 100%;
    height: 400px;
    border: 1px solid #000;
    margin-bottom: 20px
}
.contact-info p {
    color: #444
}
@media (max-width: 768px) {
    .header-logo {
        text-align: center
    }
    .footer-logo {
        text-align: center
    }
    .product-list-carousel .owl-prev {
        left: 0;
        top: 40%;
        margin-top: -19px
    }
    .product-list-carousel .owl-next {
        right: 0;
        top: 40%;
        margin-top: -19px
    }
}
.sp_1,
.sp_2 {
    background: url(support-online.png) left center no-repeat
}
.sp_mail {
    background: url(email.png) left center no-repeat
}
.online_support .block-content div p:first-child {
    color: #424242;
    margin: 0;
    font-size: 14px;
    line-height: 30px;
    font-weight: 600
}
.online_support .block-content {
    padding: 10px 0;
    border: #ebebeb 1px solid
}
.online_support .block-content div {
    padding-left: 30px;
    margin-left: 15px;
    font-size: 13px
}
.block {
    margin-bottom: 15px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 4px;
    padding: 0px 5px;
}
.blog-sidebar-info h3 {
    margin: 0px;
    font-size: 14px;
}
.article_title {
    font-size: 14px;
    color: #428bca;
    font-weight: bold;
}
.blog_news .box-heading {
    position: relative
}
.item-name a {
    color: #333;
    font-size: 14px
}
.btn.prev,
.btn.next {
    font-size: 20px;
    padding: 5px
}
.hot_sale_product {
    overflow: hidden;
    margin: 10px 0
}
.hot_sale_product .item-img {
    padding: 0
}
.hot_sale_product .item-img img {
    width: 100%
}
.item.blog-post {} .blog-image img {
    width: 100%
}
.box-heading h2 a {
    color: #00c5c7
}
@media screen and (max-width: 768px) {
    .mc-list-child {
        display: none
    }
    .cc-list-child {
        display: none
    }
}
.price.product-price {
    color: #900 !important
}
.view_all {
    position: absolute;
    top: 5px;
    right: 10px;
    font-style: italic
}
.box-heading {
    position: relative
}
.view_all a {
    color: #333
}
.view_all: hover a {
    color: #00c5c7
}
.product_item_mini img {
    width: 100%
}
.product_summary {
    text-align: justify
}
.hot_sale_navigator,
.blog-navigator {
    position: absolute;
    top: -7px;
    right: 0
}
.btn-view {
    display: block;
    float: left;
}
#sort-by {
    display: inline-flex;
    margin-top: 5px;
    margin-left: 30px;
}
.article-content {
    text-align: justify;
}
.entry-footer {
    overflow: hidden;
    border-top-color: #e7e7e7;
    margin-top: 20px;
    padding: 15px 0;
    border-top: dashed 1px #e8e6e2;
    border-bottom: dashed 1px #e8e6e2;
    margin-bottom: 30px;
}
.single-share {
    text-align: right;
    padding-right: 0
}
@media screen and (max-width: 480px) {
    .single-share {
        text-align: left;
        padding: 0;
    }
}
.single-share span {
    margin-right: 7px;
    text-transform: uppercase;
    font-size: 12px;
}
.single-share .social {
    display: inline-block;
}
.single-share .social li {
    display: inline-block;
}
.single-share .social li a {
    color: #929292;
    border: #e8e6e2 1px solid;
    display: block;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: solid 1px #e8e6e2;
    color: #aeaeae;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
}
.single-share .social li a:hover {
    color: #01c4c4;
    border: #01c4c4 1px solid;
}
.article-tags li {
    display: inline;
}
.article-tags span {
    float: left;
    margin-right: 10px;
    text-transform: uppercase
}
.article-tags a {
    padding: 0 10px;
    border-radius: 5px;
    border: #ddd 1px dotted;
}
.article-tags {
    padding-left: 0;
    line-height: 30px;
}
.product_item_mini {
    overflow: hidden;
}
.product_item_mini > div:first-child {
    padding: 0
}
.product_item_mini > div:last-child {
    padding-right: 0;
}
@media screen and (max-width: 480px) {
    .box-heading h2 {
        font-size: 20px;
    }
    .copy-right span {
        display: inherit;
    }
}
.prd_view_detail {
    padding: 12px 15px !important
}
.price-box {
    min-height: 45px;
}
.post_content {
    text-align: justify
}
.sidebar-heading h2 {
    margin: 0px;
    font-size: 14px;
    font-family: tahoma;
    color: #004ca9;
    font-weight: bold;
}
.sidebar-heading {
    text-transform: uppercase;
    border-bottom: 1px solid #004ca9;
    padding: 10px;
    margin-bottom: 10px;
}
.sidebar-heading h3{
	margin: 0px;	
	font-size: 15px;
}
.item-blog-sidebar {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.banner a {
    display: block;
    margin-bottom: 15px;
}
.block-body strong {
    color: #004ca9;
    font-size: 14px;
}
.new_products {
    margin-top: 20px;
}
.main-block {
    padding: 15px;
    background: #fff;
    border: 1px solid #ddd;
	padding-top: 0px;
}

.main-content h1 {
	margin: 15px 0px;
    font-size: 20px;
    text-transform: none;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
}
.blog-sidebar-image {
    text-align: center;
    margin-bottom: 15px;
}
#sync1 .owl-controls .owl-buttons .owl-prev{
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: left;
	margin-left: 0px;
	background: url(arrow_slide_detail_back.png) center no-repeat !important;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
#sync1 .owl-controls .owl-buttons .owl-prev:hover{background: url(arrow_slide_detail_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next:hover{background: url(arrow_slide_detail_next_hover.png) #000 center no-repeat !important;}
#sync1 .owl-controls .owl-buttons .owl-next{
	background: url(arrow_slide_detail.png) center no-repeat !important;
	width: 34px;
	height: 34px;
	line-height: 34px;
	float: right;
	margin-right: 0px;
	text-align: center;
	overflow: hidden;
	padding: 1px 10px;
	border-radius: 0px;
	text-indent: -9999px;
	position: inherit;
}
.css_detail_owl .owl-controls {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	width: 100%;
}
#sync1 {
    margin-bottom: 10px;
}
#sync2 .item{
	margin:5px;border: 1px solid #eee;}
#sync2 .item img{
	width:100%;}

.module-sale > div {
    padding: 15px;
}
.module-sale h3{
	margin: 0px;
	font-size: 17px;
	margin-bottom: 10px;
}
.module-sale li{
	line-height: 25px;
}
.module-sale li .fa-map-marker{
	width: 14px
}
.banner {
    text-align: center;
}