body {
    margin-top: 0px;
    /* padding-left: 40px;
    padding-right: 40px;  */
}
#cont {
    min-height:70%;
}


.pageTitle {
    margin-top: 8px;
    font-weight: bold;
    font-size: 20px;
}
 

@media screen and (min-height: 769px)  { 
    #cont {
        min-height:70%;
    }
    
}
@media screen and (min-height: 501px) and (max-height: 768px) { 
    #cont {
        min-height:60%;
    }
    
}
@media screen and (min-height: 100px) and (max-height: 500px) { 
    #cont {
        min-height:60%;
    }
    
}
@media screen and (min-width: 550px) and (max-width: 899px) { 
  }
@media screen and (min-width: 100px) and (max-width: 549px) { 
    body{
        padding:0;
        margin:0;
    }  
  }
 

/*#region HOME - TOP - HIGHLIGHT*/
/* =================================================================================== */
#top{  
    margin:0;
    padding:0;
    background-color: #f6f6f6;
    height: 54px;
    width: 100%;
    vertical-align: middle; 
}
#top li {
    display: inline-block;
    background-color: #f6f6f6; 
    vertical-align: middle; 
    width: 25%;
    height:100%;
    line-height:100%; 
    text-align: center;
    padding-top: 6px; 
    border-right: 0.5px dotted #a3a3a3; 
}
#top a {
    color: white;
}
#top .custom {
    background: #ef5455;
}
#top .custom .h, #top .custom .d {
    color: #fad744;
}
#top .noborder{
    border: 0px;
}
#top .h {    
    color: #3c3c3c;
    text-transform: uppercase;
    font-family: 'Calibri';
    font-size: 15px; 
    font-weight: 500; 
}
#top .h {
    text-align: center;
}
#top .d {    
    color: #8f8f8f;
    font-size: 11px;
    text-transform: capitalize;
    font-family: 'Tahoma'; 
}
#top div {
    display: inline-block; 
    vertical-align: middle;
    align-content: center; 
}
#top .left {
    width: 20%;  
}
#top .right {
    width: 80%; 
}
#top img{ 
    height: 80%;
    border:1px; 
}
#top li.dropdown{
    cursor: pointer;
} 
#top ul.dropdown-menu{
    list-style: circle;
    padding: 5px;
    width: 100%;
}
#top ul.dropdown-menu a {
    color: unset;
}
#top li li { 
    list-style: square;
    display: block;
    width: unset;
    background-color: unset;
    text-align: left;
    padding:6px;
    padding-left:10px;
    padding-right:10px;
    border: 0px; 
}
@media screen and (min-width: 1367px) { 
    #top li { 
        padding-left:50px;
        padding-right:50px;
    }
}
@media screen and (min-width: 900px) and (max-width: 1366px) { 
    #top li { 
        padding-left:20px;
        padding-right:20px;
    }
    
}
@media screen and (min-width: 550px) and (max-width: 899px) { 
    #top{
        height: 80px;
    }
    #top li {
        width: 50%;
        height: 40px;
    }
    #top .h {
        font-size: 11px;
    }
    #top .d {
        font-size: 9px;
    }
    #top img{ 
        height: 60%;
        border:1px; 
    }
}
@media screen and (min-width: 100px) and (max-width: 549px) {   
    #top {
        top:0;
        height: 82px;
    }
    #top li {
        width: 50%;
        height: 40px;
    }
    #top .h {
        font-size: 10px;
    }
    #top .d {
        font-size: 8px;
    }
    #top img{ 
        height: 50%; 
    }
    
}

/* =================================================================================== */
/*#endregion */  

/*#region HOME - TOP - NAVIGATION*/
/* =================================================================================== */
#top2 {
    width: 100%;
    height: 50px; 
    padding: 0;
    margin: 0;
    background-color: #bb2727;
    vertical-align: middle;
    display: inline-block;
    z-index: 0;
    margin-bottom: 5px;
    padding-top: 2px;
    list-style: none;
} 
#top2 li {
    margin-top: 7px;
    display: inline-block; 
    list-style: none;  
    vertical-align: middle;
    padding-right: 15px; 
}

#top2 li label {
    font-weight: normal;
}
#top2 .home{
    padding-left: 5px;
}
#top2 .cat{    
    text-align: right; 
} 
#top2 .srch{ 
    width: 35%; 
}
#top2 .dropdown button {
    color: white;
    background: none;
    outline: none;
    border:none;
    font-size:20px;
    padding: 0;
}
#top2 .dropdown button:focus { 
    outline: 0;
    box-shadow: none;
    border:none;
} 

#top2 .fa-search{
    /* top right bottom left */
    margin: -24px 7px 0px -10px; 
    float: right;   
    position: relative; 
    z-index: 2;  
    color: #949494;   
}
  
#top2 .cart img{
    cursor: pointer;
}
#top2 .cart div {
    float:right;
    margin-left:-15px; 
    margin-top:-8px; 
    color: white;
}
#top2 #total-count-cart {
    font-size:12px;
}
#top2 input#src, input#src2 {
    width: 100%; 
    /* margin-top: 6px; */
    /* margin: 8px 0; */  
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box; 
    border-style:solid;
    padding: 5px;
    font-family: 14px;
}
input#src:focus, input#src2:focus{
    outline: none;
}
#top2 .right{
    float:right;
    height: 100%; 
    padding-right: 10; 
}
#top2 .right .div-align-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    color: white;
}
#top2 li .div-align-right img{ 
    height: 70%;
}

#top2 li .div-align-right label{
    margin-top:4px;
    font-weight: normal;
}
#top2 li .div-align-right label a, #top2 li .div-align-right label a:visited{
    text-emphasis: none;
    color: white;
}

#top2 li li {
    margin-top: unset;
}
 #top2 #u1 {
    list-style: none;
    font-family: 'Cairo', 'San Serif';
    padding: 20;
    font-size: 14px;
    word-break: break-all;
    word-wrap: break-word;
    width: 340px;
 }
#cu1 {
    list-style: none;
    font-family: 'Cairo', 'San Serif';
    padding: 10;
    font-size: 12.5px;
    word-break: break-all;
    word-wrap: break-word;
    width: 100%;
 }
 #cu1 label {
     font-weight: normal;
     color: #818181;
 }
 #top2 #u1 li, #cu1 li{
    width: 100%;
 }
 #top2 .u2, #leftside .u2 {
    list-style: none;
    font-size: 13px;
    margin-bottom: 10px;
 } 
 #leftside .u2, #leftside .u3 {
     list-style: none;
     padding-left: 20;
     font-size: 12.5px; 
 }
 #top2 .u3{
    list-style: none;
    font-size: 12.5px; 
}  

#u1 .cc1, #u1 .cc2, #cu1 .cc1, #cu1 .cc2 {
    margin-right: 5px;
}

#top2 .cat a, #leftside_1 a {
    text-decoration: none; 
    color: #818181; 
    transition: 0.3s;
    cursor: pointer;
}
#leftside_1 a{
    /* color: white; */
}
  
/*#region DROPDOWN ACC USER */ 
  .dropdown-acc {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 125px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  .dropdown-acc a {
    color: black;
    padding: 10px 12px;
    text-decoration: none;
    display: block;
  }
  
/* Change color of dropdown links on hover */
.dropdown-acc a:hover {
      background-color: #f1f1f1
}
   
  /* #endregion */

#userLogName {
    color: white;
}
@media screen and (min-width: 1150px) { 
    #cat #u1{
        margin-left: 30px;
    }
    #lblCat::after {
      content: 'Categories';
    }
    #top2 #cat{ 
        width: 15%;
    }
}
@media screen and (min-width: 550px) and (max-width: 899px) { 
    #top2 #cat #u1 {
        padding: 10;
        width: 300px;
    }
    #top2 #cat .cc1, #top2 #cat .cc2 {
        font-size: 18px;
        margin-right: 20px;
    } 
    #userLogName{
        font-size: 13px;
    }
    
    #top2 li { 
        padding-right:7px; 
    }
    #top2 li li {
        padding-right: unset;
    }
    #top2 .right {
        max-width: 30%;
    } 
    #top2 .right .div-align-right{ 
        margin-left: 0px; 
    }
    #top2 li .div-align-right img {
        height: 40%;
        width: auto;
        max-height: 30%;
        margin-left: 5px;
        margin-top: 8;
    }  
    #top2 li label { 
        font-size: 18px;
        margin-top: 3;
    }
  }
  @media screen and (min-width: 100px) and (max-width: 549px) {    
    #top2 .srch{ 
        width: 30%;
        font-size: 11px; 
        margin-left:5px;
        margin-right:5px;
    } 
    #top2 .srch .fa-search{
        margin-top: -20px;
    }
    #top2 li.home {
        /* padding:unset; */
        padding-right: 0;
    }
    #top2 .right {
        max-width: 30%;
    } 
    #top2 .right .div-align-right{ 
        margin-left: 0px;
        margin-bottom: 0;  
    } 
    
    #top2 .right .div-align-right img  {
        width: auto;
        max-height: 50%;
        margin-left: 5px; 
        /* min-width: 30%; */
    }
    #top2 li {
        margin-top: 4px;
        padding:2px; 
    }
    #top2 li li {
        margin-top: unset;
        padding: unset
    }
    #top2 li label { 
        font-size: 15px;
        margin-top: 3;
    }
    #top2 img{
        width: 75%;
    }
    #top2 li.right .div-align-right img {
        height: 45%;
        /* max-width: 10%; */
    }
    
    #top2 #cat #u1 {
        padding: 10;
        width: 290px;
    }
    #userLogName{
        display: none;
    }
    
    #top2 #cat .cc1, #top2 #cat .cc2 {
        font-size: 18px;
        margin-right: 7px;
    }
  }
