* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #333333;
  transition: all .3s ease;
}
a:hover {
  color: #e53935;
  text-decoration: none;
}
a:focus {
  outline: none;
  outline-offset: 0;
  color: #e53935;
  text-decoration: none;
}

#scrollUp {
  background-image: url('../img/top.png?1624550543');
  bottom: 20px;
  right: 20px;
  width: 38px;
  height: 38px;
}

.container {
  width: 1460px;
  max-width: 96%;
}

.heading-box {
  margin-bottom: 1rem;
}
.heading-box .heading {
  margin: 0;
  text-align: center;
  color: #000;
  font-size: 2rem;
  font-weight: bold;
}
.heading-box .more-box {
  text-align: right;
}
.heading-box .more-box a {
  color: #e53935;
}

.owl-carousel.arrow-center {
  position: relative;
}
.owl-carousel.arrow-center .owl-nav {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  width: 100%;
}
.owl-carousel.arrow-center .owl-nav .owl-prev {
  position: absolute;
  left: -5px;
}
.owl-carousel.arrow-center .owl-nav .owl-next {
  position: absolute;
  right: -5px;
}
.owl-carousel.arrow-center .owl-nav {
  opacity: .3;
  transition: all .5s ease-in-out;
}
.owl-carousel:hover.arrow-center .owl-nav {
  opacity: 1;
}

