:root {
  --cl-customs-hover: #602023;
  --cl-old: #158fcf; }

@media (max-width: 768px) {
  .container {
    width: 100vw; } }

@keyframes AnnounTranslateFull {
  100% {
    transform: translateX(-700%); } }

a:focus, a:hover {
  color: #602023; }

header nav .nav-item > a:hover {
  color: #602023; }

header nav .nav-item > a {
  white-space: nowrap; }

header .header-main > .row::before {
  content: none; }

@media (min-width: 992px) {
  header .header-main > .row {
    display: flex;
    justify-content: center; }
    header .header-main > .row > *:last-child {
      display: none; } }

header .a-left {
  height: 75px; }

header .logo {
  height: 100%;
  padding: 10px 0; }
  header .logo a, header .logo img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: contain; }

.section-title p.line:before {
  content: "";
  width: 150px;
  height: 1px;
  background: #333;
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%); }

.announcement {
  --timerAnnoun: 60s; }

.announcement-bar {
  background: #000;
  color: #DAD2C7;
  display: flex;
  align-items: center;
  overflow: hidden; }
  .announcement-bar > ul {
    display: flex;
    align-items: center;
    animation: AnnounTranslateFull var(--timerAnnoun, 60s) linear infinite; }
  .announcement-bar > ul > li {
    padding: 20px 8vw 20px 12px;
    position: relative;
    color: inherit;
    white-space: nowrap; }
  .announcement-bar > ul > li::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -4vw;
    width: 4px;
    height: 4px;
    transform: translate(0%, -50%);
    background-color: currentColor;
    border-radius: 100%; }
  .announcement-bar > ul > li > a {
    color: inherit;
    white-space: nowrap; }

.section-store--left, .section-store--right {
  padding: 0;
  background-color: #d8d8d8;
  width: 100%; }

.section-store-row1 {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: stretch; }

