@charset "UTF-8";
img {
  max-width: 100%; }

@media (min-width: 1024px) {
  #slider .swiper-slide:not(:last-child) {
    display: none; }
  .bannerMain {
    min-height: 220px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1280px; } }

.newf1lef {
  display: flex; }

.lockScroll {
  overflow: hidden; }

span {
  display: initial; }

.swiper-wrapper {
  height: auto !important; }

.swiper-button-prev, .swiper-button-next {
  color: #ccc;
  top: 35% !important; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 25px;
  color: #999; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: -25px; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: -25px; }

@media (max-width: 767px) {
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev,
  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    display: none; } }

.swiper-pagination {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  white-space: nowrap; }
  .swiper-pagination span {
    margin: 0px 5px; }

.swiper-pagination-bullet-active {
  background: rgba(40, 40, 40, 0.6); }

@keyframes appear {
  0% {
    opacity: 0%; }
  100% {
    opacity: 100%; } }

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

* {
  outline: 0; }

.form-control {
  border-radius: 0; }

.loadingWrapper {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 999;
  border-radius: 5px;
  opacity: 0; }
  .loadingWrapper.open {
    animation: appear 1s;
    display: flex; }
  .loadingWrapper .loadingNew {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    border-top: 10px solid #000;
    animation: move 1s infinite; }

html, body {
  font-size: 13px;
  font-family: "Roboto", sans-serif !important; }

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #4a4a4a; }

a:hover, a:focus, button:hover, button:focus, button:visited, form:hover, form:focus, input:hover, input:focus {
  outline: none;
  text-decoration: none; }

.swiper-slide .proLoop, .swiper-slide .proDeal, .swiper-slide .blogLoop {
  padding: 0;
  border: 1px solid #f3f3f3; }

@media (min-width: 991px) {
  .marginTop-20 {
    margin-top: -20px; } }

form pre {
  display: none; }

input {
  background-clip: padding-box;
  box-shadow: none;
  outline: 0;
  border: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

a.closeModal {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer; }
  a.closeModal i {
    font-size: 18px;
    font-weight: 700; }

.hoverOpacity:hover {
  opacity: .75; }

#topbar {
  border-bottom: 1px solid #eaeaea;
  padding: 5px 0px;
  background: #333;
  color: #fff;
  /*.topbarMain{
	display: flex;
	justify-content: space-between;
	.topbarLeft, .topbarRight{
	width: 50%;
}
	.topbarRight{
	text-align: right;
}
}*/ }

.sectionTitleAll {
  margin-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #f4f4f4; }
  @media (max-width: 1200px) {
    .sectionTitleAll {
      justify-content: center;
      border-bottom: none; } }
  .sectionTitleAll h2 {
    display: inline-block;
    position: relative; }
    @media (max-width: 767px) {
      .sectionTitleAll h2 a {
        font-weight: bold; } }
    .sectionTitleAll h2:after {
      content: '';
      background: #a51526;
      position: absolute;
      bottom: -9px;
      left: 0;
      right: 0;
      height: 2px; }
  @media (max-width: 1200px) {
    .sectionTitleAll .haveTab {
      margin-top: 0;
      font-size: 14px;
      width: 100%; } }
  @media (min-width: 1201px) {
    .sectionTitleAll .haveTab {
      margin-right: 5px; } }
  .sectionTitleAll .haveTab ul {
    display: flex; }
    .sectionTitleAll .haveTab ul li {
      padding: 0px 10px; }
      @media (min-width: 1201px) {
        .sectionTitleAll .haveTab ul li {
          width: auto; } }
      .sectionTitleAll .haveTab ul li a.active {
        font-weight: 700;
        color: #a51526; }

#header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 999;
  transition: all 0.4s;
  transform: translateY(0);
  box-shadow: 0px 2px 4px rgba(40, 40, 40, 0.3); }
  #header.active {
    transform: translateY(0); }
  #header .headerMain {
    padding: 15px 0px;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 1200px) {
      #header .headerMain {
        justify-content: space-between; } }
    #header .headerMain .headerLeft {
      width: 20%; }
      @media (max-width: 1200px) {
        #header .headerMain .headerLeft {
          width: 35%; } }
    #header .headerMain .headerCenter {
      width: 50%; }
      @media (max-width: 1200px) {
        #header .headerMain .headerCenter {
          display: none; } }
      #header .headerMain .headerCenter .headerSearch {
        position: relative;
        width: 100%;
        margin: 0; }
        #header .headerMain .headerCenter .headerSearch .headerSearchMain {
          display: flex; }
          #header .headerMain .headerCenter .headerSearch .headerSearchMain select {
            width: 24%;
            padding-left: 10px;
            height: 35px;
            line-height: 50px;
            border: 1px solid #e1e1e1;
            border-radius: 5px 0 0 5px;
            background: #f4f4f4; }
          #header .headerMain .headerCenter .headerSearch .headerSearchMain .headerSearchInput {
            width: 80%;
            padding: 0px 50px 0px 20px;
            height: 35px;
            line-height: 50px;
            border: 1px solid #e1e1e1;
            border-left: none;
            border-radius: 0 5px 5px 0; }
        #header .headerMain .headerCenter .headerSearch .headerSearchButton {
          position: absolute;
          top: 0;
          right: 0px;
          font-size: 20px;
          width: 40px;
          height: 35px;
          line-height: 25px;
          background: #a51526;
          text-align: center;
          color: #ffffff;
          border-radius: 0 5px 5px 0; }
      #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult {
        position: absolute;
        background: #fff;
        z-index: 9;
        width: 95%;
        left: 0%;
        box-shadow: 0px 3px 6px rgba(40, 40, 40, 0.2);
        margin: 0px 10px;
        padding: 15px;
        border-radius: 5px;
        display: none; }
        #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult p {
          margin-bottom: 0; }
        #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult a {
          display: flex;
          align-items: center;
          margin: 15px 0px; }
          #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult a img {
            min-width: 75px;
            width: 75px;
            margin-right: 10px;
            height: auto; }
          #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult a span {
            font-weight: 500; }
            #header .headerMain .headerCenter .headerSmartSearch .headerSmartSearchResult a span span {
              display: block;
              color: #4a4a4a; }
    #header .headerMain .headerRight {
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      @media (max-width: 1200px) {
        #header .headerMain .headerRight {
          width: 65%;
          justify-content: flex-end; }
          #header .headerMain .headerRight .headerTool {
            margin: 0px 10px; } }
      #header .headerMain .headerRight .headerPhone {
        display: flex;
        align-items: center; }
        @media (max-width: 1200px) {
          #header .headerMain .headerRight .headerPhone {
            display: none; } }
        #header .headerMain .headerRight .headerPhone .headerPhoneDetail {
          margin-left: 10px; }
          #header .headerMain .headerRight .headerPhone .headerPhoneDetail a {
            display: block; }
            #header .headerMain .headerRight .headerPhone .headerPhoneDetail a:nth-child(2) {
              font-weight: 700; }
      #header .headerMain .headerRight .headerTool i, #header .headerMain .headerRight .headerUser i, #header .headerMain .headerRight .headerCompare i {
        font-size: 20px; }
      #header .headerMain .headerRight .headerCart, #header .headerMain .headerRight .headerWishlist, #header .headerMain .headerRight .headerCompare {
        position: relative; }
        #header .headerMain .headerRight .headerCart .count, #header .headerMain .headerRight .headerWishlist .count, #header .headerMain .headerRight .headerCompare .count {
          position: absolute;
          top: -12.5px;
          right: -12.5px;
          background: #a51526;
          color: #ffffff;
          width: 20px;
          height: 20px;
          line-height: 20px;
          text-align: center;
          border-radius: 999px;
          font-size: 11px; }
      #header .headerMain .headerRight .headerMenuClick {
        display: none; }
        @media (max-width: 1200px) {
          #header .headerMain .headerRight .headerMenuClick {
            display: block; } }
  #header .headerMenu {
    background: #a51526;
    position: relative;
    /*&:before{
		position: absolute;
		top: -15px;
		left: 0px;
		background-image: url('https://bachlongmobile.com/skin/frontend/bachlongmobile/des2020/images/noel2020/decoration_snow_menuv2.png?2');
		background-repeat: no-repeat;
		background-position: center;
		content: "";
		width: 100%;
		height: 28px;
		z-index: 10;
		background-size: 100%;
	}*/ }
    @media (max-width: 1200px) {
      #header .headerMenu {
        display: none; } }
    #header .headerMenu .headerMenuMain {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      flex-direction: row-reverse; }
      #header .headerMenu .headerMenuMain .headerMenuMainCenter {
        width: 100%;
        display: flex;
        justify-content: center; }
        #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul {
          display: inline-flex; }
          #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega {
            padding: 20px 10px;
            display: inline-block;
            white-space: nowrap; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega.active a {
              color: #ffffff;
              font-weight: 700; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega > a {
              color: #ffffff; }
              #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega > a i {
                font-size: 10px; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega:hover > a {
              color: #ffffff; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega:hover .subMenuTwo {
              visibility: visible;
              transform: scaleY(1); }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo {
              display: flex;
              visibility: hidden;
              transition: all .4s;
              transform: scaleY(0);
              transform-origin: top;
              position: absolute;
              z-index: 10;
              background: #fff;
              width: 100%;
              padding: 20px 0px;
              top: 100%;
              left: 0; }
              #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne {
                padding-left: 30px;
                width: 15%;
                position: relative; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree {
                  width: 30%; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree .subMenuItem {
                    width: 40%; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.border-right-new {
                  padding-right: 20px;
                  border-right: 1px solid #e1e1e1; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem {
                  width: 100%;
                  margin: 10px 0px;
                  display: block;
                  white-space: initial; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild {
                    display: flex; }
                    #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild i {
                      font-size: 10px;
                      font-weight: 700;
                      margin-left: 10px; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                    width: 100%;
                    justify-content: space-between;
                    display: flex;
                    align-items: center;
                    text-transform: capitalize; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.activeMenuTwo > a {
                    color: #a51526; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree {
                    display: none;
                    position: absolute;
                    left: 50%;
                    top: 0; }
                    #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li {
                      margin: 10px 0px; }
                      #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li:hover > a {
                        color: #a51526; }
                      #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li a {
                        display: block;
                        text-transform: capitalize; }
              #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo {
                width: 85%;
                display: flex;
                justify-content: space-evenly; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo.haveThree {
                  width: 70%; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem {
                  width: 45%; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a {
                    display: block;
                    margin: 10px 0px; }
          #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) {
            position: relative;
            padding: 20px 10px;
            display: inline-block;
            white-space: nowrap; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega):hover > a {
              color: #ffffff; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega):hover .subMenu {
              visibility: visible;
              transform: scaleY(1); }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) > a {
              color: #ffffff; }
              #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) > a i {
                font-size: 10px; }
            #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu {
              visibility: hidden;
              transition: all .4s;
              transform: scaleY(0);
              transform-origin: top;
              position: absolute;
              z-index: 10;
              background: #fff;
              box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
              top: 100%;
              left: 0;
              width: 200px; }
              #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem {
                width: 100%;
                padding: 10px 20px;
                display: block;
                white-space: initial; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem a i {
                  font-size: 10px;
                  float: right;
                  margin-top: 5px; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover > a {
                  color: #a51526; }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover .subMenuThree {
                  visibility: visible;
                  transform: scaleX(1); }
                #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree {
                  visibility: hidden;
                  transition: all .4s;
                  transform: scaleX(0);
                  transform-origin: left;
                  position: absolute;
                  z-index: 10;
                  background: #fff;
                  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
                  top: 0;
                  left: 100%;
                  width: 200px; }
                  #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li {
                    padding: 10px 20px; }
                    #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li:hover > a {
                      color: #a51526; }
                    #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li a {
                      display: block;
                      text-transform: capitalize; }
          #header .headerMenu .headerMenuMain .headerMenuMainCenter .mainNav > ul > li > a {
            text-transform: uppercase; }
      #header .headerMenu .headerMenuMain .headerMenuMainRight {
        width: 40%;
        text-align: left; }
        #header .headerMenu .headerMenuMain .headerMenuMainRight span {
          color: #ffffff; }

#slider {
  position: relative; }
  @media (max-width: 1200px) {
    #slider .container {
      padding: 0; }
      #slider .container .sliderBody {
        margin-top: 0; } }
  #slider .swiper-button-prev, #slider .swiper-button-next {
    color: #ccc;
    top: 50% !important; }
  #slider .sliderBody {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px; }
    #slider .sliderBody .sliderMain {
      width: calc(100% - 230px);
      position: relative; }
      @media (max-width: 1200px) {
        #slider .sliderBody .sliderMain {
          width: 100%; } }
      #slider .sliderBody .sliderMain .swiper-button-next, #slider .sliderBody .sliderMain .swiper-container-rtl .swiper-button-prev,
      #slider .sliderBody .sliderMain .swiper-button-prev, #slider .sliderBody .sliderMain .swiper-container-rtl .swiper-button-next {
        display: none; }
      #slider .sliderBody .sliderMain .swiper-pagination {
        bottom: 10px !important; }
    #slider .sliderBody .headerMenuCategories {
      width: 230px;
      background: #f7f7f7;
      position: relative; }
      @media (max-width: 1200px) {
        #slider .sliderBody .headerMenuCategories {
          display: none; } }
      #slider .sliderBody .headerMenuCategories .headerMenuCategoriesTitle {
        font-weight: 500;
        display: flex;
        align-items: center;
        padding: 10px 15px;
        background: #a51526;
        color: #ffffff; }
        #slider .sliderBody .headerMenuCategories .headerMenuCategoriesTitle i {
          margin-right: 7px;
          font-size: 15px; }
      #slider .sliderBody .headerMenuCategories .mainNav {
        height: 100%; }
        #slider .sliderBody .headerMenuCategories .mainNav > ul > li {
          border-top: 1px dotted #e1e1e1; }
          #slider .sliderBody .headerMenuCategories .mainNav > ul > li.active > a {
            color: #4a4a4a; }
          #slider .sliderBody .headerMenuCategories .mainNav > ul > li > a {
            padding: 10px 15px;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li > a i {
              border: none !important;
              font-size: 10px;
              float: right; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li > a span {
              display: flex;
              align-items: center;
              font-weight: bold; }
              #slider .sliderBody .headerMenuCategories .mainNav > ul > li > a span img {
                margin-right: 7px;
                max-width: 18px; }
          #slider .sliderBody .headerMenuCategories .mainNav > ul > li:hover > a {
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(6px);
            color: #000; }
          #slider .sliderBody .headerMenuCategories .mainNav > ul > li:hover .subMenuTwo {
            visibility: visible; }
          #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo {
            display: flex;
            visibility: hidden;
            position: absolute;
            left: 100%;
            background: rgba(255, 255, 255, 0.9);
            backdrop-filter: blur(6px);
            border: 1px solid #e1e1e1;
            border-left: none;
            z-index: 99;
            top: -1px;
            bottom: -1px;
            width: 100%;
            position: absolute;
            width: 1050px;
            padding: 10px;
            overflow: hidden; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo::-webkit-scrollbar {
              width: 2.5px; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo::-webkit-scrollbar-track {
              background: #f1f1f1; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo::-webkit-scrollbar-thumb {
              background: #a51526; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne {
              width: 80%;
              display: flex;
              flex-wrap: wrap; }
              #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem {
                width: calc(100% / 4);
                padding: 3px 0px; }
                #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
                  display: block;
                  font-weight: bold; }
                  #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i {
                    border: none !important;
                    font-size: 10px;
                    float: right;
                    transition: all .3s linear; }
                    #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i.activeMenuVertical {
                      transform: rotate(90deg); }
                #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
                  padding-top: 3px; }
                  #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li {
                    padding: 5px 0px; }
                    #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li a {
                      color: #525252;
                      font-size: 13px; }
            #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumTwo {
              width: 20%;
              display: flex;
              justify-content: center; }
              #slider .sliderBody .headerMenuCategories .mainNav > ul > li .subMenuTwo .subMenuTwoColumTwo img {
                max-width: 100%;
                height: 100%;
                object-fit: cover; }

section#policy {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#policy {
      margin: 30px 0px !important; } }
  section#policy .policyMain {
    display: flex; }
    section#policy .policyMain .policyItem {
      width: calc(100% / 4);
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (max-width: 767px) {
        section#policy .policyMain .policyItem {
          width: 50% !important;
          text-align: center;
          flex-wrap: wrap;
          margin-bottom: 15px; } }
      section#policy .policyMain .policyItem img {
        height: 35px;
        display: block; }
      @media (max-width: 991px) {
        section#policy .policyMain .policyItem {
          justify-content: center;
          margin: 10px 0px; } }
      section#policy .policyMain .policyItem .policyItemContent {
        margin-left: 20px; }
        @media (max-width: 767px) {
          section#policy .policyMain .policyItem .policyItemContent {
            margin-left: 0;
            width: 100%;
            margin-top: 10px; } }
        section#policy .policyMain .policyItem .policyItemContent span {
          display: block; }
        section#policy .policyMain .policyItem .policyItemContent span:first-child {
          font-weight: 700;
          font-size: 14px; }
        section#policy .policyMain .policyItem .policyItemContent span:last-child {
          font-size: 12px; }

