/*
Theme Name: Karo Child
Theme URI: http://demo.themeftc.com/karo/
Template: karo
Author: the ThemeFTC team
Author URI: http://demo.themeftc.com/
Description: Karo brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Tags: one-column,two-columns,right-sidebar,flexible-header,accessibility-ready,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,theme-options,threaded-comments,translation-ready
Version: 2.2.2
Updated: 2021-02-02 02:55:05

*/

:root {
  --g-color-black: #000;
  --g-color-error: #c00;
  --g-color-gucci-beauty: #ebbfb1;
  --g-color-gucci-garden: #ed9cad;
  --g-color-gucci-osteria: #ed9cad;
  --g-color-medium-gray: #767676;
  --g-color-my-gucci-account: #7c183d;
  --g-color-success: #063;
  --g-color-vault-green: #6fd885;
  --g-color-vault-yellow: #ff0;
  --g-color-warning: #994d00;
  --g-color-white: #fff;
  --g-color-accessibility: #337eff;
  --g-color-disabled: #767676;
  --g-color-divider: rgba(0, 0, 0, 0.15);
  --g-color-divider-inversed: rgba(255, 255, 255, 0.5);
  --g-color-gray-opacity: rgba(118, 118, 118, 0.2);
  --g-color-bg: #1b1b1b;
  --g-bg-color: #eaf2dc;
  --g-color-text: #1b1b1b;
}

@font-face {
  font-family: Futura;
  src: url("assets/fonts/woff/SFUFuturaRegular.woff") format('woff');
  font-weight: regular;
}

@font-face {
  font-family: Futura;
  src: url("assets/fonts/woff/SFUFuturaLight.woff") format('woff');
  font-weight: lighter;
}

@font-face {
  font-family: Futura;
  src: url("assets/fonts/woff/SFUFuturaRegular.woff") format('woff');
  font-weight: 400;
}

@font-face {
  font-family: Futura;
  src: url("assets/fonts/woff/SFUFuturaHeavy.woff") format('woff');
  font-weight: 700;
}
@font-face {
  font-family: Futura;
  src: url("assets/fonts/woff/SFUFuturaBold.woff") format('woff');
  font-weight: 900;
}

[lang=auto] * {
    -webkit-locale: "vi";
}


html, body {
  background-color: var(--g-bg-color);
  font-family: 'Futura', Roboto, Lato, sans-serif;
}

.elementor-column-gap-default
  > .elementor-column
  > .elementor-element-populated {
  padding: 0;
}

header#masthead.site-header {
  position: sticky;
  top: -75px;
  transition: top 0.2s ease-out;
}

#main-content {
  padding: 0;
}

.header-base {
  background-color: var(--g-color-bg);
  z-index: 100;
  padding: 0;
  width: 100%;
}

.header-base:hover {
  background-color: var(--g-color-bg);
}
.header-base > .header-content {
  padding-bottom: 0;
}

.logo-gucci-top {
  width: 100%;
  text-align: center;
  padding-bottom: 4px;
}
.logo-gucci-top > .logo-wrapper {
  position: relative;
  width: 100%;
  text-align: center;
}
.logo-gucci-top > .logo-wrapper .logo {
  border-radius: 4px;
  overflow: hidden;
}

.ftc-search-product {
  position: absolute;
  right: 25px;
  width: auto;
}
.ftc-shop-cart {
  position: absolute;
  right: 100px;
  width: auto;
}
.is-mobile .ftc-shop-cart {
  position: relative;
  display: inline-block;
}
.ftc-shop-cart a {
  color: var(--g-color-white);
  opacity: 0.5;
}
.ftc-shop-cart .cart-item a:hover {
  color: var(--g-color-white) !important;
  opacity: 1;
}
.ftc-search-product .ftc-search .search-button:hover::before {
  color: var(--g-color-white);
}

.ftc-search-product .ftc-enable-ajax-search .eror-search {
  top: 0;
  right: 0;
}

