:root {
  --text-color: #333333;
  --body-background: #f8f8f8;
  --text-secondary-color: #9e9e9e;
  --primary-color: #af1e23;
  --secondary-color: #feca05;
  --price-color: #c7140f;
  --header-background: #970d09;
  --header-color: #ffffff;
  --subheader-background: #2f2d8e;
  --subheader-color: #bce4fd;
  --header-category-bg: #970d09;
  --header-category-color: #fff8e2;
  --label-background: #c7140f;
  --label-color: #ffffff;
  --footer-bg: #efefef;
  --footer-color: #0b0b0b;
  --show-loadmore: none !important;
  --order-loadmore: -1 !important;
  --sale-pop-color: #e40303;
  --addtocart-bg: #c7140f;
  --addtocart-text-color: #ffffff;
  --cta-color: #c7140f;
  --section-coupon-bg: #fff8e2;
  --coupon-title-color: #2d2d2d;
  --coupon-button-color: #970d09;
  --col-menu: 1;
  --border-color: #f1f1f1;
  --link-color: #2f80ed;
  --coupon-code-background: #ffffff;
  --coupon-lite-border: #ed3324;
  --product-promotion-bg: #c7140f;
}

body {
  background: var(--body-background);
  font-size: 14px;
  padding: 0;
  color: var(--text-color);
  overflow-x: hidden;
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

img {
  max-width: 100%;
}

a {
  color: #000;
}

a:active,
a:hover {
  color: var(---primary-color);
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table,
th,
td {
  border: 1px solid #ddd;
}

th,
td {
  padding: 10px;
}

th {
  background: #eee;
  font-weight: 600;
  text-align: center;
  height: 30px;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

tr:hover {
  background-color: #f5f5f5;
}

header {
  background: #970d09;
}

nav {
  background: none;
  border: none;
}

.round15 {
  border-radius: 15px !important;
}

.round25 {
  border-radius: 25px !important;
}

.round50 {
  border-radius: 50% !important;
}

.trunc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.trunc-1 {
  -webkit-line-clamp: 1;
}

.trunc-2 {
  -webkit-line-clamp: 2;
}

.trunc-3 {
  -webkit-line-clamp: 3;
}

.trunc-4 {
  -webkit-line-clamp: 4;
}

.trunc-5 {
  -webkit-line-clamp: 5;
}

.nav-tabs.product-tabs > li > a {
  margin-right: 0;
  line-height: 1.42857143;
  border-radius: 0;
  padding: 10px;
}

.product-tabs li.active a {
  background: none repeat scroll 0 0 #fff;
  color: #1b1464;
  font-weight: normal;
  padding: 12px;
  border: none;
  border-bottom: 3px solid #1b1464;
  display: block;
}

@media (min-width: 1200px) {
  .lg-backdrop {
    background-color: transparent !important;
  }
  .lg-outer {
    width: 1000px !important;
    height: 80% !important;
    position: fixed !important;
    top: 10% !important;
    left: 50% !important;
    margin-left: -500px !important;
    display: flex;
    flex-wrap: nowrap;
    background-color: #fff !important;
    box-shadow: 0 5px 3px rgba(0, 0, 0, 0.25);
  }
  .lg-outer .lg-thumb-outer {
    background-color: #fff !important;
  }
}

@media (min-width: 991px) {
  .mt-md-0 {
    margin-top: 0 !important;
  }
}

.breadcrumbs {
  padding: 10px 0;
  margin: auto;
  font-size: 14px;
  width: 100%;
}

.breadcrumbs a {
  color: #666;
}

.breadcrumbs span {
  display: inline-block;
  margin: 0 5px;
  color: #ccc;
  font-size: 13px;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
}

.breadcrumbs ul li {
  list-style-type: none;
  display: inline;
}

.breadcrumbs strong {
  font-weight: 900;
  color: #333 !important;
}

.breadcrumbs ul li i {
  margin: 0 5px;
}

.flex1 {
  flex: 1;
}

.flex-column {
  flex-direction: column;
}

.btn-main {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.btn {
  font-size: 14px;
}

.btn-group-sm > .btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.section_coupons {
  padding: 10px 15px;
  background-color: var(--section-coupon-bg);
}

.coupon_copy {
  background: var(--coupon-button-color);
  color: #fff;
}

.coupon-list .btn {
  margin-right: 10px;
  padding: 3px 15px;
}

.btn-main {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.media-body {
  width: auto;
}

/* _modal.scss:53 */
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 30px);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 30px);
  content: '';
}

/* _modal.scss:161 */
.modal-dialog-centered {
  min-height: calc(100% - 30px);
}

.modal-dialog-centered::before {
  height: calc(100vh - 30px);
}

#top {
  background: #970d09;
}

#nav > li > a {
  background-color: #fff;
  color: #222;
}

#nav > li > a:hover {
  color: #fff;
  background: #cc0f09;
  border-bottom: none;
}

