/* #region REQUIRED */

@import url('https://fonts.googleapis.com/css2?family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
  box-sizing: border-box;
}

:active,
:focus {
  outline: 0
}

body {
  position: relative;
  font-family: 'Google Sans Flex', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  font-style: normal;
  color: #444746;
  background-color: #fff;
}

ul,
li {
  list-style-type: none;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

p {
  margin: auto;
  padding: auto;
}

.select2-container {
  width: 100% !important;
  max-width: 350px;
  display: block;
  margin: auto;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: none;
}

.select2-container .select2-selection--single {
  height: 35px !important;
  padding-top: 2px;
}

.select2-selection__rendered {
  width: 100% !important;
  color: #338dcd !important;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.high-light {
  color: #ff9300;
}

.bg-center {
  background-color: #f8f9fa;
}

.bg-overlay-row {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  z-index: 1;
}

.text-primary {
  color: #045cb5 !important;
}

.form-err {
  color: #ff0000;
}

/* #endregion */


/* #region HEADER/SIDEBAR */

header {
  font-family: 'Rubik', sans-serif;
  background-color: #045cb5;
  color: #fff;
  padding: 0.25em 0;
}

header a:hover,
header a:focus {
  color: #ff9300;
}

header .top-bar {
  min-height: 60px;
  align-content: center;
}

header .top-bar .link-top-bar {
  display: flex;
  align-items: center;
}

header .top-bar .link-top-bar ul {
  display: flex;
  margin: 0;
}

header .top-bar .link-top-bar ul>li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 2px solid rgba(255, 255, 255, .1);
}

.header-inner {
  position: relative;
  padding: 15px 0;
  border-top: 2px solid rgba(255, 255, 255, .1);
  border-bottom: 2px solid rgba(255, 255, 255, .1);
}

.header-inner .col-side-left img {
  width: auto;
  max-height: 70px;
}

.header-inner .col-center-side .hotline-header {
  white-space: nowrap;
}

.header-inner .col-center-side .hotline-header>.icon-hotline {
  font-size: 50px;
  color: #ff9300;
}

.header-inner .col-center-side .search-header {
  width: 100%;
  max-width: 600px;
  margin-left: 30px;
  align-self: center;
}

.header-inner .col-center-side .search-header .search-menu {
  box-shadow: none;
  padding: 12px 25px 12px 30px !important;
  height: 50px;
  border-radius: 30px 0 0 30px;
}

.header-inner .col-center-side .search-header button[type="submmit"] {
  border-radius: 0 30px 30px 0;
  height: 50px;
  padding: 12px 25px;
  background: #ff9300;
  color: #fff;
}

.header-inner .col-side-right .icon-cart {
  font-size: 25px;
  width: 50px;
  height: 50px;
}

.header-inner .col-side-right .icon-cart .cart-count {
  font-size: 10px;
  color: #fff;
  min-width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  background-color: #ff9300;
  top: 2px;
  right: 0;
  text-align: center;
}

.header-bottom {
  position: relative;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.header-bottom .main-menu-start {
  position: relative;
  width: 100%;
  border-right: 2px solid rgba(255, 255, 255, .1);
  cursor: pointer;
}

.header-bottom .main-menu-start::after {
  content: '\F282';
  font-family: 'bootstrap-icons';
  font-size: 15px;
  position: absolute;
  right: 10px;
  transition: transform .2s ease;
}

.header-bottom .main-menu-start.active::after {
  transform: rotate(180deg);
}

.header-bottom .icon-menu {
  font-size: 25px;
}

.header-bottom .main-menu-right ul li:not(:last-child) {
  margin-right: 25px;
}

.header-bottom .drop-down-menu,
#startMenuMobile,
.offcanvas-backdrop.show{
  display: none;
}

#startMenuMobile {
  width: 100%;
  max-width: 85%;
}

#startMenuMobile .offcanvas-body {
  overflow-x: hidden;
}

#startMenuMobile .offcanvas-body .close-offcanvas {
  position: absolute;
  top: 10px;
  right: -45px;
}

#startMenuMobile .offcanvas-body .close-offcanvas>.btn-close-offcanvas {
  font-size: 30px;
  color: #ffffff;
  border: none;
  background: transparent;
}

.scroll-to-top {
  position: fixed;
  bottom: 10rem;
  right: 0.5rem;
  z-index: 9999;
  border-radius: 50%;
  background-color: #ff9300;
  color: #000;
  width: 50px;
  height: 50px;
  padding: 0;
  margin: 0;
  border: none;
  align-content: center;
  display: none;
}

.scroll-to-top:hover {
  box-shadow: none;
  border: none;
  background-color: #ff9300;
  color: #fff;
}

/* #endregion */


/* #region PARTNER */