/* =================================================================================== */
/*#endregion */  
 
/*#region image column / grid colum list*/

.lblprodname{     
    padding-left:30px;
    padding-right:30px;  
    font-weight: bold;
    /* font-weight: normal; */
} 

.coldisc{
    display: inline-block;
    width: 100%; 
    margin-top: 0; 
    /* border: 1px solid fuchsia; */
}

.lbldisc{
    display: inline-block;
    width: 35%;
    padding: 0;
    font-family: 'B612 Mono', monospace;;
    font-size: 11px; 
    color: white;  
    padding-right: 10px;
    padding-left: 0;
    text-align: right;  
    font-weight: normal;
    /* border: 1px solid fuchsia; */
}
.coldisc label  {
    padding:0;
}
.lbldisc span{ 
    background: red; 
} 

.lblprice {
    display: inline-block; 
    text-align: left;
    width: 65%;
    font-family: 'B612 Mono', monospace;;
    font-size: 11px;
    /* padding-left: 5px; */
    text-decoration: line-through;
    color: #616161; 
    font-weight: normal;
    /* border: 1px solid yellowgreen; */
} 
 
.lblpricesale {
    font-family: 'B612 Mono', monospace;;
    font-size: 13px;
    font-weight: bolder;
    color: #bb2727; 
} 
.boxTitle {
    font-size: 20px;  
    width: 100%;
    height: 32px;
    background: #bb2727;
    color: white; 
}
.boxTitle label {
    margin-left: 5px; 
    font-weight: normal;
    /* font-weight: normal; */
}
.boxTitle label a, .boxTitle label a:visited  { 
    text-decoration: none;
    color:white;
}

@media screen and (min-width: 550px) and (max-width: 899px) {
    .boxTitle { 
        font-size: 17px;   
        height:23px;
    } 
    .lblpricesale { 
        font-size: 11px; 
    }  
    .lbldisc, .lblprice {        
        font-size: 9px;
    } 
}
@media screen and (min-width: 100px) and (max-width: 549px) {   
    .boxTitle {
        font-size: 17px;  
        width: 100%; 
    } 
    
    .lbldisc{
        width: 35%;
        font-size: 8px;
    }
    .lblpricesale { 
        font-size: 10px; 
    } 
    .lblprice {        
        font-size: 8px;
    } 
} 

/*#endregion*/

/*#region HOME - NEW ARRIVAL/ FEATURED/ SALE */
/* =================================================================================== */
.redbox, .redboxbr {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase; 
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    width: 100%; 
}
.redbox li, .redboxbr li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif; 
    vertical-align: middle;
}  

 
/* HEADER > DETAIL ITEM */ 
.redbox ul{
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Trebuchet MS'; 
    /* padding-right: 10px; */
}
.redbox ul li{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    /* margin-top: 10px; 
    margin-bottom: 20; */
    outline-offset: -10px;
    outline: 1px solid #f2f2f2; 
    padding-top: 25;
    /* width: 20%; */
    /* font-size: 12px; */
    /* border: 0.1px solid blue; */ 
    /* height: 230px; */
    /* overflow: hidden; */
}
  
.redbox ul li .imgpr{ 
    position: relative;
    width: 100%;
    height: 140px;
    /* line-height: 140px; */
    /* border: 0.1px solid green; */
    overflow: hidden;
    margin-bottom: 12px;
    display:flex;
    align-items:center;
    justify-content:center; 
}
.redbox ul a {
    color: #616161;
}

.redbox ul li img{ 
    max-width: 70%;
    max-height: 100%; 
    vertical-align: middle;
    /* border: 0.1px solid blue; */
}
/* .redbox .imgpr button {
    position: absolute; 
    margin:0;
    bottom: 0;
    left: 50%;
    width: 70%;
    
    margin-bottom: -15px;
    color: #FFF;
    font-family: 'Trebuchet MS';
    background-color: #b55151;
    border: 0px;
    font-size: 12px;
    height: 28px;
    text-transform: uppercase;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: opacity .35s ease;
    opacity: 0;
}
.imgpr:hover button {
  opacity: 1;
} */

.redbox ul li label{ 
    margin:0; 
    padding:0;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    white-space: pre-wrap;
    max-height: 30px;
} 
 
.redboxbr ul{ 
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

#bbrands #items li {
    text-align: center;
    color: #FFF;
    display: inline-block;
    vertical-align: middle;

}
#bbrands #items li h3{
    padding-top: 0;
    margin-top: 0;
    font-size: 12px;
    text-transform: none;
    color: #616161;
    /* height: 90%; */
}
#bbrands #items li img {
    max-width:150px;
    height: auto;
}   

.c50l { 
    width: 50%;
    padding-left: 17px;
    /* padding-right: 17px; */
    display: inline-block; 
    vertical-align: top;
    /* border:1px solid yellow; */
}
.c50r{
    width: 50%; 
    padding-right: 17px;
    display: inline-block; 
    vertical-align: top;

}
@media screen and (min-width: 1555px) { 
    .redbox ul li{ 
        /* border: 1px solid red;  */
        font-size: 11px;
        height: 220px; 
        width: 16.6%;
    }
    .redbox ul li label { 
        padding-right: 17px;
        padding-left: 17px;
    }
    .redbox ul li .imgpr{ 
        width: 100%;
        height: 100px; 
    } 
}
@media screen and (min-width: 900px) and (max-width: 1554px) { 
    .max-h{
        max-height: 235px;
        overflow: hidden;
    }
     
    .redbox ul li{ 
        font-size: 12px;
        height: 225px; 
        width: 25%;
    }
    .redbox ul li label {
        padding-right: 30px;
        padding-left: 30px;
    }
    .redbox ul li .imgpr{ 
        width: 100%;
        height: 110px;
        line-height: 120px; 
    } 
}
@media screen and (min-width: 650px) and (max-width: 899px) { 
    .max-h{
        max-height: 235px;
        overflow: hidden;
    }
    .c50l {   
        padding-left: 10px;  
        width: 70%;
    } 
    .c50r {  
        width: 30%; 
    }  
    .redbox ul li{ 
        font-size: 11px;
        height: 225px; 
        width: 25%;
    }
    .redbox ul li label {
        padding-right: 12px;
        padding-left: 12px;
    }
    .redbox ul li .imgpr{ 
        width: 100%;
        height: 100px;
        line-height: 120px; 
    } 
}
@media screen and (min-width: 100px) and (max-width: 649px) {   
    .redbox li { 
        height: 26px;
    } 
    .redbox ul li{ 
        font-size: 11px;
        height: 200px; 
        width: 50%;
    }
    .redbox ul li label {
        padding-right: 15px;
        padding-left: 15px;
    }
    .redbox ul li .imgpr{ 
        width: 100%;
        height: 80px;
        line-height: 100px; 
    } 
} 
@media screen and (min-width: 1550px) {  
    .c50l {  
        width: 55%; 
    }
    .c50r {  
        width: 35%; 
    }
    .addToCart::before{
        content: 'Add to';
    }
    .notifyMe::before{
        content: 'Notify Me';
    }
}
@media screen and (min-width: 1235px) and (max-width: 1366px) {  
    .c50l {  
        width: 60%; 
    }
    .c50r {  
        width: 40%; 
    }
    .addToCart::before{
        content: 'Add to';
    }
    .notifyMe::before{
        content: 'Notify Me';
    }
}
@media screen and (min-width: 900px) and (max-width: 1234px)  {  
    .c50l {  
        width: 70%; 
    }
    .c50r {  
        width: 30%; 
    }  
    .addToCart::before { 
        content: ''; 
    }
    .notifyMe::before{
        content: '';
    }
}

