.icon-gear {width:25px;color:#fff000;}
div.custome-checkbox label.form-check-label span {
    font-size:14px;    
    color: #303541;
    display: inline-block;
    padding-top: 4px;
}
.custome-checkbox .form-check-label::before {   
    border: 2px solid #a19b9b;
    border-radius: 1px;    
}

.product-cart-wrap .product-content-wrap h2 a {
    font-size: 14px;
}
div.description > ul {
margin-block-end: 15px;
margin-block-start: 15px;
margin-inline-end: 0px;
margin-inline-start: 0px;
padding-inline-start: 40px;
list-style: disc;
}

.section-services > *  {
color: #212121;
    font-family: Spartan, sans-serif;
}

.section-services > * ul {
margin-block-end: 15px;
margin-block-start: 15px;
margin-inline-end: 0px;
margin-inline-start: 0px;
padding-inline-start: 40px;
list-style: disc;
font-size:16px;
}

.section-services > * ul li {
    line-height: 35px;
}

.section-services > * p {
	font-size:16px;
	color: #212121;
}
.section-services > * h4 {
	margin-top:15px;
	margin-bottom:15px;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    font-weight: 700;
    padding:5px 20px;
}
.qty-val {margin-right: 18px;}
h5.product-name { text-align: left; }

input.qty-val { border:0px; height: 15px; padding: 0px; }

.cart_total_label {text-align: left; font-weight: 700;}

.noaselect {
  border: 1px solid #e2e9e1;
  border-radius: 4px;
  height: 45px;
  line-height: 45px;
  padding-left: 20px;
  font-size: 13px;
  color: #1a1a1a;
}
.noaselect option {
    padding: 10px;
    font-size: 14px;
}

.form-check-input:checked {
    background-color: #FFC107;
    border-color: #FF9800;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.form-check .form-check-input {
    float: left;
    margin-left: -2em;
}
.accountselect {
    border-radius: 0;
    border: 1px solid #e2e9e1;
    height: 45px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding-left: 20px;
    font-size: 13px;
    color: #1a1a1a;
    width: 100%;
    
}
table.siparistable tbody tr th {
    font-weight: 700;
}

.custome-checkbox .form-check {
  padding-left: 0;  
}