@-moz-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-webkit-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-o-keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@keyframes coccoc-alo-circle-anim {
  0% {
    transform: rotate(0) scale(0.5) skew(1deg);
    opacity: .1; }
  30% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; }
  100% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .1; } }

@-moz-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-webkit-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-o-keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@keyframes coccoc-alo-circle-fill-anim {
  0% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .3; }
  50% {
    transform: rotate(0) scale(1) skew(1deg);
    opacity: .4; }
  100% {
    transform: rotate(0) scale(0.7) skew(1deg);
    opacity: .5; } }

@-moz-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-webkit-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@-o-keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes coccoc-alo-circle-img-anim {
  0% {
    transform: rotate(0) scale(1) skew(1deg); }
  10% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  20% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  30% {
    transform: rotate(-25deg) scale(1) skew(1deg); }
  40% {
    transform: rotate(25deg) scale(1) skew(1deg); }
  50% {
    transform: rotate(0) scale(1) skew(1deg); }
  100% {
    transform: rotate(0) scale(1) skew(1deg); } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes shine {
  0% {
    left: -100%;
    transition-property: left; }
  11.50442%,
  100% {
    left: 100%;
    transition-property: left; } }

@keyframes shake1 {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(15deg); }
  100% {
    transform: rotateZ(0deg); } }

@keyframes shake2 {
  0% {
    transform: rotateZ(0deg); }
  50% {
    transform: rotateZ(-15deg); }
  100% {
    transform: rotateZ(0deg); } }

@keyframes scaleY1 {
  0% {
    transform: translate(-59%, -49%); }
  50% {
    transform: translate(-59%, -54%) scale3d(1, 1.1, 1); }
  100% {
    transform: translate(-59%, -49%); } }

@keyframes scaleY2 {
  0% {
    transform: translate(-40%, -50%); }
  50% {
    transform: translate(-40%, -55%) scale3d(1, 1.05, 1); }
  100% {
    transform: translate(-40%, -50%); } }

@keyframes scaleY3 {
  0% {
    transform: translate(-16%, -50%); }
  50% {
    transform: translate(-16%, -55%) scale3d(1, 1.05, 1); }
  100% {
    transform: translate(-16%, -50%); } }

@font-face {
  font-family: 'Display-Regular';
  src: url("https://file.hstatic.net/1000230347/file/display-regular_b0539b77a2a74631b688ab24bda9c73e.ttf"); }

@font-face {
  font-family: 'Display-Black';
  src: url("https://file.hstatic.net/1000230347/file/display-black_95b66f6f7d0d4a5a83651a110f15e19f.ttf"); }

@font-face {
  font-family: 'Display-ExtraBold';
  src: url("https://file.hstatic.net/1000230347/file/display-extrabold_cb146811f9154289add780156248161e.ttf"); }

@font-face {
  font-family: 'Display-Medium';
  src: url("https://file.hstatic.net/1000230347/file/display-medium_5775a93329a84dbe9fba4999f848cfe3.ttf"); }

@media (min-width: 1300px) {
  .container {
    max-width: 1290px; } }

*::-webkit-scrollbar {
  width: 4px;
  height: 3px; }

*::-webkit-scrollbar-track {
  -webkit-border-radius: 2px;
  border-radius: 2px; }

*::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #221084;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

*::-webkit-scrollbar-thumb:window-inactive {
  background: #efefef; }

.title-img {
  display: flex;
  justify-content: center;
  position: relative; }
  .title-img .ani {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 32vw; }
  .title-img img {
    width: 22vw; }

.cate {
  display: flex;
  justify-content: center;
  margin: 30px auto;
  align-items: center;
  width: 80%; }
  .cate_item {
    cursor: pointer; }
    .cate_item:not(:last-child) {
      margin-right: 15px; }
    .cate_item img {
      width: 100%;
      transition: 0.3s all ease-in-out; }
    .cate_item:not(.active, :hover) img {
      filter: grayscale(100%); }

#gallery_02 .lazyload:not(.loaded) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#gallery_1 .pos-relative.embed-responsive.embed-responsive-1by1 img {
  transform: translate(-50%, -50%) scale(0.72); }

.box-show-design .box-design-image img {
  width: 165px; }

.box-print {
  margin: 0; }

.box-show-design {
  margin: 0 0 10px 0; }

#Quantity_popup {
  display: flex; }

