@charset "utf-8";
/* CSS Document */

.gcartimg {
  content: url("../gaget.php") !important;width:25px !important;height:25px !important;
}
.gcartimg::before {
  content: url("../gaget.php") !important;width:25px !important;height:25px !important;
}
.alert-infog {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}
.alert-successg {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alertg {
    padding: 15px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 4px;min-width: 600px;
}
.alert-infog .alert-linkg {
    color: #245269;
}

.alertg .alert-linkg {
    font-weight: 700;
}

.fbuttong {
    box-shadow: rgb(230, 122, 115) 0px 39px 0px -24px inset;
    background-color: rgb(228, 104, 93);
    border-radius: 4px;
    border: 1px solid rgb(255, 255, 255);
    display: inline-block;
    cursor: pointer;
    color: rgb(255, 255, 255);
    font-family: Arial;
    font-size: 15px;
    
    text-decoration: none;
    text-shadow: rgb(178, 62, 53) 0px 1px 0px;
	padding-left: 15px;
padding-right: 15px;
padding-top: 4px;
padding-bottom: 4px;
}
.alert-warningg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; margin-bottom: 20px;
}
	.alert-warningg .alert-linkg {
    color:  #a94442; font-weight: 700;
}
	
	@media screen and (max-width:1200px){
		.alertg{min-width: 100%}
}

@media screen and (max-width:1000px){
	.alertg{min-width: 100%}
}

@media screen and (max-width:900px){
	.alertg{min-width: 100%}
}

@media screen and (max-width:800px){
.alertg{min-width: 100%}
}

@media screen and (max-width:768px){
	.alertg{min-width: 100%}
}

@media screen and (max-width:600px) {
	.alertg{min-width: 100%}
}

@media screen and (max-width:580px) {
	.alertg{min-width: 100%}
}

@media screen and (max-width:400px) {
	.alertg{min-width: 100%}
}