body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%;
  padding: 4px;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
#common-home {
	margin-top: -3px;
}
.bannerHome {
	margin-top: 15px;
    margin-bottom: 14px;
    padding-left: 6px !important;
    padding-right: 6px !important;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
footer h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #23a1d1;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
.yuzdeyuz {
	width:100%!important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.list-unstyleds li {
  list-style: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 7;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 15px;
}
@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
}
#top .btn-link {
  color: #888;
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
   display:flex;
}

.mobile {
    background-color: rgba(30, 46, 78, 1);
    width: 100%;
    position: fixed;
    z-index: 22;
    top: 0px;
    padding: 10px;
    height: 60px;
    align-content: center;
	display:flex;
	left:0px;
}
.pc {
    background-color: rgba(30, 46, 78, 1);
    width: 100%;
    position: relative;
    z-index: 22;
    padding: 10px;
    height: 60px;
    margin-top: -68px;
}
.header-bg-pc{
	height: 60px;
    width: 100%;
    background-color: #1f2e4d;
    position: absolute;
    left: 0px;
    top: 0px;
}

.header-category{
	margin-top:-67px;
}

#logo img {
    max-width: 83px;
	max-height:32px;
   
}
#logo i {
	font-size: 22px;
    color: white;
    align-content: center;
	opacity:0.8;
}
#logo a {
	font-size: 20px;
    display: block;
    margin-top: 8px;
    margin-left: 12px;
    color: white;
}
/* search */
#search {
  margin-bottom: 10px;
 
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#header-cart {
  margin-bottom: 10px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart .dropdown-menu {
  background: #eee;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
}
.header-cart img {
	width:44px;
}
.header-right {
	float: right;
    margin-top: 10px;
    gap: 14px;
    display: flex;
    right: 19px;
    position: absolute;
}
@media (max-width: 768px) {
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
  .header-bg-pc {
	  display:none;
  }
}
/* menu */