.loader {
  display: block;
  float: left;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #3498db;
  width: 18px;
  height: 18px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.gritter-image img {
  width: 54px;
  height: 54px;
  object-fit: cover;
}

.form_checkout .btn,
.form_checkout input.form-control {
  border-radius: 0;
  height: 36px;
}

.sidebar-img {
  margin-bottom: 15px;
}

.menu_top ul {
  text-align: right;
  padding: 12px 0;
  margin: 0;
}

.menu_top ul li {
  display: inline-block;
}

.menu_top ul li a {
  font-size: 12px;
}

.menu_top ul li a:after {
  display: inline-block;
  content: '|';
  padding: 0 10px;
}

.menu_top ul li:last-child a:after {
  display: none;
}

.menu_search_form .menu_search_group {
  border: none;
  width: 100%;
  display: flex;
}

.menu_search_form .menu_search_group .menu_search_input {
  border: none;
  height: 40px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.menu_search_form .menu_search_group .menu_search_button button {
  border: none;
  background: #feca05;
  color: #fff;
  height: 40px;
  font-size: 20px;
  padding-left: 25px;
  padding-right: 25px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.menu_mobile_search .btn {
  background: #fff;
  color: #1a2c50;
  font-size: 16px;
}

.support {
  display: flex;
  padding-top: 10px;
}

.support .box-services {
  flex: 1;
}

.support .box-services img {
  max-height: 50px;
}

.support .box-services span {
  flex: 1;
}

.support .box-services div {
  padding-top: 10px;
}

.support .box-services div h3 {
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 2px;
}

.support .box-services div small {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
}

.support .box-services > a:first-child {
  float: left;
}

.support .box-services a {
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  display: block;
}

.support.support-vertical .box-services {
  margin: 0 -15px;
  background: #1a2c50;
}

.main-two-column {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.main-two-column .main-left,
.main-two-column .main-right {
  padding-left: 5px;
  padding-right: 5px;
}

.main-two-column .main-right {
  background-color: #fff;
}

.main-banner {
  margin-top: 10px;
  margin-bottom: 0;
}

.main-banner .single-image {
  margin-bottom: 14px;
}

.main-banner .single-image:last-child {
  margin-bottom: 0;
}

.main-banner .single-image img {
  width: 100%;
  height: auto;
}

.main-banner .row {
  margin-right: -10px;
  margin-left: -10px;
}

.main-banner [class*='col-'] {
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-3.col-sm-6.col-xs-12.home-collection-product:nth-child(4),
.col-md-3.col-sm-6.col-xs-12.home-collection-product:nth-child(8) {
  padding-right: 0;
}

.col-md-3.col-sm-6.col-xs-12.home-collection-product:first-child,
.col-md-3.col-sm-6.col-xs-12.home-collection-product:nth-child(5) {
  padding-left: 0;
}

.input-group.search-bar {
  border: 0;
  border-radius: 0;
}

.btn.icon-fallback-text {
  border: none;
}

button.btn.icon-fallback-text {
  background: #c92d46;
  color: #f5f5f5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  flex: 1;
}

.search-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list_search {
  display: none;
  background: #fff;
  border: 1px solid #ebebeb;
  background-color: #fff;
  position: absolute;
  top: 100%;
  min-width: 200px;
  width: auto;
  z-index: 3;
  font-weight: 400 !important;
  font-family: Roboto, sans-serif;
  border-radius: 0;
  right: auto;
  margin-top: 0;
  margin-left: -1px;
  font-size: 13px;
  padding: 4px 0;
  max-height: 350px;
  overflow-x: auto;
}

.list_search .search_item {
  text-align: left;
  display: block;
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
  filter: none;
  height: auto;
  min-height: 24px;
  line-height: 30px;
  padding: 0 20px;
  cursor: pointer;
}

.liner_search {
  width: 100%;
  height: 1px;
  background: #efefef;
  margin: 8px 0;
}

.header_search .input-group-btn {
  position: initial !important;
}

.search_text {
  white-space: nowrap;
  display: inherit;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  padding: 0 20px 0 5px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.search_text:before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  position: absolute;
  top: 50%;
  right: 6px;
  margin-top: -1px;
}

.collection-selector {
  flex: 2;
}

.logo {
  cursor: pointer;
  text-align: left;
  display: block;
  padding: 10px 0;
}

.logo img {
  width: auto;
  max-height: 120px;
}

.header_search {
  padding: 10px 0;
  display: flex;
}

.header_search .menu_search_form {
  flex: 1;
}

.header_search input {
  border: none;
  border-radius: 0;
  color: dimgrey;
  padding: 8px 10px;
  flex: 3;
}

div#search_info {
  z-index: 99999;
}

.header_search .input-group.search-bar {
  width: 100%;
  height: 45px;
  display: flex;
  box-sizing: border-box;
}

.features-tab1 > .nav-tabs > .tablist2.active > a,
.features-tab1 > .nav-tabs > .tablist2.active > a:hover,
.features-tab1 > .nav-tabs > .tablist2.active > a:focus {
  color: #f0f0f0 !important;
  background: #29ae89;
}

.nav-tabs > .tablist2 > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  height: 150px;
  background: #f7f7f7;
  text-align: center;
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  height: 150px;
  background: #f7f7f7;
  text-align: center;
}

.features-tab > .nav > .tablist2 > a > img {
  max-width: 100%;
  margin: 20% auto 0 !important;
  display: block;
  left: auto;
  right: auto;
}

.features-tab > .nav > .tablist2 > a > span {
  position: absolute;
  bottom: 27px;
  right: 0;
  width: 100%;
}

.mennu-top-header {
  list-style: none;
  top: 0;
  float: right;
}

.mennu-top-header li {
  float: left;
  padding: 0 10px;
}

.mennu-top-header li a {
  color: #ccc;
}

.price-box {
  margin: 6px 0;
}

.special-price {
  display: block;
  margin-bottom: 0;
}

.special-price .price {
  font-size: 18px;
  font-weight: 600;
  color: #c7140f;
  line-height: 20px;
}

.special-price .price_old {
  font-size: 13px;
  color: #999;
  text-decoration: line-through;
}

.special-price .price-label {
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
  color: #666;
  display: none;
}

.mini-cart {
  padding-right: 20px;
}

.mini-cart .dropdown-toggle::after {
  display: none;
}

.mini-cart .basket {
  position: relative;
}

.mini-cart .basket .title {
  position: static;
  width: auto;
  height: auto;
  text-transform: uppercase;
  text-align: left;
  display: block;
  line-height: 100%;
  color: #ccc;
}

.mini-cart .basket .cart-box {
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #feca05;
  color: #970d09;
}

.mini-cart .basket .cart-box #cart-total {
  position: static;
  width: auto;
  height: auto;
  z-index: 1;
  line-height: 100%;
  border-radius: 0;
  font-size: 13px;
  display: block;
  text-align: left;
  margin-top: 3px;
}

.mini-cart .basket a {
  position: relative;
  height: auto;
  font-size: 13px;
  line-height: 25px;
  display: inline-block;
  padding-right: 10px;
}

.basket.dropdown-toggle img {
  height: 24px;
}

.mini-products-list .product-image img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}

.cart {
  padding: 15px;
  background-color: #fff;
}

.cart .page-title h2 {
  font-size: 22px;
  font-size: 22px;
}

.page-title h1,
.page-title h2 {
  color: #000;
  font-size: 22px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 0;
}

.actions .btn-cart {
  height: 40px;
  padding: 15px 27px;
  border-radius: 0;
}

.top-cart-contain {
  color: #333;
  right: 0;
  padding-top: 70px;
  z-index: 1000;
  display: flex;
  justify-content: flex-end;
}

.top-cart-content .empty {
  text-align: left;
  color: #333;
}

.top-cart-content {
  display: none;
  width: 300px;
  position: absolute;
  right: 16px;
  background: #fff;
  padding: 0;
  text-align: left;
  box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.4);
  z-index: 10000;
}