.ftc-search-product .ftc-search .search-button {
  color: #e5dfd9 !important;
  border: 2px solid #e5dfd9;
  border-radius: 100%;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-wrapper .ftc-search-product .ftc-search .search-button:hover {
  color: var(--g-color-white) !important;
}
.ftc-search-product .ftc-search .search-button::before() {
  display: block;
}

.ftc-search-product .ftc_search_ajax input[type="text"] {
  outline: none;
  background: transparent;
  color: var(--g-color-white);
  backdrop-filter: blur(3px);
  border-radius: 4px;
}
.logo-wrapper.is-mobile > .logo {
  border-radius: 4px;
  overflow: hidden;
}
.mega-menu-item .mega-menu-link {
  position: relative;
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item-has-children
  > a.mega-menu-link
  > span.mega-indicator {
  display: none;
}

.header-content .container > div.navigation-primary {
  width: 100vw;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item:hover
  a.mega-menu-link::before {
  content: "";
  display: block;
  position: absolute;
  border: 0 solid transparent;
  height: 0;
  width: 0;
  border-bottom-color: #fff;
  border-bottom-width: 4px;
  bottom: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  left: 50%;
}
.ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger {
  background: transparent;
  color: var(--g-color-black);
}
.ftc-search-product .ftc_search_ajax input[type="text"] {
  border-radius: 0;
  background-color: var(--g-color-white);
  color: var(--g-color-bg);
  border: 1px solid var(--g-color-divider);
}
#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-item.mega-menu-megamenu
  > ul.mega-sub-menu,
#mega-menu-wrap-primary
  #mega-menu-primary[data-effect="fade_up"]
  li.mega-menu-item.mega-menu-flyout
  ul.mega-sub-menu {
  padding: calc(25px - 7.5px);
  background: var(--g-color-white);
  box-shadow: 0 1px 1px var(--g-color-gray-opacity);
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  padding: 7.5px;
}
div.row {
  margin: 0;
}
.woocommerce.columns-4,
.woocommerce.columns-3 {
  margin: 0;
}

.header-content > .container {
  width: 100%;
}

.ftc-breadcrumb-title h1,
.ftc-breadcrumb-title .ftc-breadcrumbs-content,
.ftc-breadcrumb-title .ftc-breadcrumbs-content a,
.ftc-breadcrumb-title .ftc-breadcrumbs-content span {
  color: var(--g-color-bg);
}

.ftc-breadcrumb-title.container {
  padding-bottom: 0;
}

.container {
  width: 100% !important;
}

.woocommerce .products.owl-carousel.columns4 .ftc-product.product {
  padding: 0;
  position: relative;
}
.archive .woocommerce .products:not(.list) .product .item-description {
  position: absolute;
  top: 100%;
  left: 0;
}
.archive
  .woocommerce
  .products:not(.list)
  .product
  .item-description
  .meta_info {
  display: none;
}
.woocommerce > .products {
  display: block;
  padding: 0 10px;
}
.woocommerce > .products::after {
  content: "";
  display: block;
  clear: both;
}
.archive
  #primary:not(.hide-filter)
  .woocommerce.columns-3
  .products:not(.columns4):not(.list)
  .product {
  padding: 0 !important;
  position: relative;
}
.woocommerce-result-count {
  display: none;
}
.archive
  #primary:not(.hide-filter)
  .woocommerce.columns-3
  .products:not(.columns4):not(.list)
  .product::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--g-color-white);
  display: block;
  z-index: 2;
}
.archive .woocommerce .products:not(.list) .product .item-description {
  display: none;
  background-color: var(--g-color-white);
  padding: 15px;
}
.archive .woocommerce .products:not(.list) .product:hover .item-description {
  display: block;
  -moz-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.woocommerce div.product div.images {
  margin: 0;
}
.woocommerce .yit-wcan-container .products .product,
.woocommerce .products.grid .product,
.woocommerce .products.columns4 .product {
  margin: 0;
  border-bottom: 1px solid var(--g-color-white);
}

.ftc-breadcrumb {
  padding: 0 15px;
  line-height: 1.2;
}

.woocommerce .product .item-description h3.product_title {
  letter-spacing: 1px;
  font-weight: 400;
  font-style: normal;
  height: 50px;
}

.eyebrow-link {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
  width: fit-content;
  margin: 0 auto;
  padding-top: 10px;
}

.eyebrow-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  transition: width 0.2s linear;
  background-color: #444;
}

.eyebrow-link:hover::after {
  width: 100%;
}
.woocommerce-cart-form table.cart .button:hover {
  background-color: #2c2c2c !important;
}

.ftc-breadcrumb-title.container {
  padding: 0;
}
.ftc-breadcrumb {
  margin-bottom: 0;
}
.ftc-breadcrumb-title-noback.container .ftc-breadcrumbs-content {
  padding: 8px 0;
}

.product-categories {
  display: inline-block;
  position: relative;
  border-right: 1px solid var(--g-color-divider);
  font-size: 12px;
}
.product-categories > button.btn-filter {
  background: transparent;
  color: var(--g-color-text);
}

.product-categories ul {
  list-style: none;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 2;
  background-color: var(--g-color-white);
  width: auto;
  border: 1px solid var(--g-color-divider);
  display: none;
}
.product-categories ul > li.active {
  font-weight: bold;
}
.product-categories ul > li {
  display: inline-block;
  width: 100%;
}
.product-categories ul > li a {
  padding: 4px 8px;
  text-align: left;
  width: 100%;
  display: inline-block;
  white-space: nowrap;
}
.product_title.entry-title.page-title {
  display: none;
}
.product-categories .fa-angle-up {
  padding: 0 4px;
}
.list-open {
  transform: rotate(180deg);
}
.woocommerce .before-loop-wrapper {
  padding: 0 15px;
}
.product-categories .selected {
  background-color: var(--g-color-divider);
}

.quantity {
  display: none;
}

.ftc-size_chart > i.fa-table {
  margin-right: 4px;
}

.woocommerce div.product form.cart .button {
  display: flex;
  align-items: center;
}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 4px;
}
.woocommerce.ftc-single-grid
  div.product
  div.images
  .woocommerce-product-gallery__image {
  width: auto;
  max-width: 100%;
  clear: both;
}
.woocommerce div.product div.images img {
  width: auto;
}
.woocommerce.ftc-single-grid
  div.product
  div.images
  .woocommerce-product-gallery__image:first-of-type {
  grid-column: 1/3;
}
.ftc-single-grid .header-sticky-mobile {
  opacity: 1;
}
.woocommerce div.product .summary h1.product_title.entry-title {
  font-size: 22px;
  font-weight: normal;
}
.single-product > site {
  padding: 0 10%;
}