.variant_popup {
  margin-bottom: 0 !important; }

#font-input {
  width: 125px; }

.g-text {
  letter-spacing: 0.6vw;
  line-height: 7vw;
  text-transform: uppercase;
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  font-size: 4vw;
  font-family: "Pacifico", sans-serif; }

header, footer, .subheader, .bread-crumb, .home-parnter {
  display: none; }

section {
  width: 100%; }

.sec_showcase {
  margin-bottom: 0 !important;
  margin-top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("https://file.hstatic.net/1000230347/file/bg-bottom_fa723e33363643b691c6f1de0776229a.png"); }
  .sec_showcase video {
    margin: auto; }
  .sec_showcase .center:not(.slick-initialized) {
    display: flex;
    overflow: hidden; }
    .sec_showcase .center:not(.slick-initialized) .item {
      flex: 0 0 25%; }
  .sec_showcase .slick-arrow.slick-prev:before, .sec_showcase .slick-arrow.slick-next:before {
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px; }
  .sec_showcase .slick-arrow.slick-prev {
    left: -30px; }
  .sec_showcase .slick-arrow.slick-next {
    right: -30px; }
  .sec_showcase .slick-slider {
    margin: 75px 0 60px 0; }
  .sec_showcase .item {
    padding: 0 45px; }