.top-subtotal {
  color: #333;
  font-weight: 400;
  padding: 12px 15px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
}

.top-cart-content .block-subtitle {
  color: #fff;
  overflow: hidden;
  padding: 15px;
  text-align: left;
  font-family: 'Arial', sans-serif;
  font-size: 13px;
  background: #222;
  text-transform: none;
  font-weight: 400;
  border-bottom: 1px #ddd solid;
}

ul#cart-sidebar {
  max-height: 350px;
  overflow: auto;
  padding: 0;
  margin: 0;
}

.top-cart-content li {
  list-style: none;
}

.top-cart-content li.item {
  border-bottom: 1px solid #eee;
  margin: 5px 0 10px;
  overflow: hidden;
  padding: 10px;
}

.top-cart-content li.item:last-child {
  margin: 0;
  border-bottom: 0 #eee solid;
}

.top-cart-content .product-name {
  margin: 0;
  width: 150px;
  line-height: 1;
  padding: 0 0 5px;
}

.top-cart-content .product-name a {
  line-height: normal;
  color: #0b2c70;
}

.top-cart-content .product-details {
  color: #333;
  position: relative;
  text-align: left;
  padding: 0;
}

.mini-products-list .detail-item .product-details-bottom .price {
  color: #1b1464;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

.mini-products-list .detail-item .product-details-bottom .quantity {
  font-size: 12px;
  display: inline-block;
}

.mini-products-list .detail-item .product-details-bottom .label {
  font-weight: 700;
  vertical-align: middle;
}

.mini-products-list .detail-item .product-details-bottom strong {
  font-weight: 400;
}

.mini-products-list .product-image {
  float: left;
}

.mini-products-list .product-remove,
.mini-products-list .product-edit {
  color: #c00;
  font-size: 13px;
}

.mini-products-list .product-remove {
  position: absolute;
  right: 0;
}

.mini-products-list .product-remove:hover,
.mini-products-list .product-edit:hover {
  color: #333;
  text-decoration: none;
}

.mini-products-list .detail-item {
  margin-left: 92px;
}

.top-subtotal {
  color: #333;
  font-weight: 400;
  padding: 12px 15px;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #ddd solid;
  border-top: 1px #ddd solid;
}

.top-cart-content .actions {
  padding: 15px 20px;
  margin: 0;
  overflow: hidden;
  background: #f5f5f5;
  padding-top: 15px;
  display: flex;
  justify-content: space-between;
}

.top-cart-contain .mini-cart .price {
  margin-right: 5px;
  font-size: 16px;
  font-weight: 700;
}

.top-cart-contain .price {
  color: #af1e23;
  text-transform: uppercase;
}

.mini-cart .actions .btn-checkout,
.mini-cart .actions .view-cart {
  background: #0b2c70;
  color: #fff;
  font-size: 11px;
  padding: 8px 16px;
  text-align: left;
  cursor: pointer;
  text-decoration: none;
  float: left;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  border: 1px solid #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.new_title.center {
  position: relative;
}

.collection-link {
  position: absolute;
  right: 15px;
  top: 25px;
}

.collection-link a {
  color: #999;
}

.collection-link a:hover,
a:focus {
  color: #c31632;
  text-decoration: none;
}

.col-item {
  padding: 0;
  margin: 0 0 10px 0;
}

.item-search .col-item .item-inner .item-info2 .actions form .button {
  padding: 12px 20px;
}

.thumb-wrapper a {
  display: block;
}

.thumb-wrapper .thumb100p {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.thumb-wrapper .thumb100p img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.col-item:hover .thumb-wrapper img {
  transition: transform 0.5s;
}

.col-item:hover .thumb-wrapper img {
  -ms-transform: scale(1.1, 1.1);
  /* IE 9 */
  -webkit-transform: scale(1.1, 1.1);
  /* Safari */
  transform: scale(1.1, 1.1);
}

.home-collection-product .col-item {
  margin: 0 0 30px 0;
}

.view-products a {
  border: 1px solid #eee;
  color: #c7140f;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 0;
  border-radius: 25px;
  transition: all 0.2s ease-in-out;
}

.view-products a i {
  font-size: 13px;
}

.view-products a:hover {
  background-color: #c7140f;
}

.view-products a:hover i {
  color: #fff;
}

.col-item:hover .view-products a {
  /* background-color:#c31632; */
  /* box-shadow: 0px 5px 15px #dddfe2; */
  border-color: #000;
  /* color: #FFF; */
}

.view-more {
  transition: background-color 0.3s ease;
  background-color: #fff;
  border: 1px solid #c7140f;
  color: #c7140f;
  padding: 10px 35px;
  display: inline-block;
  border-radius: 25px;
}

.view-more i {
  margin-left: 5px;
}

.view-more:hover {
  background-color: #c7140f;
  color: #fff;
}

@media screen and (max-width: 420px) {
  .contact-img {
    margin-right: 5px;
  }
  span.descript-contact {
    font-size: 12px;
  }
  .col-item .product-wrapper a.thumb.flip .face img {
    height: auto !important;
  }
  div.jGrowl div.jGrowl-notification,
  div.jGrowl div.jGrowl-closer {
    margin: 0 !important;
  }
}

.product-list.product-search {
  overflow: hidden;
}

.product_commit ul,
.product_commit ol {
  list-style: none;
  padding: 15px 0;
  margin: 0;
}

.product_commit li {
  padding-bottom: 8px;
}

.product_commit li:before {
  display: inline-block;
  content: '\f00c';
  font-family: FontAwesome;
  color: #1a2c50;
  margin-right: 5px;
  margin-left: 5px;
}

.item-title h3 {
  margin: 10px 0 0 0;
  overflow: hidden;
  line-height: 1.5;
  font-size: 15px;
  font-weight: normal;
  min-height: 65px;
}

.item-title h3 a:hover {
  color: var(--primary-color);
}

.product-essential {
  background-color: #fff;
  padding-top: 15px;
}

.product-view .product-shop .add-to-box .btn-cart {
  color: #fff;
  font-size: 16px;
  text-shadow: none;
  padding: 10px 20px;
  float: left;
  margin-top: 10px;
  transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
  border: none;
  border-radius: 0;
  display: block;
  float: none;
  background-color: var(--price-color);
  margin-top: 0;
}

.product-view .call_us {
  background-color: var(--price-color);
  display: block;
  color: var(--addtocart-text-color);
}

.product-view .nav-tabs > li.active > a,
.product-view .nav-tabs > li.active > a:hover,
.product-view .nav-tabs > li.active > a:focus {
  color: #222 !important;
}

.product-view .tab-content .std {
  font-size: 15px;
}

.product-view .tab-content > .active {
  overflow: hidden;
  opacity: 1;
  margin-top: 15px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #29ae89 !important;
}

.latest-blog a:hover {
  color: var(--primary-color);
}

.latest-blog .row {
  margin: 0 -5px;
}

.latest-blog [class*='col-'] {
  padding: 0 5px;
}

.blog-item.layout2 {
  margin-bottom: 15px;
}

.blog-item.layout2 .blog-inner .blog-title a {
  font-size: 18px;
}

.blog-content {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.blog-content .blog-info a {
  color: #4d69a5;
}

button.button.btn-cart.btn-more {
  padding: 12px !important;
  height: 40px;
  border-radius: 5px;
  background: #c31632;
  color: white;
  line-height: 0;
  border-radius: 0;
}

.variants {
  float: left;
}

li.tablist2 {
  width: 20%;
  padding: 0 5px;
}

ul.method {
  display: flex;
  padding: 10px 0 10px 10px;
  margin: 20px 5px;
  border: solid 1px #ebebeb;
  height: 170px;
}

li.method-li {
  float: left;
  width: 19%;
  list-style: none;
  text-align: center;
  height: 150px;
  position: relative;
  margin-right: 5px;
  border-right: solid 1px #ebebeb;
}

.method .method-li img {
  top: 40%;
  position: absolute;
  right: 38%;
}

.method .method-li span {
  bottom: 10px;
  position: absolute;
  width: 100%;
  left: 0;
}

.method-li-b {
  position: absolute;
  top: 20px;
  width: 100%;
  left: 0;
}

@media only screen and (min-width: 415px) and (max-width: 480px) {
  .col-md-3.col-sm-6.col-xs-12.home-collection-product {
    width: 50% !important;
  }
}

.col-md-6.col-sm-6.col-xs-12.wow.bounceInLeft.animated.animated {
  padding-left: 0px;
  padding-right: 5px;
}

.col-md-6.col-sm-6.col-xs-12.wow.bounceInRight.animated.animated {
  padding-right: 0px;
  padding-left: 5px;
}

.feature-product .row {
  margin: 0 -5px;
}

.feature-product .row > [class*='col-'] {
  padding: 0 5px;
}

.feature-product .item-info {
  padding: 0;
}

.main_title {
  margin-bottom: 15px;
  color: #fff8e2;
  border-color: #8a130d;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 5px solid #8a130d;
}

.main_title a,
.main_title span {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.2;
  border-radius: 4px;
  display: block;
  padding: 0;
}

.main_title a strong,
.main_title span strong {
  line-height: 1.5;
  background-color: #8a130d;
  background-image: url(/public/img/logo.png);
  background-size: 36px;
  background-position: 12px 5px;
  background-repeat: no-repeat;
  padding: 8px 30px 5px 60px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  margin-left: 15px;
  font-weight: bold;
}

.main_title a:hover {
  color: #fcffac;
}

.main_title .more {
  margin-left: auto;
  font-size: 14px;
}

.main_title .more:hover {
  color: #c92d46;
}

.no-boder {
  border: none;
}

.no-border .image-sp img {
  border: none;
}

.blog-content-detail {
  font-size: 15px;
  line-height: 1.5;
}

.blog-content-detail .blog-name h1 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  font-family: inherit;
  color: var(--primary-color);
}

.blog-content-detail .blog-description {
  margin-bottom: 15px;
}

/*.feature-product .main_title {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    background: none;
    border-bottom-width: 2px;
}
.feature-product .main_title.small {
    font-size:18px;
}
.feature-product .main_title strong {
    background: none;
    color: #c31632;
    padding-left: 0;
    font-weight: normal;
}
.feature-product .main_title strong:before,
.feature-product .main_title strong:after {
    display: none;
}*/
.item-service-img {
  width: 20%;
  float: left;
}

san.sp-hot1 {
  display: none;
}

.contact-img {
  float: left;
  width: 92px;
  height: 92px;
}

.text-contact {
  height: 92px;
  margin-top: 10px;
}

span.title-contact {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #29ae89;
}

.customer-name {
  min-height: 50px;
}

.buttons-set .button.submit {
  width: 210px;
  height: 50px;
  background: #29ae89;
  color: #fff;
}

span.require {
  padding: 0 15px;
}

.buttons-set {
  padding: 0 15px;
}

.main-container-contact {
  margin-top: 70px;
}

aside.col-right.sidebar-contact.col-sm-6.col-md-12 {
  margin-bottom: 50px;
}

.features-tab2 > .nav-tabs > li:first-child {
  padding-left: 0;
}

div#owl-demo {
  z-index: 99;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .features-tab2 > .nav-tabs > li:first-child {
    padding-left: 5px;
  }
  .main-container-contact {
    margin-top: 0;
  }
  .features-tab2 > .nav-tabs > li.active > a,
  .features-tab2 > .nav-tabs > li.active > a:hover,
  .features-tab2 > .nav-tabs > li.active > a:focus {
    border-bottom-color: #ddd !important;
  }
  a.button-slider {
    display: none;
  }
}

.sidebar-img img {
  margin-top: 20px;
}

img.sidebar-img-1 {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 1200px) {
  .col-md-3.col-sm-6.item-search {
    margin-bottom: 15px;
  }
  .col-md-3.col-sm-6.item-search .col-item {
    margin-bottom: 15px;
  }
  .container {
    width: 1230px;
    min-width: 1230px;
  }
}

.owl-theme .owl-nav {
  margin: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev {
  top: -50px;
  right: 40px;
  position: absolute;
  background: #1a2c50;
  width: 30px;
  text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-next {
  top: -50px;
  right: 5px;
  position: absolute;
  background: #1a2c50;
  width: 30px;
  text-align: center;
}

.owl-carousel .owl-item .view-products img {
  display: inline-block;
  width: auto;
}

.features-tab1 > .nav-tabs > li.active > a,
.features-tab1 > .nav-tabs > li.active > a:hover,
.features-tab1 > .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border-bottom-color: transparent;
}

.nav-tabs > li > a:hover {
  background: none !important;
  background-color: none !important;
}

a.tabontop,
a.tabontop:hover,
a.tabontop:focus {
  border: none !important;
}

#brand-logo-slider.product-flexslider {
  margin: 18px 10px 10px;
}

#brand-logo-slider .owl-controls {
  display: none !important;
}

