/*
Theme Name: Sao Kim Digital
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Sao Kim Digital
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: saokimdigital
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

@media only screen and (min-width: 1140px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1120px !important;
        margin-left: auto;
        margin-right: auto;
    }
}

@media only screen and (min-width: 1200px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1140px !important;
        margin-left: auto;
        margin-right: auto;
    }
}


@media only screen and (min-width: 1440px) {
    .e-con-boxed > .e-con-inner {
        max-width: 1460px !important;
        margin-left: auto;
        margin-right: auto;
    }
}
body{
    overflow-x: hidden;
    background: #F1F9FE;
}
.elementor-swiper-button{
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 14px !important;
    background: #fff !important;
    border-radius: 50% !important;
}
.elementor-swiper-button svg{
    fill:#0053AC !important;
}

.elementor-swiper-button:hover{
    transform: translate(0%, -50%) scale(1.5) !important;
    background: #0053AC !important;
    transition: all .5s;
}
.elementor-swiper-button:hover svg{
    fill:#fff !important;
}
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 30px;
    border-radius: 10px;
    height: 6px;
    margin: 0 4px;
    background: #DCDCDC;
    opacity: 1;
    transition: all .5s;
}
body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #0053AC;
    width: 50px;
}
body .elementor-widget-loop-carousel .swiper-pagination-bullets{
    margin-top: 30px;
}


.megamenu_product.active {
    display: flex !important;
}

@media only screen and (max-width: 1550px) {
    body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 40px;
    }
    body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 25px;
    }
}

@media only screen and (max-width: 1110px) {
    body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
        width: 30px;
    }
    body .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
        width: 15px;
    }
}

/* MEGA MENU CSS */
.menu-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.nav-menu__inner {
    width: 22% !important;
    padding-left: 0;
    padding-right: 40px;
    list-style: none;
}

.nav-dropdown.active > .nav-dropdown__body {
    visibility: visible;
    opacity: 1;
}

.nav-dropdown__body {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 22%;
    width: 75%;
    z-index: 20;
    height: 100%;
    width: 100%;
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 36px;
    opacity: 0;
    transition-property: opacity, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}

.menu-wrapper ul li ul li ul {
    width: 60%;
    flex-direction: row;
    flex-wrap: wrap;
}

.menu-wrapper ul li ul li ul li {
    width: calc(50% - 12px);
}
.nav-dropdown__btn {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
}
.nav-dropdown__body ul li ul li .dropdown-btn__text{
		background: #E1F3FD;
    border-radius: 16px;
	 padding: 8px 16px 8px 60px;
    position: relative;	
}

.nav-dropdown__btn .dropdown-btn__text {
    position: relative;
    display: inline-block;
    width: 90%;

}

.menu-wrapper ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 24px;
    padding: 0;
}
li.menu-featured-title {
	display: inline-block;
	width: 100% !important;
	color:  #0053AC;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	 padding-top: 25px;
    margin-bottom: 20px;
}
.menu-wrapper ul li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    height: 76px;
    padding: 8px 16px;
}

.menu-wrapper > ul > li.active > .nav-dropdown__btn > .dropdown-btn__text > a {
    background: #3EBFEF;
    border-radius: 8px;
    color: #fff;
}

.menu-wrapper ul li a img {
    width: 56px;
    height: 56px;
    object-fit: cover;
}

.menu-wrapper ul li ul li ul li a img {
	width: 75px;
    height: 115px;
    position: absolute;
    left: 3px;
    top: -15px;
    border: none;
    object-fit: cover;
}
.menu-wrapper ul li a p {
    flex: 1;
}
.menu-wrapper ul li a p {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    margin: 0;
}

.menu-wrapper ul li ul li ul li a p span:first-child {
    color: #0053AC;
    font-weight: 500;
	margin-bottom: 10px;
}
.menu-wrapper ul li a p span:last-child {
    font-size: 14px;
    color: #000;
    font-weight: 400;
}

.menu-wrapper ul li a:hover p {
    color: #00568C;
}

.menu-wrapper > ul > li.active > .nav-dropdown__btn > .dropdown-btn__text > a p {
    color: #fff;
}

.nav-dropdown .nav-dropdown__body .nav-image {
    left: 370px;
    width: calc(100% - 370px);
    visibility: hidden;
    position: absolute;
    top: 0;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}

.nav-image>div {
    height: 100%;
    width: 100%;
   
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition-property: opacity, transform, visibility;
    transition-timing-function: cubic-bezier(0.4,0,0.2,1);
    transition-duration: 150ms;
}

.nav-dropdown .nav-dropdown__body .nav-image>div {
    background-position: right bottom;
}

.nav-menu__inner li.active>.nav-image {
    visibility: visible;
    opacity: 1;
}

.nav-menu__inner li.active > .nav-dropdown__btn > .dropdown-btn__text > a > p {
    color: #0053AC;
}

.menu_p_product_item {
    display: flex;
    flex-direction: column;
}

.max_line_1,
.max_line_1 p,
.max_line_1 a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 1 !important;
	line-clamp: 1 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_2,
.max_line_2 a,
.max_line_2 p {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 2 !important;
	line-clamp: 2 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_3,
.max_line_3 a,
.max_line_3 p {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 3 !important;
	line-clamp: 3 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_4,
.max_line_4 p,
.max_line_4 a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 4 !important;
	line-clamp: 4 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_5,
.max_line_5 p,
.max_line_5 a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 5 !important;
	line-clamp: 5 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_6,
.max_line_6 p,
.max_line_6 a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 6 !important;
	line-clamp: 6 !important;
	-webkit-box-orient: vertical !important;
}

.max_line_7,
.max_line_7 p,
.max_line_7 a {
	overflow: hidden;
	display: -webkit-box !important;
	-webkit-line-clamp: 7 !important;
	line-clamp: 7 !important;
	-webkit-box-orient: vertical !important;
}

@media only screen and (max-width: 1366px) {
    .menu-wrapper ul li a img {
        width: 44px;
        height: 44px;
    }
}


.attribute-group {
    border-bottom: 1px solid #eee;
    padding: 32px 0;
}

.attribute-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 4px 0;
}

.attribute-header-inner h4 {
    font-size: 24px;
    color: rgb(31, 33, 36);
    margin: 0;
	font-weight: 500;
	
}

.toggle-icon svg {
    vertical-align: middle;
}

.attribute-options {
	margin-top: 24px;
    display: none;
}

.attribute-options span{
	color:  #000;
	font-size:  18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.attribute-options label {
    display: flex;
    margin-right: 12px;
    margin-bottom: 12px;
    cursor: pointer;
	width: 100%;
	align-items: center;
}

.attribute-options input[type="checkbox"] {
    width: 19px;
    height: 19px;
    margin-top: 0px;
    margin-right: 8px;
    border-radius: 5px;
    overflow: hidden;
}

.attribute-group:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

@media screen and (max-width: 1550px){
.attribute-header-inner h4 {
        font-size: 20px !important;
}
}

@media screen and (max-width: 967px){
.attribute-header-inner h4 {
    font-size: 16px !important;
	}
.attribute-group {
    padding: 10px 0;
}
.attribute-options input[type="checkbox"] {
    width: 14px;
    height: 14px;
}
.attribute-options span{
	font-size:  14px;
}
.toggle-icon svg {
    width: 16px !important;
}
}