@media screen and (min-width: 650px) and (max-width: 899px) {  
    .c50l {  
        width: 70%; 
    }
    .c50r {  
        width: 30%; 
    }  
    .addToCart::before { 
        content: ''; 
    }
    .notifyMe::before{
        content: '';
    }
}
@media screen and (min-width: 436px) and (max-width: 649px) {  
    .c50l {  
        width: 60%; 
    }
    .c50r {  
        width: 40%; 
    }
    .addToCart::before{
        content: 'Add to';
    }
    .notifyMe::before{
        content: 'Notify Me';
    }
}
@media screen and (min-width: 100px) and (max-width: 435px) {  
    .c50l {  
        width: 70%; 
    }
    .c50r {  
        width: 30%; 
    }  
    .addToCart::before { 
        content: ''; 
    }
    .notifyMe::before{
        content: '';
    }
}
/* =================================================================================== */
/*#endregion */  
  
.more, .less { 
    margin-top: -10px;
    width: 100%;
    font-size: 12px; 
    color: #c9c9c9;
    text-align: right;
    padding-bottom: 7.5px;
    padding-right: 7.5px;
    cursor: pointer; 
}

/*#region HOME - CATEGORIES*/
/* =================================================================================== */
.cathd {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: uppercase; 
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    width: 100%; 
}
 
.cathd li {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: 'Fira Sans', sans-serif; 
    vertical-align: middle;
    height: 32px;
}

.cathd .jdl {
    font-size: 18px;  
    width: 27%;
    /* background: black; */
    background: #ef5455;
    color: #fad744;
    /* color: white; */
    padding-top: 5px;
}
.cathd .jdl span {
    display: block; 
    margin-left: 5px; 
    font-weight: normal;
    cursor: pointer;
}

.cathd li label { 
    margin-left: 5px; 
    /* font-weight: normal; */
    cursor: pointer;
}

.cathd li label  a, .cathd li label  a:visited{ 
    margin-left: 5px;
    color: white;
    text-decoration: none; 
     
}

.cathd hr {
    border: 0.5px solid #ebebeb;
    margin: 0px;
}

.cathd .subcat {
    font-size: 15px;  
    /* width: 10%; */
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    cursor: pointer;
    border-right: 0.5px solid #ebebeb; 
}
.cathd .subcat:hover {
    color: white;
    background-color: #fad744;
}
.cathd .subcat label {
    padding-top: 5px;
    font-weight: normal;
}

/* HEADER > DETAIL ITEM */
.cathd ul {
    background: white;
    color: black;
    display: block;
    padding: 0;
    margin: 0; 
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Trebuchet MS';  
}

.cathd ul li{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 25%;
    text-align: center;
    /* margin-top: 20px;
    margin-bottom: 20px; */
    outline-offset: -10px;
    outline: 1px solid #f2f2f2; 
    padding-top: 25;
    /* border: 0.1px solid blue; */
    /* font-size: 12px; */
    /*height: 230px; 205px;*/
    /* overflow: hidden; */
}
.cathd ul a{
    color: #616161;
}
.cathd ul li .imgpr{ 
    width: 100%;
    height: 140px;
    overflow: hidden;
    margin-bottom: 12px;
    display:flex;
    align-items:center;
    justify-content:center; 
}


.cathd ul li img{ 
    max-width: 70%;
    max-height: 100%; 
    vertical-align: middle; 
}


.cathd ul li label{ 
    margin:0; 
    padding:0;
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    overflow: hidden;
    max-height: 30px;
    white-space: pre-wrap;
}
.jdl label {
    word-wrap: break-word;
    word-break: break-all;
    max-width: 70%;

}
.cathd .lblpricesale{
    font-weight: 700;
}
@media screen and (min-width: 1367px) {   
    .cathd .jdl {
        word-break: break-all;
        word-wrap: break-word;
        max-width: 70%;
    }
    .cathd ul li{ 
        font-size: 11px;
        height: 220px; 
        width: 16.6%;
    }
    .cathd ul li label { 
        padding-right: 17px;
        padding-left: 17px;
        max-width: 100%;
    }
    .cathd ul li .imgpr{ 
        width: 100%;
        height: 100px; 
    }  
}
@media screen and (min-width: 900px) and (max-width: 1366px) {  
    .cathd .jdl {
        word-break: break-all;
        word-wrap: break-word; 
        padding-top: 5px;
    } 
    .max-h{
        max-height: 235px;
        overflow: hidden;
    }
    .cathd ul li{ 
        font-size: 12px;
        height: 225px; 
        width: 25%;
    }
    .cathd ul li label { 
        padding-right: 30px;
        padding-left: 30px; 
    }
    .cathd ul li .imgpr{ 
        width: 100%;
        height: 110px; 
    }  
}
@media screen and (min-width: 650px) and (max-width: 899px) {
    .cathd .jdl {
        word-break: break-all;
        word-wrap: break-word;
        padding-top: 0px;
    } 
    .max-h{
        max-height: 235px;
        overflow: hidden;
    }   
    .cathd .subcat {
        /* width: 17%; */
        /* font-size: 12px; */
    }
    .cathd ul li{ 
        font-size: 11px;
        height: 225px; 
        width: 25%;
    }
    .cathd ul li label {
        padding-right: 10px;
        padding-left: 10px; 
    }
    .cathd ul li .imgpr{ 
        width: 100%;
        height: 100px;
        line-height: 120px; 
    } 
}
@media screen and (min-width: 100px) and (max-width: 649px) {  
    .cathd li { 
        height: 26px;
    }
    .cathd .jdl {
        font-size: 17px;  
        width: 100%; 
        padding-top: 0px;
        
    } 

    .cathd .subcat {
        /* width: 25%; */
        font-size: 12px;
    }
    .cathd ul li label {
        padding-right: 15px;
        padding-left: 15px; 
    }
    .cathd ul li{ 
        font-size: 11px;
        height: 200px; 
        width: 50%;
    }
    .cathd ul li .imgpr{ 
        width: 100%;
        height: 80px; 
    }
    
     
}

/* =================================================================================== */
/*#endregion */  

#bread-crumbs {
    display: inline-block;
    text-transform: uppercase;
}

/*#region PRODUCT LIST*/
#listpr {
    display: block;
    width: 100%; 
}

/*#region PRODUCT LIST - FILTER LEFT BOX  */
#leftBar{
    display: inline-block;
    width: 20%; 
    vertical-align: top;
    text-transform: uppercase; 
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    padding: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: lighter;
}
#leftBar #filter, #fc1 {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 10px;
}
#leftBar #filter li {
    margin-bottom: 12px;
} 
#leftBar #filter li ul {
    list-style: none;
    padding-left: 0;
}
#leftBar #filter li li {
    margin-left: 0;
    margin-bottom: 0;
}
#leftBar #filter input[type="checkbox"], #fc1 input[type="checkbox"] {  
    margin-right: 5px; 
}

#catdet {
    display: inline-block;
    text-transform: uppercase;
    list-style: none;
}

#catdet li {
    display: inline-block;
    margin-right: 15px;
}

#ulFil {
   list-style: none;
   padding: 10;
   top:37%;
   left: 25; 
}
#ulFil li {    
    margin-bottom: 12px;
}
#ulFil ul{
   list-style: none;
   padding: 0;
   /* top:70; */
   left: 25;
}
#ulFil li li {
    margin-left: 0;
    margin-bottom: 0;
}
#ulFil input[type="checkbox"] {  
    margin-right: 5px; 
}
#pricerange{
    margin-left: 10;
}
#amount{
    border:0; 
    margin-left: 10;
    color:#b55151; 
    font-weight:normal;

}
#slider-range {
    margin-left: 10;
    margin-right: 5;
    margin-bottom: 30;
}
/* #endregion */

/*#region PRODUCT LIST - RIGHT POS */
#rightBar {
    display: inline-block;
    width:75%; 
    margin-left: 5%;
    text-transform: uppercase; 
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    padding-right: 10px;
}
/* 

#rightBar #listCat {
    width:250;
    list-style: none;
    font-family: 'Cairo', 'San Serif';
    padding: 15;
    font-size: 12px;
    font-weight: normal;
    word-break: break-all;
    word-wrap: break-word;
    color: #818181; 
 } 
#listCat ul, #listCat ul ul {
    list-style: none;
}

 #rightBar #listCat .cc1,  #rightBar #listCat .cc2 {
     font-size: 18px;
     margin-right: 10px;
  }  */