section#banner {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#banner {
      margin: 30px 0px !important; } }
  section#banner .bannerMain {
    display: flex;
    justify-content: center; }
    @media (max-width: 767px) {
      section#banner .bannerMain {
        display: block; } }
    section#banner .bannerMain .bannerMainItem {
      transition: all .2s linear;
      overflow: hidden; }
      @media (min-width: 767px) {
        section#banner .bannerMain .bannerMainItem:nth-child(2) {
          margin: 0px 25px; } }
      @media (max-width: 767px) {
        section#banner .bannerMain .bannerMainItem {
          margin: 10px 0px; } }
      section#banner .bannerMain .bannerMainItem a {
        display: block; }

#categories {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #categories {
      margin: 30px 0px !important; } }
  #categories .categoriesContent {
    position: relative;
    padding-bottom: 30px; }
    #categories .categoriesContent .categoriesMain {
      text-align: center; }
      #categories .categoriesContent .categoriesMain h3 {
        margin: 10px 0px;
        font-size: 18px; }
      #categories .categoriesContent .categoriesMain a {
        display: block;
        overflow: hidden;
        font-size: 12px;
        color: #666; }
        #categories .categoriesContent .categoriesMain a img {
          -webkit-transition: all 1s ease-in-out 0s;
          -khtml-transition: all 1s ease-in-out 0s;
          -moz-transition: all 1s ease-in-out 0s;
          -ms-transition: all 1s ease-in-out 0s;
          -o-transition: all 1s ease-in-out 0s;
          transition: all 1s ease-in-out 0s; }
          #categories .categoriesContent .categoriesMain a img:hover {
            -webkit-transform: scale(1.1);
            -khtml-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }

#groupOne {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupOne {
      margin: 30px 0px !important; } }
  #groupOne .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupOne .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupOne .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupOne .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupOne .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupOne .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupOne .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupOne .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupOne .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupDeal {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupDeal {
      margin: 30px 0px !important; } }
  #groupDeal .groupDealContent {
    position: relative;
    padding-bottom: 30px; }

#groupTwo {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTwo {
      margin: 30px 0px !important; } }
  #groupTwo .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTwo .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTwo .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTwo .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTwo .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTwo .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTwo .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTwo .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTwo .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupDeal .swiper-button-prev, #groupDeal .swiper-button-next {
  color: #ccc;
  top: 50% !important; }

#bannerThumb {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumb {
      margin: 30px 0px !important; } }
  #bannerThumb .bannerThumbImg {
    display: block;
    overflow: hidden; }
    #bannerThumb .bannerThumbImg img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      width: 100%; }
      #bannerThumb .bannerThumbImg img:hover {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

#bannerThumbThree {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbThree {
      margin: 30px 0px !important; } }
  #bannerThumbThree .bannerThumbImg {
    display: block;
    overflow: hidden; }
    #bannerThumbThree .bannerThumbImg img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      width: 100%; }
      #bannerThumbThree .bannerThumbImg img:hover {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

#bannerThumbFive {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbFive {
      margin: 30px 0px !important; } }
  #bannerThumbFive .bannerThumbImg {
    display: block;
    overflow: hidden; }
    #bannerThumbFive .bannerThumbImg img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      width: 100%; }
      #bannerThumbFive .bannerThumbImg img:hover {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

#bannerThumbSeven {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbSeven {
      margin: 30px 0px !important; } }
  #bannerThumbSeven .bannerThumbImg {
    display: block;
    overflow: hidden; }
    #bannerThumbSeven .bannerThumbImg img {
      -webkit-transition: all 1s ease-in-out 0s;
      -khtml-transition: all 1s ease-in-out 0s;
      -moz-transition: all 1s ease-in-out 0s;
      -ms-transition: all 1s ease-in-out 0s;
      -o-transition: all 1s ease-in-out 0s;
      transition: all 1s ease-in-out 0s;
      width: 100%; }
      #bannerThumbSeven .bannerThumbImg img:hover {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1); }

#bannerThumbTwo {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbTwo {
      margin: 30px 0px !important; } }
  #bannerThumbTwo .bannerThumbTwoMain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #bannerThumbTwo .bannerThumbTwoMain {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #bannerThumbTwo .bannerThumbTwoMain {
        margin-left: -15px;
        margin-right: -15px; } }
    #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg {
      width: 50%; }
      @media (max-width: 767px) {
        #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 5.5px;
          padding-right: 5.5px; } }
      @media (min-width: 768px) {
        #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg {
          width: 100%;
          margin-bottom: 10px; } }
      #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg a {
        width: 100%;
        display: block;
        overflow: hidden; }
        #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg a img {
          -webkit-transition: all 1s ease-in-out 0s;
          -khtml-transition: all 1s ease-in-out 0s;
          -moz-transition: all 1s ease-in-out 0s;
          -ms-transition: all 1s ease-in-out 0s;
          -o-transition: all 1s ease-in-out 0s;
          transition: all 1s ease-in-out 0s; }
          #bannerThumbTwo .bannerThumbTwoMain .bannerThumbImg a img:hover {
            -webkit-transform: scale(1.1);
            -khtml-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }

#bannerThumbFour {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbFour {
      margin: 30px 0px !important; } }
  #bannerThumbFour .bannerThumbTwoMain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #bannerThumbFour .bannerThumbTwoMain {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #bannerThumbFour .bannerThumbTwoMain {
        margin-left: -15px;
        margin-right: -15px; } }
    #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg {
      width: 50%; }
      @media (max-width: 767px) {
        #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 5.5px;
          padding-right: 5.5px; } }
      @media (min-width: 768px) {
        #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg {
          width: 100%;
          margin-bottom: 10px; } }
      #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg a {
        width: 100%;
        display: block;
        overflow: hidden; }
        #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg a img {
          -webkit-transition: all 1s ease-in-out 0s;
          -khtml-transition: all 1s ease-in-out 0s;
          -moz-transition: all 1s ease-in-out 0s;
          -ms-transition: all 1s ease-in-out 0s;
          -o-transition: all 1s ease-in-out 0s;
          transition: all 1s ease-in-out 0s; }
          #bannerThumbFour .bannerThumbTwoMain .bannerThumbImg a img:hover {
            -webkit-transform: scale(1.1);
            -khtml-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }

#bannerThumbSix {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #bannerThumbSix {
      margin: 30px 0px !important; } }
  #bannerThumbSix .bannerThumbTwoMain {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    @media (max-width: 767px) {
      #bannerThumbSix .bannerThumbTwoMain {
        margin-left: -7.5px;
        margin-right: -7.5px; } }
    @media (min-width: 768px) {
      #bannerThumbSix .bannerThumbTwoMain {
        margin-left: -15px;
        margin-right: -15px; } }
    #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg {
      width: 50%; }
      @media (max-width: 767px) {
        #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 5.5px;
          padding-right: 5.5px; } }
      @media (min-width: 768px) {
        #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg {
          padding-left: 15px;
          padding-right: 15px; } }
      @media (max-width: 767px) {
        #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg {
          width: 100%;
          margin-bottom: 10px; } }
      #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg a {
        width: 100%;
        display: block;
        overflow: hidden; }
        #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg a img {
          -webkit-transition: all 1s ease-in-out 0s;
          -khtml-transition: all 1s ease-in-out 0s;
          -moz-transition: all 1s ease-in-out 0s;
          -ms-transition: all 1s ease-in-out 0s;
          -o-transition: all 1s ease-in-out 0s;
          transition: all 1s ease-in-out 0s; }
          #bannerThumbSix .bannerThumbTwoMain .bannerThumbImg a img:hover {
            -webkit-transform: scale(1.1);
            -khtml-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1); }

#groupTabOne {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabOne {
      margin: 30px 0px !important; } }
  #groupTabOne .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabOne .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabOne .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabOne .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabOne .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabOne .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabOne .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabOne .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabOne .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabTwo {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabTwo {
      margin: 30px 0px !important; } }
  #groupTabTwo .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabTwo .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabTwo .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabTwo .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabTwo .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabTwo .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabTwo .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabTwo .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabTwo .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabThree {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabThree {
      margin: 30px 0px !important; } }
  #groupTabThree .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabThree .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabThree .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabThree .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabThree .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabThree .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabThree .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabThree .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabThree .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabFour {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabFour {
      margin: 30px 0px !important; } }
  #groupTabFour .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabFour .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabFour .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabFour .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabFour .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabFour .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabFour .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabFour .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabFour .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabFive {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabFive {
      margin: 30px 0px !important; } }
  #groupTabFive .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabFive .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabFive .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabFive .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabFive .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabFive .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabFive .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabFive .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabFive .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabSix {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabSix {
      margin: 30px 0px !important; } }
  #groupTabSix .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabSix .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabSix .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabSix .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabSix .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabSix .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabSix .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabSix .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabSix .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

#groupTabSeven {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    #groupTabSeven {
      margin: 30px 0px !important; } }
  #groupTabSeven .groupTabMain {
    display: flex;
    flex-wrap: wrap; }
    #groupTabSeven .groupTabMain .groupBanner {
      display: block;
      width: 30%;
      overflow: hidden;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        #groupTabSeven .groupTabMain .groupBanner {
          width: 100%;
          display: none; } }
      #groupTabSeven .groupTabMain .groupBanner img {
        -webkit-transition: all 1s ease-in-out 0s;
        -khtml-transition: all 1s ease-in-out 0s;
        -moz-transition: all 1s ease-in-out 0s;
        -ms-transition: all 1s ease-in-out 0s;
        -o-transition: all 1s ease-in-out 0s;
        transition: all 1s ease-in-out 0s; }
        #groupTabSeven .groupTabMain .groupBanner img:hover {
          -webkit-transform: scale(1.1);
          -khtml-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    #groupTabSeven .groupTabMain .groupMainProducts {
      width: 100%;
      padding-left: 30px;
      padding-bottom: 30px;
      position: relative; }
      @media (max-width: 767px) {
        #groupTabSeven .groupTabMain .groupMainProducts {
          width: 100%;
          margin: 0;
          padding-left: 0px; }
          #groupTabSeven .groupTabMain .groupMainProducts .groupMain .swiper-button-next, #groupTabSeven .groupTabMain .groupMainProducts .groupMain .swiper-button-prev {
            display: none !important; } }

section#vendor {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#vendor {
      margin: 30px 0px !important; } }
  section#vendor .vendorMain {
    padding: 10px; }
    section#vendor .vendorMain .vendorItem a {
      display: block; }

footer#footer {
  margin-top: 20px;
  background: #eff6ff;
  position: relative;
  /*&:before{
	position: absolute;
	top: -5px;
	left: 0px;
	background-image: url('https://bachlongmobile.com/skin/frontend/bachlongmobile/des2020/images/noel2020/decoration_snow_menuv2.png?2');
	background-repeat: no-repeat;
	background-position: center;
	content: "";
	width: 100%;
	height: 28px;
	z-index: 10;
	background-size: 100%;
}*/ }
  footer#footer .footerMain {
    padding: 50px 0px; }
    @media (max-width: 767px) {
      footer#footer .footerMain {
        padding: 25px 0px; } }
    footer#footer .footerMain .footerMainColumns {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        footer#footer .footerMain .footerMainColumns {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        footer#footer .footerMain .footerMainColumns {
          margin-left: -15px;
          margin-right: -15px; } }
      footer#footer .footerMain .footerMainColumns .footerMainColumnItem {
        padding-left: 7.5px;
        padding-right: 7.5px; }
        @media (min-width: 1025px) {
          footer#footer .footerMain .footerMainColumns .footerMainColumnItem {
            padding-left: 15px;
            padding-right: 15px; }
            footer#footer .footerMain .footerMainColumns .footerMainColumnItem:nth-child(1), footer#footer .footerMain .footerMainColumns .footerMainColumnItem:nth-child(5) {
              width: 25%; }
            footer#footer .footerMain .footerMainColumns .footerMainColumnItem:nth-child(2), footer#footer .footerMain .footerMainColumns .footerMainColumnItem:nth-child(3), footer#footer .footerMain .footerMainColumns .footerMainColumnItem:nth-child(4) {
              width: calc(50% / 3); } }
        @media (min-width: 768px) and (max-width: 1024px) {
          footer#footer .footerMain .footerMainColumns .footerMainColumnItem {
            width: 50%; } }
        @media (max-width: 767px) {
          footer#footer .footerMain .footerMainColumns .footerMainColumnItem {
            width: 100%; } }
    footer#footer .footerMain h4 {
      color: #222;
      font-weight: 600;
      font-size: 16px;
      margin-bottom: 15px;
      position: relative; }
      footer#footer .footerMain h4 i {
        display: none;
        font-size: 13px;
        font-weight: 700;
        float: right;
        transition: all .3s linear; }
        @media (max-width: 767px) {
          footer#footer .footerMain h4 i {
            display: block; } }
        footer#footer .footerMain h4 i.activeMenuFooter {
          transform: rotate(90deg); }
    @media (max-width: 991px) {
      footer#footer .footerMain .footerMainAddress {
        margin: 10px 0px; } }
    footer#footer .footerMain .footerMainAddress .footerLogo {
      margin-bottom: 15px; }
      footer#footer .footerMain .footerMainAddress .footerLogo img {
        max-width: 120px; }
    footer#footer .footerMain .footerMainAddress ul li {
      display: flex;
      align-items: center;
      margin: 10px 0px; }
      footer#footer .footerMain .footerMainAddress ul li i {
        margin-right: 10px;
        font-size: 20px;
        width: 25px; }
    @media (max-width: 991px) {
      footer#footer .footerMain .footerMainList {
        margin: 10px 0px; } }
    @media (max-width: 767px) {
      footer#footer .footerMain .footerMainList .FooterMainListToggle {
        display: none; } }
    footer#footer .footerMain .footerMainList ul li {
      padding: 5px 0px; }
      footer#footer .footerMain .footerMainList ul li a {
        color: #4a4a4a;
        font-weight: 400; }
    footer#footer .footerMain .footerMainList .newletterSocial {
      margin-top: 10px; }
      footer#footer .footerMain .footerMainList .newletterSocial ul li {
        display: inline-block;
        margin: 0px 5px; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li a {
          border: 1px solid #888;
          border-radius: 50%;
          font-size: 18px;
          width: 30px;
          height: 30px;
          text-align: center;
          display: block; }
          footer#footer .footerMain .footerMainList .newletterSocial ul li a i {
            color: #ffffff;
            font-size: 16px;
            line-height: 28px; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li.newletterSocialFacebook a {
          background: #4064AC;
          border: 1px solid #4064AC; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li.newletterSocialTwitter a {
          background: #34B3F7;
          border: 1px solid #34B3F7; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li.newletterSocialPinterest a {
          background: #C51F26;
          border: 1px solid #C51F26; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li.newletterSocialInstagram a {
          background: #EEBC52;
          border: 1px solid #EEBC52; }
        footer#footer .footerMain .footerMainList .newletterSocial ul li.newletterSocialYoutube a {
          background: #F70000;
          border: 1px solid #F70000; }
    footer#footer .footerMain .footerMainList .footerMainListPayMent .footerMainListPaymentItem {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      max-width: 200px; }
      footer#footer .footerMain .footerMainList .footerMainListPayMent .footerMainListPaymentItem a {
        display: block;
        width: calc(100% / 3);
        padding: 0 10px 10px 0; }
  footer#footer .footerBottom {
    background: #dfedff;
    color: #222;
    padding: 15px 0;
    border-top: 1px dotted #e1e1e1; }
    footer#footer .footerBottom .footerBottomMain {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media (max-width: 767px) {
        footer#footer .footerBottom .footerBottomMain {
          flex-direction: column-reverse; } }
      footer#footer .footerBottom .footerBottomMain .footerBottomMainItem {
        width: 50%; }
        @media (max-width: 1024px) {
          footer#footer .footerBottom .footerBottomMain .footerBottomMainItem {
            width: 100%;
            text-align: center !important; } }
        footer#footer .footerBottom .footerBottomMain .footerBottomMainItem .footerBottomMainContent {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          footer#footer .footerBottom .footerBottomMain .footerBottomMainItem .footerBottomMainContent .footerBottomMainContentItem {
            width: 50%;
            text-align: center; }
            @media (min-width: 1024px) {
              footer#footer .footerBottom .footerBottomMain .footerBottomMainItem .footerBottomMainContent .footerBottomMainContentItem {
                text-align: right;
                padding-right: 15px; } }
            @media (max-width: 1024px) {
              footer#footer .footerBottom .footerBottomMain .footerBottomMainItem .footerBottomMainContent .footerBottomMainContentItem {
                width: 100%; } }
    footer#footer .footerBottom p {
      margin: 0; }
      @media (max-width: 991px) {
        footer#footer .footerBottom p {
          padding: 10px 0px; } }
    footer#footer .footerBottom .contact-form {
      position: relative;
      margin: 0; }
      @media (max-width: 767px) {
        footer#footer .footerBottom .contact-form {
          margin-top: 10px; } }
      footer#footer .footerBottom .contact-form #newLetterFormInput {
        border: 1px solid #ccc;
        padding: 10px;
        background: #fff;
        border-radius: 20px !important; }
      footer#footer .footerBottom .contact-form #newLetterFormButton {
        position: absolute;
        top: 0;
        right: 0;
        background: #a51526;
        color: #ffffff;
        border-radius: 20px;
        padding-left: 15px;
        padding-right: 15px; }