.product-box {
  position: relative;
  display: block;
  background: #f9f9f9;
  border-radius: .5rem;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all .15s ease-in-out;
}
.product-box:focus, .product-box:hover {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  color: #333;
}
.product-box .corner {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 99;
}
.product-box .corner .new {
  display: block;
  width: 50px;
  height: 50px;
  background: #e53935;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: .875rem;
}
.product-box .pic-box {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-box .content {
  padding: .5rem;
  text-align: center;
}
.product-box .content .title {
  margin-bottom: .75rem;
}
.product-box .content .price > span {
  color: #e53935;
  font-size: 1.25rem;
  font-weight: bold;
}
.product-box.blog-box .content {
  text-align: left;
}
.product-box.image-box .pic-box {
  margin-bottom: .35rem;
}
.product-box.image-box .content {
  text-align: left;
}
.product-box.product-box-double .pic-box.pic-box-double > img {
  transition: all .3s ease-in-out;
}
.product-box.product-box-double .pic-box.pic-box-double > img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-box.product-box-double .pic-box.pic-box-double:hover > img:first-child {
  opacity: 0;
}
.product-box.product-box-double .pic-box.pic-box-double:hover > img:last-child {
  opacity: 1;
}
.product-box.product-box-double .content {
  padding: .5rem;
  text-align: left;
}
.product-box.product-box-double .content .title {
  margin-bottom: .25rem;
}
.product-box.product-box-double .content .price > span {
  color: #e53935;
  font-size: 1.25rem;
  font-weight: bold;
}
.product-box.product-box-double .content .price > del {
  color: #666666;
  font-size: .875rem;
}

.iframe-main {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe-main .iframe-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1199px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .container {
    width: 100%;
    max-width: 100%;
  }

  .heading-box .heading {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.header-bar {
  background: #000;
  padding: .5rem 0;
}
.header-bar a {
  color: #bbb;
}
.header-bar a:focus, .header-bar a:hover {
  color: #fff;
}

header {
  padding: 1rem 0;
}
header .left .logo-box {
  display: flex;
  align-items: center;
  width: 100%;
}
header .left .logo-box .logo img {
  width: auto;
  max-height: 50px;
}
header .left .search-box {
  display: flex;
  align-items: center;
  width: 100%;
  border-radius: 30px;
  border: 2px solid #eeeeee;
  margin: 0 auto;
}
header .left .search-box > input[type="search"] {
  width: calc(100% - 38px);
  border-radius: 30px 0 0 30px;
  border: none;
  outline: none;
}
header .left .search-box > input[type="search"]:focus {
  box-shadow: none;
}
header .left .search-box > button {
  width: 38px;
  height: 38px;
  background: transparent;
  border-radius: 100%;
  border: none;
}
header .left .search-box > button > [class*="fa"] {
  color: #eeeeee;
}
header .right ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 0;
}
header .right ul > li + li {
  margin-left: 2rem;
}
header .right ul > li > a {
  display: flex;
  align-items: center;
  font-size: .875rem;
}
header .right ul > li > a [class*="fa"] {
  margin-right: .5rem;
  color: #000;
  font-size: 1.5rem;
}
header .right ul > li > a:focus, header .right ul > li > a:hover {
  color: #e53935;
}
header .right ul > li > a:focus [class*="fa"], header .right ul > li > a:hover [class*="fa"] {
  color: #e53935;
}
header .navbar-toggler {
  display: none;
}

.navbar-box {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: white;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #ddd;
  padding: .5rem 0;
}
.navbar-box .navbar.nav-main {
  width: 100%;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  padding: 0;
}
.navbar-box .navbar.nav-main .logo-box img {
  width: auto;
  max-height: 40px;
}
.navbar-box .navbar.nav-main .search-box {
  display: none;
}
.navbar-box .navbar.nav-main .navbar-nav {
  display: flex;
  justify-content: space-between;
}
.navbar-box .navbar.nav-main .navbar-nav .nav-item {
  text-align: center;
}
.navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link {
  padding: 0 1.5rem;
  color: #111111;
  font-weight: bold;
  line-height: 3rem;
}
.navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link:focus, .navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link:hover {
  color: #e53935;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-menu {
  margin-top: -1px;
  padding: 25px 15px;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-menu .dropdown-item {
  display: inline-block;
  color: #333333;
  padding: .15rem 0;
  background: transparent;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-menu .dropdown-item:focus, .navbar-box .navbar.nav-main .navbar-nav .dropdown-menu .dropdown-item:hover {
  color: #e53935;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-large {
  position: static;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-large .dropdown-large-menu {
  width: 100%;
  padding: 25px 50px;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-large .dropdown-large-menu ul > li.list-header {
  margin-bottom: .5rem;
  color: #666;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-large .dropdown-large-menu ul > li > a {
  display: inline-block;
  color: #333333;
  padding: .15rem 0;
}
.navbar-box .navbar.nav-main .navbar-nav .dropdown-large .dropdown-large-menu ul > li > a:focus, .navbar-box .navbar.nav-main .navbar-nav .dropdown-large .dropdown-large-menu ul > li > a:hover {
  color: #e53935;
}

footer {
  position: relative;
  border-top: 3px solid #e53935;
  padding: 2rem 0;
}
footer .footer-inner {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    margin-bottom: 1rem;
  }
  header .left .logo-box .navbar-brand > img {
    max-height: 40px;
  }
  header .right {
    margin-top: 1rem;
  }
  header .navbar-toggler {
    display: block;
    margin-right: 1rem;
  }

  .navbar-box {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 9999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
  }
  .navbar-box .container {
    width: 100%;
  }
  .navbar-box .navbar.nav-main {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    height: 100%;
    width: 80%;
    text-align: left;
    overflow-y: auto;
    padding: 1rem;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: white;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .navbar-box .navbar.nav-main.active {
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 200px 0;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .navbar-box .navbar.nav-main .navbar-nav .nav-item {
    text-align: left;
  }
  .navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link {
    line-height: 2.5rem;
    padding: 0;
    color: #111111;
  }
  .navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link:focus, .navbar-box .navbar.nav-main .navbar-nav .nav-item .nav-link:hover {
    color: #333333;
  }
  .navbar-box .navbar.nav-main .navbar-nav .nav-item .dropdown-menu {
    padding: 0 !important;
    border: none;
  }
}
@media (max-width: 767px) {
  header {
    padding: .35rem 0 .75rem;
  }
  header .right ul {
    justify-content: start;
  }
}
@media (max-width: 575px) {
  header .left .search-box {
    display: none;
  }
  header .right ul > li + li {
    margin-left: 1.5rem;
  }
  header .right ul > li > a {
    font-size: .75rem;
  }
  header .right ul > li > a [class*="fa"] {
    font-size: 1rem;
  }

  .navbar-box .navbar.nav-main .search-box {
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 30px;
    border: 2px solid #eeeeee;
    margin-bottom: 1rem;
  }
  .navbar-box .navbar.nav-main .search-box > input[type="search"] {
    width: calc(100% - 38px);
    border-radius: 30px 0 0 30px;
    border: none;
    outline: none;
  }
  .navbar-box .navbar.nav-main .search-box > input[type="search"]:focus {
    box-shadow: none;
  }
  .navbar-box .navbar.nav-main .search-box > button {
    width: 38px;
    height: 38px;
    background: transparent;
    border-radius: 100%;
    border: none;
  }
  .navbar-box .navbar.nav-main .search-box > button > [class*="fa"] {
    color: #eeeeee;
  }
}
.carousel {
  margin-bottom: 3rem;
}

.promise-box {
  position: relative;
  overflow: hidden;
  padding: 50px 0 30px 0;
}
.promise-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 100%;
  background: purple;
  border-radius: 60% 60% 0 0;
}
.promise-box .item-box {
  text-align: center;
}
.promise-box .item-box .pic {
  margin-bottom: .5rem;
}
.promise-box .item-box .title {
  margin-bottom: 0;
  color: #fff;
}

.category-box,
.new-arrival,
.product-collection,
.catalog-box,
.text-info-box,
.factory-pic,
.video-box,
.faq-box,
.special-offer,
.reviews-box,
.social-pic,
.text-with-icon,
.main-page-text,
.brand-list {
  margin-bottom: 3rem;
}

.category-box {
  position: relative;
  overflow: hidden;
}
.category-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10%;
  width: 120%;
  height: 200px;
  background: purple;
  border-radius: 0 0 60% 60%;
}
.category-box .item-box {
  position: relative;
  overflow: hidden;
  border-radius: .75rem;
}
.category-box .item-box .title {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
  color: #111;
  font-size: 2rem;
  font-weight: bold;
}

.catalog-box .left .title {
  margin-bottom: 2rem;
  font-size: 1.75rem;
  font-weight: bold;
}
.catalog-box .left .more a {
  text-decoration: underline;
}
.catalog-box .right .product-box {
  box-shadow: none;
}
.catalog-box .right .product-box .content {
  text-align: left;
}
.catalog-box .right .product-box .content .title {
  margin-bottom: .5rem;
}

.factory-pic .pic-box {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  transition: all .15s ease-in-out;
}
.factory-pic .pic-box:focus, .factory-pic .pic-box:hover {
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.3);
}

.faq-box .card .card-header {
  padding: .35rem .5rem;
}
.faq-box .card .card-header .btn-link {
  color: #333333;
  font-weight: bold;
}

.main-page-text .title {
  color: #e53935;
  font-size: 1.5rem;
  font-weight: bold;
}
.main-page-text a {
  color: #e53935;
}

@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
  .category-box .item-box .title {
    font-size: 1.75rem;
  }
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .category-box .item-box .title {
    font-size: 1.5rem;
  }

  .catalog-box .left .title {
    margin-bottom: .5rem;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
  .carousel {
    margin-bottom: 0;
  }

  .promise-box {
    padding: 50px 0 20px 0;
  }
  .promise-box:before {
    border-radius: 0;
  }

  .category-box:before {
    border-radius: 0 0 30% 30%;
  }

  .catalog-box .more a {
    font-size: .875rem;
  }
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .promise-box {
    padding: 30px 0 20px 0;
  }
  .promise-box .item-box .title {
    font-size: .75rem;
  }

  .category-box {
    margin-bottom: 2rem;
  }
  .category-box:before {
    border-radius: 0 0 30% 30%;
  }
  .category-box .item-box .title {
    font-size: 1.25rem;
  }

  .catalog-box .left .title {
    font-size: 1.25rem;
  }
}
.navbar-sub-box {
  margin-bottom: 3rem;
}

.sub-main .sort-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
  background: #f9f9f9;
  border-radius: .35rem;
  margin-bottom: 1rem;
  padding: .5rem .75rem;
}
.sub-main .sort-box .btn:focus, .sub-main .sort-box .btn:hover {
  color: #e53935 !important;
}
.sub-main .sort-box .btn.active {
  color: #e53935;
}
.sub-main .sort-box .btn.mixitup-control-active {
  color: #e53935;
}
.sub-main .sort-box .grid-box {
  display: flex;
  align-items: center;
}
.sub-main .sort-box .grid-box .btn-box {
  margin-right: 1rem;
}
.sub-main .aside-main .aside-box {
  border: 1px solid #e53935;
  border-radius: .5rem;
  overflow: hidden;
}
.sub-main .aside-main .aside-box .aside-title {
  background: #e53935;
  padding: .5rem;
}
.sub-main .aside-main .aside-box .aside-content {
  border-radius: 0 0 .5rem .5rem;
  overflow: hidden;
  padding: .75rem;
}
.sub-main .category-left .aside-box .accordion dt {
  position: relative;
  border: solid 1px #dddddd;
  margin-top: 1rem;
  padding: 10px 5px;
  cursor: pointer;
  color: #333;
}
.sub-main .category-left .aside-box .accordion dt:first-child {
  margin-top: 0;
}
.sub-main .category-left .aside-box .accordion dt::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 14px;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #c62828;
  vertical-align: top;
  margin: -2px 0 0 0;
}
.sub-main .category-left .aside-box .accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c62828;
  vertical-align: top;
  margin: -2px 0 0 0;
}
.sub-main .category-left .aside-box .accordion dt.open::before {
  display: none;
}
.sub-main .category-left .aside-box .accordion dd {
  border: solid 1px #dddddd;
  padding: .5rem;
}
.sub-main .category-left .aside-box .accordion dd > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.sub-main .category-left .aside-box .accordion dd > ul > li {
  border-bottom: solid 1px #dddddd;
}
.sub-main .category-left .aside-box .accordion dd > ul > li:last-child {
  border-bottom: none;
}
.sub-main .category-left .aside-box .accordion dd > ul > li > a {
  display: block;
  position: relative;
  background-color: white;
  padding: 10px 5px;
  transition: background-color .3s;
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
}
.sub-main .category-left .aside-box .accordion dd > ul > li > a:hover, .sub-main .category-left .aside-box .accordion dd > ul > li > a:focus {
  background: #eeeeee;
}

.category-main {
  margin-bottom: 3rem;
}

.blog-main {
  margin-bottom: 3rem;
}

.gallery-main {
  margin-bottom: 3rem;
}
.gallery-main .btn-box .btn {
  border-radius: .3rem;
  padding: .5rem 1rem;
  font-size: 1.25rem;
}

.video-main .video-list .video-block {
  border-radius: 0;
  border: 1px solid #ddd;
}

@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
  .gallery-main .btn-box .btn {
    border-radius: .25rem;
    padding: .5rem .75rem;
    font-size: 1rem;
  }
}
.product-main .product-detail .left .row {
  position: sticky;
  top: 65px;
  z-index: 999;
}
.product-main .product-detail .left .slider-main .slick-prev {
  left: 25px;
  z-index: 1;
}
.product-main .product-detail .left .slider-main .slick-next {
  right: 25px;
  z-index: 1;
}
.product-main .product-detail .left .slider-main .slick-dots {
  display: none !important;
  position: relative;
  top: 10px;
  width: calc(100% + 10px);
  float: left;
  margin-left: -5px;
  margin-right: -5px;
}
.product-main .product-detail .left .slider-main .slick-dots li {
  width: 20%;
  height: 130px;
  margin: 0;
  padding: 0 5px;
  float: left;
}
.product-main .product-detail .left .slider-main .slick-dots li button {
  width: 100%;
  height: auto;
  float: left;
  padding: 0;
  margin: 0;
}
.product-main .product-detail .left .slider-main .slick-dots li button:before {
  display: none;
}
.product-main .product-detail .left .slider-main .slick-dots li button.thumbnail img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.product-main .product-detail .left .slider-main .slick-dots li button.thumbnail img {
  opacity: 0.6;
}
.product-main .product-detail .left .slider-main .slick-dots li button.thumbnail:hover img {
  opacity: 1;
}
.product-main .product-detail .left .slider-main .slick-dots .slick-active .thumbnail img {
  opacity: 1;
}
.product-main .product-detail .left .slider-thumbs .slick-prev,
.product-main .product-detail .left .slider-thumbs .slick-next {
  top: 100%;
  z-index: 1;
  width: 100%;
  background: #cccccc;
}
.product-main .product-detail .left .slider-thumbs .slick-prev::before,
.product-main .product-detail .left .slider-thumbs .slick-next::before {
  color: white;
  font-family: 'Font Awesome 5 Pro';
  font-weight: 100;
}
.product-main .product-detail .left .slider-thumbs .slick-prev::before {
  content: "\f106";
}
.product-main .product-detail .left .slider-thumbs .slick-next::before {
  content: "\f107";
}
.product-main .product-detail .left .slider-thumbs .slick-prev:hover::before,
.product-main .product-detail .left .slider-thumbs .slick-next:hover::before {
  color: #e53935;
}
.product-main .product-detail .left .slider-thumbs .slick-prev {
  top: -20px;
  left: 0;
}
.product-main .product-detail .left .slider-thumbs .slick-next {
  right: 0;
  z-index: 1;
  margin-top: 15px;
}
.product-main .product-detail .left .slider-thumbs .slick-list {
  overflow: hidden;
  margin-top: 30px;
}
.product-main .product-detail .left .slider-thumbs .slick-list img {
  opacity: .8;
}
.product-main .product-detail .right .title-box {
  position: sticky;
  top: 65px;
  z-index: 999;
  background: #fff;
  padding: .35rem .25rem .5rem .25rem;
}
.product-main .product-options:before {
  content: "";
  display: block;
  height: 75px;
  margin-top: -75px;
}
.product-main .product-options .left .select-box .form-check {
  display: inline-block;
  padding: 0;
}
.product-main .product-options .left .select-box .form-check-label {
  text-align: center;
}
.product-main .product-options .left .select-box .form-check-label .form-check-input {
  opacity: 0;
}
.product-main .product-options .left .select-box .form-check-label .pic-box {
  position: relative;
  display: block;
  padding: 3px;
  border: 2px solid #f5f5f5;
  border-radius: 100%;
  overflow: hidden;
}
.product-main .product-options .left .select-box .form-check-label .pic-box img {
  border-radius: 100%;
}
.product-main .product-options .left .select-box .form-check-label .text-box {
  position: relative;
  display: block;
  padding: 3px 8px;
  border: 2px solid #f5f5f5;
  border-radius: 15px;
  overflow: hidden;
  font-size: .875rem;
}
.product-main .product-options .left .select-box .form-check-label:focus .pic-box, .product-main .product-options .left .select-box .form-check-label:hover .pic-box {
  border: 2px solid #e53935;
  padding: 3px;
}
.product-main .product-options .left .select-box .form-check-label:focus .text-box, .product-main .product-options .left .select-box .form-check-label:hover .text-box {
  border: 2px solid #e53935;
  padding: 3px 8px;
}
.product-main .product-options .left .select-box .form-check-label .form-check-input:checked ~ .pic-box {
  border: 2px solid #e53935;
  padding: 3px;
}
.product-main .product-options .left .select-box .form-check-label .form-check-input:checked ~ .text-box {
  border: 2px solid #e53935;
  padding: 3px 8px;
}
.product-main .product-options .left .select-box .form-check-label .form-check-input {
  margin-left: -1rem;
}
.product-main .product-options .right .item-block {
  background: #fff;
  position: sticky;
  top: 75px;
  z-index: 999;
}
.product-main .product-options .right .cart-box .btn-minus, .product-main .product-options .right .cart-box .btn-plus {
  border-radius: 0;
  border: 1px solid #e53935;
}
.product-main .product-options .right .cart-box .form-control {
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #e53935;
  border-left-color: transparent;
  border-right-color: transparent;
}
.product-main .product-options .right .video-block > video {
  width: 100%;
}
.product-main .product-description .aside-box ul > li .item {
  width: 100%;
}
.product-main .product-description .aside-box ul > li .item .pic {
  width: 100px;
}
.product-main .product-description .aside-box ul > li .item .content {
  width: calc(100% - 100px);
  margin-left: 15px;
}
.product-main .aside-box .accordion dt {
  position: relative;
  border: solid 1px #dddddd;
  margin-top: 1rem;
  padding: 10px 5px;
  cursor: pointer;
  color: #333;
}
.product-main .aside-box .accordion dt:first-child {
  margin-top: 0;
}
.product-main .aside-box .accordion dt::before {
  content: "";
  position: absolute;
  top: 42%;
  right: 14px;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #c62828;
  vertical-align: top;
  margin: -2px 0 0 0;
}
.product-main .aside-box .accordion dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateX(-50%);
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #c62828;
  vertical-align: top;
  margin: -2px 0 0 0;
}
.product-main .aside-box .accordion dt.open::before {
  display: none;
}
.product-main .aside-box .accordion dd {
  border: solid 1px #dddddd;
  padding: .5rem;
}
.product-main .aside-box .accordion dd > ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
}
.product-main .aside-box .accordion dd > ul > li {
  border-bottom: solid 1px #dddddd;
}
.product-main .aside-box .accordion dd > ul > li:last-child {
  border-bottom: none;
}
.product-main .aside-box .accordion dd > ul > li > a {
  display: block;
  position: relative;
  background-color: white;
  padding: 10px 5px;
  transition: background-color .3s;
  color: #464646;
  font-size: .875rem;
  text-decoration: none;
}
.product-main .aside-box .accordion dd > ul > li > a:hover, .product-main .aside-box .accordion dd > ul > li > a:focus {
  background: #eeeeee;
}

@media (max-width: 1199px) {
  /*Extra large devices (large desktops, 992px and 1200px)*/
}
@media (max-width: 991px) {
  /*Large devices (desktops, 768px and 992px)*/
  .product-main .product-detail .left .col-lg-2 {
    display: none;
  }
  .product-main .product-detail .left .slider-main .slick-dots {
    display: block !important;
    margin-bottom: 30px;
  }
  .product-main .product-detail .left .slider-main .slick-dots li {
    width: 20px !important;
    height: 20px !important;
    float: none !important;
    margin: 0 5px !important;
    padding: 0 !important;
    cursor: pointer;
  }
  .product-main .product-detail .left .slider-main .slick-dots li button:before {
    display: block;
  }
  .product-main .product-detail .left .slider-main .slick-dots li button.thumbnail img {
    display: none;
  }
  .product-main .product-detail .left .slider-main .slick-dots li button {
    width: 20px;
    height: 20px;
    padding: 5px;
  }
}
@media (max-width: 767px) {
  /*Medium devices (tablets, 576px and 768px)*/
}
@media (max-width: 575px) {
  /*Small devices (landscape phones, max-width 576px)*/
}
