body {
  font-family: "Gilroy";
  font-weight: normal;
  font-style: normal;
  font-weight: 500;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  /* background: #ededed;
    background: #efefef; */
  background-color: #f2f4f5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #119600;
}

/* default font size */

.fa {
  font-size: 14px;
}

/* Override the bootstrap defaults */

h1 {
  font-size: 33px;
}

h2 {
  font-size: 27px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 15px;
}

h5 {
  font-size: 12px;
}

h6 {
  font-size: 10.2px;
}

a {
  color: #19222e;
}

a:hover {
  text-decoration: none;
}

legend {
  font-size: 18px;
  padding: 7px 0px;
}

label {
  font-size: 14px;
  font-weight: normal;
}

#simplecheckout_payment > div.simplecheckout-block-content svg:hover {
  color: #119600;
  fill: #119600;
}

#simplecheckout_shipping > div.simplecheckout-block-content .radio,
#simplecheckout_payment > div.simplecheckout-block-content .radio,
#simplecheckout_shipping > div.simplecheckout-block-content > p {
  background: #eee;
  padding: 5px;
  width: 100% !important;
  border-bottom: 1px solid #888;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}

#simplecheckout_shipping > div.simplecheckout-block-content .radio:hover,
#simplecheckout_payment > div.simplecheckout-block-content .radio:hover {
  background: #fff;
}

.simplecheckout-block-content {
  background: #fff !important;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
  font-size: 14px;
  font-weight: 500;
}

.simple-content .checkout-heading {
  font-weight: 400 !important;
  color: #000 !important;
}

.text-danger {
  color: #d52522;
  font-weight: 500;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
  font-size: 14px;
  font-weight: 500;
}

.form-control {
  color: #000 !important;
  height: 32px;
}

.input-group .input-group-addon {
  font-size: 14px;
  height: 30px;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  padding: 0 !important;
  text-align: right;
}

/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}

.nav-tabs {
  margin-bottom: 15px;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #26af2d;
  background-repeat: repeat-x;
}

/* top */

#top {
  /* background-color: #ffffff; */
  /* border-bottom: 1px solid #e2e2e2; */
  padding: 4px 0px 3px 0;
  margin: 0 0 5px 0;
  min-height: 40px;
}

#top .container {
  padding: 0 20px;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
  text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
  text-shadow: none;
  color: #ffffff;
  background-color: #26af2d;
  background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
  color: #888;
  text-shadow: 0 1px 0 #fff;
  text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
  color: #444;
}

#top-links .dropdown-menu a {
  text-shadow: none;
}

#top-links .dropdown-menu a:hover {
  color: #fff;
}

#top .btn-link strong {
  font-size: 14px;
  line-height: 14px;
}

#top-links {
  padding-top: 6px;
}

#top-links a + a {
  margin-left: 15px;
}

address {
  font-weight: 500;
}

#simplecheckout_shipping p {
  overflow: hidden;
}

/* logo */

#logo {
  /* margin: -10px 0 0 0!important; */
}

/* search */

#search {
  margin-bottom: 10px;
  margin-top: 10px;
}

#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 0 !important;
  border: none;
  border-top-left-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

#search input {
  font-size: 15px;
  font-weight: 500;
  color: #000000 !important;
}

/*#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}*/

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  border: none !important;
  text-shadow: none !important;
  background: #222222;
  border-top-right-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
  border: none !important;
  color: #ebebeb;
}

.table tbody > tr > td {
  border: 0 !important;
  font-weight: 500;
}

/* cart */

#cart {
  margin-bottom: 10px;
  margin-top: 5px;
}

#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}

#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}

#cart.open > .btn:hover {
  color: #444;
}

#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}

#cart .dropdown-menu {
  min-width: 100%;
  overflow-y: auto;
  max-height: 800px;
  scrollbar-width: thin;
  overflow-x: hidden;
}

@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}