#partner_woc header {
  border-bottom: 1px solid #d4d4d4;
}

#partner_woc header .logo>img {
  width: 100%;
  max-height: 100px;
  margin: auto;
}

#partner_woc header .nav-link {
  margin: 0 5px;
  font-size: 15px;
  font-weight: 500;
}

.slide-partner {
  background-image: url(../../img/slide-partner.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7rem 0;
}

.slide-partner .content-slide {
  padding: 2rem;
  border-radius: 5px;
}

.slide-partner .attack {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
}

.slide-partner .attack .item-attack {
  width: calc(130px - 5px);
  padding: 2px 5px;
  text-align: center;
}

.slide-partner .attack .item-attack .icon {
  font-size: 2rem;
  text-align: center;
}

.slide-partner .attack .item-attack>p {
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}

#partner_woc .grow-together {
  background-color: #fafafb;
}

#partner_woc .title {
  width: 100%;
  max-width: 700px;
  margin: auto;
}

#partner_woc .title h4 {
  text-transform: uppercase;
  color: #dc3545;
  font-size: 15px;
  font-weight: bold;
}

#partner_woc .title h2 {
  font-weight: bold;
}

#partner_woc .list-grow {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

#partner_woc .list-grow .item-grow {
  padding: 1rem;
  background-color: #fff;
  width: calc(120px - 5px);
  border-radius: 5px;
  box-shadow: 0 12px 40px rgba(131, 139, 161, 0.08);
}

#partner_woc .list-grow .item-grow .icon {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

#partner_woc .list-grow .item-grow p {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

#partner_woc .growth-partner{
  background-color: #f4f4f6;
}

#partner_woc .growth-partner ul li {
  position: relative;
  margin-bottom: 5px;
}

#partner_woc .growth-partner ul li::before {
  content: '\F270';
  font-family: 'bootstrap-icons';
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
  vertical-align: center;
  margin-right: 5px;
}

#partner_woc .how-it-work .step-by-step {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

#partner_woc .how-it-work .step-by-step .item-step {
  position: relative;
  padding: 1rem;
  text-align: center;
  width: 100%;
  max-width: calc(200px - 5px);
}

#partner_woc .how-it-work .step-by-step .item-step:not(:last-child)::after {
  content: '\F138';
  font-size: 2rem;
  font-family: 'bootstrap-icons';
  position: absolute;
  top: 30%;
  right: 0;
  transform: translate(100%, -50%);
  color: #b8b9b8;
}

#partner_woc .how-it-work .step-by-step .item-step .icon {
  position: relative;
  padding: 1rem;
  border: 2px solid #eee;
  border-radius: 50%;
  width: 75px;
  height: 75px;
  text-align: center;
  box-shadow: 0 12px 40px rgba(131, 139, 161, 0.21);
  margin: auto;
}

#partner_woc .how-it-work .step-by-step .item-step .icon>.number {
  position: absolute;
  bottom: -40%;
  left: 50%;
  transform: translate(-50%, -100%);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: #dc3545;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  line-height: 1.5;
}

#partner_woc .how-it-work .step-by-step .item-step .icon>span {
  font-size: 35px;
}

#partner_woc .how-it-work .step-by-step .item-step .icon svg {
  width: 35px;
}

#partner_woc .how-it-work .step-by-step .item-step .title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 1rem;
}

#partner_woc .how-it-work .step-by-step .item-step p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 5px;
}

#partner_woc .interested-partner {
  color: #fff;
  padding: 2rem;
  background-color: #212e43;
  border-radius: 15px 0 0 15px;
  height: 100%;
  align-content: center;
}

#partner_woc .interested-partner .interest-more {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

#partner_woc .interested-partner .interest-more .item-interest {
  text-align: center;
  width: 100%;
  max-width: calc(120px - 10px);
}

#partner_woc .interested-partner .item-interest .icon {
  font-size: 2.5rem;
  color: #dc3545;
}

#partner_woc .interested-partner .item-interest>label {
  font-size: 12px;
  color: #fff;
}

#partner_woc .main-form-contact {
  padding: 2rem;
  border: 2px solid #eee;
  border-radius: 0 15px 15px 0;
}

#partner_woc .lets-grow {
  position: relative;
  background-color: #212e43;
  color: #fff;
  padding: 3rem 0;
  border-bottom: 1px solid #fff;
}

#partner_woc .lets-grow::before {
  content: '';
  width: 100px;
  height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#partner_woc .lets-grow .title-grow {
  display: grid;
  grid-auto-flow: column;
  grid-gap: 15px;
  align-items: center;
}

#partner_woc .lets-grow .title-grow .icon {
  width: 120px;
  height: 120px;
  border: 2px solid #dc3545;
  border-radius: 50%;
  text-align: center;
  align-content: center;
}