.ftc-off-canvas-cart
  .woocommerce.widget_shopping_cart
  .cart_list
  li:first-child
  a.remove {
  top: 18px;
  left: calc(100% + 4px);
}
ul.woocommerce-mini-cart.cart_list.product_list_widget {
  padding: 0 30px;
}

.ftc_desciption_tab a {
  font-size: 15px;
  color: #000;
  position: relative;
  display: inline-block;
  background-color: transparent;
  text-transform: capitalize;
}
.ftc_desciption_tab a:hover {
  text-decoration: underline;
}

.ftc-footer {
  padding: 30px clamp(20px, 10%, 240px);
  border-top: 1px solid var(--g-color-divider);
  margin-top: 25px;
}
#to-top {
  bottom: 40px !important;
}
#to-top a {
  border-radius: 4px !important;
}

#mega-menu-wrap-primary
  #mega-menu-primary
  li.mega-menu-megamenu
  > ul.mega-sub-menu
  > li.mega-menu-row
  .mega-menu-column
  > ul.mega-sub-menu
  > li.mega-menu-item {
  text-align: center;
}
.products.animation-shop .ftc-product.product {
  opacity: 1;
  transform: translateY(0);
}
.related.products .owl-carousel .owl-stage-outer {
  display: flex;
  justify-content: center;
}
.woocommerce .product .item-description {
  padding: 20px 0;
}
.site-content .related.products h2 {
  font-weight: normal;
}
.woocommerce div.product {
  position: static;
}
.data-title {
  display: none;
}