#cart .dropdown-menu table {
  margin-bottom: 10px;
}

#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}

@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
  .nomargin478 {
    margin: 0px !important;
  }
}

#cart .dropdown-menu li p {
  margin: 20px 0;
}

/* menu 
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}*/

#menu {
  background: #00961e;
  background: #119600;
  min-height: 40px;
  border-radius: 0px !important;
  border: none !important;
}

#menu .nav > li > a {
  color: #fff;
  text-shadow: none;
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background: transparent;
  font-weight: 500;
  font-size: 16px;
}

#menu .nav > li > a:hover,
#menu .nav > li.open > a {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  padding-bottom: 0;
}

#menu .dropdown-inner {
  display: table;
}

#menu .dropdown-inner ul {
  display: table-cell;
}

#menu .dropdown-inner a {
  /* min-width: 160px; */
  min-width: max-content;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
}

#menu .dropdown-inner li a:hover {
  color: #ffffff;
  background: #26af2d;
}

#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: #26af2d;
  background-repeat: repeat-x;
}

#menu #category {
  float: left;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
  font-size: 15px;
  font-stretch: expanded;
  color: #fff;
  padding: 2px 18px;
  float: right;
  background-color: black;
  background-repeat: repeat-x;
  border-radius: 5px !important;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
  color: #ffffff;
  background-color: rgb(97, 97, 97);
}

@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@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: #fff;
  }
  #menu .dropdown-menu a:hover,
  #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: #fff;
  }
}

/* content */

#content {
  min-height: 600px;
}

/* footer */

footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #161313;
  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: 13px;
  font-weight: bold;
  color: #fff;
}

/* alert */

.alert {
  padding: 8px 14px 8px 14px;
}

.bf-layout-id-32 .bf-attr-header {
  background: rgb(224, 255, 228) !important;
}

.bf-attr-block .bf-attr-header {
  background: #eee !important;
}

#list-view,
#grid-view {
}

#compare-total {
  color: #000;
}

#content > div:nth-child(4) > div.col-md-3.col-xs-6 > div > label {
  color: #000;
}

#content > div:nth-child(4) > div.col-md-4.col-xs-6 > div > label {
  color: #000;
}

#list-view.active i,
#grid-view.active i {
  color: #119600;
}

.btn-danger:hover {
  color: #000;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* breadcrumb */

.simple-content .checkout-heading {
  padding: 5px 15px !important;
}

/* breadcrumb */

.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0 3px 2px;
}

.breadcrumb i {
  padding: 0px 10px;
  margin-top: -10px;
  font-size: 18px;
}

.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 30px 0 10px;
  position: relative;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  margin-bottom: 15px;
}

.breadcrumb > li a {
  color: #222222;
  font-weight: 400;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-shadow: none;
}

.breadcrumb > li a:hover {
  color: #119600;
}

.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}

.breadcrumb > li:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: 15px;
  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);
}

html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}

.pagination {
  margin: 0;
}

/* buttons */

.buttons {
  margin: 1em 0;
}

button svg:hover {
  color: #fff;
  fill: #fff;
}

.svg3:hover {
  color: #fff;
  fill: #fff;
}

.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: none !important;
  border-radius: 0px !important;
  box-shadow: none !important;
}

.btn-xs {
  font-size: 9px;
}

.btn-sm {
  font-size: 10.2px;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}

.btn-group > .btn-xs {
  font-size: 9px;
}

.btn-group > .btn-sm {
  font-size: 10.2px;
}

.btn-group > .btn-lg {
  font-size: 15px;
}

.btn-default {
  color: #000;
  text-shadow: none;
  background: #c5c5c5;
  border: none;
}

.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background: #119600;
  border: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background: #222222;
  background-position: 0 -15px;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.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-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  box-shadow: none;
  color: #eee !important;
  background: #000000;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  box-shadow: none;
  color: #eee !important;
  background: #000000;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.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: none !important;
  background: #19222e;
  border-radius: 0px !important;
  border: none !important;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}

