/* @font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-Light.otf") format("opentype");
    font-weight: 300;
    font-style: normal;
}


@font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-Regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-Medium.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-SemiBold.otf") format("opentype");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: "AlbulaPro";
    src: url("/fonts/fontsite/AlbulaPro-ExtraBold.otf") format("opentype");
    font-weight: 900;
    font-style: normal;
} */
 

:root {
  /* ── Biến cũ — giữ lại để backward compatible ── */
  --font-family-default:    'Plus Jakarta Sans', sans-serif;
  --big-font-size:          16px;
  --small-font-size:        14px;
  --title-heading:          32px;
  --button-border-radius:   8px;
  --card-background-color:  #f4f6f8;
  --zoomist-slider-bar-size: 80px !important;
  --zoomist-zoomer-button-size: 36px !important;

  /* ================================================================
     DESIGN TOKENS — Bộ token thiết kế dùng chung (IAAT)
     Nguồn: spec e-commerce chuẩn (áp dụng từ 2026-06)
     ================================================================ */

  /* ── Màu sắc ── */
  --primary:              var(--brand,#0056b3);   /* Xanh navy đậm — nút chính, header */
  --primary-color:        var(--brand,#0056b3);   /* alias */
  --primary-foreground:   #ffffff;
  --secondary:            #e30019;   /* Đỏ tươi — giá, flash sale, nút mua ngay */
  --secondary-color:      #e30019;   /* alias */

  --background:           #ffffff;   /* Nền box, card */
  --bg-white:             #ffffff;
  --bg-body:              #f4f6f8;   /* Nền trang tổng thể */
  --foreground:           #333333;   /* Chữ chính */
  --text-main:            #333333;
  --muted-foreground:     #888888;   /* Chữ phụ, giá gốc */
  --text-muted:           #888888;
  --border:               #ebebeb;   /* Viền thẻ, viền bảng */
  --border-color:         #ebebeb;
  --dark:                 #0f172a;   /* Footer / nền tối */

  /* ── Typography ── */
  --font-sans:
      'Plus Jakarta Sans',
      -apple-system,
      BlinkMacSystemFont,
      "Segoe UI",
      sans-serif;
  --font-weight-normal:   400;
  --font-weight-medium:   500;
  --font-weight-semibold: 600;
  --font-weight-bold:     700;

  /* ── Bo góc ── */
  --radius:       8px;                         /* base — card, box */
  --radius-sm:    4px;                         /* checkbox, thumbnail */
  --radius-md:    6px;                         /* input, tag */
  --radius-lg:    8px;                         /* card, button */
  --radius-xl:    12px;                        /* modal, panel lớn */
  --radius-2xl:   16px;                        /* hero section */
  --radius-full:  9999px;                      /* pill, search bar, avatar */

  /* ── Cỡ chữ (type scale) — mọi nơi quy về bộ này ── */
  --fs-xs:    12px;   /* nhãn nhỏ, badge, slogan */
  --fs-sm:    13px;   /* nút, text phụ */
  --fs-base:  14px;   /* text chính, input */
  --fs-md:    15px;   /* tiêu đề panel */
  --fs-lg:    16px;   /* tiêu đề mục */
  --fs-xl:    18px;   /* giá, heading lớn */
  --fs-2xl:   21px;   /* h2 */
  --fs-3xl:   28px;   /* heading trang */
}

/* ================================================================
   BASE APPLICATION
   ================================================================ */

/* 1. Body */
body {
  font-family: var(--font-sans);
  color: var(--text-main);
  background-color: var(--bg-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 2. Headings */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-sans);
}
h1 { font-weight: 700; letter-spacing: -0.025em; }
h2 { font-weight: 700; letter-spacing: -0.02em; }
h3 { font-weight: 600; }
h4, h5 { font-weight: 600; }
h6 { font-weight: 500; }

/* 3. Form elements */
button, input, select, textarea, optgroup {
  font-family: var(--font-sans);
}



h1,h2,h3,h4,h5,h6, span, p, a, li, div{
  font-family: var(--font-family-default);
}
.h2, h2 {
    font-size: 21px;
font-weight: 600;
}
#product-price .product-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
button, input, select, textarea {
    background-color: #ffffff;
    color: #000000;
    height: 28px;
    border-radius: 8px;
    text-align: left;
}
.btn.btn-primary {
  line-height: 1;
}

#searchFrom .input-group {
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#searchFrom .input-group input {
  width: 75%;
}

#searchFrom .input-group .input-group-btn {
  height: 34px; /**FIX HEIGHT***/
  margin-left: 5px;
}
#searchFrom .input-group .input-group-btn .btn {
  height: 100%;
}
#product-price .product-price-row:before,#product-price .product-price-row:after {
    display: none;
}
/***FOOTER ****/
.footer-top {
    background-color: #111;
    color: #fff;
    padding: 30px 0;
  }
  .logo-footer {
    text-align: center;
    padding: 0 0 30px 0;
  }
  .logo-footer img {
    width: auto;
    height: 60px;
  }
  .footer-bottom {
    background-color: #1e1e1e;
  }
  #scroll-to-top {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 36px; /* Place the button at the bottom of the page */
    right: 20px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #1e1e1e; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 8px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    transition: 0.3s ease-in-out;
    height: 44px;
  }
  
  #scroll-to-top:hover {
    background-color: #555; /* Add a dark-grey background on hover */
  }
/*liên hệ di động */
.thong-tin-lien-he ul li a img {
    height: 16px;
    width: auto;
}
.toggle-thong-tin-lien-he button {
    display: inline-flex;
    width: 120px;
    background: #000;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 400;
    column-gap: 10px;
    border: 1px solid #000;
    height: auto;
    cursor: pointer;
    border-radius: 8px 8px 0 0;
}
.thong-tin-lien-he {
    width: fit-content;
    bottom: 0;
    right: 135px;
    position: fixed;
    z-index: 99999999;
    height: auto;
}
.thong-tin-lien-he__content {
    opacity: 0;
    transition: all 0.3s;
    border: 1px solid #555;
    padding: 8px;
    border-radius: 8px;
    margin-bottom: 4px;
    position: relative;
    background-color: #fff;

}
.thong-tin-lien-he__content .close-thong-tin-lien-he {
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 12px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    color: #555;
    background: #fff;
    border-radius: 50%;
    padding-left: 3px;
}
.thong-tin-lien-he__content.show {
    opacity: 1;
}
.thong-tin-lien-he ul {
    list-style: none;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    column-gap: 1rem;
    width: 100%;
    padding-left: 4px;
    gap: 4px;
}

.thong-tin-lien-he ul li {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.thong-tin-lien-he ul li a:hover {
    color: #555 !important;
}

.thong-tin-lien-he ul li a {
    display: flex;
    align-items: center;
    column-gap: 0.5rem;
    width: 100%;
    outline: none;
    color: #000 !important;
    text-decoration: none;
    transition: 0.3s;
}

/*** BIG SCREEN ****/
/* @media screen and (min-width:480px) {
    .thong-tin-lien-he {
        bottom: 35%;
        width: fit-content;
        left: 0;
        background: #f1f1f1;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        padding-left: 0;
        padding-right: 30px;
        padding-top: 10px;
        padding-bottom: 0px;
        transition: 0.3s;
        right: auto;
    }
    .thong-tin-lien-he__content {
        opacity: 1;
        border: none;
    }
    
    .toggle-thong-tin-lien-he {
        display: none;
    }

    .thong-tin-lien-he ul {
        flex-direction: column;
        width: auto;
        gap: 0.6rem;
        margin-bottom: 10px;
    }

    .thong-tin-lien-he ul li {
        justify-content: flex-start;
    }

    .thong-tin-lien-he ul li a {
        width: auto;
        display: flex;
        column-gap: 0.5rem;
        align-items: center;
    }

    .thong-tin-lien-he ul li a img {
        height: 100%;
        width: 28px;
    }
}

@media screen and (min-width: 480px) and (max-width: 1600px) {
    .thong-tin-lien-he {
        right: -90px;
    }

    .thong-tin-lien-he:hover {
        right: -5px;
    }
} */

/*end*/
/*** HOMEPAGE SECTION **/
section {
  padding-top: 10px;
  padding-bottom: 30px;
}

section .title-heading {
  font-size: 25px;
}

/***TABLE HUONG DAN ***/
.table-huongdan .table-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  width: 100%;
}

.table-huongdan .table-container .table-heading {
  font-weight: bold;
  background-color: #434343;
  color: white;
  border-bottom: 1px solid #fff;
text-align: center;
margin-top: 20px;
}

.table-huongdan .table-container div {
  font-size: var(--small-font-size);
  padding: 15px;
  font-weight: 500;
font-size: 12px;
}

