.btn-main{
 border-radius: 5px;	
 border-color: #03254e;
 background: #03254e;
 color: #f7f3f5;	
}
.btn-main:hover{
 border-radius: 5px;
 color: #f7f3f5;	
} 
.btn-main2{
 border-radius: 5px;	
 border-color: #f96d10;
 background: #f96d10;
 color: #f7f3f5;	
}  
.btn-main2:hover{
 border: 2px solid #f96d10;		
 border-radius: 5px;	
 background: #f7f3f5;
 color: #f96d10;	
} 
.btn-main3{
 border-radius: 5px;	
 border-color: #03254e;
 background: #03254e;
 color: #f7f3f5;	
}
.btn-main3:hover{
 border-radius: 5px;	
 color: #f7f3f5;	
}   
.btn-checkout{
 border-radius: 5px;	
 border-color: #03254e;
 background: #03254e;
 color: #808080;	
}  
.btn-checkout:hover{
 border-radius: 5px;	
 border-color: #3a90f8;
 background: #3a90f8;
 color: #f7f3f5;	
} 
.top-color{
 background: #fff;
 border-radius: 0px 0px 10px 10px;
 color: #03254E;
 position: sticky;
 top: 0px;
 padding-top: 8px;
 z-index: 100;
}
.profile_notif{
 position: relative;
 display: inline-block;	
}
#notifi{	
 color: red;  
 font-size: 6px;
 position: absolute;
 top: 3px;
}
#notifi_account{	
 color: red;  
 font-size: 6px;
 position: absolute;
 top: 10px;
}
#profile_notifi{	
 color: red;  
 font-size: 10px;
 position: absolute;
 top: 3px;
}
.rating{
 border: none;
 float: left;    
}
.rating > input {display: none;}
.rating > label:before{
 margin: 5px;
 font-size: 15px;
 font-family: FontAwesome;
 display: inline-block;
 content: "\f005";    
}
.rating > .half:before{
    content: "\f089";
    position: absolute;
}
.rating > label{
    color: #ddd;
    float: right;
}
.rating > input:checked ~ label,
.rating:not(:checked) >label:hover,
.rating:not(:checked) >label:hover ~ label{color:#FFD700;}
.rating > input:checked + label:hover,
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,
.rating > input:checked ~ label:hover ~ label{ color: #FFED85;}
.fs1{
 font-size:25px;	
}
.fs2{
 font-size:20px;
}
.fs3{
 font-size:18px;	
}
.fs4{
 font-size:16px;	
}
.fs5{
 font-size:15px;	
}
.fs6{
 font-size:14px;	
}
.fs7{
 font-size:12px;	
}
.fs8{
 font-size:10px;	
}
.t1{
 color:#191919;	
}	
.t2{
 color:#333333;	
}
.t3{
 color:#4d4d4d;	
}	
.t4{
 color:#666666;	
}
.t5{
 color:#808080;	
}
.t6{
 color:#909090;	
}
.t7{
 color:#c9c9c9;	
}
.navbox{
    width: 100%;
    height: 56px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 0px 16px 0px 21px;
    box-sizing: border-box;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 7px 8px, rgba(0, 0, 0, 0.04) 0px 5px 22px, rgba(0, 0, 0, 0.06) 0px 12px 17px;
}
.strike {
 position: absolute;
    top: 25%;
    left: 15px;
    width: 70%;
    height: 2px;
    background: #03245e54;
    transform: rotate(-45deg);
}
.image-wrapper {
  position: relative;
  display: inline-block;
}
.strike_lg{
    position: absolute;
    top: 35%;
    left: 4px;
    width: 80%;
    height: 2px;
    background: #03245e54;
    transform: rotate(-45deg);
}