#partner_woc .lets-grow .title-grow .icon svg {
  fill: #dc3545;
  width: 80px;
}

#partner_woc footer {
  background-color: #212e43;
  padding-top: 2rem;
}

#partner_woc footer .hotline-footer>.icon-hotline,
#partner_woc footer .email-footer>.icon-email {
  color: #dc3545;
}

@media screen and (max-width: 992px) {
  #partner_woc .navbar-nav{
    text-align: center;
  }

  #partner_woc .btn-menu{
    border: none;
    outline: none;
    padding: 0;
    vertical-align: center;
    margin-left: 10px;
    transition: all ease-in 0.3s;
    
  }

  #partner_woc .btn-menu:focus{
    border: none;
    outline: none;
    box-shadow: none;
  }

  #partner_woc .btn-menu::before{
    content: '\F479';
    font-family: 'bootstrap-icons';
    font-size: 2rem;
    transition: all ease-in 0.3s;
  }

  #partner_woc .btn-menu[aria-expanded="true"]::before{
    content: '\F62A';
    font-family: 'bootstrap-icons';
    font-size: 2rem;
    transition: all ease-in 0.3s;
    
  }


  #partner_woc .slide-partner .content-slide {
    background-color: #fafaf896;
  }

  #partner_woc .interested-partner {
    border-radius: 15px 15px 0 0;
  }


  #partner_woc .main-form-contact {
    border-radius: 0 0 15px 15px;
  }


}

@media screen and (max-width: 768px) {
	#startMenuMobile,
	.offcanvas-backdrop.show{
	  display: block;
	}

  #partner_woc header .logo > img{
    max-height: 65px;
  }
  
  #partner_woc .slide-partner{
    padding: 4rem 0;
  }

  #partner_woc .how-it-work .step-by-step .item-step {
    overflow: hidden;
  }
}


/* #endregion */


/* #region SLIDER */

.slick-slide img {
  border: 1px solid #f1f1f1;
  border-radius: 5px;
}

.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 30px;
  height: 70px;
  top: 50%;
  padding: 0;
  color: #222;
  border: 0;
  background-color: #ffffff;
  font-size: 0;
  opacity: 0;
  display: flex;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  justify-content: center;
  align-items: center;
  line-height: 0;
  transition: all .3s ease;
}

.slick-arrow:hover {
  background-color: #ff9300;
}

.slick-arrow:hover::before {
  color: #ffffff;
}

.slick-arrow::before {
  content: "";
  font-family: 'bootstrap-icons';
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 20px;
  height: 16px;
  color: #000;
}

.slick-prev {
  left: 0;
}

.slick-prev::before {
  content: '\F12C';

}

.slick-next {
  right: 0;
}

.slick-next::before {
  content: '\F135';
}

.slick-dots {
  bottom: 5px;
}

.slick-dots li {
  width: 25px;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  ;
}

.slick-dots li button {
  background-color: #ffffff73;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  margin: auto;
  transition: all .3s ease;
}

.slick-dots li.slick-active button {
  background-color: #ff9300;
  width: 100%;
  border-radius: 5px;
}

.slick-dots li button::before,
.slick-dots li.slick-active button::before {
  display: none;
}


/* #endregion */


/* #region HOME */

.wrapper-body {
  min-height: 100vh;
}

