/*
Theme Name: GoldStore
Theme URI: https://goldstore.vn
Template: flatsome
Author: Võ Đông Hồ
Author URI: https://ahotechshop.com
Description: Multi-Purpose Responsive WooCommerce Theme
Version: 3.15.6.1669702697
Updated: 2022-11-29 13:18:17

*/


@font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(fonts/SVN-PoppinsMedium.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-PoppinsLight.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(fonts/SVN-Poppins.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(fonts/SVN-PoppinsBold.ttf) format('woff');
  }
  @font-face {
    font-family: 'SVN-Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(fonts/SVN-PoppinsSemiBold.ttf) format('woff2');
  }
  
  
  body, #masthead ul li a, h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a, li.tab.has-icon a {font-family: 'SVN-Poppins' !important;}
  h1, h2, h3, h5, h6, .heading-font {
      font-weight: 800 !important;
  }

.woocommerce-variation-price {
    display: none;
}


ul.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}

.header-bn img {
    max-width: 800px;
}


@media (min-width: 850px){
    header#header .nav-dropdown {
        display: block;
    }
    header#header .nav-dropdown ul.sub-menu {
        position: absolute;
        left: 100%;
        top: 0;
        background: #fff;
        width: 250px;
        padding: 0;
        display: none !important;

        -webkit-box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
        box-shadow: 1px 1px 15px rgb(0 0 0 / 15%);
    }
    header#header .nav-dropdown ul.sub-menu a {
        white-space: normal;
        margin: 0;
        padding: 10px 15px;
        border: 0;
        font-weight: 400;
    }
    header#header .nav-dropdown li:hover > ul.sub-menu{
        display: block !important;
    }
    header#header .nav-dropdown li {
        border-right: 0;
        white-space: normal;
        width: 100%;
        display: block;
        position: relative;
    }
    header#header .nav-dropdown li.menu-item-has-children > a {
        font-weight: 400;
        text-transform: none;
        color: rgba(102,102,102,.85);
		font-size: 1em;
    }
    header#header .nav-dropdown li.active>a {
        color: #e82c2a;
    }
	.nav-dropdown .nav-dropdown-col .menu-item-has-children {
		margin-top: 0;
	}
}

.woocommerce-variation-price {
    border-top: 1px dashed #ddd;
    font-size: 25px!important;
    padding: 7.5px 0;
}


.product-small.box {
    background: #323232;
    border-radius: 24px;
    padding: 0px;
}

.product-small.box .box-image {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.product-small .box-image {
    padding: 20px;
}

.product-small.box .product-title {
    height: 40px;
    overflow: hidden;
    margin-bottom: 9px;
}

.product-small.box .product-title a {
    color: white;
}

.product-small.box .price, .product-small.box .price del span {
    color: gray;
    font-size: 15px;
}


.ft-title {
    font-weight: 900;
    margin-bottom: 15px;
}


.ft-title-2 {
    font-weight: 900;
    margin-bottom: 15px;
}


ul li.ft-link {
    list-style: none;
    margin: 0 0 10px;
}

ul li.ft-contact-item {
    list-style: none;
    margin: 0 0 10px;
}

.ft-title {
    position: relative;
}

.ft-title:before {
    content: '';
    position: absolute;
    width: 100px;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: linear-gradient(90deg,rgba(154, 79, 9, 1) 0%, rgba(245, 193, 56, 1) 100%);
}

.absolute-footer.dark.medium-text-center.text-center {
    background: #000;
    color: #fff;
    padding: 15px;
}


.social-icons.follow-icons.fl-ic-ft .icon {
    background: #dee2e6 !important;
    border-color: #dee2e6;
    color: #222 !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-icons.follow-icons.fl-ic-ft {
    display: flex;
}

.social-icons.follow-icons.fl-ic-ft .icon:hover {
    background: var(--fs-color-primary) !important;
    border-color: var(--fs-color-primary) !important;
}



.wpcf7-spinner {
	display: none;
}

.ft-form-ct {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 2px;
}

.form-bt .wpcf7-form-control {
    margin: 0;
	width: 100%;
}

.form-ip .wpcf7-form-control {
    margin: 0;
    border: 0;
	box-shadow: none;
}

.form-bt {
    width: 120px;
}

.form-ip {
    width: calc(100% - 120px);
}

@media screen and (min-width: 850px) {
    .row-divided>.col+.col:not(.large-12) {
        border-left: 1px solid hsla(0,0%,100%,.3);
    }
}


.box.box-text-bottom.box-blog-post.has-hover .box-text {
    padding: 10px 0;
}



.widget .is-divider {
    display: none
}

.widget {
    background: #fff;
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    padding: 10px
}

.widget .post_comments {
    display: none
}

span.widget-title {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    font-size: 16px;
    display: block;
    color: #fff;
    text-align: center;
    background: var(--fs-color-primary);
    line-height: 1;
    padding: 10px 0;
    margin-bottom: 12px
}

.recent-blog-posts a {
    display: block;
    line-height: 1.2;
    margin-bottom: 6px;
    color: #111;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 40px;
}

.off-canvas-left .mfp-content {
    background-color: #fff
}



.box-blog-post .image-cover {
    position: relative;
}

.box-blog-post .image-cover:before {
    top: 0;
    bottom: 0;
    left: 50%;
    right: 51%;
    background: rgba(255,255,255,0.3);
}


.box-blog-post .image-cover:after {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.6);
}