#rightBar .sort {
    width: 100%; 
    display: inline-block;
    margin-top: 10px;
}
select#sort {
    padding:3;
    width:150px;
}
#rightBar .left {
    float:left;  
    font-size: 12.5px; 
}
#rightBar .right{
    float:right;  
    font-size: 12.5px; 
}
#rightBar .div-align-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px; 
    text-transform: capitalize;
} 

#rightBar #detitem ul{
    padding-left: 0;
}
#rightBar #detitem ul li{
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    width: 25%;
    font-size: 11px;
    font-family: 'Trebuchet MS';
    text-align: center; 
    height: 230px;
    overflow: hidden; 
    outline-offset: -10px;
    outline: 1px solid #f2f2f2; 
    padding-top: 25; 
}

#rightBar #detitem ul li .imgpr{ 
    width: 100%;
    height: 120px;
    line-height: 140px; 
    overflow: hidden;
    margin-bottom: 12px;
    display:flex;
    align-items:center;
    justify-content:center; 
}
#rightBar ul#items a {    
    color: #616161; 
}

#rightBar #detitem ul li img{ 
    max-width: 70%;
    max-height: 100%; 
    vertical-align: middle; 
}

#rightBar #detitem ul li label{    
    margin:0; 
    padding:0;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    overflow: hidden;
    
    white-space: pre-wrap;
    max-height: 30px; 
} 
/* #endregion */
/* #leftBar #uul1 label{
    font-weight: normal;
}
#leftBar #uul1 {
    margin: 0;
    padding: 0;
    margin-left: 15px;
    font-weight: normal;
    font-size: 15px;
    list-style: none;
    overflow: hidden;
 }    */
 @media screen and (min-width: 1540px) { 

    #rightBar { 
        width:77%; 
        margin-left: 3%; 
    }
    #rightBar #detitem ul li{ 
        /* border: 1px solid red;  */
        font-size: 11px;
        height: 220px; 
        width: 20%;
        /* margin-bottom: 15px; */
    }
    #rightBar #detitem ul li label{ 
        padding-right: 17px;
        padding-left: 17px;
    }
    #rightBar #detitem ul li .imgpr{ 
        width: 100%;
        height: 100px; 
    } 
 }
 
@media screen and (min-width: 1300px) and (max-width: 1539px) { 
    #rightBar #detitem ul li label{ 
        padding-right: 12px;
        padding-left: 12px;
    }
    
    #rightBar #detitem ul li .imgpr{ 
        width: 100%;
        height: 110px; 
    } 
}
@media screen and (min-width: 800px) and (max-width: 1299px) {

    #leftBar #uul1 { 
        margin-left: 10px; 
        font-size: 13px; 
     } 
     #leftBar .ul2 { 
        margin-left: 12px;
        font-size: 12px;  
     } 
     #leftBar .ul3 { 
        margin-left: 12px; 
        font-size: 11px; 
     }
   #rightBar { 
       width:77%; 
       margin-left: 3%; 
   }
   #rightBar #detitem ul li{ 
       /* border: 1px solid red;  */
       font-size: 10px;
       height: 190px; 
       width: 33.3%;
       /* margin-bottom: 15px; */
   }
   #rightBar #detitem ul li label { 
       padding-right: 12px;
       padding-left: 12px;
   }
   #rightBar #detitem ul li .imgpr{ 
       width: 100%;
       height: 80px; 
   } 
   #rightbar .c50r{
       width: 30%;
   }
   #rightBar button{ 
       font-size: 11px;
   } 
}
@media screen and (min-width: 100px) and (max-width: 799px) {   
 
    #rightBar .sort .left{
        display: block;
    }
    #leftBar{
        display: none;
    }
    #rightBar{
        width: 100%;
        margin-left: 0;
    }
    #rightBar #detitem ul li label{ 
        padding-right: 12px;
        padding-left: 12px;
    }
    #rightBar #detitem ul li{ 
        width: 50%;
        font-size: 11px;
        text-align: center; 
        height: 230px;  
    }    
}
/*#endregion*/

/*#region PRODUCT DETAIL*/

#det-pr {
    display: block;
    width: 100%; 
    color: #616161;
    font-family: 'Trebuchet MS';
}

/* #region PRODUCT DETAIL - PIC DETAIL LEFT */
#det-pr #left{
    display: inline-block;
    width: 35%; 
    vertical-align: top;
    text-transform: uppercase; 
    padding: 10px; 
    font-weight: lighter;
    padding-left: 0;
}
   
#det-pr #left .divImg{ 
    width: 100%;
    height: 400px;  
    padding: 20;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);
    overflow: hidden;
    margin-bottom: 12px;
}
#det-pr #left .divImg ul{ 
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
}

#det-pr #left li {
    width: 90%; 
    cursor:pointer;
    border:1px solid #e6e6e6; 
    display:flex; 
    justify-content:center;  
}  
#det-pr #left .lslide { 
    height: 250px; 
}
#det-pr #left .lslide img { 
    display: block;
    height: auto;
    max-width: 100%; 
    max-height: 220px;
    margin-bottom: 20px; 
}
#det-pr #left a img {
    width: unset;
}

.divImg .lSSlideOuter .lSPager.lSGallery img {
    display:flex;
    align-items:center;
    justify-content:center; 
    padding: 10; 
    max-height: 100; 
} 
/* #endregion */

/* #region PRODUCT DETAIL - PROD INFO RIGHT */
#det-pr #right {
    padding: 15;
    display: inline-block;
    width:62%; 
    margin-left: 3%;
    /* border-radius: 2px; */
    /* box-shadow: 0 0 1px rgba(34, 25, 25, 0.4);  */
}
#det-pr #prodtitle{ 
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase; 
}
#det-pr #barc, #det-pr #prodtag{
    font-weight:normal; 
    font-size:12px;
}
#det-pr #prodprice{
    font-family: 'B612 Mono', monospace;;
    font-size: 16px;
    font-weight: bold;
    color: #bb2727; 
}

#det-pr #prodshortdesc{ 
    margin-top: 7px;
    font-size: 14px; 
    font-weight: normal;
    color: silver; 
    text-align: justify;
}

#det-pr #right hr {
    border: 0.5px solid #ebebeb;
    margin: 0px;
} 

#det-pr #prod-disc-col{
    display: inline-block;
    width: 100%; 
    margin-top: 0; 
    /* border: 1px solid fuchsia; */
}

#det-pr #prod-disc{
    display: inline-block;
    /* width: 40%; */
    padding: 0;
    font-family: 'B612 Mono', monospace;;
    font-size: 12px; 
    color: white;  
    padding-right: 2px;
    /* text-align: right;   */
    font-weight: normal;
    /* border: 1px solid fuchsia; */
} 

#det-pr #prod-disc span{ 
    background: red; 
} 

#det-pr #prod-price {
    display: inline-block; 
    text-align: left;
    /* width: 50%; */
    font-family: 'B612 Mono', monospace;;
    font-size: 12px;
    padding-left: 5px;
    text-decoration: line-through;
    color: #616161; 
    font-weight: normal;
    /* border: 1px solid yellowgreen; */
} 
/* #region QTY, BUTTON, SHIPPING */
#det-pr #cart-info {
    margin-top: 15px;
    font-family: 'Cairo', 'Sans-Serif';
    display: inline-block;
    vertical-align: middle;
} 
#det-pr #cart-info button {
    margin-left:8px !important;
}

#cart-info input, #cart-info select{
    margin-left: 10px;
    display: inline-block;
    width : 60px;
    font-family: 14px;
    height:30px;
    padding: 5;
    text-align: center;
} 
#cart-info .ship {
    margin-top:8px;
    /* width: 100%; */
    display: inline-block;
    vertical-align: middle;
} 
#cart-info .ship input, #cart-info .ship select, #cart-info .ship select option {
    margin-top: 8px;
    margin-left: 0;
    /* width : 100px; */
    font-size: 13px;
    text-align: left;
} 
#cart-info .ship select {
    margin-left: 10px;
    width: 150px;
    padding-top: 2;
}

#cart-info .ship img {
    margin-right: 15px;
} 

.cart-promo .form-control{
    display: inline-block;
}
.cart-promo button {
    margin-left:10px;
}
.promo-alert{
    border: 1px solid #cc1b4a;
    background-color: #fff2f6;
    padding: 8;
    border-radius: 10px;
    margin-top: 10;
    width: fit-content;
    /* padding-right: 350px; */
    font-family: 'Trebuchet MS';
}
.promo-alert2{
    border: 1px solid #cc1b4a;
    background-color: #fff2f6;
    padding: 8;
    border-radius: 10px;
    /* margin-top: 10; */
    width: fit-content;
    /* padding-right: 350px; */
    font-family: 'Trebuchet MS';
    display: inline-block;
    vertical-align: top;
    margin-left: 10;

}
/* #endregion */