/* list group */

.list-group a {
  color: #000000;
  padding: 8px 12px;
  font-weight: 500;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
  background: #26af2d;
  color: #fff;
  text-shadow: none !important;
}

/* carousel */

.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
  content: "\f053";
  font-family: FontAwesome;
}

.carousel-control .icon-next:before {
  content: "\f054";
  font-family: FontAwesome;
}

/* product list */

.product-thumb {
  border: none !important;
  margin-bottom: 20px;
  overflow: auto;
  overflow: hidden;
  background-color: #ffffff;
}

.product-thumb .image {
  text-align: center;
}

.product-thumb .image a {
  display: block;
}

.product-thumb .image a:hover {
  opacity: 0.8;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
  max-width: 228px;
}

.product-grid .product-thumb .image {
  float: none;
}

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}

.product-thumb h4 {
  font-weight: bold;
}

.product-thumb .caption {
  padding: 0 20px;
  min-height: 200px;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal;
}

.product-thumb .caption h4 + p {
  height: 60px !important;
  overflow: hidden;
  font-weight: 500;
}

.product-thumb .caption h4 {
  height: 48px !important;
  overflow: hidden;
}

.product-list .product-thumb .caption {
  margin-left: 230px;
}

@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
  #cart-total > b {
    font-weight: 400;
  }
  #cart > button.btn-inverse {
    padding: 10px 3px;
  }
}

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
  #cart-total > b {
    font-weight: 700;
  }
  #cart > button.btn-inverse {
    padding: 10px 15px;
  }
}

.product-thumb .rating {
  padding-bottom: 10px;
}

.rating .fa-stack {
  font-size: 8px;
}

.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star-o {
  color: #e69500;
}

h2.price {
  margin: 0;
}

.product-thumb .price {
  color: #444;
}

.product-thumb .price-new {
  font-weight: 600;
  font-size: 16px;
}

.product-thumb .price-old {
  color: #d12020;
  font-weight: 500;
  text-decoration: line-through;
  margin-left: 10px;
  font-size: 16px;
}

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #d2f7d2;
  overflow: hidden;
  font-weight: 500;
}

.product-list .product-thumb .button-group {
  border-left: none;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}

.product-thumb .button-group button {
  width: 20%;
  border: none;
  display: inline-block;
  float: left;
  background: none;
  color: #119600;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group button + button {
  width: 20%;
  border-left: none;
}

.product-thumb .button-group button:hover {
  color: #fff;
  background-color: #01a121;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33% !important;
  }
  button.smca-call-button {
    background: #2f9946 !important;
    color: white !important;
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .product-thumb .button-group button,
  .product-thumb .button-group button + button {
    width: 33.33% !important;
  }
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    padding-left: 10px !important;
    text-align: right;
  }
  button.smca-call-button {
    background: #2f9946 !important;
    color: white !important;
    font-size: 25px;
  }
}

.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}

.thumbnails > li {
  margin-left: 20px;
}

.thumbnails {
  margin-left: -20px;
}

.thumbnails > img {
  width: 100%;
}

.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}

.image-additional {
  max-width: 78px;
}

.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1),
  #content .col-lg-3:nth-child(4n + 1),
  #content .col-lg-4:nth-child(3n + 1),
  #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1),
  #content .col-md-3:nth-child(4n + 1),
  #content .col-md-4:nth-child(3n + 1),
  #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1),
  #content .col-sm-3:nth-child(4n + 1),
  #content .col-sm-4:nth-child(3n + 1),
  #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}

/* fixed colum left + content + right*/

@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}

/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
  width: 100%;
}

#column-left a img {
  fill: none;
  background: none;
  padding: 5px;
  border-radius: 5px;
}

.img-thumbnail {
  padding: 0px !important;
  background: none;
  border: none !important;
  border-radius: 0px !important;
}