.sec_features {
  padding: 30px 0; }
  .sec_features__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px; }
  .sec_features__item {
    display: flex;
    flex-direction: column;
    width: calc((100% / 3) - 20px);
    padding: 15px;
    background: #efefef;
    border-radius: 20px;
    align-items: center;
    transition: 0.3s all ease-in-out;
    border: 4px solid #4147e9;
    background-color: #fff; }
    .sec_features__item:hover {
      transform: scale(1.05);
      box-shadow: 0px 0px 15px 5px rgba(97, 130, 245, 0.5); }
    .sec_features__item_title {
      text-align: center;
      font-weight: bold;
      font-size: 30px;
      text-transform: uppercase;
      color: #4234dd;
      margin-bottom: 5px;
      font-family: 'Display-ExtraBold'; }
    .sec_features__item_icon {
      margin-bottom: 10px;
      width: 10vw;
      height: 10vw;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .sec_features__item_icon.sign {
        background-image: url("https://file.hstatic.net/1000230347/file/icon1_bd62b08bac6742d7b63deb5e15abb43f.png"); }
      .sec_features__item_icon.brand {
        background-image: url("https://file.hstatic.net/1000230347/file/icon2_5d9d1b4597324612bfdaf7257b0c1006.png"); }
      .sec_features__item_icon.gift {
        background-image: url("https://file.hstatic.net/1000230347/file/icon3_718b0efc65bc4a53a0a48e5886bd299a.png"); }
    .sec_features__item_content {
      text-align: center;
      color: #454445;
      font-family: 'Display-Medium'; }

.sec_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: all 0.4s;
  background: #221084;
  height: 91px; }
  .sec_header__wrap {
    display: flex;
    padding: 10px 0; }
  .sec_header ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    align-items: center;
    margin: 0 0 0 15px; }
    .sec_header ul li {
      font-weight: bold;
      text-transform: uppercase;
      font-size: 20px;
      cursor: pointer;
      color: #434be9;
      font-family: 'Display-ExtraBold'; }
      .sec_header ul li.active {
        color: #f1dd42; }
      .sec_header ul li:not(:last-child) {
        margin-right: 30px; }
  .sec_header img {
    width: 300px; }

.sec_demo {
  position: relative;
  overflow: visible;
  background: #3d1fde;
  height: calc(100vh - 91px);
  position: relative;
  background-image: url("https://file.hstatic.net/1000230347/file/1920x600_0d4fbdc87e654655b81e53c52120710e.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .sec_demo > .container {
    height: 100%; }
    .sec_demo > .container > .row {
      height: 100%; }
  .sec_demo__title {
    position: relative;
    width: 100%;
    height: 100%; }
    .sec_demo__title .top-title {
      position: relative;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 75vw;
      max-width: unset; }
    .sec_demo__title .bg-title {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 80vw;
      max-width: unset; }
    .sec_demo__title .hand {
      position: absolute; }
      .sec_demo__title .hand.left {
        width: 8vw;
        left: 14%;
        top: 5%;
        animation: shake1 2s ease infinite; }
      .sec_demo__title .hand.right {
        width: 18vw;
        right: -21%;
        top: 1%;
        left: unset;
        animation: shake2 2s 1s ease infinite; }
  .sec_demo .bags {
    position: relative;
    width: 100%;
    height: 100%; }
  .sec_demo .bag {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30vw;
    transform: translate(-50%, -50%); }
    .sec_demo .bag.bag1 {
      z-index: 1;
      transform: translate(-59%, -41%);
      width: 32vw;
      animation: scaleY1 2s ease infinite; }
    .sec_demo .bag.bag2 {
      z-index: 2;
      transform: translate(-40%, -50%);
      animation: scaleY2 2s 0.5s ease infinite; }
    .sec_demo .bag.bag3 {
      z-index: 3;
      transform: translate(-16%, -50%);
      animation: scaleY3 2s 1s ease infinite; }
  .sec_demo h3 {
    font-family: "Pacifico", sans-serif;
    font-weight: bold;
    color: #fff;
    font-size: 3.3vw;
    letter-spacing: 0.3vw;
    line-height: 6vw;
    text-transform: uppercase;
    font-style: italic;
    text-align: center; }
  .sec_demo .bg-canvas {
    height: 100%;
    width: 100%;
    padding: 0 30px; }
    .sec_demo .bg-canvas > img {
      transform: rotate(10deg); }
  .sec_demo .slider-canvas {
    width: 30%;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -70%) rotate(10deg); }

.sec_tab {
  margin-top: 30px;
  display: block !important; }
  .sec_tab .card {
    box-shadow: 0px 0px 15px 10px rgba(212, 217, 234, 0.45);
    padding: 45px; }

.sec_details {
  padding: 30px 0;
  background: #fefefe; }
  .sec_details__btns {
    margin-top: -2%; }
  .sec_details__wrap {
    text-align: center; }
    .sec_details__wrap .img_main {
      border-bottom-left-radius: 10%;
      border-bottom-right-radius: 10%; }
  .sec_details .gallery-wrapper .item-gallery {
    margin-top: 0 !important;
    margin-right: 15px;
    border-radius: 5px; }
  .sec_details .wp_product_main {
    width: 100%;
    /*box-shadow: 0px 0px 15px 10px rgba(212, 217, 234, 0.45);*/
    padding: 45px 0; }
    .sec_details .wp_product_main #ProductPhoto_popup, .sec_details .wp_product_main .gallery-print-me-tem {
      display: none; }
    .sec_details .wp_product_main .gallery-print-me-tem label {
      font-family: 'Display-Black';
      background: #f2753e;
      color: #fff;
      padding: 5px 5px 0 5px;
      font-size: 20px;
      margin: 0 0 15px 0; }
    .sec_details .wp_product_main .gallery-wrapper {
      max-height: unset; }
      .sec_details .wp_product_main .gallery-wrapper .item-gallery {
        width: 24%; }
    .sec_details .wp_product_main.printing #ProductPhoto_popup, .sec_details .wp_product_main.printing .gallery-print-me-tem {
      display: block; }
    .sec_details .wp_product_main.printing .large-image, .sec_details .wp_product_main.printing .slickthumb_relative_product_1 {
      display: none; }

.bread-crumb, .home-parnter {
  margin: 0; }

label, .header {
  font-weight: bold !important; }

#print_name_popup {
  padding: 0; }

#save-picture, #re-design {
  background: #343a40;
  margin: 15px 0 0 0; }

#add-to-cart-form {
  width: 100%; }
  #add-to-cart-form > div {
    width: 100%; }

.group-status .product_sku {
  width: 100%;
  margin-top: 15px; }

.group-status .first_status {
  position: relative;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  display: inline-block; }
  .group-status .first_status .line {
    position: absolute;
    right: -10px; }

.group-status .status_name {
  font-weight: normal;
  background: #343a40;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
  margin-left: 5px;
  display: inline-block; }

