body{
    margin:0;
    padding:0;

    font-family: "Be Vietnam Pro", "Noto Sans Thai", sans-serif;
    font-weight: 400;
}
a {
    color: black ;
    text-decoration: none ;
    cursor: pointer;
}
section{
    margin: 5rem 0;
}
h2.head-product{
    margin:0 0 60px 20px;
}
#a-login, #a-search { 
    text-transform: uppercase;
}

#a-search i{display:none;}
#a-login i{display:none;}
.input-search {
    /* display: none;   */
    width: 100%;
}

#search-div {
    width:100%;
    transition: width 0.5s;
    padding: 0 20px 30px;
}
#search-div:hover {
    /* width: 180px; */
}
.input-search input { 
    border-radius: 0;
    width: 50%;
    border: 0;
    border-bottom:1px solid #222222;
    padding:5px 10px;
    padding-left: 5px;
    margin:0;
}
.input-search input.form-control:focus {
    border:0;
    border-bottom:1px solid #000;   
    box-shadow: none;
}
.input-search input::placeholder {
    font-size:12px;
    color:#aeaeae;   
}
.input-search img {
    height: 25px;
    top: 4px;
    left: 8px;
}

.modal-search {
    height:auto;
}
.modal-search .modal-dialog {
    max-width: 40%;
    margin-right: 0;
    height: 100%;
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
}
.modal-search .modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal-search .modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal-search .modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}

.modal-search .modal-content{
    border-radius: 1px;
    height:100%;
    border: 0;
    box-shadow: 0 0 2px rgb(0 0 0 / 15%);
    padding: 10px 0 0;
}
.modal-backdrop {
    --bs-backdrop-bg: #ffffff;
    --bs-backdrop-opacity: 0.6;
}
.modal-search .modal-body{
    font-size: 12px;
    line-height: 28px;
    padding: 40px 40px;
}
.modal-search .modal-header{
    position: relative;
    border-bottom: 1px solid #000;
}
.modal-search .modal-header .close{
    width: 34px;
    height: 34px;
    padding: 0;
    margin: 0;
    /* background: url(../images/icon/close.png) no-repeat;
    background-size: 20px;
    background-position: 50% 50%; */
    background: #fff;
    border-radius: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    transition: var(--transition);
    font-size: calc(16.2px + 0.15vw);
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 30px;
    top: 20px;
}
.modal-search .modal-body h4{
    font-size:12px;
    color:#aeaeae;
}
.modal-header .close img{
    transition: transform .3s cubic-bezier(.25,.1,.25,1) 0s;
}
.modal-header .close:hover img{
    transform: rotate(90deg);
}
.modal-search ul li{
    float:left;
    width: 50%;
}
.suggestion-img{}

.width100 { 
    width: 100% !important; 
}

.input-search-bar{
    width: 100%;
    margin-bottom: 30px;
}
.input-search-bar input {
    border-radius: 30px;
    width: 90%;
    border: 1px solid #222;
    padding: 6px 8px;
    padding-left: 35px;
    background-image: url(../images/icon/icon-search.svg);
    background-size: 26px;
    background-position: 7px 43%;
    background-repeat: no-repeat;
}

.input-search-bar input:focus {
    box-shadow: none;
    border:1px solid #000;
}
.top-search{
    margin-top: 35px;
}
.searchbar {
	position: fixed;
	top: 0;
	left: -100%;
	width: 420px;
	min-height: 100vh;
	padding: 20px;
	background-color: var(--bg-color);
	box-shadow:2px 0 4px hsl(0 4% 15% / 10%);
	transition: left 0.3s;
	/* padding-top:50px; */
}

.searchbar.active {
	left: 0;
    z-index:2;
}

#close-search {
	position: absolute;
	top: 24px;
	right: 0.8rem;
	color: var(--text-color);
	font-size: 2rem;
	cursor: pointer;
}
.search-inner{
	scrollbar-width: none;
    height: 850px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-bottom: 180px;
}
.search-inner p{
    color: #969696;
    font-size: 12px;
}
.search-recommend {
    display: block;
    text-align: left;
    margin: 50px 0 0;
}
.search-recommend h3 {
    font-size: 15px;
    margin: 0 0 20px 0;
    color: #969696;
}
.searchbar .item-search{
    width: 49%;
    display:inline-block;
}
.search-box {
    display: grid;
    grid-template-columns: 40% 53%;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 20px;
    position: relative;
}
.searchbar img.search-img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    padding: 0;
    border-radius: 0;
    margin: 0 10px 0 0;
    display: inline-block;
}
.search-product-title {
    font-size: 12px;
    text-transform: capitalize;
    text-align: left;
    margin: 0 0 8px 0;
    line-height: 18px;
}
.search-price {
    font-weight: 500;
    text-align: left;
    font-size: 12px;
}
.list-search-history ul{
    margin:0;
    padding:0;
}
.list-search-history ul li a{
    font-size: 13px;
    color:#292929;
}


