/*
 Theme Name:   Saigon Cosmetics Corporation - China
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

/* ======MENU======
    0.GENERAL
 * ================*/

*:focus {
    outline: none !important;
}

img{
    vertical-align: unset;
}

button {
    cursor: pointer;
}

iframe {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none;
}

p {
    margin: 0 0 10px 0;
}

::placeholder,
::-ms-input-placeholder {
    color: #cecece;
    font-style: italic;
}

select:invalid {
    color: #cecece;
    font-style: italic;
}

option {
    color: #0c233f;
}



/* Header Button */
#header_btn {
    background: black;
    background-image: linear-gradient(to right, #d1913c 0%, #ffd194 51%, #d1913c 100%);
    background-size: 200% auto;
    color: white;
    text-align: center;
    transition: 0.5s;
    padding: 4px 0 6px;
    font-size: 15px;
    border-radius: 5px !important;
}

#header_btn:hover {
    background-position: right center;
    color: #fff;
}


/* Header Mega Menu */
ul.menu li a{
    padding-top:5px;
}

ul.menu li a:before{
    font-family: 'Material Symbols Outlined';
    content: "\e157 ";
    font-size: 17px;
    padding-right: 10px;
}


/* Scrollbar */
/* #history-bar-container::-webkit-scrollbar {
    width: 20px;
    height: 20px;
}

#history-bar-container::-webkit-scrollbar-track {
    background-color: transparent;
}

#history-bar-container::-webkit-scrollbar-thumb:horizontal {
    background-image: url(https://scc-export.com/wp-content/uploads/2023/08/icons8-arrow.gif);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
} */



/* Header & Footer */
.wpml-ls-statics-footer {
    margin-bottom: 0 !important;
}

.wpml-ls-statics-footer ul {
    text-align: right !important;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 3px;
}

#footer_icon_list li i,
#footer_icon_list2 li i {
    font-size: 16px;
    padding-top: 4px;
}