/* #region STOCK */
#det-pr #tb-stk {
    font-size: 13px;
    font-weight: bold;
}
#det-pr #tb-stk td {
    padding: 2;
}    
#det-pr #tb-stk .stnm{
    width: 40%;
}
/* #endregion */
 
/* #region PRODUCT DETAIL - OVER AND SPEC */
#overandspec {
    margin-top: 22px;
}
#overandspec .tab {
    overflow: hidden;
    height: 50px;
    font-family: 'Cairo', 'Sans-Serif';
}
#overandspec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 25px;
  transition: 0.3s;
  border-bottom: 3px solid #ebebeb;
}
#overandspec .tab button:hover {
  background-color: #ddd;
}
#overandspec .tab button.active {
  border-color: #bb2727;
}
#overandspec .tabcontent {
    font-family: unset; 
  border-top: none;
}
#overandspec .tabcontent .frame {
    border:1px solid #e6e6e6;
    /* display: flex;  */
    padding: 15;
    width: 70%;
}
#overandspec img {
    max-width: 100%;
} 

 
@media screen and (min-width: 550px) and (max-width: 900px) {   
    #det-pr #left{
        width: 45%;
        padding-left: 10;
    } 
    #det-pr #right{
        width: 52%;
        padding-left: 10;
    } 
    #det-pr #couriersAU{
        width: 100%;
    }
    #det-pr .col2-60 {
        width: 57%;
    }
    #det-pr .col2-40 #tb-stk{
        font-size: 12px;
    }
    #det-pr #tb-stk .stnm{
        width: 80%;
    }
    #overandspec .tabcontent .frame {  
        width: 100%;
    }
    #overandspec img {
        max-width: 600px;
    }
}
@media screen and (min-width: 100px) and (max-width: 549px) {   
    #det-pr #left{
        width: 100%;
        padding-left: 10;
    }
    #det-pr #left .imgmain{ 
        height: 200px;
    }  
    #det-pr #right{
        width: 100%;
        padding-left: 10;
    }
    #prodtitle{ 
        font-size: 15px; 
    }
    #cart-info{
        margin-top: 5px;
    }
    #det-pr .col2-60 {
        width: 57%;
    }
    #det-pr .col2-40 #tb-stk{
        font-size: 12px;
    }
    #det-pr #tb-stk .stnm{
        width: 85%;
    }
    #overandspec img {
        max-width: 300px;
    }
    #overandspec .tabcontent .frame {  
        margin-left: 5;
        margin-right: 5;
        width: 98%;
    }
}
/* #endregion */

/*#endregion*/

/* #endregion */

/* #region ADD TO CART + NOTIFY ME BUTTON */
.addToCart {
    font-family: 'Cairo', 'Sans-Serif';
    /* font-size: 13px; */
    border: 0.5px solid #b55151;
     /* #bb2727; */
     background-color: white;
    color: #b55151;    /* border: none; */
    outline:none;
    font-size: 12px;
    padding-top:3px;
    /* padding-bottom: 2px; */
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 4px;
    height: 29px;  
    /* margin-left: 7px; */
}
.addToCart  i {
    font-size: 20px;
    margin-left: 0px;
    /* background: #bb2727; */
}
.notifyMe {
    font-family: 'Cairo', 'Sans-Serif';
    border: 0.5px solid #ffa34d;
     /* #bb2727; */
     background-color: white;
    color: #ffa34d;    /* border: none; */
    outline:none;
    font-size: 12px;
    padding-top:3px;
    /* padding-bottom: 2px; */
    padding-left: 9px;
    padding-right: 9px;
    border-radius: 4px;
    height: 29px;  
    padding: 5;
    /* margin-left: 7px; */
}
.notifyMe  i {
    font-size: 15px;
    margin-left: 0px;
    /* background: #bb2727; */
}
/* #endregion */

/*#region FOOTER*/
#footer { 
    bottom: 0;
    margin: 0;
    padding: 20px 30px 20px 40px;
    width: 100%;
    background: #a1a1a1;
    margin-top: 20px; 
    font-family: 'Trebuchet MS';
    color: white;
}

#footer .col{
    display: inline-block;
    width: 33%; 
    vertical-align: top;
}
#footer #fb {
    max-width:30px;
    margin-top:10px; 
    cursor:pointer;
}
#footer #fb-name{
    margin-left:5px !important;
    font-size:14px; 
    vertical-align:bottom; 
    cursor:pointer;
}
#footer .col .title{
    font-size: 20px;
}
#footer ul {
    margin: 0;
    padding: 0;
    margin-top: 18px;  
    list-style: none; 
} 
#footer li a, #footer li a:visited {
    /* text-decoration: none; */
    color: white;
    font-size: 13.5px;
    cursor: pointer;
}

@media screen and (min-width: 900px) { 
}
@media screen and (min-width: 550px) and (max-width: 899px) { 
    #footer .col .title{
        font-size: 16px;
    }
    #footer li a, #footer li a:visited { 
        font-size: 12px; 
    }
}
@media screen and (min-width: 100px) and (max-width: 549px) {   
    #footer .col{ 
        width: 100%;  
        margin-bottom: 25px;
    }
    #footer ul { 
        margin-top: 5px;  
    }
}
/*#endregion */  

/*#region COL1 > ACC SIGN IN, SIGN UP, RESET, ACTIV, FORGOT*/
.col1 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    align-items: center;
    color: #616161;
    font-family: 'Trebuchet MS';
}
.col1 input { 
    margin: 0 auto;
    width: 40%;
    margin-top:7.5px;
}

.col1 #noticesignin { 
    margin: 0 auto;
    width: 40%; 
    display:inline-block;
    margin: auto; 
    text-align: left;
    font-size:12px;
}

.col1 .name {
    width: 40%;
    display: inline-block; 
    /* border: 1px solid; */
}

#account-signup-notice {
    display: inline-block;
    color: #bb2727;
    margin-top: 3px;
    text-align: center;
}
.col1 .name input {
    width: 49.5%;
    display: inline-block;
    align-items: left;
}
.col1 .name input.f {
    margin-right:1%;
}
.col1 button {
    margin-top: 15px;
    margin-bottom: 20px;
    width: 40%;
    font-size: 20px;
    border:2px solid #bb2727;
}

.col1 button:hover { 
    background: #bb2727;
    color: white;
}

@media screen and (min-width: 550px) and (max-width: 899px) { 
    .col1 input { 
        margin: 0 auto;
        width: 50%;
        margin-top:7.5px;
    }   
    .col1 button { 
        width: 50%; 
    }
    .col1 .name {
        width: 50%; 
    }
    
    
}
@media screen and (min-width: 100px) and (max-width: 549px) { 
    .col1 .name {
        width: 100%; 
    }
    .col1 input,  .col1 #noticesignin  {  
        width: 100%; 
    }
    .col1 button {
        width: 100%; 
    }
}
/*#endregion */

#alertcart .alrt {
    height: 35px;
    padding: 5px;
}

/* #region COL2 */
.col2 {
    width: 50%;
    display: inline-block;
    /* border: 1px solid black; */
    vertical-align: top;
}
.col2 hr {
    margin: 0;
    margin-bottom: 15px;
}
.col2 h3 {
    font-size: 15px;
    font-weight: bold;
    font-family: 'Cairo', 'Sans-Serif';
}
.col2.left {
    padding-right: 40px;
}
.col2.right {
    padding-left: 40px; 
}

.col2 .cc2 {
    width: 100%;
    display: inline-block;
    /* border: 1px solid; */
}
 
.col2 .f{
    margin-right: 1%;
}
.col2 input:not([type=radio]), .col2 select {
    width: 49.5%;
    display: inline-block;
    align-items: left; 
    margin-top: 8px;
}
select#pay {
    width: auto;
    display: inline-block;
    margin-left: 10px;
}
.col2 input:not([type=radio]){
    width: 50%;
}
.col2 input[type=checkbox] {
    margin-left: 10;
    width: unset;
    margin-right: 5;
}
.col2 #prname {
    margin-right: 10px;
}
.col2.txtbox {
    width: 40%;
}
.col2.tabdt {
    width: 60%;
}
.newaddress .form-control {
    font-size: 12px;
    height: 27px; 
}
.newaddress input{
    margin-top: 2px;
}
#cct1, #cct2, #cct3{
    width: 97%; 
    margin-top: 0;
}
 