/** HO TRO SECTION **/
.ho-tro-group {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.ho-tro-group a {
  font-size: 2rem;
  color: #111;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: bold;
}

.ho-tro-group a svg {
  width: 32px;
  height: auto;
  transition: all 0.3s ease;
}

.ho-tro-group a:hover svg {
  transform: translateX(10px);
}

.ho-tro-img {
  text-align: center;
}

.ho-tro-img img {
  width: 70%;
  text-align: center;
}

/*** DONG PHUC SECTION ***/
.dong-phuc {
  padding-bottom: 50px;
}

.dong-phuc-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dong-phuc-info p {
  font-size: var(--big-font-size);
}

.dong-phuc-img {
  text-align: center;
}

.dong-phuc-img img {
  width: 80%;
}

/*** Y TUONG GALLERY SECTION **/
.masonry-gallery img {
  width: 100%;
}
/*** CHINH SACH SECTION ***/
.chinh-sach ul {
  list-style: none;
  padding: 0;
}

.chinh-sach p,
.chinh-sach li {
  font-size: var(--big-font-size);
  font-weight: 500;
  font-size: 13px;

}

.chinh-sach li {
  margin-bottom: 8px;
  font-size: 14px;
    font-weight: 500;
}

.chinh-sach svg {
  color: green;
  margin-bottom: 2px;
  margin-right: 4px;
}


header .dropdown-menu {
  background-color: #fff;
}

.product-detail-1 tr,
.product-detail-1 td,
.product-detail-1 p {
  font-weight: 400;
font-size: 12px;
    font-weight: 500;
}

.product-detail-1 td,
.product-detail-1 th {
  padding: 5px 5px 5px 0px
}

.product-detail-1 table {
  border-collapse: collapse;
  margin-bottom: 15px;
}

.product-detail-1 tr {
  border-bottom: 1px solid #ccc;
}

.product-detail-1 th,
.product-detail-1 td {
  text-align: left;
  padding: 4px;
}

.ps-container .ps-scrollbar-x-rail {
  position: absolute;
  bottom: 3px;
  height: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear
}

.ps-container:hover .ps-scrollbar-x-rail,
.ps-container.hover .ps-scrollbar-x-rail {
  opacity: .6;
  filter: alpha(opacity=60)
}

.ps-container .ps-scrollbar-x-rail:hover,
.ps-container .ps-scrollbar-x-rail.hover {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-y-rail {
  position: absolute;
  right: 3px;
  width: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear
}

.ps-container:hover .ps-scrollbar-y-rail,
.ps-container.hover .ps-scrollbar-y-rail {
  opacity: .6;
  filter: alpha(opacity=60)
}

.ps-container .ps-scrollbar-y-rail:hover,
.ps-container .ps-scrollbar-y-rail.hover {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-y-rail.in-scrolling {
  background-color: #eee;
  opacity: .9;
  filter: alpha(opacity=90)
}

.ps-container .ps-scrollbar-x {
  position: absolute;
  bottom: 0;
  height: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-x {
  font-size: 0
}

.ps-container .ps-scrollbar-x-rail:hover .ps-scrollbar-x,
.ps-container .ps-scrollbar-x-rail.hover .ps-scrollbar-x {
  background-color: #999
}

.ps-container .ps-scrollbar-y {
  position: absolute;
  right: 0;
  width: 8px;
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -o-transition: background-color .2s linear;
  -webkit-transition: background-color.2s linear;
  -moz-transition: background-color .2s linear;
  transition: background-color .2s linear
}

.ps-container.ie6 .ps-scrollbar-y {
  font-size: 0
}

.ps-container .ps-scrollbar-y-rail:hover .ps-scrollbar-y,
.ps-container .ps-scrollbar-y-rail.hover .ps-scrollbar-y {
  background-color: #999
}

.ps-container.ie .ps-scrollbar-x,
.ps-container.ie .ps-scrollbar-y {
  visibility: hidden
}

.ps-container.ie:hover .ps-scrollbar-x,
.ps-container.ie:hover .ps-scrollbar-y,
.ps-container.ie.hover .ps-scrollbar-x,
.ps-container.ie.hover .ps-scrollbar-y {
  visibility: visible
}

.align-center {
  text-align: center;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.container-fluid {
  background-color: #fff;
}

.padding-0 {
  padding: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

.position-static {
  position: static !important;
}

.loading {
  background: url("../images/ajax-loader.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
  min-height: 60px;
}

.loading_sm {
  background: url("../images/loading_24x24.gif") no-repeat scroll 84% 30% rgba(0, 0, 0, 0);
}

.margin-top {
  margin-top: 0px !important;
}

.margin-left {
  margin-left: 0px !important;
}

.margin-right {
  margin-right: 0px !important;
}

.margin-bottom {
  margin-bottom: 0px !important;
}

.glyphicons-12:before {
  font-size: 12px !important;
}

small {
  font-size: 11px;
}

/*body{outline:0;min-width:530px;}*/
.icon-25 {
  display: inline-block;
  width: 25px;
  height: 25px;
}

.btn-group-sm>.btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    width: 195px;
}
.glyphicons.glyphicons-small:before {
  font-size: 13px;
  margin-right: 2px;
  margin-top: -3px;
}

.width-100 {
  width: 100%;
}

#dg-designer {
  position: relative;
  z-index: 1;
  min-height: 500px;
}

#dg-wapper {
  /*min-width: 500px; */
}

.list-colors .arrow {
  display: none;
}

/* ----------------------------- Begin Left ------------------------*/
#dg-left {
  padding-top: 40px;
}

.menu-left {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

.menu-left>li {
  background: url("../images/bg-head-box.png") repeat-x scroll left center #FCFCFC;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.menu-left>li:first-child {
  border-radius: 4px 4px 0 0;
}

.menu-left>li:last-child {
  border-bottom: 0 none;
  border-radius: 0 0 4px 4px;
}

.menu-top {
  position: relative;
  z-index: 1000;
}

.menu-left li a {
  color: #000000;
  display: flex;
  align-items: center;
  font-family: var(--font-family-default);
  font-size: 14px;
  line-height: 20px;
  outline: medium none;
  padding: 8px 10px;
  text-decoration: none;
  gap: 10px;
}
.menu-left li a svg {
  min-width: 15px;
}

.menu-left li a:hover,
.menu-left li a.active {
  background-color: #000;
  color: #fff;
  text-shadow: 1px 1px 1px #666;
}

.menu-left li a:hover svg,
.menu-left li a.active svg {
  fill: #fff;
}

.navbar .navbar-container {
  flex-wrap: wrap;
}

.navbar .navbar-container div#navbarSupportedContent {
  width: 100% !important;
  display: flex !important;
  /* justify-content: center; */
}

.navbar .navbar-container div#navbarSupportedContent ul.navbar-nav {
  float: none;
  justify-content: center;
  width: 100%;
}

.navbar .navbar-container div#navbarSupportedContent ul.navbar-nav .nav-item {
  padding: 0;
  float: none;
  padding: 0 15px !important; 
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dg-chosecolor .col-md-12 {
  padding: 0;
}

.navbar .navbar-container div#navbarSupportedContent ul.navbar-nav .nav-item a {
  font-size: 18px;
  font-family: var(--font-family-default);
  font-weight: 400 !important;
  color: #000;
  text-decoration: none;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.page-heading h1 {
  text-align: center;
  margin: 0;
  font-family: var(--font-family-default);
margin-top: -30px;
}

.page-heading {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .page-heading {
    margin: 0;
  }
}

.navbar .navbar-container div#navbarSupportedContent ul.navbar-nav .nav-item a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  transition: transform .3s;
}

.navbar .navbar-container div#navbarSupportedContent ul.navbar-nav .nav-item a:hover:before {
  transform: translateX(0%);
}

.menu-left a i.glyphicons:before {
  font-size: 15px;
  margin-right: 5px;
  margin-top: -9px;
}

#layers {
  display: inline-block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}

#layers li.layer {
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  line-height: 22px;
  margin: 4px;
  padding: 2px 4px;
  cursor: move;
}

/*#layers li.layer span{
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  margin-top: 5px;
}*/

#layers li.layer.active {
  background: url("../images/bg-layer.png") repeat-x scroll left top rgba(0, 0, 0, 0);
}

#dg-layers {
  border: 0 none;
  border-radius: 0 0 4px 4px;
  max-height: 180px;
}

#product-thumbs {
  display: inline-block;
  margin: 0 auto;
  overflow: hidden;
  width: auto;
}

#product-thumbs .box-thumb {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  cursor: pointer;
  float: left;
  margin: 4px;
  padding: 2px;
  outline: 0;
}

#product-thumbs .box-thumb.active {
  border-color: #000;
}

.list-colors {
  display: inline-block;
}

.dropdown-outline {
  display: inline-block;
}

.dropdown-outline .dropdown-menu {
  border: 0 none;
  box-shadow: none;
  margin-left: 15px;
  padding: 0;
}

#dg-outline-width {
  border: 1px solid #ddd;
  box-shadow: none;
}

/* ----------------------------- End Left ------------------------*/

/* ----------------------------- Begin right ------------------------*/
.share-email {
  background: url(../images/email.png) no-repeat top left;
}

.share-facebook {
  background: url(../images/facebook.png) no-repeat top left;
}

.share-twitter {
  background: url(../images/twitter.png) no-repeat top left;
}

.share-pinterest {
  background: url(../images/pinterest.png) no-repeat top left;
}

.dg-box {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.dg-box2 {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 1px 9px 1px #CCCCCC;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.dg-color {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 12px;
  width: 100%;
}

.list-share {
  border-left: 1px solid #CCCCCC;
  float: right;
  list-style: none outside none;
  margin: 0;
  padding: 4px;
  text-align: center;
}

.list-share span {
  cursor: pointer;
  margin: 0 2px;
}

.btn-margin {
  margin: 5px;
}

#right-options {
  display: inline-block;
  margin-top: 0;
  width: 100%;
}

.product-info:last-child {
  border: 0 none;
  margin-bottom: 0;
}

.price-restart {
  cursor: pointer;
  float: right;
  padding-right: 6px;
}

.price-restart .glyphicons.restart:before {
  color: #f65e13;
  font-size: 14px;
}

#right-options .dg-box {
  width: 100%;
}

#right-options .dg-box2 {
  width: 100%;
}

#right-options .dg-color {
  width: 100%;
}

.dg-box .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.dg-box2 .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.dg-color .panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
}

.dg-box .panel-default {
  border: 0 none;
}

.dg-box2 .panel-default {
  border: 0 none;
}

.dg-color .panel-default {
  border: 0 none;
}

.panel-group .panel+.panel {
  margin-top: 0;
}

.ui-accordion .ui-accordion-header {
  background: url("../images/bg-head-box.png") repeat-x scroll left center #FCFCFC;
  border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #000000;
  cursor: pointer;
  display: block;
  font-family: var(--font-family-default);
  font-size: 16px;
  margin: 0;
  min-height: 0;
  padding-left: 12px !important;
  position: relative;
  text-align: left;

}

.ui-accordion .ui-accordion-content {
  border-color: -moz-use-text-color -moz-use-text-color #CCCCCC;
  border-radius: 0;
  border-style: none none solid;
  border-width: 0 0 1px;
  color: #666666;
  font-family: var(--font-family-default);
  font-size: 12px;
  overflow: auto;
  padding: 10px;
  text-align: left;
  max-height: 400px;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  margin-top: -8px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  left: auto;
}

#product-details {
  position: relative;
}

#product-details .ps-scrollbar-x-rail {
  display: none !important;
}

.ui-accordion-header:first-child {
  border-radius: 4px 4px 0 0;
}

.bg-colors {
  border: 1px solid #CCCCCC;
  cursor: pointer;
  float: left;
  height: 16px;
  margin-right: 6px;
  width: 16px;
}

.product-info {
  float: left;
  width: 100%;
}

.form-group.product-fields {
  margin-bottom: 8px;
}

#product-attributes .list-number {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

#product-attributes .list-number li label {
  margin: 0;
}

#product-attributes .list-number li {
  float: left;
  font-size: 12px;
  margin: 2px 0;
  padding: 0px 4px;
  text-align: center;
}

