/* Main */
.bx-slideshow {
    margin-top: 134px;
}
body {
  font: 14px 'Helvetica Neue', arial, sans-serif;
  font-weight: normal;
  line-height: 1.56;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
button, select {
    margin-bottom: 5px;
    width: 100%;
    height: 35px;
    bottom: 5px;
}
.nav_color_wrap {
	bottom:40px;
}
.nav_color_wrap ul.nav_color li {
    margin: 0 0 0 0;
    width: 65px;
}
a, a:focus, a:hover {
  text-decoration: none;
}
/*-------------------------------------------------------------------
 * Header */
.header-block {
  
    position: fixed;
    z-index: 2;
    background-color: white;
    width: 100%;
}
.header-block .container .header-mid {
  padding-bottom: 10px;
}
.header-block .container .header-mid .head-logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.header-block .container .header-mid .head-logo .logo img {
  height: 70px;
  width: auto;
  margin-right: 10px;
}
.header-block .container .header-mid .head-logo .site_name h3 {
  text-transform: uppercase;
  margin-bottom: 3px;
  margin-top: 0;
  font-size: 24px;
  font-weight: bold;
}
.header-block .container .header-mid .hotline-bx {
  text-align: right;
}
.header-block .container .header-mid .hotline-bx > span {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 10px 18px;
  line-height: 20px;
  background: #d82028;
  height: 52px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  text-align: left;
}
.header-block .container .header-mid .hotline-bx > span b {
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
.header-block .container .header-mid .hotline-bx > span b u {
  display: block;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  font-size: 16px;
}
.header-block .container .header-mid .hotline-bx > span i {
  height: 22px;
  width: 22px;
  line-height: 20px;
  padding: 1px 0;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  color: #d82028;
  font-size: 13px;
  margin-right: 7px;
}
.header-block .container .header-mid .hotline-bx > span::before, .header-block .container .header-mid .hotline-bx > span::after {
  position: absolute;
  top: 0;
  height: 52px;
  width: 11px;
  border-top: 26px solid transparent;
  border-bottom: 26px solid transparent;
  content: "";
}
.header-block .container .header-mid .hotline-bx > span::before {
  right: 100%;
  border-right: 10px solid #d82028;
}
.header-block .container .header-mid .hotline-bx > span::after {
  left: 100%;
  border-left: 10px solid #d82028;
}
/*-------------------------------------------------------------------
 * Header */
.nav-left {
  position: fixed;
  z-index: 20;
  width: 280px;
  background: #eaeaea;
  left: -280px;
  top: 0;
  height: calc(100vh);
  transition: all 0.4s ease-in-out;
  display: table;
}
.nav-left .inner {
  position: relative;
  padding: 10px;
  height: 100vh;
  width: 100%;
}
.nav-left .inner .menu-left {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-left .inner .menu-left > li > a {
  position: relative;
  line-height: 20px;
  padding: 10px 15px;
  display: block;
}
.nav-left .inner .menu-left > li > .sub-nav {
  position: fixed;
  width: 240px;
  top: 0;
  background: #eaeaea;
  left: 0;
  transition: all 0.6s ease-in-out;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  display: table;
}
.nav-left .inner .menu-left > li > .sub-nav .container-gv {
  padding: 0;
}
.nav-left .inner .menu-left > li > .sub-nav .container-gv .sub-menu {
  height: 100vh;
  overflow-y: scroll;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-left .inner .menu-left > li > .sub-nav .container-gv .sub-menu > li a {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.nav-left .inner .menu-left > li > .sub-nav .container-gv .sub-menu > li a img {
  width: 80% !important;
  display: inline-block;
  margin: auto;
}
.nav-left .inner .menu-left > .mega-menu-item > a .arrow {
  height: 10px;
  width: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
.nav-left .inner .menu-left > .mega-menu-item > a .prrow {
  border-right: 6px solid #000;
  border-left: 0;
}
.nav-left .inner .menu-left > .mega-menu-item .selected .arrow {
  border-right: 6px solid #000;
  border-left: 0;
}
.nav-left .inner .menu-left > .mega-menu-item .sub-nav.show {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.nav-left.open {
  left: 0;
}
.menu-wrap {
  background: #c8102e;
    position: fixed;
    z-index: 20;
    width: 100%;
    top: 70px;
}
.menu-wrap .container .group-menu .nav-head {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.menu-wrap .container .group-menu .nav-head .btn-menu {
  margin: 5px 0;
  border: 1px solid #fff;
  padding: 0;
  background: none;
  line-height: 20px;
  height: 40px;
  width: 40px;
  border-radius: 6px;
  cursor: pointer;
}
.menu-wrap .container .group-menu .nav-head .btn-menu > i {
  color: #fff;
  font-size: 23px;
	font-weight:600;
}
.menu-wrap .container .group-menu .nav-head > span {
  color: #fff;

	font-weight:600;
}
.menu-wrap .container .group-menu .nav-head .hotline {
  display: flex;
  width: auto;
  align-items: center;
  flex-wrap: wrap;

	font-weight:600;  color: #fff;
  position: relative;
}
.menu-wrap .container .group-menu .nav-head .hotline i {
  height: 22px;
  width: 22px;
  line-height: 20px;
  padding: 1px 0;
  text-align: center;
  background: #fff;
  border-radius: 100%;
  color: #d82028;
  font-size: 13px;
  margin-right: 7px;
}
.menu-wrap .container .group-menu .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0 10%;
}
.menu-wrap .container .group-menu .nav-menu > li {
  display: inline-block;
}
.menu-wrap .container .group-menu .nav-menu > li > a {
  padding: 20px 15px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  display: block;
  transition: all 0.5s ease;
  position: relative;
	font-weight:600;
}
.menu-wrap .container .group-menu .nav-menu > li:hover {
  background: #D85859;
  color: #d2d3d5;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav {
  display: none;
  position: absolute;
  top: 100%;
  background: #fff;
  z-index: 9;
  width: 100%;
  left: 0;
  right: 0;
  padding: 10px 0;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav .sub-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: auto -10px;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav .sub-menu > li {
  max-width: 16.666667%;
  padding: 0 10px;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav .sub-menu > li > a {
  text-align: center;
  color: #c8102e;
  font-size: 14px;
  display: block;
  padding: 10px 0;
  font-weight: 600;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav .sub-menu > li > a:hover {
    color:#ff93a5;
}
.menu-wrap .container .group-menu .nav-menu > li > .sub-nav .sub-menu > li > a img {
  margin-bottom: 7px;
}
.menu-wrap .container .group-menu .nav-menu > .has-sub-menu > a {
  padding-right: 25px;
}
.menu-wrap .container .group-menu .nav-menu > .has-sub-menu > a > .arrow {
  height: 10px;
  width: 6px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #fff;
  position: absolute;
  right: 8px;
  top: 52%;
  transform: translateY(-50%);
}
.menu-wrap .container .group-menu .nav-menu > .has-sub-menu > a > .uprrow {
  border-bottom: 6px solid #fff;
  border-top: 0;
  top: 46%;
}
.menu-wrap .container .group-menu .nav-menu > .has-sub-menu .selected > .arrow {
  border-bottom: 6px solid #fff;
  border-top: 0;
  top: 46%;
}
.bx-wrapper {
  box-shadow: none;
  border: 0;
  margin: 0;
}
.bx-wrapper ul {
  padding: 0;
  list-style: none;
  margin: 0;
}
.bx-wrapper ul li img {
  width: 100%;
  height: auto;
}
.bx-wrapper .bx-controls .bx-controls-direction > a {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  text-indent: 0;
  margin: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  border-radius: 100%;
  transform: translateY(-50%);
}
.bx-wrapper .bx-controls .bx-controls-direction > a:hover {
  color: yellow;
}
.bx-wrapper .bx-controls .bx-controls-direction > a > i {
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 40px;
  font-size: 26px;
}
.bx-wrapper .bx-controls .bx-controls-direction > .bx-prev {
  left: 25px;
}
.bx-wrapper .bx-controls .bx-controls-direction > .bx-next {
  right: 25px;
}
.bx-wrapper .bx-controls .bx-default-pager {
  bottom: 33px;
}
.bx-wrapper .bx-controls .bx-default-pager .bx-pager-item {
  margin: 0 0px;
}
.bx-wrapper .bx-controls .bx-default-pager .bx-pager-item > a {
  height: 13px;
  width: 13px;
  background: #000;
  border-radius: 100%;
  display: block;
  transition: all 0.5s ease;
}
.bx-wrapper .bx-controls .bx-default-pager .bx-pager-item > .active {
  background: orange;
}
.owl-carousel .owl-nav [class*="owl-"] {
  padding: 0;
  background: none !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.6s ease;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
}
.owl-carousel .owl-nav [class*="owl-"] i {
  color: red;
  font-size: 32px;
}
.owl-carousel .owl-nav .owl-prev {
  left: -30px;
}
.owl-carousel .owl-nav .owl-next {
  right: -30px;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  z-index: 3;
}
.owl-carousel:hover .owl-nav .owl-prev {
  left: 0px;
}
.owl-carousel:hover .owl-nav .owl-next {
  right: 0px;
}
/** Slider **/
.slider {
  position: relative;
  z-index: 1;
}
.slider .banner img {
  width: 100%;
  height: auto;
}
.slider .slideshow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding-left: 0px;
  padding-top: 5px;
}
.slider .slideshow .bx-slideshow .item img {
  width: 100%;
  height: auto;
}
.slider .slideshow .widget-product-sale {
  list-style: none;
  padding: 0;
  margin: 0;
}
.slider .slideshow .widget-product-sale li {
  position: relative;
  padding: 10px 0 3px;
  border-bottom: 1px dotted #eee;
}
.slider .slideshow .widget-product-sale li:first-child {
  padding-top: 0;
}
.slider .slideshow .widget-product-sale li::before, .slider .slideshow .widget-product-sale li::after {
  content: "";
  display: table;
}
.slider .slideshow .widget-product-sale li::after {
  clear: both;
}
.slider .slideshow .widget-product-sale li .thumb {
  width: 50px;
  float: left;
}
.slider .slideshow .widget-product-sale li .thumb img {
  width: 100%;
  height: auto;
  border: 3px solid #eaeaea;
}
.slider .slideshow .widget-product-sale li .info {
  padding-left: 10px;
  float: right;
  width: calc(100% - 50px);
  font-family: 'Helvetica', arial, sans-serif;
}
.slider .slideshow .widget-product-sale li .info h4 {
  margin: 0 0 3px;
  font-size: 13px;
  font-weight: 600;
}
.slider .slideshow .widget-product-sale li .info h4 a {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  overflow: hidden;
}
.slider .slideshow .widget-product-sale li .info span {
  display: inline-block;
  vertical-align: middle;
}
.slider .slideshow .widget-product-sale li .info span + span {
  margin-left: 7px;
}
.slider .slideshow .widget-product-sale li .info .reg {
  color: #ef7e5e;
  font-weight: 600;
}
.slider .slideshow .widget-product-sale li .info .old {
  color: #aaa;
  text-decoration: line-through;
}
.slider .slideshow .box-slide {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.slider .slideshow .box-left {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  padding-right: 15px;
  max-width: 75%;
}
.slider .slideshow .box-right {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"] {
  line-height: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 8px 12px;
  color: #333;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 12px;
}
.wpcf7-form textarea {
  line-height: 20px;
  background: #fff;
  border: 1px solid #dfdfdf;
  padding: 8px 12px;
  color: #333;
  border-radius: 3px;
  width: 100%;
  margin-bottom: 12px;
  height: 90px;
}
.wpcf7-form input[type="submit"] {
  padding: 10px 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background: #d82028;
  cursor: pointer;
  border: 0;
}
.map-google iframe {
  width: 100%;
}
.entry-content {
  font: 14px 'Helvetica Neue';
  line-height: 1.6;
  text-align: justify;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
.entry-content iframe, .entry-content object {
  max-width: 100%;
}
.entry-content .aligncenter, .entry-content .alignleft, .entry-content .alignright {
  max-width: 100%;
}
.entry-content .aligncenter img, .entry-content .alignleft img, .entry-content .alignright img {
  max-width: 100%;
  height: auto;
}
.entry-content .aligncenter {
  float: none;
  margin: auto;
  display: block;
}
.entry-content .alignleft {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.entry-content .alignright {
  float: right;
  display: inline-block;
  margin-left: 15px;
}
.product-inner {
  margin: 10px 0;
  border: 1px solid #f8f8f8;
}
.product-inner:hover {
  border-color: #1e5ed2;
}
.product-inner .thumb img {
  width: 100%;
  height: auto;
}
.product-inner .info {
  text-align: center;
}
.product-inner .info h3 {
  font: 14px 'Helvetica Neue', arial, sans-serif;
  padding: 10px 5px 7px 5px;
  margin: 0;
  display: table;
  height: 48px;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.product-inner .info h3 > a {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.1;
  color: #222;
}
.product-inner .info h3 > a:hover {
  color: #d21e5e;
}
.product-inner .info .meta {
  padding: 7px 0;
}
.product-inner .info .meta p {
  margin: 0;
  font-size: 12px;
}
.product-inner .info .price {
  padding-bottom: 12px;
}
.product-inner .info .price span {
  display: inline-block;
}
.product-inner .info .price span + span {
  margin-left: 6px;
}
.product-inner .info .price .old {
  color: red;
  font-size: 14px;
  text-decoration: line-through;
}
.product-inner .info .price .reg {
  font-size: 17px;
  color: #1e5ed2;
  font-weight: bold;
}
.item-price {
  padding-bottom: 10px;
  border-bottom: 2px solid #555;
  margin-bottom: 20px;
}
.item-price .name-title {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  color: #444;
}
.item-price img {
  width: 100%;
  height: auto;
}
.item-price table {
  width: 100%;
  margin-bottom: 20px;
}
.item-price table thead tr {
  background: #eaeaea;
}
.item-price table thead tr td {
  text-align: center;
  padding: 7px;
  text-transform: uppercase;
}
.item-price table thead tr td + td {
  border-left: 1px solid #ddd;
}
.item-price table tbody tr td {
  border: 1px solid #eaeaea;
  padding: 5px 7px;
  text-align: center;
}
.item-price table tbody tr td b {
  color: red;
}
.post-item {
  padding-bottom: 25px;
}
.post-item .inner::after {
  content: "";
  display: table;
  clear: both;
}
.post-item .inner .thumb {
  float: left;
  width: 23%;
  margin-right: 14px;
}
.post-item .inner .thumb img {
  width: 100%;
  height: auto;
  border: 1px solid #eaeaea;
}
.post-item .inner .info h4 {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 10px;
}
.post-item .inner .info h4 a {
  color: #333;
}
.post-item .inner .info .btn-more {
  background: #efefef;
  color: #e04b34;
  border-radius: 2px;
  display: inline-block;
  padding: 5px 8px;
}
.prod-item .inner {
  padding: 5px 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  border-bottom: 4px solid #fff;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.prod-item .inner .info h4 {
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  line-height: 24px;
  color: #282f42;
  padding: 20px 0 10px;
  position: relative;
  font-weight: 600;
  margin: 0 0 5px;
  text-transform: uppercase;
}
.prod-item .inner .info h4 > a {
  color: #222;
}
.prod-item .inner .info h4:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 28px;
  background: #ed1c24;
  height: 3px;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.prod-item .inner .info h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 32px;
  width: 56px;
  height: 3px;
  background: #333;
  -webkit-transform: skew(-45deg);
  -moz-transform: skew(-45deg);
  -ms-transform: skew(-45deg);
  -o-transform: skew(-45deg);
  transform: skew(-45deg);
}
.prod-item .inner .info .price {
  font-weight: bold;
}
.prod-item .inner .info .price > b {
  color: red;
  font-size: 16px;
  letter-spacing: 1px;
}
.prod-item .inner .info .price sup {
  margin-left: 3px;
  font-weight: normal;
  font-size: 11px;
}
/** Sidebar **/
.sidebar-block .sidebar-area aside {
  margin-bottom: 20px;
}
.sidebar-block .sidebar-area .info-area {
  text-align: center;
}
.sidebar-block .sidebar-area .info-area .avatar img {
  width: 100%;
  height: auto;
  border-radius: 100%;
  border: 7px solid #f9f9f9;
}
.sidebar-block .sidebar-area .info-area .info h3 {
  font-size: 150%;
  color: #f00;
  font-weight: bold;
  margin-top: 12px;
  padding-bottom: 5px;
}
.sidebar-block .sidebar-area .info-area .info .hotline {
  color: #f00;
  font-size: 20px;
  font-weight: bold;
}
.sidebar-block .sidebar-area .button-area ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-block .sidebar-area .button-area ul li {
  padding-bottom: 8px;
}
.sidebar-block .sidebar-area .button-area ul li a {
  display: block;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  width: 80%;
  margin: auto;
  color: #fff;
  background: #f44336;
  border-radius: 2px;
}
.sidebar-block .widget-area aside {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.sidebar-block .widget-area aside .widget-panel .title-bar-o {
  border-bottom: 1px solid #eaeaea;
  font: 15px 'Helvetica Neue';
  line-height: normal;
  background: linear-gradient(#1e5ed2, #0e49b4);
  color: #fff;
  margin: 0;
  padding: 10px 15px 10px 35px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  position: relative;
  line-height: 20px;
}
.sidebar-block .widget-area aside .widget-panel .title-bar-o::before {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #fff;
  background-image: url(../images/bullet.gif.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-size: 50%;
  content: "";
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner {
  overflow: hidden;
  padding-bottom: 10px;
  background: #fff;
  border-bottom: 1px dotted #ccc;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner::after {
  clear: both;
  display: table;
  content: "";
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .thumb {
  padding: 10px 10px 0;
  position: relative;
  overflow: hidden;
  width: 30%;
  float: left;
  padding-right: 10px;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .thumb img {
  width: 100%;
  height: auto;
  border: 2px solid #eaeaea;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info {
  margin-top: 10px;
  padding: 0 15px;
  min-height: 46px;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info h3 {
  font: 14px 'Helvetica Neue', arial, sans-serif;
  margin: 0;
  padding-bottom: 0px;
  font-weight: 700;
  line-height: 1.1;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info h3 a {
  color: #2a2a2a;
  transition: all 0.5s ease;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info h3 a:hover {
  color: #f96d10;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info .price {
  display: flex;
  vertical-align: middle;
  align-items: center;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info .price span {
  font-family: 'Helvetica Neue', arial, sans-serif;
  display: inline-block;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info .price .reg {
  font-size: 18px;
  color: #f91010;
  font-weight: bold;
}
.sidebar-block .widget-area aside .product-view .product-list .item > .inner .info .price .old {
  margin-left: 10px;
  color: #666;
  font-size: 14px;
  text-decoration: line-through;
}
.sidebar-block .widget-area aside .post-list {
  list-style: none;
  padding: 8px 0px;
  margin: 0px;
}
.sidebar-block .widget-area aside .post-list > li {
  padding: 8px 10px;
}
.sidebar-block .widget-area aside .post-list > li + li {
  border-top: 1px dotted #eee;
}
.sidebar-block .widget-area aside .post-list > li .thumb {
  float: left;
  width: 30%;
  padding-right: 10px;
}
.sidebar-block .widget-area aside .post-list > li .thumb img {
  width: 100%;
  height: auto;
}
.sidebar-block .widget-area aside .post-list > li .info {
  width: calc(100% - 30%);
  float: right;
}
.sidebar-block .widget-area aside .post-list > li .info h4 {
  font: 14px 'Helvetica Neue';
  margin: 0;
}
.sidebar-block .widget-area aside .post-list > li .info h4 a {
  color: #333;
}
.sidebar-block .widget-area aside .post-list > li .info h4 > span {
  font-style: italic;
  color: #888;
}
.single-wrap, .entry-blog {
  box-shadow: 0px 0px 6px 1px #aaa;
  background: #fff;
  padding: 15px 20px;
}
.single-wrap .detail-title, .entry-blog .detail-title {
  color: #042f65;
  font-size: 150%;
  font-weight: bold;
}
.single-wrap .price, .entry-blog .price {
  font-size: 20px;
  font-weight: bold;
}
.single-wrap .price > b, .entry-blog .price > b {
  color: red;
  font-weight: bold;
}
.single-wrap .share-group, .entry-blog .share-group {
  padding-bottom: 20px;
  padding-top: 5px;
}
.single-wrap .share-group a, .entry-blog .share-group a {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
}
.single-wrap .share-group .gl, .entry-blog .share-group .gl {
  background-color: #e04b34;
  border-color: #e04b34;
}
.single-wrap .share-group .fb, .entry-blog .share-group .fb {
  background-color: #435f9f;
  border-color: #435f9f;
}
.single-wrap .share-group .tw, .entry-blog .share-group .tw {
  background-color: #00aaf0;
  border-color: #00aaf0;
}
.single-wrap .detail-content-title, .entry-blog .detail-content-title {
  color: #b62831;
  font-size: 120%;
  padding: 0 10px;
  border-left: 5px solid #b62831;
  width: 100%;
  box-sizing: border-box;
  text-transform: uppercase;
  font-weight: 700;
}
.single-wrap .related_title, .entry-blog .related_title {
  color: #ff5a10;
  position: relative;
  text-transform: uppercase;
  font-size: 125%;
  font-weight: 700;
  padding: 8px 0;
  display: block;
  border-bottom: 2px solid #ff5a10;
}
/** Footer **/
.footer-block {
  background: #eef2f5;
  padding: 15px 0;
  color: #000;
}
.footer-block .container .footer-widget .inner {
  padding: 10px 0;
}
.footer-block .container .footer-widget .inner > h3 {
  color: #bb0d19;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 10px 0;
  font-size: 125%;
  font-weight: 700;
}
.footer-block .container .footer-widget .inner > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-block .container .footer-widget .inner > ul > li {
  padding: 6px 0;
}
.footer-block .container .footer-widget .inner > ul > li > a {
  position: relative;
  color: #000;
}
.footer-block .container .footer-widget .inner .contact {
  padding-bottom: 10px;
}
.footer-block .container .footer-widget .inner .contact > li {
  position: relative;
  padding-left: 40px;
}
.footer-block .container .footer-widget .inner .contact > li > i {
  position: absolute;
  height: 30px;
  width: 30px;
  background: #fff;
  text-align: center;
  line-height: 30px;
  color: #333;
  border-radius: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer-block .container .footer-widget .inner .social a {
  height: 24px;
  width: 24px;
  background: #fff;
  color: #333;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}
.copyright {
  background: #b9b9b9;
  padding: 5px 0;
  color: #000;
}