.nav-logo{
    margin: 25px 0 40px;
    display: block;
}



#select-language {
    width: 70px;
    display: inline-block;
    transition: width 2s
}
#selected-language-text{
    font-size: 11px;
}
.dropdown-language{
    border:1px solid #000;
    border-radius:0;
    padding:0;
    --bs-dropdown-min-width: 6rem;
    position: relative;

    transform: translate(-10px, 35px) !important;
}
.dropdown-language:before{
    content: "";
    position: absolute;
    top: -7px;
    right: 16px;
    z-index: 1;
    border-bottom: 9px solid #fff;
    border-right: 9px solid transparent;
    border-top: 0;
    border-left: 9px solid transparent;
}
.dropdown-language:after{
    content: "";
    position: absolute;
    top: -8px;
    right: 17px;
    border-bottom: 8px solid;
    border-right: 8px solid transparent;
    border-top: 0;
    border-left: 8px solid transparent;
}
.header .item-right a.dropdown-language li a{
    text-align: center;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
}   
.header .item-right a.dropdown-item{
    margin:0;
    font-size: 11px;
}
.dropdown img {
    margin: 0 3px;
    border-radius: 30px;
}
.topbar-right{
    margin-top:20px;
}
.topbar-right img {
    margin: 0 3px;
    border-radius: 30px;
}
.top-bar-right{
    display:inline-block;
    margin: 0 0 0 10px;
}
.top-bar-right ul{
    padding:0;
    margin:0;
}
.top-bar-right ul li{
    display:inline-block;
}
.top-bar-right ul li a{
    font-size:26px;
}
.top-bar-right ul li a i {
    vertical-align: middle;
}
.top-bar-right small{
    font-size: 12px;
    font-weight: 700;
}
.container-fluid, .loop-text{
    /* min-width: 768px; */
}
.loop-text{
    padding:7px 0;
}
.navbar-brand {
    margin-right: 0;
}

.w-270 {
    width: calc(50% - 75px);
    display: inline-block;
}

.top-header{
    position: fixed;
    z-index: 9;
    top: 0;
}
.item-list{
    margin: 35px 0 30px;
    text-align: right;
}
.item-list ul{
    margin:0;
    padding:0;
}
.item-list li{
    display:inline-block;
    list-style-type:none;
}
.item-list li a{
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px;
    position: relative;
    width:130px;
    display:inline-block;
    text-align: center;
}
.item-list li.nav-icon a{
    margin:0;
    font-size: 26px;
    width: 27px;
}
.item-list li.nav-icon a i{
    vertical-align: middle;
}
/* .item-list a:after{
    content: "";
    height: 3px;
    width:0;
}
.item-list a:hover:after{
    content: "";
    position: absolute;
    width: 100%;
    background: #000;
    border-radius: 0px;
    bottom: -2px;
    left: 0;
    transition: width 0.2s ease-in-out;
}  */

.model-collection tr td {
    border-right: thin solid #e4e4e4;
    border-bottom: thin solid #e4e4e4;
    width: 20%;
    display:inline-block;
}
.model-collection h5{
    font-family: "Be Vietnam Pro", "Noto Sans Thai", sans-serif;
    font-weight: 400;
    line-height: 26px;
    font-size: 16px;
    margin: 30px 0;
}

.bookmark-icon {
    bottom: 7px;
    right: 11px;
    position: absolute;
    cursor: pointer;
    width: 20px;
    height: 20px;
}
.bookmark-icon i{
    font-size:32px;
}
.dropdown img.flag-icon{
    width: 18px;
    height: 18px;
    vertical-align: bottom;
    margin-right: 5px;
    margin-left:9px;
}
 
.model-hover-image {
    display: none;
    animation: visible 1.33s;  
    opacity: 0; 
}
  