.proLoop {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    .proLoop {
      padding-left: 5.5px;
      padding-right: 5.5px; } }
  @media (min-width: 768px) {
    .proLoop {
      padding-left: 15px;
      padding-right: 15px; } }
  .proLoop .productWrapper {
    position: relative;
    background: #fff;
    overflow: hidden; }
    .proLoop .productWrapper .productImg {
      position: relative;
      overflow: hidden; }
      .proLoop .productWrapper .productImg .productOut, .proLoop .productWrapper .productImg .productLabelTags {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #a51526;
        padding: 2px 7.5px;
        font-size: 12px;
        color: white;
        border-radius: 10px;
        z-index: 8; }
      .proLoop .productWrapper .productImg .productSale {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #ff1616;
        text-align: center;
        width: 36px;
        height: 36px;
        font-size: 12px;
        color: white;
        border-radius: 999px;
        z-index: 10;
        line-height: 36px; }
      .proLoop .productWrapper .productImg .productLabelTags {
        left: 10px;
        right: initial; }
      .proLoop .productWrapper .productImg .productOut {
        background: #999; }
      .proLoop .productWrapper .productImg .productImgLink {
        display: flex; }
        .proLoop .productWrapper .productImg .productImgLink picture {
          width: 100%;
          transition: all 0.3s; }
        .proLoop .productWrapper .productImg .productImgLink picture:nth-of-type(2) {
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          opacity: 0;
          visibility: hidden; }
    .proLoop .productWrapper:hover .productImg picture:nth-of-type(2) {
      opacity: 1;
      visibility: visible; }
    .proLoop .productWrapper:hover .productImg picture:nth-of-type(1) {
      opacity: 0;
      visibility: hidden; }
    @media (min-width: 767px) {
      .proLoop .productWrapper:hover .productAction {
        transform: translate(0, 0); }
      .proLoop .productWrapper:hover .productPriceMain, .proLoop .productWrapper:hover .productColors {
        opacity: 0; } }
    .proLoop .productWrapper .productDetail {
      margin-top: 10px;
      padding: 0 5px; }
      .proLoop .productWrapper .productDetail .productDetailMain {
        overflow: hidden; }
        .proLoop .productWrapper .productDetail .productDetailMain .productName {
          margin-bottom: 5px;
          font-size: 14px;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          height: 35px;
          text-align: center; }
          .proLoop .productWrapper .productDetail .productDetailMain .productName a {
            color: #4a4a4a; }
          @media (max-width: 1200px) {
            .proLoop .productWrapper .productDetail .productDetailMain .productName {
              font-size: 14px;
              height: auto; } }
        .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain {
          transition: all .35s linear;
          text-align: center; }
          .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain .productPrice {
            color: #e90c32;
            font-weight: 500;
            font-size: 15px; }
          .proLoop .productWrapper .productDetail .productDetailMain .productPriceMain del {
            font-weight: 300;
            margin-left: 5px;
            color: #bbbbbb;
            font-size: 13px; }
        .proLoop .productWrapper .productDetail .productDetailMain .productColors {
          transition: all .35s linear;
          display: flex;
          margin: 0 -3px;
          flex-wrap: wrap; }
          .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem {
            margin: 0 3px 6px 3px;
            outline: 0; }
            .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem.active span {
              position: relative;
              border: 1px solid #333; }
            .proLoop .productWrapper .productDetail .productDetailMain .productColors .productColorsItem span {
              display: block;
              width: 24px;
              height: 24px;
              border-radius: 3px;
              border: 1px solid #f4f4f4; }
    .proLoop .productWrapper .productAction {
      transform: translate(0, 100px);
      transition: all .35s linear;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      display: flex;
      z-index: 99;
      overflow: hidden; }
      @media (max-width: 767px) {
        .proLoop .productWrapper .productAction {
          transform: translate(0, 0);
          position: relative;
          display: none; }
          .proLoop .productWrapper .productAction .setQuickview {
            display: none !important; } }
      .proLoop .productWrapper .productAction a {
        background: #a51526;
        color: #ffffff;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 5px;
        font-size: 15px;
        text-align: center;
        cursor: pointer;
        border-radius: 4px; }
        .proLoop .productWrapper .productAction a i {
          line-height: 30px; }
        .proLoop .productWrapper .productAction a.setWishlist {
          background: #ff2f56 !important; }
      .proLoop .productWrapper .productAction a:first-child {
        padding: 5px 0px; }
      .proLoop .productWrapper .productAction a:hover {
        opacity: .75; }

@media (max-width: 767px) {
  .proDeal {
    padding-left: 5.5px;
    padding-right: 5.5px; } }

@media (min-width: 768px) {
  .proDeal {
    padding-left: 15px;
    padding-right: 15px; } }

.proDeal .productWrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 20px;
  position: relative; }
  .proDeal .productWrapper .productImg {
    width: 35%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 767px) {
      .proDeal .productWrapper .productImg {
        width: 100%; } }
    .proDeal .productWrapper .productImg .productOut, .proDeal .productWrapper .productImg .productLabelTags {
      position: absolute;
      top: 10px;
      right: 10px;
      background: red;
      padding: 2px 7.5px;
      font-size: 12px;
      color: white;
      border-radius: 10px;
      z-index: 10; }
    .proDeal .productWrapper .productImg .productLabelTags {
      left: 10px;
      right: initial; }
    .proDeal .productWrapper .productImg .productOut {
      background: #999; }
    .proDeal .productWrapper .productImg .productImgLink {
      display: flex; }
      .proDeal .productWrapper .productImg .productImgLink picture {
        width: 100%;
        transition: all 0.3s; }
      .proDeal .productWrapper .productImg .productImgLink picture:nth-of-type(2) {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden; }
    .proDeal .productWrapper .productImg .productAction {
      transform: translate(-50%, 100px);
      transition: all .35s linear;
      position: absolute;
      bottom: 0px;
      left: 50%;
      width: 100%;
      display: flex;
      justify-content: center;
      z-index: 999; }
      @media (max-width: 767px) {
        .proDeal .productWrapper .productImg .productAction {
          transform: translateX(-50%);
          transition: none;
          bottom: 0;
          padding: 0;
          justify-content: center;
          position: relative;
          display: none; }
          .proDeal .productWrapper .productImg .productAction .setQuickview {
            display: none !important; } }
      .proDeal .productWrapper .productImg .productAction a {
        background: #a51526;
        color: #ffffff;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 5px;
        border-radius: 4px;
        font-size: 15px;
        text-align: center;
        cursor: pointer; }
        .proDeal .productWrapper .productImg .productAction a i {
          line-height: 30px; }
        .proDeal .productWrapper .productImg .productAction a.setWishlist {
          background: #ff2f56 !important; }
      .proDeal .productWrapper .productImg .productAction a:first-child {
        padding: 5px 0px; }
      .proDeal .productWrapper .productImg .productAction a:hover {
        opacity: .75; }
  .proDeal .productWrapper:hover .productImg picture:nth-of-type(2) {
    opacity: 1;
    visibility: visible; }
  .proDeal .productWrapper:hover .productImg picture:nth-of-type(1) {
    opacity: 0;
    visibility: hidden; }
  @media (min-width: 767px) {
    .proDeal .productWrapper:hover .productImg .productAction {
      transform: translate(-50%, 0px); } }
  .proDeal .productWrapper .productDetail {
    width: 60%;
    margin-top: 10px;
    position: relative; }
    @media (max-width: 767px) {
      .proDeal .productWrapper .productDetail {
        width: 100%;
        text-align: center; } }
    .proDeal .productWrapper .productDetail .productDetailMain {
      overflow: hidden;
      position: relative;
      z-index: 10; }
      .proDeal .productWrapper .productDetail .productDetailMain .productName {
        margin-bottom: 5px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 40px; }
        .proDeal .productWrapper .productDetail .productDetailMain .productName a {
          color: #4a4a4a; }
        @media (max-width: 767px) {
          .proDeal .productWrapper .productDetail .productDetailMain .productName {
            font-size: 14px; } }
      .proDeal .productWrapper .productDetail .productDetailMain .productPriceMain {
        height: 45px; }
        .proDeal .productWrapper .productDetail .productDetailMain .productPriceMain .productPrice {
          color: #e90c32;
          font-weight: 700;
          font-size: 18px; }
        .proDeal .productWrapper .productDetail .productDetailMain .productPriceMain del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
      .proDeal .productWrapper .productDetail .productDetailMain .productColors {
        display: flex;
        margin: 0 -3px;
        flex-wrap: wrap; }
        .proDeal .productWrapper .productDetail .productDetailMain .productColors .productColorsItem {
          margin: 0 3px 6px 3px;
          outline: 0; }
          .proDeal .productWrapper .productDetail .productDetailMain .productColors .productColorsItem.active span {
            position: relative;
            border: 1px solid #333; }
          .proDeal .productWrapper .productDetail .productDetailMain .productColors .productColorsItem span {
            display: block;
            width: 24px;
            height: 24px;
            border-radius: 3px;
            border: 1px solid #f4f4f4; }
      .proDeal .productWrapper .productDetail .productDetailMain .countdownLoop {
        width: 80%;
        display: flex;
        justify-content: space-between;
        text-align: center;
        border: 1px solid #f4f4f4;
        border-radius: 10px;
        padding: 15px;
        margin-top: 10px;
        color: #4a4a4a;
        background: #f4f4f4; }
        @media (max-width: 767px) {
          .proDeal .productWrapper .productDetail .productDetailMain .countdownLoop {
            width: 100%; } }
        .proDeal .productWrapper .productDetail .productDetailMain .countdownLoop b {
          font-size: 18px; }
        .proDeal .productWrapper .productDetail .productDetailMain .countdownLoop span {
          width: 20%; }
    .proDeal .productWrapper .productDetail img.backgroundDeal {
      position: absolute;
      top: -5%;
      right: -10px;
      z-index: 9;
      opacity: 0.1;
      transform: rotate(35deg);
      width: 65%; }
      @media (max-width: 991px) {
        .proDeal .productWrapper .productDetail img.backgroundDeal {
          display: none; } }
  .proDeal .productWrapper span.productSale {
    background-image: url("https://file.hstatic.net/200000265255/file/tag_15783e144c8a44e6b08f7b12be7d3e04.png");
    background-size: contain;
    background-repeat: no-repeat;
    color: #ffffff;
    position: absolute;
    width: 50px;
    height: 60px;
    top: 0px;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .proDeal .productWrapper span.productSale span {
      margin-top: -15px;
      font-size: 15px;
      font-weight: 500; }

.blogLoop {
  margin-bottom: 25px;
  /*@include fixPadding;*/ }
  @media (min-width: 992px) {
    .blogLoop {
      margin-bottom: 15px; } }
  .blogLoop .blogWrapper .blogImage {
    display: flex; }
    .blogLoop .blogWrapper .blogImage .blogImageLink {
      display: block;
      overflow: hidden;
      width: 50%; }
      .blogLoop .blogWrapper .blogImage .blogImageLink img {
        transition: all .5s linear; }
    @media (max-width: 991px) {
      .blogLoop .blogWrapper .blogImage .blogImageLink {
        width: 100%; } }
  @media (max-width: 991px) {
    .blogLoop .blogWrapper .blogImage {
      display: block; } }
  .blogLoop .blogWrapper:hover img {
    transform: scale(1.1); }
  .blogLoop .blogWrapper .blogDetail {
    width: 50%;
    padding-left: 15px; }
    .blogLoop .blogWrapper .blogDetail .blogDetailPost {
      color: #666666;
      font-size: 12px;
      padding: 0 0 15px; }
      .blogLoop .blogWrapper .blogDetail .blogDetailPost i {
        font-size: 15px;
        font-weight: 600;
        margin: 0px 5px; }
    .blogLoop .blogWrapper .blogDetail .blogDetailName {
      margin-bottom: 15px;
      line-height: .6; }
      .blogLoop .blogWrapper .blogDetail .blogDetailName a {
        font-size: 18px;
        color: #4a4a4a;
        font-weight: 500; }
      .blogLoop .blogWrapper .blogDetail .blogDetailName:after {
        content: "";
        display: block;
        margin-top: 15px;
        width: 50px;
        height: 1px;
        background: #252a2b; }
    .blogLoop .blogWrapper .blogDetail .blogDetailLink {
      color: #a51526;
      font-weight: 500;
      line-height: 30px; }
      .blogLoop .blogWrapper .blogDetail .blogDetailLink i {
        transition: all .3s linear;
        font-weight: 700;
        font-size: 10px; }
      .blogLoop .blogWrapper .blogDetail .blogDetailLink:hover i {
        padding-left: 10px; }
  @media (max-width: 991px) {
    .blogLoop .blogWrapper .blogDetail {
      padding: 15px 0;
      width: 100%; } }
  .blogLoop .blogWrapper .blogDetailDescription {
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 5;
    margin: 0;
    text-align: justify; }
  @media (max-width: 1300px) {
    .blogLoop .blogWrapper .blogDetailDescription {
      -webkit-line-clamp: 3; } }
  @media (max-width: 1200px) {
    .blogLoop .blogWrapper .blogDetailDescription {
      -webkit-line-clamp: 2; } }

#productPage .productWrap .swiper-button-prev, #productPage .productWrap .swiper-button-next {
  color: #ccc;
  top: 50% !important; }

#productPage .productWrap .productWrapAll {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  #productPage .productWrap .productWrapAll .productWrapLeft {
    width: 40%;
    position: relative; }
    @media (max-width: 767px) {
      #productPage .productWrap .productWrapAll .productWrapLeft {
        width: 100%; } }
    #productPage .productWrap .productWrapAll .productWrapLeft .swiper-slide {
      border: 1px solid transparent;
      padding: 5px 0; }
      #productPage .productWrap .productWrapAll .productWrapLeft .swiper-slide.swiper-slide-thumb-active {
        border: 1px solid #bbb; }
    #productPage .productWrap .productWrapAll .productWrapLeft .featureImage {
      position: relative; }
    #productPage .productWrap .productWrapAll .productWrapLeft .thumbImage {
      margin-top: 15px; }
    #productPage .productWrap .productWrapAll .productWrapLeft a#clickMagnific {
      position: absolute;
      bottom: 10px;
      right: 10px;
      z-index: 100;
      font-size: 20px; }
  #productPage .productWrap .productWrapAll .productWrapRight {
    width: 55%;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      #productPage .productWrap .productWrapAll .productWrapRight {
        width: 100%;
        margin-left: 0; } }
    #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail {
      width: 55%; }
      @media (max-width: 1024px) {
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail {
          width: 100%; } }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productCollection {
        margin-bottom: 15px; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productTitle {
        font-size: 20px;
        font-weight: 700;
        margin-top: 10px; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice {
        border-top: 1px dotted #dee2e6;
        border-bottom: 1px dotted #dee2e6;
        padding: 1rem 0 !important;
        font-size: 13px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceMain {
          font-size: 18px;
          opacity: .92;
          font-weight: bold;
          color: #e90c32; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
          margin-left: 0;
          font-size: 14px;
          color: #777a7b;
          padding-left: 10px;
          font-weight: 500; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productPrice .productPriceBox .productDiscount {
          margin-left: 10px;
          display: inline-block;
          padding: 5px 15px;
          margin-right: 10px;
          background: transparent;
          font-weight: 600;
          font-size: 13px;
          color: #f94c43;
          text-transform: uppercase; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes {
        margin-top: 20px;
        color: #555; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes td {
          font-size: 12px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6 {
          font-size: 16px;
          text-transform: uppercase;
          color: #4a4a4a; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h1 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h2 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h3 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h4 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h5 a, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes h6 a {
            color: #4a4a4a; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productSku {
        font-weight: 500; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain {
        margin-bottom: 10px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productInfoMain span {
          font-weight: 400;
          margin-right: 5px; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail #productSelect, #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .selector-wrapper {
        display: none; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd {
        display: flex;
        align-items: center; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity .qtyBtn {
          width: 35px !important;
          height: 35px !important; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd .itemQuantity input {
          width: 70px !important;
          height: 35px !important; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.sizeGuide {
          display: none;
          font-weight: 500;
          cursor: pointer;
          text-decoration: underline; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist {
          margin-left: 25px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setWishlist i {
            color: red;
            font-size: 20px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare {
          margin-left: 25px; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .groupAdd a.setCompare i {
            color: #a51526;
            font-size: 20px; }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction {
        margin-top: 15px;
        display: flex;
        margin-left: -5px;
        margin-right: -5px; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button {
          height: 35px;
          color: #ffffff;
          border: none;
          background: #4a4a4a;
          min-width: 150px;
          font-weight: 500;
          margin-right: 5px;
          text-transform: uppercase;
          width: 100%;
          margin-left: 5px;
          white-space: nowrap;
          text-align: center; }
          #productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productActionMain .productAction button#buyNow {
            background: #a51526;
            color: #ffffff; }
    #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar {
      width: 40%;
      margin-left: 5%; }
      @media (max-width: 1024px) {
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar {
          display: none; } }
      #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar .productWrapSidebarGroup .productWrapSidebarItem {
        margin: 10px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid #ccc;
        padding: 10px 20px;
        background: #fff; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar .productWrapSidebarGroup .productWrapSidebarItem img {
          width: 15%; }
        #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar .productWrapSidebarGroup .productWrapSidebarItem .productWrapSidebarContent {
          width: 75%;
          margin-left: 10%; }

#productPage .productWrap .productTabsContent {
  margin: 50px 0px; }
  #productPage .productWrap .productTabsContent img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    #productPage .productWrap .productTabsContent ul#myTab {
      flex-wrap: initial;
      border: none; }
      #productPage .productWrap .productTabsContent ul#myTab li {
        text-align: center;
        white-space: nowrap; } }
  #productPage .productWrap .productTabsContent ul#myTab li {
    width: auto;
    margin: 0px 40px 0 0; }
    #productPage .productWrap .productTabsContent ul#myTab li a {
      color: #333;
      font-size: 18px;
      font-weight: 500;
      border: none;
      padding: 5px 0px; }
      #productPage .productWrap .productTabsContent ul#myTab li a.active {
        color: #a51526; }
  #productPage .productWrap .productTabsContent #myTabContent {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0px; }

#productPage .productWrap .productRelate {
  margin-bottom: 25px; }
  #productPage .productWrap .productRelate h2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700; }
    #productPage .productWrap .productRelate h2:before {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-right: 30px;
      background: #e1e1e1; }
    #productPage .productWrap .productRelate h2:after {
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      flex: 1;
      margin-left: 30px;
      background: #e1e1e1; }

#productPage .productWrap .productSeen h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 700; }
  #productPage .productWrap .productSeen h2:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-right: 30px;
    background: #e1e1e1; }
  #productPage .productWrap .productSeen h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    flex: 1;
    margin-left: 30px;
    background: #e1e1e1; }

#productPage .productTabsContent .swiper-container {
  border-bottom: 1px solid #146cda; }

div#accountModal .modal-content .modal-body {
  overflow: hidden; }
  div#accountModal .modal-content .modal-body h5 {
    margin-top: 10px; }
  div#accountModal .modal-content .modal-body > .row > div:first-child {
    border-right: 1px solid #e1e1e1; }
  div#accountModal .modal-content .modal-body .modalLogo {
    margin-bottom: 15px; }
  div#accountModal .modal-content .modal-body .nav-pills .nav-link.active {
    background: rgba(0, 0, 0, 0.03);
    color: #4a4a4a; }
  div#accountModal .modal-content .modal-body button {
    background: #4a4a4a;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff; }

.groupAdd {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .groupAdd .itemQuantity {
    display: flex;
    width: 50%; }
    .groupAdd .itemQuantity .qtyBtn {
      background: none;
      border: 1px solid #ccc;
      height: 25px;
      width: 25px; }
      .groupAdd .itemQuantity .qtyBtn i {
        color: #bbbbbb; }
        .groupAdd .itemQuantity .qtyBtn i:hover {
          color: #4a4a4a; }
    .groupAdd .itemQuantity input {
      height: 25px;
      width: 50px;
      border: 1px solid #ccc;
      border-left: none;
      border-right: none;
      border-radius: 0;
      text-align: center; }
  .groupAdd .removeItem {
    cursor: pointer; }
    .groupAdd .removeItem:hover {
      color: #a51526; }

#sidebarAll {
  background: #fff;
  position: fixed;
  width: 300px;
  top: 0;
  right: 0;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(40, 40, 40, 0.2);
  transition: all 0.3s linear;
  transform: translateX(100%);
  z-index: 10000;
  overflow-y: scroll; }
  @media (max-width: 767px) {
    #sidebarAll {
      width: 80%;
      padding: 0;
      margin: 0;
      right: -5px; } }
  #sidebarAll::-webkit-scrollbar {
    width: 5px; }
  #sidebarAll.active {
    transform: translateX(0%); }
  #sidebarAll > div {
    display: none; }
  #sidebarAll .sidebarAllFilter .collectionFilter {
    padding-bottom: 100px; }
  #sidebarAll .itemAction .itemAdd a {
    color: #ffffff !important;
    background: #4a4a4a;
    padding: 7px 30px 5px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 5px;
    display: block;
    text-align: center;
    cursor: pointer; }
  #sidebarAll .sidebarAllHeader {
    background: #f5f6fa;
    height: 50px;
    text-align: center;
    line-height: 50px; }
    #sidebarAll .sidebarAllHeader .closeSidebar {
      float: left;
      margin-left: 20px; }
      #sidebarAll .sidebarAllHeader .closeSidebar i {
        line-height: 50px;
        font-weight: 700;
        cursor: pointer; }
    #sidebarAll .sidebarAllHeader span:last-child {
      text-transform: uppercase;
      font-size: 16px; }
  #sidebarAll .sidebarAllMainMenu .headerSearch {
    display: none;
    position: relative;
    padding: 10px;
    width: 100%; }
    @media (max-width: 1200px) {
      #sidebarAll .sidebarAllMainMenu .headerSearch {
        display: block; } }
    #sidebarAll .sidebarAllMainMenu .headerSearch > i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 20px;
      font-size: 20px; }
    #sidebarAll .sidebarAllMainMenu .headerSearch .headerSearchMain .headerSearchInput {
      width: 100%;
      padding: 7.5px 0px 7.5px 50px;
      border: none;
      border: 1px solid #e1e1e1;
      border-radius: 4px; }
      @media (max-width: 767px) {
        #sidebarAll .sidebarAllMainMenu .headerSearch .headerSearchMain .headerSearchInput {
          padding: 7.5px 0px 7.5px 25px; } }
    #sidebarAll .sidebarAllMainMenu .headerSearch .headerSearchButton {
      position: absolute;
      top: 10px;
      right: 11px;
      font-weight: 700;
      z-index: 9;
      bottom: 10px;
      width: 36px;
      border-radius: 4px;
      background: #a51526;
      color: #fff; }
  #sidebarAll .sidebarAllMainMenu .headerSmartSearchResult {
    margin: 10px; }
    #sidebarAll .sidebarAllMainMenu .headerSmartSearchResult a {
      display: flex;
      margin: 15px 0px; }
      #sidebarAll .sidebarAllMainMenu .headerSmartSearchResult a img {
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll .sidebarAllMainMenu .headerSmartSearchResult a span {
        font-weight: 500;
        margin-bottom: 10px; }
        #sidebarAll .sidebarAllMainMenu .headerSmartSearchResult a span span {
          display: block;
          color: #a51526; }
  #sidebarAll .sidebarAllMainMenu nav.mainNav {
    padding: 20px;
    padding-top: 0;
    height: 100%;
    overflow-y: scroll; }
    @media (max-width: 767px) {
      #sidebarAll .sidebarAllMainMenu nav.mainNav {
        padding-left: 5px;
        padding-right: 5px;
        overflow-y: auto; } }
    #sidebarAll .sidebarAllMainMenu nav.mainNav::-webkit-scrollbar {
      width: 10px; }
    #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li {
      padding: 10px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      @media (max-width: 767px) {
        #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li {
          padding: 10px 15px; } }
      #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li.active > a {
        color: #a51526; }
      #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li > a {
        display: block; }
        @media (max-width: 767px) {
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li > a {
            font-size: 15px; } }
        #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li > a i {
          float: right;
          transition: all .3s linear; }
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li > a i.activeMenuVertical {
            transform: rotate(90deg); }
      #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo {
        display: none;
        padding-top: 15px;
        margin-left: 15px; }
        #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem {
          padding: 10px 0px;
          border-bottom: 1px dotted #e1e1e1; }
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:first-child {
            padding-top: 0; }
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem:last-child {
            border-bottom: none;
            padding-bottom: 0; }
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
            display: block; }
            #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i {
              float: right;
              transition: all .3s linear; }
              #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem > a i.activeMenuVertical {
                transform: rotate(90deg); }
          #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul {
            display: none;
            padding-top: 15px;
            margin-left: 30px; }
            #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li {
              padding: 10px 0px;
              border-bottom: 1px dotted #e1e1e1; }
              #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:first-child {
                padding-top: 0; }
              #sidebarAll .sidebarAllMainMenu nav.mainNav > ul > li .subMenuTwo .subMenuTwoColumOne .subMenuItem ul li:last-child {
                border-bottom: none;
                padding-bottom: 0; }
  #sidebarAll .sidebarAllMainCart .sidebarAllBody {
    margin: 20px; }
    #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain > a {
        display: block;
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemTitle {
        font-weight: 500; }
      #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemVariant {
        font-size: 11px; }
      #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction {
        display: flex;
        align-items: center;
        justify-content: space-between; }
        #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem {
          cursor: pointer;
          margin-left: 20px; }
          #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemAction .removeItem:hover {
            color: #a51526; }
      #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceMain {
          display: block;
          color: #e90c32; }
        #sidebarAll .sidebarAllMainCart .sidebarAllBody .itemMain .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
  #sidebarAll .sidebarAllMainCart .sidebarAllFooter {
    margin: 20px; }
    #sidebarAll .sidebarAllMainCart .sidebarAllFooter .totalPrice {
      display: flex;
      justify-content: space-between; }
      #sidebarAll .sidebarAllMainCart .sidebarAllFooter .totalPrice span:last-child {
        color: #e90c32;
        font-weight: 700; }
    #sidebarAll .sidebarAllMainCart .sidebarAllFooter .mainCartButton {
      display: block;
      cursor: pointer;
      background: #a51526;
      width: 100%;
      text-align: center;
      margin: 10px 0px;
      padding: 10px;
      color: #ffffff; }
      #sidebarAll .sidebarAllMainCart .sidebarAllFooter .mainCartButton.continue {
        background: #000 !important;
        text-align: center; }
      #sidebarAll .sidebarAllMainCart .sidebarAllFooter .mainCartButton:hover {
        opacity: .75; }
  #sidebarAll .sidebarAllMainSearch .headerSearch {
    position: relative;
    margin: 10px;
    width: 95%; }
    #sidebarAll .sidebarAllMainSearch .headerSearch > i {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: 20px;
      font-size: 20px; }
    #sidebarAll .sidebarAllMainSearch .headerSearch .headerSearchMain #headerSearchInput {
      width: 100%;
      padding: 7.5px 0px 7.5px 50px;
      border: none;
      border: 1px solid #e1e1e1;
      border-radius: 30px; }
    #sidebarAll .sidebarAllMainSearch .headerSearch #headerSearchButton {
      position: absolute;
      top: 0;
      right: 10px;
      font-weight: 700; }
  #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult {
    margin: 10px; }
    #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult a {
      display: flex;
      margin: 15px 0px; }
      #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult a img {
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult a span {
        font-weight: 500;
        margin-bottom: 10px; }
        #sidebarAll .sidebarAllMainSearch .headerSmartSearchResult a span span {
          display: block;
          color: #a51526; }
  #sidebarAll .sidebarAllMainWishlist .sidebarAllBody {
    margin: 20px; }
    #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist > a {
        display: block;
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemTitle {
        font-weight: 500; }
      #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceMain {
          display: block;
          color: #e90c32; }
        #sidebarAll .sidebarAllMainWishlist .sidebarAllBody .itemMainWishlist .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
  #sidebarAll .sidebarAllMainCompare .sidebarAllBody {
    margin: 20px; }
    #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare {
      display: flex;
      padding: 15px 0px;
      border-bottom: 1px dotted #e1e1e1; }
      #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare > a {
        display: block;
        width: 75px;
        margin-right: 10px;
        height: auto; }
      #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .itemTitle {
        font-weight: 500; }
      #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .itemPriceInfo {
        font-weight: 500;
        margin-bottom: 10px;
        display: flex; }
        #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .itemPriceInfo .itemPriceMain {
          display: block;
          color: #e90c32; }
        #sidebarAll .sidebarAllMainCompare .sidebarAllBody .itemMainCompare .itemPriceInfo .itemPriceCompare del {
          font-weight: 300;
          margin-left: 5px;
          color: #bbbbbb; }
  #sidebarAll .sidebarAllMainCompare .sidebarAllFooter {
    margin: 20px; }
    #sidebarAll .sidebarAllMainCompare .sidebarAllFooter .mainCompareButton {
      display: block;
      cursor: pointer;
      background: #a51526;
      width: 100%;
      text-align: center;
      margin: 10px 0px;
      padding: 10px;
      color: #ffffff;
      text-transform: uppercase;
      font-weight: 500; }