.latest-blog .slider-items-products {
  border: 1px solid #ebebeb;
}

.slider-items-products .item {
  border-right: 1px solid #ebebeb !important;
}

.input-group {
  border: 1px solid #ebebeb;
}

.owl-controls {
  bottom: 15px;
  position: static;
  width: 100%;
}

.owl-controls .owl-nav div {
  margin: 10px;
}

.owl-prev {
  float: left;
}

.owl-next {
  float: right;
}

footer {
  padding-top: 30px;
}

footer a {
  line-height: normal;
  color: #fff;
}

footer a:hover {
  color: #5c82d0;
}

footer ul {
  margin: 0;
  padding: 0;
}

footer ul li {
  list-style-type: none;
}

footer ul.contact li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 18px;
  line-height: 18px;
}

footer ul.contact li .fa {
  padding-right: 10px;
  position: absolute;
  left: -2px;
  top: 2px;
}

footer ul.contact li a:before {
  display: none !important;
}

footer .footer-top {
  background-color: #970d09;
}

footer .footer-top .footer-newsletter {
  margin: auto;
  overflow: hidden;
  padding: 15px 15px;
}

footer .footer-top .newsletter-title {
  color: #fff;
  font-weight: bold;
  padding-top: 8px;
}

footer .footer-top #newsletter-email::-webkit-input-placeholder {
  font-size: 13px;
  color: #fff;
}