/* fixed mobile cart quantity input */

.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}

html[dir="rtl"] .checkbox input[type="checkbox"],
html[dir="rtl"] .checkbox-inline input[type="checkbox"],
html[dir="rtl"] .radio input[type="radio"],
html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px\9;
  margin-right: -20px;
  margin-left: unset;
}

html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

html[dir="rtl"] .container .row:first-child .col-sm-4,
html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}

html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
  body {
    font-weight: 300;
  }
  .product-thumb .caption {
    padding: 0 20px;
    min-height: 200px;
  }
}

.list-group-item {
  border-radius: 0 !important;
  border: none !important;
}

.list-group {
  border-radius: 0 !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

#quickcheckoutconfirm {
  background: #fff;
}

/* by Pussy */

.innactive {
  opacity: 0.5;
  position: relative;
}

.innactive2 {
  opacity: 0.5;
  position: relative;
}

.catphoto {
  padding: 0;
  text-align: center;
  margin-bottom: 20px;
}

.catphoto a {
  font-weight: bold;
  color: #222222;
}

/* @media (max-width: 478px) {
    .contact_map {
        width: 313px;
        height: 350px;
        margin-bottom: 10px;
    }
    .meest {
        margin-top: 15px;
    }
    .btn_info {
        margin: 10px;
    }
} */

.btn-inverse {
  color: #ffffff;
  text-shadow: none !important;
  background: #119600;
  border-radius: 50px !important;
  border: none !important;
}

.whitefon {
  background-color: white;
  padding-top: 15px;
  border-radius: 15px;
  margin-left: 1px;
  margin-right: 1px;
}

.svg1 {
  fill: #383838 !important;
  color: #383838 !important;
  /* recently */
  margin-bottom: -3px;
}

.img-thumbnail {
  padding: 0px !important;
  background: none;
  border: none !important;
  border-radius: 0px !important;
}

.input-group-addon,
.btn {
  font-weight: 500;
  border: none;
  border-radius: 0px;
}

.alert {
  font-weight: 400;
}

.svg2 {
  margin-bottom: -2px;
}

.simplecheckout-block-content > div > label {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}

.buttoncontact {
  width: 515px;
  font-size: 15px;
  float: right;
}

.mobileheader {
  color: #19222e;
  font-weight: 600;
  font-size: 18px;
  margin-right: 10px;
  display: block;
  line-height: 25px;
  vertical-align: baseline;
  float: left;
}

.mobileheaderimg {
  margin-right: 5px;
  margin-bottom: 5px;
}

@media (max-width: 1200px) {
  .mobileheader {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .mobileheader {
    font-size: 16px;
  }
  .vdfn {
    float: right;
  }
  .buttoncontact {
    width: 100%;
    float: none;
    margin: 0px;
  }
}

h1 {
  color: #222222;
  font-size: 20px;
}

/* out of stock buttons by Pussy */

.product-thumb .button-group2 {
  border-top: 1px solid #ddd;
  background-color: red;
  overflow: hidden;
  font-weight: 500;
}

.product-list .product-thumb .button-group2 {
  border-left: none;
}

.product-thumb .button-group2 button {
  width: 100%;
  border: none;
  display: inline-block;
  float: left;
  background: red;
  color: #fff;
  line-height: 38px;
  /* height: 38px; */
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.product-thumb .button-group2 button + button {
  width: 20%;
  border-left: none;
}

.product-thumb .button-group2 button:hover {
  color: white;
  background-color: rgb(163, 19, 19);
  text-decoration: none;
  cursor: pointer;
}

#simplecheckout_button_confirm {
  width: 90%;
}

.simplecheckout-button-right #button-confirm {
  width: 90%;
}

.simplecheckout-button-right {
  float: right;
  width: 50%;
}

.simple-content .buttons input,
.simple-content .buttons a {
  font-weight: 400;
  font-size: 16px;
}