.trust-by-nail .description-begin,
.trust-by-nail .description-trust-nails,
.trust-by-nail .action-trust-by-nail {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.trust-by-nail .description-begin>h1 {
  font-family: 'Google Sans Flex';
  text-transform: uppercase;
  text-align: center;
  color: #045cb5;
  margin: 0;
}

.trust-by-nail .description-begin>h2 {
  font-family: 'Google Sans Flex';
  text-align: center;
  text-decoration: underline;
}

.description-trust-nails li {
  position: relative;
  font-weight: 500;
}

.description-trust-nails li::before {
  content: '\F26E';
  font-family: 'bootstrap-icons';
  font-size: 20px;
  font-weight: bold;
  margin-right: 5px;
  vertical-align: middle;
  color: #045cb5;
}

.grow-to-salon .main-grow-center .card {
  border: none;
}

.grow-to-salon .main-grow-center .card img {
  display: block;
  text-align: center;
  max-height: 220px;
  margin: auto;
}

.grow-to-salon .main-grow-center .card ul {
  margin: auto;
  padding: 0;
}

.grow-to-salon .main-grow-center .card ul li {
  position: relative;
  font-size: 14px;
  margin: auto;
  padding: 0;
}

.grow-to-salon .main-grow-center .card ul li::before {
  content: '\F406';
  font-family: 'bootstrap-icons';
  font-size: 15px;
  margin-right: 5px;
  color: #ffc107;
}

.reviews-customer .item-review {
  padding: 1rem;
}

.reviews-customer .item-review .text-aqua {
  color: #045cb5;
}

.reviews-customer .item-review span {
  font-size: 14px;
}

.group-cateparent {
  width: 100%;
  max-width: 270px;
  margin: auto;
}

.group-cateparent .cateparent-p {
  min-height: 65px;
  align-content: center;
  margin: 0;
  padding: 0;
}

ul.matching-product-link li {
  position: relative;
}

ul.matching-product-link li>a::before {
  content: '\F42B';
  font-family: 'bootstrap-icons';
  font-size: 15px;
  margin-right: 5px;
  color: #dc3545;
}

.design-faq .woc-logo>img {
  width: 100%;
  max-width: 300px;
  margin: auto;
}

.design-faq .since-woc h5 {
  position: relative;
  background-color: #045cb5;
  color: #ffffff;
  border: 2px solid #ffffff;
  border-radius: 50px;
  display: flex;
  padding: 0.25rem 0.5rem;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  max-width: max-content;
}

.design-faq .since-woc h5>label {
  font-size: 18px;
  padding-left: 40px;
  height: 40px;
  align-content: center;
}

.design-faq .since-woc h5>.icon {
  position: absolute;
  width: 35px;
  height: 35px;
  background-color: #ffffff;
  color: #045cb5;
  vertical-align: middle;
  text-align: center;
  align-content: center;
  border-radius: 50%;
  margin-left: -5px;
}

.list-a-n-q .accordion-item {
  margin-bottom: 1rem;
}

.list-a-n-q .accordion-item .accordion-header>button {
  font-weight: bold;
}

/* #endregion */


/* #region FILTER */

#filter-products {
  display: none;
}

.select2-container--default .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}

.select2-container--open .select2-selection--multiple:before {
  content: ' ';
  display: block;
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
  height: 0;
  right: 6px;
  margin-left: -4px;
  margin-top: -2px;
  top: 50%;
  width: 0;
  cursor: pointer
}

#list-filter-products {
  display: inline-block;
  margin-top: 35px;
  padding: 0;
}

#list-filter-products li.item-filter-products {
  display: inline-block;
}

#list-filter-products li.item-filter-products>div {
  width: 120px;
  padding: 6px 10px;
  text-align: center;
  text-transform: uppercase;
  background: #045cb5;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  border: 1px solid #045cb5;
  border-radius: 5px;
  transition: .5s all;
  box-shadow: 1px 1px 3px 0px #ccc;
}

#list-filter-products .dropdown-menu.show {
  top: 0 !important;
  left: 0 !important;
}

#list-filter-products ul.dropdown-menu.show li {
  padding: 5px 10px;
  background-color: #ffffff;
}

#list-filter-products ul.dropdown-menu.show li.active {
  background-color: #0280b9;
  color: #ffffff;
}

#list-filter-products ul.dropdown-menu.show li:hover {
  color: #045cb5;
}

#list-filter-products ul.dropdown-menu.show li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

#list-filter-products li.item-filter-products span[role="button"] {
  display: block;
}

#list-filter-products li.item-filter-products>div:hover {
  background: #03A9F4 !important;
  color: #fff;
  cursor: pointer;
}

#show-filter-products.active div {
  background: #0280b9 !important;
}

/* #endregion */


/* #region PRODUCTS */

.group-price {
  line-height: 25px;
  background: #fff;
  margin: 10px 0;
  padding: 10px 20px 15px;
  border: 1.2px solid #aaa;
  border-radius: 10px;
}

.product-detail {
  border: 1px solid #aaa;
  padding: 10px 20px 5px;
  border-radius: 10px;
}

.product-detail ul {
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}

.product-detail li:before {
  font: normal normal normal 12px/1 'Font Awesome 7 Pro';
  content: "\f105";
  margin-right: 10px;
}

.product-detail li>ul>li {
  margin-left: 2rem;
}

.product-detail li>ul>li::before {
  content: "\f111";
  font-size: 5px;
}

.btn-cart {
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.5rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #2da047;
}

.group-description-product {
  font-size: 14px;
}

.price-1 {
  color: #00a651;
  font-size: 25px;
  font-weight: bold;
}

.mockup-list {
  border: 2px solid transparent;
  cursor: pointer;
}

.mockup-list.active {
  border: 2px solid #0dcaf0;
}

.collection-mockup img {
  width: 100%;
  max-width: 150px;
  height: 100px;
  object-fit: cover;
}

/* #endregion */


/* #region HOVER PRODUCTS */

.a-show-t {
  position: relative;
  border: 1px solid #e0e0e0;
}

.overlay-show-t {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgba(6, 6, 6, .5);
  margin: 0 auto;
  border: 5px solid #007bc3
}

.a-show-t:hover .overlay-show-t {
  opacity: 1;
  cursor: pointer
}