.overplayAll {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  background: rgba(40, 40, 40, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.2s;
  z-index: 9999; }
  .overplayAll.active {
    opacity: 1;
    visibility: visible; }

.product-swatch {
  margin-bottom: 15px; }
  .product-swatch .product-sw-line {
    margin-top: 15px; }
    .product-swatch .product-sw-line .product-sw-title {
      font-weight: 700;
      margin-bottom: 10px; }
      .product-swatch .product-sw-line .product-sw-title .colorHover {
        margin-left: 20px; }
    .product-swatch .product-sw-line .product-sw-select {
      display: flex; }
      .product-swatch .product-sw-line .product-sw-select .product-sw-select-item {
        margin-right: 15px; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item .product-sw-select-item-span {
          display: flex;
          color: #666;
          border: 1px solid #e1e1e1;
          min-width: 50px;
          height: 34px;
          margin: 0;
          justify-content: center;
          align-items: center;
          padding: 3px 10px;
          cursor: pointer; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item input:not(.disabled):checked + label {
          border-color: #222;
          font-weight: 700;
          color: #222; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item:not(.sw-color) input.soldOut + label {
          background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
          background-size: 100% 100%;
          background-repeat: no-repeat;
          background-position: top center;
          opacity: 0.5;
          pointer-events: none; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label {
          opacity: 0.5;
          pointer-events: none; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span {
            position: relative; }
            .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input.soldOut + label span:after {
              background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
              background-size: 100% 100%;
              background-repeat: no-repeat;
              background-position: top center;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 999999;
              width: 100%;
              height: 100%; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color .product-sw-select-item-span span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%;
            cursor: pointer; }
        .product-swatch .product-sw-line .product-sw-select .product-sw-select-item.sw-color input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

#searchPage {
  margin: 25px 0px; }
  #searchPage .searchPageHeader {
    text-align: center; }
  #searchPage .searchPageBody .searchField {
    margin-top: 25px; }
    #searchPage .searchPageBody .searchField .searchForm {
      width: 50%;
      margin: 0 auto;
      position: relative; }
      #searchPage .searchPageBody .searchField .searchForm input.search_box {
        width: 100%;
        padding: 7.5px 15px;
        border-radius: 30px;
        border: 1px solid #e1e1e1; }
      #searchPage .searchPageBody .searchField .searchForm input#go {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%);
        background: transparent;
        border: none;
        outline: none;
        font-weight: 700; }
  #searchPage .noMessageContent {
    margin-top: 25px;
    text-align: center; }
  #searchPage .noMessage, #searchPage .searchResult {
    text-align: center;
    margin-bottom: 25px; }

#quickviewModal .productWrapQW .productWrapImageQW .swiper-slide {
  border: 1px solid transparent;
  padding: 5px 0; }
  #quickviewModal .productWrapQW .productWrapImageQW .swiper-slide.swiper-slide-thumb-active {
    border: 1px solid #bbb; }

#quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW {
  margin-top: 10px; }
  #quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW:not(.swiper-container-initialized) .thumbImageContainerQW {
    display: flex; }
    #quickviewModal .productWrapQW .productWrapImageQW .thumbImageQW:not(.swiper-container-initialized) .thumbImageContainerQW > div {
      flex: 20%; }

#quickviewModal .productWrapQW .productWrapDetailQW .productCollectionQW span {
  font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW .productTitleQW {
  font-size: 30px;
  font-weight: 700;
  margin-top: 10px; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productPriceMainQW {
  color: #e90c32;
  font-size: 25px;
  font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productPriceCompareQW {
  margin-left: 10px;
  color: #d1d1d1; }

#quickviewModal .productWrapQW .productWrapDetailQW .productPriceQW .productPriceBoxQW .productDiscountQW {
  margin-left: 10px;
  font-size: 15px;
  color: red; }

#quickviewModal .productWrapQW .productWrapDetailQW .productDesQW {
  margin-top: 10px; }

#quickviewModal .productWrapQW .productWrapDetailQW .productInfoMainQW {
  margin-bottom: 10px; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productInfoMainQW span {
    font-weight: 500; }

#quickviewModal .productWrapQW .productWrapDetailQW #productSelectQW, #quickviewModal .productWrapQW .productWrapDetailQW .selector-wrapper {
  display: none; }

#quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .groupAdd .itemQuantity .qtyBtn {
  width: 35px !important;
  height: 35px !important; }

#quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .groupAdd .itemQuantity input {
  width: 70px !important;
  height: 35px !important; }

#quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW {
  margin-top: 15px;
  display: flex;
  margin-left: -5px;
  margin-right: -5px; }
  #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW button {
    height: 35px;
    color: #ffffff;
    border: none;
    background: #4a4a4a;
    padding: 7px 0px 5px;
    min-width: 150px;
    font-weight: 500;
    margin-right: 5px;
    text-transform: uppercase;
    width: 100%;
    margin-left: 5px; }
    #quickviewModal .productWrapQW .productWrapDetailQW .productActionMainQW .productActionQW button#buyNowQW {
      background: #a51526;
      color: #ffffff; }

#quickviewModal .productActionMainQW .groupAdd .itamQuantity {
  display: flex;
  width: 50%; }
  #quickviewModal .productActionMainQW .groupAdd .itamQuantity button {
    width: 35px !important;
    height: 35px !important;
    background: none;
    border: 1px solid #ccc; }
  #quickviewModal .productActionMainQW .groupAdd .itamQuantity input {
    width: 70px !important;
    height: 35px !important;
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    border-radius: 0;
    text-align: center; }