footer .footer-top #newsletter-email {
  border: none;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.2);
  margin: 0;
  height: 35px;
  padding: 10px 11px;
  color: #fff;
}

footer .footer-top #newsletter-submit {
  height: 35px;
  font-size: 12px;
  text-transform: uppercase;
  color: #000000;
  background: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 21px;
}

footer .footer-inner {
  padding-top: 10px;
  background-color: #970d09;
  color: #fff;
}

footer .footer-bottom {
  margin-top: 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

footer .footer-column a {
  color: #ffff;
}

footer h4 {
  font-size: 16px;
  margin: 10px 0;
  color: #fff;
  font-weight: 600;
  font-family: 'Arial', sans-serif;
  text-transform: uppercase;
}

.footer-logo {
  margin: 10px 0;
  height: auto;
}

.logo-text {
  font-size: 32px;
  color: #fff;
}

.logo-text:hover {
  color: #8fb0e4;
}

.item-col-3 span {
  color: #c31632 !important;
}

.item-col-3 .item-info.prod-right .price {
  font-size: 16px;
}

.item-col-3 .special-price .price {
  font-weight: 600 !important;
}

.item-col-3 .old-price .price {
  font-weight: 500 !important;
}

.features-tab2 ul.nav {
  border-bottom: 0;
  border-top: 1px solid #ededed;
}

a.button-slider {
  padding: 15px 28px;
  background: #c31632;
  z-index: 999999;
  position: absolute;
  top: 65%;
  right: 20%;
  left: auto;
  color: #fff;
  border-radius: 3px;
}

a.button-slider:hover {
  text-decoration: none;
  background: #29af8a;
}

.item-inner {
  margin-bottom: 15px;
}

.item-info {
  text-align: left;
  padding: 0 10px;
}

.collection-product .item-info {
  text-align: left;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}

.item-col-3 .col-item .item-title {
  padding: 5px;
  font-size: 14px;
  line-height: 1.3;
  overflow: hidden;
}

span.price.price2 {
  line-height: 27px;
}

.main.container {
  margin-bottom: 20px;
}

.inner a {
  margin-right: 5px;
}

.single-add img {
  max-width: 100%;
  height: 210px;
}

#main_banner_slider .owl-controls {
  bottom: 10px;
}

#brand-logo-slider .owl-item {
  width: 202px !important;
}

.table-brand {
  border: 1px solid #ebebeb;
  width: 100%;
  text-align: center;
}

.td-brand {
  border-right: 1px solid #ebebeb;
  padding: 10px;
  width: 20%;
}

.nav-tabs > li.active > a:hover {
  border: none;
  border-bottom: 3px solid #c31632;
}

.swatch .swatch-element:hover .tooltip.tooltip {
  display: none;
}

.item-search .col-item {
  height: 350px;
}

.address {
  margin-right: 5px;
}

.product-reviews-badge img,
.product-reviews-badge p {
  display: none !important;
}

select.sort-by-script {
  width: 140px;
}

ul.pdt-list.products-list.zoomOut.play {
  padding-left: 0;
}