.footer_marquee {
    padding: 10px;
    font-size: 18px;
    color: black;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_marquee .marquee-content {
    display: flex;
    animation: Marquee_scrolling 10s linear infinite;
}

.footer_marquee .marquee-item {
    flex: 0 0 26vw;
    margin: 0 2vw;
}

/* Footer Marquee */
.marquee {
    overflow: hidden;
}

.marquee-content {
    display: flex;
    animation: scrolling_mobile 12s linear infinite;
}

.marquee-item {
    flex: 0 0 35vw;
    margin: 0 2vw;
}

/* Mobile Contact Footer */
.container_ft {
    z-index: 9999999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border-top: 0 solid;
    border-image-slice: 1;
    border-width: 2px;
    border-image-source: linear-gradient(to left, #646464 20%, #ffffff 43%, #ffffff 50%, #ffffff 57%, #646464 80%);
}

.grid-container {
    display: grid;
    grid-template-columns: 18% 20% 24% 20% 18%;
    background-color: #ffffff;
    padding-top: 8px;
}

.cta-grid-item {
    font-size: 20px;
    text-align: center;
    padding: 0;
    line-height: 1;
    padding-bottom: 8px;
}

.cta-grid-item img {
    width: 27px;
    height: auto;
}

.cta-grid-item a {
    color: #081519 !important;
    text-decoration: auto;
}

.itemmid img {
    width: 55px;
    margin-top: -28px;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    transform-origin: 50% 50%;
}

.des_item {
    font-size: 10px;
}

/* Animation Call Button */
@keyframes phonering-alo-circle-img-anim {
    0% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    10% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    20% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    30% {
        transform: rotate(-25deg) scale(1) skew(1deg);
    }

    40% {
        transform: rotate(25deg) scale(1) skew(1deg);
    }

    50% {
        transform: rotate(0) scale(1) skew(1deg);
    }

    100% {
        transform: rotate(0) scale(1) skew(1deg);
    }
}

/* Product Sidebar */
.brands-list {
    grid-template-columns: 33% 33% auto;
            gap: 5px;
            height: 200px;
    }

    .brands-list a {
        padding: 10px;
        border-radius: 5px;
        border: 1px solid #e1e1e1;
        line-height: 0;
    }
    .brands-list::-webkit-scrollbar {
        width: 7px;
    }
    .brands-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px #0c233f;
        border-radius: 10px;
    }
    .brands-list::-webkit-scrollbar-thumb {
        background: #0c233f;
        border-radius: 10px;
    }

        .Procates-list {
            max-height: 400px;
            overflow: auto;
        }

        /* width */
        .Procates-list::-webkit-scrollbar {
            width: 7px;
        }

        /* Track */
        .Procates-list::-webkit-scrollbar-track {
            box-shadow: inset 0 0 2px #0c233f;
            border-radius: 10px;
        }

        /* Handle */
        .Procates-list::-webkit-scrollbar-thumb {
            background: #0c233f;
            border-radius: 10px;
        }

        .pro_category h3 {
            display: flex;
            font-size: 15px;
            font-weight: 500;
            cursor: pointer;
            color: #0C233F;
            text-align: left;
            margin: 7px 3px 3px 3px;
        }

        .pro_category h3::before {
            font-family: 'Material Symbols Outlined';
            content: "\e5cc";
            padding: 0 5px 0 0;
        }

        .pro_category .content {
            display: grid;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out;
        }

        .pro_category .content a {
            color: #0C233F;
            padding-bottom: 3px;
        }

        .pro_category .content a:hover {
            font-weight: 600;
        }

        .pro_category .content a::before {
            font-family: 'Material Symbols Outlined';
            content: "\e157";
            font-size: 12px;
            padding-left: 3px;
        }

        .pro_category.open {
            padding: 10px 0;
        }

        .pro_category.open h3 {
            font-weight: 600;
            color: #DBAB6B;
        }

        .pro_category.open h3::before {
            content: "\e5cf";
        }

        .pro_category.open .content {
            max-height: 1000px;
            padding: 10px;
            margin: 0 10px;
            background: #f7f7f7a1;
            border-radius: 5px;
        }
        
/* Marquee Animations */
@keyframes PC_scrolling {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-38vw);
    }
}

@keyframes scrolling_mobile {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-300vw);
    }
}

@keyframes Marquee_scrolling {
    0% {
       transform: translateX(0);
    }
    100% {
       transform: translateX(-38vw);
    }
}

/* YouTube Player */
.youtube-container {
    position: relative;
    overflow: hidden;
}

.youtube-container img {
    width: 100px;
    height: auto;
    margin-bottom: -40px;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.25%;
    max-width: 100%;
    overflow: hidden;
}

.youtube-player iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: 100%;
    cursor: pointer;
    transition: 0.4s all;
}

.youtube-player img:hover {
    filter: brightness(105%);
}

.youtube-player .play {
	background: url("https://scc-export.com/wp-content/uploads/2024/06/button-player-black.png") no-repeat;
	background-size:contain;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    cursor: pointer;
}    

/* Responsive Breakpoints */
@media (min-width: 1279px) {
	
/* Product Sidebar */
	.brands-list {
        display: grid;
        grid-template-columns: 50% auto;
        gap: 10px;
        height: 250px;
        overflow: auto;
        padding: 0 10px;
    }
	
    .footer_marquee .marquee-content {
        animation: Marquee_scrolling 30s linear infinite;
    }

    .footer_marquee .marquee-item {
        flex: 0 0 8vw;
        margin: 0 1vw;
    }

    /* Hide Contact Footer on Desktop */
    .container_ft {
        display: none;
    }
}

/* Additional Breakpoints */
@media (min-width: 767px) {
    /* Landscape Mobile Styles (if any) */
}

@media (min-width: 991px) {
    /* Tablet Portrait Styles (if any) */
}