#pageCompare .content-page table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%; }
  #pageCompare .content-page table tr h2 a {
    font-size: 25px;
    font-weight: 700; }
  #pageCompare .content-page table tr td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    width: calc(80% / 3);
    min-width: 200px; }
    #pageCompare .content-page table tr td:first-child {
      width: 20% !important;
      font-weight: 700; }
    #pageCompare .content-page table tr td * {
      font-weight: 300;
      font-size: 15px; }
  #pageCompare .content-page table tr.price td:not(:first-child) {
    color: #e90c32; }
  #pageCompare .content-page table tr.variant strong {
    font-weight: 700;
    font-size: 17px; }

.wrapper-boxed, .wrapper-iframed, .wrapper-rounded {
  max-width: 1650px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.page-wrapper {
  overflow-x: hidden; }

.loading {
  display: block;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px; }
  .loading .lds-ring {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px; }
    .loading .lds-ring div {
      box-sizing: border-box;
      display: block;
      position: absolute;
      width: 51px;
      height: 51px;
      margin: 6px;
      border: 6px solid #4a4a4a;
      border-radius: 50%;
      animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
      border-color: #4a4a4a transparent transparent transparent; }
      .loading .lds-ring div:nth-child(1) {
        animation-delay: -0.45s; }
      .loading .lds-ring div:nth-child(2) {
        animation-delay: -0.3s; }
      .loading .lds-ring div:nth-child(3) {
        animation-delay: -0.15s; }

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

input[type="radio"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 0.2rem 0 0;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  box-shadow: none; }
  input[type="radio"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 1;
    width: 8px;
    height: 8px;
    background: #4a4a4a;
    border-radius: 50%; }
  input[type="radio"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #4a4a4a;
    border-radius: 50%; }
  input[type="radio"]:checked:before {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  input[type="radio"]:checked:after {
    border: 1px solid #4a4a4a; }

input[type="checkbox"] {
  margin-top: 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  margin: 0 1rem 0 0;
  cursor: pointer;
  outline: 0 !important;
  border: none;
  box-shadow: none; }
  input[type="checkbox"]:before {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
    -webkit-transform: rotate(-45deg) scale(0, 0);
    -moz-transform: rotate(-45deg) scale(0, 0);
    -ms-transform: rotate(-45deg) scale(0, 0);
    -o-transform: rotate(-45deg) scale(0, 0);
    transform: rotate(-45deg) scale(0, 0);
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    top: .38em;
    margin: auto;
    z-index: 1;
    width: 10px;
    height: 5px;
    border: 2px solid #4a4a4a;
    border-top-style: none;
    border-right-style: none; }
  input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(-45deg) scale(1, 1);
    -moz-transform: rotate(-45deg) scale(1, 1);
    -ms-transform: rotate(-45deg) scale(1, 1);
    -o-transform: rotate(-45deg) scale(1, 1);
    transform: rotate(-45deg) scale(1, 1); }
  input[type="checkbox"]:after {
    content: "";
    position: absolute;
    left: -1px;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 1px solid #4a4a4a;
    cursor: pointer;
    border-radius: 3px; }
  input[type="checkbox"]:checked:after {
    border-color: #4a4a4a; }

.table-responsive {
  margin-bottom: 0; }
  .table-responsive::-webkit-scrollbar {
    width: 6px; }
  .table-responsive::-webkit-scrollbar-track {
    box-shadow: 0;
    border-radius: 0; }
  .table-responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background-color: rgba(0, 0, 0, 0.1); }

input.form-control::-webkit-outer-spin-button, input.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-control {
  background-clip: padding-box;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none;
    border-color: #4a4a4a; }

#auth-form {
  padding-top: 70px;
  padding-bottom: 50px; }
  #auth-form.login-layout .register-form-heading, #auth-form.login-layout .recover-form-heading, #auth-form.login-layout .register-form-body, #auth-form.login-layout .recover-form-body {
    display: none; }
  #auth-form.register-layout .login-form-heading, #auth-form.register-layout .recover-form-heading, #auth-form.register-layout .login-form-body, #auth-form.register-layout .recover-form-body {
    display: none; }
  #auth-form.recover-layout .register-form-heading, #auth-form.recover-layout .login-form-heading, #auth-form.recover-layout .register-form-body, #auth-form.recover-layout .login-form-body {
    display: none; }
  #auth-form .auth-heading {
    display: flex;
    flex-direction: column;
    align-items: center; }
    #auth-form .auth-heading > i {
      font-size: 32px; }
    #auth-form .auth-heading h1 {
      font-size: 20px;
      text-transform: uppercase;
      font-weight: 700;
      margin-top: 10px;
      margin-bottom: 20px; }
  #auth-form .auth-recover-btn {
    margin-bottom: 15px;
    text-align: right; }
    #auth-form .auth-recover-btn a {
      color: #777;
      text-decoration: underline; }
  #auth-form .auth-back-btn {
    margin-top: 30px;
    padding-top: 15px;
    position: relative; }
    #auth-form .auth-back-btn:before {
      content: '';
      left: 0;
      right: 0;
      top: 0px;
      position: absolute;
      border-top: 1px solid #d1d1d1;
      display: block; }
    #auth-form .auth-back-btn:after {
      content: 'Hoặc';
      position: absolute;
      top: -10px;
      background: #fff;
      padding-left: 8px;
      padding-right: 8px;
      left: 50%;
      font-size: 1rem;
      display: inline-block;
      transform: translateX(-50%); }
    #auth-form .auth-back-btn a {
      display: block;
      width: 100%;
      text-align: center;
      color: #4a4a4a;
      border: 1px solid #4a4a4a;
      padding: 10px;
      margin-top: 15px;
      text-decoration: none;
      text-transform: uppercase; }
      #auth-form .auth-back-btn a:hover {
        transition: all .3s;
        background: #4a4a4a;
        color: #ffffff; }
  #auth-form .auth-form-body .errors ul {
    padding-left: 18px;
    color: #ff5a5a; }
  #auth-form .auth-form-body .form-control {
    border-radius: 0;
    font-size: 1rem;
    padding-left: 1.2em;
    padding-right: 1.2em;
    height: 42px;
    line-height: 42px; }
  #auth-form .auth-form-body .btn {
    background: #4a4a4a;
    border-radius: 0;
    width: 100%;
    border: none;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #ffffff; }

#account-page {
  min-height: 100vh; }
  @media (max-width: 767px) {
    #account-page .container {
      padding-left: 0;
      padding-right: 0; } }
  #account-page .account-page-wrap {
    display: flex;
    flex-wrap: wrap;
    aligns-item: strech;
    margin-top: 2rem; }
    #account-page .account-page-wrap .account-page-sidebar {
      width: calc(25% - 2rem);
      margin-right: 2rem;
      padding: 1.5rem 1rem;
      background: #fafafa; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-sidebar {
          width: 100%;
          margin: 0px 15px 20px 15px; } }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header {
        text-align: center; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header > h3 {
          font-size: 1.1rem;
          font-weight: normal;
          margin-top: 0.5rem; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-header .account-sidevar-avatar i {
          font-size: 2rem;
          display: inline-block;
          padding: 10px;
          border-radius: 50%;
          background: rgba(0, 0, 0, 0.03); }
      #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu {
        margin-top: 1.5rem; }
        #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul {
          list-style-type: none;
          margin: 0;
          padding: 0; }
          #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a {
            display: block;
            padding: 0.5rem 1rem;
            color: #4c4c4c;
            text-decoration: none; }
            #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a:hover, #account-page .account-page-wrap .account-page-sidebar .account-sidebar-menu ul a.active {
              background: rgba(0, 0, 0, 0.03); }
    #account-page .account-page-wrap .account-page-content {
      width: 75%;
      background: #fafafa;
      padding: 2rem 1rem; }
      @media (max-width: 991px) {
        #account-page .account-page-wrap .account-page-content {
          width: 100%;
          margin: 0px 15px; } }
      #account-page .account-page-wrap .account-page-content > h1 {
        margin-top: 0;
        font-size: 1.2rem;
        margin-bottom: 2rem; }
        #account-page .account-page-wrap .account-page-content > h1 > span {
          position: relative; }
          #account-page .account-page-wrap .account-page-content > h1 > span:before {
            content: '';
            position: absolute;
            left: 0;
            width: 75%;
            top: 140%;
            border-top: 1px solid #777; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table {
        margin: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive {
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail .table-responsive::-webkit-scrollbar {
          height: 6px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td {
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-info td:first-child {
          padding-left: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list th {
        border-bottom: none;
        font-weight: normal; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list a {
        color: inherit;
        text-decoration: none; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td {
        padding: 16px 8px; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order-list td:nth-child(2) a {
        font-weight: 600; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header {
        display: flex;
        flex-wrap: wrap;
        margin-left: -8px;
        margin-right: -8px;
        align-items: stretch; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header p {
          margin: 0 0 5px; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
          width: 50%;
          padding: 0 8px;
          margin-bottom: 1rem; }
          @media (max-width: 767px) {
            #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block {
              width: 100%; } }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block > h3 {
            font-weight: normal;
            text-transform: uppercase;
            font-size: 1rem;
            padding: 0;
            margin: 0 0 8px 0; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-header .apoh-block .apoh-detail {
            background: #fff;
            border-radius: 4px;
            height: calc(100% - 23px);
            padding: .85rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products > h2 {
        font-size: 1rem;
        font-weight: normal;
        text-transform: uppercase; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
        background: #fff;
        padding: 1.5rem; }
        @media (max-width: 767px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list {
            padding: 0; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-order .account-page-order-products .account-page-order-products-list th {
          font-weight: 600; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables > h2 {
        text-transform: uppercase;
        font-size: 0.95rem;
        font-weight: 400;
        margin-top: 0; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item {
        background: #fff;
        border-radius: 4px;
        padding: 1rem;
        margin-bottom: 1.5rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row {
          margin-bottom: 0.8rem; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .row a {
            text-decoration: none;
            color: #4c4c4c;
            padding-left: 5px; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .address-tables .address-item .view-address .address-name {
          font-weight: 600;
          font-size: 1.1rem; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button {
        background: #4a4a4a;
        color: #ffffff;
        border: none; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .edit-address button:hover {
          opacity: .85; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address {
        background: #fff;
        padding: 1rem; }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button {
          background: #4a4a4a;
          color: #ffffff;
          border: none; }
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address button:hover {
            opacity: .85; }
      #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
        margin-bottom: 10px;
        text-align: right; }
        @media (max-width: 991px) {
          #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn {
            text-align: left; } }
        #account-page .account-page-wrap .account-page-content .account-page-detail.account-page-addresses .new-address-btn a {
          color: #4c4c4c;
          text-decoration: none;
          text-transform: uppercase;
          font-size: 0.95rem; }

#page-404 {
  background: #fff;
  padding-bottom: 70px;
  padding-top: 15px;
  color: #333; }
  #page-404 h1 {
    font-size: 96px;
    font-weight: bold; }
    @media (max-width: 767px) {
      #page-404 h1 {
        font-size: 72px; } }
  #page-404 h3 {
    font-size: 28px; }
    @media (max-width: 767px) {
      #page-404 h3 {
        font-size: 22px; } }
  #page-404 p {
    font-size: 16px;
    margin-top: 10px;
    line-height: 1.5; }
  #page-404 .search-form {
    margin-top: 15px; }
    #page-404 .search-form .form-group {
      position: relative; }
    #page-404 .search-form input {
      box-shadow: none;
      border-radius: 2px; }
      #page-404 .search-form input:focus, #page-404 .search-form input:active {
        border-color: #4a4a4a; }
      @media (min-width: 768px) {
        #page-404 .search-form input {
          width: 100%; } }
    #page-404 .search-form button {
      background: #4a4a4a;
      color: #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 5px;
      padding-bottom: 0;
      font-size: 1.4rem;
      height: 100%; }
      #page-404 .search-form button:hover {
        opacity: 0.85rem; }
  #page-404 .btn-404 {
    border: 1px solid #4a4a4a;
    color: #4a4a4a; }
    #page-404 .btn-404:hover {
      color: #ffffff;
      background: #4a4a4a; }

#cart-page {
  margin-bottom: 25px; }
  #cart-page .cart-page-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media (max-width: 1199px) {
      #cart-page .cart-page-wrap {
        margin-top: 15px; } }
    #cart-page .cart-page-wrap .cart-page-left {
      width: 70%;
      padding-right: 15px; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-left {
          width: 100%;
          padding-right: 0; } }
      #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
        background: #fff;
        padding: 0 15px;
        border: 1px solid #e1e1e1; }
        @media (max-width: 1199px) {
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list {
            padding: 0; } }
        #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
          display: flex;
          flex-wrap: wrap;
          padding: 20px;
          border-bottom: 1px dashed #cdcdcd; }
          @media (max-width: 1199px) {
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item {
              padding: 15px 5px;
              position: relative; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item:last-child {
            border-bottom: none; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
            width: 80px; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-image {
                width: 90px;
                padding-right: 10px; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
            width: calc(100% - 400px);
            padding: 0 15px;
            display: flex;
            flex-direction: column;
            justify-content: space-between; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail {
                width: calc(100% - 90px);
                padding: 0 0 40px 5px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-vendor {
              text-transform: uppercase;
              font-size: 13px; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 {
              font-size: 16px;
              margin-bottom: 0; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail h3 a {
                text-decoration: none;
                color: #333; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-desc {
              font-size: 12px;
              color: #999; }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a {
              display: inline-block;
              float: left;
              font-size: 12px;
              text-decoration: none;
              position: relative; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-detail .item-actions a:nth-child(1) {
                margin-right: 20px; }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
            width: 190px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices {
                position: absolute;
                bottom: 15px;
                right: 10px;
                width: calc(100% - 215px);
                align-items: flex-end; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
              color: #e90c32;
              font-weight: 500;
              font-size: 18px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices .price-item {
                  font-size: 16px;
                  margin: 0; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
              color: #9E9E9E;
              font-size: 14px;
              margin-left: 10px;
              margin: 2px 0; }
              @media (max-width: 1199px) {
                #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-prices del {
                  font-size: 14px;
                  margin: 0; } }
          #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
            width: 130px;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media (max-width: 1199px) {
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions {
                position: absolute;
                bottom: 15px;
                left: 90px; } }
            #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap {
              display: flex; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap button {
                background: none;
                border: 1px solid #ccc;
                height: 25px;
                width: 25px; }
              #cart-page .cart-page-wrap .cart-page-left .cart-page-list .cart-page-list-item .cart-page-list-item-actions .cart-product-quantity-wrap input {
                height: 25px;
                width: 50px;
                border: 1px solid #ccc;
                border-left: none;
                border-right: none;
                border-radius: 0;
                text-align: center; }
    #cart-page .cart-page-wrap .cart-page-right {
      width: 30%;
      padding: 0px 20px 20px 20px;
      border: 1px solid #e1e1e1; }
      @media (max-width: 1199px) {
        #cart-page .cart-page-wrap .cart-page-right {
          width: 100%;
          margin-top: 30px; } }
      #cart-page .cart-page-wrap .cart-page-right .cart-page-info {
        background: #fff;
        padding: 25px 0px 15px 0px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info h1 {
          font-size: 18px;
          margin-bottom: 15px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtotal {
          margin-bottom: 5px;
          display: flex;
          justify-content: space-between; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-subtitle {
          color: #999;
          font-size: 13px;
          padding-bottom: 20px;
          border-bottom: 1px solid #cdcdcd; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total {
          padding: 15px 0px;
          display: flex;
          justify-content: space-between; }
          #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price {
            text-align: right; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price span {
              display: block;
              color: #e90c32;
              font-weight: 500;
              font-size: 18px; }
            #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-total .cart-page-total-price i {
              display: block;
              color: #868686;
              font-size: 12px; }
        #cart-page .cart-page-wrap .cart-page-right .cart-page-info .cart-page-checkout a {
          background: #a51526;
          text-transform: uppercase;
          color: #ffffff;
          box-shadow: none;
          text-align: center;
          display: block;
          padding: 15px;
          text-decoration: none; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head {
        display: flex;
        align-items: center; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-head label {
          font-weight: normal;
          cursor: pointer;
          margin: 0; }
      #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body {
        padding: 5px 0px;
        padding-bottom: 10px;
        display: none;
        background: #fff; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-group {
          margin-bottom: 7px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-outer-spin-button, #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body input.form-control::-webkit-inner-spin-button {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body .form-control {
          box-shadow: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          border-radius: 0px;
          margin-bottom: 3px;
          height: 30px;
          font-size: 14px; }
        #cart-page .cart-page-wrap .cart-page-right .invoice-block .invoice-block-body label {
          font-weight: normal;
          margin-bottom: 1px;
          font-size: 13px;
          margin-top: 3px; }

#modal-confirm-remove .modal-body {
  padding: 60px 80px; }
  #modal-confirm-remove .modal-body .modal-confirm-remove-title {
    font-size: 18px;
    text-align: center; }
  #modal-confirm-remove .modal-body .modal-confirm-remove-buttons {
    display: flex;
    margin-top: 60px; }
    #modal-confirm-remove .modal-body .modal-confirm-remove-buttons button {
      display: block;
      width: 50%;
      margin: 0 15px; }
      #modal-confirm-remove .modal-body .modal-confirm-remove-buttons button.btn-primary {
        background: #4a4a4a;
        border-color: #4a4a4a; }

.breadcrumb {
  background: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0; }
  .breadcrumb a {
    color: #333; }

#pageDefault .sidebar-page .group-menu {
  background: #fafafa;
  padding: 20px;
  margin: 0 0 20px;
  position: relative; }
  #pageDefault .sidebar-page .group-menu .title_block h2 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: left; }
  #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links {
    padding: 0; }
    #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links li {
      list-style: none; }
      #pageDefault .sidebar-page .group-menu .layered-category ul.menuList-links li a {
        color: #4a4a4a;
        font-weight: 400;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px; }

#pageDefault .sidebar-page .box_image .banner {
  position: relative;
  overflow: hidden; }
  #pageDefault .sidebar-page .box_image .banner img {
    -webkit-transition: all 1s ease-in-out 0s;
    -khtml-transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -ms-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
    transition: all 1s ease-in-out 0s; }
    #pageDefault .sidebar-page .box_image .banner img:hover {
      -webkit-transform: scale(1.1);
      -khtml-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