.text-show-t {
  color: #fff;
  text-align: center;
  font-size: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate3d(-50%, -50%, 0)
}

.text-show-products {
  font-weight: 700;
  background: #006cb3;
  display: inline-block;
  padding: 2px 6px;
  margin-top: 15px;
  margin-bottom: 3px;
}


.m-ribbon-wrapper {
  position: absolute;
  top: 5px;
  right: 0;
  padding: 8px 10px;
  background: #dc3545;
  color: #ffffff;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, .3);
}

.m-ribbon-wrapper::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 110%;
  top: 0;
  right: -5px;
  padding: 0 0 7px;
  background: inherit;
  border-radius: 0 5px 5px 0;
}

.m-ribbon-wrapper::after {
  content: '';
  position: absolute;
  width: 3px;
  height: 5px;
  bottom: -4px;
  right: -3px;
  background: #fc8f9a;
  border-radius: 0 5px 5px 0;
}

#collection .form-control {
  text-align: center;
  border-color: #aaa;
  color: #338dcd;
}




.wrapper-business-chooses .card-bc {
  width: 100%;
  max-width: 500px;
  margin: auto;
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}

.wrapper-business-chooses .card-bc .card-body>div {
  min-height: 100px;
}

.wrapper-business-chooses .card-bc .img-bc {
  position: relative;
}

.wrapper-business-chooses .card-bc .img-bc>img {
  position: absolute;
  top: 0;
  right: 50px;
  width: 100%;
  max-width: 150px;
}

.wrapper-business-chooses .card-bc .img-bc>img:last-child {
  top: 5px;
  right: 0;
  transform: rotate3d(1, 1, 1, 345deg);
  box-shadow: -10px 0 15px 0px #616161;
}

.most-popular-products .item-most .icon>span {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  align-content: center;
  background-color: #eaf0fc;
  color: #0d6efd;
  border-radius: 50%;
  margin-right: 5px;
}

.most-popular-products .card-shadow {
  box-shadow: 0 0 1rem 1px rgba(0, 0, 0, 0.15);
}

.most-popular-products .list-best-products .card-shadow {
  width: 100%;
  max-width: 500px;
  margin: auto;
}

.most-popular-products .list-best-products .icon-best-seller {
  background-color: #f3d5df;
  color: #ff0e60;
  text-align: center;
  text-transform: uppercase;
  display: block;
  padding: 0 0.5rem;
  font-size: 10px;
  font-weight: bold;
  border-radius: 20px;
  width: max-content;
}

.most-popular-products .list-best-products .des-product {
  min-height: 80px;
}

.most-popular-products .list-best-products .img-product {
  width: 100%;
  height: 100%;
}

.most-popular-products .list-best-products .img-product img {
  border-radius: 10px;
}

.most-popular-products .contact-now {
  background-color: #e9effb;
  border-radius: 10px;
}

.most-popular-products .contact-now .icon>span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #0d6efd;
  background-color: #ffffff;
  margin-right: 10px;
  font-size: 3.5rem;
  text-align: center;
  align-content: center;
}

.most-popular-products .contact-now .contact-phone {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}


/* #endregion */


/* #region SEARCH */

#form-search {
  position: relative;
}

#form-search .suggestions {
  position: absolute;
  display: none;
  top: 100%;
  z-index: 9;
  width: 100%;
  padding: 1rem;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

#form-search .suggestions ._d {
  margin-right: 5px;
  margin-bottom: 5px;
  padding: 5px 0;
  display: inline-block;
}

#form-search .suggestions ._a {
  padding: 5px;
  background: #c21e29;
  color: #ffffff;
  border-radius: 5px;
}

#form-search .suggestions ._a:hover {
  background: #ad1a24;
}

.txt-premium-book {
  border-radius: 15px;
  border: 1px solid rgb(128, 0, 0);
  display: block;
}

/* #endregion */


/* #region PAGINATION */

ul.pagination {
  padding: 1rem 0;
  width: 100%;
  max-width: 500px;
  margin: auto;
  justify-content: center;
}

ul.pagination li {
  margin: 0 2px;
}

ul.pagination li>a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #f5f5f5;
  color: #000;
  border-radius: 50%;
  align-content: center;
}

ul.pagination li.active>a,
ul.pagination li:hover>a {
  background-color: #ff9300;
}

ul.pagination li.disabled>a {
  background-color: #d5d5d5;
  color: #ffffff;
}


/* #endregion */


/* #region MODAL IMAGES*/

#rotation-img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  transition: transform 1s;
  transform-style: preserve-3d;
  position: relative;
}

#rotation-img i {
  display: none;
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  background: #000000ad;
  padding: 5px 15px;
  font-size: 40px;
  color: #fff;
  right: 0;
  cursor: pointer;
}