@media screen and (min-width: 550px) and (max-width: 899px) {  
    /* .col2{
        width: 100%;
    } */
    .col2.txtbox {
        width: 100%;
    }
    .col2.tabdt {
        width: 100%;
    }
    .col2 .spp{
        font-size: 12px;
    }
    .col2.left {
        padding-right: 20px;
    }
    .col2.right {
        padding-left: 20px; 
    }
    
    .col2 .cc3.left{
        font-size: 10px;
        white-space: pre-wrap;
        word-break: break-all;
        margin-right: 10px;
        width: 45%;
        padding-right: 10px;
    }
    .col2 .cc3.mid{
        font-size: 11px;
        white-space: pre-wrap;
        word-break: break-all;
        /* margin-right: 10px; */
        text-transform: capitalize;
        width: 30%;
    }
    .col2 .cc3.right{
        font-size: 11px;
        /* margin-right: 10px; */
        width: 20%;
    }
}


@media screen and (min-width: 100px) and (max-width: 549px) {   
    .shipcol {
        margin-top: 0;
    }
    .col2.txtbox {
        width: 100%;
    }
    .col2.tabdt {
        width: 100%;
    }
    .col2.left {
        padding-left: 5px;
        padding-right: 5px; 
    }
    .col2.right {
        padding-left: 5px; 
        padding-right: 5px; 
    }
    .col2{
        width: 100%;
    }
    .col2 .cc3.left{
        font-size: 10px;
        white-space: pre-wrap;
        word-break: break-all;
        margin-right: 10px;
        width: 45%;
    }
    .col2 .cc3.mid{
        font-size: 10px;
        white-space: pre-wrap;
        word-break: break-all;
        /* margin-right: 10px; */
        width: 30%;
    }
    .col2 .cc3.right{
        font-size: 10px;
        /* margin-right: 10px; */
        width: 20%;
    }
    .col2 .cl3 {
        margin-bottom: 6px;
    }
    .col2 #prname {
        width: 98%;
        margin-right: 0px; 
        margin-bottom: 6px;
    }
}
/* #endregion */

ol {
    font-weight: normal;
    font-size: 12px;
}


/* #region BUTTON - CUSTOM */
.button-yellow { 
    background: #f0ad4e;
    color: white;
    width: 150px;
    font-family: 'Trebuchet MS';
    margin-left: 10px;
}
.button-red { 
    background: #bb2727;
    color: white;
    width: 150px;
    font-family: 'Trebuchet MS';
    margin-left: 10px;
}
.button-grey { 
    background: #c8cfdb;
    color: black;
    width: 150px;
    font-family: 'Trebuchet MS';
    margin-left: 10px;
}

/* #endregion */
 
/* #region ACCOUNT */

#account {
    margin-top: 5px;
    font-family: 'Cairo', 'Sans-Serif';
    font-family: 'Trebuchet MS';
    color: #616161;
}

/* #region ACC - TAB */
#account .tab, #prodv .tab {
    overflow: hidden;
    height: 50px;
    /* border: 1px solid #ccc; */
    /* background-color: #f1f1f1;  */
}
#account .tab button, #prodv .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  /* padding: 8px 55px;
  font-size: 18px; */
  transition: 0.3s;
  border-bottom: 3px solid #ebebeb;
}
#account .tab button:hover,#prodv .tab button:hover {
  background-color: #ddd;
}
#account .tab button.active, #prodv .tab button.active {
  border-color: #bb2727;
}
#account .tabcontent {
  /* display: none; */
  padding: 6px 12px;
  /* border: 1px solid #ccc; */
  border-top: none;
  overflow: auto;
}
/* #endregion */

#account input[type="text"] {
    margin-bottom: 4px;
}
#account input[type="checkbox"] {
    width: unset;
    margin-right: 5px;
}

#account label {
    font-weight: normal;
}
#account .left div{
    display: inline-block;
    vertical-align: top;
} 
#account .left .c1 {
    /* border: 1px solid; */
    width: 35%;  
}
#account .left .c2 {
    /* border: 1px solid; */
    width: 65%;
}

.accName {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    /* border: 1px solid; */
}
.accName input, .add .cc2 input {
    width: 49.5%;
    display: inline-block;
    align-items: left; 
} 
.accName .f {
    margin-right:1%;
}

#account .mid ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#account .address-list{
    border-radius: 15;
    padding: 10; 
    list-style: none;
    background: #e6e6e6;
    font-weight: normal; 
    margin-bottom: 20;
}

#account i {
    margin-left: 8px; 
    font-size: 19px;
}  


@media screen and (min-width: 550px)  {  
    #account .tab button, #prodv .tab button { 
      padding: 8px 55px;
      font-size: 18px; 
    }
}  
@media screen and (min-width: 100px) and (max-width: 549px) {   
    #account .tab button, #prodv .tab button { 
      padding: 8px 15px;
      font-size: 14px; 
    }
} 
 /* #endregion */

/* #region NOTIFY LIST */  
#notifylist {
    display: inline-block;
    width: 100%;
    vertical-align: top;
} 
    

#notifylist ul {
    display: inline-block;
    padding: 0;
    margin: 0;
    width: 100%;
    list-style: none;
    font-family: 'Trebuchet MS';
    vertical-align: top;
}
#notifylist li {
    display: inline-block;
    padding: 12;
    margin: 0;
    width: 20%;
    /* border:1px solid #ddd; */
    border-radius: 5;
    margin-bottom: 15;
    vertical-align: top;
    outline-offset: -10px;
    outline: 1px solid #f2f2f2; 
    height: 300px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
}
#notifylist .imgpr{ 
    height: 165px; 
    max-width: 85%;
    /* max-height: 165px; */
    margin: 7.5%;
    overflow: hidden; 
    display:inline-flex;
    /* border: 1px solid #e6e6e6; */
    padding: 1;
    align-items:center;
    object-fit: contain;
    flex-wrap: wrap;
    justify-content: flex-start;
    /* justify-content:center;  */
}
#notifylist img{ 
    max-width: 100%;
    max-height: 100%; 
    vertical-align: top;
    /* border: 0.1px solid blue; */
}
/* #endregion */

 /* #region CART PAGE */
.cart-info{
    float:right;
    font-size:12px; 
    cursor:pointer; 
    font-style:italic;
} 
.cart-notif{
    color:red;
    float:right;clear:both;
}

#cart input[type="checkbox"]{
    width: 23px;
    height: 23px;
    vertical-align: top; 
    padding-right: 10px;
}

#cart ul {
    width: 100%;
    padding: 0;
    margin: 0;
    /* border: 0.1px solid red; */
}

#cart ul li{
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0; 
    font-size: 12px;  
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin: 20px 0px 10px 0px; 
    padding-bottom: 10px;
    font-family: 'Trebuchet MS';
}


#cart ul li .imgpr, #inv .imgpr{ 
    width: 170px;
    height: 100px;  
    overflow: hidden; 
    display:inline-flex; 
    align-items:center;
    justify-content:center; 
}

span.prod, span.prc, span.qty, span.total{
    display: inline-block;
    /* border: 0.1px solid blue; */
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}
#cart ul li span label {
    font-size: 14px;
    white-space: pre-wrap;
}
#cart ul li span.prod {
    width: 30%;
}
#cart ul li span.prc {
    width: 13%;
}
#cart ul li span.total {
    width: 13%;
    text-align: right; 
}
#cart ul li button.remove {
    display: inline-block;
    vertical-align: top;
    float: right;
}
#cart ul li span.total label {
    font-size: 16px;
    font-weight: normal;
    font-family: 'B612 Mono', monospace;;
}
#cart ul li span.qty {
    padding-left: 20px;
    padding-right: 20px;
    width: 14%;
    text-align: center;
}
#cart ul li span.qty input {
    height: 28px; 
}

#cart ul li span.prc .lblprice{
    font-size: 11.5px;
    text-align: left;
    margin-left: 10px;
}
#cart ul li span.prc .coldisc{
    margin-top: 5px;
    vertical-align: top;
}
#cart ul li span.prc .lbldisc {
    width: 15%;
    margin-top: -10px;
    font-size: 11px;
    color: red;
    text-align: left;
}
#cart a {    
    color: #616161; 
}

#cart ul li img{ 
    max-width: 90%;
    max-height: 100%; 
    vertical-align: top;
    /* border: 0.1px solid blue; */
}

#cart ul li label{ 
    margin:0; 
    white-space: nowrap;
} 

#cart #div-total{
    display: block;
    float: right;
    font-family: 'B612 Mono', monospace;;
    padding: 10px; 
    font-size: 15px;
}