.item-search .item-info {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cat-head .cat-head-title {
  margin: 0;
  font-weight: 700;
  color: var(--primary-color);
  font-size: 24px;
  padding: 10px 0;
}

.cat-head .cat-head-sort {
  margin-left: auto;
}

.cat-head .cat-head-sort .sort-by {
  align-items: center;
}

.cat-head .cat-head-sort .sort-by .sort-label {
  display: block;
  flex: 0 0 60px;
  font-weight: bold;
  font-size: 13px;
}

.cat-head .cat-head-sort .sort-by .sort-filter {
  border: 1px solid #000;
  color: #000;
  width: 150px;
  background-color: transparent;
}

@media (max-width: 767.99px) {
  .cat-head {
    flex-direction: column;
  }
  .cat-head .cat-head-title {
    align-self: flex-start;
  }
  .cat-head .cat-head-sort {
    margin: 0;
  }
}

.box-category .lv0:hover {
  color: #c31632;
}

.category-product {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.collection-search-list {
  text-align: left;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.collection-search-list img.small-image {
  float: left;
}

.tab-collection-search {
  border: 0;
}

.tab-collection-search > li > a:hover {
  border: 0;
}

.tab-collection-search > li {
  border: 0;
  border-radius: 0;
  color: white !important;
  /* background: url(//bizweb.dktcdn.net/100/103/399/themes/133277/assets/icon_grid_act.png?1478921094617) no-repeat 10px 7px; */
  padding: 5px 8px 5px 30px;
  margin-left: 5px;
}

.tab-collection-search > li a {
  padding: 0;
  color: gray;
  margin: 0;
  height: 18px;
}

.tab-collection-search > li#grid {
  background: url(//bizweb.dktcdn.net/100/103/399/themes/133277/assets/phone-keyboard-symbol-of-nine-squares.png?1482468396959) no-repeat 10px 7px;
  background-color: none;
  border: 1px solid #ccc;
  height: 29px;
}

.tab-collection-search > li#list {
  background: url(//bizweb.dktcdn.net/100/103/399/themes/133277/assets/list.png?1482468396959) no-repeat 10px 7px;
  background-color: none;
  border: 1px solid #ccc;
  height: 29px;
}

.tab-collection-search > li.active#grid {
  border-radius: 0;
  color: white !important;
  background: url(//bizweb.dktcdn.net/100/103/399/themes/133277/assets/icon_grid_act.png?1482468396959) no-repeat 10px 7px;
  padding: 5px 8px 5px 30px;
  background-color: #29af8a;
}

.tab-collection-search > li.active#list {
  border-radius: 0;
  color: white !important;
  background: url(//bizweb.dktcdn.net/100/103/399/themes/133277/assets/icon_list_act.png?1482468396959) no-repeat 10px 7px;
  padding: 5px 8px 5px 30px;
  background-color: #29af8a;
}

.tab-collection-search > li.active#list {
  border-radius: 0;
  color: white !important;
  padding: 5px 8px 5px 30px;
  background-color: #29af8a;
}

.tab-collection-search > li.active a {
  background-color: none;
  color: black;
}

.tab-collection-search > li.active > a,
.tab-collection-search > li.active > a:hover,
.tab-collection-search > li.active > a:focus {
  border: 0;
  border-radius: 0;
  color: white !important;
  padding: 0;
  background-color: #29af8a;
}

.testimonial .box_title h2 {
  color: #eee;
  background: none;
  display: block;
  text-align: center;
  margin: 15px 0;
}

.testimonial .owl-controls {
  bottom: -40px;
}

.testimonial .testimonial_slider {
  padding: 15px 15px 50px 15px;
  background: url(../img/testimonials/testimonial_2.jpg) center center no-repeat;
}

.testimonial .item-inner {
  float: left;
  padding: 9px 15px;
}

.testimonial .item-inner a {
  color: #c31632;
}

.testimonial .item-inner a:hover {
  text-decoration: underline;
}

.testimonial .item-inner .image-client a {
  display: block;
  width: 70px;
  height: 70px;
  margin-top: 29px;
}

.testimonial .item-inner .image-client a img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.testimonial .item-inner .client-say-info {
  background: #eee;
  padding: 24px 30px 24px 45px;
  margin-left: 35px;
}

.testimonial .item-inner .client-say-info .client-comment {
  font-size: 13px;
  color: #474747;
  line-height: 20px;
  margin-bottom: 15px;
  position: relative;
  height: 60px;
  overflow: auto;
}

.testimonial .item-inner .client-say-info .name-client h2 {
  font-size: 16px;
  float: left;
  border-right: 1px solid #b3b3b3;
  padding: 0 10px 0 0;
  margin: 0 0 0;
}

.testimonial .item-inner .client-say-info .name-client p {
  font-size: 13px;
  color: #b3b3b3;
  padding: 0 0 0 10px;
  float: left;
  margin: 2px 0 0;
}

.product-view .flexslider-thumb {
  padding: 10px 20px;
}

.product-view .availability.in-stock {
  background: #21a117;
  color: #fff;
  border-radius: 25px;
  padding: 3px 10px;
  margin-top: 15px;
  font-size: 12px;
}

.product-view .product-shop .special-price {
  display: block;
  margin: 10px 0;
  padding: 0;
}

.product-view .product-shop .price-box {
  border-bottom: 1px solid #ddd;
  display: block;
  margin: 0 0 10px;
}

.product-view .product-shop .price {
  font-size: 28px;
  font-weight: 600;
  color: #c7140f;
  line-height: 20px;
}

.product-view .product-shop .old-price .price {
  font-size: 20px;
  color: #777;
  font-weight: 400;
  text-decoration: line-through;
  padding-left: 5px;
}

.product-view .short-description {
  padding-bottom: 15px;
  font-size: 14px;
}

.product-view .product-name h1 {
  color: var(--primary-color);
  font-size: 30px;
  margin: 0 0 15px;
  text-align: left;
  line-height: 1.2em;
  letter-spacing: -1px;
  font-weight: normal;
  font-family: 'Arial', sans-serif;
}

.previews-list.owl-carousel .owl-controls .owl-nav .owl-prev .owl-controls {
  bottom: 0;
}

.previews-list.owl-carousel .owl-controls .owl-nav .owl-prev .owl-nav {
  margin: 0;
}

.previews-list.owl-carousel .owl-controls .owl-nav .owl-prev,
.previews-list.owl-carousel .owl-controls .owl-nav .owl-next {
  background: none;
  color: #ccc;
  position: absolute;
  top: 50%;
  margin: -15px 0 0 0;
  padding: 0;
  width: 20px;
}

.previews-list.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -20px;
}

.previews-list.owl-carousel .owl-controls .owl-nav .owl-next {
  right: -20px;
}

.livestream {
  background: #000;
  padding-top: 20px;
}

.livestream .video_livestream {
  margin: 0 auto 20px auto;
}

.livestream .notice_livestream {
  background-color: rgba(255, 255, 255, 0.1);
  color: #ccc;
  line-height: 30px;
}

.livestream .notice_livestream a {
  color: #f00;
}

#nav .product_auction ul.level1 > li {
  width: 250px;
}

.product_bidding {
  overflow: hidden;
  height: 480px;
}

.product_bidding .slick-arrow {
  left: 50%;
  margin-left: -40px;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  color: #000;
}