@media (max-width: 768px) {
  .product-list .product-thumb .button-group2 {
    border-left: none;
  }
  #simplecheckout_button_confirm {
    width: 100%;
  }
  .simplecheckout-button-right #button-confirm {
    width: 100%;
  }
  .simplecheckout-button-right {
    float: none;
    width: 100%;
  }
  .simple-content .buttons input,
  .simple-content .buttons a {
    font-weight: 400;
    font-size: 15px;
  }
}

.simplecheckout-block {
  /* font-size: 18px; */
  font-weight: 400;
}

.simplecheckout-cart td.name a {
  font-size: 16px;
}

#tab-specification > table > thead {
  background: rgb(224, 255, 228);
}

#tab-description > h2 {
  font-size: 15px;
  color: #111;
}

/* after Vitalik */

.panel-default {
  border-color: #119600 !important;
}

/* pulse-dots */

.pulse-dot {
  display: inline-block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-right: 3px;
  background-color: yellow;
  animation: pulse-black 2s infinite;
}

@keyframes pulse-black {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgb(0, 0, 255);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/* language_custom */

.in_bl_ml {
  display: inline-block;
  margin-left: 10px;
}

.in_bl {
  display: inline-block;
}

/* .dot_close {
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: red;
    margin-bottom: 1px;
} */

/* .dot_open {
    display: inline-block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background-color: green;
    margin-bottom: 1px;
} */

.dot_open {
  display: flex;
  align-items: center;
  display: inline-block;
  border: 1px solid #119600;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 1px;
}

.dot_close {
  display: flex;
  align-items: center;
  display: inline-block;
  border: 1px solid red;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-bottom: 1px;
}

.dot_lunch {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #ff9c00;
  margin-bottom: 1px;
}

.dot_soon {
  display: inline-block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background-color: #3072ef;
  margin-bottom: 1px;
}

div.in_bl > img {
  width: 26px;
  height: 26px;
}

.instock_status {
  color: #119600;
  font-weight: bold;
}

.outstock_status {
  color: red;
  font-weight: bold;
}

.outofstock {
  background-color: red !important;
  opacity: 0.7;
}

.outofstock:hover {
  background-color: rgb(163, 19, 19) !important;
}

.product-thumb .caption h4 {
  word-break: normal;
}

.reg {
  font-size: 50% !important;
}

.copyright_ft {
  font-size: 90%;
}

.img_lang {
  width: 16px;
  height: 11px;
}

/* scrollbar */

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #009000;
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #009000;
}

#menu
  > div.collapse.navbar-collapse.navbar-ex1-collapse
  > ul
  > li.dropdown
  > div
  > div
  > ul
  > li:last-child {
  margin-bottom: 7px;
}

.text_grafik {
  display: inline;
  font-size: 15px;
  font-weight: 600;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown button {
  background-color: #4caf50;
  color: white;
  padding: 5px 17px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
}

.dropdown.show .dropdown-content {
  display: block;
}
/* buttons */

button.cart-added-button {
  background: yellow !important;
}

button.smca-call-button {
  width: 60% !important;
  background: #2f9946 !important;
  color: white !important;
}
button.smca-call-button:hover {
  opacity: 0.85 !important;
}

#content > div > div > div > div > div.button-group > button:nth-child(2) {
  width: 20% !important;
}

#content > div > div > div > div > div.button-group > button:nth-child(3) {
  width: 60% !important;
}
.numbers {
  margin-bottom: 10px !important;
}

.product-image-slider {
  position: relative; /* Зберігає позицію в межах контейнера */
  height: 228px; /* Задайте висоту, яка підходить для ваших зображень */
  overflow: hidden; /* Сховати будь-які вихідні зображення */
}

#content > div > div > div > div > div.button-group > button:nth-child(3){
  background: #2f9946 !important;
  color: white !important;
}