.box-blog-post .image-cover::before, .box-blog-post .image-cover:after {
    content: "";
    position: absolute;
    opacity: 1;
    pointer-events: none;
}

.box-blog-post:hover .image-cover:before {
    z-index: 999;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}
.box-blog-post:hover .image-cover:after {
    z-index: 999;
    top: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 900ms linear;
    -moz-transition: all 900ms linear;
    -o-transition: all 900ms linear;
    -ms-transition: all 900ms linear;
    transition: all 900ms linear;
}

.box-blog-post .is-divider {
    display: none;
}

.dark .widget a {
    color: rgb(66 66 66);
}

.dark span.amount {
    color: #d52f2f;
}

.dark .widget a:hover, .dark a:hover {
    color: #C36817;
}


.promotion-ptt {
    display: block;
    overflow: hidden;
    padding: 20px 15px 10px 15px;
    background: #2f3033;
    border-radius: 12px;
    margin: 0 0 20px;
}

.imb-dm {
    background: #323232;
    border-radius: 12px;
}

.imb-dm:hover {
    box-shadow: -4px -4px 8px rgba(134, 134, 134, .2), 4px 4px 8px rgba(28, 28, 28, .4);
}

.cat-tt {
    font-weight: bold;
}

.g-main-tt {
    text-align: center;
    position: relative;
}

.g-main-tt h2 {
    display: inline;
    position: relative;
    margin-left: 40px;
}

.g-main-tt h2:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/uploads/2025/11/apple.png);
    left: -40px;
}

.iphone-product-card {
    color: #222;
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    padding: 20px;
}

h3.iphone-title {
    text-align: center;
    color: #e8cb5f;
}

table.iphone-price-table td {
    color: #222;
}

.giuseart-nav {
  position: fixed;
  right: 13px;
  background: #fff;
  border-radius: 5px;
  width: auto;
  z-index: 150;
  bottom: 50px;
  padding: 10px 0;
  border: 1px solid #f2f2f2;
}
.giuseart-nav ul {list-style: none;padding: 0;margin: 0;}
.giuseart-nav ul li {list-style: none!important;}
.giuseart-nav ul>li a {
  border:none;
  padding: 3px;
  display: block;
  border-radius: 5px;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  color: #515151;
  font-weight: 700;
  max-width: 72.19px;
  max-height: 54px;
  text-decoration: none;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.ticon-heart {
  background: url(/wp-content/uploads/2025/11/tiktok.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li .chat_animation{display:none}
.giuseart-nav ul>li a i.whatsapp {
  background: url(/wp-content/uploads/2025/11/zalo-150x150-1.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li a i.ticon-zalo-circle2 {
  background: url(/wp-content/uploads/2023/11/facebook.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav li .button {
  background: transparent;
}.giuseart-nav ul>li a i.ticon-angle-up {
  background: url(/wp-content/uploads/2025/11/up-arrow.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav ul>li a i {
  width: 33px;
  height: 33px;
  display: block;
  margin: auto;
}.giuseart-nav ul li .button-x .btn_phone_txt {
  position: relative; top:35px;
  font-size: 10px;
  font-weight: bold;
  text-transform: none;
}
.giuseart-nav ul>li a.chat_animation svg {
  margin: -13px 0 -20px;
}
.giuseart-nav ul>li a i.ticon-messenger {
  background: url(/wp-content/uploads/2025/11/messenger.png) no-repeat;
  background-size: contain;
  width: 36px;
  height: 36px;
  display: block;
}.giuseart-nav ul li .button-x .phone_animation i {
  display: inline-block;
  width: 23px;
  font-size: 26px;
  margin-top: 5px;
}
.giuseart-nav ul>li a i.ticon-chat-sms {
  background: url(/wp-content/uploads/2025/11/messenger.png) no-repeat;
  background-size: contain;
  width: 38px;
  height: 36px;
  display: block;
}
.giuseart-nav ul>li a i.icon-phone-w {
  background: url(/wp-content/uploads/2025/11/phone.webp) no-repeat;
  background-size: contain;}
.giuseart-nav ul li .button-x .btn_phone_txt {
  position: relative;
}
.giuseart-nav ul li .button-x .btn_phone_txt {
	top: 0;
}
.giuseart-nav li .button-x .phone_animation {
    width: 38px;
    height: 38px;
    background: #6cb917;
    display: block;
    border-radius: 50%;
    margin: 0 auto;
}
@media only screen and (max-width: 600px){
.giuseart-nav li .chat_animation{display:block !Important}
.giuseart-nav ul li .button-x .btn_phone_txt {
    top: 35px;
}
.giuseart-nav li .button-x .phone_animation {box-shadow: none;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translate(-50%,0);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #6cb917;
  line-height: 15px;
  border: 2px solid white;
}
	
	
	
	.giuseart-nav ul li .button-x .phone_animation i {
  margin-top: 9px;
}
	
.giuseart-nav ul>li a{padding:0; margin:0 auto}
.giuseart-nav {
  background: white;
  width: 100%; border-radius:0;
  color: #fff;
  height: 60px;
  line-height: 50px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 5px;
  margin: 0;
  box-shadow: 0 4px 10px 0 #000;
}
.giuseart-nav li {
  float: left;
  width: 20%;
  list-style: none;
  height: 50px;
}
.phone-mobile{display:block !important}}


.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
    width: 100%;
}

.single-post a {
    color: #f4bf34;
}