#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .header-dropdown-inner ul {
	display:block;
}	
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) { /* bilgisayar */
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  .secret_adet , #HomeCategoryHeader , .display-compare , .table-checkout , .totals {display:none;} 
  .homePageProductStyle {margin-top:16px;}
  .category-item{width: calc(11% - 0px)!important;}
  #carousel-banner-0 {width:70%;}
  #carousel-banner-0 .img-fluid {width:100%;}
  .table > :not(caption) > * > * {border:0px;}
  .table-bordered > :not(caption) > *{border-width:0px;}
  .pc-header-cart .table > tbody {border:1px solid #9E9E9E;}
  .carousel-indicators {bottom:4px;}
  .home_master_slider {padding:0px;}
  .pc-home-slider-neon {box-shadow: 0px 0px 12px 0px #2196f3a1;margin-left: 1px;margin-right: 3px;}
  .product-thumb .button-group button {margin-left: 5px; margin-bottom: 5px;margin-right: 5px;}
  .product-thumb .description {min-height:211px;}
  #product-list .tekli-kolon {flex: 1 0 22% !important;}
  .img-thumbnail {width: 100%;}
  #HomeCategoryHeaderRow {margin-top:12px;}
  #HomeCategoryHeaderRow h4 {font-size:23px;}
  #product-list {background-color:white!important;}
  .product-thump-style-bordered-pc {padding: 14px 6px 1px 20px;border-radius: 9px;margin-bottom: 26px;background-color: #8bc34a4d;}
  .product-thump-style-bordered-pc .product-thumb{background-color:white;}
  .icecekler-content {margin-top:-9px;}
  
   /* pc Header Section Styles */
    .pc-header-cart .text-end { color: yellow; }
    .pc-header-cart small { color: white; }
    .pc-header-cart a { display: contents !important; }

    .header-top {
        background: rgba(19, 32, 58, 1);
        color: white;
        padding: 6px 17px;
    }

    .header-top ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: flex-start;
    }

    .header-top ul li {
        margin-right: 20px;
    }

    .header-top ul li a {
        color: white;
        text-decoration: none;
    }

    .header-top ul li a:hover {
        text-decoration: underline;
    }

    .header-bottom-row {
        margin-bottom: 13px;
    }

    .header-cart button, #header-cart .btn-lg {
        background: none;
    }

    .dropdown-menu.show {
        background-color: #3F51B5 !important;
        color: white;
    }

    .header-bottom {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 5px 50px;
        background: rgba(19, 32, 58, 1);
    }

    .logo img {
        max-height: 50px;
    }

  
    .search-bar {
        flex: 2;
        display: flex;
        justify-content: center;
    }

    .search-bar input {
        width: 80%;
        padding: 8px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

  
    .account-cart {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .account-cart > div {
        margin-left: 28px;
    }

   
    .account-cart a {
        display: flex;
        align-items: center;
        text-decoration: none;
        color: #ffffffbf;
    }

    .account-cart a:hover {
        color: #03A9F4 !important;
    }

  
    .account-cart i {
        font-size: 24px;
        margin-right: 10px;
    }

    .account-cart p {
        margin: 0;
        font-size: 15px;
        margin-bottom: 7px;
    }

    .account-cart .subtitle {
        position: absolute;
        margin-left: 34px;
        margin-top: 29px;
        font-size: 10px;
    }

    /* Hover efekti */
    .account-cart a:hover {
        color: #007bff; 
    }

    #header_sol {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .header-lang, .dropdown-item {
        color: white;
    }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #607D8B;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #587c8d;
   font-weight: 700;
  }
}
.menu-row {
	margin-top:62px;
	background-image:none!important;
	border:0px!important;
	background-color:unset!important;
}

#menu .navbar-nav > li > a {
   color: #ffffffd9;
    text-shadow: none;
    padding: 4px;
    min-height: 15px;
    background-color: transparent;
    padding-left: 11px;
    text-align: center;
    padding-right: 12px;
}
.text-right{
	text-align:right;
}
.right {
	float: right;
    margin-top: 4px;
    margin-right: 4px;
    opacity: 0.8;
}
.narbar-menu {
	margin-left:-8px
}
/* content */
#content {
  min-height: 458px;
}

