/* 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; } }
/**** 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; }

.shopping-cart .item {
  border: 1px solid rgba(183, 185, 207, 0.47);
  max-width: calc(100% - 95px);
  padding-right: 114px !important; }
  .shopping-cart .item:last-child {
    margin-bottom: 0 !important; }
  .shopping-cart .item .img-container {
    right: -95px; }
    .shopping-cart .item .img-container:before {
      content: '';
      position: absolute;
      bottom: -5px;
      right: 50%;
      transform: translateX(50%);
      width: calc(100% - 20px);
      background: #00195E;
      height: 100%;
      border-radius: 25px;
      opacity: 0.3;
      filter: blur(7.5px); }
    .shopping-cart .item .img-container img {
      position: relative; }
  .shopping-cart .item .main-img {
    width: 190px;
    height: 190px; }
  .shopping-cart .item .name {
    font-size: 19px; }
  .shopping-cart .item .info {
    font-size: 16px; }
    .shopping-cart .item .info img {
      max-width: 20px;
      max-height: 20px; }
    .shopping-cart .item .info i {
      font-size: 20px;
      height: 20px; }
  .shopping-cart .item .line {
    height: 1px;
    background-image: repeating-linear-gradient(to left, #DCDDE8 0px, #DCDDE8 7px, #ffffff 7px, #ffffff 14px); }
  .shopping-cart .item .count .btn {
    width: 35px;
    height: 35px;
    border: 1px solid #DCDDE8;
    transition: all 0.3s; }
    .shopping-cart .item .count .btn:hover {
      border-color: #3d66e8;
      color: #3d66e8 !important; }
    .shopping-cart .item .count .btn i {
      font-size: 12px;
      height: 12px; }
  .shopping-cart .item .count input {
    font-size: 19px;
    width: 35px; }
  .shopping-cart .item .count .sub-btn {
    cursor: pointer;
    font-size: 10px;
    height: 10px;
    z-index: 9;
    transition: all 0.3s; }
    .shopping-cart .item .count .sub-btn:hover {
      color: #3d66e8 !important; }
  .shopping-cart .item .btn-bin {
    transition: all 0.3s;
    border: none !important;
    outline: none !important;
    box-shadow: none !important; }
    .shopping-cart .item .btn-bin:hover {
      color: #DC3545FF !important; }
    .shopping-cart .item .btn-bin i {
      font-size: 22px;
      height: 22px; }
  .shopping-cart .item .price {
    font-size: 18px;
    line-height: 1.35; }
    .shopping-cart .item .price .small {
      font-size: 0.75em; }
    .shopping-cart .item .price del {
      font-size: 16px; }
    .shopping-cart .item .price .percent {
      font-size: 15px;
      padding: 5px 10px;
      background: linear-gradient(147deg, #FF0E58 0%, #FF7474 100%) !important; }
      .shopping-cart .item .price .percent:before {
        content: '';
        position: absolute;
        bottom: -2.5px;
        right: 50%;
        transform: translateX(50%);
        width: 100%;
        height: 16px;
        /* UI Properties */
        background: linear-gradient(139deg, #FF0E58 0%, #FF7474 100%);
        border-radius: 13px;
        opacity: 0.6;
        filter: blur(5px);
        z-index: -1; }
  .shopping-cart .item .link-box {
    font-size: 15px;
    background-color: rgba(183, 185, 207, 0.1);
    transition: all 0.3s; }
    .shopping-cart .item .link-box:hover {
      color: #3d66e8 !important;
      background-color: rgba(61, 102, 232, 0.1); }
      .shopping-cart .item .link-box:hover i {
        color: #3d66e8 !important; }
    .shopping-cart .item .link-box i {
      font-size: 12px;
      height: 12px;
      top: 5px;
      transition: all 0.3s; }
.shopping-cart .btn-return {
  border: 1px solid rgba(183, 185, 207, 0.47);
  font-size: 17px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all 0.3s; }
  .shopping-cart .btn-return:hover {
    border-color: #3d66e8;
    color: #3d66e8 !important; }
    .shopping-cart .btn-return:hover i {
      color: #3d66e8 !important; }
  .shopping-cart .btn-return i {
    font-size: 14px;
    height: 14px;
    transition: all 0.3s; }
.shopping-cart .sidebar {
  border: 1px solid rgba(183, 185, 207, 0.47); }
  .shopping-cart .sidebar .title {
    font-size: 18px; }
  .shopping-cart .sidebar .tr {
    font-size: 16px; }
    .shopping-cart .sidebar .tr b {
      font-size: 18px; }
    .shopping-cart .sidebar .tr .small {
      font-size: 15px; }
  .shopping-cart .sidebar .percent {
    font-size: 15px;
    padding: 3.5px 9px;
    background: linear-gradient(147deg, #FF0E58 0%, #FF7474 100%) !important; }
    .shopping-cart .sidebar .percent:before {
      content: '';
      position: absolute;
      bottom: -2.5px;
      right: 50%;
      transform: translateX(50%);
      width: 100%;
      height: 16px;
      /* UI Properties */
      background: linear-gradient(139deg, #FF0E58 0%, #FF7474 100%);
      border-radius: 13px;
      opacity: 0.6;
      filter: blur(5px);
      z-index: -1; }
  .shopping-cart .sidebar .form-elements input {
    font-size: 16px; }
  .shopping-cart .sidebar .line {
    height: 1px;
    background-image: repeating-linear-gradient(to left, #DCDDE8 0px, #DCDDE8 7px, #ffffff 7px, #ffffff 14px); }
    .shopping-cart .sidebar .line.gradient-none {
      background-image: none;
      background-color: #DCDDE8; }
  .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label {
    color: #606277 !important; }
    .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label .text-light {
      color: #606277 !important; }
    .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label .text-lighter {
      color: #8F91A7 !important; }
    .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label .sq {
      background: linear-gradient(25deg, #467EF0 0%, #2C3ED9 100%);
      box-shadow: 0px 3px 6px #447AEF4D; }
      .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label .sq i {
        opacity: 1; }
  .shopping-cart .sidebar .form-check-checkbox label {
    font-size: 16px;
    color: #B7B9CF;
    cursor: pointer; }
    .shopping-cart .sidebar .form-check-checkbox label .sq {
      width: 20px;
      height: 20px;
      border-radius: 5px;
      background-color: #E4EAF8;
      position: relative;
      top: 2px; }
      .shopping-cart .sidebar .form-check-checkbox label .sq i {
        font-size: 9px;
        height: 9px;
        color: #ffffff;
        opacity: 0; }
    .shopping-cart .sidebar .form-check-checkbox label .main-icon {
      font-size: 20px;
      height: 20px; }
.shopping-cart .btn-payment {
  font-size: 16px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(68deg, #467EF0, #2C3ED9, #467EF0, #2C3ED9);
  background-size: 300% 100%;
  transition: all 0.3s; }
  .shopping-cart .btn-payment:hover {
    background-position: 100% 0; }

@media screen and (min-width: 992px) {
  .shopping-cart .side-column {
    width: 300px; }
  .shopping-cart .main-column {
    width: calc(100% - 300px); } }
@media screen and (min-width: 1200px) {
  .shopping-cart .side-column {
    width: 340px; }
  .shopping-cart .main-column {
    width: calc(100% - 340px); } }
@media screen and (max-width: 1200px) {
  .shopping-cart .item {
    max-width: 100% !important;
    padding-right: 16px !important; }
    .shopping-cart .item .img-container {
      width: fit-content;
      width: -moz-fit-content;
      position: relative !important;
      top: 0 !important;
      right: 0 !important; }
    .shopping-cart .item .main-img {
      width: 120px;
      height: 120px; }
    .shopping-cart .item .name {
      font-size: 18px;
      width: calc(100% - 120px); }
    .shopping-cart .item .info {
      font-size: 15px; }
    .shopping-cart .item .count input {
      width: 30px; }
    .shopping-cart .item .btn-bin i {
      font-size: 20px;
      height: 20px; }
    .shopping-cart .item .price {
      font-size: 17px; }
      .shopping-cart .item .price del {
        font-size: 15px; }
      .shopping-cart .item .price .percent {
        font-size: 14px; }
    .shopping-cart .item .link-box {
      font-size: 14px; }
      .shopping-cart .item .link-box i {
        font-size: 10px;
        height: 10px; }
  .shopping-cart .btn-return {
    font-size: 16px;
    padding-top: 12.5px;
    padding-bottom: 12.5px; }
    .shopping-cart .btn-return i {
      font-size: 12px;
      height: 12px; }
  .shopping-cart .sidebar .title {
    font-size: 17px; }
  .shopping-cart .sidebar .tr {
    font-size: 16px; }
    .shopping-cart .sidebar .tr b {
      font-size: 17px; }
    .shopping-cart .sidebar .tr .small {
      font-size: 14px; }
  .shopping-cart .sidebar .percent {
    font-size: 14px; }
  .shopping-cart .sidebar .form-check-checkbox label {
    font-size: 15px; }
  .shopping-cart .btn-payment {
    font-size: 16px;
    padding-top: 12.5px;
    padding-bottom: 12.5px; } }
@media screen and (max-width: 576px) {
  .shopping-cart .item .main-img {
    width: 90px;
    height: 90px; }
  .shopping-cart .item .name {
    font-size: 17px;
    width: calc(100% - 90px); }
  .shopping-cart .btn-return {
    font-size: 15px; }
  .shopping-cart .item .count-product {
    width: auto !important;
    margin-bottom: 0; } }
/* DARK MODE */
body.darkMode .shopping-cart .item {
  border-color: #2C2D39 !important; }
body.darkMode .shopping-cart .item .count .btn {
  border-color: #2C2D39 !important; }
  body.darkMode .shopping-cart .item .count .btn:hover {
    background-color: #3d66e8 !important;
    color: #FFFFFF !important;
    border-color: #3d66e8 !important; }
body.darkMode .shopping-cart .btn-return {
  border-color: #2C2D39; }
body.darkMode .shopping-cart .sidebar {
  border-color: #2C2D39; }
body.darkMode .shopping-cart .item .line, body.darkMode .shopping-cart .sidebar .line {
  background-image: repeating-linear-gradient(to left, #2C2D39 0px, #2C2D39 7px, #1C1D2D 7px, #1C1D2D 14px); }
body.darkMode .shopping-cart .sidebar .form-check-checkbox label .sq {
  background-color: #2C2D39; }
body.darkMode .shopping-cart .item .count input {
  background-color: transparent !important; }
body.darkMode .shopping-cart .sidebar .form-check-checkbox label .text-light {
  color: #B7B9CF !important; }
body.darkMode .shopping-cart .sidebar .form-check-checkbox label .text-lighter {
  color: #606277 !important; }
body.darkMode .shopping-cart .sidebar .form-check-checkbox input[type="radio"]:checked + label .text-light {
  color: #B7B9CF !important; }

.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; } }

/*# sourceMappingURL=shopping-cart.css.map */
