.is-mobile{
display:flex !important;
}
@media only screen and (min-width: 576px) {
.container, .warp-header {
width: 95% !important;
}
}
@media only screen and (min-width: 768px) {
.mobile-menu .brand-logo .logo-text span:last-child {
font-size: 10px;
color: #999;
display:inline-block !important
}
.is-mobile{
display:none !important;
}
.container, .warp-header {
width: 95% !important;
}
footer{
display: flex !important;
}
.home-page .woocommerce-categories{display: none;}
.warp-header{display: flex !important;}
.warp-header-nothome{
display: flex;
flex-direction: row;
}
#login-section{width: 500px !important;}
#slideshow-list .slideshow-item {
height: 355px !important;
}
.site-intro {
position: relative;
padding-bottom: 0;
margin-bottom: 5px;
}
.header-right{
width: 40% !important;
flex-basis: 40% !important;
}
.header-left{
width: 60% !important;
flex-basis: 60% !important;
display:flex  !important;
}
.header-right{
height: 100vh !important;
padding: 13px !important;
}
.header-left{
height: 100vh !important;
}
.warp-header-nothome .header-left .image-intro{
height: 80vh;
}
}
@media only screen and (min-width: 900px) {
.container, .warp-header {
width: 95% !important;
}
.portfolio-list ul li{
flex-basis: 33.33%;
width: 33.33%;
}
.post-list ul li{
flex-basis: 100%;
width: 100%;
}
}
@media only screen and (min-width: 992px) {
.container, .warp-header {
width: 95% !important;
}
.row .col-md-6 {
width: 49%;
}
.woocommerce-account .woocommerce {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-between;
align-items: flex-start;
align-content: center;
}
.woocommerce-account .woocommerce-MyAccount-content {
margin-right: 26%;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
float: right;
width: 25%;
height: 100%;
position: absolute;
z-index: 2;
border-left: 0;
background: #fff;
border-radius: 8px;
border: 1px solid #e5e5e5;
overflow: hidden;
display: inline-block;
right: 0px;
top:0px
}
.header-right{
height: 75vh !important;
padding: 60px !important;
}
form.woocommerce-checkout
{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
align-items: flex-start;
justify-content: space-between;
gap: 8px;
}
form.woocommerce-checkout #customer_details {
width: 40%;
}
form.woocommerce-checkout .woocommerce-checkout-review-order {
width: 58%;
}
.header-left{
height: 75vh !important;
}
.warp-header-nothome .header-left .image-intro{
height: 63vh;
}
.single-product .single-product-head {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: flex-start;
justify-content: flex-start;
gap: 8px;
background: #fff;
border-radius: 14px;
}
.single-product .single-product-head .woocommerce-product-gallery{
width: 30%;
}
.anshanweb-variation {
display: flex;
flex-direction: row;
justify-content: space-between;
width: 100%;
padding-left: 20px;
align-items: stretch;
}
.single-product .single-product-footer {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
gap: 8px;
align-items: stretch;
margin-top: 20px;
}
.woocommerce-tabs {
clear: both;
margin-top: 0;
overflow: hidden;
border-radius: 3px;
margin-bottom: 20px;
box-shadow: -1px 2px 10px 0 rgb(153 153 153 / 8%);
border: 1px solid #f3f3f3;
width: 60%;
}
.single-product .single-product-footer .related {
width: 38%;
}
}
@media only screen and (min-width: 1200px) {
.container, .warp-header {
width: 90% !important;
}
.portfolio-list ul li{
flex-basis: 25%;
width: 25%;
}
.post-list ul li{
flex-basis: 100%;
width: 100%;
}
}
.mobile-menu {
position: relative;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px 15px;
background: #fff;
z-index: 1000;
}
.togel-menu {
cursor: pointer;
font-size: 24px;
color: #333;
transition: all 0.3s ease;
padding: 5px;
}
.togel-menu:hover {
color: #007cba;
}
.togel-menu.active {
color: #007cba;
}
.mobile-menu .brand-logo {
display: flex;
align-items: center;
gap: 10px;
text-decoration: none;
}
.mobile-menu .brand-logo img {
height: 40px;
}
.mobile-menu .brand-logo .logo-text {
display: flex;
flex-direction: column;
}
.mobile-menu .brand-logo .logo-text span:first-child {
font-size: 16px;
font-weight: 700;
color: #333;
}
.mobile-menu .brand-logo .logo-text span:last-child {
font-size: 10px;
color: #999;
display: none;
}
.head-user {
position: relative;
}
.profile-dropdown-mobile {
display: flex;
align-items: center;
gap: 8px;
cursor: pointer;
flex-direction: row-reverse;
}
.profile-dropdown-mobile > img {
width: 35px;
height: 35px;
border-radius: 50%;
object-fit: cover;
}
.profile-dropdown-mobile input[type="checkbox"] {
display: none;
}
.profile-dropdown-mobile .fi-rr-menu-dots-vertical {
font-size: 20px;
color: #666;
cursor: pointer;
}
.profile-dropdown-mobile ul {
display: none;
position: absolute;
top: 45px;
left: 0;
background: #fff;
border-radius: 8px;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
padding: 8px 0;
min-width: 180px;
list-style: none;
z-index: 100;
}
.profile-dropdown-mobile input[type="checkbox"]:checked ~ ul {
display: block;
}
.profile-dropdown-mobile ul li {
padding: 0;
}
.profile-dropdown-mobile ul li a {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 15px;
color: #333;
text-decoration: none;
font-size: 14px;
transition: all 0.3s ease;
}
.profile-dropdown-mobile ul li a:hover {
background: #f5f5f5;
color: #007cba;
}
.profile-dropdown-mobile ul li a i {
width: 20px;
text-align: center;
}
.mobile-menu-wrapper {position: fixed;top: 0;bottom: 0;right: -320px;width: 320px;height: 100%;background: #fff;z-index: 100000000000000000000;overflow-y: auto;transition: right 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);padding: 20px 15px;padding-top: 60px;}
.mobile-menu-wrapper.open {
right: 0;
}
.mobile-menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 9992;
opacity: 0;
visibility: hidden;
transition: all 0.3s ease;
backdrop-filter: blur(10px);
}
.mobile-menu-overlay.active {
opacity: 1;
visibility: visible;
}
.mobile-menu-close {
position: absolute;
top: 15px;
left: 15px;
font-size: 28px;
color: #666;
cursor: pointer;
transition: all 0.3s ease;
z-index: 10;
}
.mobile-menu-close:hover {
color: #f44336;
transform: rotate(90deg);
}
.mobile-menu-list {
list-style: none;
padding: 0;
margin: 0;
}
.mobile-menu-list li {
margin: 0;
padding: 0;
border-bottom: 1px solid #f5f5f5;
}
.mobile-menu-list li a {
display: flex;
align-items: center;
gap: 12px;
padding: 12px 10px;
color: #333;
text-decoration: none;
font-size: 15px;
font-weight: 500;
transition: all 0.3s ease;
border-radius: 8px;
}
.mobile-menu-list li a:hover {
background: #f0f0f0;
color: #007cba;
padding-right: 20px;
}
.mobile-menu-list li a i {
width: 24px;
text-align: center;
font-size: 18px;
color: #666;
}
.mobile-menu-list li.current-menu-item a {
background: var(--theme-primary-base);
color: #fff;
}
.mobile-menu-list li.current-menu-item a i {
color: #fff;
}
.mobile-menu-list .sub-menu {
list-style: none;
padding: 0;
margin: 0;
padding-right: 30px;
background: #fafafa;
max-height: 0;
overflow: hidden;
transition: max-height 0.4s ease;
}
.mobile-menu-list .sub-menu.open {
max-height: 500px;
}
.mobile-menu-list .sub-menu li {
border-bottom: none;
}
.mobile-menu-list .sub-menu li a {
font-size: 14px;
font-weight: 400;
padding: 8px 12px;
color: #666;
}
.mobile-menu-list .sub-menu li a:hover {
background: #f0f0f0;
color: #007cba;
}
.menu-item-has-children > a {
position: relative;
}
.menu-item-has-children > a .menu-arrow {
margin-right: auto;
transition: transform 0.3s ease;
}
.menu-item-has-children > a .menu-arrow.open {
transform: rotate(180deg);
}
@media (max-width: 768px) {
.mobile-menu-wrapper {
width: 280px;
right: -320px;
}
body.menu-open {
overflow: hidden;
}
}
@media (max-width: 480px) {
.mobile-menu-wrapper {width: 260px;right: -320px;padding: 15px;padding-top: 50px;}
}
@media (max-width: 1024px) {
.flex-table .flex-table-header {
display: none;
}
.flex-table .flex-table-item {
flex-direction: column;
align-items: stretch;
padding: 16px;
margin-bottom: 12px;
border-radius: 10px !important;
min-height: auto;
border: 1px solid #e5e5e5;
position: relative;
}
.flex-table .flex-table-item .flex-table-cell {
flex: 1 1 auto !important;
padding: 8px 0;
border-bottom: 1px solid #f0f2f5;
justify-content: flex-start !important;
width: 100%;
}
.flex-table .flex-table-item .flex-table-cell:last-child {
border-bottom: none;
}
.flex-table .flex-table-item .flex-table-cell.is-media {
padding-right: 0;
}
.flex-table .flex-table-item .flex-table-cell.cell-end {
justify-content: flex-start !important;
padding-top: 12px;
}
.flex-table .flex-table-item .flex-table-cell.cell-end a {
margin-right: 0;
margin-left: 0;
}
.flex-table .flex-table-item .flex-table-cell::before {
content: attr(data-th);
display: inline-block;
font-size: 0.7rem;
font-weight: 600;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.5px;
min-width: 90px;
flex-shrink: 0;
}
.flex-table .flex-table-item .flex-table-cell.is-media::before {
display: none;
}
.flex-table .flex-table-item .flex-table-cell .light-text {
font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell .tag {
font-size: 0.8rem;
padding: 4px 12px;
}
.flex-table .flex-table-item .flex-table-cell .woocommerce-Price-amount {
font-size: 0.95rem;
}
}
@media (max-width: 768px) {
.flex-table {
overflow-x: visible;
}
.flex-table .flex-table-item {
padding: 14px 16px;
margin-bottom: 10px;
border-radius: 10px !important;
}
.flex-table .flex-table-item .flex-table-cell {
padding: 6px 0;
flex-wrap: wrap;
gap: 4px;
}
.flex-table .flex-table-item .flex-table-cell::before {
content: attr(data-th);
display: inline-block;
font-size: 0.65rem;
font-weight: 700;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.3px;
min-width: 80px;
flex-shrink: 0;
}
.flex-table .flex-table-item .flex-table-cell.is-media::before {
display: none;
}
.flex-table .flex-table-item .flex-table-cell .light-text {
font-size: 0.85rem;
font-weight: 500;
}
.flex-table .flex-table-item .flex-table-cell .tag {
font-size: 0.7rem;
padding: 3px 10px;
height: auto;
line-height: 1.6;
}
.flex-table .flex-table-item .flex-table-cell .woocommerce-Price-amount {
font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end {
padding-top: 10px;
margin-top: 4px;
flex-wrap: nowrap;
gap: 8px;
}
.flex-table .flex-table-item .flex-table-cell.cell-end::before {
content: attr(data-th);
display: inline-block;
font-size: 0.65rem;
font-weight: 700;
color: #6b7280;
text-transform: uppercase;
letter-spacing: 0.3px;
min-width: 80px;
flex-shrink: 0;
}
.flex-table .flex-table-item .flex-table-cell.cell-end a {
font-size: 0.75rem;
padding: 6px 10px;
margin-right: 0;
}
.flex-table .flex-table-item .flex-table-cell.cell-end a i {
font-size: 1rem;
}
.flex-table .flex-table-item .flex-table-cell.is-media {
font-size: 1rem;
font-weight: 600;
color: #1a73e8;
padding-top: 0;
padding-bottom: 4px;
}
.flex-table .flex-table-item .flex-table-cell.is-media .light-text {
font-weight: 600;
color: #1a73e8;
}
}
@media (max-width: 480px) {
.flex-table .flex-table-item {
padding: 12px 14px;
margin-bottom: 8px;
}
.flex-table .flex-table-item .flex-table-cell {
padding: 4px 0;
flex-direction: column;
align-items: flex-start !important;
gap: 2px;
}
.flex-table .flex-table-item .flex-table-cell::before {
min-width: 100%;
font-size: 0.6rem;
color: #9ca3af;
margin-bottom: 2px;
}
.flex-table .flex-table-item .flex-table-cell .light-text {
font-size: 0.8rem;
}
.flex-table .flex-table-item .flex-table-cell .tag {
font-size: 0.65rem;
padding: 2px 8px;
}
.flex-table .flex-table-item .flex-table-cell .woocommerce-Price-amount {
font-size: 0.85rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end {
flex-direction: column;
align-items: flex-start !important;
gap: 6px;
padding-top: 8px;
}
.flex-table .flex-table-item .flex-table-cell.cell-end::before {
min-width: 100%;
font-size: 0.6rem;
color: #9ca3af;
margin-bottom: 2px;
}
.flex-table .flex-table-item .flex-table-cell.cell-end a {
padding: 4px 8px;
font-size: 0.7rem;
}
.flex-table .flex-table-item .flex-table-cell.cell-end a i {
font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.is-media {
font-size: 0.9rem;
}
.flex-table .flex-table-item .flex-table-cell.is-media .light-text {
font-size: 0.9rem;
}
}
.tag.is-purple {
background: #ede7f6;
color: #5e35b1;
padding: 4px 12px;
border-radius: 20px;
font-size: 0.8rem;
font-weight: 500;
display: inline-block;
}
.tag.is-green {
background: #e8f5e9;
color: #2e7d32;
}
.tag.is-red {
background: #ffebee;
color: #c62828;
}
.tag.is-orange {
background: #fff3e0;
color: #e65100;
}
.tag.is-blue {
background: #e3f2fd;
color: #0d47a1;
}
.button.is-dark-outlined {
display: inline-flex;
align-items: center;
justify-content: center;
background: transparent;
border: 1.5px solid #d1d5db;
color: #4b5563;
border-radius: 8px;
transition: all 0.2s ease;
min-width: 36px;
min-height: 36px;
}
.button.is-dark-outlined:hover {
background: #f3f4f6;
border-color: #9ca3af;
color: #1f2937;
}
.button.is-dark-outlined.btn-icon {
padding: 5px 8px;
height: auto;
}
@media (max-width: 1200px) {
.flex-table {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.flex-table .flex-table-header {
min-width: 700px;
}
.flex-table .flex-table-item {
min-width: 700px;
}
}
@media (max-width: 1024px) {
.flex-table {
overflow-x: visible;
}
.flex-table .flex-table-header {
display: none;
}
.flex-table .flex-table-item {
min-width: auto;
}
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
width: 100%;
border-collapse: collapse;
border-spacing: 0;
}
@media screen and (max-width: 768px) {
.woocommerce-cart .woocommerce-cart-form table.shop_table {
border: 0;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table thead {
display: none;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr {
display: block;
margin-bottom: 20px;
border: 1px solid #ddd;
border-radius: 8px;
padding: 15px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
border: none;
border-bottom: 1px solid #f0f0f0;
text-align: right;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td:last-child {
border-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td::before {
content: attr(data-title);
font-weight: 600;
color: #333;
margin-right: 10px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail {
width: 100%;
justify-content: center;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img {
width: 80px;
height: auto;
margin: 0 auto;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-name {
font-weight: 600;
font-size: 16px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-price {
font-size: 15px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity {
justify-content: flex-end;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity .quantity {
display: inline-flex;
align-items: center;
margin-right: 5px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-quantity input.qty {
width: 60px;
padding: 5px;
text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal {
font-weight: 700;
font-size: 16px;
color: #2c7a2c;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove {
justify-content: flex-end;
border-bottom: 0;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove a.remove {
background: #f44336;
color: #fff !important;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
border-radius: 50%;
font-size: 18px;
display: inline-block;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-remove a.remove:hover {
background: #d32f2f;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.woocommerce-cart .woocommerce-cart-form table.shop_table {
font-size: 14px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table th,
.woocommerce-cart .woocommerce-cart-form table.shop_table td {
padding: 10px 12px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img {
width: 60px;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table input.qty {
width: 50px;
}
}
@media screen and (max-width: 480px) {
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td {
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table tbody td::before {
width: 100%;
margin-bottom: 5px;
text-align: center;
display: block;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-thumbnail img {
width: 60px;
}
}
@media screen and (max-width: 768px) {
.woocommerce-cart .actions {
display: flex;
flex-direction: column;
gap: 10px;
padding: 15px 0;
}
.woocommerce-cart .actions .coupon {
display: flex;
flex-direction: column;
gap: 10px;
width: 100%;
}
.woocommerce-cart .actions .coupon input.input-text {
width: 100% !important;
padding: 12px;
}
.woocommerce-cart .actions .coupon button {
width: 100%;
}
.woocommerce-cart .actions button[name="update_cart"] {
width: 100%;
padding: 12px;
}
.cart-collaterals .cart_totals {
width: 100% !important;
margin-top: 20px;
}
.cart-collaterals .cart_totals table {
width: 100% !important;
}
.cart-collaterals .cart_totals .wc-proceed-to-checkout a.checkout-button {
width: 100%;
display: block;
text-align: center;
padding: 15px;
font-size: 16px;
}
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a {
color: #333;
text-decoration: none;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table td.product-name a:hover {
color: #000;
text-decoration: underline;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table .product-subtotal .amount {
color: #2c7a2c;
}