.list-number li .size-number {
  border: 1px solid #cccccc;
  border-radius: 3px;
  clear: both;
  display: block;
  height: 22px;
  font-size: 12px;
  padding: 0 2px;
  text-align: center;
  width: 48px;
}

.product-fields {
  clear: both;
  display: block;
  overflow: hidden;
}

#product-list-colors {
  margin-left: 8px;
  clear: both;
  display: block;
}

.product-quantity label {
  line-height: 30px;
  padding: 0;
}

.product-quantity .help-block {
  clear: both;
  display: block;
  margin-bottom: 0;
  padding-bottom: 0;
}

#product-attributes .form-group {
  margin-bottom: 8px;
}

/* ----------------------------- End right ------------------------*/


/* ----------------------------- Begin center ------------------------*/
/*** DESIGN BAR ***/
.dg-tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;    
    align-items: center;
    gap: 10px;
    margin: 10px 0;
    list-style: none;
}
.dg-tool {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid var(--border-color);
    padding: 10px 20px;
    border-radius: var(--radius-md);   /* 10px -> 6px đồng bộ */
    transition: .2s;
    cursor: pointer;
    text-transform: none;
    color: #111;
    font-weight: 500;                  /* 400 -> 500 đồng bộ */
}
.dg-tool:hover {
    border-color: lightblue;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
  .dg-tools li a span {
    display: none;
  }
}

#app-wrap {
  text-align: center;
  width: 100%;
  background-color: unset;
}

#app-wrap .labView {
  zoom: 100%;
  display: none;
  height: 500px;
  position: relative;
  width: 500px;
  user-select: none;
  outline: none;
}



#app-wrap .labView.active {
  display: inline-block;
}

#dg-sidebar {
  position: relative;
  top: 0px;
}

#app-wrap .product-design {
  float: left;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.design-area {
  border: 1px dashed transparent;
  float: left;
  overflow: visible;
  position: absolute;
}

.design-area .content-inner {
  float: left;
  height: 100%;
  position: relative;
  width: 100%;
}
#design-area {
  margin-top: 25px;
}
@media (max-width: 480px) {
  #design-area {
    position: relative;
    margin-top: 70px;
  }

  .col-right {
    top: 100px;
  }
}

#app-wrap .product-design img {
  position: absolute;
  top: 0;
  left: 0;
}

.arrow-mobile {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  float: left;
  height: 60px;
  line-height: 50px;
  padding: 2px;
  position: absolute;
  right: -32px;
  text-align: center;
  top: 41px;
  width: 50px;
  z-index: 100;
  display: none;
}

.arrow-mobile .glyphicons:before {
  color: #F65E13;
  font-size: 11px;
  margin-top: 6px;
}

.col-right .arrow-mobile {
  border-radius: 4px 0 0 4px;
  left: -32px;
  top: 96px;
}

.toolbar-action-rotate input[type="text"],
.toolbar-action-size .form-group>input[type="text"] {
  border: 1px solid #ccc;
  font-size: 12px;
  height: 22px;
  padding: 0 4px;
}

#dg-products .products-detail {
  background: none repeat scroll 0 0 #fff;
  height: 100%;
  left: 0;
  min-height: 100%;
  overflow: auto;
  padding-top: 15px;
  position: absolute;
  top: 0;
  display: none;
  width: 100%;
}

#close-product-detail {
  right: 8px;
  top: 5px;
  z-index: 10;
  margin-left: 15px;
}
#loading-change-product {
  margin-left: 5px;
}
#dg-products .products-detail .product-detail {
  display: none;
}

#dg-products .products-detail .product-detail.active {
  display: block;
  margin-top: 10px;
}

/* ----------------------------- End center ------------------------*/
.menu-top {
  position: relative;
}

.icon-circle .glyphicons:before {
  color: #2B908D;
  position: relative;
  top: -4px;
}

#dg-modal h3 {
  border-bottom: 1px solid #CCCCCC;
  margin-bottom: 16px;
  padding-bottom: 5px;
}

.login-facebook {
  background: url("../images/facebook_small.png") no-repeat scroll left top rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 20px;
  margin-right: 7px;
  width: 20px;
}

/* ----------------------------- End footer ------------------------*/


/* ------------------------------ Begin Mobile ---------------------*/
.col-left {
  position: absolute;
  left: 0px;
  width: 210px;
  z-index: 10000;
  top: 0px;
}

.col-right {
  position: absolute;
  right: 0px;
  width: 220px;
  z-index: 10000;
}

.sb_toggle {
  display: none;
}

.nav-pills {
  display: block !important;
}

#dg-modal {
  display: block;
  overflow: hidden;
}

.popover.right {
  z-index: 101;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

@media screen and (min-width: 770px) {

  #dg-right,
  #dg-left {
    display: block !important;
    padding-top: 80px;
  }


  .dg-options-toolbar {
    display: none;
  }

  .dg-options-content {
    display: block;
  }

  .layers-toolbar {
    display: none;
  }

  .product-btn-info a i {
    font-size: 0px;
  }
}


/* ------------------------------ End Mobile ---------------------*/

#categories {
  color: #666666;
  font-size: 12px;
  line-height: 20px;
  list-style: none outside none;
  padding: 0;
}

#categories a {
  color: #666666;
}

#dag-art-panel {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 4px 4px;
  display: none;
  margin: -21px auto 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
}

#dag-art-panel>a {
  border-right: 1px solid #e5e5e5;
  float: left;
  font-size: 12px;
  line-height: 22px;
  padding: 0 10px;
  text-decoration: none;
}

#dag-art-panel>a:last-child {
  border: 0 none;
}

#dg-cliparts .modal-footer {
  padding: 10px 8px 8px;
}

#dg-cliparts .pagination {
  margin: 0;
  padding: 0;
}

#dg-cliparts .has-feedback .form-control-feedback {
  height: 29px;
  line-height: 28px;
  width: 28px;
}

#dag-art-categories {
  float: left;
  max-height: 400px;
  overflow: auto;
  position: relative;
}

#dag-art-categories>ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
}

#dag-art-categories li {
  float: left;
  line-height: 22px;
  text-align: left;
  width: 100%;
}

#dag-art-categories a {
  float: left;
  font-size: 12px;
  outline: medium none;
  text-align: left;
}

#dag-art-categories a.active {
  color: #F65E13
}

#dag-art-categories li ul {
  clear: both;
  display: none;
  float: left;
  padding-left: 20px;
  width: 100%;
}

#dag-art-categories li ul li {
  clear: both;
  display: block;
  width: 100%;
}

#dag-art-categories li ul li a {
  color: #666;
}

#dag-art-categories span {
  cursor: pointer;
  float: left;
  line-height: 16px;
  text-align: left;
  width: 16px;
}

#dag-art-categories span i:before {
  color: #666;
  font-size: 9px;
}

#dag-list-arts .col-md-2,
#dag-list-arts .col-xs-2 {
  padding-left: 5px;
  padding-right: 5px
}

#dag-art-detail {
  display: none;
  float: left;
  padding-top: 20px;
  position: relative;
  width: 100%;
}

#dag-art-detail button {
  cursor: pointer;
  font-size: 12px;
  position: absolute;
  right: -30px;
}

#dag-list-arts {
  min-height: 100px;
  overflow: hidden;
}

#arts-add {
  display: inline-block;
}

.art-detail-price {
  color: #666;
  display: inline-block;
  float: left;
  font-size: 24px;
  font-weight: bold;
  padding-right: 15px;
}

/*-------------------------- Designer ---------------------------*/
.design-area .drag-item {
  display: block;
  float: left;
  position: absolute;
  padding: 1px;
  opacity: 1;
  filter: Alpha(Opacity=100)
}

.design-area .drag-item-selected {
  border: 1px dashed #444444;
  cursor: move;
  padding: 0px;
}

.popover {
  left: 34px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -176px -48px;
  bottom: -16px;
  right: -18px;
}

.design-area .drag-item div {
  display: none;
}

.design-area .drag-item-selected .ui-resizable-handle,
.design-area .drag-item-selected div.ui-resizable-n,
.design-area .drag-item-selected div.ui-resizable-e,
.design-area .drag-item-selected div.ui-resizable-s,
.design-area .drag-item-selected div.ui-resizable-w {
  width: 30px;
  height: 30px;
  background: #fff url(../images/arrow-shrink.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -25px;
  bottom: -25px;
}

.design-area .drag-item-selected div {
  background-color: #FFFFFF;
  box-shadow: 0 0 1px 1px #999999;
  width: 1em;
  height: 1em;
  line-height: 1em;
  border: 1px solid #777777;
  border-radius: 2px;
  position: absolute;
  display: block;
}

.design-area .drag-item-selected div.glyphicons:before {
  color: #333333;
  font-size: 11px;
  margin-top: -6px;
  text-align: center;
}

.item-remove-on {
  bottom: -1em;
  left: -1em;
  top: 0px;
  cursor: pointer;
}

.ui-resizable-handle {
  bottom: -1em;
}

.item-edit-on {
  left: -18px;
  top: -18px;
  cursor: pointer;
}

.item-rotate-on {
  right: -1em;
  top: -1em;
  cursor: pointer;
}

#layers li.layer img {
  height: 18px;
  margin-right: 4px;
  width: 18px;
}

.dropdown-color {
  border: 1px solid #CCCCCC;
  box-shadow: 1px 1px 2px 0 #666666;
  cursor: pointer;
  float: left;
  height: 22px;
  line-height: 22px;
  margin: 3px;
  padding-left: 2px;
  padding-top: 2px;
  text-align: center;
  width: 22px;
}

#art-rotate {
  float: left;
  padding-top: 4px;
  width: 100%;
}

.item-rotate {
  width: 210px;
}

.popover {
  width: 240px;
}

.popover .popover-title {
  cursor: move;
}

input.input-small {
  font-size: 12px;
  height: 18px;
  text-align: center;
  width: 35px;
}

.rotate-refresh:before {
  font-size: 13px;
  margin-top: -5px;
  cursor: pointer;
}

.popover-content {
  display: block;
  padding: 9px 14px;
}

.list-colors .bg-colors {
  height: 22px;
  margin: 2px;
  width: 22px;
  border-radius: 50%;
}

.dg-options {
  font-size: 12px;
}

.list-fonts {
  display: inline-block;
  max-height: 350px;
  overflow: auto;
}