/* responsive */
@media screen and (max-width: 991px) {
  .logo-gucci-top {
    padding: 0;
  }
  .ftc-mobile-wrapper,
  .has-mobile-menu .ftc-mobile-wrapper {
    width: 100% !important;
  }
  .ftc-mobile-wrapper {
    transition: all 0.4s ease !important;
  }
  .ftc-mobile-wrapper .menu-text {
    width: 100%;
    height: 60px;
    background: transparent;
  }
  .ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger,
  .ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger:hover,
  .ftc-mobile-wrapper .menu-text .btn-toggle-canvas.btn-danger:focus {
    background: transparent !important;
    border: none;
    width: 60px;
    height: 60px;
    margin: 0;
  }
  .ftc-simple > li > a {
    text-align: center;
    font-size: 18px;
  }
  .ftc-mobile-wrapper .ftc-search form .ftc_search_ajax input[type="text"] {
    text-align: center;
  }
  .ftc-mobile-wrapper {
    transform: translate3d(0, -100%, 0) !important;
    -webkit-transform: translate3d(0, -100%, 0) !important;
  }
  .has-mobile-menu .ftc-mobile-wrapper {
    transform: translate3d(0, 0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-item
    > a.mega-menu-link,
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu.mega-menu-item
    > a.mega-menu-link {
    font-weight: normal;
    letter-spacing: 1.4px;
    line-height: 40px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    > li.mega-menu-megamenu
    > ul.mega-sub-menu
    li.mega-menu-column
    > ul.mega-sub-menu
    > li.mega-menu-item
    > a.mega-menu-link {
    text-align: center;
    font-size: 16px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item:hover
    a.mega-menu-link::before {
    display: none;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item-has-children
    > a.mega-menu-link
    > span.mega-indicator {
    display: block;
    right: 15px;
  }

  .ftc-mobile-wrapper .ftc-search button.search-button {
    right: 15px;
  }
  .archive
    #primary:not(.hide-filter)
    .woocommerce.columns-3
    .products:not(.columns4):not(.list)
    .product {
    width: calc(100% / 3);
  }
  header#masthead.site-header {
    top: 0;
  }

  .archive .woocommerce .products:not(.list) .product .item-description {
    display: inline-block;
    position: relative;
  }
  .eyebrow-link {
    display: none;
  }
  .header-content > .container {
    width: 100%;
    position: relative;
  }
  .header-content div.logo-gucci-top {
    display: none;
  }
  .header-content .container {
    text-align: center;
    transform: none;
    z-index: 3;
    display: flex;
    float: none;
    position: relative;
    justify-content: space-between;
  }
  .header-content .container > .ftc-shop-cart {
    display: inline-block;
    position: absolute;
    right: 15px;
    z-index: 4;
  }
  .single-product
    div#primary:not(.hide-filter)
    div.product
    .summary.entry-summary
    .quantity {
    display: none !important;
  }
  .single-product div#primary:not(.hide-filter) div.product form.cart .button {
    margin: 0 auto;
  }
  .ftc-single-grid div.product a.ftc-size_chart {
    max-width: auto;
  }
  .woocommerce table.shop_table_responsive thead,
  .woocommerce-page table.shop_table_responsive thead {
    display: none;
  }
  .data-title {
    display: inline-block;
  }
  .woocommerce td.product-name dl.variation:last-child {
    padding-left: 10px;
    min-width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .header-base {
    height: 50px;
  }
  .archive
    #primary:not(.hide-filter)
    .woocommerce.columns-3
    .products:not(.columns4):not(.list)
    .product {
    width: calc(100% / 2);
  }
  .single-product
    div#primary:not(.hide-filter)
    div.product
    .summary.entry-summary
    .quantity {
    display: none !important;
  }
  .single-product div#primary:not(.hide-filter) div.product form.cart .button {
    margin: 0 auto;
  }
  .woocommerce table.shop_table_responsive tr td {
    display: flex;
    justify-content: space-between;
  }
  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    content: "";
    display: none !important;
  }
  .woocommerce table.cart td.actions,
  .woocommerce-page #content table.cart td.actions,
  .woocommerce-page table.cart td.actions {
    display: block;
  }
  .woocommerce .product div.item-description h3.product_title {
    font-size: 13px;
  }
}

@media screen and (min-width: 992px) {
  .archive
    #primary:not(.hide-filter)
    .woocommerce.columns-3
    .products:not(.columns4):not(.list)
    .product {
    width: calc(100% / 4);
    max-width: unset;
  }
  .is-mobile {
    display: none !important;
  }
  .ftc-single-grid.woocommerce
    #content
    div.product
    .woocommerce-product-gallery.ftc-grid-main-images {
    max-width: 60%;
  }
  .ftc-single-grid.woocommerce #content div.product .summary.entry-summary {
    max-width: 40%;
    width: 40%;
  }
}

@media (min-width: 768px) {
  .col-sm-9 {
    width: 75% !important;
    float: none !important;
    margin: 0 auto;
  }
  .woocommerce.ftc-single-grid #content div.product div.summary.fixed {
    position: fixed !important;
    z-index: 9999;
    background-color: #fff;
    padding: 10px;
    overflow-y: auto;
    height: 100%;
    transition: none;
    top: 50px !important;
  }
  .woocommerce .before-loop-wrapper {
    text-align: right;
  }
}

p.woocommerce-mini-cart__buttons.buttons > a.button {
    font-size: 14px;
}

.header-content .logo a img{
	max-height: 90px;
}