.section-store--left {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%; }
  .section-store--left .img1 {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .section-store--left .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .section-store--left .slick-stores {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .section-store--left .slick-stores .slick-list, .section-store--left .slick-stores .slick-track {
      width: 100%;
      height: 100%; }
    .section-store--left .slick-stores .img1 {
      position: relative; }

.section-store-row1:hover .img1::before, .section-store-row1:hover .img1::after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0.1s;
  -moz-transition: all 0.3s ease-out 0.1s;
  -o-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s; }

.section-store-row1:hover .img1 img {
  transform: scale(1.05); }

.section-store-wrapper {
  width: 100%;
  padding: 40px 20px 40px 20px;
  background-color: transparent;
  font-size: 16px; }
  .section-store-wrapper .title-sub {
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-top: 0px; }
  .section-store-wrapper .content, .section-store-wrapper .title-sub {
    color: #FFF; }
  .section-store-wrapper .content p {
    font-weight: 600; }
    .section-store-wrapper .content p:last-child {
      display: flex;
      flex-wrap: wrap; }
      .section-store-wrapper .content p:last-child span {
        display: inline-block;
        margin-left: 3px; }
  .section-store-wrapper .content p > span {
    font-weight: 400; }
  .section-store-wrapper .more {
    margin-top: 30px; }
  .section-store-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #343434;
    opacity: .7; }

.section-store-footer {
  background: #f1f1f1;
  padding: 0px 20px 20px; }

.section-store .store-footer-item .item__subname {
  font-size: 16px;
  text-transform: uppercase; }

@media (min-width: 768px) {
  .section-store .section-store-wrapper {
    position: absolute;
    z-index: 11;
    top: 16px;
    left: 16px;
    bottom: 16px;
    right: 16px;
    width: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .section-store .section-store-footer {
    padding: 0px 40px 20px; } }

.section-store--2 .section-store--left {
  height: auto;
  padding-top: 0%;
  width: 50%;
  flex: 0 0 50%; }
  @media (max-width: 768px) {
    .section-store--2 .section-store--left {
      width: 100%;
      flex: 0 0 100%;
      height: auto;
      padding-top: 56.25%;
      position: relative; }
      .section-store--2 .section-store--left .slick-stores-2 {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; } }
  .section-store--2 .section-store--left .img1 {
    display: block;
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%; }
  .section-store--2 .section-store--left .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.section-store--2-row1 {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch; }

.section-store--2 .section-store-wrapper {
  width: 100%;
  flex: 0 0 100%;
  font-size: 14px; }
  @media (min-width: 768px) {
    .section-store--2 .section-store-wrapper {
      width: 50%;
      flex: 0 0 50%; } }
  .section-store--2 .section-store-wrapper::after {
    background: #f1f1f1;
    opacity: 1; }
  .section-store--2 .section-store-wrapper .content, .section-store--2 .section-store-wrapper .title-sub {
    color: #000; }

@media (min-width: 768px) {
  .section-store--2 .section-store-wrapper {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto; } }

.section-store--2 .section-store-footer {
  background: #FFF;
  padding: 0px 20px 20px; }

.section-store--2 .slick-stores-2 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  height: 100%; }
  .section-store--2 .slick-stores-2 * {
    outline: none; }
  .section-store--2 .slick-stores-2.slick-initialized .slick-list,
  .section-store--2 .slick-stores-2.slick-initialized .slick-track {
    height: 100%;
    width: 100%;
    flex: 0 0 100%; }
  .section-store--2 .slick-stores-2 .slider {
    box-shadow: 0 20px 50px -25px black; }
  .section-store--2 .slick-stores-2 .slider-track {
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1); }
  .section-store--2 .slick-stores-2 .store-thumb-item {
    height: 100%;
    position: relative;
    z-index: 1; }
    .section-store--2 .slick-stores-2 .store-thumb-item img {
      width: 100%;
      transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
      transform: scale(1.2); }
    .section-store--2 .slick-stores-2 .store-thumb-item.slick-active img {
      transform: scale(1); }

@media (max-width: 767px) {
  .img1 {
    display: block !important; } }

.product-box .special-price a {
  color: inherit;
  display: inline-block; }

.price-box {
  padding: 8px 0; }

.price-box .sale-flash {
  display: inline-block;
  font-size: 1em;
  color: #FFF;
  width: 60px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
  background-color: #602023;
  font-size: 12px; }

.details-product .form-detail-action a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  float: right;
  height: 60px;
  width: 100%;
  font-size: 1.28571em;
  text-transform: uppercase; }

.section-brand {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  position: relative;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px; }
  .section-brand .swiper-wrapper {
    transition-timing-function: linear; }
  .section-brand .swiper-slide {
    --wSlide: 151px;
    width: var(--wSlide, 0px);
    padding: 0 10px; }
  .section-brand .brand-item {
    width: 120px;
    height: 70px; }
    @media screen and (min-width: 768px) {
      .section-brand .brand-item {
        width: 180px;
        height: 90px; } }
    .section-brand .brand-item .img25 {
      display: block;
      width: 100%;
      height: 100%;
      padding: 6px; }
    .section-brand .brand-item .img25 img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .section-brand .brand-item .img1 img {
      width: auto; }
  .section-brand .slick-brand {
    display: flex;
    width: 100%; }

.tag-product {
  padding-top: 12px;
  border-top: 1px solid #ebebeb; }

.product-commit {
  margin-top: 20px; }
  .product-commit .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center; }
  .product-commit-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 10px; }
    .product-commit-item .text h4 {
      font-size: 12px; }
    .product-commit-item .icon {
      height: 60px; }
      .product-commit-item .icon img {
        display: block;
        height: 100%;
        object-fit: contain; }

.blog-list .loop-blog {
  display: flex;
  flex-direction: column; }
  .blog-list .loop-blog .thumb-left {
    width: 100%;
    max-width: 100%; }
  .blog-list .loop-blog .name-right {
    margin-top: 6px; }
    .blog-list .loop-blog .name-right h3 {
      margin: 0;
      font-size: 14px; }