.box-font {
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #666;
  cursor: pointer;
  display: inline-block;
  float: left;
  font-size: 11px;
  margin: 4px;
  min-height: 62px;
  padding: 4px 0;
  text-align: center;
  width: 146px;
}

.box-font:hover,
.box-font.active {
  background-color: #f6f6f6;
  border: 1px solid #007aff;
}

.box-font>img {
  max-width: 100%;
}


.design-area .drag-item-selected div.ui-resizable-n {
  left: 49.5%;
}

.design-area .drag-item-selected div.ui-resizable-e {
  top: 49.5%;
}

.design-area .drag-item-selected div.ui-resizable-s {
  left: 49.5%;
}

.design-area .drag-item-selected div.ui-resizable-w {
  top: 49.5%;
}

#cacheText {
  float: left;
  left: -999px;
  position: absolute;
  top: 0;
}

#cacheText>div {
  float: left;
  line-height: 100%;
}

#enter-text {
  font-size: 12px;
  height: 50px;
}

#txt-fontfamily {
  overflow: hidden;
  white-space: nowrap;
  width: 75%;
}

#dg-popover .dropdown {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #9C9D98;
  border-radius: 3px;
  box-shadow: 0 2px 2px #CFD0CB inset, 0 2px 2px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: block;
  height: 28px;
  padding: 0.1666em 0.4375em;
  position: relative;
}

#dg-popover .dropdown a {
  color: #333333;
  font-size: 12px;
  line-height: 22px;
  text-decoration: none;
}

#dg-popover .dropdown span {
  margin-right: -2px;
  margin-top: 3px;
}

.clear-line {
  background-color: #CCCCCC;
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
}

.clear {
  clear: both;
  display: inline-block;
  height: 2px;
  width: 100%;
}

.option-outline a.btn {
  height: 23px;
  line-height: 13px;
  margin-left: 4px;
  margin-top: 3px;
}

.option-outline a.btn {
  height: 20px;
  line-height: 13px;
  margin-left: 0;
  margin-top: 3px;
  padding: 0 1px;
  width: 19px;
}

.dropdown-outline a.dg-outline-value {
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  box-shadow: 0 2px 2px #F1F1F1 inset, 0 2px 6px rgba(0, 0, 0, 0.2);
  color: #333333;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 25px;
  line-height: 22px;
  margin-top: 3px;
  outline: medium none;
  padding: 0 7px;
  text-decoration: none;
  width: 56px;
}

.dropdown-outline a.dg-outline-value span.ui-accordion-header-icon {
  float: right;
  position: relative;
  right: -5px;
  top: 3px;
}

#dg-shape-width {
  margin-left: 7px;
  margin-top: 7px;
  width: 95%;
}

.glyphicons.undo:before,
.glyphicons.redo:before {
  font-size: 22px;
}

.font-categories {
  list-style: none outside none;
  padding: 0;
}

.font-categories>li {
  display: inline-block;
  width: 100%;
}

.font-categories a {
  color: #333333;
  float: left;
  font-size: 12px;
  padding: 3px 10px !important;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.font-categories a:before {
  color: #666666;
  content: "";
  font-family: 'Glyphicons Regular';
  font-size: 9px;
  padding-right: 8px;
}

.font-categories a:hover {
  background-color: #f1f1f1;
  color: #000;
}

.list-colors .bg-colors.active {
  border: 1px solid #000;
  border-radius: 50%;
}

.product-box {
  cursor: pointer;
  display: inline-block;
  float: none;
  font-size: 12px;
  padding-bottom: 10px;
  text-align: center;
}

.product-list {
  display: table;
  height: 300px;
  overflow: auto;
}

.product-box.active .img-thumbnail {
  border: 1px solid #F55E13;
}

.product-detail.active {
  display: block;
}

.modal-body {
  font-size: 12px;
  padding: 20px;
  position: relative;
}

#list-clipart-colors {
  clear: both;
  display: inline-block;
}

.bg-none {
  background: url("../images/background-none.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
}

.modal-header>ul#upload-tabs {
  bottom: -13px;
  display: inline-block;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: relative;
}

#list-image {
  min-height: 500px;
}

#upload-tabs>li {
  background-color: #f6f6f6;
  border: 1px solid #e5e5e5;
  border-radius: 4px 4px 0 0;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 27px;
  padding: 2px 10px;
}

#upload-tabs li a {
  color: #f65e13;
  outline: medium none;
  text-decoration: none;
}

#upload-tabs>li.active {
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

#dag-files-images .view-thumb {
  cursor: pointer;
  margin-bottom: 15px;
  position: relative;
}

.progress.progress-bar-container {
  border-radius: 0 0 3px 3px;
  bottom: 0;
  margin-bottom: 1px;
  margin-left: 1px;
  position: absolute;
  width: 83.6%;
}

#help-tabs {
  border: 0 none;
  font-family: var(--font-family-default);
  font-size: 12px;
  margin: 0;
  padding: 0;
}

#help-tabs .ui-tabs-nav {
  background: none repeat scroll 0 0 #f2f1f1;
  border: 0 none;
}

.carousel {
  height: 500px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.slide-fill,
.item,
.carousel-inner {
  height: 100%;
  width: 100%;
  display: inline-block;
}

#dg-main-slider .carousel-control {
  background: none;
}

.carousel-control span {
  position: relative;
  top: 40%;
}

#dg-preview .modal-header {
  border: 0 none;
}

#dg-mask {
  height: 100%;
  left: 0;
  margin: 0 auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
  display: none;
}

.dg-share label {
  color: #666;
  font-size: 13px;
  font-style: italic;
  font-weight: normal;
}

.dg-chosecolor label {
  clear: both;
  color: #555555;
  display: block;
  font-family: var(--font-family-default);
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin-top: 5px;
}

#screen_colors_body {
  background: none repeat scroll 0 0 rgba(25, 25, 25, 0.5);
  height: 100%;
  left: 0;
  padding-top: 10%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100000;
}

#screen_colors {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 1px 1px 14px 2px #666;
  display: inline-block;
  font-size: 12px;
  margin: 0 auto;
  max-width: 700px;
}

.screen_colors_top {
  float: left;
  padding: 15px 0;
  width: 100%;
}

.screen_colors_botton {
  border-top: 1px solid #ccc;
  display: inline-block;
  width: 100%;
}

.screen_colors_botton button {
  float: right;
  margin: 8px 15px 4px 0;
}

#item-print-colors {
  border-bottom: 1px solid #ccc;
  clear: both;
  color: #007aff;
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  overflow: hidden;
}

#item-print-colors span {
  cursor: pointer;
}

#item-print-colors .img-responsive {
  float: left;
  max-width: 100%;
  width: 100px;
}

#sizes-used {
  float: left;
  text-transform: capitalize;
  width: 100%;
}

.paper.glyphicons:before {
  color: #0b807c;
  font-size: 32px;
  line-height: 100%;
  text-align: left;
}

.paper {
  clear: both;
  display: inline-block;
  height: 36px;
  margin-top: 4px;
  position: relative;
  width: 30px;
}

.paper>strong {
  color: #fff;
  font-size: 11px;
  left: 9px;
  position: absolute;
  top: 14px;
}

#sizes-used>div {
  float: left;
  width: 25%;
}

.product-prices {
  padding: 10px 0;
}


.product-prices button.btn-addcart:hover {
  color: #000;
  background-color: #fff;
}
.product-prices button.btn-addcart {
    background-color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    padding-left: 5px;
    color: #fff;
    padding: 10px 30px;
    border: 1px solid #000;
    display: inline-flex;
    justify-content: center;
    align-items: center;
height: 40px;
}

.product-prices button.btn-addcart svg {
  fill: #fff;
  margin-right: 7px;
}

.product-prices button.btn-addcart:hover svg {
  fill: #000
}

.product-prices .glyphicons.shopping_cart:before {
  color: #fff;
  font-size: 18px;
  line-height: 100%;
  margin-right: 5px;
}

#dag-list-arts .thumbnail img {
  height: 100px;
  width: 100px;
}

#f-login .login_info {
  list-style: none;
  padding: 0;
}

#f-login .login_info li {
  padding: 3px 0px;
}

#dg-wapper .menu-top ul {
  display: none;
  float: left;
}

#cart .center {
  text-align: center;
}

#cart .padding-top-55 {
  padding-top: 40px;
}

#cart table thead {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
}

#cart .table {
  border: 1px solid #ccc;
}

#cart .table td {
  border-left: 1px solid #f1f1f1;
  font-size: 12px;
  line-height: 22px;
}

#cart .table td:first-child {
  border-left: 1px solid #ccc;
}

#cart .cart_detail {
  margin-top: 10px;
}

#cart .clear_qty i {
  color: #9e948d;
  font-size: 20px;
  line-height: 30px;
}

#cart .edit_qty {
  width: 60%;
  margin-right: 5px;
  float: left;
  padding: 5px;
}

#cart .sizes {
  width: 80%;
}

#cart thead th {
  border-left: 1px solid #ccc;
  font-size: 12px;
}

#cart .title_product {
  font-size: 14px;
  font-weight: 500;
}

#cart .login_box {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  float: left;
  font-size: 14px;
  margin: 0;
  padding: 8px 15px;
}

.btn.input-sm {
  font-size: 12px;
  font-weight: bold;
  line-height: 100%;
}

#cart .check_login {
  border: 1px solid #ccc;
  display: table;
  padding: 10px 0;
  width: 100%;
}

#cart .check_login strong {
  font-size: 12px;
}

#cart .check_login label {
  font-size: 12px;
  font-weight: normal;
}

#cart #register {
  display: none;
}

#cart .total {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: -20px 0 0;
  padding: 15px;
}

#cart .total span {
  border-left: 1px solid #ccc;
  padding: 15px 0 15px 20px;
  color: #f46200;
}

#cart .product_detail {
  min-height: 150px;
}

#cart .modal-body {
  display: table;
  width: 100%;
}

#cart .product_img {
  margin: 20px 0px;
}

#cart .product_img img {
  min-width: 100px;
  width: 80%;
}

#cart .list_thumb {
  display: table;
  margin: 20px 0 0;
  width: 100%;
}

#cart .list_thumb li {
  float: left;
  height: 50px;
  list-style: none outside none;
  width: 50px;
}

#cart .product_detail .edit_product {
  color: #007f76;
}

#cart .box_right {
  margin-top: 20px;
}

#cart .box_right .box_color {
  width: 15px;
  height: 15px;
  float: left;
  background: #c20329;
  border: 1px solid #ccc;
}