#pageContact .contactFormWrapper .box-send-contact h2 {
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0px; }
  @media (max-width: 991px) {
    #pageContact .contactFormWrapper .box-send-contact h2 {
      font-size: 22px; } }
  #pageContact .contactFormWrapper .box-send-contact h2:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 1px;
    background: #252a2b; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div:nth-child(2) {
  padding: 0; }
  @media (max-width: 991px) {
    #pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div:nth-child(2) {
      padding: 0px 15px; } }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row div {
  margin: 2.5px 0px; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row textarea {
  width: 100%;
  margin-top: 10px;
  height: 150px; }

#pageContact .contactFormWrapper .box-send-contact #contactFormWrapper .contact-form .row button {
  background: #000;
  text-transform: uppercase;
  color: #ffffff;
  box-shadow: none;
  text-align: center;
  padding: 5px 10px;
  margin-top: 10px;
  text-decoration: none;
  border: none;
  float: right; }

#pageContact .contact-us .box-info-contact h2 {
  font-weight: 500;
  font-size: 25px;
  margin: 15px 0px; }
  @media (max-width: 991px) {
    #pageContact .contact-us .box-info-contact h2 {
      font-size: 22px; } }
  #pageContact .contact-us .box-info-contact h2:after {
    content: "";
    display: block;
    margin-top: 5px;
    width: 50px;
    height: 1px;
    background: #252a2b; }

#pageContact .contact-us .box-info-contact ul {
  padding: 0;
  list-style: none; }
  #pageContact .contact-us .box-info-contact ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    #pageContact .contact-us .box-info-contact ul li i {
      font-size: 18px;
      margin-right: 20px; }
    #pageContact .contact-us .box-info-contact ul li p {
      margin-bottom: 0;
      color: #4a4a4a;
      font-weight: 400; }
      #pageContact .contact-us .box-info-contact ul li p strong {
        font-weight: 500;
        color: #4a4a4a; }

section#indexBlog {
  margin: 25px 0px; }
  @media (max-width: 991px) {
    section#indexBlog {
      margin: 30px 0px !important; } }
  section#indexBlog .indexBlogHeader {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 20px; }
    section#indexBlog .indexBlogHeader p {
      font-size: 14px;
      color: #a51526; }
    section#indexBlog .indexBlogHeader h2 {
      font-size: 25px;
      margin-bottom: 10px;
      position: relative;
      font-weight: 400; }
    section#indexBlog .indexBlogHeader:before {
      content: "";
      width: 200px;
      height: 2px;
      background: #e5e5e5;
      opacity: 0.6;
      position: absolute;
      bottom: 5px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%); }
    section#indexBlog .indexBlogHeader:after {
      content: '*';
      color: #e5e5e5;
      width: 50px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      position: absolute;
      bottom: -5px;
      left: 50%;
      background: #fff;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      font-size: 16px; }
  section#indexBlog .indexBlogContent {
    position: relative;
    padding-bottom: 30px; }
    @media (max-width: 767px) {
      section#indexBlog .indexBlogContent {
        padding-bottom: 0; } }

#article .articleMain .row > div:first-child {
  border-right: 1px solid #e1e1e1; }

#article .articleMain .articleBody {
  padding-right: 15px; }
  #article .articleMain .articleBody .articleName {
    font-size: 30px;
    font-weight: 700;
    margin-top: 15px; }
  #article .articleMain .articleBody .articleInfo {
    padding: 15px 0px; }
    #article .articleMain .articleBody .articleInfo i {
      font-size: 15px;
      font-weight: 600;
      margin: 0px 5px; }
    #article .articleMain .articleBody .articleInfo .articleAuthor span {
      text-decoration: underline; }
    #article .articleMain .articleBody .articleInfo .articleDate time {
      text-decoration: underline; }
  #article .articleMain .articleBody .articleTool span.articlePrev {
    float: left; }
  #article .articleMain .articleBody .articleTool span.articleNext {
    float: right; }
  #article .articleMain .articleBody .articleTool span a {
    color: #a51526; }

#pagination {
  margin-top: 20px; }
  #pagination .paginationNode {
    border-radius: 50%;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f4f4f4;
    color: #999;
    font-size: 12px;
    margin: 0px 5px; }
    #pagination .paginationNode.current {
      background: #a51526;
      color: #ffffff; }
  #pagination .paginationNext, #pagination .paginationPrev {
    color: #999; }
    #pagination .paginationNext i, #pagination .paginationPrev i {
      font-weight: bold;
      font-size: 10px; }

#paginationCus .paginationNodeCus {
  border-radius: 50%;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  color: #999;
  font-size: 12px;
  font-weight: 700; }
  #paginationCus .paginationNodeCus.current {
    background: #a51526;
    color: #ffffff; }

#paginationCus .paginationNextCus, #paginationCus .paginationPrevCus {
  color: #a51526; }
  #paginationCus .paginationNextCus i, #paginationCus .paginationPrevCus i {
    font-weight: bold;
    font-size: 10px; }

section#blogSidebar {
  padding: 0px 15px;
  position: sticky;
  top: 0; }
  @media (max-width: 767px) {
    section#blogSidebar {
      padding: 15px 0px !important; } }
  section#blogSidebar h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e1e1e1;
    color: #a51526;
    font-weight: 700; }
  section#blogSidebar .blogSidebarMenu {
    margin-bottom: 25px; }
    section#blogSidebar .blogSidebarMenu ul li {
      margin: 5px 0px; }
      section#blogSidebar .blogSidebarMenu ul li a {
        color: #333333;
        font-weight: 500;
        font-size: 14px;
        line-height: 28px;
        letter-spacing: 1px; }
  section#blogSidebar .blogSidebarRecent .blogWrapper {
    margin-bottom: 10px; }
    section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage .blogImageLink {
        width: 40%;
        display: block; }
        @media (max-width: 1200px) {
          section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage .blogImageLink {
            width: 100%;
            margin: 10px 0px; } }
        section#blogSidebar .blogSidebarRecent .blogWrapper .blogImage .blogImageLink img {
          border-radius: 5px; }
    section#blogSidebar .blogSidebarRecent .blogWrapper .blogDetail {
      width: 55%;
      margin-left: 5%; }
      @media (max-width: 1200px) {
        section#blogSidebar .blogSidebarRecent .blogWrapper .blogDetail {
          width: 100%;
          margin-left: 0; } }
      section#blogSidebar .blogSidebarRecent .blogWrapper .blogDetail .blogDetailName {
        font-size: 13px;
        margin-bottom: 5px; }
  section#blogSidebar .blogSiderbarTag a {
    border: 1px solid #e1e1e1;
    padding: 2.5px 25px;
    border-radius: 20px;
    margin: 5px 10px 5px 0px;
    background: #fff;
    display: inline-block; }

.collectionFilter {
  padding-bottom: 10px; }
  .collectionFilter .collectionFilterMobileAction {
    display: none; }
  .collectionFilter .collectionFilterMobileButton {
    display: none; }
  @media (min-width: 768px) and (max-width: 1024px) {
    .collectionFilter .collectionFilterBlock {
      padding: 5px; } }
  .collectionFilter .collectionFilterBlock:not(:last-child) {
    background: #f9f9f9; }
  .collectionFilter .collectionFilterBlock h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
    text-transform: uppercase;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 0;
    border-bottom: 1px solid #d3ced2; }
  .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList {
    height: 195px;
    overflow: hidden;
    overflow-y: auto;
    padding: 7px 10px 10px;
    border: 1px solid #e4e4e4; }
    .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li {
      display: flex;
      align-items: center; }
      .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li:not(:last-child) {
        border-bottom: 1px dotted #ccc; }
      .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li label {
        margin: 0;
        font-size: 14px;
        padding: 12px 15px 10px;
        display: block;
        width: 100%; }
        @media (max-width: 767px) {
          .collectionFilter .collectionFilterBlock:not(.color) ul.collectionFilterList li label {
            padding: 12px 0px 10px; } }
  .collectionFilter .collectionFilterBlock.color ul.collectionFilterList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li {
      width: calc(100% / 3);
      text-align: center; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li:nth-child(n+10) {
        display: none; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input {
        display: none; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input:checked + label {
        position: relative; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li input:checked + label:after {
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -moz-transition: -moz-transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
          -webkit-transform: rotate(-45deg) scale(0, 0);
          -moz-transform: rotate(-45deg) scale(0, 0);
          -ms-transform: rotate(-45deg) scale(0, 0);
          -o-transform: rotate(-45deg) scale(0, 0);
          transform: rotate(-45deg) scale(0, 0);
          content: "";
          position: absolute;
          left: -1px;
          right: 0;
          top: 28px;
          margin: auto;
          z-index: 1;
          width: 10px;
          height: 5px;
          border: 2px solid #333;
          border-top-style: none;
          border-right-style: none;
          -webkit-transform: rotate(-45deg) scale(1, 1);
          -moz-transform: rotate(-45deg) scale(1, 1);
          -ms-transform: rotate(-45deg) scale(1, 1);
          -o-transform: rotate(-45deg) scale(1, 1);
          transform: rotate(-45deg) scale(1, 1); }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang input:checked + label:after {
        color: #000; }
      .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label {
        text-align: center;
        padding: 15px 0px; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label span {
          margin-top: 10px;
          width: 100%;
          display: block; }
        .collectionFilter .collectionFilterBlock.color ul.collectionFilterList li label:before {
          display: inline-block;
          content: '';
          position: relative;
          top: 5px;
          width: 24px;
          height: 24px;
          border-radius: 999px;
          border: 1px solid #e1e1e1; }

#collection .collectionMain .collectionMainContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  #collection .collectionMain .collectionMainContent .filterMobile {
    display: none; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .filterMobile {
        display: block;
        font-weight: 700;
        font-size: 12px; }
        #collection .collectionMain .collectionMainContent .filterMobile i {
          font-weight: 700;
          margin-right: 5px; } }
  #collection .collectionMain .collectionMainContent .collectionMainContentLeft {
    width: 22.5%;
    margin-right: 5%; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentLeft {
        width: 100%;
        margin-right: 0; } }
    #collection .collectionMain .collectionMainContent .collectionMainContentLeft h1 {
      margin-bottom: 15px;
      font-size: 22px;
      font-weight: bold;
      height: 60px;
      line-height: 30px;
      display: flex;
      align-items: center; }
      @media (min-width: 768px) and (max-width: 1024px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentLeft h1 {
          font-size: 17px; } }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentLeft .collectionFilter {
        display: none; } }
  #collection .collectionMain .collectionMainContent .collectionMainContentRight {
    width: 72.5%; }
    @media (max-width: 767px) {
      #collection .collectionMain .collectionMainContent .collectionMainContentRight {
        width: 100%; } }
    #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader {
      height: 50px;
      line-height: 50px;
      margin-bottom: 15px; }
      #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .row {
        align-items: center; }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .sortByMain label {
          display: none; } }
      #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionHeader .sortByMain #sortBy {
        display: inline-block;
        width: 200px; }
    #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
      display: flex;
      flex-wrap: wrap; }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
          margin-left: -7.5px;
          margin-right: -7.5px; } }
      @media (min-width: 768px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct {
          margin-left: -15px;
          margin-right: -15px; } }
      @media (min-width: 1201px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 4); } }
      @media (min-width: 768px) and (max-width: 1200px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 3); } }
      @media (max-width: 767px) {
        #collection .collectionMain .collectionMainContent .collectionMainContentRight .collectionListProduct .proLoop {
          width: calc(100% / 2); } }

