@font-face {
    font-family: 'SVN-GilroyRegular';
    src: url('../fonts/SVN-Gilroy Regular.otf');
}
@font-face {
    font-family: 'SVN-GilroyThin';
    src: url('../fonts/SVN-Gilroy Thin.otf');
}
@font-face {
    font-family: 'SVN-GilroySemiBold';
    src: url('../fonts/SVN-Gilroy SemiBold.otf');
}

@font-face {
    font-family: 'SVN-GilroyMedium';
    src: url('../fonts/SVN-Gilroy Medium.otf');
}
@font-face {
    font-family: 'SVN-GilroyBold';
    src: url('../fonts/SVN-Gilroy Bold.otf');
}
p,span{
    font-family: 'SVN-GilroyRegular';
}
h1,h2,h3,h4,h5{
    font-family: 'SVN-GilroyBold';
}
a{
    font-family: 'SVN-GilroyRegular';
}
.bar-sort .icon-gio-hang {
    width: 30px;
    height: 30px;
    border: none;
    background-image: url('../images/icons8.png');
    background-size: 100%;

}

.img-user{
    width: 30px;
    height: 30px;
    border: none;
    background-image: url('../images/user1.png');
    background-size: 100%;
    border-radius: 999px !important;
    object-fit: cover;
}
.bar-sort .badge-count{
    position: absolute;
    background-color: #000000;
    color: #ffffff;
    padding: 0px 5px;
    border-radius: 50%;
}
.header-button a.account-link{
    background-color: #ffffff;
}
.header-button a.nav-top-not-logged-in{
    background-color: #ffffff;
}

#wide-nav.header-bottom{
    background-color: #ffffff;
    height: 55px;
    border-bottom: 1px solid #e2e2e2;
}
.header-bottom ul.header-nav>li.menu-item{
    margin: 0px 20px;
}
.header-bottom ul.header-nav>li.menu-item>a{
    color: #000000;
}
.header-bottom ul.header-nav>li.menu-item:hover{
    border-bottom: 3px solid #000000;
}
.header-bottom ul.header-nav>li.menu-item.active{
    border-bottom: 3px solid #000000;
}
.header.show-on-scroll, .stuck .header-main {
    height: 50px!important;
}
.searchform-wrapper .flex-col button{
    background-color: #000000;
}
input[type='search']{
    height: 36px;
}
.ux-search-submit.submit-button.secondary.button.icon.mb-0{
    height: 36px;
}
.header-mar{
    width: 800px;
}
.header-top {
    min-height: 30px;
    background-color: #f3f3f3;
    color: #000000 !important;
}
.header-top p{
    color: #000000 !important;
}
/* Css Body */
.title-section{
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    font-family: 'SVN-GilroyMedium';
}
.section-banner{
    padding-top: 0px !important;
}
.section-tab .tabbed-content .nav{
    justify-content: center;
    margin-bottom: 30px;
}
.section-tab .tabbed-content .nav .tab.has-icon span{
    font-size: 18px;
    color: #000000;
    font-weight: 500;
}
.section-tab .tabbed-content .nav>li{
    margin: 0px 50px;
}
.section-tab .tabbed-content .nav-line>li>a:before{
    top: 40px;
    background-color: #000000;
}

/* Css body end */
/* Css category product */

.container-get-pr .item .image-cat-pr{
    height: 120px;
  
}
.container-get-pr .item .image-cat-pr img{
    height: 100%;
    width: 120px;
}
.container-get-pr .item .name-cat-pr{
    display: flex;
    width: 100%;
    
}
.container-get-pr .item .name-cat-pr p{
    margin-top: auto; 
    margin-bottom: auto;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'SVN-GilroyBold';
    color: #000000;
    text-align: center;
}
figure.snip1206 {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    height: 400px;
    width: 100%;
    color: #000000;
    text-align: center;
 
  }
  figure.snip1206 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
 
  }
  figure.snip1206 img {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;

  }
  figure.snip1206:hover img{
    animation: scale 10s linear infinite;
  } 
  @keyframes scale {
    50% {
      -webkit-transform:scale(1.2);
      -moz-transform:scale(1.2);
      -ms-transform:scale(1.2);
      -o-transform:scale(1.2);
      transform:scale(1.2);
    }
  }
  figure.snip1206:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  figure.snip1206:hover:after{
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s ease-in-out;
    opacity: 0;
  }
  figure.snip1206 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  figure.snip1206 h2,
  figure.snip1206 p {
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  figure.snip1206 h2 {
    padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
  }
  figure.snip1206 p {
    padding: 0 50px;
    font-size: 0.8em;
    font-weight: 500;
  }
  figure.snip1206 a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
  }

  figure.snip1206:after,
  figure.snip1206.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  figure.snip1206:hover figcaption h2,
  figure.snip1206.hover figcaption h2,
  figure.snip1206:hover figcaption p,
  figure.snip1206.hover figcaption p {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    background-color: #fff;
    padding: 10px;
  }
  figure.snip1206 figcaption h2,
  figure.snip1206 figcaption h2 {
    opacity: 1;
  }
  figure.snip1206:hover figcaption p,
  figure.snip1206.hover figcaption p {
    opacity: 0.7;
  }
  .grid-container {
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-gap: 10px;
    background-color: #2196F3;
    padding: 10px;
  }
  .grid-container .item:nth-child(1) {
    grid-row: 1 / span 2;
  }
