/* VARIABLES */
/* COLORS */
body.darkMode .text-light {
  color: #606277 !important; }
body.darkMode .text-dark {
  color: #B7B9CF !important; }

/**** BANNER SECTION  ****/
.banner-section {
  padding-top: 50px; }
  .banner-section.full-theme {
    padding: 0px 0px; }
    .banner-section.full-theme .item {
      padding-left: 50px; }
      .banner-section.full-theme .item .img-grid-div {
        height: 370px;
        top: -60px; }
      .banner-section.full-theme .item article {
        padding-bottom: 90px; }
  .banner-section.main-banner:before {
    content: '';
    position: absolute;
    background: linear-gradient(180deg, #467EF0 0%, #2C3ED9 100%);
    opacity: 0.5;
    filter: blur(41px);
    right: 50%;
    top: unset;
    bottom: 0px;
    height: 50%;
    width: 75%;
    transform: translateX(50%); }
  .banner-section.main-banner .item {
    padding-right: 60px;
    padding-left: 0;
    background: linear-gradient(180deg, #467EF0 0%, #2C3ED9 100%);
    height: 375.5px; }
    .banner-section.main-banner .item .img-grid-div {
      height: 422.5px; }
    .banner-section.main-banner .item:before {
      display: none; }
    .banner-section.main-banner .item .title {
      font-size: 55px; }
  .banner-section .swiper-container {
    padding-top: 50px;
    margin-top: -50px; }
  .banner-section .item {
    padding-right: 35px;
    padding-left: 20px;
    height: 250px;
    background: linear-gradient(313deg, #16A37D 0%, #58E835 100%); }
    .banner-section .item.orange-theme {
      background: radial-gradient(closest-side at 31% 50%, #FFC653 0%, #FF882D 100%); }
      .banner-section .item.orange-theme:before {
        background: transparent radial-gradient(closest-side at 31% 50%, #FFC653 0%, #FF882D 100%) 0% 0% no-repeat padding-box;
        opacity: 0.41;
        filter: blur(19px); }
      .banner-section .item.orange-theme .label {
        background-color: #FF7127 !important; }
      .banner-section .item.orange-theme .more {
        background-color: #FF7127 !important;
        background-image: none !important; }
        .banner-section .item.orange-theme .more:hover {
          background-color: #d46024 !important; }
    .banner-section .item.blue-theme {
      background: linear-gradient(119deg, #5DFFEF 0%, #447AEE 24%, #00195E 100%); }
      .banner-section .item.blue-theme:before {
        background: linear-gradient(114deg, #5DFFEF 0%, #447AEE 24%, #00195E 100%);
        border-radius: 33px;
        opacity: 0.62;
        filter: blur(21px); }
      .banner-section .item.blue-theme .more {
        background-color: rgba(0, 0, 0, 0.27) !important;
        background-image: none !important; }
        .banner-section .item.blue-theme .more:hover {
          background-color: rgba(0, 0, 0, 0.35) !important; }
    .banner-section .item:before {
      content: '';
      position: absolute;
      top: -10px;
      right: -10px;
      width: 100%;
      height: 100%;
      background: transparent linear-gradient(309deg, #16A37D 0%, #58E835 100%) 0% 0% no-repeat padding-box;
      border-radius: 32px;
      opacity: 0.38;
      filter: blur(17px);
      z-index: -1; }
    .banner-section .item article {
      padding-bottom: 40px; }
    .banner-section .item .label {
      background-color: rgba(0, 0, 0, 0.27);
      font-size: 18px;
      transform-origin: 0 100%;
      transform: rotate(-5deg);
      margin-bottom: -23px; }
    .banner-section .item .title {
      font-size: 48px; }
    .banner-section .item .img-grid-div {
      height: 300px;
      top: -50px; }
    .banner-section .item .more {
      font-size: 18px;
      background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.16) 0%, rgba(0, 0, 0, 0.06) 100%); }
      .banner-section .item .more:hover {
        background-color: rgba(0, 0, 0, 0.2); }
      .banner-section .item .more.yellow-theme {
        background: #FFF01D;
        color: #3554E1; }
        .banner-section .item .more.yellow-theme:hover {
          background-color: #ffffff; }
      .banner-section .item .more i {
        font-size: 12px;
        height: 12px; }
    .banner-section .item img {
      max-width: 100%; }
  .banner-section .absolute-bar {
    width: 372.5px;
    transform: rotate(-90deg);
    bottom: 72px;
    left: -132px; }

.banner-section .item .more {
  transition: all 0.3s; }

@media screen and (min-width: 1200px) {
  .banner-section.sidebar-theme {
    padding-top: 0; }
    .banner-section.sidebar-theme .item {
      padding: 15px !important;
      padding-top: 0 !important;
      padding-bottom: 25px !important;
      height: auto; }
      .banner-section.sidebar-theme .item article {
        padding-bottom: 0px; }
      .banner-section.sidebar-theme .item .label {
        font-size: 15px;
        margin-left: auto !important;
        margin-right: auto !important; }
      .banner-section.sidebar-theme .item .title {
        font-size: 42px;
        text-align: center !important; }
      .banner-section.sidebar-theme .item .img-grid-div {
        height: 250px;
        top: -10px; }
      .banner-section.sidebar-theme .item .more {
        font-size: 16px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        margin-left: auto !important;
        margin-right: auto !important; }
      .banner-section.sidebar-theme .item img {
        object-fit: contain;
        object-position: top center;
        max-height: 350px;
        margin: 0 auto; } }
@media screen and (max-width: 1400px) {
  .banner-section.main-banner .item {
    padding-right: 50px; }
    .banner-section.main-banner .item .title {
      font-size: 48px; }
  .banner-section .item {
    padding-right: 35px;
    padding-left: 20px; }
    .banner-section .item .label {
      font-size: 16px;
      transform: rotate(-3deg);
      margin-bottom: -18px; }
    .banner-section .item .title {
      font-size: 38px; }
    .banner-section .item .more {
      font-size: 16px; }
      .banner-section .item .more i {
        font-size: 10px;
        height: 10px; } }
@media screen and (max-width: 1280px) {
  .banner-section.main-banner {
    margin-top: 58px; }
    .banner-section.main-banner .item img {
      height: 100%; }
  .banner-section .absolute-bar {
    transform: rotate(0deg);
    bottom: 47px;
    right: 35px;
    left: unset;
    z-index: 9; }
    .banner-section .absolute-bar .swiper-navigation {
      display: none !important; } }
@media screen and (max-width: 1200px) {
  /**** BANNER SECTION  ****/
  .banner-section {
    padding-top: 0px; }
    .banner-section.full-theme {
      padding: 0px 0px; }
      .banner-section.full-theme .item {
        padding-left: 0; }
        .banner-section.full-theme .item .img-grid-div {
          height: 100%;
          top: 0px; }
        .banner-section.full-theme .item article {
          padding-bottom: 0px; }
    .banner-section.main-banner .item {
      padding-right: 0; }
    .banner-section .swiper-container {
      padding-top: 0px;
      margin-top: 0px; }
    .banner-section .item {
      overflow: hidden;
      height: 200px;
      padding: 0px; }
      .banner-section .item article {
        padding-bottom: 0px;
        position: relative;
        z-index: 9; }
      .banner-section .item .label {
        font-size: 15px;
        transform: rotate(-2deg);
        margin-bottom: -10px; }
      .banner-section .item .title {
        font-size: 32px; }
      .banner-section .item .img-grid-div {
        position: absolute !important;
        right: 0;
        height: 100%;
        top: 0px;
        opacity: 0.3; }
      .banner-section .item .more {
        font-size: 15px; }
        .banner-section .item .more i {
          font-size: 10px;
          height: 10px; }
      .banner-section .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top center; }
    .banner-section .absolute-bar {
      bottom: 20px;
      right: 50%;
      transform: translateX(50%); } }
@media screen and (max-width: 992px) {
  /**** BANNER SECTION  ****/
  .banner-section.main-banner {
    margin-top: 0px; }
    .banner-section.main-banner .article {
      padding-bottom: 25px; }
    .banner-section.main-banner .item {
      height: 250px; }
      .banner-section.main-banner .item .title {
        font-size: 30px; } }
.banner-section.main-banner .item .more:hover {
  background-color: #000000 !important;
  color: #FFFFFF !important; }

@media screen and (max-width: 1280px) {
  .main-slide-home-page .banner-section .item img {
    opacity: 0.3 !important; } }
.main-slide-home-page .banner-section .swiper-slide {
  padding: 0 !important; }

.main-slide-home-page .banner-section .swiper-slide .item {
  box-shadow: none !important; }

@media screen and (max-width: 992px) {
  .main-slide-home-page .banner-section .item img {
    height: 100% !important;
    max-height: 100% !important;
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    object-fit: cover !important;
    object-position: top center !important; } }
/**** ARTICLES ****/
.articles.for-archive {
  background-color: #F8F8FA; }
  .articles.for-archive .slider-container {
    padding: 0px 70px; }
  .articles.for-archive .swiper-container:before, .articles.for-archive .swiper-container:after {
    background-image: linear-gradient(to right, rgba(248, 248, 255, 0) 0px, #F8F8FA 450px, #F8F8FA 100%); }
  .articles.for-archive .swiper-container:after {
    background-image: linear-gradient(to left, rgba(248, 248, 255, 0) 0px, #F8F8FA 450px, #F8F8FA 100%); }
  .articles.for-archive .item:before {
    display: none; }
  .articles.for-archive .item img {
    height: 275px; }
  .articles.for-archive .item .title {
    min-height: unset; }
  .articles.for-archive .header-section .swiper-navigation .btn:first-child {
    border-left-color: #F8F8FA !important; }
  .articles.for-archive .header-section .swiper-navigation .btn:last-child {
    border-right-color: #F8F8FA !important; }
  .articles.for-archive .header-section .swiper-navigation:before {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #F8F8FA 40%, #F8F8FA 60%, rgba(255, 255, 255, 0)); }
  .articles.for-archive .header-section .swiper-navigation:after {
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #F8F8FA 40%, #F8F8FA 60%, rgba(255, 255, 255, 0)); }
.articles.archive-theme .item:hover:before {
  opacity: 1; }
.articles.archive-theme .item:before {
  background-color: transparent;
  box-shadow: 0 15px 15px rgba(143, 145, 167, 0.1);
  opacity: 0;
  height: calc(100% - 65px); }
.articles.archive-theme .item .title {
  min-height: unset; }
.articles.archive-theme-sidebar .item:before {
  display: none !important; }
.articles.archive-theme-sidebar .item:hover .title {
  color: #3d66e8 !important; }
.articles.archive-theme-sidebar .item.small-theme img {
  width: 75px;
  height: 75px;
  min-width: 75px; }
.articles.archive-theme-sidebar .item.small-theme .title {
  font-size: 17px; }
.articles.archive-theme-sidebar .item img {
  object-fit: cover;
  height: 180px; }
.articles.archive-theme-sidebar .item .time {
  font-size: 15px; }
.articles.archive-theme-sidebar .line {
  height: 1px;
  background-color: #DCDDE8; }
.articles .swiper-container:before, .articles .swiper-container:after {
  content: '';
  position: absolute;
  width: 10000px;
  height: 100%;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #fff 450px, #fff 100%);
  top: 0;
  right: 0;
  transform: translateX(100%);
  z-index: 9; }
.articles .swiper-container:after {
  left: 0;
  right: unset;
  transform: translateX(-100%);
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #fff 450px, #fff 100%); }
.articles .item:hover:before {
  box-shadow: 0px 15px 15px #8F91A71F;
  background-color: #ffffff; }
.articles .item:before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 125px);
  background-color: #E7E8F5;
  opacity: 0.7;
  z-index: -1;
  border-radius: 32px;
  transition: all 0.3s; }
.articles .item .label {
  font-size: 17px;
  padding: 7.5px 12.5px;
  right: 20px;
  top: 255px;
  transform: translateY(-100%); }
.articles .item img {
  height: 200px; }
.articles .item .title {
  font-size: 17px;
  display: -webkit-box !important;
  height: 57px;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important; }
.articles .item .text {
  font-size: 15px; }
.articles .item .time {
  font-size: 15px; }
  .articles .item .time i {
    font-size: 20px;
    height: 20px; }
    .articles .item .time i.small-icon {
      font-size: 18px;
      height: 18px; }

@media screen and (max-width: 1200px) {
  .articles.for-archive .slider-container {
    padding: 0px 0px; }
  .articles.for-archive .item img {
    height: 160px; }
  .articles.archive-theme .item {
    border: 2px solid rgba(143, 145, 167, 0.15);
    border-radius: 32px; }
    .articles.archive-theme .item:before {
      display: none; }
  .articles.archive-theme-sidebar .item {
    border: none !important; }
  .articles .item .label {
    font-size: 15px;
    right: 15px;
    top: 145px; } }
@media screen and (max-width: 992px) {
  .articles.archive-theme .item {
    max-width: 100% !important;
    border-radius: 10px !important; }
    .articles.archive-theme .item img {
      height: auto; }
  .articles .swiper-container:before, .articles .swiper-container:after {
    display: none; }
  .articles .item {
    max-width: 270px; }
    .articles .item:before {
      height: calc(100% - 75px);
      border-radius: 10px; }
    .articles .item img {
      height: auto;
      border-radius: 10px !important; }
    .articles .item .title {
      font-size: 17px;
      height: 51px; }
    .articles .item .text {
      font-size: 15px; }
    .articles .item .time {
      font-size: 15px; }
      .articles .item .time i {
        font-size: 19px;
        height: 19px; } }
/* START FINAL CHANGE */
body.home .articles .swiper-container {
  padding-bottom: 24px !important;
  margin-bottom: 0 !important; }

/* END FINAL CHANGE */
body.darkMode .articles .item:before {
  background-color: #232435 !important; }
body.darkMode .articles.for-archive {
  background-color: transparent; }
body.darkMode .articles .swiper-container:before, body.darkMode .articles .swiper-container:after {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0px, #1C1D2D 450px, #1C1D2D 100%); }
body.darkMode .articles .swiper-container:after {
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0px, #1C1D2D 450px, #1C1D2D 100%); }
body.darkMode .articles.archive-theme-sidebar .line {
  background-color: rgba(44, 45, 61, 0.45); }
body.darkMode .articles .item:hover:before {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 992px) {
  .articles .container .swiper-container {
    overflow: visible !important;
    overflow-x: visible !important; } }
/**** SOCIAL-SECTION  ****/
.social-section .item {
  background-image: linear-gradient(-90deg, #44C2FA, #2D7AFF, #44C2FA, #2D7AFF);
  border-radius: 25px;
  background-size: 300% 100%; }
  .social-section .item:hover {
    box-shadow: 0px 15px 15px rgba(45, 122, 255, 0.16); }
  .social-section .item.instagram-theme {
    background-image: linear-gradient(-90deg, #D82D83, #A53199, #5E37B8, #D82D83, #A53199, #5E37B8); }
    .social-section .item.instagram-theme:hover {
      box-shadow: 0px 15px 15px rgba(165, 49, 153, 0.18); }
  .social-section .item:hover {
    background-position: 100% 0; }
  .social-section .item i {
    font-size: 35px;
    height: 35px; }
    .social-section .item i.icon-left {
      font-size: 14px;
      height: 14px; }
    .social-section .item i.icon-logo {
      font-size: 24px;
      height: auto; }

.social-section .item {
  transition: all 0.3s; }

@media screen and (max-width: 1200px) {
  .social-section .item {
    border-radius: 15px; }
    .social-section .item i {
      font-size: 24px;
      height: 24px; }
    .social-section .item img {
      max-height: 20px; } }
/**** FAQ ****/
.faq .accordion-item {
  border: 1px solid #DCDDE8; }
.faq .accordion-button {
  color: #606277 !important; }
  .faq .accordion-button:after {
    display: none; }
  .faq .accordion-button.collapsed {
    color: #8F91A7 !important; }
    .faq .accordion-button.collapsed i {
      transform: scaleY(1); }
  .faq .accordion-button i {
    font-size: 14px;
    transform: scaleY(-1);
    transition: all 0.3s;
    top: 8px; }
.faq .accordion-button {
  font-size: 17px; }
.faq .accordion-body {
  font-size: 16px;
  color: #8F91A7 !important;
  text-align: justify;
  text-align-last: right;
  padding: 0; }
.faq .accordion-collapse {
  font-size: 16px;
  color: #8F91A7 !important;
  text-align: justify;
  text-align-last: right;
  padding: 0 20px; }
  .faq .accordion-collapse p:empty {
    display: none !important; }

@media screen and (max-width: 992px) {
  .faq .accordion-item {
    border-radius: 10px !important; }
  .faq .accordion-button i {
    font-size: 12px; }
  .faq .accordion-button, .faq .accordion-body {
    font-size: 16px;
    padding: 15px !important; }
  .faq .accordion-body {
    padding-top: 0 !important; }
  .faq .accordion-collapse {
    font-size: 15px;
    padding: 0 15px; } }
/* DARK MODE */
body.darkMode .faq .accordion-header {
  background-color: transparent !important; }
body.darkMode .faq .accordion-button, body.darkMode .faq .accordion-item {
  background-color: transparent !important; }
body.darkMode .faq .accordion-item {
  border-color: #393C58 !important; }
body.darkMode .faq .accordion-button {
  color: #8F91A7 !important; }
  body.darkMode .faq .accordion-button.collapsed {
    color: #606277 !important; }

/**** PRODUCTS  ****/
.products.row-theme .swiper-wrapper {
  align-content: flex-start; }
.products.row-theme .item.swiper-slide {
  max-width: unset !important; }
.products.row-theme .item .img {
  max-width: 135px; }
.products.main-slide .swiper-container {
  padding: 0 15px;
  overflow: hidden !important; }
  @media screen and (max-width: 1400px) {
    .products.main-slide .swiper-container {
      padding: 0 20px; } }
.products.main-slide .item .img img {
  max-height: unset; }
.products.main-slide .item .main-bar:hover {
  border-color: #3d66e8 !important;
  box-shadow: none !important; }
.products.main-slide-sidebar {
  padding-left: 0;
  padding-right: 40px; }
  .products.main-slide-sidebar:before {
    display: none; }
  .products.main-slide-sidebar .swiper-container {
    padding: 0 !important;
    padding-left: 1px !important;
    padding-bottom: 15px !important; }
    @media screen and (max-width: 1400px) {
      .products.main-slide-sidebar .swiper-container {
        padding-bottom: 20px !important; } }
    @media screen and (max-width: 1200px) {
      .products.main-slide-sidebar .swiper-container {
        padding-bottom: 0px !important;
        padding-left: 0 !important; } }
  .products.main-slide-sidebar .absolute-bar {
    width: 382.5px;
    top: 175px;
    right: -180px; }
.products.newest-theme .item .main-bar {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important; }
  .products.newest-theme .item .main-bar:hover:before {
    border-color: #ffffff !important;
    box-shadow: 0px 15px 15px #8F91A71F; }
  .products.newest-theme .item .main-bar:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: calc(100% - 125px);
    border: 1px solid #dee2e6;
    box-shadow: 0px 15px 15px rgba(52, 41, 145, 0);
    border-radius: 25px;
    transition: box-shadow 0.3s , border-color 0.3s; }
.products .item {
  height: auto; }
  .products .item.swiper-slide {
    max-width: 270px !important; }
  .products .item:hover .main-bar {
    border-color: #ffffff !important;
    box-shadow: 0px 15px 15px #8F91A71F; }
  .products .item:hover .name {
    color: #3d66e8 !important; }
  .products .item:hover .label-off:after {
    opacity: 0.35; }
  .products .item .timer-bar {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-bottom: -36px;
    z-index: -1; }
    .products .item .timer-bar .off {
      font-size: 20px; }
    .products .item .timer-bar i {
      font-size: 22px;
      height: 22px; }
    .products .item .timer-bar li {
      font-size: 17px;
      padding: 0px 5px; }
      .products .item .timer-bar li:first-child {
        padding-right: 0; }
        .products .item .timer-bar li:first-child:after {
          display: none; }
      .products .item .timer-bar li:after {
        content: ':';
        position: absolute;
        bottom: 0;
        right: 0;
        transform: translateX(50%); }
  .products .item .main-bar {
    border-color: #B7B9CF;
    box-shadow: 0px 15px 15px rgba(52, 41, 145, 0);
    border-radius: 25px;
    transition: box-shadow 0.3s , border-color 0.3s; }
  .products .item .label-off {
    width: 55px;
    height: 55px;
    background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
    font-size: 12px;
    line-height: 1.1;
    transform: translate(25%, -25%);
    z-index: 1; }
    .products .item .label-off.position-relative {
      transform: unset; }
      .products .item .label-off.position-relative:after {
        opacity: 0.35; }
    .products .item .label-off:before {
      content: '';
      position: absolute;
      bottom: -9px;
      right: 50%;
      transform: translateX(50%);
      width: 40px;
      height: 40px;
      background: transparent linear-gradient(180deg, #FF0E58 0%, #FF7474 100%) 0% 0% no-repeat padding-box;
      border-radius: 50%;
      opacity: 0.61;
      filter: blur(5px);
      z-index: -1; }
    .products .item .label-off:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 50%;
      transform: translateX(50%) translateY(-50%);
      width: calc(100% + 10px);
      height: calc(100% + 10px);
      background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
      border-radius: 50%;
      z-index: -1;
      opacity: 0;
      transition: opacity 0.3s; }
    .products .item .label-off .num {
      font-size: 17px; }
  .products .item .img {
    z-index: 9; }
    .products .item .img.green-theme:before {
      background-color: #107C0F; }
    .products .item .img:before {
      content: '';
      position: absolute;
      bottom: -7.5px;
      right: 50%;
      transform: translateX(50%);
      width: calc(100% - 20px);
      background: #00195E;
      height: 100%;
      border-radius: 25px;
      opacity: 0.3;
      filter: blur(7.5px);
      z-index: -1; }
  .products .item .name {
    font-size: 17px; }
  .products .item .btn-add-card {
    width: 50px;
    height: 50px;
    background-color: rgba(61, 102, 232, 0.08); }
    .products .item .btn-add-card.btn-action {
      background-color: rgba(220, 221, 232, 0.49); }
      .products .item .btn-add-card.btn-action i {
        width: 100%; }
    .products .item .btn-add-card.danger-theme {
      background-color: rgba(232, 47, 47, 0.1); }
    .products .item .btn-add-card:hover {
      background-color: #3d66e8; }
      .products .item .btn-add-card:hover i {
        color: #ffffff !important; }
    .products .item .btn-add-card i {
      font-size: 22px;
      height: 22px; }
  .products .item .price {
    font-size: 19px;
    line-height: 1.35; }
    .products .item .price .small {
      font-size: 0.75em; }
    .products .item .price del {
      font-size: 17px; }
.products .absolute-bar {
  width: 372.5px;
  transform: rotate(-90deg);
  top: 160px;
  right: -220px; }
.products .box-archive {
  box-shadow: 0px 10px 50px #8F91A71F; }
  .products .box-archive.border-theme {
    border: 1px solid rgba(183, 185, 207, 0.47);
    box-shadow: none !important; }

.products .item .name, .products .item .btn-add-card, .products .item .btn-add-card i {
  transition: all 0.3s; }

@media screen and (max-width: 1400.9px) {
  .products .slider-container {
    padding: 0px 0px; } }
@media screen and (max-width: 1280px) {
  .products .absolute-bar {
    position: relative !important;
    width: 100%;
    transform: rotate(0deg);
    top: unset;
    right: unset;
    margin-bottom: 15px !important; }
  .products.main-slide-sidebar {
    padding-right: 0; }
    .products.main-slide-sidebar .absolute-bar {
      width: 100%;
      top: unset;
      right: unset; } }
@media screen and (max-width: 1200px) {
  .main-slide-home-page {
    overflow: hidden; }

  .products.row-theme .swiper-container {
    height: 355px;
    overflow: visible !important; }
  .products.row-theme .item.swiper-slide {
    max-width: 390px !important; }
  .products.main-slide-sidebar .slider-container:before {
    display: none !important; } }
@media screen and (max-width: 992px) {
  .products.row-theme .swiper-container {
    height: 306px; }
  .products.row-theme .item.swiper-slide {
    max-width: 290px !important;
    width: 100% !important; }
  .products.row-theme .item .main-bar {
    padding: 15px !important; }
  .products.row-theme .item .img {
    max-width: 90px; }
  .products.row-theme .item .name {
    font-size: 14px; }
  .products.row-theme .item .price {
    font-size: 15px; }
  .products.row-theme .item .btn-add-card {
    width: 40px;
    height: 40px; }
  .products.main-slide {
    padding: 0 0px;
    overflow: visible !important; }
    .products.main-slide:before {
      display: none; }
    .products.main-slide .swiper-container {
      overflow: visible !important;
      padding-left: 0px; }
  .products.archive-theme .item.swiper-slide {
    max-width: 100% !important; }
  .products.archive-theme .item .img img {
    margin-top: 0 !important; }
  .products.newest-theme .item .main-bar:before {
    height: calc(100% - 105px); }
  .products .swiper-container:before, .products .swiper-container:after {
    display: none; }
  .products .item.swiper-slide {
    max-width: 220px !important; }
  .products .item .timer-bar {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin-bottom: -36px; }
    .products .item .timer-bar .off {
      font-size: 17px; }
    .products .item .timer-bar i {
      font-size: 20px;
      height: 20px; }
    .products .item .timer-bar li {
      font-size: 16px; }
  .products .item .main-bar {
    border-radius: 15px;
    padding: 20px !important; }
  .products .item .label-off {
    width: 50px;
    height: 50px;
    font-size: 11px;
    transform: translate(20%, -20%); }
    .products .item .label-off:before {
      width: 35px;
      height: 35px; }
    .products .item .label-off .num {
      font-size: 16px; }
  .products .item .name {
    font-size: 16px; }
  .products .item .btn-add-card {
    width: 45px;
    height: 45px; }
    .products .item .btn-add-card i {
      font-size: 18px;
      height: 18px; }
  .products .item .price {
    font-size: 17px; }
    .products .item .price del {
      font-size: 16px; } }
@media screen and (max-width: 576px) {
  .products .box-archive {
    box-shadow: none; }
    .products .box-archive.border-theme {
      border: none; } }
@media screen and (max-width: 470px) {
  .products.archive-theme .col-6 {
    max-width: 100% !important;
    width: 100% !important;
    flex: 0 0 100% !important; }
  .products.archive-theme .item .main-bar {
    padding: 15px !important;
    padding-right: 121px !important;
    min-height: 120px !important; }
  .products.archive-theme .item .img {
    position: absolute !important;
    right: 15px;
    top: 15px;
    width: 90px !important;
    height: 90px; }
  .products.archive-theme .item .name {
    font-size: 15px;
    margin-bottom: 5px !important; }
  .products.archive-theme .item .btn-add-card {
    width: 40px;
    height: 40px; }
  .products.archive-theme .item .price {
    font-size: 15px; }
  .products.archive-theme .item .label-off {
    width: 40px;
    height: 40px;
    font-size: 9px; }
    .products.archive-theme .item .label-off .num {
      font-size: 12px; }
  .products.archive-theme .item .price {
    text-align: right !important; }
  .products.archive-theme .item .w-100.d-flex.align-items-end.justify-content-between {
    flex-direction: row-reverse !important; } }
@media screen and (min-width: 992px) {
  .products.main-slide .item.swiper-slide-active .main-bar:after {
    animation: progressBar 5s; }
  .products.main-slide .item:hover .main-bar {
    border-color: #dee2e6 !important; }
  .products.main-slide .item .main-bar {
    background-color: #FFFFFF !important; }
    .products.main-slide .item .main-bar:before {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%);
      width: 100px;
      height: 5px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #3d66e8 !important;
      opacity: 0.1; }
    .products.main-slide .item .main-bar:after {
      content: '';
      position: absolute;
      top: 0;
      right: 50%;
      transform: translateX(50%);
      width: 0;
      height: 5px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-color: #3d66e8 !important; }
  @keyframes progressBar {
    0% {
      width: 0; }
    100% {
      width: 100px; } } }
/* START FINAL CHANGE */
.products .slider-container {
  padding-bottom: 30px;
  margin-bottom: -30px; }

/* END FINAL CHANGE */
/* DARK MODE */
body.darkMode .products .item .main-bar {
  background-color: #1C1D2D !important;
  border-color: #2C2D39 !important; }
body.darkMode .products.main-slide .item .main-bar {
  background-color: #1C1D2D !important; }
body.darkMode .products .item .name {
  color: #fff !important; }
body.darkMode .products.main-slide .item .main-bar {
  border-color: #2C2D39 !important; }
body.darkMode .products.newest-theme .item .main-bar {
  border: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important; }
body.darkMode .products.newest-theme .item .main-bar:before {
  border-color: transparent !important;
  background-color: rgba(44, 45, 61, 0.45) !important; }
body.darkMode .products.row-theme .item .main-bar {
  background-color: transparent !important;
  border-color: #3C3F5E !important; }
body.darkMode .products .box-archive.border-theme {
  border-color: #3C3F5E !important;
  background-color: #1C1D2D !important; }
body.darkMode .products .item .btn-add-card.btn-action {
  background-color: rgba(183, 185, 207, 0.1) !important; }
body.darkMode .products.newest-theme .item .main-bar:hover:before {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2); }
body.darkMode .products .item:hover .main-bar {
  box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 768px) {
  .products.newest-theme .slider-container {
    overflow-x: visible !important; } }
.products .item .name {
  display: -webkit-box !important;
  height: 53.33px !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important; }

@media screen and (max-width: 992px) {
  .products .slider-container {
    overflow: visible !important; }

  .products.row-theme .item.swiper-slide {
    width: 100% !important; } }
body.single .products.main-slide.main-slide-sidebar .slider-container {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important; }

.product-single .box {
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px; }
  @media screen and (min-width: 1200px) {
    .product-single .box {
      padding: 35px !important;
      padding-top: 50px !important; } }
  .product-single .box:before {
    content: '';
    bottom: -50px;
    right: -25px;
    position: absolute;
    width: 380px;
    height: 254px;
    background: #DCDDE8;
    opacity: 0.3;
    filter: blur(50px);
    z-index: -1; }
  .product-single .box:after {
    content: '';
    bottom: -50px;
    left: -25px;
    position: absolute;
    width: 380px;
    height: 254px;
    background: #DCDDE8;
    opacity: 0.3;
    filter: blur(50px);
    z-index: -1; }
.product-single .main-img:before {
  content: '';
  position: absolute;
  bottom: -9px;
  right: 50%;
  transform: translateX(50%);
  width: calc(100% - 20px);
  background: #00195E;
  height: 100%;
  border-radius: 25px;
  opacity: 0.3;
  filter: blur(7.5px); }
.product-single img {
  width: 200px;
  height: 200px; }
.product-single .link {
  height: 55px;
  border: 1px solid #DCDDE8;
  transition: all 0.3s; }
  .product-single .link:hover {
    color: #ffffff !important;
    background-color: #3d66e8 !important;
    border-color: #3d66e8 !important; }
    .product-single .link:hover i {
      color: #ffffff !important; }
  .product-single .link.sq-theme {
    width: 55px;
    min-width: 55px; }
  .product-single .link i {
    font-size: 22px;
    height: 22px; }
.product-single .name {
  font-size: 20px; }
.product-single .row-info {
  max-width: 450px; }
.product-single .info {
  font-size: 15px; }
  .product-single .info i {
    font-size: 22px; }
.product-single .price {
  font-size: 17px;
  line-height: 1.35; }
  .product-single .price .small {
    font-size: 0.75em; }
  .product-single .price del {
    font-size: 15px; }
.product-single .label-off {
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
  font-size: 11px;
  line-height: 1.1;
  z-index: 1; }
  .product-single .label-off.position-relative {
    transform: unset; }
  .product-single .label-off:before {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 50%;
    transform: translateX(50%);
    width: 40px;
    height: 40px;
    background: transparent linear-gradient(180deg, #FF0E58 0%, #FF7474 100%) 0% 0% no-repeat padding-box;
    border-radius: 50%;
    opacity: 0.61;
    filter: blur(5px);
    z-index: -1; }
  .product-single .label-off:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateX(50%) translateY(-50%);
    width: calc(100% + 10px);
    height: calc(100% + 10px);
    background: linear-gradient(180deg, #FF0E58 0%, #FF7474 100%);
    border-radius: 50%;
    opacity: 0.35;
    z-index: -1; }
  .product-single .label-off .num {
    font-size: 16px; }
.product-single .btn-add-cart {
  height: 55px;
  background-color: rgba(0, 81, 255, 0.08);
  font-size: 17px; }
  .product-single .btn-add-cart:hover {
    background-color: #3d66e8;
    color: #ffffff !important; }
    .product-single .btn-add-cart:hover i {
      color: #ffffff !important; }
  .product-single .btn-add-cart i {
    font-size: 18px;
    height: 18px; }
    @media screen and (min-width: 1200px) {
      .product-single .btn-add-cart i {
        margin-left: 4px !important; } }
@media screen and (min-width: 1200px) {
  .product-single .side-column {
    width: 350px !important; } }

@media screen and (max-width: 1200px) {
  .product-single .box {
    border-radius: 10px;
    border: 1px solid #DCDDE8;
    margin-top: 30px; }
    .product-single .box:before, .product-single .box:after {
      display: none; }
  .product-single img {
    width: 130px;
    height: 130px; }
  .product-single .link {
    height: 50px;
    border-radius: 10px !important;
    font-size: 15px; }
    .product-single .link.sq-theme {
      width: 50px;
      min-width: 50px; }
    .product-single .link i {
      font-size: 20px;
      height: 20px; }
  .product-single .name {
    font-size: 18px; }
  .product-single .row-info {
    max-width: 450px; }
  .product-single .info {
    font-size: 15px; }
    .product-single .info i {
      font-size: 22px; }
  .product-single .price {
    font-size: 17px; }
    .product-single .price del {
      font-size: 15px; }
  .product-single .label-off {
    width: 50px;
    height: 50px;
    font-size: 11px; }
    .product-single .label-off .num {
      font-size: 16px; }
  .product-single .btn-add-cart {
    height: 50px;
    font-size: 16px;
    border-radius: 10px !important; }
    .product-single .btn-add-cart i {
      font-size: 18px;
      height: 18px; } }
@media screen and (max-width: 576px) {
  .product-single img {
    width: auto;
    height: auto;
    max-height: 200px; }
  .product-single .name {
    font-size: 16px; }
  .product-single .link {
    height: 45px; }
    .product-single .link.sq-theme {
      width: 45px;
      min-width: 45px; }
  .product-single .info {
    font-size: 14px; } }
/* DARK MODE */
body.darkMode .product-single .box {
  background-color: #1C1D2D !important; }
  body.darkMode .product-single .box:before {
    background: #000000; }
  body.darkMode .product-single .box:after {
    background: #000000; }
body.darkMode .product-single .link {
  border-color: rgba(255, 255, 255, 0.2); }
body.darkMode .product-single .btn-add-cart {
  background-color: #FFFFFF !important;
  color: #3d66e8 !important; }
body.darkMode .product-single .btn-add-cart:hover {
  background-color: #3d66e8 !important;
  color: #FFFFFF !important; }
body.darkMode .product-single .info b {
  color: #b7b9cf !important; }

/* START FINAL CHANGE */
.product-single .side-column {
  align-self: flex-end !important; }

/* END FINAL CHANGE */
.detail-section .nav-tabs .nav-item {
  width: calc(50% - 8px); }
.detail-section .nav-tabs .nav-link {
  border: 1px solid rgba(183, 185, 207, 0.48) !important;
  background-color: rgba(220, 221, 232, 0.38); }
  .detail-section .nav-tabs .nav-link.active {
    background-color: #ffffff; }
.detail-section .box {
  border: 1px solid rgba(183, 185, 207, 0.48) !important; }
.detail-section .rate-part.small-theme .value-rate {
  font-size: 24px; }
  .detail-section .rate-part.small-theme .value-rate .small {
    font-size: 16px;
    bottom: 2px; }
.detail-section .rate-part .value-rate {
  font-size: 34px;
  line-height: 0.9; }
  .detail-section .rate-part .value-rate .small {
    font-size: 19px;
    bottom: 2px; }
.detail-section .rate-part .jq-ry-normal-group svg {
  fill: #ebecf2 !important; }
.detail-section .rate-bar {
  font-size: 17px; }
  .detail-section .rate-bar .bar {
    background-color: #EBECF2;
    height: 5px; }
  .detail-section .rate-bar b {
    min-width: 38px;
    font-size: 20px; }
  .detail-section .rate-bar .count {
    min-width: 32px; }
  .detail-section .rate-bar i {
    font-size: 15px;
    height: 15px;
    position: relative;
    top: -2px; }
@media screen and (min-width: 1200px) {
  .detail-section .position-sticky {
    top: 15px;
    padding-bottom: 76px; } }
.detail-section .container > .row {
  align-items: start; }
.detail-section .position-sticky {
  top: 16px !important; }

@media screen and (max-width: 1400px) {
  .detail-section .nav-tabs .nav-link .header-section .title {
    font-size: 16px; }
  .detail-section .box {
    border: 1px solid rgba(183, 185, 207, 0.48) !important; }
  .detail-section .rate-part .value-rate {
    font-size: 38px;
    line-height: 0.9; }
    .detail-section .rate-part .value-rate .small {
      font-size: 21px;
      bottom: 2px; }
  .detail-section .rate-part .jq-ry-normal-group svg {
    fill: #ebecf2 !important; }
  .detail-section .rate-bar {
    font-size: 18px; }
    .detail-section .rate-bar .bar {
      background-color: #EBECF2;
      height: 5px; }
    .detail-section .rate-bar b {
      min-width: 42px;
      font-size: 22px; }
    .detail-section .rate-bar .count {
      min-width: 32px; }
    .detail-section .rate-bar i {
      font-size: 16px;
      height: 16px;
      position: relative;
      top: -2px; } }
@media screen and (max-width: 992px) {
  .detail-section .nav-tabs .nav-item {
    width: calc(50% - 4px); }
  .detail-section .nav-tabs .nav-link {
    border-radius: 10px !important; }
  .detail-section .box {
    border-radius: 10px !important; }
  .detail-section .rate-part .value-rate {
    font-size: 25px; }
    .detail-section .rate-part .value-rate .small {
      font-size: 17px; }
  .detail-section .rate-bar {
    font-size: 16px; }
    .detail-section .rate-bar b {
      min-width: 35px;
      font-size: 18px; }
    .detail-section .rate-bar .count {
      min-width: 25px; }
    .detail-section .rate-bar i {
      font-size: 14px;
      height: 14px; } }
@media screen and (max-width: 768px) {
  .detail-section.blog-theme {
    width: 100%; } }
/* DARK MODE */
body.darkMode .detail-section .box {
  border-color: #2C2D39 !important; }
body.darkMode .comment-section .item .btn-reply, body.darkMode .comment-section .item .like .icon {
  border-color: #2C2D39; }
body.darkMode .detail-section .nav-tabs .nav-link {
  background-color: #1C1D2D;
  border-color: #2C2D39 !important; }
body.darkMode .detail-section .nav-tabs .nav-link.active {
  background-color: rgba(183, 185, 207, 0.1);
  border-color: transparent !important; }
body.darkMode .detail-section .rate-bar .bar {
  background-color: rgba(183, 185, 207, 0.1); }

.form-elements.reply-theme {
  margin-right: 84px;
  border-right: 2px solid #8F91A7; }
.form-elements input, .form-elements textarea {
  height: 50px;
  font-size: 16px;
  z-index: 10;
  background-color: rgba(183, 185, 207, 0.1); }
  .form-elements input::placeholder, .form-elements textarea::placeholder {
    color: #B7B9CF;
    opacity: 1; }
.form-elements textarea {
  height: 126px; }
.form-elements .btn-submit {
  height: 55px;
  font-size: 17px;
  background: linear-gradient(57deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  transition: all 0.3s;
  background-size: 300% 100%; }
  .form-elements .btn-submit:hover {
    background-position: 100% 0; }
.form-elements .btn-cancel {
  background-color: rgba(183, 185, 207, 0.1);
  transition: all 0.3s; }
  .form-elements .btn-cancel:hover {
    background-color: #3d66e8 !important;
    color: #ffffff !important; }

@media screen and (max-width: 992px) {
  .form-elements.reply-theme {
    margin-right: 0px; }
  .form-elements input, .form-elements textarea {
    height: 50px;
    font-size: 16px;
    border-radius: 10px !important; }
  .form-elements textarea {
    height: 120px; }
  .form-elements .btn-submit {
    height: 50px;
    font-size: 17px; }
  .form-elements .btn-cancel {
    font-size: 14px; } }
.comment-section .item.reply-theme {
  margin-right: 84px;
  padding-right: 24px;
  border-right: 2px solid #447AEE; }
.comment-section .item .name {
  font-size: 17px; }
  .comment-section .item .name .label {
    font-size: 15px;
    background-color: rgba(78, 233, 78, 0.16);
    color: #3DB63F; }
    .comment-section .item .name .label .icon {
      width: 20px;
      height: 20px;
      background: linear-gradient(222deg, #76F976 0%, #2EA531 100%); }
      .comment-section .item .name .label .icon i {
        font-size: 9px;
        height: 9px;
        text-shadow: 0px 0.5px 0px #00000024; }
  .comment-section .item .name .small-theme {
    font-size: 15px; }
.comment-section .item .date {
  font-size: 15px; }
.comment-section .item .btn-reply {
  font-size: 16px;
  border: 1px solid rgba(183, 185, 207, 0.48);
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 0.3s; }
  .comment-section .item .btn-reply:hover {
    background-color: #3d66e8;
    border-color: #3d66e8;
    color: #ffffff !important; }
    .comment-section .item .btn-reply:hover i {
      color: #ffffff !important; }
  .comment-section .item .btn-reply i {
    font-size: 20px;
    height: 20px; }
.comment-section .item .text {
  font-size: 16px;
  text-align: justify; }
.comment-section .item .like {
  font-size: 16px; }
  .comment-section .item .like .icon {
    width: 40px;
    height: 40px;
    border: 1px solid rgba(183, 185, 207, 0.48); }
    .comment-section .item .like .icon i {
      font-size: 18px;
      height: 18px; }
.comment-section .item .label {
  font-size: 14px;
  background-color: rgba(70, 126, 240, 0.14); }
.comment-section .line {
  max-width: calc(100% - 84px);
  height: 1px;
  background-color: #DCDDE8; }

@media screen and (max-width: 992px) {
  .comment-section .item.reply-theme {
    margin-right: 0px;
    padding-right: 16px; }
  .comment-section .item .name {
    font-size: 17px; }
    .comment-section .item .name .label {
      font-size: 15px; }
      .comment-section .item .name .label .icon {
        width: 18px;
        height: 18px; }
        .comment-section .item .name .label .icon i {
          font-size: 8px;
          height: 8px; }
    .comment-section .item .name .small-theme {
      font-size: 15px; }
  .comment-section .item .date {
    font-size: 15px; }
  .comment-section .item .btn-reply {
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px !important; }
    .comment-section .item .btn-reply i {
      font-size: 18px;
      height: 18px; }
  .comment-section .item .text {
    font-size: 16px; }
  .comment-section .item .like {
    font-size: 16px; }
    .comment-section .item .like .icon {
      width: 40px;
      height: 40px;
      border-radius: 10px !important; }
      .comment-section .item .like .icon i {
        font-size: 16px;
        height: 16px; }
  .comment-section .item .label {
    font-size: 14px; }
  .comment-section .line {
    max-width: calc(100% - 61px); } }
@media screen and (max-width: 576px) {
  .comment-section .item {
    position: relative; }
    .comment-section .item .name {
      font-size: 15px; }
      .comment-section .item .name .label {
        font-size: 13px; }
      .comment-section .item .name .small-theme {
        width: 100%;
        font-size: 13px; }
    .comment-section .item .date {
      font-size: 13px; }
    .comment-section .item .btn-reply {
      font-size: 14px;
      margin-right: 0 !important;
      padding: 6px 12px !important;
      margin-top: 8px;
      right: -61px;
      position: relative; }
      .comment-section .item .btn-reply i {
        font-size: 16px;
        height: 16px; }
    .comment-section .item .text {
      font-size: 14px; }
    .comment-section .item .like {
      font-size: 15px; }
    .comment-section .item .full-in-mobile {
      min-width: calc(100% + 62px);
      right: -61px;
      position: relative; }
    .comment-section .item .w-name-mobile {
      width: calc(100% - 61px) !important; }
  .comment-section .line {
    max-width: 100%; } }
/* DARK MODE */
body.darkMode .comment-section .line {
  background-color: #2C2D39 !important; }

.comment-section .item .text {
  font-weight: 400 !important; }

.comment-section .item .text strong {
  font-weight: 700; }

.status-section.border-theme {
  border: 1px solid rgba(183, 185, 207, 0.47);
  min-height: 492px; }
.status-section .icon {
  width: 60px;
  height: 60px;
  border: 1px solid #DCDDE8; }
  .status-section .icon.danger-theme {
    border-color: #FFEBEB;
    background-color: #FFEBEB; }
  .status-section .icon i {
    font-size: 24px;
    height: 24px; }
  .status-section .icon img {
    width: auto !important;
    max-height: 25px;
    transform: translateX(12.5px); }
.status-section .title {
  font-size: 20px; }
.status-section .subtitle {
  font-size: 16px; }
.status-section .btn {
  font-size: 17px;
  background: linear-gradient(65deg, #467EF0 0%, #2C3ED9 100%);
  min-width: 300px;
  background-size: 300% 100%; }
  .status-section .btn:hover {
    background-position: 100% 0; }
.status-section .img-error {
  max-height: 90px;
  object-fit: contain;
  object-position: center; }
.status-section .icon-logo {
  font-size: 30px; }

.status-section .btn {
  transition: all 0.3s; }

@media screen and (max-width: 992px) {
  .status-section.border-theme {
    min-height: unset; }
  .status-section .icon {
    width: 55px;
    height: 55px; }
    .status-section .icon i {
      font-size: 22px;
      height: 22px; }
    .status-section .icon img {
      max-height: 22.5px;
      transform: translateX(10px); }
  .status-section .title {
    font-size: 19px; }
  .status-section .subtitle {
    font-size: 15px; }
  .status-section .btn {
    font-size: 17px;
    padding: 10px 15px;
    border-radius: 10px !important;
    min-width: unset; }
  .status-section .img-error {
    max-width: 350px; } }
/* DARK MODE */
body.darkMode .status-section.border-theme {
  border-color: #2C2D39; }
body.darkMode .status-section .icon {
  border-color: #2C2D39; }
  body.darkMode .status-section .icon.danger-theme {
    border-color: rgba(220, 53, 69, 0.2) !important;
    background-color: rgba(220, 53, 69, 0.2) !important; }

.login-register .box {
  max-width: 430px;
  border: 1.5px solid rgba(183, 185, 207, 0.52); }
.login-register .brand .vector {
  max-height: 90px; }
.login-register .brand .logo {
  max-width: 115px; }
.login-register .vector-absolute {
  transform: translateY(45%) translateX(25%);
  max-height: 450px;
  z-index: -1; }
.login-register .title {
  font-size: 19px; }
.login-register .text {
  font-size: 16px; }
  .login-register .text a {
    background-color: rgba(61, 102, 232, 0.15); }
    .login-register .text a:hover {
      background-color: #3d66e8;
      color: #ffffff !important; }
.login-register .label {
  font-size: 16px; }
.login-register input {
  background-color: rgba(183, 185, 207, 0.1);
  height: 50px; }
  .login-register input::placeholder {
    color: #B7B9CF;
    opacity: 1; }
.login-register .btn-show-hide {
  cursor: pointer;
  left: 16px; }
  .login-register .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
.login-register .label-check {
  cursor: pointer; }
  .login-register .label-check .sq {
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-color: #DCDDE8;
    border-radius: 5px; }
    .login-register .label-check .sq i {
      font-size: 12px;
      height: 12px;
      color: #ffffff;
      opacity: 0; }
.login-register input[type="checkbox"]:checked + label .sq {
  background-color: #3d66e8; }
  .login-register input[type="checkbox"]:checked + label .sq i {
    opacity: 1; }
.login-register .link {
  font-size: 15px; }
  .login-register .link:hover {
    color: #2242a6; }
.login-register .btn-submit {
  font-size: 17px;
  background: linear-gradient(-90deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  padding: 12.5px;
  background-size: 300% 100%;
  transition: all 0.3s;
  cursor: pointer; }
  .login-register .btn-submit.blue-theme {
    background-image: none !important;
    background-color: rgba(61, 102, 232, 0.075);
    color: #3d66e8 !important; }
    .login-register .btn-submit.blue-theme:hover {
      background-color: #3d66e8 !important;
      color: #FFFFFF !important; }
  .login-register .btn-submit.border-theme {
    border: 1px solid rgba(183, 185, 207, 0.52);
    background-image: none; }
    .login-register .btn-submit.border-theme:hover {
      color: #3d66e8 !important;
      border-color: #3d66e8 !important; }
  .login-register .btn-submit.small-theme {
    font-size: 14px; }
  .login-register .btn-submit:hover {
    background-position: 100% 0; }
.login-register .edit {
  font-size: 15px;
  left: 16px; }
  .login-register .edit:hover {
    color: #3d66e8 !important; }
.login-register .timer {
  font-size: 15px;
  background-color: rgba(220, 221, 232, 0.4); }
.login-register .status-bar {
  height: 3.5px; }
.login-register .label-radio {
  height: 50px;
  background-color: #E5EDFD; }
.login-register input[type="radio"]:checked + label {
  border: 2px solid #3d66e8 !important; }

.login-register .btn, .login-register .text a, .login-register .link, .login-register .label-check .sq, .login-register .label-check .sq i {
  transition: all 0.3s; }

@media screen and (max-width: 992px) {
  .login-register .brand .vector {
    max-height: 75px; }
  .login-register .brand .logo {
    max-width: 100px; }
  .login-register .vector-absolute {
    max-height: 350px; }
  .login-register .brand img {
    max-width: 145px; }
  .login-register .title {
    font-size: 19px; }
  .login-register .text {
    font-size: 16px; }
  .login-register .label {
    font-size: 15px; }
  .login-register input {
    font-size: 15px;
    height: 50px; }
  .login-register .btn-show-hide i {
    font-size: 18px;
    height: 18px; }
  .login-register .label-check {
    font-size: 15px; }
  .login-register .link {
    font-size: 15px; }
  .login-register .btn-submit {
    font-size: 17px;
    padding: 10px; }
  .login-register .edit {
    font-size: 15px; } }
@media screen and (max-width: 576px) {
  .login-register .link {
    width: 100%; } }

/*# sourceMappingURL=product-single.css.map */