#contentSpecial {
  min-height: 458px;
  padding:6px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {
	font-family: "Open Sans", sans-serif;
    font-size: 19px;
    font-weight: bold;
    color: #fdfdfdc4;
    margin-top: 10px;
    margin-bottom: 10px;
	margin-left:14px;
    text-transform: uppercase;
}
.list-unstyled li a {
	color: #ffffff82;
    padding: 8px;
}
.list-unstyled li {
	
    padding: 8px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
	flex: 33%;
    font-family: ui-serif;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: rgba(80, 173, 85, 1);
    color: white;
    line-height: 38px;
    text-align: center;
    text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 300;
  font-family: sans-serif;
  font-size: 15px;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
.form-group-service {
	margin-bottom:12px;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* Container to hold categories */
.category-container { 
    display: flex;
    flex-wrap: nowrap;  /* Prevents wrapping to new lines */
    overflow-x: auto;   /* Enables horizontal scrolling */
    gap: 6px;          /* Adds space between categories */
}

/* Each category item */
.category-item {
    text-align: center;
    flex: 0 0 auto;      /* Prevents item from shrinking and ensures consistent width */
   
    margin-bottom: 20px;
}

/* Image wrapper for circular effect */
.category-image-wrapper {
    width: 69px;        /* Set the width of the image container */
    height: 69px;       /* Set the height of the image container */
    overflow: hidden;    /* Ensures that the image will be clipped into the circle */
    border-radius: 50%;  /* Makes the image circular */
    margin: 0 auto;      /* Centers the image */
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Actual image styling */
.category-image {
    width: 100%;         /* Makes the image take up the full container */
    height: 100%;
    object-fit: cover;   /* Ensures the image covers the entire container */
}

/* Styling for the category name */
.category-name {
    font-size: 10px;
    color: #333;    /* You can adjust the text color */
}


/* Masaüstü çözünürlük için stil */
@media (min-width: 1024px) {
  
  .col { flex: 1 0 20%!important; }
  .bottom-menu {display:none!important;}
}

/* Ensure at least 4 categories are visible side by side on larger screens */
@media (min-width: 768px) {
    .category-item {
       width: calc(100% - 219px); /* 4 categories, subtract gap between items */
    }
}

/* Ensure at least 3 categories on medium screens */
@media (max-width: 767px) and (min-width: 480px) {
    .category-item {
        width: calc(33.33% - 20px); /* 3 categories per row */
    }
}

@media (max-width: 479px) {
    .carousel-indicators , .display-compare {display:none;}
	#alert .alert { min-width: 100%; top: 48px;}
	.checkout_register_btn {width:100%;}
	#checkout-register {margin-left: 9px;margin-right: 8px;background-color: rgba(240, 242, 245, 1);padding: 10px;margin-bottom: 14px;}
	.register_swicth {margin-top:-40px;}
	#search , .breadcrumb , .table-checkout {display:none;}
	#search .btn-lg { font-size: 15px; line-height: 18px;padding: 0px; text-shadow: 0 1px 0 #FFF; width: 43px; margin-right:19px;}
	#search { background-color: #3F51B5; padding: 7px; width: 100%;position: fixed; z-index: 22;left: 0px;top: 60px; }
	#search .form-control-lg { margin-left: 12px; margin-right: 2px;}
	#header-cart {top: -78px;position: relative;}
	.col { flex: 1 0 51%;}
	.category-container {margin-left:13px;}
	.price {color: #676767c4; font-weight: 100;font-family: system-ui;letter-spacing: 1px; margin-top: -7px;}
	.product-thumb .button-group {display: flex; border-top: 1px solid #ddd;padding: 5px;background:none;}
	.product-thumb .description {padding: 10px;margin-top: -14px;}
	.mb-3 {padding: 4px;}
	#carousel-banner-0 .carousel-indicators { bottom:-3px;}
	.product-thumb {margin-bottom:-13px;}
	.button-group {margin-top:auto;}
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
	  --bs-gutter-x: 0px!important;
	  --bs-gutter-y: 0px!important;
	  width: 100%;
	  padding-right: 0;
	  padding-left: 0;
	  margin-right: auto;
	  margin-left: auto;}
	  body{padding:0px;}
	  .carousel .carousel-control-next ,.carousel .carousel-control-prev {display:none;}
	  .row { --bs-gutter-x: 0px;}
	  header{margin-top:-65px;}
	  #top{ margin: -6px 0 39px 0;}
	  footer {
		margin-top: 30px;
		background-color: #303030;
		border-top: 1px solid #ddd;
		color: #e2e2e2;
		position: absolute;
		left: 0px;
		right:0px;
		padding: 10px 13px 18px 9px;
	}
	.carousel {
		border:0px;
		margin-bottom:12px;
	}
	.tekli-kolon { flex: 1 0 51%;}
	.ikili-kolon { flex: 1 0 52%;}
	#menu .navbar-nav > li > a {color: #4f4949;text-align: left;}
	
}

/* Hamburger Menü */



.menu-toggle {
  position: fixed;
  top: 20px;
  width: 30px;
  height: 25px;
  cursor: pointer;
  z-index: 10;
}

.menu-toggle .bar {
  width: 100%;
  height: 5px;
  background-color: #333;
  margin: 5px 0;
  transition: 0.3s;
}

.menu-toggle.left {
  left: 20px;
}

.menu-toggle.right {
  right: 20px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
  z-index: 5;
}

.menu {
  position: fixed;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 9;
  transition: transform 0.3s ease-in-out;
  overflow: scroll;
}

.menu.left {
  width: 250px; /* Sol menü 250px */
  left: -250px;
}

.menu.right {
  width: 296px; /* Sağ menü 300px */
  right: -300px; /* Sağ menü 300px'lik mesafede başlayacak */
}

.close-btn {
  position: absolute;
  font-size: 30px;
  color: white;
  cursor: pointer;
  transition: color 0.3s ease;
  background-color: #1f2e4d;
  width: 100%;
  text-align: right;
  height: 60px;
  align-content: center;
  padding-right: 12px;
  border-right: 1px solid #3d5382c2;
  border-left: 1px solid #3d5382c2;
}

.close-btn:hover {
  color: #f4f4f4;
}
.center {
	text-align:center;
}

.menu.open {
  transform: translateX(250px); /* Sol menü açıldığında 250px kayacak */
  z-index: 123;
}

.menu.right.open {
  transform: translateX(-300px); /* Sağ menü açıldığında -300px kayacak */
  opacity: 1;
}

.overlay.show {
  opacity: 1;
  pointer-events: all;
}
/* vue Menü */
#app {
	
}
.cart-remove {
	background: no-repeat;
    border: 0px;
    color: #db1d1d;
}
.td-name {
	color: #2196F3!important;
}
.td-qty , .td-total {
	color:#6f6464!important;
}

.SepetApp {
	margin-top:68px;
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.td-total-title {
  font-weight: bold;
}

.td-total-text {
  font-size: 1.2em;
  color: #000;
}

.cart-buttons {
	
    background-color: aliceblue;
}

.btn-cart,
.btn-checkout {
  display: inline-block;
  padding: 10px 20px;
  background-color: #1f2e4d;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}

.btn-cart:hover, .btn-checkout:hover {
  background-color: #3d5382;
}
.cart-totals {
	position: absolute;
    bottom: 0;
    width: 100%;
}

.header-total-bottom {
	background-color:rgba(238, 238, 238, 1);
	margin-bottom: 0rem;
    font-size: 12px;
    font-family: sans-serif;
    opacity: 0.5;
    font-weight: 600;
}
.td-total-text {
    width: 25%;
    white-space: nowrap;
}
.td-total-title {
	text-align:right;
}
.header-cart-button {
	width: 91%;
    margin-left: 14px;
    margin-right: 73px;
    margin-bottom: 14px;
    margin-top: 12px;
}
.header-total-bottom{
	margin-bottom: 0rem;
}

.alert {
  position: relative;
  padding: 10px;
  display: flex;
  flex-direction: column; /* Flex düzenini dikey olarak ayarlıyoruz */
  align-items: flex-start;
  justify-content: center;
}

.alert-content {
  display: flex;
  align-items: center; /* Fotoğrafı ve yazıyı yatayda ortalamak için */
  margin-bottom: 10px; /* Yazı ile buton arasında boşluk */
}

.alert-image {
  width: 50px;
  height: 50px;
  margin-right: 10px; /* Fotoğraf ile yazı arasında boşluk */
  vertical-align: middle;
}

.alert-message {
  flex-grow: 1; /* Yazı kısmının esnemesini sağlar */
}

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.btn-primary {
  margin-top: 10px; /* Sepete git butonunun, yazının altına yerleşmesini sağlar */
}
.secret_adet {
	position: fixed;
    top: 5px;
    right: 8px;
    background-color: red;
    z-index: 22;
    border-radius: 80%;
    width: 18px;
    text-align: center;
    font-size: 10px;
    color: white;
	opacity:0.9;
}

.category-container::-webkit-scrollbar {
    display: none; /* Webkit tabanlı tarayıcılarda kaydırma çubuğunu gizler (Chrome, Safari) */
}

.link-product a {
	text-decoration: none;
    color: #3f51b5e8;
    font-weight: 100;
    font-family: sans-serif;
}
.bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    background-color: #1f2e4d;
    height: 54px;
    align-items: center;
    color: #fff;
    padding: 3px 15px 0px 0px;
}

.footer-item {
	display: block;
    width: 20%;
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    padding-top: 8px;
}

.footer-item:hover {
  transform: translateY(-5px); /* Hover efektinde yukarı kayma */
}

.footer-item i {
  font-size: 17px;
  margin-bottom: 5px;
  opacity:0.8;
  color: #ffffffd6;
}

.footer-item p {
	font-size: 0.7rem;
	margin-top:-4px;
	color: #ffffffe8;
}
.footer-center-item {
	background-color:white;
}
.footer-center-item i ,.footer-center-item p {
	color:#122dc3;
}
.footer-center-item i {
	font-size:28px;
	margin-top:-4px;
}

/* Arama sonuçları için stil */

#search-results {
    position: absolute;
    background-color: white;
    width: 100%;
    margin-top: 47px;
    left: 1px;
    padding: 2px;
    border: 1px solid #6f6c6c96;
    padding-left: 17px;
	padding-top:10px;
	box-shadow: 0 8px 6px rgba(0, 0, 0, 0.1);
}

.search-result-item {
    display: flex; 
    align-items: center; 
    margin-bottom: 10px;
}

.search-result-item img {
    max-width: 50px;
    margin-right: 10px;
}

.search-result-item .product-info {
    display: flex;
    flex-direction: column;
	float:right;
}

.search-result-item .product-info .name {
    font-size: 17px;
    font-weight: bold;
    color: #474141e0;
    font-family: ui-sans-serif;
}

.search-result-item .product-info .price {
    font-size: 12px;
    color: #666c6f;
    font-family: sans-serif;
    margin-top: 0px; 
}

.search-result-item a {
	display: flex;
    text-decoration: none;
    width: 100%;
	border-bottom: 1px solid #9e9e9e91;
    margin-right: 9px;
}  


/* Modal stili */
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Arka plan karartma */
  z-index: 1000;
  display:none;
}

.modal.visible {
  display: block;
  justify-items: center;
  align-content: center;
}

/* Modal içerik stili */
.modal-content {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  max-width: 90%;
  max-height: 90%;
  overflow: auto;
 
}

/* Kapatma butonu */
.close {
	position: inherit;
    top: -4px;
    font-size: 30px;
    cursor: pointer;
    width: 100%;
    text-align: right;
}
.loading-spinner { justify-items: center;}
.category-grid-row {
	width: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.row-style-product {
	font-size:23px;
}
.product-filter-categories {
	float: right;
    right: 0px;
    position: absolute;
}
#input-sort {
	padding: 0px 0px 0px 6px;
    margin: 0px -17px 0px -5px;
}
.row-margin {
	margin-bottom: 1px !important;
    padding: 11px;
}
.product-filter-categories {
	display: flex;
    gap: 12px;
    right: 25px;
}
.product-filter-categories i {
	font-size:22px;
	margin-top:2px;
}

/* Kategori Sab Kategori style */
.sub-category-slider ul {
    display: flex;
    overflow-x: scroll;  /* Yatay kaydırmayı aktif hale getir */
    padding: 0;
    margin: 0;
    list-style: none;
    padding-bottom: 14px;
}

/* Kaydırma çubuğunu gizle */
.sub-category-slider ul::-webkit-scrollbar {
    display: none;  /* Kaydırma çubuğunu gizler */
}

.sub-category-slider ul li {
    flex: 0 0 40%;
    box-sizing: border-box;
}

.sub-category-slider ul li a {
    display: block;
    padding: 3px;
    text-align: center;
    border: 1px solid #ccc;
    text-decoration: none;
    color: #000;
    margin-left: 11px;
}

.sub-category-slider ul li a:hover {
  background-color: #ddd;
}

/* Ana Sayfa Slider Altı Masa Adres Seçim Style */
.falan {
	background-color: #3F51B5;
    color: white;
    height: 34px;
    align-content: center;
    padding-left: 9px;
    width: 46%;
    font-size: 12px;
    border-radius: 11px 0px 0px 11px;
}
.filan {
	border: 1px solid #9E9E9E;
    padding: 4px;
    width: 62%;
    float: right;
    background-color: white;
    margin-top: -34px;
    height: 34px;
    border-radius: 0px 11px 10px 0px;
    margin-right: -21px;
	align-content: center;
	text-align: center;
}
.dil_sec {
	position: absolute;
    right: 13px;
    margin-top: 5px;
}

.list-inline img {
	width:28px;
}
.adresSecContainer {
	margin-top: -13px;
    margin-bottom: 10px;
    border-bottom: 1px solid #9e9e9e6b;
    padding-bottom: 9px;
    padding-top: 12px;
    padding-left: 16px;
}

/* Footer slider Adres Masa Seç Style */
.slide-up {
    position: fixed;
    bottom: -390px; 
    left: 0;
    right: 0;
    background-color: white;
    transition: transform 1s ease-in-out; 
    transform: translateY(100%); 
    z-index: 222;
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.7); 
    text-align: center;
    padding: 13px;
    border-radius: 24px 24px 0px 0px;
    margin-bottom: 46px;
}
.slide-up.show {
    transform: translateY(0); 
	bottom:-50px;
}
.slide-up-header {
    font-size: 1.5rem;
    font-weight: bold;
}
.slide-up-content {
    font-size: 1rem;
    margin-bottom: 20px;
}
.container_adres {
   display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    border: 1px solid #4CAF50;
    border-radius: 6px;
    padding: 8px;
}
.left_adres {
    font-size: 24px;
    background-color: #1a831f;
    align-content: center;
    width: 76px;
    color: white;
    border-radius: 12px;
    margin-right: 17px;
}

.right_adres {
    width: 80%;
    text-align: right;
}

.text-right-slider-up {
    text-align: right;
	display:flex;
}

.git {
    font-size: 16px;
    float: right;
    margin-top: -48px;
}
button {
    margin-top:3px;
}

    .widescreenproduct-list {
      display: flex;
      flex-wrap: wrap; /* Ürünleri birden fazla satıra yerleştirir */
      gap: 10px;
      justify-content: space-between;
    }
	
	#product-list {
		background-color: #0606060d;
		padding-top: 10px;
		padding-bottom: 13px;
	}

    .widescreenproduct {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    max-width: 600px;
    background-color: #fff;
    border-radius: 8px;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); */
    padding-left: 6px;
    transition: transform 0.3s ease-in-out;
    border: 1px solid #9e9e9e52;
    }

    .widescreenproduct-image {
      width: 200px;
      height: auto;
      object-fit: cover; /* Resmin kesilmesini engeller */
      border-radius: 8px;
    }
	
	.widescreenproduct-image img {
         }

    .widescreenproduct-details {
      max-width: 60%;
      margin-left: 8px;
    }
	.widescreenproduct-details h4 {
		    position: inherit;
			top: 25px;
			font-size: 13px;
			font-weight: 700;
	}
	.widescreenproduct-description {
		margin-top: 21px !important;
	}
	.widescreenproduct-description p {
		line-height: 1.2;
		top: 5px;
		position: relative;
		font-size: 11px;
	}

    .widescreenproduct-name {
      font-size: 12px;
      font-weight: bold;
      margin: 0;
      color: #333;
    }

    .widescreenproduct-description {
      font-size: 16px;
      color: #666;
      margin-top: 10px;
    }

    /* Mobil uyumlu stil */
    @media (max-width: 768px) {
      .widescreenproduct-list {
        justify-content: center; /* Ürünleri ortala */
		margin-bottom: -18px;
		
      }
      .widescreenproduct {
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        flex-direction: row;
        align-items: center;
      }

      .widescreenproduct-image {
        width: 95px;
        max-width: 295px;
        margin-left: -3px;
        padding: 2px;
      }

      .widescreenproduct-details {
		width: 100%;
        text-align: left;
        position: relative;
        margin-top: -15px;
      }
	  .btn-groups button {
		border: 1px solid #9e9e9e38;
        border-radius: 7px;
        color: #5d5757f5;
        background-color: white;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        font-size: 12px;
	  }
	  .btn-groups .fa-plus-circle { color: #3f51b5cc; }
	  .btn-groups .fa-heart { color: #ff000099; }
	  .btn-groups {
		display: flex;
        flex-direction: column-reverse;
        gap: 12px;
        right: -4px;
        position: relative;
        top: -2px;
	  }
	  .
    }

 /* Ürün Sayfası Style */
.fixed_product_page_cart {
	position: fixed;
    bottom: 0px;
    z-index: 3;
    background-color: #ebe9e9;
    width: 100%;
    padding-right: 13px;
    padding-left: 10px;
    padding-top: 9px;
    padding-bottom: 11px;
    margin-left: -4px;
    border-top: 1px solid #607D8B;
}
.hidden_quantity_cart_button , #wislist_grup_button {
	display: table-column;
}
#trigger-button {
	width: 94%;
    margin-left: 10px;
    margin-right: 9px;
	text-transform: uppercase;
}
.button_set input {
	justify-items: center;
}

 @media (min-width: 1024px) {
.fixed_product_page_cart {
		position: initial;
		background-color: #ebe9e9;
		padding-right: 13px;
		padding-left: 10px;
		padding-top: 9px;
		padding-bottom: 11px;
		margin-left: -4px;
		border-top: 1px solid #607D8B;
		border-radius: 6px;
		}
}
#product {
	margin-top:-40px;
}
.options_border {
	background-color: #00bcd40a;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #00bcd44f;
    margin-left: 6px;
    margin-right: 7px;
}


 /* Ürün Sayfası İÇECEKLER Style */