#rotation-img:hover i {
  display: block;
}

#rotation-img i:hover {
  background: #000;
}

#rotation-img.is-flipped {
  transform: rotateY(180deg);
}

.rotation-img__face {
  position: absolute;
  width: 100%;
  height: 100%;
  line-height: 260px;
  color: white;
  text-align: center;
  font-weight: bold;
  font-size: 40px;
  backface-visibility: hidden;
}

.rotation-img__face img {
  max-height: 800px;
  object-fit: contain;
}

.rotation-img__face--back {
  transform: rotateY(180deg);
}

#enlargeImageModal .modal-content {
  background: transparent;
  box-shadow: none;
  border: none;

}

#enlargeImageModal .modal-header .btn-close {
  --bs-btn-close-bg: none;
  font-size: 1.5rem;
  color: #fff;
  opacity: 1;
}

#enlargeImageModal .modal-header .btn-close,
#enlargeImageModal .modal-header .btn-close:focus {
  outline: none;
  border: none;
}

/* #endregion */


/* #region ABOUT US */

.more-than-printing ul li,
.woc-feedback ul li {
  position: relative;
}

.more-than-printing ul li::before,
.woc-feedback ul.woc li::before {
  content: '\F586';
  font-family: 'bootstrap-icons';
  font-size: 12px;
  color: #ff9300;
  margin-right: 5px;
}

.masonry {
  column-count: 2;
  column-gap: 5px;
}

@media (min-width: 768px) {
  .masonry {
    column-count: 3;
  }
}

@media (min-width: 992px) {
  .masonry {
    column-count: 4;
  }
}

@media (min-width: 1199px) {
  .masonry {
    column-count: 4;
  }
}

.masonry .brick {
  box-sizing: border-box;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
  counter-increment: brick-counter;
}

.masonry img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 5px;
}

/* #endregion */


/* #region VALUES PACKAGE */

#value_packages table {
  margin: 0;
}

.value-packages .table-responsive tbody tr td {
  padding: 8px;
}

.value-packages .table-responsive tbody tr td:first-child {
  padding-left: 15px;
}

#value_packages table tr>td:nth-child(1) {
  width: 60%;
}

#value_packages table tr>td:nth-child(2) {
  width: 20%;
}

#value_packages table tr>td:nth-child(3) {
  width: 20%;
}

#value_packages table tr td.free-package {
  position: relative !important;
}

#value_packages .free-package img {
  width: 40px;
}

#value_packages .value-packages {
  border-radius: 10px;
  overflow: hidden;
}

#value_packages .col-lg-5:nth-child(1) .value-packages {
  background: #E3536C;
}

#value_packages .col-lg-5:nth-child(2) .value-packages {
  background: #0a62a9;
}

#value_packages .col-lg-5:nth-child(3) .value-packages {
  background: #ef9614;
}

#value_packages .col-lg-5:nth-child(4) .value-packages {
  background: #2da047;
}

#value_packages .col-lg-5:nth-child(5) .value-packages {
  background: #a000bb;
}

#value_packages .col-lg-5:nth-child(6) .value-packages {
  background: #009688;
}

#value_packages .value-packages .packages-top {
  height: 35px;
}

#value_packages .value-packages .packages-header {
  text-align: center;
  padding: 15px 0;
  font-size: 24px;
  position: relative;
}

#value_packages .col-lg-5:nth-child(1) .packages-header {
  background-color: #EB6379;
}

#value_packages .col-lg-5:nth-child(1) .packages-header:after {
  border-top-color: #EB6379;
}

#value_packages .col-lg-5:nth-child(2) .packages-header {
  background-color: #1672bb;
}

#value_packages .col-lg-5:nth-child(2) .packages-header:after {
  border-top-color: #1672bb;
}

#value_packages .col-lg-5:nth-child(3) .packages-header {
  background-color: #fba21f;
}

#value_packages .col-lg-5:nth-child(3) .packages-header:after {
  border-top-color: #fba21f;
}

#value_packages .col-lg-5:nth-child(4) .packages-header {
  background-color: #20b742;
}

#value_packages .col-lg-5:nth-child(4) .packages-header:after {
  border-top-color: #20b742;
}

#value_packages .col-lg-5:nth-child(5) .packages-header {
  background-color: #c200e3;
}

#value_packages .col-lg-5:nth-child(5) .packages-header:after {
  border-top-color: #c200e3;
}

#value_packages .col-lg-5:nth-child(6) .packages-header {
  background-color: #109f92;
}

#value_packages .col-lg-5:nth-child(6) .packages-header:after {
  border-top-color: #109f92;
}

#value_packages .value-packages .packages-header>p {
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.value-packages table {
  padding: 0 1rem;
}