.product_bidding .slick-prev:before {
  font-family: FontAwesome;
  content: '\f077';
  color: #fff;
}

.product_bidding .slick-next:before {
  font-family: FontAwesome;
  content: '\f078';
}

.product_bidding .slick-prev {
  bottom: -90px;
  top: auto;
  z-index: 1;
  padding-bottom: 50px;
}

.product_bidding .slick-next {
  top: -10px;
  padding-top: 40px;
}

.product_bidding .slick-prev.slick-disabled:before,
.product_bidding .slick-next.slick-disabled:before {
  opacity: 0.5;
}

.product_bidding .slick-prev:hover,
.slick-prev:focus,
.product_bidding .slick-next:hover,
.slick-next:focus {
  background-color: rgba(255, 0, 0, 0.7);
}

/* product countdown */
.product-countdown-wrapper {
  clear: both;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
}

.product-countdown {
  padding-bottom: 10px;
}

.product-countdown-name {
  text-transform: uppercase;
  padding-bottom: 10px;
}

.product-countdown-name.end-countdown {
  color: #bc0000;
}

.product-countdown .countdown-row .countdown-section {
  display: inline-block;
  vertical-align: top;
}

.product-countdown .countdown-row .countdown-section span {
  display: block;
}

.product-countdown .countdown-row .countdown-section .countdown-amount {
  font-size: 22px;
  color: #000000;
  padding: 0 8px;
  position: relative;
  margin-top: -2px;
  line-height: 22px;
}

.product-countdown .countdown-row .countdown-section .countdown-amount:after {
  content: ':';
  font-family: Roboto;
  color: #000000;
  position: absolute;
  right: -4px;
  top: -1px;
}

.product-countdown .countdown-row .countdown-section .countdown-period {
  font-size: 11px;
  text-transform: uppercase;
  color: #b3b3b3;
  padding: 0 8px;
}

.product-countdown .countdown-row .secs .countdown-amount:after {
  display: none;
}

.product-countdown .countdown-row .days {
  display: inline-block;
}

.col-item .product-countdown-wrapper {
  text-align: center;
}

.col-item .product-countdown-name {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}

.facebook_page {
  background: #e1e1e1;
  color: #222;
  min-height: 0;
  overflow: hidden;
}

.facebook_page_title {
  background: #b8211c;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  padding: 15px 10px;
  text-align: center;
}

.facebook_page_info {
  padding: 10px;
  overflow: hidden;
}

.latest-blog {
  padding: 10px;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}

.latest-blog .blog-inner {
  padding: 0;
  height: 100%;
}

.latest-blog .blog-inner .blog-title {
  line-height: 16px;
  margin: 5px 0 10px 0;
  border: none;
  font-size: 1rem;
}

.latest-blog .blog-inner .blog-title a {
  color: #000;
}

.latest-blog .blog-inner .blog-title a:hover {
  color: var(--coupon-button-color);
}

.latest-blog .blog-inner .blog-content {
  padding: 5px 10px;
}

.latest-blog .blog-inner .blog-desc {
  color: #666;
}

@media (max-width: 767.99px) {
  .latest-blog .blog-inner {
    margin-bottom: 15px;
    height: auto;
  }
}

.relative-post li {
  padding-bottom: 5px;
}

.relative-post a,
.relative-post a:hover,
.relative-post a:focus,
.relative-post a:active {
  color: #4d69a5;
}

.relative-post a:hover {
  text-decoration: underline;
}

.category-wrap {
  position: relative;
  padding-right: 232px;
  min-height: 539px;
}

.category-wrap.full-width {
  padding: 0;
}

.category-cover {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 5px;
}

.category-image {
  display: block;
}

.category-image img {
  width: 100%;
  max-width: 320px;
}

footer .footer-inner .social-links ul {
  margin: 0;
  padding-top: 20px;
  overflow: hidden;
  float: right;
}

footer .footer-inner .social-links ul li {
  list-style: none;
  float: left;
  margin: 0 10px 0 0;
}

footer .footer-inner .social-links ul li a {
  font-size: 18px;
  color: #ffffff;
  display: block;
  height: 35px;
  width: 35px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

footer .footer-inner .social-links ul li a:hover {
  background: #fff;
  color: #1b1464;
}

footer .footer-inner .social-links ul li:last-child {
  margin: 0 0 0 0;
}

.social_links {
  margin: 15px 0;
}

.social_links::after {
  display: block;
  content: '';
  clear: both;
}

.social_links .social_label,
.social_links .social_item {
  float: left;
  padding-right: 5px;
}

.social_links .plusone > div {
  height: 20px !important;
}

/*tags*/
.tags {
  list-style: none;
  margin: 0;
  overflow: hidden;
  padding: 15px 0;
}

.tags li {
  float: left;
}

.tags li a,
.tags li span {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #999;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
}

.tags li span::before,
.tags li a::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tags li span::after,
.tags li a::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tags li span::after {
  border-left-color: #970d09;
}

.tags li span,
.tags li a:hover {
  background-color: #970d09;
  color: white;
}

.tags li a:hover::after {
  border-left-color: #970d09;
}

.go-top {
  color: #fff;
  text-align: center;
  display: none;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  text-decoration: none;
  width: 50px;
  border-radius: 50%;
  background: url(../img/to-top-arrow.png) no-repeat center;
  background-color: #b8211c;
  text-transform: uppercase;
}

.go-top:hover {
  color: #fff;
  background-color: #b8211c;
}

.social-float {
  display: flex;
  flex-direction: column;
  position: fixed;
  bottom: 125px;
  z-index: 999;
  top: auto !important;
  right: 12px;
}

.social-float .social-float-btn {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 48px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}

.social-float .tooltip-text {
  display: none;
}

.zalo-chat-widget {
  bottom: 70px !important;
  right: 7px !important;
}

.fb_dialog_content iframe {
  right: 12px !important;
  margin: 0px !important;
}

.input-number {
  width: 120px;
  display: flex;
}

.input-number input {
  text-align: center;
  border: none;
}

.input-number button {
  border: none;
  padding: 5px 10px;
  height: 100%;
  color: #000;
  background-color: #eee;
  border-radius: 0;
}

.input-number button:hover {
  background-color: var(--coupon-button-color);
}

.input-number button:active, .input-number button:focus {
  outline: none;
  box-shadow: none;
  background-color: var(--addtocart-bg) !important;
  color: #fff !important;
}

.sidebar .main_title a {
  color: var(--header-category-bg);
}

.sidebar .main_title a strong {
  padding: 0;
  background: none;
  color: inherit;
}

.sidebar .main_title a:hover {
  color: var(--addtocart-bg);
}

.product-view .product-img-box .product-image {
  margin-top: 15px;
}

.product-image {
  border: none !important;
}

.product-image .large-image {
  position: relative;
}

.product-image .large-image .owl-carousel .owl-video-tn {
  background-size: cover;
  padding-top: 56.25%;
}

.product-image .large-image .owl-video-frame {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  height: 0;
}

.product-image .large-image .owl-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-image .large-image .owl-item .item-video {
  position: relative;
  padding-top: 56.25%;
  /* 16:9 */
  width: 100%;
  object-fit: cover;
}

.product-image .large-image .owl-item .item-video iframe,
.product-image .large-image .owl-item .item-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.product-image .large-image .owl-item .item-video-youtube {
  width: 100%;
}

.product-image .large-image .owl-item .item-video-youtube .owl-video-wrapper {
  padding-top: 56.25%;
}

.product-image .large-image .gallery-fullscreen {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  bottom: 10px;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 10px 15px;
  position: absolute;
  right: 10px;
  transform: scale(0.9);
  transition: transform 0.2s ease;
  z-index: 10;
}

.product-image .large-image .owl-item {
  position: relative;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-image .large-image .owl-item img {
  width: auto;
  height: auto;
}

.product-image .previews-list .owl-stage .owl-item {
  border: 3px solid transparent;
}

.product-image .previews-list .owl-stage .owl-item img {
  height: 80px;
  object-fit: cover;
}

.product-image .previews-list .owl-stage .owl-item.current {
  border-color: #2f80ed;
}

.product-image .previews-list .item-video {
  position: relative;
  display: block;
}

.product-image .previews-list .item-video::before,
.product-image .previews-list .item-video-youtube::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 0;
  margin-left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("/public/img/video_icon.png");
}

.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0 3px;
  border-radius: 50% !important;
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #8898aa;
}