.mobile_icecekler_row {
	    background-color: #8bc34a4d;
		padding: 12px 0px 24px 20px;
}
.icecekler-btn-group button {
	border: 1px solid #9E9E9E;
    background-color: #ffffff;
    border-radius: 50%;
    color: black;
    margin-right: 8px;
    margin-top: -2px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
    width: 32px;
    height: 32px;
}
.icecekler-price {
	margin-bottom: 9px;
    margin-left: 3px;
}
.icecekler-btn-group {
  display: flex;
  justify-content: space-between; 
  align-items: center;  
  width: 100%; 
}

.icecekler-fluid {
	   border-radius: 16px 16px 0px 0px;
}
.icecekler h4 {
	font-weight: 600;
    font-size: 12px;
}
.icecekler .price-new {
	font-weight: 600;
    font-family: system-ui;
    font-size: 13px;
    color: #FF9800;
	margin-left: 7px;
}
.product-container {
  display: flex;
  overflow-x: auto;      /* Yatay kaydırma çubuğunu etkinleştirir */
  overflow-y: hidden;    /* Dikey kaydırma çubuğunu gizler */
  gap: 15px;
  padding: 10px 0;
  overscroll-behavior: auto;  /* Kaydırma çubuğunun uç noktalarda taşmasını engeller */
  -webkit-overflow-scrolling: touch;  /* iOS için kaydırma iyileştirmeleri */
}
.icecekler {
	min-width: 145px;
    gap: 4px;
    margin-bottom: 0px;
    border-radius: 18px 18px 18px 18px;
    margin-right: 12px;
}
.icecekler .image {
	margin-bottom: 9px !important;
}
.icecekler-content {
	background-color:white;
	border-radius: 0px 0px 10px 9px;
}
.icecekler a {
	color:#000000b5;
}