#cart .box_right span {
  float: left;
  line-height: 12px;
  margin-left: 5px;
}

#payment .modal-body {
  display: table;
  width: 100%;
}

.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

.wizard a,
.tabcontrol a {
  outline: 0;
}

.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.wizard .steps .current-info,
.tabcontrol .steps .current-info {
  display: none;
}

.wizard .content .title,
.tabcontrol .content .title {
  display: none;
}

.wizard .steps {
  position: relative;
  display: block;
  width: 100%;
  margin: 15px 0;
}

.wizard .steps ul li {
  width: 33.333333%;
}

.wizard .steps ul li,
.wizard .actions ul li {
  float: left;
}

.wizard.vertical .steps ul li {
  float: none;
  width: 100%;
}

.wizard .steps .disabled a,
.wizard .steps .disabled a:hover,
.wizard .steps .disabled a:active {
  color: #e6e6e6;
  cursor: default;
}

.wizard .steps .current a,
.wizard .steps .current a:hover,
.wizard .steps .current a:active {
  color: #00b3a6;
  cursor: pointer;
}

.wizard .steps .done a,
.wizard .steps .done a:hover,
.wizard .steps .done a:active {
  color: #00b3a6;
}

.wizard .steps .error a,
.wizard .steps .error a:hover,
.wizard .steps .error a:active {
  color: #EB500A;
}

.wizard.vertical .steps {
  display: inline;
  float: left;
  width: 30%;
}

.wizard .steps .number {
  float: right;
  font-size: 22px;
  margin-right: 45%;
  position: relative;
  z-index: 1000;
}

.wizard .steps .line {
  position: absolute;
  width: 33.333333%;
  margin-top: 14px;
  height: 2px;
}

.wizard .steps .title {
  display: block;
  margin-top: 40px;
  text-align: center;
}

.wizard .steps .disabled .title {
  color: #666;
}

.wizard .steps .current .line {
  background: #00b3a6;
}

.wizard .steps .error .line {
  background: #EB500A;
}

.wizard .steps .disabled .line {
  background: #e6e6e6;
}

.wizard .steps .done .line {
  background: #00b3a6;
}

.wizard .steps .first .line {
  width: 16.666667%;
  margin-left: 16.666667%;
}

.wizard .steps .last .line {
  width: 16.666667%;
  margin-right: 16.666667%;
}

.wizard.vertical .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

.wizard .content .body ul {
  list-style: disc !important;
}

.wizard .content .body ul li {
  display: list-item;
}

.wizard .content .body iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

.wizard .content .body input {
  display: block;
  border: 1px solid #ccc;
}

.wizard .content .body input[type="checkbox"] {
  display: inline-block;
}

.wizard .content .body input.error {
  background: rgb(251, 227, 228);
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

.wizard .content .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

.wizard .content .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

.wizard .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  display: none;
}

.wizard.vertical .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

.wizard .actions ul {
  display: inline-block;
  text-align: right;
}

.wizard .actions ul li {
  margin: 0 0.5em;
}

.wizard.vertical .actions ul li {
  margin: 0 0 0 1em;
}

.wizard .actions a,
.wizard .actions a:hover,
.wizard .actions a:active {
  background: #2184be;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.wizard .actions .disabled a,
.wizard .actions .disabled a:hover,
.wizard .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

.tabcontrol .steps {
  position: relative;
  display: block;
  width: 100%;
}

.tabcontrol .steps ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

.tabcontrol .steps ul li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;

  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.tabcontrol .steps ul li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

.tabcontrol .steps ul li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

.tabcontrol .steps ul li a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

.tabcontrol .steps ul li a:hover {
  text-decoration: none;
}

.tabcontrol .steps ul li.current a {
  padding: 15px 30px 10px 30px;
}

.tabcontrol .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

.tabcontrol .content .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

.tabcontrol .content .body ul {
  list-style: disc !important;
}

.tabcontrol .content .body ul li {
  display: list-item;
}

#wizard h4 {
  border-bottom: 1px dashed #ccc;
  margin: 20px 0;
  padding: 5px 0;
}

#wizard .payment .radio_user input {
  margin-right: 5px;
  float: left;
}

#payment .cart_info {
  border: 1px solid #ccc;
  box-shadow: 0 1px 2px 0 #ccc;
  margin: 25px 0px 0px 15px;
  padding: 15px;
}

#payment .cart_info .head {
  display: table;
  margin-top: 15px;
  width: 100%;
}

#payment .cart_info .head h4 {
  margin: 0px;
}

#payment .cart_info .cart_left {
  text-align: center;
  width: 25%;
  float: left;
}

#payment .cart_info .cart_left img {
  width: 90%;
  margin-top: 5px;
}

#payment .cart_info .cart_right {
  width: 75%;
  float: left;
  padding-left: 10px;
}


#payment .cart_info .cart_right h5 {
  margin: 0px 0px 5px 0px;
  line-height: 25px;
}

#payment .cart_info .cart_right strong {
  line-height: 15px;
}

#payment .cart_info .cart {
  border-bottom: 1px dashed #ccc;
  display: table;
  padding: 15px 0px;
  width: 100%;
}

#payment .cart_info .price {
  border-bottom: 1px dashed #ccc;
  padding: 20px 0;
}

#payment .total_payment {
  padding: 20px 0px 0px 0px;
}

.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid;
  display: inline-block;
  margin-top: 3px;
  vertical-align: top;
  width: 0;
}

#cart .radio_login {
  padding: 0px;
}

#cart .radio_login li {
  list-style: none;
}

#cart .radio_login li input {
  float: left;
  margin-right: 10px;
  padding: 0;
  outline: none;
}

#wizard .choose_name li {
  list-style: none;
  float: left;
  margin-right: 30px;
}

#wizard .choose_name li label {
  line-height: 24px;
}

#wizard .choose_name li input {
  float: left;
  padding: 0;
  outline: none;
}

#wizard .choose_payment li {
  list-style: none;
  margin-bottom: 10px;
}

#wizard .choose_payment li input {
  float: left;
  margin-right: 10px;
  padding: 0;
  outline: none;
}

#cart_modal {
  position: relative;
  z-index: 10402;
}

#fr-cart-register {
  display: none;
}

#product-price {
  border-bottom: 1px dashed #ccc;
  clear: both;
  color: #666;
  float: left;
  font-size: 12px;
  margin-bottom: 12px;
  padding-bottom: 4px;
  padding-left: 5px;
  padding-right: 5px;
  width: 100%;
}

.product-price-title {
  display: inline-block;
  float: left;
  line-height: 28px;
  float: left;
}

.product-price-list {
  display: inline-block;
  float: left;
  padding-left: 5px;
}

.product-price-value {
  float: right;
  text-align: right;
}

#product-price-sale {
  font-size: 18px;
}

#product-price-old {
  color: #ff0000;
  font-size: 12px;
  padding: 0 2px;
  text-decoration: line-through;
}

#modal_cart {
  background-color: #f65e13;
  height: 36px;
  line-height: 20px;
  position: fixed;
  right: -9px;
  top: 30%;
  width: 40px;
  z-index: 1000;
}

#modal_cart .glyphicons:before {
  color: #fff;
  font-size: 22px;
  margin-top: -6px;
}

#cart_notice {
  color: #333;
  font-size: 12px;
  z-index: 1000000;
}

#cart_notice .modal-header {
  border: 0 none;
}

#cart_notice .modal-body {
  margin-top: 0;
  padding-bottom: 15px;
  padding-top: 0;
}

.cart-button {
  clear: both;
  padding-top: 15px;
}

.cart-button button.btn {
  font-size: 12px;
}

#cart_notice .modal-body>h5 {
  color: #666;
  font-size: 14px;
}

.design-box {
  padding: 4px;
  position: relative;
}

.design-box .design-action {
  cursor: pointer;
  position: absolute;
}

.red.glyphicons:before {
  color: red;
}

.design-action.design-action-remove {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px 0 0;
  top: 4px;
  width: 20px;
  line-height: 20px;
  text-align: center;
}

.red.glyphicons.remove_2:before {
  font-size: 14px;
}

ul.choose_payment label {
  margin-top: 3px;
}

ul.choose_payment .description {
  display: block;
}

.table-box-team-list {
  border-top: 1px solid #ccc;
  margin-top: 6px;
  max-height: 350px;
  overflow: auto;
  padding-top: 10px;
}

#table-team-list td:first-child {
  font-size: 14px;
  font-weight: bold;
  line-height: 30px;
}

#table-team-list td:last-child {
  line-height: 30px;
}

.div-box-team-list {
  max-height: 200px;
  overflow: auto;
}

#text-shape a {
  float: left;
  width: 100%;
}

#text-shape a i {
  float: right;
  margin-right: 2px;
  margin-top: 9px;
}

#text-shape .dropdown-menu {
  font-size: 12px;
  padding: 4px 0;
}

#text-shape .dropdown-menu li {
  clear: both;
  padding: 4px 8px;
}

#text-shape .dropdown-menu li:hover {
  background-color: #f1f1f1;
  color: #f65e13;
}

#dg-share .modal-header {
  padding: 2px 15px;
}

#dg-share .modal-header>h4 {
  display: inline-block;
  width: 50%;
}

#dg-share .close {
  margin-top: 10px;
}

#dg-chosecolor .close {
  margin-top: 10px;
}

#dg-chosecolor .modal-header {
  padding: 2px 15px;
}

#dg-chosecolor .modal-header>h4 {
  display: inline-block;
  width: 50%;
}

.box-art {
  margin: 4px 0;
}

#list-clipart-colors .dropdown-color.active {
  outline: 2px solid #3580AC;
}

.list-colors .popover-content {
  max-height: 200px;
  overflow: auto;
}

.ui-dialog-titlebar.ui-widget-header {
  background: none;
  border: 0px;
}

.ui-dialog button.ui-dialog-titlebar-close {
  background: #EEEEEE url('../images/close.gif') no-repeat top center;
  border: 1px solid #ccc;
  border-radius: 3px;
  float: left;
}

.ui-dialog .ui-dialog-buttonpane {
  border-top: 1px solid #ccc;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
  color: #fff;
  background-color: #000000;
  display: inline-block;
  padding: 3px 12px;
  margin-bottom: 0;
  font-size: 14px;
  border-radius: 4px;
}

#module-library {
  margin-top: 20px;
  margin-bottom: 20px;
}

#list-image .image-item-wrap {
  text-align: center;
  padding-top: 15px;
  position: relative;
  margin-bottom: 20px;
}