/*#region CART - FOOTER  */
.ship-method {
    align-items: center;
    margin-left:3px; 
    display:inline-block; 
    margin-right:9px; 
    vertical-align:top;
}
.ship-method input[type="radio"] {
    margin-right: 10px; 
}
.ship-method span{
    font-size: 18px;
    font-weight: bold;
}
 /*#endregion  */


 @media screen and (min-width: 550px) and (max-width: 1000px) { 
    #cart ul li{  
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 5px; 
    }
    
    #cart ul li .imgpr{ 
        width: 90px;
        height: 90px;   
    }
    #cart ul li span label {
        font-size: 12px;
    }
    #cart ul li span.total label {
        font-size: 13px; 
    }
    #cart ul li span.qty {
        padding-left: 3px;
        padding-right: 3px; 
    }
    #cart ul li .qty button {
        padding: 0;
        width: 26px;
        font-size: 7px;
        height: 24px; 
    }
    #cart ul li span.qty input {
        font-size: 10px;
        height: 24px; 
    } 
    #cart ul li span.prc .lblprice{
        font-size: 10px; 
    } 
    #cart ul li span.prc .lbldisc{
        width: 15%; 
        font-size: 10px;  
    }
    #cart #total { 
        font-size: 13px;
    }
}
@media screen and (min-width: 100px) and (max-width: 549px) {   
    #cart ul li{  
        margin-top: 10px;
        margin-bottom: 5px;
        padding-bottom: 5px; 
    }
    
    #cart ul li .imgpr{ 
        width: 55px;
        height: 55px;   
    }
    #cart ul li span label {
        font-size: 9px;
    }
    #cart ul li span.total label {
        font-size: 10px; 
    } 
    #cart ul li span.qty {
        padding-left: 2px;
        padding-right: 2px;
        width: 12%;
        border-radius: 3px;
    }
    #cart ul li .qty button {
        display: none;
    }
    #cart ul li span.qty input {
        font-size: 9px;
        height: 20px; 
    } 
    #cart ul li span.prc .lblprice{
        font-size: 9px; 
    } 
    #cart ul li span.prc .lbldisc{
        width: 100%;
        margin-top: -5px;
        font-size: 7px;  
    }
    #cart ul li span.prc .lblprice{
        margin-left: 0; 
    }
    #cart #total { 
        font-size: 13px;
    }
    #cart #CO{
        margin-right: 10px;
    }
}

/* #endregion */


#orderBtn, #payBtn, #orderBtn2 {
    /* clear: both;
    float: left; */
    background: #bb2727;
    color: white;
    width: 150px;
    font-family: 'Trebuchet MS';
}

/* #region CART SHIPPING - CUSTOM SHIPPING */

#cart2 ul {
    width: 60%;
    padding: 0;
    margin: 0;
    /* border: 0.1px solid red; */
}

#cart2 ul li{
    width: 100%;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
    /* width: 25%; */
    font-size: 12px; 
    /* border: 0.1px solid blue; */
    /* height: 200px; */
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
    margin-top: 4px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-family: 'Trebuchet MS';
}


#cart2 ul li .imgpr, #inv .imgpr{ 
    width: 50px;
    height: 50px;  
    overflow: hidden; 
    display:inline-flex;
    /* border: 0.1px solid green; */
    align-items:center;
    justify-content:center; 
}

 
#cart2 ul li span label {
    font-size: 12px;
    white-space: pre-wrap;
}
#cart2 ul li span.prod {
    width: 50%;
}
#cart2 ul li span.prc {
    width: 14%;
}
#cart2 ul li span.total {
    width: 14%;
    text-align: right; 
}
#cart2 ul li span.total label {
    font-size: 12px;
    font-weight: normal;
    font-family: 'B612 Mono', monospace;;
}
#cart2 ul li span.x { 
    width: 5%;
    text-align: center;
    vertical-align: top;
} 
#cart2 ul li span.qty { 
    width: 10%;
    text-align: center;
} 
#cart2 ul li span.prc .lblprice{
    font-size: 11.5px;
    text-align: left;
    margin-left: 10px;
}
#cart2 ul li span.prc .coldisc{
    margin-top: 5px;
    vertical-align: top;
}
#cart2 ul li span.prc .lbldisc{
    width: 15%;
    margin-top: -10px;
    font-size: 11px;
    color: red;
    text-align: left;
}
#cart2 a {    
    color: #616161; 
}

#cart2 ul li img{ 
    max-width: 90%;
    max-height: 100%; 
    vertical-align: top;
    /* border: 0.1px solid blue; */
}

#cart2 ul li label{ 
    margin:0; 
    white-space: nowrap;
}  
/* #endregion */

#total , #totalS, #totalN, #totalC, #net, #totalP, #totalNt{
    font-size: 13px;
    font-family: 'B612 Mono', monospace;;
}
#total , #totalS, #totalN, #totalC, #totalP, #totalNt{
    width: 60%;
}
#totalNet{
    font-size: 15px;
}
#net {
    font-size: 18px;
    margin-right: 5px;
}
#userInfo {
    display: inline-block;
}
#userInfo .form-control {
    display: inline-block;
    width: 150px;

}
#userInfo #btnEditInfo {
    margin-left: 10px;
}
/* #endregion */

/*#region CART SHIPPING + CUSTOM - LOAD ADDRESS */
.ullist {
    margin: 0;
    padding: 0;
    font-family: 'Trebuchet MS';
}
.ullist li {
    text-align: left;
    border-radius: 15;
    padding-left: 10;
    padding-right: 10;
    padding-top: 10;
    padding-bottom: 10;
    list-style: none;
    background: #e6e6e6;
    font-weight: normal;
    margin-top: 10;
    margin-bottom: 20;
}
.ullist li input[type=radio] {
    width: 18px;
}
/*#endregion  */

/*#region CART SHIPPING + CUSTOM - COURIERS */
#couriers input[type=radio], #couriersAU input[type=radio], #pickup input[type=radio]{
    width: 19px;
    margin-top: 5px;
}
#couriers, #couriersAU, #pickup {
    list-style: none;
    padding: 0;
}
#couriers li, #couriersAU li, #pickup li {
    padding: 3px;
  }
#couriers li div, #couriersAU li div, #pickup li div {
    display: inline-block;
    vertical-align: middle;
  }
#couriers li:nth-of-type(odd) , #couriersAU li:nth-of-type(odd), #pickup li:nth-of-type(odd)   {
    background-color: #F5DDDD;
  }
#couriers li:nth-of-type(even), #couriersAU li:nth-of-type(even), #pickup li:nth-of-type(even)  {
    background-color: #f9f9f9;
}
#couriersAU .ext {
    width: 100%;
    padding-right: 16;
}
#couriersAU div span {
    font-size: 12px;
    /* display: inline-block;
    vertical-align: middle; */
    font-family: inherit;
}

.spp {
    display: inline-block;
} 
.spp h4 {
    font-size: 13.5px;
    font-family: 'Cairo', 'Sans-Serif';
}
.spp .load{
    margin-bottom: -5px;
}
.loader {
    margin-left: 20px;
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #bb2727; 
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
  }
  .loaderSmall {
      margin-left: 0px;
      border: 5px solid #f3f3f3; /* Light grey */
      border-top: 5px solid #bb2727; 
      border-radius: 50%;
      width: 18px;
      height: 18px;
      animation: spin 2s linear infinite;
    }

  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
.cc3{
    display: inline-block; 
    font-family: 'Trebuchet MS';
    font-size: 12px;
    overflow: hidden;
    word-break:break-all;
    white-space: nowrap; 
}

.cc3.left{
    width: 45%;
    margin-right: 3%; 
}
.cc3 input {    
    white-space: nowrap;
}
.cc3.mid{
    width: 40%; 
}
.cc3.right{
    width: 8%;
    margin-left: 2%; 
    text-align: right;
    padding-right: 5px;
}

/*#endregion  */
 
 
/*#region FULL COLUMN - ABOUT US / STORE LOCATION / CONTACT US / SHIPPING RET /SERVICE */
.fullCol {
    display: block;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
    /* border:1px solid grey; */
    margin:0 auto;
    font-family:'Fira Sans', sans-serif;
}
.fullCol .container {
    width: 100%;
    padding: 0;
    margin:0;
}
.fullCol .container .col-sm-4{
    padding: 0;
    padding-right: 35px;
    font-size: 13px;
    /* border:1px solid red; */
}
.fullCol .container ul {
    margin: 0;
    margin-bottom:30px;
    padding: 0;
}