.product-container {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox */
}
#product-info {
	margin-bottom: 60px;
}
 /* Ana Sayfa Banner Banner Sayfası Style */

.banner-item {
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	box-shadow: 1px 6px 5px rgba(0, 0, 0, 0.5);
}

.banner-item img {
	max-width: 100%;
	height: auto;
}

.banner-title {
	position: absolute;
	bottom: 7px;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 8px 0px 1px 0px;
	text-align: center;
}
.banner-title h3 {
color: white;
font-size: 11px;
}
.checkoutForm {
	background: rgba(240, 242, 245, 1);
    padding: 10px 5px 12px 5px;
    border: 1px solid #9e9e9e45 ;
	margin-left: 8px;
    margin-right: 8px;
	margin-bottom: 14px;
}
.checkoutForm p {
	margin-left: 3px;
    font-size: 16px;
    font-weight: 700;
    color: #000000c2;
    text-transform: uppercase;
    font-family: system-ui;
	
}
.checkout_aciklama {
    padding: 15px;
}

#minicart {
  font-family: Arial, sans-serif;
  border-radius: 8px;
  max-width: 100%;
  margin: 0 auto;
}

/* Ürünlerin Listeleme Alanı */
.mini-cart {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.product-info {
  margin-bottom: 10px;
}

.product-name {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
}

.text-danger {
  color: red;
  font-size: 14px;
  margin-left: 5px;
}

.product-info small {
  display: block;
  color: #777;
  font-size: 14px;
}

.cart-item-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.product-image a {
  display: inline-block;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.product-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quantity-control {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quantity-input {
  width: 60px;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.btn-primary, .btn-danger {
  padding: 5px 10px;
  font-size: 14px;
  cursor: pointer;
  border-radius: 4px;
}

.btn-primary {
  background-color: #007bff;
  color: #fff;
  border: none;
}

.btn-danger {
  background-color: #dc3545;
  color: #fff;
  border: none;
}

.product-price,
.product-total {
  font-size: 11px;
  color: #333;
}

/* Kuponların Listeleme Alanı */
.cart-item {
  display: flex;
  justify-content: space-between;
  background-color: #f4f4f4;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
}

.cart-item-top span {
  font-size: 14px;
  color: #333;
}

.cart-item-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item-bottom button {
  font-size: 14px;
  padding: 5px 10px;
}


/* Toplamların Listeleme Alanı */
.total-item {
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.total-item span {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}
.genel-toplam { text-align:right; }
.masa_form {margin-bottom: -7px !important;} 
.masa_form .checkoutForm { background-color:#8bc34a87;}

.props_enable {pointer-events: none; opacity: 0.5}
.props_disable {pointer-events: auto; opacity: 1}
.atention {
	padding: 10px;
    border: 1px solid #ff000029;
    margin-left: 8px;
    margin-right: 8px;
    background-color: #ff00001c;
}
.fix-color  {
    background-color: #142039!important;
	color:#ffffffdb;
	font-size:16px;
	padding:12px!important; 
}

/* RANADOM PRODUCT */
.random-product-products {
}
.random-product-column {
	height: 31.8rem;
    overflow-x: hidden;
    width: 29.6%;
    overflow-y: auto;
}
.random-product-products-price {
	color: #8BC34A;
    font-size: 18px;
    float: right;
    margin-right: 13px;
    font-weight: 600;
}
.random-product-products-description {
	color: #4136369c;
}

.random-product-column::-webkit-scrollbar {
    width: 12px; 
    height: 12px;
}

.random-product-column::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}

.random-product-column::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
    border: 3px solid #f1f1f1;
}

.random-product-column::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.random-product-product-list {
    display: flex;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
}

.random-product-product-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.random-product-product-item img {
    max-width:100px;
    height: auto;
	border-radius:12px;
}
.random-product-product-name {
    flex-grow: 1; 
}

.random-product-product-name h4 {
    margin: 0;
    font-size: 18px;
}

.random-product-add-to-cart button {
    padding: 10px 20px;
}
.sectiklerimiz {
	position: sticky;
    top: 4px;
    width: 107%;
    margin-left: -12px;
}
.pc-search {
	width: 42px;
    margin-top: -2px;
    margin-bottom: 0px;
    margin-left: 5px;
    border-radius: 0px 10px 10px 0px;
    background-color: #8BC34A;
    color: white;
	font-size: 21px;
}
.tick {
	color: green;
    background: white;
    border-radius: 50%;
    padding: 6px;
    border: 1px solid #4caf50bd;
}