#list-image .image-item-wrap.bg-normal {
  background-color: #fff;
}

#list-image .image-item {
  width: 100%;
  height: 0;
  padding-bottom: 140%;
  overflow: hidden;
  background-size: contain;
  background-position: center;
  cursor: pointer;
  background-repeat: no-repeat;
  border: 1px solid #f3f3f3;
  border-bottom: none;
  background-color: #e4e4e4;
}

#list-image .image-item-wrap .image-item-control {
  line-height: 30px;
  padding: 10px 10px;
  padding-bottom: 10px;
  background: #f1f1f1;
  box-shadow: 0px 3px 7px -2px #adadad;
  border-top: 3px solid #09f;

}

#list-image .image-item .image-name-wrapper {
  padding: 0px 15px;
  margin-top: 10px;
}

.bootstrap-tagsinput {
  width: 100%;
}

#uploaded-image-preview img {
  max-height: 110px;
}

iframe.full-iframe {
  width: 100%;
  height: 100%;
  min-height: 500px;
  overflow-x: hidden;
}

#dg-preview .carousel-control,
#dg-preview .carousel-caption {
  color: #313131;
}

.title-result {
  color: #636363;
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.title-gia {
  color: #636363;
}

.modal-header {
  border-bottom: 2px solid #0089ff;
  background: #eaeaea;
  min-height: 50px;
}

.modal-header h2 {
  text-transform: uppercase;
  color: #666;
  font-size: 20px;
}

.modal-header .close {
  margin-top: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

.modal-dialog {
  width: 45%;
  max-width: unset;
}

.font-categories {
  top: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
}


.cut-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 115px;
}


.fixed-product-caption {
  height: 2.5em;
  width: 100%;
  line-height: 1.25em;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 !important;
  display: block;
}

.f20btn {
  font-size: 25px;
}

#dg-library .modal-header {
  display: block;
}

#dg-library .modal-title {
  margin-bottom: 14px;
}

#dg-library .modal-dialog {
  min-width: 900px;
}

@media screen and (max-width: 770px) {
  .product-btn-info a i {
    font-size: 16px;
  }

  .product-btn-info a span {
    font-size: 0px;
  }

  .product-btn-info a {
    float: none !important;
    text-align: center;
    width: 60px;
    padding: 12px 0;
    margin-top: 10px;
  }

  #design-area {
    margin-top: 100px;
  }

  .dg-chosecolor {
    margin-top: 10px;
  }
  
  #dg-left {
    padding-top: 5px;
  }

  #dg-left .dg-designer .col-left .product-btn-info .btn-default {
    border-color: #0099ff !important;
    color: #0099ff !important;
  }

  .arrow-mobile {
    display: block;
  }

  .col-left .arrow-mobile {
    display: none;
  }

  #dg-wapper {
    padding: 0;
  }

  #dg-right {
    display: none;
  }

  #dg-left {
    display: grid;
  }

  .col-right .arrow-mobile {
    left: auto;
    right: 0;
    top: 190px;
  }

  #dg-library .modal-dialog {
    min-width: 0;
  }

  .modal-backdrop {
    background: transparent;
  }

  .col-left .arrow-mobile {
    right: auto;
    left: 0px;
  }

  .header .nav {
    display: none;
  }

  .sb_toggle {
    float: right;
    height: 30px;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease-out 0s;
    width: 30px;
    display: block;
    border-color: rgba(0, 0, 0, 0) #F65E13 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 0 40px 40px 0;
  }

  .nav-pills {
    display: none !important;
  }

  .sb_toggle .glyphicons:before {
    color: #FFFFFF;
    font-size: 13px;
    left: 24px;
    position: relative;
    top: -3px;
  }

  #app-wrap .product-design {
    overflow: visible;
  }

  div.col-left {
    width: 60px;
    left: -4px;
    top: 50px;
  }

  .list-share {
    visibility: hidden;
  }

  .dg-box2:last-child {
    width: 0px;
  }

  .dg-box2 {
    background-color: #FFFFFF;
    border: 0px;
    border-radius: 0px;
    box-shadow: 0;
    display: block;
    margin-bottom: 0px;
    margin-top: -15px;
    margin-left: -5px;
  }

  .dg-color:last-child {
    width: 350px;
  }

  .menu-left {
    display: flex;
  }

  .menu-left li a {
    font-size: 0px;
    text-align: center;
  }

  .menu-left a i.glyphicon:before {
    font-size: 18px;
    margin-right: 0;
    margin-top: 0;
  }

  .dg-options-toolbar {
    display: block;
    position: relative;
    z-index: 2;
  }

  .dg-options-toolbar button.active {
    background: none repeat scroll 0 0 #fff;
    border-top: 1px solid #fff;
    box-shadow: none;
  }

  #dg-popover {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    bottom: 50px;
    box-shadow: none;
    float: none;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: none;
    position: fixed !important;
    text-align: center;
    top: auto !important;
    width: 100%;
    min-width: 400px;
  }

  #dg-popover .popover-title .popover-close {
    display: none;
  }

  #dg-popover .popover-title {
    background-color: #007aff;
    border: 0 none;
    border-radius: 3px 0 0 3px;
    display: inline-block;
    left: 4px;
    padding: 4px 6px;
    position: relative;
    top: 2px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }

  .dg-options {
    display: inline-block;
    font-size: 12px;
    position: relative;
  }

  #dg-popover .popover-content {
    display: inline-block;
    margin: 0 8px;
    padding: 0;
  }

  .dg-options-content.active {
    display: block;
  }

  .dg-options-content {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;
    height: 70px;
    left: 0;
    width: 100%;
    padding: 6px 15px 15px;
    position: absolute;
    top: -69px;
    z-index: 1;
  }

  .dg-options-content>div {
    display: none;
  }

  .dg-options-content>div.active {
    display: block;
  }

  .dg-options-toolbar button.btn {
    line-height: 18px;
    padding: 8px 16px 4px;
    text-align: center;
    height: auto;
  }

  .dg-box.div-layers {
    display: inline-block;
    min-height: 0px;
    min-width: 0px;
    position: relative;
  }

  .dg-box2.div-layers {
    display: inline-block;
    min-height: 0px;
    min-width: 0px;
    position: relative;
  }

  .dg-color.div-layers {
    display: inline-block;
    min-height: 0px;
    min-width: 0px;
    position: relative;
  }

  .div-layers.no-active .layers-toolbar {
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .layers-toolbar {
    position: absolute;
    right: -24px;
    top: 3px;
  }

  .dg-box.div-layers.no-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    width: auto !important;
    visibility: hidden;
  }

  .dg-box2.div-layers.no-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    width: auto !important;
    visibility: hidden;
  }

  .dg-color.div-layers.no-active {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    box-shadow: none;
    width: auto !important;
  }

  .div-layers.no-active .accordion {
    display: none;
  }

  .div-layers.no-active .layers-toolbar button:last-child {
    display: none;
  }

  .layers-toolbar button:first-child {
    display: none;
  }

  .div-layers.no-active .layers-toolbar button:first-child {
    display: block;
  }

  .div-layers.no-active .layers-toolbar button:last-child {
    display: none;
  }

  .toolbar-action-fonts,
  .toolbar-action-outline,
  .toolbar-action-size,
  .toolbar-action-style {
    text-align: left;
    position: relative;
  }

  .toolbar-action-fonts .list-colors {
    clear: both;
    display: block;
  }

  .toolbar-action-fonts .col-xs-4,
  .toolbar-action-outline .col-xs-6 {
    position: static;
  }

  .toolbar-action-fonts .list-colors .popover.in {
    bottom: -4px;
    height: auto !important;
    left: auto !important;
    max-width: none;
    padding: 6px;
    right: -2px;
    top: auto !important;
    width: 101%;
    min-height: 72px;
  }

  .toolbar-action-outline .list-colors .popover.in {
    bottom: -14px;
    height: auto !important;
    left: auto !important;
    max-width: none;
    padding: 6px;
    right: -3px;
    top: auto !important;
    width: 101%;
    min-height: 72px;
  }

  .toolbar-action-fonts .list-colors .popover .arrow,
  .toolbar-action-outline .list-colors .popover .arrow,
  .toolbar-action-fonts .list-colors .popover .popover-title,
  .toolbar-action-outline .list-colors .popover .popover-title {
    display: none !important;
  }

  .toolbar-action-fonts .list-colors .popover .popover-content,
  .toolbar-action-outline .list-colors .popover .popover-content {
    margin: 0 !important;
  }

  .dropdown-outline.open .dropdown-menu {
    left: auto;
    position: absolute;
    right: 10px;
    top: 22px;
    width: 200px;
  }

  .toolbar-action-size .form-group {
    text-align: left;
  }

  .toolbar-action-size .form-group input {
    clear: both;
    display: block;
  }

  .toolbar-action-rotate .col-xs-6:first-child {
    text-align: right;
  }

  .toolbar-action-rotate .col-xs-6:last-child {
    text-align: left;
  }

  #options-add_item_clipart .dg-options-content.active {
    bottom: 54px;
    height: auto;
    top: auto;
  }

  .glyphicon.glyphicon-tint {
    font-size: 15px;
  }

  .toolbar-action-edit.active #item-print-colors {
    border: 0 none;
    margin: 0;
    overflow: hidden;
    text-align: left;
  }

  #list-clipart-colors .popover {
    background-color: #fff;
    bottom: 0;
    height: auto;
    left: -2px !important;
    margin-top: 0;
    min-height: 103%;
    padding: 4px 10px;
    top: auto !important;
    width: 101%;
  }

  #list-clipart-colors .popover .popover-title {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    color: #666;
    padding: 0 0 6px;
  }

  #options-add_item_team .dg-options-content {
    bottom: 15px;
    height: auto;
    min-height: 110px;
    text-align: left;
    top: auto;
  }

  .toolbar-action-name-number {
    position: relative;
  }

  .toolbar-action-name-number .popover {
    background-color: #fff;
    bottom: 5px;
    box-shadow: none;
    height: auto;
    left: -1% !important;
    margin: 0;
    min-height: 103%;
    padding: 7px 10px;
    top: auto !important;
    width: 102%;
  }

  .toolbar-action-name-number .popover .popover-content {
    margin: 0 !important;
  }

  .toolbar-action-name-number .popover .popover-title {
    display: none !important;
  }
  .modal-open .modal {
    background: rgba(0, 0, 0, .5);
  }

}