/* Css category product end*/
/* CSs product */
.badge-overlay {
    position: absolute;
    left: 0%;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
    -webkit-transition: width 1s ease, height 1s ease;
    -moz-transition: width 1s ease, height 1s ease;
    -o-transition: width 1s ease, height 1s ease;
    transition: width 0.4s ease, height 0.4s ease
}

/* ================== Badge CSS ========================*/
.badge-overlay .badge {
    margin: 0;
    padding: 0;
    color: white;
    padding: 8px 8px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    line-height: normal;
    text-transform: uppercase;
    background: #ed1b24;
}

.badge-overlay .badge::before,.badge-overlay .badge::after {
    content: '';
    position: absolute;
    top: 0;
    margin: 0 -1px;
    width: 100%;
    height: 100%;
    background: inherit;
    min-width: 55px
}

.badge-overlay .badge::before {
    right: 100%
}

.badge-overlay .badge::after {
    left: 100%
}
.badge-overlay .top-right p{
    margin-bottom: 0em !important;
}
.badge-overlay .badge{
    height: 0em;
   
}
#breadcrumbs{
    margin-top: 50px;
}

/* ================== Badge Position CSS ========================*/
.badge-overlay .top-left {
    position: absolute;
    top: 0;
    left: 0;
    -ms-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -webkit-transform: translateX(-30%) translateY(0%) rotate(-45deg);
    transform: translateX(-30%) translateY(0%) rotate(-45deg);
    -ms-transform-origin: top right;
    -webkit-transform-origin: top right;
    transform-origin: top right;
}

.badge-overlay .top-right {
    position: absolute;
    top: 0;
    right: 0;
    -ms-transform: translateX(30%) translateY(0%) rotate(45deg);
    -webkit-transform: translateX(30%) translateY(0%) rotate(45deg);
    transform: translateX(30%) translateY(0%) rotate(45deg);
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
}


.product-small.box {
    display: none;
}
.badge-container.absolute.left.top.z-1 {
    display: none;
}
.box-product-avatar{
    position: relative;
}
.badge-overlay{
    position: absolute;
    top: 0px;
}
.box-product-avatar .btn-addcart{
    position: absolute;
    bottom: 0px;
}
.box-product-avatar .btn-addcart{
    position: absolute;
    bottom: 0px;
    justify-content: center;
    padding: 0px !important;
}
.box-product-avatar .btn-addcart p{
    text-align: center;
    margin-bottom: 0em;
    background-color: #fff;
    bottom: 30px;
    opacity: .85;
    padding: 0px;
    color: #000000;
    transition-duration: 0.5s;
    visibility: hidden;
}

.col-inner-product-item:hover .box-product-avatar .btn-addcart p{
    padding: 18px 5px;
    visibility: visible;
}
.box-product-avatar .btn-addcart p i{
    font-size: 20px;
    transition-duration: 0.8s;
}
.col-inner-product-item:hover  .box-product-avatar .btn-addcart p i{
    transform: rotate(180deg);
}
.col-inner-product-item .box-product-content h3 a{
    font-family: 'SVN-GilroyRegular';
    color: #000000;
    font-size: 16px;
    
}


/* CSs product */






















/* Custom section post */

/* CSs custom section post end */
#footer.footer-wapper{
    background-color: #000000;
}
.footer-wapper .box-footer{
    color: #ffffff;
}
.footer-wapper .box-footer img{
    margin-right: 5px;
}
.footer-wapper{
    padding:30px 0px 10px 0px ;
}

.box-footer .diachi p{
    font-size: 14px;
    margin-bottom: 0.3em;
    font-family: 'SVN-GilroySemiBold';
}
.box-footer p.khu-vuc{
    font-family: 'SVN-GilroySemiBold';
    font-size: 18px;
    text-transform: uppercase;
}
.widget-box1 h2.widgettitle{
    font-family: 'SVN-GilroySemiBold';
    font-size: 18px;
    text-transform: uppercase;
    color: #ffffff;
}
.widget-box1 ul>li>a{
    color: #ffffff;
    font-family: 'SVN-GilroySemiBold';
    font-size: 14px;
}
.widget-box1 ul>li{
    list-style: none;
    border-bottom: 1px solid #323232;
    padding-bottom: 10px;
}
.widget-box1 ul>li:last-child{
    border:none;
}
.widget-box1 ul>li.active>a{
    color: #EBEBEB;
}
.widget-box1 ul>li>a:hover{
    color: #afafaf;
}
.diachi2{
    margin-top: 30px;
}