/*********************************************************************************

	Template Name: Boighor Books Library eCommerce Store
	Note: This is custom css. All custom styles (user styles) declare here.

**********************************************************************************/

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}
/*
.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

.row:not(.g-0) > [class^="col"] {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
*/
.row {
    --bs-gutter-x: 30px;
  }

.basvuru-btn {
    border: 1px solid #f55717;
    border-radius: 5px;
    padding: 5px 20px;
    background-color: #f55717;
    color: white !important;
}
ul {
    list-style: none;
}

.imlec {
    position: relative;
}
.imlec:before{

        content: "•";
        position: absolute;
        left: -1em;
        color: #f55717;

}
