* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

form fieldset {
  border: 0px none;
}

a > img {
  display: block;
}

p {
  margin-bottom: 18px;
}

.fa {
  font-size: 14px;
}

.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  display: block;
}

.main-content {
  margin-bottom: 50px;
}

.internal-page h1 {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.internal-page h1 span {
  background: white;
  z-index: 2;
  position: relative;
  padding-right: 10px;
}

.internal-page h1::after {
  position: absolute;
  content: "";
  border-top: 2px solid #771111;
  top: 9px;
  left: 0px;
  right: 0px;
}

.internal-page h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  position: relative;
}

.heading-title {
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.two-column-page {
  display: flex;
  flex-wrap: wrap;
}

.two-column-page > div:first-child {
  flex-basis: 250px;
}

.two-column-page .column-left {
  width: auto;
}

.two-column-page > div:last-child {
  flex: 1;
}

@media screen and (max-width: 769px) {
  .two-column-page > div:first-child {
    order: 2;
  }

  .two-column-page > div:last-child {
    order: 1;
    flex-basis: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #771111;
  }
}

/**
 * HEADER
 */
header.main-header {
  background: #661818;
  padding-bottom: 20px;
}

header.main-header .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

header.main-header .logo {
  margin-right: 20px;
  margin-bottom: 20px;
}

header.main-header .search-wrapper {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 570px;
  max-width: 100%;
}

header.main-header .info {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  margin-top: 12px;
  margin-left: 235px;
  text-align: center;
}

header.main-header .info a {
  color: #fff;
  text-decoration: none;
}

header.main-header .info > div {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 12px;
}

header.main-header .main-search {
  position: relative;
}

header.main-header .main-search input {
  width: 570px;
  max-width: 100%;
  height: 59px;
  background: #fff;
  border: 0px none;
  border-radius: 5px;
  padding-left: 10px;
  padding-right: 60px;
  font-size: 16px;
}

header.main-header .main-search button {
  position: absolute;
  top: 0px;
  right: -7px;
  border: 0px none;
  background: transparent;
}

header.main-header .user-info {
  background: url(../image/icon-user.png) no-repeat;
  padding-left: 40px;
  margin-bottom: 20px;
  color: #fff;
  margin-right: 20px;
}

header.main-header .user-info p {
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 14px;
}

header.main-header .user-info a {
  color: #fff;
  text-decoration: underline;
}

header.main-header .wrapper-basket {
  margin-bottom: 20px;
  position: relative;
  padding-right: 36px;
}

header.main-header .basket-size {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #de2828;
  color: #fff;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
}

@media screen and (max-width: 1090px) {
  header.main-header .container {
    justify-content: center;
  }

  header.main-header .info {
    margin-left: 0px;
  }

  header.main-header .logo {
  }
}

/**
 * Category list ( Header )
 */
.category-list-wrapper {
  height: 68px;
  background: #a52323;
}

.category-list-wrapper > .container {
  display: flex;
}

.category-list-wrapper > .container > ul {
  flex: 1;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
}

.category-list-wrapper .container > ul > li {
  color: #fff;
  height: 58px;
  margin-top: 5px;
  display: flex;
  align-items: center;
  padding: 0 25px;
}

.category-list-wrapper > .container > ul > li:hover {
  background: #771111;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.category-list-wrapper > .container > ul > li:hover .category-modal {
  display: block;
  top: 63px;
}

.category-list-wrapper > .container > ul > li > a {
  color: #fff;
  text-decoration: none;
}

.category-list-wrapper > .container {
  position: relative;
}

.category-list-wrapper .all-categories {
  background: #771111;
  height: 50px;
  border-radius: 10px;
  margin-top: 9px;
  margin-left: 100px;
}

.category-list-wrapper .all-categories span {
  display: block;
  line-height: 50px;
  background: url(../image/icon-menu.png) no-repeat left center;
  padding-left: 35px;
  margin-left: 30px;
  margin-right: 30px;
  color: #fff;
}

.category-list-wrapper .all-categories:hover,
.category-list-wrapper .all-categories.active {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.category-list-wrapper .all-categories:hover .category-modal {
  display: block;
}

.category-modal {
  position: absolute;
  z-index: 999;
  top: 58px;
  left: 0px;
  right: 0px;
  background: #771111;
  padding: 40px;
  display: none;
  border-bottom-right-radius: 16px;
}

.category-modal:hover {
  display: block;
}

.category-modal ul {
  list-style-type: none;
}

.category-modal a {
  display: inline-block;
  padding: 2px 0px;
}

.category-modal > ul {
  column-count: 5;
  column-gap: 0;
}

.category-modal > ul > li {
  margin-bottom: 20px;
}

.category-modal > ul > li > a {
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
}

.category-modal ul.category2 > li > a {
  text-decoration: none;
  color: #fff;
}

.category-modal ul.category3 {
  list-style-type: disc;
  list-style-position: inside;
  margin-left: 20px;
}

.category-modal ul.category3 > li {
  color: #fff;
}

.category-modal ul.category3 > li > a {
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1090px) {
  .category-list-wrapper > .container {
    justify-content: flex-end;
  }

  .category-list-wrapper > .container > ul {
    display: none;
  }

  .category-list-wrapper .all-categories {
    margin-left: 0px;
  }

  .category-modal > ul {
    max-height: initial;
  }
}

@media screen and (max-width: 769px) {
  .category-modal > ul {
    column-count: 4;
  }
}

@media screen and (max-width: 600px) {
  .category-modal > ul {
    column-count: 3;
  }
}

@media screen and (max-width: 480px) {
  .category-modal > ul {
    column-count: 2;
  }
}

@media screen and (max-width: 375px) {
  .category-modal > ul {
    column-count: 1;
  }
}

/**
 * Category list ( Aside )
 */
.category-aside {
  border: 1px solid #a52323;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}

.category-aside::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 8px;
  border-color: transparent transparent transparent #a10011;
}

.category-aside::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 0;
  border-color: transparent #a10011 transparent transparent;
}

.category-aside h3 {
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-left: 8px;
  margin-top: 20px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 10px;
  margin-right: 8px;
  padding-left: 10px;
}

.category-aside ul {
  list-style-type: none;
}

.category-aside .category-wrapper {
  border-bottom: 1px solid #ebebeb;
  line-height: 35px;
  display: block;
  margin-left: 8px;
  margin-right: 8px;
  padding-left: 20px;
  display: flex;
}

.category-aside ul li a {
  text-decoration: none;
}

.category-aside ul li .toggle-category {
  background: url(../image/arrow-down.png) no-repeat center center;
  width: 32px;
  height: 32px;
  margin-left: auto;
  align-self: center;
  margin-right: 10px;
  cursor: pointer;
}

.category-aside ul li .toggle-category.active {
  background: url(../image/arrow-up.png) no-repeat center center;
}

.category-aside ul li.active > .category-wrapper > .toggle-category.active {
  background: url(../image/arrow-up-active.png) no-repeat center center;
}

.category-aside ul li.active > .category-wrapper > a {
  color: #bf2c2c;
}

.category-aside > ul > li a {
  color: #000;
  font-weight: 600;
}

.category-aside li > ul.subcategory {
  display: none;
}

.category-aside li.active > ul.subcategory {
  display: block;
}

.category-aside .subcategory_lv2 > li a {
  color: #494949;
  padding-left: 40px;
}

.category-aside .subcategory_lv3 > li a {
  color: #494949;
  padding-left: 60px;
}

/**
 * Breadcrumb
 */
.breadcrumb {
  height: 70px;
  border-bottom: 1px solid #ddbfc4;
  margin-bottom: 30px;
  padding-top: 25px;
}

.breadcrumb ul {
  list-style-type: none;
}

.breadcrumb ul li {
  display: inline-block;
  position: relative;
  margin-right: 14px;
}

.breadcrumb ul li::after {
  content: ">";
}

.breadcrumb ul li:last-child::after {
  content: "";
}

.breadcrumb ul li:last-child a {
  color: #8c1c1c;
}

.breadcrumb ul li a {
  font-weight: 300;
  color: #000;
  text-decoration: none;
  margin-right: 14px;
}

/**
 * Content
 */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.column-left {
  width: 270px;
  margin-right: 28px;
}

.main-content,
.main-content-wrapper {
  flex: 1;
}

@media screen and (max-width: 769px) {
  .column-left {
    order: 2;
  }

  .main-content-wrapper {
    flex-basis: 100%;
    order: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid #771111;
    padding-bottom: 20px;
  }
}

.main-content h2.title {
  font-size: 18px;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.main-content .subtitle {
  font-size: 13px;
  color: #a5a5a5;
  line-height: 18px;
  margin-bottom: 10px;
}

/**
 * Button
 */
.btn {
  cursor: pointer;
}

.btn-flat {
  background: #c6c6c6;
  border: 0px none;
  border-radius: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-flat i {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.btn-icon {
  position: relative;
  background: #bf2c2c;
  border: 0px none;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.btn-icon i {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.btn-icon::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.btn-icon::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

.btn-buy {
  background: #bf2c2c;
  border: 0px none;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  width: auto;
  height: 60px;
  line-height: 60px;
  padding: 0px 70px;
  position: relative;
  text-transform: uppercase;
  color: white;
  font-size: 16px;
  cursor: pointer;
}

.btn-buy::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.btn-buy::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

.btn-primary {
  background: #de2828;
  border: 0px none;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0px 70px;
  position: relative;
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.btn-primary::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.btn-primary::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

.btn-primary.btn-small {
  height: 32px;
  line-height: 32px;
  padding: 0px 20px;
}

.btn-checkout {
  background: #008022;
  border: 0px none;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  width: auto;
  height: 50px;
  line-height: 50px;
  padding: 0px 70px;
  position: relative;
  color: white;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.btn-checkout::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #154b2a;
}

.btn-checkout::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #154b2a transparent transparent;
}

/**
 * Product sort / limit bar
 */
.product-sort-wrapper {
  background: #f5f5f5;
  display: flex;
  justify-content: space-around;
  min-height: 65px;
  align-items: center;
  margin-bottom: 20px;
}

.product-sort-wrapper > div {
  margin: 0px 20px;
}

.product-sort-wrapper label {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  margin-right: 5px;
}

/**
 * Product list
 */
.products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.products .product-card {
  position: relative;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 10px;
  margin: 0px 1% 20px;
  flex-basis: 31%;
  max-width: 320px;
}

.products .product-card:hover {
  border-color: #a52323;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.products .product-card:hover::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 8px;
  border-color: transparent transparent transparent #a10011;
}

.products .product-card:hover::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 0;
  border-color: transparent #a10011 transparent transparent;
}

.product-card .btn-buy-product {
  position: absolute;
  right: 10px;
  bottom: 20px;
  background: url(../image/btn-add-cart.png) transparent no-repeat;
  border: 0px none;
  width: 45px;
  height: 45px;
  cursor: pointer;
}

.product-card figure {
  text-align: center;
}

.product-card figure img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-card .product-caption h4 {
  margin-bottom: 12px;
}

.product-card .product-caption h4 a {
  font-weight: 600;
  color: #000;
  text-decoration: none;
}

.product-card .product-caption .price {
  font-size: 25px;
  line-height: 25px;
  color: #000;
}

.product-card .product-caption .price .price-old {
  font-size: 14px;
  color: #666;
}

.product-card .product-caption .price-warning {
  font-size: 12px;
  color: #666;
}

.product-card .product-caption .price-warning span {
  color: #3da856;
  font-weight: bold;
}

/** 50% with sidebar **/
@media screen and (max-width: 968px) {
  .products .product-card {
    flex-basis: 49%;
    margin: 0px 1% 20px;
  }
}

/** back to 33% without sidebar **/
@media screen and (max-width: 769px) {
  .products .product-card {
    flex-basis: 31%;
    margin: 0px 1% 20px;
  }
}

/** 50% without sidebar **/
@media screen and (max-width: 700px) {
  .products .product-card {
    flex-basis: 49%;
    margin: 0px 1% 20px;
  }
}

@media screen and (max-width: 481px) {
  .products {
    justify-content: center;
  }

  .products .product-card {
    flex-basis: 100%;
    margin: 0px 0% 20px;
  }
}

/**
 * Product page
 */
.product-page {
  margin-bottom: 30px;
}

.product-page h2.title {
  font-size: 18px;
  color: #000;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 15px;
}

.product-page .subtitle {
  font-size: 13px;
  color: #a5a5a5;
  line-height: 18px;
  margin-bottom: 10px;
}

.product-page .product-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.product-page .product-wrapper .product-images {
  margin-right: 20px;
  flex: 1;
  border: 1px solid #a52323;
  border-radius: 8px;
  margin-bottom: 20px;
}

.product-page .product-wrapper .product-price {
  flex: 1;
  border: 1px solid #a52323;
  border-radius: 8px;
  margin-bottom: 20px;
}

.product-images {
  text-align: center;
}

.product-images figure {
  max-height: 350px;
  overflow: hidden;
  padding: 4px;
}

.product-images figure img {
  max-height: 350px;
  width: auto;
  max-width: 100%;
}

ul.thumbnails {
  list-style-type: none;
  border: 1px solid #a97d7d;
  margin: 20px;
  text-align: center;
  height: 70px;
  display: inline-block;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
}

ul.thumbnails li {
  width: 70px;
  height: 70px;
  padding: 5px 7px;
  display: inline-block;
  margin: -1px -1px 0px -1px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}

ul.thumbnails li.active::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

ul.thumbnails li.active::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

ul.thumbnails li img {
  max-width: 100%;
}

ul.thumbnails li.active {
  border-color: #bf2c2c;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: default;
}

.product-price {
  padding: 30px;
  padding-bottom: 20px;
}

.product-price .price {
  color: #bf2c2c;
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
  font-weight: 700;
}

.product-price .price-wrapper {
  border-bottom: 1px solid #a52323;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.product-price .buy-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.product-price .buy-wrapper > * {
  margin: 0 8px 10px;
}

.qty-product {
  border: 1px solid #661818;
  border-radius: 30px;
  padding: 0px 30px;
  width: 100px;
  height: 50px;
  position: relative;
}

.qty-product input {
  border: 0px none;
  background: transparent;
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: black;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.qty-product .qty-btn {
  position: absolute;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  top: 0px;
  height: 50px;
  line-height: 50px;
  width: 30px;
  text-align: center;
  cursor: pointer;
}

.qty-product .qty-decrease {
  left: 0px;
}

.qty-product .qty-increase {
  right: 0px;
}

.product-description {
  margin-bottom: 50px;
}

.product-description .nav-header {
  background: #f4f4f4;
  border-top: 1px solid #d1bdbd;
  border-bottom: 1px solid #d1bdbd;
  height: 70px;
  margin-bottom: 40px;
}

.product-description .nav-header .nav {
  list-style-type: none;
  margin-top: -1px;
}

.product-description .nav-header .nav li {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
  font-size: 12px;
  display: inline-block;
  height: 70px;
  line-height: 70px;
  margin-right: 40px;
  padding: 0px 15px;
  border: 1px solid transparent;
  position: relative;
  cursor: pointer;
}

.product-description .nav-header .nav li.active {
  border-color: #c54444;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: default;
}

.product-description .nav-header .nav li.active::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.product-description .nav-header .nav li.active::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

@media screen and (max-width: 767px) {
  .product-page .product-wrapper .product-images {
    flex-basis: 100%;
    margin-right: 0px;
  }
}

/**
 * Tabs
 */
.tab-content .tab-pane {
  display: none;
}

.tab-content .tab-pane.active {
  display: block;
}

/**
 * Login
 */
.account-login {
  display: flex;
  margin-top: 20px;
}

.account-login > div {
  flex: 1;
}

.box-login {
  position: relative;
  border: 1px solid #df2828;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 30px;
}

.box-login::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 0 8px;
  border-color: transparent transparent transparent #a51714;
}

.box-login::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 0;
  border-color: transparent #a51714 transparent transparent;
}

.box-login h2 {
  border-bottom: 1px solid #df2828;
  height: 85px;
  line-height: 85px;
  display: block;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}

.box-login input[type="email"],
.box-login input[type="password"] {
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  padding: 0 10px;
  border: 0px none;
  border-bottom: 1px solid #df2828;
  display: block;
  width: 100%;
}

.box-login input[type="submit"] {
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  padding: 0 10px;
  text-align: center;
  background: #df2828;
  width: 100%;
  border: 0px none;
  color: #fff;
  border-bottom-right-radius: 8px;
  cursor: pointer;
}

.returning-customer-wrapper {
  padding: 50px 70px;
  border: 1px solid #f69697;
  border-left: 0px none;
  position: relative;
}

.returning-customer-wrapper::after {
  position: absolute;
  content: "ou";
  right: -24px;
  top: 170px;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 50%;
  border: 1px solid #f69697;
  background: #fff;
  z-index: 2;
  color: #bf6e69;
}

.returning-customer-wrapper a {
  display: block;
  color: #bf6e69;
  text-align: center;
  text-decoration: none;
}

.new-customer-wrapper {
  border: 1px solid #f69697;
  border-left: 0px none;
  border-right: 0px none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 70px;
}

.new-customer-wrapper h2 {
  display: block;
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}

.new-customer-wrapper p {
  margin-bottom: 40px;
  text-align: center;
}

.new-customer-wrapper a {
  background: #df2828;
  border: 0px none;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  text-align: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto 40px;
  height: 60px;
  line-height: 60px;
  position: relative;
  color: white;
  font-size: 16px;
  display: block;
  text-decoration: none;
}

.new-customer-wrapper a::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.new-customer-wrapper a::before {
  position: absolute;
  content: "";
  bottom: 0px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

@media screen and (max-width: 769px) {
  .account-login {
    flex-wrap: wrap;
  }

  .account-login > div {
    flex-basis: 100%;
  }

  .returning-customer-wrapper {
    border-right: 0px none;
    border-bottom: 0px none;
  }

  .new-customer-wrapper,
  .returning-customer-wrapper {
    padding: 50px 16px;
  }

  .new-customer-wrapper a {
    margin-bottom: 0px;
  }

  .returning-customer-wrapper::after {
    right: 50%;
    top: initial;
    bottom: -24px;
    margin-right: -24px;
  }
}

/**
 * Register
 */
.account-register {
}

.account-register h1 {
  display: block;
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 10px;
}

.account-register p {
  margin-bottom: 20px;
}

.account-register fieldset {
  border: 0px none;
  margin-bottom: 20px;
}

.account-register legend {
  display: block;
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #000;
}

.form-group-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.form-group-wrapper .form-group:first-child {
  margin-right: 50px;
}

@media screen and (max-width: 1024px) {
  .form-group-wrapper .form-group:first-child {
    margin-right: 16px;
  }
}

.form-group {
  margin-bottom: 20px;
  width: 350px;
  max-width: 100%;
}

@media screen and (max-width: 420px) {
  .form-group {
    width: 100%;
    margin-right: 0px !important;
  }
}

.form-group label {
  display: block;
  color: #000;
  margin-bottom: 4px;
  font-weight: 600;
}

.form-group label.radio-inline {
  display: inline;
  margin-left: 5px;
}

.form-group label.label-inline {
  display: inline;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"],
.form-group input[type="tel"],
.form-group select {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #fff;
  padding: 0 10px;
}

.form-group textarea {
  width: 100%;
  height: 80px;
  resize: none;
  font-size: 14px;
  line-height: 14px;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.form-group .text-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 5px;
}

/**
 * Table
 */
.table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0px;
  margin-bottom: 20px;
}

.table thead {
  background: #eeeeee;
}

.table tr.no-border td {
  border: 0px none !important;
}

.table thead tr td {
  height: 32px;
  line-height: 32px;
  color: #000;
  padding: 0 8px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.table tbody tr td:first-child,
.table thead tr td:first-child {
  border-left: 1px solid #e5e5e5;
}

.table tbody tr td:last-child,
.table thead tr td:last-child {
  border-right: 1px solid #e5e5e5;
}

.table tbody a:not(.btn) {
  color: #a41515;
  text-decoration: none;
}

.table tbody tr,
.table tfoot tr {
  padding: 8px;
}

.table tbody tr td,
.table tfoot tr td {
  padding: 8px;
}

.table tbody tr td {
  border-bottom: 1px solid #e5e5e5;
}

.table-action tbody tr td:last-child {
  text-align: right;
}

.table-action tbody tr td:last-child .btn {
  margin-right: 10px;
}

@media screen and (max-width: 969px) {
  .table thead tr td.hide-lg,
  .table tbody tr td.hide-lg,
  .table tfoot tr td.hide-lg {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .table thead tr td.hide-md,
  .table tbody tr td.hide-md,
  .table tfoot tr td.hide-md {
    display: none;
  }
}

@media screen and (max-width: 481px) {
  .table thead tr td.hide-xs,
  .table tbody tr td.hide-xs,
  .table tfoot tr td.hide-xs {
    display: none;
  }
}

@media screen and (max-width: 376px) {
  .table thead tr td.hide-xxs,
  .table tbody tr td.hide-xxs,
  .table tfoot tr td.hide-xxs {
    display: none;
  }
}

/**
 * Cart
 */
.table-cart {
  border-bottom: 0px none;
}

.total-wrapper {
}

.cart-buttons {
  overflow: hidden;
  padding-right: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.cart-buttons > a {
  margin-bottom: 10px;
}

.cart-buttons .btn-shopping {
  text-decoration: none;
  color: #a41515;
  text-decoration: none;
}

.qty-cart {
  position: relative;
  width: 45px;
}

.qty-cart input {
  border: 0px none;
  background: transparent;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: black;
  font-size: 16px;
  font-weight: normal;
  text-align: right;
}

.qty-cart .qty-btn {
  position: absolute;
  content: "";
  cursor: pointer;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
}

.qty-cart .qty-increase {
  top: 0px;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #bbb;
}

.qty-cart .qty-decrease {
  top: 20px;
  border-width: 10px 5px 0 5px;
  border-color: #bbb transparent transparent;
}

.td-quantity .qty-wrapper {
  display: inline-block;
  margin-right: 10px;
}

.td-quantity button {
  display: inline-block;
}

/**
 * Alert
 */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/**
 * Checkout
 */
#checkout-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#checkout-wrapper > div {
  flex: 1;
  margin: 0 10px;
}

#shipping-address-wrapper,
#shipping-method-wrapper,
#payment-method-wrapper {
  margin-bottom: 20px;
}

.payment-confirm {
  text-align: right;
  padding-right: 20px;
}

.checkout-breadcrumb {
  text-align: center;
  padding-top: 20px;
  margin-bottom: 20px;
}

.checkout-breadcrumb ul {
  list-style-type: none;
  text-align: center;
}

.checkout-breadcrumb ul li {
  position: relative;
  display: inline-block;
  padding-top: 34px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  margin-left: 80px;
  margin-bottom: 20px;
}

.checkout-breadcrumb ul li:first-child {
  margin-left: 0px;
}

.checkout-breadcrumb ul li:first-child::after {
  display: none;
}

.checkout-breadcrumb ul li:before {
  position: absolute;
  top: 0;
  right: 50%;
  margin-right: -10px;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-size: 28px;
  color: #bfbfbf;
}

.checkout-breadcrumb ul li:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  left: -70px;
  width: 60px;
  top: 30px;
}

.checkout-breadcrumb ul li.active:before {
  color: #14833a;
}

@media screen and (max-width: 768px) {
  #checkout-wrapper > div {
    flex-basis: 100%;
  }
}

/**
 * Account
 */

.account-menu {
}

.account-menu .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
}

.account-menu a {
  display: inline-block;
  margin-top: 2px;
  margin-bottom: 7px;
  margin-right: 5px;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding-left: 20px;
  padding-right: 20px;
  height: 50px;
  line-height: 50px;
  border-bottom-right-radius: 8px;
}

.account-menu a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 54px;
  top: -2px;
  bottom: -2px;
  left: 0;
  z-index: 3;
  background: #a41515;
}

.account-menu a.active,
.account-menu a:hover {
  color: #fff;
  background: #771111;
}

.account-menu a.active::before,
.account-menu a:hover::before {
  position: absolute;
}

.account-menu a.active::after,
.account-menu a:hover::after {
  position: absolute;
  content: "";
  top: 0px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #f43434;
}

/**
 * Pagination
 */
.pagination-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pagination-wrapper > div {
  margin-bottom: 20px;
}

.pagination {
  list-style-type: none;
}

.pagination li {
  width: 24px;
  height: 24px;
  border: 1px solid #771111;
  background: white;
  display: inline-block;
  margin-right: 5px;
  text-align: center;
  vertical-align: top;
}

.pagination li.active span {
  font-weight: bold;
  font-size: 16px;
}

.pagination li a,
.pagination li span {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

/**
 * Order info
 */
.order-id-wrapper {
  text-align: center;
  padding-bottom: 25px;
}

.order-id-wrapper,
.order-status-wrapper,
.order-products-wrapper {
  border-bottom: 1px solid #771111;
  margin-bottom: 25px;
}

.box-order-id {
  border: 1px solid #de2828;
  display: inline-block;
  padding: 20px;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  text-align: center;
}

.box-order-id::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.box-order-id::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

.box-order-id p {
  margin-bottom: 0px;
  color: #de2828;
  font-size: 12px;
}

.box-order-id .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 10px;
  color: #000;
}

.box-order-id .order-id {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.order-status {
  list-style-type: none;
  text-align: left;
}

.order-status li {
  position: relative;
  display: inline-block;
  margin-left: 50px;
  max-width: 120px;
  vertical-align: top;
  text-align: center;
  margin-bottom: 20px;
}

.order-status li:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  left: -50px;
  width: 50px;
  top: 30px;
}

.order-status li:first-child {
  margin-left: 0px;
}

.order-status li:first-child::after {
  display: none;
}

.order-status li .icon {
  position: relative;
  width: 64px;
  height: 64px;
  border: 1px solid transparent;
  margin: 0 auto 20px;
}

.order-status li i {
  font-size: 36px;
  line-height: 64px;
  color: #bfbfbf;
}

.order-status li.active {
}

.order-status li.active .icon {
  border-color: #a41515;
  border-top-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.order-status li.active .icon::after {
  position: absolute;
  content: "";
  top: -1px;
  right: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 0 0 5px;
  border-color: transparent transparent transparent #8c1c1c;
}

.order-status li.active .icon::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 9px 0;
  border-color: transparent #8c1c1c transparent transparent;
}

.order-status li.active i {
  color: #a41515;
}

.order-status li.done i {
  color: #14833a;
}

.order-status li p {
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0px;
}

.order-status li.active p {
  font-size: 14px;
  font-weight: bold;
}

/**
 * Account page
 */
.last-order {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.last-order > div {
  margin-bottom: 20px;
}

@media screen and (max-width: 769px) {
  .last-order > div {
    margin: 0 16px 20px;
  }
}

.box-order-status {
  border: 1px solid #771111;
  border-radius: 8px;
  padding: 15px;
}

.box-order-status .title {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding: 0px 30px 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #771111;
}

.box-order-status table tr td:first-child {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  padding-right: 30px;
  padding-left: 10px;
}

.box-order-status table tr td:last-child {
  color: #000;
  font-size: 14px;
  padding-right: 10px;
}

.orders-wrapper {
  margin-bottom: 30px;
  text-align: center;
}

.orders-wrapper table,
.orders-wrapper h1 {
  text-align: left;
}

.addresses-wrapper table tr td {
  border-left: 0px none !important;
  border-right: 0px none !important;
  border-bottom: 1px solid #e5e5e5;
}

.addresses-wrapper table tr td:last-child {
  text-align: right;
}

.addresses-wrapper table tr td:last-child a {
  margin-left: 10px;
  margin-bottom: 10px;
}

/**
 * Addresses list page
 */
#account-address .new-address {
  text-align: right;
  margin-right: 30px;
  margin-bottom: 20px;
}

/**
 * HOME
 */
#common-home {
  margin-top: 20px;
}

.products-home .product-card {
  flex-basis: 23%;
  margin: 0px 1% 20px;
}

@media screen and (max-width: 769px) {
  .products-home .product-card {
    flex-basis: 31%;
    margin: 0px 1% 20px;
  }
}

@media screen and (max-width: 700px) {
  .products-home .product-card {
    flex-basis: 48%;
    margin: 0px 1% 20px;
  }
}

@media screen and (max-width: 481px) {
  .products-home .product-card {
    flex-basis: 100%;
    margin: 0px 0% 20px;
  }
}

/**
 * Footer
 */
.main-footer {
  background: #771111;
}

.main-footer .container {
  display: flex;
  justify-content: center;
  padding: 50px 0px 30px;
  color: white;
}

.main-footer .container > * {
  margin: 0px 16px 20px;
}

@media (min-width: 1024px) {
  .main-footer .container > * {
    margin: 0px 30px;
  }
}

@media screen and (max-width: 1023px) {
  .main-footer .container {
    flex-wrap: wrap;
  }
}

.main-footer .text-container {
  font-size: 16px;
  line-height: 22px;
}

.social-container {
  flex: 1 0 auto;
}

.social-container ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.social-container ul li {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 22px;
  padding-left: 30px;
  min-height: 24px;
}

.social-container ul li a {
  color: inherit;
  text-decoration: none;
}

.social-container ul li.icon-facebook {
  background: url(../image/icon-facebook.png) no-repeat left;
}

.social-container ul li.icon-instagram {
  background: url(../image/icon-instagram.png) no-repeat left;
}

.social-container ul li.icon-phone {
  background: url(../image/icon-phone.png) no-repeat left;
}

.social-container ul li.icon-email {
  background: url(../image/icon-email.png) no-repeat left;
}

.social-container ul li.icon-location {
  background: url(../image/icon-location.png) no-repeat left;
}