.main-slider .home-video {
  position: relative;
  width: 100%;
  padding-top: 56.22%; }
  .main-slider .home-video img, .main-slider .home-video iframe, .main-slider .home-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    @media (min-width: 768px) {
      .main-slider .home-video img, .main-slider .home-video iframe, .main-slider .home-video video {
        pointer-events: none;
        user-select: none; } }

.section-banner-image__thumb {
  width: 100%; }
  .section-banner-image__thumb .img1 {
    width: 100%; }

.filter-item.color .fa {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2); }

.filter-item.color input:checked + .fa {
  position: relative; }
  .filter-item.color input:checked + .fa::after {
    content: "";
    position: absolute;
    top: -4px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid currentColor; }

.details-product .vendor-product a, .details-product .type-product a {
  display: inline-block;
  padding: 3px 10px;
  border: 1px solid #ebebeb;
  margin-right: 8px;
  margin-bottom: 5px; }

.details-product .vendor-product .inline, .details-product .type-product .inline {
  min-width: 80px;
  display: inline-block !important; }

.details-product .detail-header-info {
  padding-top: 15px; }

.swatch .tooltip {
  margin-bottom: 0px;
  bottom: calc(100% + 15px);
  pointer-events: none; }

.swatch .swatch-element:hover .tooltip {
  pointer-events: initial; }

.product-tab.e-tabs {
  background: #f5f5f5;
  padding: 8px 24px; }

.product-tab .tab-content.current {
  margin-top: 0px; }

.product-tab .tab-link.current {
  position: static;
  background: transparent;
  border: none;
  border-bottom: 1px solid currentColor; }

.product-tab .tab-link {
  position: static;
  float: none;
  border: none;
  background: transparent;
  padding: 0px;
  border-bottom: 1px solid currentColor; }
  .product-tab .tab-link::after, .product-tab .tab-link::before {
    content: none; }
  .product-tab .tab-link h3 {
    color: currentColor;
    text-transform: uppercase; }

ul.tabs.tabs-title {
  border: none; }

.product-tab .tab-content {
  border: none; }

.product-tab .tab-content.current {
  padding: 16px 0 0 0px;
  border: none !important;
  border-top: 1px solid #d0d0d0 !important; }

footer .back-to-top {
  text-align: center; }

footer .back-to-top.show {
  display: flex !important;
  justify-content: center;
  align-items: center; }

.section_tab_product .tab-content .description {
  display: none; }

.section_tab_product .tab-content.current .description {
  display: block; }

.section_tab_product .tab-content {
  margin-top: 0px; }
  .section_tab_product .tab-content.current .products {
    padding-top: 20px; }

.details-product .form-detail-action .row {
  margin-right: -5px;
  margin-left: -5px; }
  .details-product .form-detail-action .row .col-lg-1, .details-product .form-detail-action .row .col-lg-10, .details-product .form-detail-action .row .col-lg-11, .details-product .form-detail-action .row .col-lg-12, .details-product .form-detail-action .row .col-lg-2, .details-product .form-detail-action .row .col-lg-3, .details-product .form-detail-action .row .col-lg-4, .details-product .form-detail-action .row .col-lg-5, .details-product .form-detail-action .row .col-lg-6, .details-product .form-detail-action .row .col-lg-7, .details-product .form-detail-action .row .col-lg-8, .details-product .form-detail-action .row .col-lg-9, .details-product .form-detail-action .row .col-md-1, .details-product .form-detail-action .row .col-md-10, .details-product .form-detail-action .row .col-md-11, .details-product .form-detail-action .row .col-md-12, .details-product .form-detail-action .row .col-md-2, .details-product .form-detail-action .row .col-md-3, .details-product .form-detail-action .row .col-md-4, .details-product .form-detail-action .row .col-md-5, .details-product .form-detail-action .row .col-md-6, .details-product .form-detail-action .row .col-md-7, .details-product .form-detail-action .row .col-md-8, .details-product .form-detail-action .row .col-md-9, .details-product .form-detail-action .row .col-sm-1, .details-product .form-detail-action .row .col-sm-10, .details-product .form-detail-action .row .col-sm-11, .details-product .form-detail-action .row .col-sm-12, .details-product .form-detail-action .row .col-sm-2, .details-product .form-detail-action .row .col-sm-3, .details-product .form-detail-action .row .col-sm-4, .details-product .form-detail-action .row .col-sm-5, .details-product .form-detail-action .row .col-sm-6, .details-product .form-detail-action .row .col-sm-7, .details-product .form-detail-action .row .col-sm-8, .details-product .form-detail-action .row .col-sm-9, .details-product .form-detail-action .row .col-xs-1, .details-product .form-detail-action .row .col-xs-10, .details-product .form-detail-action .row .col-xs-11, .details-product .form-detail-action .row .col-xs-12, .details-product .form-detail-action .row .col-xs-2, .details-product .form-detail-action .row .col-xs-3, .details-product .form-detail-action .row .col-xs-4, .details-product .form-detail-action .row .col-xs-5, .details-product .form-detail-action .row .col-xs-6, .details-product .form-detail-action .row .col-xs-7, .details-product .form-detail-action .row .col-xs-8, .details-product .form-detail-action .row .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px; }