.pagination li a:hover,
.pagination li span:hover {
  color: #8898aa;
  text-decoration: none;
  background-color: #dee2e6;
  border-color: #dee2e6;
}

.pagination li.active span {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
}

.pagination li.disabled {
  display: none;
}

#form-contact {
  padding: 15px 0;
  background-color: #fff;
}

#shopping-cart-table .product-name {
  margin: 0;
  padding-bottom: 0;
  font-size: 14px;
  font-family: 'Arial', sans-serif;
}

#shopping-cart-table input.qty {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #ddd;
  font-size: 15px;
  font-weight: 400;
  margin: 0 !important;
  outline: medium none;
  padding: 8px 5px 8px 12px;
  width: 55px;
}

#shopping-cart-table .edit-bnt {
  float: left;
}

.edit-bnt:before {
  content: '\f040';
  font-family: FontAwesome;
  font-size: 12px;
}

.edit-bnt span {
  display: none;
}

#shopping-cart-table a.remove-item {
  background-color: #fff;
  background-image: none;
  color: #333;
  cursor: pointer;
  padding: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  float: left;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  border: none;
}

#shopping-cart-table a.remove-item:before {
  content: '\f014';
  font-family: FontAwesome;
  font-size: 14px;
}

#shopping-cart-table a.remove-item span {
  display: none;
}

@media (min-width: 991px) {
  .support.support-vertical {
    flex-direction: column;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .menu_top {
    float: none !important;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu_top ul {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .logo {
    text-align: center;
    display: inline-block;
    width: 60px;
    position: static !important;
    padding: 0 !important;
    margin-bottom: 0 !important;
  }
  .logo-text {
    font-size: 26px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
    /*         border-bottom: 1px solid #6f788a */
  }
  footer .footer-top .newsletter-title {
    float: none;
    text-align: center;
    display: block;
    font-size: 16px;
  }
  .footer-logo {
    max-width: 150px;
    height: auto;
  }
  .header-content {
    padding-top: 15px;
  }
  .header_search {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .icon-fallback-text {
    flex: 0.5 !important;
    overflow: hidden;
    position: relative;
    text-indent: -999px;
  }
  .icon-fallback-text:before {
    content: '\f002';
    font-family: FontAwesome;
    font-size: 18px;
    display: block;
    line-height: 45px;
    width: 100%;
    position: absolute;
    text-indent: 1px;
    top: 0;
    left: 0;
  }
  .blog_inner:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
  }
  .blog_inner .post-image {
    float: left;
    width: 40%;
    padding: 0 10px 10px 0;
  }
  .blog_inner .post-content {
    float: left;
    width: 60%;
  }
  .blog_inner .post-title {
    float: none;
  }
  .category-wrap {
    min-height: auto;
    padding-right: 0;
  }
  .category-product {
    margin-top: 15px;
  }
  .social-links ul {
    float: none;
  }
  .top-cart-contain {
    padding-top: 15px;
    padding-right: 15px;
  }
  .mini-cart {
    padding-right: 5px;
  }
  .header_search .input-group-btn {
    flex: 0 0 68px;
  }
  .menu_search_form .menu_search_group .menu_search_input {
    flex: 1;
  }
  .main_title .more {
    display: none;
  }
  .main_title a,
  .main_title span {
    font-size: 16px;
  }
  .col-item .item-title a {
    font-size: 16px;
    height: auto;
  }
  .item-title h3 {
    font-size: 16px;
  }
  .coupon_item {
    height: 100px;
  }
}

@media (max-width: 480px) {
  .col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .support.support-vertical {
    flex-direction: column;
  }
  .main_title strong {
    background-position: 5px 4px;
    padding-left: 50px;
    margin-left: 5px;
  }
  .header_search {
    padding: 15px 5px;
  }
  .item-title h3 {
    font-size: 13px;
    line-height: 1.3;
  }
  .special-price .price {
    font-size: 14px;
  }
  .special-price .price_old {
    font-size: 12px;
  }
  .product-essential {
    padding-top: 0;
  }
  .product-view .product-name h1 {
    margin-top: 20px;
    font-size: 20px;
  }
  .product-image .large-image .owl-item {
    height: 400px;
  }
}
