/* =====================================================
MOBILE THEME FOR ISC
mobile-first ecommerce layout
===================================================== */


/* RESET */
/* FIX LAYOUT ISC MOBILE */

#Outer{
width:100%!important;
margin:0!important;
padding:0!important;
}

#Container{
width:100%!important;
max-width:100%!important;
}

.Content{
width:100%!important;
float:none!important;
margin:0!important;
padding:10px!important;
}

.Left,
.Right{
display:none!important;
}

*,
*:before,
*:after{
box-sizing:border-box;
margin:0;
padding:0;
}

html{
-webkit-text-size-adjust:100%;
}

body{
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
line-height:1.6;
background:#fff;
color:#333;
}


/* CONTAINER */

#Container{
width:100%!important;
max-width:100%!important;
margin:0!important;
padding:0!important;
}


/* REMOVE SIDEBAR */

.Left,
.Right{
display:none!important;
}

.Content{
width:100%!important;
margin:0!important;
padding:0!important;
}


/* HEADER */

#Header{

position:sticky;
top:0;
z-index:999;

background:#fff;

padding:10px;

border-bottom:1px solid #eee;

display:flex;
align-items:center;
justify-content:space-between;

}


/* LOGO */

#Logo img{
height:34px;
width:auto;
}


/* HAMBURGER */

.mobile-toggle{

font-size:24px;
cursor:pointer;

}


/* SEARCH */

#SearchForm{
width:100%;
margin-top:8px;
}

#SearchForm input{

width:100%;
padding:10px;

font-size:16px;

border:1px solid #ddd;
border-radius:6px;

}


/* MOBILE MENU */

.mobile-menu{

position:fixed;

top:0;
left:-280px;

width:280px;
height:100%;

background:#fff;

overflow:auto;

z-index:9999;

transition:.3s;

border-right:1px solid #eee;

}

.mobile-menu.active{
left:0;
}

.mobile-menu ul{
list-style:none;
}

.mobile-menu li{
border-bottom:1px solid #eee;
}

.mobile-menu a{
display:block;
padding:12px 15px;
font-size:15px;
text-decoration:none;
color:#333;
}

.mobile-menu a:hover{
background:#f5f5f5;
}


/* CATEGORY SCROLL */

.mobile-category{

display:flex;

overflow-x:auto;

gap:8px;

padding:10px;

background:#fafafa;

}

.mobile-category a{

flex:0 0 auto;

padding:6px 12px;

border:1px solid #eee;

border-radius:20px;

font-size:13px;

background:#fff;

white-space:nowrap;

}


/* PRODUCT GRID */

.ProductList{

display:grid;

grid-template-columns:1fr 1fr;

gap:12px;

padding:10px;

}


/* PRODUCT CARD */

.ProductList li{

border:1px solid #eee;

border-radius:6px;

background:#fff;

overflow:hidden;

transition:.2s;

}

.ProductList li:hover{

box-shadow:0 4px 12px rgba(0,0,0,.08);

}


/* PRODUCT IMAGE */

.ProductImage{

padding:8px;

text-align:center;

}

.ProductImage img{

width:100%;
height:auto;

}


/* PRODUCT NAME */

.ProductName{

font-size:14px;

line-height:1.4;

padding:0 8px;

height:42px;

overflow:hidden;

}


/* PRICE */

.ProductPrice{

color:#e60023;

font-weight:bold;

padding:6px 8px 10px;

font-size:15px;

}


/* PRODUCT ACTION */

.ProductAction{
padding:8px;
}

.ProductAction a{

display:block;

text-align:center;

background:#ff6600;

color:#fff;

padding:8px;

border-radius:4px;

text-decoration:none;

font-size:14px;

}


/* PRODUCT PAGE */

.PrimaryProductDetails{

display:flex;
flex-direction:column;

gap:12px;

padding:10px;

}


/* PRODUCT IMAGE LARGE */

.ProductThumb img{

width:100%;
height:auto;

}


/* PRODUCT TITLE */

.ProductMain h1{

font-size:20px;
line-height:1.4;
font-weight:bold;

}


/* PRODUCT PRICE BIG */

.ProductMain .ProductPrice{

font-size:22px;

color:#e60023;

}


/* BUY BUTTON */

.AddToCartButton{

width:100%;

padding:14px;

font-size:18px;

background:#ff6600;

color:#fff;

border:none;

border-radius:6px;

margin-top:10px;

}


/* SPEC TABLE */

.ProductDetails{

font-size:14px;
line-height:1.6;

}

.ProductDetails dt{

font-weight:bold;
margin-top:10px;

}

.ProductDetails dd{

margin-left:0;
margin-bottom:6px;

}


/* DESCRIPTION */

.ProductDescription{

padding:10px;

font-size:14px;

line-height:1.6;

}


/* BREADCRUMB */

.Breadcrumb{

font-size:13px;

padding:8px 10px;

background:#fafafa;

border-bottom:1px solid #eee;

}


/* PAGINATION */

.Pagination{

display:flex;

justify-content:center;

gap:6px;

padding:15px;

}

.Pagination a{

padding:6px 10px;

border:1px solid #ddd;

text-decoration:none;

font-size:14px;

}


/* FOOTER */

#Footer{

background:#f5f5f5;

padding:20px;

font-size:14px;

line-height:1.6;

margin-top:20px;

}


/* CALL BUTTON */

.call-button{

position:fixed;

bottom:20px;
right:20px;

background:#ff6600;

color:#fff;

padding:12px 18px;

border-radius:30px;

font-weight:bold;

box-shadow:0 4px 10px rgba(0,0,0,.2);

}


/* IMAGE OPTIMIZATION */

img{

max-width:100%;
height:auto;

}


/* TABLE FIX */

table{

width:100%;
display:block;
overflow:auto;

}


/* FORM */

input,
select,
textarea{

font-size:16px;

}


/* BUTTON */

button{

cursor:pointer;

}


/* RESPONSIVE BREAK */

@media(min-width:769px){

.mobile-toggle,
.mobile-menu{

display:none;

}

}
.mobile-toggle{

position:absolute;

left:10px;

top:10px;

font-size:24px;

cursor:pointer;

}

.mobile-menu{

position:fixed;

left:-280px;

top:0;

width:280px;

height:100%;

background:#fff;

transition:.3s;

z-index:9999;

}

.mobile-menu.active{

left:0;

}
#Container{
width:100%!important;
max-width:100%!important;
}

.Left,
.Right{
display:none!important;
}

.Content{
width:100%!important;
}
.mobile-toggle{
display:block;
}
#Outer{
width:100%!important;
padding:0!important;
margin:0!important;
}

#Container{
width:100%!important;
max-width:100%!important;
}

.Content{
width:100%!important;
float:none!important;
margin:0!important;
padding:10px!important;
}

.Left,
.Right{
display:none!important;
}