.value-packages .packages-footer {
  text-align: center;
  padding: 15px 0;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  color: #ffffff;
}

.value-packages .packages-footer>div>span {
  font-size: 1.2rem;
  font-weight: 500;
}

.value-packages .packages-footer div a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-10%, -50%);
  transition: .5s all;
}

.value-packages .packages-footer div a>button {
  font-size: 12px;
  font-weight: bold;
  background-color: #ffffff;
  color: #000;
}

.value-packages .packages-footer div a>button:hover {
  background-color: #045cb5;
  color: #ffffff;
}

.value-packages .packages-header:before,
.value-packages .packages-header:after,
.value-packages .packages-footer:before,
.value-packages .packages-footer:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.value-packages .packages-header:after,
.value-packages .packages-footer:after {
  border-width: 5px;
  margin-left: -5px;
}

.value-packages .packages-footer:after,
.value-packages .packages-footer:before {
  top: 0;
  display: none;
}

.value-packages .packages-footer:after {
  border-top-color: #FFFFFF;
}

/* #endregion */


/* #region CART */

ul.mailtip {
  float: none;
  background-color: #fcfeff;
  list-style: none;
  border: 1px solid #97bccc;
  border-radius: 0px 0px 10px 10px;
  overflow: hidden;
  border-top: none;
}

ul.mailtip li p {
  text-align: left;
  line-height: 30px;
  cursor: pointer;
  margin: 0 9px;
  overflow: hidden;
  word-wrap: break-word;
  height: 30px;
}

ul.mailtip li:last-child {
  border-radius: 0px 0px 10px 10px;
}

ul.mailtip li.active {
  background: #eaeaea;
}

ul.mailtip li.hover {
  background: #e7f6ff;
}

.header-form-order {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  border-radius: 0;
}


#modalBH [name="open-hoursBH[]"],
#modalBH [name="close-hoursBH[]"] {
  width: 100%;
  min-width: 60px;
  padding: 5px 10px;
  text-align: center;
  margin: 0;
  font-size: 0.85rem;
}

#modalBH .select2-container--default .select2-selection--single {
  font-size: 13px;
  text-align: center;
  border-color: #dee2e6;
  height: 31px !important;
}

#modalBH .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  height: 35px;
}

#modalBH .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 15px;
  width: 10px;
  top: 2px;
  right: 2px;
}

#modalBH .select2-results__option--selectable {

  font-size: 13px;
}

#modalBH .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 4px 3px 0 4px;
}

#modalBH .slice-bh {
  position: relative;
}

#modalBH .slice-bh::before {
  content: '-';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.fileupload.fileupload-exists {
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
  gap: 5px;
}

.fileupload .uneditable-input {
  margin-bottom: 0;
  cursor: text
}

.fileupload .thumbnail {
  overflow: hidden;
  margin-bottom: 5px;
  text-align: center
}

.fileupload .thumbnail>img {
  max-height: 100%
}

.fileupload .btn {
  vertical-align: middle
}

.fileupload-exists .fileupload-new,
.fileupload-new .fileupload-exists {
  display: none
}

.fileupload-inline .fileupload-controls {
  display: inline
}

.fileupload-new .input-append .btn-file {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0
}

.thumbnail-borderless .thumbnail {
  border: none;
  padding: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none
}

.fileupload-new.thumbnail-borderless .thumbnail {
  border: 1px solid #ddd
}

/* #endregion */


/* #region FOOTER */

footer {
  background-color: #045cb5;
  padding: 0;
  padding-top: 10px;
  margin: 0;
  font-family: 'Rubik', sans-serif;
  font-size: 14px;
  color: #fff;
}

footer a:hover {
  color: #ff9300;
}

footer .logo>img {
  width: 100%;
  max-width: 300px;
  max-height: 300px;
}

.hotline-footer,
.email-footer {
  font-size: 16px;
  white-space: nowrap;
}

.hotline-footer>.icon-hotline {
  font-size: 60px;
  color: #ff9300;
}

.email-footer>.icon-email {
  margin-left: 10px;
  font-size: 50px;
  color: #ff9300;
}

/* #endregion */


/* #region RESPONSIVE */

@media screen and (max-width: 1200px) {
  .header-inner .col-side-left img {
    max-height: 55px;
  }

  .value-packages .packages-footer div a {
    position: unset;
    margin: 5px 0;
  }
}