.priceRangeBox .priceRange {
  background: rgba(255, 255, 255, 0.8);
  width: 500px;
  padding: 40px;
  height: 220px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.priceRangeBox h2 {
  color: #ff0006;
  margin-bottom: 30px; }

.priceRangeBox span {
  font-size: 20px;
  margin-right: 10px; }

.priceRangeBox .noUi-target {
  height: 5px;
  border: none;
  margin: 20px 0 0 0; }

@media screen and (max-width: 767px) {
  .priceRangeBox .noUi-target {
    margin: 30px 0 10px 0; } }

.priceRangeBox .noUi-target .noUi-base {
  background: #ccc;
  border: none;
  border-radius: 15px;
  cursor: pointer; }

.priceRangeBox .noUi-connects {
  background: #e1e1e1; }

.priceRangeBox .noUi-target .noUi-base .noUi-connect {
  background: #a9a9a9; }

.priceRangeBox .noUi-target .noUi-base .noUi-tooltip {
  bottom: -35px;
  color: #4a4a4a;
  border: none;
  outline: none;
  font-weight: bold; }

.priceRangeBox .noUi-handle.noUi-handle-lower, .priceRangeBox .noUi-handle.noUi-handle-upper {
  background: #a51526;
  border-radius: 20px;
  width: 15px;
  height: 15px;
  outline: none;
  right: -10px;
  cursor: pointer;
  top: -5px;
  box-shadow: 0 2px 4px rgba(40, 40, 40, 0.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.priceRangeBox .noUi-handle.noUi-handle-upper {
  right: 0; }

.priceRangeBox .noUi-handle.noUi-handle-lower.noUi-active,
.priceRangeBox .noUi-handle.noUi-handle-upper.noUi-active {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2); }

.priceRangeBox .noUi-handle.noUi-handle-lower::before, .priceRangeBox .noUi-handle.noUi-handle-lower::after,
.priceRangeBox .noUi-handle.noUi-handle-upper::before, .priceRangeBox .noUi-handle.noUi-handle-upper::after {
  display: none; }

.priceRangeBox .noUi-handle.noUi-handle-lower .noUi-touch-area,
.priceRangeBox .noUi-handle.noUi-handle-upper .noUi-touch-area {
  width: 15px;
  height: 15px; }

.priceRangeBox .priceRangeValueBox span {
  font-size: 16px; }
  .priceRangeBox .priceRangeValueBox span:first-child {
    font-weight: bold; }

.intro-section {
  padding-bottom: 34%;
  position: relative; }
  @media (max-width: 1023px) {
    .intro-section {
      padding-bottom: 50%; } }
  @media (max-width: 767px) {
    .intro-section {
      padding-bottom: 80%; } }
  .intro-section .particles-js-canvas-el {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
  .intro-section h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: 60px;
    font-weight: 400;
    text-align: center; }
    @media (max-width: 1023px) {
      .intro-section h1 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .intro-section h1 {
        font-size: 32px; } }

.contact-section-info {
  display: flex;
  flex-wrap: wrap; }
  .contact-section-info .contact-section-info-left {
    width: 50%;
    position: relative; }
    @media (max-width: 767px) {
      .contact-section-info .contact-section-info-left {
        width: 100%; } }
    .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
      position: absolute;
      left: calc(50vw - 600px);
      top: 50%;
      transform: translateY(-50%);
      color: #ffffff; }
      @media (max-width: 1199px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          left: calc(50vw - 465px); } }
      @media (max-width: 991px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          left: calc(50vw - 345px); } }
      @media (max-width: 767px) {
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap {
          position: relative;
          left: initial;
          top: initial;
          transform: translateY(0);
          padding: 50px 15px; } }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap h4 {
        font-weight: 400;
        position: relative;
        margin-bottom: 30px; }
        .contact-section-info .contact-section-info-left .contact-section-info-left-wrap h4:after {
          content: '';
          border-top: 2px solid #4a4a4a;
          position: absolute;
          bottom: -15px;
          width: 70px;
          left: 0; }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap p {
        font-weight: 300;
        font-size: 13px; }
      .contact-section-info .contact-section-info-left .contact-section-info-left-wrap div {
        color: #ffffff; }
  .contact-section-info .contact-section-info-right {
    width: 50%; }
    @media (max-width: 767px) {
      .contact-section-info .contact-section-info-right {
        width: 100%; } }

.contact-section-content {
  padding-top: 60px;
  padding-bottom: 30px; }
  .contact-section-content h2 {
    text-align: center;
    position: relative;
    margin-bottom: 40px;
    color: #464646; }
    .contact-section-content h2:after {
      content: '';
      border-top: 2px solid #4a4a4a;
      position: absolute;
      bottom: -15px;
      width: 70px;
      left: 50%;
      transform: translateX(-50%); }
  .contact-section-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #464646;
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px; }
  .contact-section-content .contact-section-form .form-control {
    background: #e8e9ea;
    border-radius: 6px;
    border: none;
    margin-bottom: 15px;
    color: #464646; }
  .contact-section-content .contact-section-form textarea {
    min-height: 130px; }
  .contact-section-content .contact-section-form img {
    max-width: 40px;
    margin-top: 40px; }
  .contact-section-content .contact-section-form button {
    border: 1px solid #4a4a4a;
    border-radius: 8px;
    margin-top: 20px;
    font-weight: 700;
    color: #464646; }

.product-swatchQW {
  margin-bottom: 15px; }
  .product-swatchQW .product-sw-lineQW {
    margin-top: 15px; }
    .product-swatchQW .product-sw-lineQW .product-sw-titleQW {
      font-weight: 700;
      margin-bottom: 10px; }
    .product-swatchQW .product-sw-lineQW .product-sw-selectQW {
      display: flex; }
      .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW {
        margin-right: 15px; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW .product-sw-select-item-spanQW {
          display: flex;
          color: #666;
          border: 1px solid #e1e1e1;
          min-width: 50px;
          height: 34px;
          margin: 0;
          justify-content: center;
          align-items: center;
          padding: 3px 10px; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW input:not(.disabled):checked + label {
          border-color: #222;
          font-weight: 700;
          color: #222; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW:not(.sw-colorQW) input.soldOut + label {
          background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
          background-size: 100% 100%;
          background-repeat: no-repeat;
          background-position: top center;
          opacity: 0.5;
          pointer-events: none; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label {
          opacity: 0.5;
          pointer-events: none; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label span {
            position: relative; }
            .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input.soldOut + label span:after {
              background: url(https://theme.hstatic.net/1000405253/1000644745/14/sold_out.png?v=1);
              background-size: 100% 100%;
              background-repeat: no-repeat;
              background-position: top center;
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              z-index: 999999;
              width: 100%;
              height: 100%; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW .product-sw-select-item-spanQW {
          border: none;
          height: 34px;
          width: 34px;
          min-width: auto;
          position: relative;
          overflow: hidden;
          padding: 2px; }
          .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW .product-sw-select-item-spanQW span {
            border: 1px solid #f1f1f1;
            display: block;
            height: 100%;
            width: 100%; }
        .product-swatchQW .product-sw-lineQW .product-sw-selectQW .product-sw-select-itemQW.sw-colorQW input:checked + label {
          padding: 2px;
          border: 1px solid #000; }

.back-to-top {
  position: fixed;
  bottom: 100px;
  right: -50px;
  z-index: 100;
  transition: all .5s ease-out;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease; }

.back-to-top a {
  display: block;
  z-index: 999; }

.back-to-top.display {
  right: 10px; }

.back-to-top a .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 15px 0 0;
  font-size: 14px;
  color: #111; }

.l-gh__scrollnav-pagetop-arr {
  overflow: hidden;
  position: relative;
  width: 9px;
  height: 32px;
  left: 6px;
  bottom: -5px; }

.l-gh__scrollnav-pagetop-arr::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 0;
  width: 1px;
  height: 32px;
  background: #111;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s; }

.l-gh__scrollnav-pagetop-arr .head {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-left: 4.5px solid transparent;
  border-right: 4.5px solid transparent;
  border-bottom: 4.5px solid #111;
  -webkit-transform: translateY(27px);
  transform: translateY(27px);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0.1s; }

.back-to-top a .text {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin: 15px 0 0;
  font-size: 14px;
  color: #111; }

.back-to-top.display .l-gh__scrollnav-pagetop {
  -webkit-transform: rotateY(0) translateX(0);
  transform: rotateY(0) translateX(0); }

.back-to-top a:hover .l-gh__scrollnav-pagetop-arr::before {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: scaleY(1);
  transform: scaleY(1); }

.back-to-top a:hover .l-gh__scrollnav-pagetop-arr .head {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  transition: transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s, -webkit-transform 0.4s cubic-bezier(0.45, 0.05, 0.3, 0.93) 0s;
  -webkit-transform: translateY(0);
  transform: translateY(0); }

@keyframes loadingC {
  50% {
    transform: translate(0, 15px); }
  100% {
    transform: translate(0, 0); } }

.loading-ovl {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 10000;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0; }
  .loading-ovl .load-3 .line {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    background-color: #222; }
    .loading-ovl .load-3 .line:nth-last-child(3) {
      animation: loadingC .6s .3s linear infinite; }
    .loading-ovl .load-3 .line:nth-last-child(2) {
      animation: loadingC .6s .3s linear infinite; }
    .loading-ovl .load-3 .line:nth-last-child(1) {
      animation: loadingC .6s .3s linear infinite; }

.image-source-link {
  color: #98C3D1; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

#alertError .modal-body {
  background: #fff3cd;
  color: #856404;
  border-radius: .3rem;
  font-size: 14px; }

a#loadColorFilter, a.loadNotColorFilter {
  margin-top: 10px;
  display: block; }

.clearFilter {
  display: none;
  text-align: center;
  margin-top: 10px; }
  .clearFilter a {
    color: red;
    font-weight: 700;
    cursor: pointer; }

img.mfp-img {
  max-height: 100vh !important; }

.blogMain .container .blogMainContent {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .blogMain .container .blogMainContent .blogMainContentLeft {
    width: 75%; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .blogMain .container .blogMainContent .blogMainContentLeft {
        width: 65%; } }
    @media (max-width: 767px) {
      .blogMain .container .blogMainContent .blogMainContentLeft {
        width: 100%; } }
  .blogMain .container .blogMainContent .blogMainContentRight {
    margin-left: 5%;
    width: 20%; }
    @media (min-width: 768px) and (max-width: 1200px) {
      .blogMain .container .blogMainContent .blogMainContentRight {
        width: 30%; } }
    @media (max-width: 767px) {
      .blogMain .container .blogMainContent .blogMainContentRight {
        width: 100%; } }

.marquee {
  height: 20px;
  overflow: hidden;
  position: relative;
  color: #333; }
  .marquee p {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    line-height: 20px;
    text-align: center;
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -moz-animation: scroll-left 2s linear infinite;
    -webkit-animation: scroll-left 2s linear infinite;
    animation: scroll-left 20s linear infinite;
    color: #ffffff;
    white-space: nowrap; }
    .marquee p a {
      color: #ffffff;
      text-decoration: underline; }

@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%); } }

@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(-100%); } }

@keyframes scroll-left {
  0% {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }

.grecaptcha-badge {
  display: none !important; }

.banner-effect {
  position: relative;
  overflow: hidden;
  display: block; }
  .banner-effect:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg); }
  .banner-effect:hover:before {
    -webkit-animation: shine 1.1s;
    animation: shine 1.1s; }

@-webkit-keyframes shine {
  100% {
    left: 125%; } }

@keyframes shine {
  100% {
    left: 125%; } }

/*====== POPUP CONTACT ====================================================================*/
.modal-popupContact {
  text-align: center;
  font-size: 0;
  color: #333;
  background: rgba(3, 17, 27, 0.7);
  -webkit-transition: opacity .35s linear;
  -o-transition: opacity .35s linear;
  transition: opacity .35s linear; }
  .modal-popupContact:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; }
  .modal-popupContact.fade .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .modal-popupContact .modal-dialog-centered {
    margin: 105px auto 50px;
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    font-size: 14px; }
    .modal-popupContact .modal-dialog-centered .modal-content {
      width: 100%;
      position: relative;
      background-color: #fff;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      border: 1px solid #999;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      outline: 0;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
      display: inline-block; }
  .modal-popupContact.fade .modal-dialog-centered {
    opacity: 0;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }
  .modal-popupContact.fade.in .modal-dialog-centered {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .modal-popupContact .close-popup-contact {
    background-color: transparent;
    height: 30px;
    width: 30px;
    line-height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 2;
    border-radius: 50%;
    opacity: 1;
    text-align: center;
    outline: none; }
    .modal-popupContact .close-popup-contact svg {
      display: block;
      margin: auto;
      height: 30px;
      width: 14px;
      text-align: center;
      fill: #333333; }
    .modal-popupContact .close-popup-contact:hover {
      background-color: rgba(0, 0, 0, 0.6); }
  .modal-popupContact.popupBanner .modal-content {
    background-color: transparent;
    width: auto;
    margin-left: auto;
    margin-right: auto; }
  .modal-popupContact.popupForm .modal-content {
    position: relative;
    overflow: hidden;
    padding: 0;
    background-image: url(https://file.hstatic.net/200000259495/file/newimafge_cab0310439244c559bc82c3011f36a08.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #e6e6e6; }
    .modal-popupContact.popupForm .modal-content:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      background: rgba(255, 255, 255, 0.5);
      opacity: 1;
      width: 58%;
      backdrop-filter: blur(4px); }
    .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
      width: 58%;
      position: relative;
      padding: 50px 25px;
      float: right; }

@media (max-width: 767px) {
  .modal-popupContact .modal-dialog-centered {
    margin: 35px 10px 35px 14px; } }

.title-popup-contact {
  font-size: 24px;
  margin: 0px 0px 10px;
  font-weight: 500; }

.message-popup-contact {
  margin-bottom: 25px; }

.title-adv-popup-contact {
  font-size: 14px;
  margin-bottom: 5px; }

.list-adv-popup-contact li {
  list-style-type: square;
  margin-left: 25px;
  font-size: 14px; }

.popup-form-customer .input-group {
  width: 100%;
  display: block;
  margin: 0; }
  .popup-form-customer .input-group input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #fff;
    border: 1px solid #e7e7e7; }
  .popup-form-customer .input-group .input-group-addon {
    width: 100%;
    margin-bottom: 15px;
    height: 45px;
    padding: 10px 20px;
    line-height: 25px;
    background: #a51526;
    border: 1px solid #a51526;
    font-weight: 700;
    color: #ffffff;
    cursor: pointer;
    border-color: #a51526; }
    .popup-form-customer .input-group .input-group-addon:hover, .popup-form-customer .input-group .input-group-addon:focus {
      background-color: #a51526;
      border-color: #ffffff;
      color: #4a4a4a; }

.popup-form-customer .succes-popup {
  font-size: 13px;
  min-height: 25px;
  visibility: hidden;
  margin: 0;
  text-align: center; }
  .popup-form-customer .succes-popup.error {
    visibility: visible;
    color: red; }
  .popup-form-customer .succes-popup.success {
    visibility: visible;
    color: #27a208; }

@media (min-width: 768px) {
  .modal-popupContact .modal-dialog-centered {
    width: 650px;
    max-width: 100%; }
  #popup-contact {
    z-index: 9999; } }

@media (max-width: 767px) {
  .modal-popupContact.popupForm .modal-content:before, .modal-popupContact.popupForm .modal-content .modal-wrapper-contact {
    width: 100%; }
  .fb_dialog.fb_dialog_mobile .fb_dialog_content iframe {
    transform: scale(0.8);
    right: 0 !important;
    margin: 0 !important;
    bottom: 20px !important; } }

/*** End popup-contact.css ***/
.custom-social-proof {
  position: fixed;
  bottom: 10px !important;
  left: 10px !important;
  top: initial !important;
  z-index: 9999999999999 !important; }
  .custom-social-proof .custom-notification {
    width: 320px;
    border: 0;
    text-align: left;
    z-index: 99999;
    box-sizing: border-box;
    font-weight: 400;
    border-radius: 6px;
    box-shadow: 2px 2px 10px 2px rgba(11, 10, 10, 0.2);
    background-color: #fff;
    position: relative;
    cursor: pointer;
    padding: 5px; }
    .custom-social-proof .custom-notification .custom-notification-container {
      display: flex !important;
      align-items: center;
      height: 90px; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-image-wrapper img {
        height: 80px;
        width: 80px;
        overflow: hidden;
        border-radius: 6px 0 0 6px;
        object-fit: cover; }
      .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper {
        margin: 0;
        height: 100%;
        color: gray;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0 6px 6px 0;
        flex: 1;
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        overflow: hidden; }
        .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content {
          font-family: inherit !important;
          margin: 0 !important;
          padding: 0 !important;
          font-size: 12px;
          line-height: 21px; }
          .custom-social-proof .custom-notification .custom-notification-container .custom-notification-content-wrapper .custom-notification-content small {
            margin-top: 8px !important;
            display: block !important;
            font-size: 12px !important;
            opacity: .8; }

.custom-notification-content a {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.custom-social-proof .custom-notification .custom-close {
  position: absolute;
  top: 8px;
  right: 8px;
  height: 12px;
  width: 12px;
  cursor: pointer;
  transition: .2s ease-in-out;
  transform: rotate(45deg);
  opacity: 1; }
  .custom-social-proof .custom-notification .custom-close::before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background-color: gray;
    position: absolute;
    left: 0;
    top: 5px; }
  .custom-social-proof .custom-notification .custom-close::after {
    content: "";
    display: block;
    height: 100%;
    width: 2px;
    background-color: gray;
    position: absolute;
    left: 5px;
    top: 0; }

.custom-social-proof .custom-notification:hover .custom-close {
  opacity: 1; }

/***snowflakes***/
.snowflake {
  color: #fff;
  font-size: 1em;
  font-family: Arial, sans-serif;
  text-shadow: 0 0 5px #000;
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running; }
  .snowflake:nth-of-type(0) {
    left: 1%;
    -webkit-animation-delay: 0s, 0s;
    animation-delay: 0s, 0s; }
  .snowflake:nth-of-type(1) {
    left: 10%;
    -webkit-animation-delay: 1s, 1s;
    animation-delay: 1s, 1s; }
  .snowflake:nth-of-type(2) {
    left: 20%;
    -webkit-animation-delay: 6s, 0.5s;
    animation-delay: 6s, 0.5s; }
  .snowflake:nth-of-type(3) {
    left: 30%;
    -webkit-animation-delay: 4s, 2s;
    animation-delay: 4s, 2s; }
  .snowflake:nth-of-type(4) {
    left: 40%;
    -webkit-animation-delay: 2s, 2s;
    animation-delay: 2s, 2s; }
  .snowflake:nth-of-type(5) {
    left: 50%;
    -webkit-animation-delay: 8s, 3s;
    animation-delay: 8s, 3s; }
  .snowflake:nth-of-type(6) {
    left: 60%;
    -webkit-animation-delay: 6s, 2s;
    animation-delay: 6s, 2s; }
  .snowflake:nth-of-type(7) {
    left: 70%;
    -webkit-animation-delay: 2.5s, 1s;
    animation-delay: 2.5s, 1s; }
  .snowflake:nth-of-type(8) {
    left: 80%;
    -webkit-animation-delay: 1s, 0s;
    animation-delay: 1s, 0s; }
  .snowflake:nth-of-type(9) {
    left: 90%;
    -webkit-animation-delay: 3s, 1.5s;
    animation-delay: 3s, 1.5s; }
  .snowflake:nth-of-type(10) {
    left: 25%;
    -webkit-animation-delay: 2s, 0s;
    animation-delay: 2s, 0s; }
  .snowflake:nth-of-type(11) {
    left: 65%;
    -webkit-animation-delay: 4s, 2.5s;
    animation-delay: 4s, 2.5s; }

@-webkit-keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@-webkit-keyframes snowflakes-shake {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px); }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); } }

@keyframes snowflakes-fall {
  0% {
    top: -10%; }
  100% {
    top: 100%; } }

@keyframes snowflakes-shake {
  0% {
    transform: translateX(0px); }
  50% {
    transform: translateX(80px); }
  100% {
    transform: translateX(0px); } }

#fixed-social-network {
  position: fixed;
  top: 25%;
  right: -125px;
  z-index: 9; }
  #fixed-social-network a img {
    height: 100%;
    margin-right: 20px; }
  #fixed-social-network > a {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    padding: 8px;
    display: flex;
    align-items: center;
    width: 165px;
    transform: translateX(0px);
    background: #fff;
    color: #333;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease; }
    #fixed-social-network > a > svg {
      margin-right: 20px; }
    #fixed-social-network > a:hover {
      transform: translateX(-120px); }
    #fixed-social-network > a.fb-icon {
      background: #3B5998;
      color: #fff; }
    #fixed-social-network > a.ins-icon {
      background: #C32AA3;
      color: #fff; }
    #fixed-social-network > a.yt-icon {
      background: #FF0000;
      color: #fff; }
    #fixed-social-network > a.tw-icon {
      background: #00B6F1;
      color: #fff; }
    #fixed-social-network > a.gg-icon {
      background: #DF4A32;
      color: #fff; }
    #fixed-social-network > a.linkedin-icon {
      background: #0077b5;
      color: #fff; }
    #fixed-social-network > a#back-to-top {
      background: #144d84;
      color: #fff; }

/*action mess sms zalo...*/
.support-content.open {
  visibility: visible; }
  .support-content.open a {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }

.support-content a {
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: all .3s; }

.support-online {
  display: none; }
  @media (max-width: 767px) {
    .support-online {
      display: block; } }
  .support-online .support-content {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 85px;
    visibility: hidden; }
    .support-online .support-content a {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 15px;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      padding: 4px;
      color: #fff;
      font-size: 18px; }
      .support-online .support-content a img {
        max-height: 100%; }
      .support-online .support-content a.zalo {
        padding: 0; }
        .support-online .support-content a.zalo img {
          border-radius: 50%; }
      .support-online .support-content a.call-now, .support-online .support-content a.sms {
        background: #a51526;
        padding: 10px; }
      .support-online .support-content a.shopee img {
        max-height: 100%;
        border-radius: 0; }
  .support-online .btn-support {
    position: fixed;
    z-index: 9;
    left: 10px;
    bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: #a51526;
    padding: 4px;
    color: #fff;
    font-size: 18px; }

.kenit-alo-circle-fill {
  width: 60px;
  height: 60px;
  top: -10px;
  position: absolute;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-transition: all .1s;
  -moz-transition: all .1s;
  -o-transition: all .1s;
  transition: all .1s;
  background-color: #a51526;
  opacity: .75;
  right: -10px; }

.setAddCartLoop svg {
  fill: #fff;
  width: 17px;
  margin-top: -5px; }

.kenit-alo-circle {
  width: 50px;
  height: 50px;
  top: -5px;
  right: -5px;
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid #a51526;
  opacity: .1;
  border-color: #a51526;
  opacity: .5; }

.support-online .btn-support {
  cursor: pointer; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  50% {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); } }

@media (max-width: 767px) {
  .back-to-top.display {
    right: 15px; }
  .back-to-top {
    bottom: 90px; }
  .sectionTitleAll .haveTab ul {
    margin-left: -100px; }
  .sectionTitleAll .haveTab ul li {
    width: auto !important; } }

.sw-color-den-label span,
.haveColor-den,
.sw-color-denQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.den label:before {
  background-color: #000000 !important; }

.sw-color-trang-label span,
.haveColor-trang,
.sw-color-trangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.trang label:before {
  background-color: #ffffff !important; }

.sw-color-xanh-label span,
.haveColor-xanh,
.sw-color-xanhQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xanh label:before {
  background-color: #0be881 !important; }

.sw-color-do-label span,
.haveColor-do,
.sw-color-doQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.do label:before {
  background-color: #ff3f34 !important; }

.sw-color-vang-label span,
.haveColor-vang,
.sw-color-vangQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.vang label:before {
  background-color: #fafd00 !important; }

.sw-color-xam-label span,
.haveColor-xam,
.sw-color-xamQW-label span,
.collectionFilter .collectionFilterBlock.color ul.collectionFilterList li.xam label:before {
  background-color: #dddddd !important; }

.filter-tabs #horizontal-filter {
  position: relative;
  width: max-content;
  overflow: hidden;
  overflow-x: auto; }

.filter-tabs #horizontal-filter::before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #eb1c24;
  position: absolute;
  left: 0;
  bottom: 6px;
  z-index: 9; }

.filter-tabs .filter-item a {
  padding: 10px 15px;
  color: #000;
  border: 1px solid #e0e0e0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px; }

.filter-tabs .filter-item a:hover, .filter-tabs .filter-item .active {
  background-color: #eb1c24;
  color: #fff; }

@media (max-width: 991px) {
  .filterMobileFlex {
    overflow: hidden;
    overflow-x: auto; } }

@media (min-width: 768px) {
  .proLoop {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .collectionListProduct {
    margin-left: 0px !important; } }

.nt-loadmore a {
  border: 1px solid #3d8dc9;
  padding: 5px 25px;
  font-size: 16px;
  border-radius: 3px;
  color: #3d8dc9; }

.nt-loadmore a i {
  font-size: 10px; }

.nt-loadmore a:hover {
  background-color: #3d8dc9;
  color: #fff; }

#collection .proLoop {
  border: 1px solid #f3f3f3; }

.article .articleBody img {
  max-width: 100%;
  width: auto !important;
  height: auto !important; }

#groupTwo .sectionTitleAll .haveTab ul li a, #groupTabOne .sectionTitleAll .haveTab ul li a, #groupTabTwo .sectionTitleAll .haveTab ul li a, #groupTabThree .sectionTitleAll .haveTab ul li a, #groupTabFour .sectionTitleAll .haveTab ul li a {
  font-size: 15px;
  text-transform: uppercase; }

#groupTwo .sectionTitleAll, #groupTabOne .sectionTitleAll, #groupTabTwo .sectionTitleAll, #groupTabThree .sectionTitleAll, #groupTabFour .sectionTitleAll {
  background-color: #f8f8f8;
  border-top: 1px solid #b7b7b7;
  border-bottom: 2px solid #cb1212; }
  #groupTwo .sectionTitleAll h2, #groupTabOne .sectionTitleAll h2, #groupTabTwo .sectionTitleAll h2, #groupTabThree .sectionTitleAll h2, #groupTabFour .sectionTitleAll h2 {
    margin: 0px;
    line-height: 40px;
    padding-left: 25px;
    padding-right: 15px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: -1px;
    position: relative;
    font-size: 18px;
    color: #fff;
    background: url("https://file.hstatic.net/200000277379/file/icon-title_69b1422d5acb442db1adaba27ddfbe26.webp") no-repeat 5px center #a51526; }
    #groupTwo .sectionTitleAll h2::before, #groupTabOne .sectionTitleAll h2::before, #groupTabTwo .sectionTitleAll h2::before, #groupTabThree .sectionTitleAll h2::before, #groupTabFour .sectionTitleAll h2::before {
      content: '';
      position: absolute;
      left: 100%;
      top: 0;
      border-left: 21px solid #a51526;
      border-top: 21px solid transparent;
      border-bottom: 21px solid transparent; }
    #groupTwo .sectionTitleAll h2::after, #groupTabOne .sectionTitleAll h2::after, #groupTabTwo .sectionTitleAll h2::after, #groupTabThree .sectionTitleAll h2::after, #groupTabFour .sectionTitleAll h2::after {
      content: unset; }
    @media (max-width: 768px) {
      #groupTwo .sectionTitleAll h2, #groupTabOne .sectionTitleAll h2, #groupTabTwo .sectionTitleAll h2, #groupTabThree .sectionTitleAll h2, #groupTabFour .sectionTitleAll h2 {
        padding-left: 18px;
        padding-right: 4px;
        font-size: 14px; }
        #groupTwo .sectionTitleAll h2::before, #groupTabOne .sectionTitleAll h2::before, #groupTabTwo .sectionTitleAll h2::before, #groupTabThree .sectionTitleAll h2::before, #groupTabFour .sectionTitleAll h2::before {
          border-top: 19px solid transparent; } }
  @media screen and (min-width: 1024px) {
    #groupTwo .sectionTitleAll .haveTab, #groupTabOne .sectionTitleAll .haveTab, #groupTabTwo .sectionTitleAll .haveTab, #groupTabThree .sectionTitleAll .haveTab, #groupTabFour .sectionTitleAll .haveTab {
      margin-right: 0;
      margin-left: 30px;
      flex: 1;
      overflow: auto;
      padding: 0 0 4px;
      /* width */
      /* Track */
      /* Handle */ }
      #groupTwo .sectionTitleAll .haveTab ul li, #groupTabOne .sectionTitleAll .haveTab ul li, #groupTabTwo .sectionTitleAll .haveTab ul li, #groupTabThree .sectionTitleAll .haveTab ul li, #groupTabFour .sectionTitleAll .haveTab ul li {
        padding: 0; }
        #groupTwo .sectionTitleAll .haveTab ul li:first-child a, #groupTabOne .sectionTitleAll .haveTab ul li:first-child a, #groupTabTwo .sectionTitleAll .haveTab ul li:first-child a, #groupTabThree .sectionTitleAll .haveTab ul li:first-child a, #groupTabFour .sectionTitleAll .haveTab ul li:first-child a {
          border-left: none; }
        #groupTwo .sectionTitleAll .haveTab ul li a, #groupTabOne .sectionTitleAll .haveTab ul li a, #groupTabTwo .sectionTitleAll .haveTab ul li a, #groupTabThree .sectionTitleAll .haveTab ul li a, #groupTabFour .sectionTitleAll .haveTab ul li a {
          padding: 0 15px;
          border-left: 1px solid #a51526; }
      #groupTwo .sectionTitleAll .haveTab::-webkit-scrollbar, #groupTabOne .sectionTitleAll .haveTab::-webkit-scrollbar, #groupTabTwo .sectionTitleAll .haveTab::-webkit-scrollbar, #groupTabThree .sectionTitleAll .haveTab::-webkit-scrollbar, #groupTabFour .sectionTitleAll .haveTab::-webkit-scrollbar {
        width: 4px;
        height: 4px; }
      #groupTwo .sectionTitleAll .haveTab::-webkit-scrollbar-track, #groupTabOne .sectionTitleAll .haveTab::-webkit-scrollbar-track, #groupTabTwo .sectionTitleAll .haveTab::-webkit-scrollbar-track, #groupTabThree .sectionTitleAll .haveTab::-webkit-scrollbar-track, #groupTabFour .sectionTitleAll .haveTab::-webkit-scrollbar-track {
        background: #c1c1c1; }
      #groupTwo .sectionTitleAll .haveTab::-webkit-scrollbar-thumb, #groupTabOne .sectionTitleAll .haveTab::-webkit-scrollbar-thumb, #groupTabTwo .sectionTitleAll .haveTab::-webkit-scrollbar-thumb, #groupTabThree .sectionTitleAll .haveTab::-webkit-scrollbar-thumb, #groupTabFour .sectionTitleAll .haveTab::-webkit-scrollbar-thumb {
        background: #cb1212; } }

/**/
.icon_fixed_right {
  position: fixed;
  z-index: 99;
  bottom: 170px;
  right: 15px; }

.icon_fixed_right ul li {
  margin-bottom: 10px; }

#productPage .productWrap .productWrapAll .productWrapRight .productWrapDetail .productDes ul {
  list-style: revert;
  padding-left: 15px; }

#productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar .banner_sidebar a {
  text-align: center;
  position: relative;
  height: auto;
  overflow: hidden;
  padding-top: 86%;
  background-position: 50% 50%;
  background-size: cover;
  display: block; }
  #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar .banner_sidebar a img {
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: contain; }

.articleDescription blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "“" "”" "‘" "’"; }

.articleDescription blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em; }