.Product-Hover {
    display: none;
    animation: visible 1.33s;  
    opacity: 0; 
}
@keyframes visible {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

.cloth-title{
    margin:15px 0 5px;
}
.color-hover {
    border-radius: 100px;
    /* display: inline-block;
    width: 18px;
    height: 18px;
    border: 1px solid #e2e2e2;
    cursor: pointer; */
}

.add-icon {
    bottom: 10px;
    right: 10px;
    position: absolute;
    width: 30px;
    background: #dbdbdb;
    padding: 4px 4px;
    border-radius: 30px;
    cursor: pointer;
}

.text-center-img {
    position:absolute;
    top:50%;
    left:50%; 
    text-align:center;
    transform: translateX(-50%) translateY(-50%);
    color: white;    
    line-height: 1.3;
}

.discover-button {
    background: transparent;
    color: white;
    border: 1.5px solid white;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 26px;
    margin: 20px 0 0 0;
    top: 50px;
    position: relative;
    transition: all 0.3s;
}
.discover-button:hover {
    background: #fff;
    color:#000;
    
}

.bg-footer { 
    background-color: #f1f1f1;
}

.bg-footer a {
    color: black;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
}
.footer-container{
    background-color: #f1f1f1;
        font-size: 14px;
}
.footer-container h6{
    font-weight: bold;
}
.footer-container ul{
    padding:0;
    margin:0;
}
.footer-container ul li{
    list-style-type: none;
    padding-left:0;
    line-height: 30px;
}
.footer-container p,.footer-container a {
    font-size: 14px;
}
.email-input {
    padding: 20px;
    width: 100%;
    background: transparent;
    padding-right: 80px;
    padding-left: 15px;
}
.email-input::placeholder{
    color:#000;
}
a.Subscribe {
    position: absolute;
    right: 15px;
    bottom: 15px;
    text-decoration: underline; 
}

.login-bg {
    margin: -50px;
    /* min-width: 600px; */
}


.login-form input {
    background: transparent;
    border: 0;
    display: inline-block;
}

.login-form input:focus {
    background: transparent !important;
    border: 30px !important;
} 
.modal-login{
    /* background-color: #e6e7ea;
    background-image: radial-gradient(#e4e5eb 0.5px, #e8e8e8 0.5px);
    background-size: 10px 10px; */
    
    border-radius: 0;
    background: transparent;
    border: 0;
    background:url(../images/backgroundlogin.png) no-repeat;
    background-size: cover;
    min-height: 500px;
}
.modal-dialog{
    max-width:850px;

}
.modal-backdrop {
    --bs-backdrop-bg: #fff;    
    --bs-backdrop-opacity: 0.8;
}
.modal-login .btn-close{
    margin-left: 100%;
    opacity: 1;
    margin-top: 10px;
    position: absolute;
}
.login-title{
    text-transform: uppercase;
    text-align: center;
    font-size:2rem;
    
    padding: 15% 0 10%;
    border-right: 1px solid #000;
    min-height: 480px;
    margin-top: 15px;
}
.login-title h2{
    /* border-bottom: 1px solid #000; */
}
.login-title strong{
    font-size: 9rem;
    padding:0 10px;
}
.conditions{
    border-top: 1px solid #000;
    width: 80%;
    margin: 20px auto 0;
    padding: 20px 0 0;
}
.conditions p{
    text-transform: uppercase;
}
.conditions p strong{
    font-weight: 300;
    background:#000;
    color:#fff;
    font-size: 1.5rem;
    padding: 2px 25px;
    vertical-align: text-bottom;
}

.login-form {
    padding: 60px 35px 0 0;
}
.login-form .logo{
    margin: 20px 0 55px;
}
.login-form label {
    font-size:11px;    
    color: #000;
}

.login-form a {
    font-size: 9px;
    color: #646464;
    text-decoration: none;
    cursor: pointer;
}
.signin-button {
    background: transparent;
    color: black;
    width: 100%;
    border: 1.5px solid black;
    padding: 7px 0;
}
.w-30 {
    width: 30% !important;
}

.w-70 {
    width: 65% !important;
}

.product-collection{
    overflow:hidden; 
}
.product-item{
    position: relative;
    margin:0 0 30px;
}
.product-action{
    position: relative;
}
.newsletter{
    border-right: 1px solid #b7b7b7;
}


    .btn-social{
        border-radius: 0;
        margin-bottom: 20px;
        font-size: 11px;
        font-weight: 500;
        padding: 5px 10px;
        border: 1px solid #000;
        text-transform: uppercase;
        height: 53px;
        display: block;
        text-align: center;
        line-height: 40px;
        transition: all 0.3s;
    }
    .btn-social img{
        width: 14px;
        height: auto;
        margin-right: 5px;
        vertical-align: sub;
    }
    .btn-social:hover{
        border: 1px solid #000;
        background:#222222;
        color:#ffffff;
    }
    .btn-social.apple:hover img{
        filter: invert(1);
    }
    
    input.btn-facebook{
        background:url(../images/icon/btn-facebook.png)no-repeat;
        background-size:13px;
        background-position: 15px 50%;
        height: 55px;
    }
    input.btn-google{
        background:url(../images/icon/btn-google.png)no-repeat;
        background-size:13px;
        background-position: 15px 50%;
        height: 55px;
    }
    input.btn-apple{
        background:url(../images/icon/btn-apple.png)no-repeat;
        background-size:13px;
        background-position: 15px 50%;
        height: 55px;
    }

  
    .btn-buy, .btn-dark {
        width:100%;
        display: block;
        margin: 1rem auto 0 auto;
        padding: 15px 20px;
        font-size: 0.8rem;
        text-transform: uppercase;
        font-weight: 500;
        border: none;
        background-color: #2e2e2e;
        color: var(--bg-color);
        cursor: pointer;
        transition: background-color 0.3s;
        border-radius: 1px;
    }

    .btn-buy:hover, .btn-dark:hover {
        background-color: var(--text-color);
    }
    .btn-paypal{
        border: 1px solid #2a2a2a;
        border-radius: 6px;
        width: 100%;
        display: block;
        background-color: #fff;
        margin: 15px 0 0;
        text-align: center;
        height: 50px;
    }

@media  (max-width: 768px) {
    .container-fluid{
        /* background: lightblue; */
    }
    section{
        margin:2rem 0 5rem;
    }
    .loop-text{
        padding: 7px 0;
        font-size: 12px;
    }
    .topbar-right, .top-search{
        /* text-align: center; */
    }
    #a-login, #a-search {
        font-weight: 200;
    }
    #a-search i{font-size:24px;display:inline-block;}
    #a-search span{display:none;}

    #a-login i{font-size:24px;display:inline-block;}
    #a-login span{display:none;}
    #search-div {
        width: 100%;
    }
    .nav-logo{
        position: absolute;
        width: 50%;
        left: 25%;
        top: 30px;
        margin:0;
    }
    .nav-logo img{
        height: 40px;
        width: auto;
    }
    .top-bar-right ul li a {
        font-size: 22px;
    }
    .item-list a {
        margin: 0 2.5%;
    }
    /* .filter-toggle {
        font-size: 11px;
        top: -25px;
        right:10px;
    }
    .filter-list{
        width:98%;
    }
    .filter-list ul li label {
        font-size: 14px;
        line-height: 30px;
    } */
    .text-center-img{
        top:45%;
    }
    
    .model-collection tr td{
        width: 33.3%;
        padding: 0 1%;
        border-color: #ebebeb;
    }
    .model-collection tr td:last-child{
        display:none;
    }
    .model-collection h5 {
        margin: 10px 0 15px;
        font-size: 13px;
        line-height: 17px;
        min-height: 40px;
        font-weight: 500;
    }
    h2.head-product {
        margin: 0 0 40px 20px;
        font-size: 20px;
    }
    .bookmark-icon {
        width: 25px;
        height: 25px;
    }
    .add-icon{
        background-color: #fff;
    }
    .newsletter{
        border-right:0;
    }
    .modal-login {    
        width: 90%;
        margin: 0 auto;
        background: #e8e8e8;
        min-height: 100px;
        border: 1px solid #000;
    }
    .login-title{
        border-right:0;
        min-height: auto;
    }
    .login-title strong {
        font-size: 4rem;
    }
    .login-form {
        padding: 0 30px 50px;
        border-top: 1px solid #000;
    }
    .login-form .logo {
        margin: 50px 0 35px;
    }

    
    .product-collection a{
        font-size:14px;
        font-weight: 500;
        letter-spacing: -0.5px;
    } 
    .product-collection span{
        font-size:14px;
        line-height: 26px;
    }
    .color-hover{
        width: 15px;
        height:15px;
    }
    .modal-search{
        height:100%;
    }
    .modal-search .modal-body{
        background: #fff;
    }
    .modal-search ul{
        margin-bottom: 30px;
        overflow: hidden;
    }
    .input-search input{
        width: 90%;
    }
}