.nav {
  justify-content: space-between; }
  .nav .nav-link {
    background: #808080;
    color: #fff;
    border-bottom: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 20px;
    font-family: 'Display-ExtraBold'; }
    .nav .nav-link.active {
      background-color: #48c6df; }

.tab-content {
  display: block;
  border-top: none;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background: #fff; }
  .tab-content .tab-pane {
    padding: 15px;
    height: calc(100vh - 171px);
    overflow: hidden auto; }

.productDetail-page {
  display: flex;
  /*padding-top: 91px;*/
  flex-direction: column;
  align-items: center;
  font-family: 'Display-Regular';
  background-color: #eeeeee;
  background-size: contain;
  /*background-repeat: no-repeat;*/
  background-position: center;
  /*background-image: url('https://file.hstatic.net/1000230347/file/2111.w039.n003.5b.p1.5_ba403fd557344f73a2dfa7f30fd57a47.jpg');*/ }
  .productDetail-page h1 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    text-transform: uppercase;
    background: #343a40;
    color: #fff;
    padding: 15px 25px;
    display: inline-block;
    border-radius: 30px; }
  .productDetail-page .title_module_main {
    justify-content: center !important; }
    .productDetail-page .title_module_main h2 {
      text-transform: uppercase;
      background: #343a40;
      color: #fff;
      padding: 15px 25px;
      border-radius: 30px; }
      .productDetail-page .title_module_main h2 a {
        color: #fff; }
  .productDetail-page .product-detail-left {
    background: #fff;
    padding: 0;
    border: 2px solid #2659f3;
    border-radius: 0.5rem;
    height: calc(100vh - 120px);
    overflow: hidden; }
    .productDetail-page .product-detail-left #ProductPhoto_popup {
      height: 100%;
      width: 100%; }
      .productDetail-page .product-detail-left #ProductPhoto_popup .product-image-feature-popup {
        position: absolute;
        height: calc(100% - 50px);
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
  .productDetail-page .details-product .details-pro .product-price {
    font-weight: bold;
    color: #f32c3d; }
  .productDetail-page .btn_base {
    color: #343a40;
    border: solid 1px #343a40; }
    .productDetail-page .btn_base svg {
      stroke: #343a40; }
    .productDetail-page .btn_base:hover {
      background: #343a40; }
    .productDetail-page .btn_base.buy_now {
      background: #343a40;
      color: #fff;
      border: 1px solid #343a40; }

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .productDetail-page {
    padding-top: 68px; }
    .productDetail-page .product-detail-left {
      height: calc(50vh - 120px); }
    .productDetail-page .tab-content .tab-pane {
      height: calc(50vh - 150px); }
  .sec_header {
    height: 68px; }
    .sec_header img {
      width: 200px; }
    .sec_header ul li {
      font-size: 14px !important; }
  .sec_demo {
    height: calc(50vh - 68px); }
    .sec_demo__title .top-title {
      width: 80vw; }
    .sec_demo__title .bg-title {
      width: 90vw; }
    .sec_demo__title .hand.left {
      left: 11%;
      top: 14%; }
    .sec_demo__title .hand.right {
      right: -15%;
      top: 10%; }
  .title-img img {
    width: 35vw; }
    .title-img img.ani {
      width: 55vw; }
  .sec_features__item_title {
    font-size: 24px; }
  .cate {
    width: 100%; }
  .nav .nav-link {
    padding: 5px;
    font-size: 13px; }
  .sec_showcase .title-img {
    margin-top: -115px; } }

@media (min-width: 768px) {
  .sec_details__wrap .img_main {
    max-width: 50vw; }
  .cus-padding {
    padding-left: 30px; } }

@media (max-width: 1366px) {
  .sec_header ul li {
    font-size: 16px; } }

@media (max-width: 767px) {
  body {
    padding: 0; }
  .gallery-print-me-tem label {
    font-size: 16px !important; }
  .ega-cr-addon.ega-cr-addon--shopee {
    display: none; }
  .sec_showcase .slick-arrow.slick-next {
    right: 5px; }
  .sec_showcase .slick-arrow.slick-prev {
    left: 5px; }
  .cate {
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 30px 0 0 0; }
    .cate_item {
      width: calc(50% - 20px);
      margin: 0 !important; }
      .cate_item:last-child img {
        margin-bottom: -9px !important; }
  .title-img img {
    width: 60vw; }
    .title-img img.ani {
      width: 88vw; }
  .sec_demo {
    height: 52vh;
    background-position: revert; }
    .sec_demo .bags {
      top: -11vh;
      position: absolute;
      left: 44%;
      transform: translateX(-50%);
      z-index: 0; }
      .sec_demo .bags .bag {
        width: 45vw; }
        .sec_demo .bags .bag.bag1 {
          width: 51vw; }
    .sec_demo .top-title, .sec_demo .bg-title {
      width: 124vw;
      z-index: 1;
      top: -44px;
      transform: translateX(-50%); }
    .sec_demo .hand.left {
      width: 17vw;
      left: 1%;
      top: 10%; }
    .sec_demo .hand.right {
      width: 33vw;
      right: -17%;
      top: 6%; }
  .sec_header__wrap {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0; }
  .sec_header img {
    width: 50vw; }
  .sec_header ul {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding: 10px 0;
    justify-content: space-between; }
    .sec_header ul li {
      margin: 0 !important;
      font-size: 10px;
      padding: 5px 0;
      text-align: center;
      width: auto;
      color: #fff; }
  .sec_features {
    padding: 25px 0; }
    .sec_features h3 {
      margin: 0 !important;
      font-size: 16px; }
  .sec_features__list {
    justify-content: center;
    margin-top: 0;
    margin-right: -15px; }
    .sec_features__list .sec_features__item_icon {
      width: 15vw;
      height: 15vw; }
    .sec_features__list .sec_features__item {
      width: calc((100% / 3) - 15px);
      margin-top: 30px;
      margin-right: 15px;
      padding: 5px;
      border: 2px solid #4147e9; }
      .sec_features__list .sec_features__item .sec_features__item_title {
        font-size: 12px; }
      .sec_features__list .sec_features__item .sec_features__item_content {
        font-size: 10px; }
  .sec_showcase {
    margin: 60px 0 0 0;
    padding: 25px 0 0 0; }
    .sec_showcase .title-img {
      margin-top: -100px; }
    .sec_showcase .slick-slider {
      margin: 30px 0 15px 0; }
    .sec_showcase h3 {
      font-size: 16px; }
    .sec_showcase .item {
      padding: 0 15px; }
  .cus-padding {
    padding: 0; }
  .tab-content .tab-pane {
    height: auto; }
  .wp_product_main {
    padding: 25px 10px 15px 10px !important; }
    .wp_product_main h1 {
      font-size: 16px; }
    .wp_product_main .details-product {
      padding: 0 15px; }
    .wp_product_main .product-detail-left {
      margin-bottom: 15px;
      height: calc(50vh - 91px); }
    .wp_product_main .tab-content {
      border-radius: 0; }
    .wp_product_main .nav .nav-item {
      margin: 0;
      width: calc(100% / 3); }
      .wp_product_main .nav .nav-item.special span {
        display: none; }
      .wp_product_main .nav .nav-item .nav-link {
        font-size: 11px;
        padding: 3px;
        text-align: center; }
  .sec_demo h3 {
    font-size: 4.5vw;
    line-height: 8vw;
    letter-spacing: 0.5vw; }
  .productDetail-page {
    overflow: hidden; }
  .print_name_popup_inner {
    padding: 0; }
  .productDetail-page .title_module_main h2 a {
    font-size: 16px; } }

.btns-sticky {
  z-index: 2;
  bottom: 96px;
  right: 32px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px; }

.coccoc-alo-ph-circle {
  width: 80px;
  height: 80px;
  /*top: 32px;
	left: 32px;*/
  position: absolute;
  background-color: transparent;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid rgba(255, 10, 10, 0.4);
  opacity: .5;
  -webkit-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  animation: coccoc-alo-circle-anim 1.2s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.coccoc-alo-ph-circle-fill {
  width: 62px;
  z-index: -1;
  height: 62px;
  /*top: 27px;
	left: 27px;*/
  position: absolute;
  background-color: #dc3545;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 2px solid transparent;
  opacity: .5;
  -webkit-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -moz-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -ms-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -o-animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: coccoc-alo-circle-fill-anim 2.3s infinite ease-in-out;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s; }

.social-icon {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative; }

.social-icon svg {
  width: 32px;
  height: 32px; }

.social-icon svg.fb {
  fill: #0a7cff; }

.social-icon svg.call {
  fill: #eb2027; }

@media (max-width: 325px) {
  .sec_demo .bags {
    width: 30vw; }
    .sec_demo .bags.bag1 {
      width: 35vw; }
  .sec_features__list .sec_features__item .sec_features__item_title {
    font-size: 10px; }
  .wp_product_main .nav .nav-item .nav-link {
    font-size: 9px; }
  .sec_showcase .slick-slider {
    margin: 45px 0 15px 0; } }