@media screen and (min-width: 992px) {
  .container-product {
    width: 100%;
    max-width: 992px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .header-inner .col-center-side .search-header {
    margin-left: 10px;
  }

  .header-inner .header-mobile-menu>.btn-menu {
    font-size: 30px;
  }

  #startMenuMobile ul li>.sub-menu,
  #startMenuMobile ul li>.subchildmenu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 10px 20px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  #startMenuMobile .main-nav ul ul.active {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    overflow-x: hidden;
    overflow-y: auto;
  }

  #startMenuMobile .main-nav ul ul.back {
    transform: translateX(100%);
    will-change: transform;
    opacity: 1;
    visibility: visible;
  }

  #startMenuMobile .main-nav .btn-back {
    font-weight: bold;
  }

  #startMenuMobile ul li {
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #eaebec;
  }

  #startMenuMobile ul li.menu-item-has-children>a::after {
    content: '\F138';
    font-family: 'bootstrap-icons';
    float: right;
    font-size: 20px;
    line-height: 22px;
    color: #999;
  }

  header .menu-mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 0px 16px 0px #4444;
  }

  header .menu-mobile .menu-mobile-box {
    display: flex;
    padding: 8px;
    max-width: 500px;
    margin: 0 auto;
  }

  header .menu-mobile .menu-mobile-box .menu-container {
    display: flex;
    width: 100%;
    list-style: none;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }

  header .menu-mobile .menu-mobile-box .menu-container .nav-item {
    display: flex;
    position: relative;
    padding: 2px;
    text-align: center;
  }

  header .menu-mobile .menu-mobile-box .menu-container .nav-item>a {
    color: #ffffff;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }

  header .menu-mobile .menu-mobile-box .menu-container .nav-item>a>span {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    margin-top: 5px;
    color: #000;
  }

  header .menu-mobile .menu-mobile-box .menu-container .nav-item .icon-menu {
    position: relative;
    font-size: 20px;
    color: #000;
  }

  header .menu-mobile .menu-mobile-box .menu-container .nav-item .txt-num-cart {
    position: absolute;
    top: -10px;
    right: -1rem;
    color: #ffffff;
    width: 20px;
    height: 20px;
    background-color: #ff9300;
    border-radius: 50%;
    font-family: 'Rubik', sans-serif;
  }
}

@media screen and (min-width: 768px) {

  .header-slider:hover .slick-arrow,
  .header-slider-mobile:hover .slick-arrow {
    opacity: 1;
  }

  .header-bottom .drop-down-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    color: #222;
    text-transform: none;
    padding: 10px;
    z-index: 9999;
  }

  .header-bottom .drop-down-menu ul {
    border: 0;
    background: #fff;
    position: relative;
  }

  .header-bottom .drop-down-menu ul li {
    position: relative;
    list-style: none;
    padding: 0 10px;
    width: 100%;
    transition-delay: 0s;
    transition: .2s opacity;
  }

  .header-bottom .drop-down-menu ul li a:hover {
    color: #ff9300;
  }

  .header-bottom .drop-down-menu ul li>a {
    display: inline-block;
    padding: 10px 0;
    border: 0;
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
    width: 100%;
    color: #222;
    margin: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #eaebec;
  }

  .header-bottom .drop-down-menu ul li.menu-item-has-children>a::after {
    content: '\F285';
    font-family: 'bootstrap-icons';
    float: right;
    font-size: 12px;
    line-height: 22px;
    color: #999;
  }

  .header-bottom .main-nav>ul li>.sub-menu {
    position: absolute;
    top: 0;
    left: 100%;

    background: #fff;
    min-width: 220px;

    opacity: 0;
    visibility: hidden;
    transition: 0.25s;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    z-index: 999;

    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(8, auto);
    grid-auto-columns: 250px;
  }

  .header-bottom .main-nav>ul li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
  }

  .header-bottom .main-nav ul li .subchildmenu {
    position: absolute;
    top: 0;
    left: 100%;

    background: #fff;
    min-width: 220px;

    opacity: 0;
    visibility: hidden;
    transition: 0.25s;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .header-bottom .main-nav ul li:hover>.subchildmenu {
    opacity: 1;
    visibility: visible;
    z-index: 1;
  }

  .woc-built-trust-printing .item-section-built {
    min-height: 420px;
  }

  .woc-built-trust-printing .col-md-6 {
    border-top: 1px solid #e6e6e6;
  }

  .woc-built-trust-printing .col-md-6:nth-child(odd) {
    border-right: 1px solid #e6e6e6;
  }

  .woc-built-trust-printing .col-md-6:nth-child(1),
  .woc-built-trust-printing .col-md-6:nth-child(2) {
    border-top: 0;
  }
}

@media screen and (max-width: 540px) {
  .wrapper-business-chooses .card-bc .img-bc {
    position: relative;
    min-height: 150px;
    max-width: 250px;
    margin: auto;
  }

  .wrapper-business-chooses .card-bc .img-bc>img {
    max-width: 200px;
    max-height: 150px;
    margin: auto;
    display: block;
  }
}

@media screen and (max-width: 480px) {
  footer {
    margin-bottom: 70px;
  }
}

/* #endregion */