/**  ADD BY BANG 22042024 ***/
.dat-hang_wrapper {
  width: 100%;
  padding: 0 15px;
}

.dat-hang_wrapper button, .dat-hang_wrapper a {
  width: 100%;
}

/**** ADD BY BANG 25052025 ****/

.button {
  border-radius: var(--button-border-radius);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  padding: 0 25px;
  background-color: #111;
  height: 48px;
  line-height: 48px;
  width: auto;
  display: inline-flex;
  transition: 0.3s;
  cursor: pointer;
  align-items: center;
  text-decoration: none;
}

.button:hover {
  background-color: #fff;
  color: #111;
  border: 1px solid #111;
}

/***ALVAZONE SERVICES ***/
.iaat-services .title-heading {
  font-size: 25px;
font-weight: 700;

}
.iaat-services .service-card {
  text-align: center;
  border-radius: 12px;
  background-color: #f1f1f1;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 0;
}

.service-card .service-card__icon {
  font-size: 70px;
color: black;
}

.service-card .service-card__body-title {
  font-size: 2rem;
  font-weight: 700;
}

.service-card .service-card__body-description {
  padding: 0 20px;
}
.iaat-services .row > [class*='col-'] {
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin-bottom: 10px;
}


/****ALVAZONE PROCESS***/
.iaat-process__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 28px;
  background-color: #000000;
  padding: 50px 30px;
}

.iaat-process__heading-card {
  background: #fff;
  border-radius: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding: 50px 30px;
  min-width: 25%;
}

.iaat-process__heading-card h2 {
  font-size: 3rem;
  font-weight: 700;
  color: var(--primary-color);
  text-align: center;
}

.iaat-process__cards {
  padding: 0 20px;
  width: 100%;
}

.iaat-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}



.iaat-process__item-icon span {
  color: #fff;
  font-size: 6rem;
}

.iaat-process__item-content {
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

.iaat-process__item-content h6 {
  font-size: 15px;
  font-weight: 700;
}

.iaat-process__item-content p {
  padding: 0 10px;
}

/*** TESTIMONIALS - BRANDS SWIPER ***/
.iaat-testimonials__wrapper {
  padding: 60px 0;
  background-color: #f1f1f1;
  border-radius: 12px;
}
.brands-swiper .swiper-wrapper {
  height: auto; /*FIX ON LIVE WEBSITE*/
}
.brands-swiper img {
  width: 100%;
  height: 70px;
  margin: auto 0 10px;
  object-fit: contain;
  transition: all 0.5s ease;
  opacity: 0.5;
  filter: grayscale(100%);
  cursor: pointer;
}

.brands-swiper .swiper-slide-active img,
.brands-swiper img:hover {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.2);
}

.brands-swiper .brand-logo {
  padding: 0 50px;
}

.brands-swiper .swiper-button-prev:after,
.brands-swiper .swiper-button-next:after {
  font: var(--fa-font-solid);
  font-size: 32px;
  color: var(--primary-color);
}

.brands-swiper .swiper-button-next:after {
  content: '\f138';
}

.brands-swiper .swiper-button-prev:after {
  content: '\f137';
}

.brands-swiper .swiper-pagination {
  display: none;   
}

/****MASONRY GRID****/
.masonry-marquee {
  overflow: hidden;
}

.masonry-grid {
  column-count: 6;
  column-gap: 1rem;
  max-height: 600px;
  animation: marquee 20s linear infinite;
}

.masonry-grid__item {
  margin-bottom: 1rem;
}

.masonry-grid img {
  width: 100%;
  border-radius: 20px;
}
/*** PRODUCTS ***/
.product-tabs .product-wrap.product-item {
    display: flex;
    flex-direction: column;
  }
  
  .product-tabs .product-wrap.product-item .product-top {
    margin-bottom: 20px;
  }
  
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail {
    height: 0;
    position: relative;
    padding-bottom: 260px;
    border-radius: 12px;
    overflow: hidden;
  }
  
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    background-color: #fff;
  }
  
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail .product-thumb-hover {
    opacity: 0;
    transition: .3s;
  }
  
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail:hover .product-thumb-hover {
    opacity: 1;
  }
  
  .woocommerce-loop-product__title {
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 5px;
    transition: all .3s;
    font-weight: 500;
    color: #111;
    text-decoration: none;
  }
  .amount bdi {
    color: #000;
    font-weight: 700;
  }
  
  .product-tabs .tab-titles ul {
    list-style-type: none;
    display: flex;
    column-gap: 30px;
    color: rgba(155, 155, 155, 0.6);
    font-size: 32px;
    font-weight: 700;
    transition: all .3s;
  }
  
  .product-tabs .tab-titles ul li.active {
    color: #000;
  }
  
  .product-tabs .tab-titles {
    margin-bottom: 30px;
  }
  .product-tabs .tab-titles h2 {
    font-size: 25px;
  }
  
  .product-tabs .product-wrap.product-item .product-info {
    text-align: center;
  }
  
  .product-label__item--onsale {
    background-color: #9a2a3a;
  }
  
  .product-label__item {
    display: block;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 0 6px;
    margin-bottom: 3px;
    line-height: 1.6;
    text-align: center;
  }
  
  .product-label {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
  }
  
  .product-label__item--onnew {
    background-color: #b479d9;
  }
  
  .product-label__item--onhot {
    background-color: #f09155;
  }
  
  
  .product-item.style-1:hover .product-actions {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    transition: all .3s;
  }
  
  .product-actions {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 20px;
    right: 20px;
    row-gap: 5px;
  }
  
  .product-item .product-actions a:before {
    font-size: 20px;
    font-weight: 400;
    font: var(--fa-font-solid);
    height: 40px;
    line-height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
  }
  
  .product-item .product-actions .add_to_wishlist:before {
    content: '\f005';
  }
  
  .product-item .product-actions .product-button--compare a:before {
    content: '\e13a';
  }
  
  .product-item .product-actions .product-button--add-to-cart a.product_type_variable:before {
    content: '\f291';
  }
  
  .product-item .product-actions .product-button--quickview a:before {
    content: '\f002';
  }
  
  .product-item .product-actions a {
    height: 40px;
    line-height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 50%;
    color: #000;
    position: relative;
  }
  
  .product-item .product-actions a .button-tooltip {
    padding: 4px 8px;
    position: absolute;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    opacity: 0;
    text-align: center;
    visibility: hidden;
    right: calc(100% + 6px);
    top: 50%;
    background: #000;
    color: #fff;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  
  .product-item .product-actions a:hover .button-tooltip {
    opacity: 1;
    visibility: visible;
    transition: all 300ms ease-in-out 0s;
  }

  .productsSwiper .swiper-button-prev:after,
.productsSwiper .swiper-button-next:after {
  font: var(--fa-font-solid);
  font-size: 32px;
  color: var(--primary-color);
}

.productsSwiper .swiper-button-next:after {
  content: '\f138';
}

.productsSwiper .swiper-button-prev:after {
  content: '\f137';
}

  #dg-products .modal-footer button {
    line-height: 1;
  }

  #action-upload {
    background-color: #111;
    transition: 0.3s all;
  }
  #action-upload:hover {
    background-color: #fff;
    color: #111;
  }
    #close-product-detail, #loading-change-product {
    width: 120px;
    font-size: 13px;
    background-color: #000000;
    border-color: #000000;
    line-height: 1;
    transition: 0.3s all;
  }
  #close-product-detail:hover, #loading-change-product:hover {
    background-color: #fefefe;
    color: #111;
  }

  /* Scroll Text - Added 02/08/2023 - FIXED 22/10/2024*/

.supermarquee {
  line-height: 0;
  background-color: #000;
  padding-top: 5px;
  padding-bottom: 3px;
}

#supermarquee-down {
  position: fixed;
  bottom: 0;
  left: 0;
  right: auto;
  z-index: 9999;
}

#supermarquee-down .supermarquee-container {
  padding: 10px 0 5px 0 !important;
  background-color: #000;
}

/*** MARQUEE ANIMATION ***/
@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}


/**** SMALL SCREEN STYLE *****/
@media (max-width: 480px) {
  .modal-dialog {
    width: 100%;
    margin: 50px auto !important;
    padding: 20px;
  }

  .thumb img {
    min-width: 100% !important;
  }

  .gia {
    margin-top: 30px;
  }

  .div-design-area {
    zoom: 82%;
  }

  .thumb img {
    width: 100%;
  }
/*  #dg-products .products-detail {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }*/
  #close-product-detail {
    margin-left: 15px;
  }
  #loading-change-product {
    margin-left: 10px;
  }
   #dg-products .product-detail.active h3 {
    margin-top: 10px !important;
    border-color: #000000;
    font-size: 12px;
  }

  .product-tabs .tab-titles h2 {
    font-size: 16px;
  }
  .iaat-process .iaat-process__heading-card h2 {
    font-size: 16px;
  }
  .iaat-process__item-content h6 {
    font-size: 14px;
  }
  .iaat-process__item-content p {
    font-size: 11px;
  }
  .iaat-testimonials__wrapper .title-heading {
    font-size: 18px;
  }
  .button {
    font-size: 12px;
    height: 36px;
  }
  .iaat-testimonials__wrapper {
    padding: 10px 0 30px 0 !important;
  }
}
@media (max-width: 768px) {
    .design-area .drag-item-selected div.ion-ios-trash {
        font-size: 30px;
    }
    
    .design-area .drag-item-selected div.ui-rotatable-handle {
        font-size: 34px;
        line-height: 30px;
    }
  .modal-dialog {
    width: 100%;
    margin: 50px auto !important;
    padding: 10px;
  }
  .table-huongdan .table-container {
    grid-template-columns: 30% 70%;
    grid-template-rows: repeat(5, auto);
    grid-auto-flow: column;
  }

  .table-huongdan .table-container .content {
    width: 100%;
  }

  .ho-tro-img img {
    width: 60%;
  }

  .ho-tro-group {
    padding: 20px 0;
    text-align: center;
  }

  .chinh-sach p,
  .chinh-sach li,
  .dong-phuc-info p {
    font-size: var(--small-font-size);
  }
  #scroll-to-top {
    display: none !important;
  }
  .text-gioithieu h1 {
    margin-bottom: 0;
    margin-top: 0;
  }
  .row {
    margin: 0;
  }