/*#region ABOUT US - SITEMAP */
#sitemap ul {
    font-size: 14px;
    font-weight: normal;
    color: #333333;
}
#sitemap ul a,   #sitemap ul a:visited,   #sitemap ul a:hover {
    font-size: 14px;
    font-weight: normal;
    color: blue;
    /* color: #333333; */
    text-decoration: unset;
}

.servtab1 .left {    
    background: cornsilk;
    padding: 5;
    display: inline-block;
    width: 15%;
    margin-right: 10;
    margin-bottom: 5;
}
/* #endregion */


@media screen and (max-width: 900px)  {   
    .fullCol .container ul { 
        margin-bottom:35px; 
    }
} 

@media screen and (max-width: 550px)  {   
    .fullCol .container ul { 
        margin-bottom:40px; 
    }
    .fullCol{
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px;
        margin-right: 10px;
    }
    #cart2 ul {
        width: 100%;
    } 
    
    #cart2 ul li span.prod{
        width: 45%;
    } 
    #total , #totalS, #totalN, #totalC, #totalP, #totalNt{
        width: 100%;
    }
    .servtab1 .left {     
        width: 95%; 
    }
    .servtab1 .right{
        padding-left: 10;
        margin-bottom: 3;
        display: block;
    }
} 
/* #region CONTACT US */

#contact .line {
    border-top:2px solid #bb2727;
    border-bottom:2px solid #bb2727; 
    padding:20px;
}
#contact .req-text {
    width:100%; 
    text-align: right; 
    color: #bb2727; 
    font-weight: normal;
    margin-bottom:10px;
}

#contact .req {
    color: #bb2727; 
    font-weight: normal;
}
#contact .req::before{
    content: '*';
}
#contact i {
    font-size:20px;
    margin-right:10px;
}
#contact .col {
    display: inline-block;
    padding:0;
}
#contact .col.left{ 
    vertical-align: top;
    padding-top: 8px;
    width: 20%;
} 
#contact .col.right{ 
    width: 75%;
    margin-top: 5px;
    margin-bottom: 5px;
}
#contact .col.right2{ 
    text-align: center;
    vertical-align: top;
    padding-top: 8px;
    width: 5%;
}

@media screen and (max-width: 500px)  {   
    #contact .line {
        padding:0;
    }
    #contact  .col.left{ 
        width: 40%;
        /* font-size: 10px; */
    } 
    #contact .col.right{ 
        width: 55%; 
    }
    #contact .col.right2{ 
        width: 5%;
    }
} 
/* #endregion */

/*#region STORE LOCATION  */
#store .title {
    font-weight: bold;
    font-size: 15px;
    color: #570000;
}
#store ul {
    margin-bottom: 20px;
}
#store ul li {
    margin-left: 15px;
    overflow: hidden;
    list-style: none;
}
.contact .if{
    margin-left: unset;
}
.contact iframe { 
    width: 100%;
}
/* #endregion */ 


/* #endregion */

/* #region CUSTOM BUILD & PREVIEW PAGE */
table#custbuild, table#custbuildacc{
    /* width:60%; */
    table-layout: auto;
    /* border:1px solid green; */
    font-family: 'Trebuchet MS';
}

table#custbuild td, table#custbuildacc td{
    max-width:100%;
    padding:5;
    vertical-align: middle;
    white-space:nowrap;
} 
/*#endregion */


/*#region ORDER PAGE - ORDER PREV  */


#orderprev {
    font-family: 'Trebuchet MS';
}
#orderprev ul {
    padding: 0;
    margin: 0;
    width: 50%;
    list-style: none;
}

#orderprev li { 
    width: 100%; 
    border-radius: 5;
    margin-bottom: 10;
} 
#orderprev hr {
    margin-top: 5px;
    margin-bottom: 5px;
}
#orderprev #tgl { 
    color: #616161;
    font-size: 13px;
    font-weight: bold;
    margin-top: -5px;
}
#orderprev .total div {
    margin-right:20px; 
    width:200px; 
    display:inline-block;
}
#orderprev .total span {
    display: inline-block;
    width:80px; 
    text-align: right;
    font-weight: normal;
    margin-right: 10px;
}

#orderprev span.right{
    width: 100px;
    margin-bottom: 5px;
    display: inline-block;
}
#orderprev #status, #orderprev #paystat {
    margin-left: 40px;
    font-family: 'Cairo';
    color: #bb2727;
    font-size: 13px;
}
#orderprev .cour { 
    /* font-family: 'Cairo';  */
    font-size: 12.5px;
    margin-bottom: 10px;
    display: inline-block;
}

#orderprev .addr { 
    /* font-family: 'Cairo';  */
    font-size: 12.5px;
}
#orderprev .totalbold {
    font-weight: bold;
}
#orderprev .detail{
    float: right;
    font-size: 11px;
    color: #8f8f8f;
    cursor: pointer;
}
#orderprev .det{
    font-size: 13px;
}    

/* #endregion */



@media screen and (min-width: 550px) and (max-width: 899px) { 
    #orderprev ul{
        width: 100%;
    }  
    select.form-control{
        margin-right: 0;
    }  
    
}
@media screen and (min-width: 100px) and (max-width: 549px) {  

    #orderprev ul{
        width: 100%;
    }  
    select.form-control{
        margin-right: 0;
        width: 200px;
    }   
}

/*#region ORDER PAGE */
#invprev .imgpr{ 
    width: 80px;
    height: 80px;  
    margin-right: 10px;
    overflow: hidden; 
    display:inline-flex;
    border: 1px solid #e6e6e6;
    padding: 1;
    align-items:center;
    justify-content:center; 
}
#invprev img{ 
    max-width: 100%;
    max-height: 100%; 
    vertical-align: top;
    /* border: 0.1px solid blue; */
}

#invprev span {
    display: inline-block; 
    vertical-align: top; 
    margin-bottom: 5px;
} 
#invprev {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 12px;
} 
#invprev .tot {
    color: #d15656;
} 

/* #endregion */

ul#sm-u1 , #sm-u1 ul, #sm-u1 ul ul {
    font-weight: normal;
    list-style: none;
    padding-left: 20;
}
ul#sm-br a, ul#sm-u1 a{
  font-weight: normal;
}
  
#sm-u1 ul { 
  padding-left: 40;
}
#sm-u1 ul ul { 
    padding-left: 50;
}
  ul#sm-u1 .cc1,   ul#sm-u1 .cc2{
    margin-right: 15px;
  }

table#custbuild , table#custbuildacc {
    width: 100%;
    font-family: 'Trebuchet MS';

}

table#custbuild td, table#custbuildacc td{
    padding: 5;
}

#notes, .notes {
    color: red;
    font-style: italic;
    font-size: 12px;
    font-family: 'Trebuchet MS';
}
  
 /*#region LATEST UPDATE 01/11/20 RIGHTSLIDER  */
#leftside{
    margin-left: 15px;
    margin-right: 15px; 
    display: inline-block;
    vertical-align: top;
}
#leftside_1 h5{
    
    font-size: 18px;
    height: 49px;
    background-color: #bb2727;
    padding: 12;
    margin: 0;
    color: white;
    font-family: 'Cooper STD';
}
#leftside_1{
    display:inline-block; 
    vertical-align:top; 
    width:250px;
    /* position: sticky;  */
    top: 0; 
    margin-right: 10;
    /* float: right; */
    border:1px solid #bb2727;
    box-shadow: -3px 5px 8px 2px #888888;
}
#leftside_2{
    display: inline-block;
    vertical-align: top;
}
#rightside{
    display:inline-block; 
    vertical-align:top; 
    /* width:20%; */
    position: sticky; 
    top: 0;
    right: 0;
    text-align: right;
    /* float: right; */
}
#rightside::after{ 
    position: absolute;
    right: 0; 
}
#rightSlider {
    right: 0;
}
#rightSlider img  { 
    height: 100%; 
    width: auto;
    max-width: 100%; 
    margin: auto;  
    object-fit: cover;
    object-position: 50% 50%;
  } 

@media screen and (min-width: 1084px) {  
    #rightside{
        display: inline-block;
    }
}
@media screen and (max-width: 1083px) {  
    #rightside{
        display: none;
    }
}

@media screen and (max-width: 1899px) {  
    #leftside_1{
        display: none;
    } 
    #lblCat {
          display: block;
    }
    #leftside_2 {
        width: 100%;
    }
  }
  @media screen and (min-width: 1900px) {   
      #lblCat, #top2 #u1 {
        display: none;
      }
    }
@media screen and (min-width: 100px) and (max-width: 549px) {  
    #leftside{
        margin: 0;
    } 
  }

  /* #endregion */


  