/*
Theme Name: Sneakers
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.1.1
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
/* General */
img, div:has(>a>img), div:has(>img){
	border-radius: 5px;
}


/* Woo breadcrumb */
.woocommerce-breadcrumb a{
	color: black;
}
/* Header */
.next-prev-thumbs li.has-dropdown:hover>.nav-dropdown, .no-js li.has-dropdown:hover>.nav-dropdown, li.current-dropdown>.nav-dropdown{
	border-radius: 5px;
}

/* Single product */
body.single-product img, 
.single-product .flickity-slider .is-selected > a{
	border-radius: 5px;
}

/* Badge */
body.home .badge-inner .onsale, body.archive .badge-inner .onsale {
	font-size: 15px;
}
.badge-container {
}

.badge-circle {
/*   position: relative;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  display: block;
  width: 100px;
  height: 100px;
  font-size: 1.3em;
  font-weight: light;
  font-family: 'Trebuchet MS', sans-serif;
  text-transform: uppercase;
  text-align: center;
  line-height: 100px;
  letter-spacing: -1px;
  color: white;
  border: none;
  border-radius: 50%;
  background: #5a99d4;
  cursor: pointer; */
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(221, 51, 51, 0.4);
  -webkit-animation: pulse 1.6s infinite;
}
.badge-circle:hover {
  -webkit-animation: none;
}
@keyframes pulse {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px rgba(221, 51, 51, 0);
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 rgba(221, 51, 51, 0);
  }
}

/* Gia công */
.box-gc {
    box-shadow: -15px -15px 20px rgb(247 247 247 / 44%), 15px 15px 20px rgb(57 65 124 / 8%);
    border-bottom: 3px #f1df00 solid;
}
.bg-dt {
    padding: 15px;
    border-radius: 20px;
    box-shadow: -15px -15px 20px rgb(247 247 247 / 44%), 15px 15px 20px rgb(57 65 124 / 8%);
}
/* ABOUT PAGE */
.bg-about {
    background: url(/wp-content/uploads/2025/08/bg-about-new.jpg) no-repeat center/cover;
    display: flex;
    align-items: flex-start;
    min-height: 850px;
    padding: 40px 0 60px;
    font-size: 14px;
	padding-left: 88px;
    padding-right: 122px;
}

/* .bg-about .col-inner {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
} */

.col-left,
.col-right {
    flex: 1;
    min-width: 300px;
    padding-top: 140px;
    padding-bottom: 20px;
}

.bg-text h4 {
    display: inline-block;
    background-color: #063B85;
    color: white;
    font-weight: bold;
    padding: 6px 14px;
    border-radius: 10px;
    font-size: 16px;
    white-space: normal;
    width: auto;
}
.bg-text p {
    font-weight: bold;
    color: #111;
}
/* MacBook */
@media (max-width: 1567px) {
	.bg-about {
        padding-left: 6%;
        padding-right: 8%;
    }
}

@media (max-width: 1479px) {
	.bg-about {
        padding-left: 5%;
        padding-right: 7%;
    }
}

@media (max-width: 1439px) {
	.bg-about {
        padding-left: 3.5%;
        padding-right: 5.5%;
    }
}

@media (max-width: 1399px) {
	.bg-about {
        padding-left: 2%;
        padding-right: 4%;
    }
}

@media (max-width: 1161px) {
	.col-left,
	.col-right {
		padding-top: 150px;
	}
}
/* Tablet */
@media (max-width: 991px) {
    .bg-about {
        padding: 0px;
        background: none !important; /* Tắt background ảnh trên tablet */
        min-height: auto;
    }
	.col-left,
	.col-right {
		padding-top: 20px;
	}
}

/* Mobile */
@media (max-width: 767px) {
	.intro-sneaker{
		padding-bottom: 0px !important;
	}
    .bg-about {
        padding: 20px 0;
        background: none !important; /* Tắt background ảnh trên mobile */
		padding-bottom: 0px;
    }

    .col-left,
    .col-right {
        min-width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
    }
	.col-right {
		padding-bottom: 0px;
    }
}


/* CSS Box shadow section */
.bx-section .col-inner.text-center {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: -15px -15px 20px rgb(247 247 247 / 44%), 15px 15px 20px rgb(57 65 124 / 8%);
    transition: .3s ease-in-out;
}

/* CSS Tab home */
.tab-product span {
    font-size: 18px;
    font-weight: 600;
}
li#tab-sản-phẩm-bán-chạy {
    margin-left: 30px;
}
/* CSS ảnh gif home*/
img.alignnone.size-full.wp-image-269 {
    width: 50px;
    height: 50px;
}
img.size-full.alignnone {
    margin-bottom: 1em;
}
/* CSS banner left right home */
.bn_left-right h2 {
    font-size: 15px;
    font-weight: 600;
}
.bn_left-right h3 {
    font-size: 25px;
    line-height: 30px;
}
.bn_left-right a.button.primary {
    font-size: 12px;
    background: transparent;
    border: 2px solid #fffee3;
}
.bn_left-right a.button.primary:hover {
    background: #ffffff;
    color: #111;
    box-shadow: none;
}

/* CSS nút xem tất cả home */
.btn-more span {
    color: #111;
    font-size: 15px;
    font-weight: 500;
}



/* CSS Footer */
.footer-text span.section-title-main {
		border-bottom: 2px solid rgb(0 0 0);
    font-size: 16px;
    text-transform: math-auto;
    font-weight: 600;
}
.footer-text .section-title-container {
    margin-bottom: 0em;
}
.footer-text .section-title-normal {
    border-bottom: none;
}

/* translate button dropdown */
.gt_switcher{
	padding: 2px;
}
.gtranslate_wrapper > select, .gtranslate_wrapper .gt_switcher .gt_selected a{
	box-shadow: 0px 0px 0px rgb(255 255 255 / 90%), 0px 0px 2px rgb(57 65 124 / 20%) !important;
    border-radius: 5px;
    border-color: transparent !important;
	width: 155px !important;
}
.gtranslate_wrapper .gt_switcher .gt_selected{
	background-color: white !important;
}
.gtranslate_wrapper .gt_switcher .gt_option{
	width: 167px !important;
	background-color: white !important;
	border: 0px !important;
	box-shadow: 0px 0px 0px rgb(255 255 255 / 90%), 0px 0px 2px rgb(57 65 124 / 20%) !important;
}
.gtranslate_wrapper .gt_option{
	position: absolute !important;
    top: 32px !important;
}