.cms-cockpit .card {
  border: 1px solid #E9ECEF;
  border-radius: 8px;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: #fff;
}
.cms-cockpit .card:hover {
  transition: all .3s ease;
}
.cms-cockpit .ccp-product-card.locked:before,
.cms-cockpit .ccp-product-card.soldout:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.8);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("/_ui/responsive/theme-alpha/images/frontend/icon-locked.svg");
}
.cms-cockpit .ccp-product-card.soldout:before {
  background-image: url("/_ui/responsive/theme-alpha/images/frontend/icon-soldout.svg");
}
.cms-cockpit .ccp-product-card.locked .stretched-link::after,
.cms-cockpit .ccp-product-card.soldout .stretched-link::after{
  z-index: 4;
}
.cms-cockpit .ccp-box .content {
  flex: 1;
  padding: 20px 10px 20px 24px;
  text-align: left;
  align-content: center;
  color: #272727;
  height: 100%;
}
.cms-cockpit .ccp-box .content .title {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
}
.cms-cockpit .ccp-box .content .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding-top: 4px;
}
.cms-cockpit .ccp-box .campaign-content {
  padding: 16px 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  align-content: center;
  color: #101828;
  height: 100%;
}
.cms-cockpit .ccp-box .campaign-content .title {
  font-size: 14px;
}
.cms-cockpit .ccp-box .campaign-content .description {
  color: #EC6E00;
}
.cms-cockpit .ccp-box .icon {
  width: 60px;
  padding-right: 24px;
  margin: auto;
}
.cms-cockpit .ccp-box .icon-arrow-right-orange {
  font-size: 36px;
}
.cms-cockpit .ccp-box .object-fit-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}
.cms-cockpit .ccp-box .box-img {
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}
.cms-cockpit .ccp-box .campaign-img {
  border-radius: 4px;
}
.cms-cockpit .ccp-box .img-padding {
  padding: 8px 8px 0;
}
.cms-cockpit .ccp-product {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #101828;
}
.cms-cockpit .ccp-product img {
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.cms-cockpit .ccp-product .prd-body {
  padding: 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.cms-cockpit .ccp-product .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-cockpit .ccp-product .price-area {
  padding-top: 8px;
  display: flex;
}
.cms-cockpit .ccp-product .price-area .discount {
  background-color: #25BF60;
  color: #FFF;
  margin-right: 8px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-cockpit .ccp-product .price-area .old-price {
  font-weight: 400;
  color: #98A2B3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: line-through;
}
.cms-cockpit .ccp-product .promotion {
  background: #25BF60;
  border: 1px solid #25BF60;
  height: 28px;
  text-align: center;
  border-radius: 2px;
  margin-top: 8px;
  padding: 4px 8px;
  color: #FFF;
  width: max-content;
}
.cms-cockpit .ccp-product .seller-area {
  margin: 8px 0 16px;
  border: 1px solid #DEE2E6;
  border-radius: 2px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cms-cockpit .ccp-product .seller-area .seller {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
}
.cms-cockpit .ccp-product .cta-btn {
  display: block;
  width: 100%;
  padding: 6px;
  line-height: 24px;
  border-radius: 4px;
  height: 36px;
  font-weight: 500;
  color: #fff;
  background: #EC6E00;
  text-align: center;
  border: none !important;
}
.cms-cockpit .ccp-campaign {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #101828;
  text-align: center;
}
.cms-cockpit .ccp-campaign img {
  object-fit: cover;
  border-bottom: 1px solid #E9ECEF;
  border-radius: 8px 8px 0 0;
  width: 100%;
}
.cms-cockpit .ccp-campaign .prd-body {
  padding: 8px 12px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.cms-cockpit .ccp-campaign .category {
  color: #EC6E00;
  position: relative;
}
.cms-cockpit .ccp-campaign .category:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -8px;
  left: calc(50% - 15px);
  border-bottom: 2px solid #DEE2E6;
  flex-shrink: 0;
}
.cms-cockpit .ccp-campaign .name-area {
  display: -webkit-flex;
  -webkit-align-items: center;
  padding-top: 17px;
  height: 64px;
}
.cms-cockpit .ccp-campaign .name-area .name {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.cms-cockpit .ccp-campaign .price-area {
  padding-top: 8px;
  display: flex;
  justify-content: center;
  text-align: start;
}
.cms-cockpit .ccp-campaign .price-area .discount {
  background-color: #25BF60;
  color: #FFF;
  margin-right: 8px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
}
.cms-cockpit .ccp-campaign .price-area .current-price {
  font-size: 18px;
  line-height: 24px;
}
.cms-cockpit .ccp-campaign .price-area .old-price {
  font-weight: 400;
  color: #98A2B3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: line-through;
  font-size: 16px;
  line-height: 20px;
}
.cms-cockpit .ccp-campaign .promotion {
  color: #25BF60;
  border: 1px solid #25BF60;
  height: 28px;
  border-radius: 20px;
  margin-top: 8px;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
}
.cms-cockpit .ccp-campaign .cta-btn {
  display: block;
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  height: 36px;
  font-weight: 500;
  color: #fff;
  background: #EC6E00;
  text-align: center;
  border: none !important;
  font-size: 14px;
  line-height: 24px;
}
.cms-cockpit .ccp-banner img {
  border-radius: 8px;
}
.cms-cockpit .ccp-banner .swiper-pagination2 .swiper-pagination {
  bottom: -25px;
}
.cms-cockpit .ccp-banner .banner-swiper-button svg[class="icon-arrow-right-black"],
.cms-cockpit .ccp-banner .banner-swiper-button svg[class="icon-arrow-left-black"] {
  border: 1px solid #212529;
  padding: 7px;
  border-radius: 40px;
  font-size: 30px;
  cursor: pointer;
}
.cms-cockpit .ccp-banner .banner-swiper-button svg[class="icon-arrow-right"],
.cms-cockpit .ccp-banner .banner-swiper-button svg[class="icon-arrow-left"] {
  border: 1px solid #fff;
  padding: 7px;
  border-radius: 40px;
  font-size: 30px;
  cursor: pointer;
}
.cms-cockpit .ccp-banner .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px;
}
.cms-cockpit .ccp-banner .main-title {
  color: #212529;
  font-size: 2.25rem;
}
.cms-cockpit .ccp-banner .sub-title {
  color: #212529;
  line-height: 24px;
}
.cms-cockpit .ccp-banner .btn-main {
  background: #EC6E00;
  border-radius: 24px;
  padding: 8px 30px;
  margin: 10px 0;
  display: inline-block;
  color: #fff;
}
.cms-cockpit .iframe-container {
  position: relative;
  width: 100%;
  height: 0;
}
.cms-cockpit .iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cms-cockpit .category-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  margin: 0 10px 10px;
  width: 100%;
}
.cms-cockpit .installment-area {
  padding-top: 8px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #475467;
}
.cms-cockpit .add_to_cart_form {
  display: contents;
}
.cms-cockpit .color-gray {
  color: #475467;
}
.cms-cockpit .color-blue {
  color: #3588F4;
}
.cms-cockpit .ccp-category-list {
  padding: 10px;
  margin: auto;
  overflow: auto;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.cms-cockpit .ccp-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  border-radius: 4px;
  background: #FFF;
  color: #FD5D02;
  padding: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  cursor: pointer;
}
.cms-cockpit .ccp-button:hover,
.cms-cockpit .ccp-button.active {
  color: #FFF;
  background: #FD5D02;
}
.cms-cockpit .ccp-tab-button {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: max-content;
  border-radius: 3px;
  padding: 10px 15px;
  background: transparent;
  color: #6C757D;
  font-size: 14px;
  line-height: 12px;
  cursor: pointer;
  font-weight: bold;
  width: auto;
}
.cms-cockpit .ccp-tab-button + .cms-cockpit .ccp-tab-button {
  margin-left: 5px;
}
.cms-cockpit .ccp-tab-button:hover,
.cms-cockpit .ccp-tab-button.active {
  background: #FFF;
  color: #EC6E00;
}
.cms-cockpit .ccp-product-card {
  border: 1px solid #E9ECEF;
  border-radius: 8px;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 8px;
}
.cms-cockpit .ccp-product-card .prd-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 !important;
}
.cms-cockpit .ccp-product-card .prd-body .name {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.cms-cockpit .ccp-product-card .prd-body .name .name-p2 {
  color: #19B454;
}
.cms-cockpit .ccp-product-card .price-area .discount {
  background-color: #25BF60;
  color: #FFF;
  margin-right: 8px;
  border-radius: 2px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cms-cockpit .ccp-product-card .price-area .old-price {
  font-weight: 400;
  color: #98A2B3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: line-through;
}
.cms-cockpit .ccp-product-card .promotion {
  background: #25BF60;
  border: 1px solid #25BF60;
  text-align: left;
  border-radius: 2px;
  margin-top: 8px;
  padding: 4px 8px;
  color: #FFF;
  width: max-content;
  max-width: 100%;
}
.cms-cockpit .ccp-product-card .prd-body .categories {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.cms-cockpit .ccp-product-card .seller-area {
  margin: 8px 0px;
  border: 1px solid #DEE2E6;
  border-radius: 2px;
  height: 24px;
  display: flex;
  align-items: center;
}
.cms-cockpit .ccp-product-card .seller-area .seller {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 16px;
}
.cms-cockpit .ccp-product-card .prd-body .cta-btn a {
  border-radius: 4px;
  border:1px solid #F36B2C;
  background: #fff;
  color: #F36B2C;
  padding: 8px 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  align-content: end;
  position: relative;
  z-index: 2;
  outline: none;
}
.cms-cockpit .ccp-product-card .prd-body .cta-btn a:hover {
  background: #F36B2C;
  color: #fff;
}
.cms-cockpit .ccp-product-card .prd-image {
  border: 1px solid #E9ECEF;
  border-radius: 4px;
}
.cms-cockpit .ccp-boxes a,
.cms-cockpit .ccp-products a,
.cms-cockpit .ccp-campaigns a {
  width: inherit;
}

.cms-cockpit .ccp-countdown {
  background: rgba(255, 255, 255, 0.15);
}
.cms-cockpit .ccp-countdown .countdown_section {
  background: #FD5D02;
  color: #fff;
  border-radius: 4px;
  padding: 10px;
  min-width: 65px;
}
.cms-cockpit .ccp-countdown .countdown_section .countdown_amount {
  color: #fff;
  font-size: 40px;
}
.cms-cockpit .ccp-countdown .countdown_section .countdown_time {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}
.cms-cockpit .ccp-countdown .countdown-notice {
  letter-spacing: 3px;
}
.cms-cockpit .ccp-tabs .swiper-button-prev,
.cms-cockpit .ccp-tabs .swiper-button-next {
  margin-top: -21px;
  width: 45px;
  height: 42px;
  border-radius: 3px;
  border: 0;
  background: -webkit-gradient(linear,left top,right top,from(rgba(250,250,250,0)),color-stop(91.56%,#fff));
  background: linear-gradient("90deg",rgba(250,250,250,0) 0%,#fff 91.56%);
}
.cms-cockpit .ccp-tabs .swiper-button-prev {
  left: -5px;
}
.cms-cockpit .ccp-tabs .swiper-button-next {
  right: -5px;
}
.cms-cockpit .ccp-tabs .swiper-button-prev:before,
.cms-cockpit .ccp-tabs .swiper-button-next:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-position: right center;
  background-image: url("data:image/svg+xml,%3Csvg xmlns= 'http://www.w3.org/2000/svg' viewBox= '0 0 28 33' %3E%3Cpath fill= '%23444444' d= 'M18.36 15.64l-4.836-4.837a.756.756 0 0 0-1.069 1.069l3.547 3.546.747.732-.747.78-3.547 3.546a.756.756 0 1 0 1.07 1.069l4.835-4.837a.756.756 0 0 0 0-1.068z' /%3E%3C/svg%3E");
}

.ccp-reels-video .reels-video,
.gowit-li .reels-video { position: relative; display: flex; }

.ccp-reels-video .reels-video .video-controls,
.gowit-li .reels-video .video-controls {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: linear-gradient(#0000, #000000bf);
  display: flex;
  align-items: end;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  padding: 20px;
}

.ccp-reels-video .reels.multi .reels-video .video-controls {
  display: block;
}

.ccp-reels-video .reels-video .video-controls .author {
  margin-bottom: 7px;
}
.ccp-reels-video .reels-video .video-controls .controls > span,
.gowit-li .reels-video .video-controls .controls > span{
  cursor: pointer;
  background: #fff;
  padding: 7px 10px 9px;
  border-radius: 50%;
  display: inline-block;
}
.ccp-reels-video .reels-video .video-controls .controls > span svg,
.gowit-li .reels-video .video-controls .controls > span svg {
  font-size: 14px;
  color: #101828;
}
.ccp-reels-video .reels-prd .prd-body .name {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ccp-reels-video .swiper-button-next {
  right: -50px;
}
.ccp-reels-video .swiper-button-prev {
  left: -50px;
}

.cms-cockpit .ccp-product-card .prd-body form .cta-btn {
  border-radius: 4px;
  border: 1px solid #F36B2C;
  background: #fff;
  color: #F36B2C;
  padding: 8px 15px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  align-content: end;
  position: relative;
  z-index: 2;
  outline: none;
}g

.cms-cockpit .ccp-product-card .prd-body form .cta-btn:hover {
  background: #F36B2C;
  color: #fff;
}

.ccp-reels-video .reels.single,
.ccp-reels-video .reels.multi {
  margin: 10px 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.ccp-reels-video .reels.single video {
  border-radius: 15px 15px 0 0;
}
.ccp-reels-video .reels.single .reels-prd {
  border-radius: 0 0 15px 15px;
}
.ccp-reels-video .reels.multi video {
  border-radius: 15px;
}
.ccp-reels-video .reels.multi .video-controls {
  border-radius: 0 0 15px 15px;
}

.ccp-reels-video .reels-video .controlsFullscreen {
  position: absolute;
  top: 10px;
  right: 10px;
}
.ccp-reels-video .reels-video .controlsFullscreen svg {
  color: #fff;
  font-size: 15px;
  cursor: pointer;
}
.ccp-reels-video .reels-video .controlsLive {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
.ccp-reels-video .reels-video .controlsLive > span {
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  border: 0.5px solid #fff;
  padding: 12px 17px 14px 19px;
  color: #fff;
  cursor: pointer;
}

.ccp-reels-video .reels-video .controlsLive > span svg {
  font-size: 10px;
}

.cms-cockpit .bp-button {
  color: #fff;
  background: #000;
  font-weight: bold;
  padding: 5px 15px;
  border-radius: 4px;
  display: inline-block;
  transition: all .3s ease;
}
.cms-cockpit .bp-button:hover {
  opacity: 0.7;
}
.cms-cockpit .bp-button svg { margin-right: -10px; }
.cms-cockpit .add_to_cart_form .cta-btn {
  color: #fff;
  background: #000;
}
.cms-cockpit .category-title {
  color: #000 !important;
}
.cms-cockpit .ccp-banners .wrap {
  position: relative;
  overflow: hidden;
}
.cms-cockpit .ccp-banners .wrap img {
  transition: all .3s ease;
}
.cms-cockpit .ccp-banners .wrap:hover img {
  transform: scale(1.1);
}
.cms-cockpit .ccp-banners .wrap:not(.noshadow)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background: linear-gradient(180deg, rgba(3, 3, 4, 0) 0%, #030304 100%);
  z-index: 1;
}
.cms-cockpit .ccp-banners .wrap .info {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 25px;
  width: 320px;
  max-width: 100%;
  z-index: 4;
}
.cms-cockpit .ccp-banners .wrap .info .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.cms-cockpit .ccp-banners .wrap .stretched-link::after {
  z-index: 3;
}
.cms-cockpit .ccp-banners .wrap .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFFFFF4D;
  padding: 10px 12px 12px 15px;
  border-radius: 50%;
  z-index: 2;
}
.cms-cockpit .ccp-banners .wrap .play svg {
  font-size: 16px;
  color: #fff;
}

@media (max-width: 1024px) {
  .ccp-category-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
  .ccp-button {
    height: 36px !important;
    font-size: 12px !important;
    line-height: 14px !important;
  }
  .category-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    padding: 0 5px 5px;
  }
  .cms-cockpit .ccp-box .campaign-content {
    padding: 8px 5px;
    font-size: 14px;
    line-height: 20px;
  }
  .cms-cockpit .ccp-box .campaign-content .title {
    font-size: 12px;
  }
  .cms-cockpit .ccp-box .content {
    padding: 10px 5px 10px 12px;
  }
  .cms-cockpit .ccp-box .content .title {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
  }
  .cms-cockpit .ccp-box .content .description {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    padding-top: 4px;
  }
  .cms-cockpit .ccp-product-card .prd-body .name {
    white-space: wrap;
  }
  .cms-cockpit .ccp-product-card .prd-body .categories {
    white-space: wrap;
  }
  .cms-cockpit .ccp-tabs .swiper-button-prev,
  .cms-cockpit .ccp-tabs .swiper-button-next {
    display: block;
  }
}