.details-product .form-detail-action a > * {
  line-height: 1; }
  .details-product .form-detail-action a > *:not(:first-child) {
    margin-left: 4px; }

.addThis_listing .addThis_item .addThis_item--icon svg {
  width: 100%;
  height: 100%; }

.section-policy .policy {
  height: auto;
  display: flex;
  align-items: center; }
  @media screen and (min-width: 1024px) {
    .section-policy .policy {
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .section-policy .policy {
      margin-left: 0px; } }
  .section-policy .policy .policy-icon {
    width: 50px;
    height: 50px;
    min-width: auto;
    position: static;
    top: auto;
    transform: none;
    flex: 0 0 50px;
    margin-bottom: 0; }
    .section-policy .policy .policy-icon img {
      display: block;
      height: 100%;
      object-fit: contain; }
  .section-policy .policy .policy-text {
    padding-left: 8px; }
  .section-policy .policy h4 {
    padding-top: 0px; }

.contact .info-contact .widget-menu li a.mail,
.contact .info-contact .widget-menu li a.url_link {
  color: #602023; }

.google-map .maps_iframe {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 48%; }
  .google-map .maps_iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.content-page ul, .content-page ol {
  padding-left: 3rem; }

.section_tab_product p:before {
  bottom: -10px;
  top: auto; }

footer .social-icons {
  margin-top: 8px; }
  footer .social-icons li {
    line-height: 1;
    margin-bottom: 0px; }
  footer .social-icons .icon-fallback-text {
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 4px; }
    footer .social-icons .icon-fallback-text .si {
      display: block;
      width: 30px;
      height: 30px; }
      footer .social-icons .icon-fallback-text .si svg {
        width: 100%;
        height: 100%;
        fill: currentColor; }
        footer .social-icons .icon-fallback-text .si svg [stroke]:not([stroke="none"]) {
          stroke: currentColor; }
        footer .social-icons .icon-fallback-text .si svg [fill]:not([fill="none"]) {
          fill: currentColor; }

.product-box .product-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 100%; }
  .product-box .product-thumbnail > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .product-box .product-thumbnail > a img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.details-product .box-variant.clearfix {
  border-top: none;
  padding-top: 0px; }
  .details-product .box-variant.clearfix .box-variant-item:first-child {
    border-top: 1px solid #ebebeb;
    padding-top: 10px; }

header nav .nav {
  display: flex;
  justify-content: space-around; }

.section-title p,
.section_tab_product .tab-content .description {
  padding-top: 10px; }

.section .viewmore {
  margin-top: -20px;
  clear: both;
  text-align: center; }
  .section .viewmore > a {
    display: inline-block; }

.products-view-grid .product-box {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  ul.tabs.tabs-title {
    display: block;
    border: none;
    width: auto; }
  .product-tab .tab-link h3:before {
    content: none; }
  .product-tab .tab-link h3 {
    border: none;
    padding: 10px 0px;
    margin-top: 0; } }

.section_tab_product ul.tabs-title li:not(:last-child) {
  position: relative; }
  .section_tab_product ul.tabs-title li:not(:last-child)::after {
    content: "|";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transform: translate(50%, 0px);
    color: #252525; }

.section-title p:before {
  bottom: -10px;
  top: auto; }

.page-title .title-head {
  font-size: 2.2em;
  text-transform: uppercase; }

@media (max-width: 543px) {
  .logo {
    display: block; }
  .menu-bar.hidden-md.hidden-lg {
    right: auto;
    left: 15px; } }

@media (max-width: 991px) {
  .top-cart-contain {
    position: relative; }
    .top-cart-contain .pull-right:last-child .header-icon {
      pointer-events: none;
      visibility: hidden;
      opacity: 0; }
  .top-cart-contain .dropdown-toggle .dropdown-content {
    top: 0;
    width: 100%;
    box-shadow: none;
    height: 100%;
    background: transparent;
    padding: 0;
    display: block !important; }
    .top-cart-contain .dropdown-toggle .dropdown-content .header_search {
      height: 100%;
      display: flex;
      align-items: center; }
      .top-cart-contain .dropdown-toggle .dropdown-content .header_search .input-group {
        height: 100%; }
        .top-cart-contain .dropdown-toggle .dropdown-content .header_search .input-group input[type="search"] {
          border: none;
          height: 100%;
          padding-right: 45px;
          padding-left: 0px;
          background: transparent; }
        .top-cart-contain .dropdown-toggle .dropdown-content .header_search .input-group-btn {
          height: 100%; }
          .top-cart-contain .dropdown-toggle .dropdown-content .header_search .input-group-btn .btn {
            height: 100%;
            text-align: right; }
  .logo {
    display: block; }
  .menu-bar.hidden-md.hidden-lg {
    right: auto;
    left: 15px; }
  footer .footer-inner {
    padding-bottom: 100px; } }

.sidebar-category .aside-content .nav-item {
  color: #252525; }
  .sidebar-category .aside-content .nav-item.nav-item--actived {
    color: var(--cl-customs-hover); }
  .sidebar-category .aside-content .nav-item a {
    color: inherit; }

.btn-style:hover {
  color: #FFF;
  background: var(--cl-customs-hover, #000); }

.box-variant .swatch .color input:checked + label:after {
  content: none; }

.box-variant .swatch-element label {
  padding: 0 5px; }

@media (min-width: 991px) {
  .top-cart-contain .dropdown-toggle {
    display: flex;
    width: 100%;
    justify-content: flex-end; }
    .top-cart-contain .dropdown-toggle .dropdown-content {
      width: 970px; } }

@media (min-width: 1200px) {
  .top-cart-contain .dropdown-toggle .dropdown-content {
    width: 1170px; } }

.product #gallery_01 .owl-stage {
  display: flex;
  padding: 1px 0; }
  .product #gallery_01 .owl-stage a, .product #gallery_01 .owl-stage img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .product #gallery_01 .owl-stage .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .product #gallery_01 .owl-stage .item a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

@media (min-width: 992px) {
  header nav .nav-item:hover > .dropdown-menu {
    padding: 20px; }
    header nav .nav-item:hover > .dropdown-menu li {
      margin: 0 0 10px 0;
      padding: 10px 0; }
      header nav .nav-item:hover > .dropdown-menu li a {
        font-size: 14px;
        line-height: 16px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: .01em;
        white-space: nowrap;
        line-height: 1.4; } }