.navbar {
    margin-bottom: 0px;
    margin-top: -30px;
}
  .ct_border-header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ct_border-header>div {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .ct_border-header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .ct_border-header .navbar img#logo {
    width: auto;
    height: 44px;
  }
  .module-design {
    padding-top: 0px !important;
  }
  .design-section {
    overflow-x: hidden;
  }
  #dg-designer div.col-left .dg-color{
    width: 100%;
  }
  #dg-designer div.col-left {
    width: 100%;
    left: 0;
    z-index: 1;
    position: relative;
    top: 0
  }
  .menu-left>li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .dg-chosecolor .col-md-12 {
    padding: 0;
  }

  #dg-designer .col-center {
    padding: 0;
    z-index: 2;
  }

  .design-section .row-content.row .col-elment {
    padding: 0;
  }

  .design-section {
    padding-left: 0;
    padding-right: 0;
  }
  #carousel-slide .item canvas {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
  }

  .carousel {
    height: 300px;
  }

  .list-colors .bg-colors.active {
    border: 1px solid #CCCCCC;
  }
/* 
  #app-wrap .product-design img {
    position: absolute;
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
  } */
  .modal-dialog div#uploaded-image-preview {
    width: 100%;
    margin-bottom: 10px;
  }

  div#upload-image-info {
    width: 100%;
  }

  .iaat-services {
    padding-left: 0;
    padding-right: 0;
  }
  .iaat-services .title-heading {
    font-size: 17px;
    text-align: center;
  }
  .iaat-process__wrapper {
    flex-direction: column;
  }

  .service-card .service-card__icon {
    font-size: 48px;
  }
  .service-card .service-card__body-title {
    font-size: 16px;
  }
  .service-card .service-card__body-description {
    font-size: 12px;
    padding: 0;
  }
  .iaat-process__wrapper {
    padding: 10px 10px;
  }
  .iaat-process__cards {
    margin-top: 30px;
  }
  .iaat-process__heading-card {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
  }
  .iaat-process__item {
    flex-direction: row;
    gap: 1rem;
  }
  .iaat-process__item-icon span {
    font-size: 3rem;
  }
  .iaat-process__item-content {
    text-align: left;
    padding: 0 0 0 30px;
  }
  
  .iaat-process__item-content p {
    padding: 0;
  }
  .iaat-testimonials {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .iaat-testimonials__wrapper {
    padding: 30px 0;
  }
  .iaat-testimonials__wrapper .title-heading {
    margin-bottom: 5px !important;
  }
  .iaat-testimonials__wrapper .inquiry-button {
    margin-top: 15px;
  }
  .brands-swiper .swiper-pagination {
    display: block;
  }
  .brands-swiper .swiper-wrapper {
    padding: 30px 0;
  }
  .brands-swiper .swiper-pagination {
    display: block;   
  }
  .brands-swiper img {
  height: 60px;
  }
  .brands-swiper .swiper-slide-active img,
  .brands-swiper img:hover {
    opacity: 1;
    filter: grayscale(0);
    transform: none;
  }
  .masonry-grid {
    column-count: 3;
    column-gap: 1rem;
    max-height: 300px;
    animation: marquee 20s linear infinite;
  }
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail {
    padding-bottom: 220px;
  }
  .productsSwiper .swiper-button-prev, .productsSwiper .swiper-button-next {
    bottom: 30%;
    top: auto;
   }
   .header-wrapper {
      padding-top: 15px !important;
   }

}

@media (max-width: 480px) {
  .f20btn {
    font-size: 40px;
  }
  .product-tabs .product-wrap.product-item .product-top .product-thumbnail {
    padding-bottom: 140px;
  }
}

@media (max-width: 399px) {
  .design-section {
    padding: 0;
  }

  .design-section .container {
    padding: 0;
  }
  .ct_min-h50vh {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .div-design-area {
    zoom: 77%;
  }
}

/* New Navbar-add 10/2024 */
.new-navbar .logo {
    max-width: 150px;
}
.new-navbar .logo img {
    width: 100%;
    cursor: pointer;
}
.new-navbar {
    align-items: center;
    background: #111;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: row;
    font-family: sans-serif;
    padding: 10px 50px;
}
.new-navbar .push-left {
    margin-left: auto;
}

/* Menu */
.new-navbar .hamburger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    outline: none;
    height: 30px;
    position: relative;
    width: 30px;
    z-index: 1000;
}


@media screen and (max-width: 768px) {
    .new-navbar .hamburger {
        display: inline-block;
    }
}

.new-navbar .hamburger-line {
    background: #272727;
    height: 3px;
    position: absolute;
    left: 0;
    transition: all 0.2s ease-out;
    width: 100%;
}

.new-navbar .hamburger:hover .hamburger-line {
    background: #777;
}

.new-navbar .hamburger-line-top {
    top: 3px;
}

.new-navbar.menu-active .hamburger-line-top {
    top: 50%;
    transform: rotate(45deg) translatey(-50%);
}

.new-navbar .hamburger-line-middle {
    top: 50%;
    transform: translatey(-50%);
}

.new-navbar.menu-active .hamburger-line-middle {
    left: 50%;
    opacity: 0;
    width: 0;
}

.new-navbar .hamburger-line-bottom {
    bottom: 3px;
}

.new-navbar.menu-active .hamburger-line-bottom {
    bottom: 50%;
    transform: rotate(-45deg) translatey(50%);
}

.new-navbar .nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    transition: all 0.25s ease-in;
}

.new-navbar .nav-menu .menu-item a {
    display: inline-block;
    line-height: 30px;
    margin: 0px 10px;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    color: #fff;
    margin-left: 15px;
}

.new-navbar .nav__link::after {
    content: '';
    height: 3px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    transition: width 0.3s ease-out;
}

.new-navbar .nav__link:hover:after{
    width: 100%;
}

@media screen and (max-width: 768px) {
    .new-navbar__wrapper, .new-navbar {
        background: transparent;
        box-shadow: none;
        overflow: hidden;
    }
    .new-navbar {
      padding: 10px;
    }
    .new-navbar .nav-menu {
        background: #fff;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        transform: translateY(-100%);
        text-align: center;
        width: 100%;
        height: 100vh;
        z-index: 999;
        transition: all 0.25s;
    }
    .new-navbar .nav-menu .menu-item a{
        color: #111 !important;
    }
    .new-navbar .logo img {
        filter: brightness(0);
    }
    .new-navbar.menu-active .nav-menu {
        transform: translateY(0);
        opacity: 1;
    }
    .new-navbar .nav-menu .menu-item a {
        font-size: 20px;
        margin: 8px;
    }
    .new-navbar .nav__link::after {
        background-color: #111 !important;
    }
}
/*** FIX CHAT BOX ****/
.messages-box .user {
    max-width: 400px;
}
.messages-box .user .msg div {
    word-wrap: break-word;
    white-space: pre-wrap;
}

.chat-app .chat-popup {
  box-shadow: none !important;
  border: 3px solid #111;
}

@media screen and (max-width: 768px) {
  .chat-app .chat-popup {
    width: 100%;
  }
  .chat-app .chat-popup .messages-box {
    max-height: 350px;
  }
}


/***SECTION LOAI IN AN*****/
.print-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.print-container {
  position: relative;
}
.print__wrapper {
    background-color: var(--card-background-color);
    padding: 10px;
    border-radius: 10px;
}

.print-container .swiper-button-next, .print-container .swiper-button-prev{
  top: 50%;
}
.print-container .swiper-button-next {
  right: -20px;
}
.print-container .swiper-button-prev {
  left: -20px;
}

.print-container .swiper-button-next::after, .print-container .swiper-button-prev::after {
    font-size: 20px;
    color: #444;
}

.print-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.print-image img {
    height: 200px;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
    background-color: #fff;
    transition: 0.3s;
    overflow: hidden;
}
.print-image img:hover {
    transform: scale(1.1);
}
.print-info {
    text-align: center;
}
.print-info h3 {
  font-size: 2rem;
}
.print-info p {
    font-size: 1.2rem;
}
.print-container .no-image {
    height: 200px;
    width: 100%;
    background-color: #777;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .print__wrapper {
    display: flex !important;
  }
  .print-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
   .print-image {
    width: 45%;
    min-width: 100px;
  }
  .print-image img, .print-container .no-image {
    height: 120px;
  }
 
  .print-info {
    padding: 0 10px;
  }
  .menu-left li a {
    justify-content: center;
  }
  #design-area {
    margin-top: 50px;
  }
  #supermarquee-down .supermarquee-item h6 {
    font-size: 10px;
  }
  #supermarquee-down .supermarquee-container {
    padding: 8px 0;
  }
}

.huongdanin-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
}

.huongdanin-container {
    padding: 10px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.huongdanin__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: var(--card-background-color);
    padding: 10px;
    border-radius: var(--button-border-radius);
}
.huongdanin-icon svg {
    height: 36px;
    width: auto;
}

.huongdanin-icon {
    padding: 20px 0 5px 0;
}
.huongdanin-info, .huongdanin-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.huongdanin-info {
  font-weight: 400;
}

.huongdanin-info h3 {
    margin-top: 0;
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .huongdanin-grid {
        gap: 0;
    }
    .huongdanin-grid .col {
        margin: 5px 0;
    }
    .huongdanin__wrapper {
        flex-direction: row;
        justify-content: start;
        gap: 5px;
    }
    .huongdanin-icon {
        width: 25%;
    }
    .huongdanin-info {
        width: 75%;
    }
    .huongdanin-info h3 {
      font-size: 1.3rem;
    }
    .huongdanin-info div {
      font-size: 1rem;
    }
    .iaat-process__item-icon {
      max-width: 30px;
    }
}
/*** FIX USER SELECT SWIPER ***/
.swiper-button-next, .swiper-button-prev {
  user-select: none;
}
/*** FIX EQUAL HEIGHT SWIPER ****/
.swiper-slide {
  height: auto !important;
}

/****ZOOMIST***/

.zoomist-wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 0!important;
    overflow: hidden;
}

.zoomist-container {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  
  .zoomist-image {
    width: 100%;
    aspect-ratio: 1;
  }
  
  .zoomist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
 

  @media screen and (max-width: 768px) {
    .zoomist-slider {
      display: none;
    }
  }

/***HIDE CHAT BUTTON ON ADMIN ***/
body.admin\.chat\.page .chat-app {
  display: none !important;
}

body.admin\.chat\.page .chat-container {
  padding: 20px 10px 0 10px;
}
/***FIX PRODUCT DETAIL WIDTH ***/
/*.product-detail-1 {
  width: 90%;
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .product-detail-1 {
  width: 100%;
}
}*/