.articleDescription blockquote p {
  display: inline; }

.description-content.expandable-toggle.opened .description-productdetail {
  max-height: 230px;
  overflow: hidden; }

.collections-description .description-content .description-btn {
  position: relative; }

.collections-description .description-content .description-btn:before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4) 15%, #fff); }

.collections-description .expandable-content_toggle {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #a51526;
  padding: 7px 15px;
  color: #a51526;
  position: relative;
  margin: 0 auto;
  border-radius: 4px;
  text-align: center;
  font-weight: 500;
  background: #fff;
  z-index: 99;
  outline: none; }

.collections-description .description-content .expandable-content_toggle {
  outline: none; }

.collections-description .expandable-content_toggle-icon {
  position: relative;
  margin-right: 15px;
  width: 10px;
  height: 10px;
  -webkit-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out; }

.collections-description .expandable-content_toggle-icon:before, .collections-description .expandable-content_toggle-icon:after {
  content: "";
  position: absolute;
  background: #a51526;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  top: 50%;
  left: 50%; }

.collections-description .expandable-content_toggle-icon:before {
  width: 2px;
  height: 10px; }

.collections-description .expandable-content_toggle-icon:after {
  width: 10px;
  height: 2px; }

.collections-description .description-content:not(.opened) .expandable-content_toggle {
  margin-top: 30px;
  border: 0; }

.description-content.expandable-toggle.opened .description-productdetail {
  height: fit-content !important; }

.section_collection_mobile .collection-desc {
  padding: 10px; }

.collections-description .btn-closemore .expandable-content_toggle-icon:before {
  display: none; }

.description-content ul {
  list-style: initial;
  padding-left: 20px; }

.description-content ol {
  list-style-type: decimal;
  padding-left: 20px; }

.description-content ul ul {
  list-style-type: circle; }

.description-content ul ul ul {
  list-style-type: square; }

.content_style_list ul {
  list-style: initial;
  padding-left: 25px; }

.content_style_list ol {
  list-style: decimal;
  padding-left: 25px; }

.content_style_list ul, .content_style_list ol {
  margin-bottom: 10px; }
  .content_style_list ul li:last-child, .content_style_list ol li:last-child {
    margin-bottom: 0; }
  .content_style_list ul ul, .content_style_list ol ul {
    list-style: circle; }

.content_style_list li, .content_style_list p {
  margin-bottom: 10px;
  color: #000; }

.content_style_list table {
  width: 100% !important;
  margin-bottom: 10px; }

.content_style_list h1, .content_style_list h2, .content_style_list h3, .content_style_list h4, .content_style_list h5, .content_style_list h6 {
  color: #000;
  margin-bottom: 10px;
  font-weight: bold; }

.content_style_list h1 {
  font-size: 26px; }

.content_style_list h2 {
  font-size: 22px; }

.content_style_list h3 {
  font-size: 20px; }

.content_style_list h4 {
  font-size: 18px; }

.content_style_list a[href] {
  color: #007bff; }

.productDes p {
  margin: 0; }

#productPage .productWrap .productWrapAll .productWrapLeft {
  width: 65%;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 992px) {
    #productPage .productWrap .productWrapAll .productWrapLeft {
      display: block;
      width: 100%; } }
  #productPage .productWrap .productWrapAll .productWrapLeft .productTabsContent {
    width: 100%; }
  #productPage .productWrap .productWrapAll .productWrapLeft .wrap--image {
    width: 50%; }
    @media (max-width: 992px) {
      #productPage .productWrap .productWrapAll .productWrapLeft .wrap--image {
        width: 100%; } }
  #productPage .productWrap .productWrapAll .productWrapLeft .wrap--detail {
    width: 50%;
    padding-left: 15px; }
    @media (max-width: 992px) {
      #productPage .productWrap .productWrapAll .productWrapLeft .wrap--detail {
        width: 100%;
        padding-left: 0;
        margin-top: 20px; } }

#productPage .productWrap .productWrapAll .productWrapRight {
  width: 30%; }
  #productPage .productWrap .productWrapAll .productWrapRight .productWrapSidebar {
    width: 100%; }

#productPage .productWrap .productWrapAll .productWrapDetail .productDes ul {
  list-style: revert;
  padding-left: 15px; }

#productPage .productWrap .productWrapAll .productWrapDetail {
  width: 100%; }
  @media (max-width: 1024px) {
    #productPage .productWrap .productWrapAll .productWrapDetail {
      width: 100%; } }
  #productPage .productWrap .productWrapAll .productWrapDetail .productCollection {
    margin-bottom: 15px; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productTitle {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productPrice {
    border-top: 1px dotted #dee2e6;
    border-bottom: 1px dotted #dee2e6;
    padding: 1rem 0 !important;
    font-size: 13px; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productPrice .productPriceBox .productPriceMain {
      font-size: 18px;
      opacity: .92;
      font-weight: bold;
      color: #e90c32; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productPrice .productPriceBox .productPriceCompare {
      margin-left: 0;
      font-size: 14px;
      color: #777a7b;
      padding-left: 10px;
      font-weight: 500; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productPrice .productPriceBox .productDiscount {
      margin-left: 10px;
      display: inline-block;
      padding: 5px 15px;
      margin-right: 10px;
      background: transparent;
      font-weight: 600;
      font-size: 13px;
      color: #f94c43;
      text-transform: uppercase; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productDes {
    margin-top: 20px;
    color: #555; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productDes td {
      font-size: 12px; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productDes h1, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h2, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h3, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h4, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h5, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h6 {
      font-size: 16px;
      text-transform: uppercase;
      color: #4a4a4a; }
      #productPage .productWrap .productWrapAll .productWrapDetail .productDes h1 a, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h2 a, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h3 a, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h4 a, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h5 a, #productPage .productWrap .productWrapAll .productWrapDetail .productDes h6 a {
        color: #4a4a4a; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productSku {
    font-weight: 500; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productInfoMain {
    margin-bottom: 10px; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productInfoMain span {
      font-weight: 400;
      margin-right: 5px; }
  #productPage .productWrap .productWrapAll .productWrapDetail #productSelect, #productPage .productWrap .productWrapAll .productWrapDetail .selector-wrapper {
    display: none; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd {
    display: flex;
    align-items: center; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd .itemQuantity .qtyBtn {
      width: 35px !important;
      height: 35px !important; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd .itemQuantity input {
      width: 70px !important;
      height: 35px !important; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd a.sizeGuide {
      display: none;
      font-weight: 500;
      cursor: pointer;
      text-decoration: underline; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd a.setWishlist {
      margin-left: 25px; }
      #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd a.setWishlist i {
        color: red;
        font-size: 20px; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd a.setCompare {
      margin-left: 25px; }
      #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .groupAdd a.setCompare i {
        color: #a51526;
        font-size: 20px; }
  #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .productAction {
    margin-top: 15px;
    display: flex;
    margin-left: -5px;
    margin-right: -5px; }
    #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .productAction button {
      height: 35px;
      color: #ffffff;
      border: none;
      background: #4a4a4a;
      min-width: 150px;
      font-weight: 500;
      margin-right: 5px;
      text-transform: uppercase;
      width: 100%;
      margin-left: 5px;
      white-space: nowrap;
      text-align: center; }
      #productPage .productWrap .productWrapAll .productWrapDetail .productActionMain .productAction button#buyNow {
        background: #a51526;
        color: #ffffff; }

.banner_sidebar a {
  display: block; }
  .banner_sidebar a + a {
    margin-top: 10px; }
