202 lines
3.2 KiB
CSS
202 lines
3.2 KiB
CSS
button {
|
|
outline: none;
|
|
}
|
|
|
|
button:focus {
|
|
outline: none;
|
|
}
|
|
|
|
input::-webkit-outer-spin-button,
|
|
input::-webkit-inner-spin-button {
|
|
-webkit-appearance: none;
|
|
margin: 0;
|
|
}
|
|
|
|
/* top header */
|
|
|
|
.top_header {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-ms-grid-row-align: center;
|
|
align-items: center;
|
|
justify-content: end;
|
|
padding-top: 7px;
|
|
}
|
|
|
|
.top_header li {
|
|
margin-right: 30px;
|
|
}
|
|
|
|
.top_header li a {
|
|
color: #999;
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
.top_header li:last-child {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.nav-brand {
|
|
width: 146px;
|
|
height: 100%;
|
|
}
|
|
|
|
.nav-brand img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
-o-object-fit: contain;
|
|
}
|
|
|
|
.wishlist-area,
|
|
.cart-area {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
}
|
|
|
|
.bigshop_box {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-ms-grid-row-align: center;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-top: 20px;
|
|
position:relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
.hero_meta_area {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
-ms-grid-row-align: center;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
|
|
|
|
.header_box-search-input {
|
|
position: relative;
|
|
width: 100%;
|
|
max-width: 630px;
|
|
}
|
|
|
|
.header_box-search-input.burger {
|
|
display: none;
|
|
}
|
|
|
|
.header_box-search-input input {
|
|
width: calc(100% - 0px);
|
|
padding: 15px 110px 15px 20px;
|
|
border-radius: 10px;
|
|
font-weight: 400;
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
color: #3E3E3E;
|
|
background-color: #f3f3f3;
|
|
border: none;
|
|
}
|
|
|
|
.header_box-search-input input:focus {
|
|
outline: none;
|
|
}
|
|
|
|
|
|
.header_box-search-input button {
|
|
position: absolute;
|
|
width: 100px;
|
|
height: 50px;
|
|
right: -20px;
|
|
top: 0px;
|
|
cursor: pointer;
|
|
border: none;
|
|
background: transparent;
|
|
padding: 10px;
|
|
}
|
|
|
|
.header_box-search-input button img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
-o-object-fit: contain;
|
|
}
|
|
|
|
.customA:hover{
|
|
cursor: pointer;
|
|
}
|
|
|
|
|
|
/* responsive */
|
|
|
|
@media (max-width: 1200px) {
|
|
.header_box-search-input input {
|
|
width: calc(100% - 10px);
|
|
}
|
|
|
|
.header_box-search-input button {
|
|
right: 2px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
.header_box-search-input input {
|
|
padding: 15px 40px 15px 20px;
|
|
}
|
|
|
|
.header_box-search-input button {
|
|
right: -20px;
|
|
}
|
|
|
|
.header_box-search-input {
|
|
display: none;
|
|
}
|
|
|
|
.header_box-search-input input {
|
|
width: calc(100% - 2px);
|
|
}
|
|
|
|
.header_box-search-input.burger {
|
|
display: block;
|
|
}
|
|
|
|
.classy-nav-container.breakpoint-on {
|
|
position: absolute;
|
|
top: 78px;
|
|
right: 47%;
|
|
z-index:5;
|
|
}
|
|
|
|
.header_area .classy-navbar {
|
|
height: 20px;
|
|
}
|
|
|
|
|
|
.header_area .bigshop-main-menu {
|
|
margin: 27px 0;
|
|
}
|
|
|
|
.breakpoint-on .classynav {
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
}
|
|
|
|
|
|
@media (max-width: 475px) {
|
|
.classy-nav-container.breakpoint-on {
|
|
position: absolute;
|
|
top: 78px;
|
|
right: 42%;
|
|
}
|
|
} |