body {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 16px;
  line-height: 1.5;
  width: 100%;
  min-width: 360px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #18a40d;
  font-weight: 400;
  margin: 0 0 0.2em;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.8em;
  margin-bottom: 0.8em;
}
h3 {
  font-size: 1.12em;
  font-weight: 700;
}
h4 {
  font-size: 1em;
}
h5 {
  font-size: 0.83em;
}
h6 {
  font-size: 0.67em;
}

a,
a:focus,
a:active,
a:hover {
  color: #c80000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}

legend {
  padding: 7px 0px;
  color: #18a40d;
}

label {
  font-weight: normal;
}

p {
  margin-bottom: 2em;
}

.so-page-builder .container {
  overflow: visible !important;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body .wysiwyg {
  color: #888888;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6em;
}
body .wysiwyg p,
body .wysiwyg ul,
body .wysiwyg ol,
body .wysiwyg table {
  margin-bottom: 1.6em;
}
body .wysiwyg ul,
body .wysiwyg ol {
  padding: 0 0 0 1.1em;
}
body .wysiwyg li::marker {
  color: #c80000;
  font-size: 23px;
}
body .wysiwyg li {
  padding-left: 1px;
}
body .wysiwyg li ul,
body .wysiwyg li ol {
  margin-bottom: 0;
}
body .wysiwyg a,
body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
  display: inline-block;
  border-bottom: 1px solid transparent;
  color: #c80000;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
body .wysiwyg a:focus,
body .wysiwyg a:active,
body .wysiwyg a:hover {
  border-bottom-color: #23a1d1;
}
body .wysiwyg img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5em;
}

.form-control {
    height: auto;
    padding: 8px 12px;
    height: 37px;
}

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

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

/* Gradent to all drop down menus */
#top-links .dropdown-menu a:hover { background-image: none; background: #fff !important; color: #18a40d !important}

.dropdown-menu li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

/* top */

#top {
  background-color: #ffffff;
  border-bottom: 1px solid #18a40d;
  padding: 0px;
  margin: 0 0 29px 0;
  min-height: 42px;
}
#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: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#top-info {
  padding-top: 5px;
}
#top-info a {
  color: #18a40d;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
}
#top-links .list-inline {
  margin: 0;
}
#top-links li {
  padding: 0 11px;
}
#top-links li:last-child {
  padding-right: 0;
}
#top-links li:after {
  display: inline-block;
  position: relative;
  top: 0;
  right: -11px;
  content: '';
  background: #18a40d;
  width: 1px;
  height: 41px;
  vertical-align: middle;
}
#top-links li:last-child:after {
  display: none;
}
#top .btn-link,
#top-links li,
#top-links a {
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: none;
  text-decoration: none;
}
#top .btn-link:hover,
#top-links a:hover {
  color: #666666;
}
#top-links .open > a,
#top-links .open > a:focus,
#top-links .open > a:hover {
  background: #ffffff;
  border: 0px none;
}
#customercare-menu li::after {
  display: none;
}
#customercare-menu > li {
  padding: 10px 20px;
}
#customercare-menu > li a {
  padding: 0;
}
#top-links i {
  position: relative;
  top: 1px;
  color: #8bd186;
  font-size: 20px;
  margin-right: 3px;
}
#top-links .caret {
  margin-left: 6px;
  border: 0px none;
  width: auto;
  height: auto;
}
#top-links .caret i {
  top: 0;
  color: #c80000;
  font-size: 17px;
}
#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: 0;
}
#top-links a + a {
  margin-left: 15px;
}

.header-content {
  display: flex;
  justify-content: center;
  padding: 10px 0px;
  flex-wrap: wrap;
}

.header-content > * {
  margin: 0px;
  text-align: center;
}

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

/* search */
#top-search-bar {
  margin-top: 21px;
  padding: 10px 0;
  background: #ededed;
}
#search {
  margin-bottom: 0;
}
#search .input-lg {
  height: 44px;
  line-height: 20px;
  padding: 0 10px;
  background: #ededed;
  border: 0px none;
  box-shadow: none;
  color: #18a40d;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  padding-left: 0;
}
#top-search-bar #search .input-lg::-webkit-input-placeholder { color: #18a40d; opacity: 1; }
#top-search-bar #search .input-lg::-moz-placeholder { color: #18a40d; opacity: 1; }
#top-search-bar #search .input-lg:-ms-input-placeholder { color: #18a40d; opacity: 1; }
#top-search-bar #search .input-lg:-moz-placeholder { color: #18a40d; opacity: 1; }
#search .btn-lg {
  background: #ededed;
  border: 0px none;
  box-shadow: none;
  color: #c80000;
  font-size: 25px;
  text-shadow: none;
  line-height: 18px;
  padding: 10px 13px 10px 0;
}

/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  float: right;
  background: #ffffff;
  border: 0px none;
  color: #777777;
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  text-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
}
#cart.open > .btn {
  background-image: none;
  background-color: #ffffff;
  border: 0px none;
  color: #777777;
  text-transform: uppercase;
}
#cart.open > .btn:hover {
  color: #777777;
}
#cart > .btn #cart-icon,
#cart > .btn #cart-labels {
  float: left;
  display: inline-block;
}
#cart > .btn #cart-icon {
  color: #18a40d;
  font-size: 46px;
  margin-right: 11px;
}
#cart > .btn #cart-label {
  font-family: 'Viga', sans-serif;
  color: #c80000;
  font-size: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
#cart > .btn #cart-total-itemsnum {
	position: absolute;
	left: 28px;
	top: 12px;
  width: 30px;
	font-family: 'Viga', sans-serif;
  color: #c80000;
	font-size: 16px;
	font-weight: 400;
  text-align: center;
}
#cart .dropdown-menu {
  z-index: 1001;
  margin-top: 31px;
  padding: 0 0 5px;
  background: #ffffff;
  border: 0px none;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  width: 420px;
}
#cart .dropdown-menu:before {
  content: '';
  position: absolute;
  top: -10px;
  right: 133px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #c80000 transparent;
}
#cart .dropdown-menu .myCustomAlert {
  background: #c80000;
  padding: 7px 4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 17.5px;
  font-weight: 400;
  text-transform: uppercase;
}
#cart .dropdown-menu .cart-products tr > td {
  border: 0px none;
  color: #888888;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
}
#cart .dropdown-menu .cart-products tr > td:last-child {
  padding-right: 19px;
}
#cart .dropdown-menu .cart-products img {
  border: 1px solid #dddddd;
}
#cart .dropdown-menu .cart-products a {
  color: #888888;
  text-transform: uppercase;
}
#cart .dropdown-menu .cart-products button {
  background: #e57474;
  width: 20px;
  height: 20px;
  border: 0px none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 11px;
}

@media (max-width: 767px) {
  #cart .dropdown-menu::before {
    right: 15px
  }
  #cart .dropdown-menu {
    width: 95vw;
    min-width: 340px;
    max-width: 420px;
  }
}

#cart .dropdown-menu table {
  margin-top: 18px;
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  padding: 0 10px;
}
#cart .dropdown-menu li p {
 margin: 20px 0;
}
#cart .dropdown-menu #mini-cart-total {
  margin-top: 0;
  padding: 4px 20px 0;
}
#cart .dropdown-menu #mini-cart-total hr {
  margin: 0;
  border-top: 1px solid #dddddd;
}
#cart .dropdown-menu #mini-cart-total .cart-totals tr > td {
  border: 0px none;
  padding-top: 0;
  padding-bottom: 3px;
}
#cart .dropdown-menu #mini-cart-total .cart-totals tr > td:first-child {
  width: 72%;
}
#cart .dropdown-menu #mini-cart-total .cart-totals tr > td:last-child {
  padding-right: 16px;
}
#cart .dropdown-menu #mini-cart-total .cart-totals tr > td strong {
  color: #18a40d;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}
#cart .dropdown-menu #mini-cart-total .cart-totals tr > td .cart-price {
  color: #888888;
  font-size: 18px;
  font-weight: 400;
}
#cart .dropdown-menu .button-container {
  padding: 7px 19px 16px;
}
#cart .dropdown-menu .button-container a {
  width: 100%;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* footer */
footer {
  margin-top: 0;
  padding-top: 48px;
  background-color: #ffffff;
  border-top: 0px none;
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}
footer img {
  margin-bottom: 38px;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer ul > li {
  margin-bottom: 6px;
}
footer .contacts > li {
  margin-bottom: 19px;
}
footer .contacts i {
  color: #8bd186;
  margin-right: 7px;
}
footer a {
  color: #666666;
}
footer a:hover {
  color: #666666;
}
footer h5 {
  font-family: 'Viga', sans-serif;
  color: #c50000;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding-top: 20px;
  margin-bottom: 30px;
}
footer .footer-social {
  padding-top:24px;
}
footer .footer-social a {
  display: inline-block;
  margin-top: 10px;
  color: #18a40d;
  font-size: 30px;
}
footer .powered {
  margin-top: 72px;
  border-top: 1px solid #18a40d;
  padding: 30px 0;
}
footer .powered > .container > .row > div:first-child {
  padding: 6px 0;
}
footer .powered > .container > .row > div:last-child > ul > li {
  padding: 0 3px;
}

/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
.alert.alert-floating {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 300px;
  z-index: 10;
}
.alert.alert-floating .close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 21px;
}
.alert.alert-success {
  background: #ffffff;
  border: 1px solid #18a40d;
  color: #666666;
}
.alert.alert-success a {
  color: #666666;
  text-decoration: underline;
}

/* breadcrumb */
#breadcrumb-wrapper {
  margin-top: 1px;
  border-top: 1px solid #18a40d;
  padding: 4px 0;
  border-bottom: 1px solid #18a40d;
  margin-bottom: 60px;
}
.breadcrumb {
  margin: 0;
  padding: 8px 0;
  background: #ffffff;
  border: 0px none;
}
.breadcrumb i {
  color: #cb0e0e;
  font-size: 16px;
  margin-right: 7px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 8px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li:first-child {
  padding-left: 0;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li:after {
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  display: block;
  position: absolute;
  top: 1px;
  right: -5px;
  color: #cb0e0e;
  font-size: 16px;
  /*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:last-child:after {
  display: none;
}
.breadcrumb > li a {
  color: #0b9f01;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}

/* pagination */
.pagination-cnt {
  margin-top: 20px;
}
.pagination-cnt #results {
  color: #888888;
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
}
.r2-pagination {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 15px;
}
.r2-pagination li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.r2-pagination li + li {
  margin-left: 8px;
}
.r2-pagination a,
.r2-pagination span {
  display: inline-block;
  min-width: 30px;
  border: 0;
  color: #666666;
  font-size: 15px;
  font-weight: 400;
  line-height: 29px;
  text-align: center;
  padding: 0 8px;
  border: 1px solid #dddddd;
  transition: color 0.3s ease 0s, border-color 0.3s ease 0s;
}
.r2-pagination li.prev a,
.r2-pagination li.next a {
  background: #18a40d;
  border: 1px solid #18a40d;
  color: #ffffff;
}
.r2-pagination li.first a,
.r2-pagination li.last a {
  background: #18a40d;
  border: 1px solid #18a40d;
  color: #ffffff;
}
.r2-pagination li.first i,
.r2-pagination li.prev i,
.r2-pagination li.next i,
.r2-pagination li.last i {
  vertical-align: middle;
}
.r2-pagination a:hover,
.r2-pagination a:focus,
.r2-pagination a:active {
  border: 1px solid #18a40d;
}
.r2-pagination .active span {
  background: #8bd186;
  border: 1px solid #8bd186;
  color: #ffffff;
}

/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
}
.btn-default {
  color: #777;
  text-shadow: none;
  background-color: #e7e7e7;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.btn-primary {
  color: #ffffff;
  text-shadow: none;
  background-color: #18a40d;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: none;
  background-color: #faa732;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.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: none;
  background-color: #da4f49;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}

.btn-danger:hover,
.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: none;
  background-color: #5bb75b;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.btn-success:hover,
.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: none;
  background-color: #df5c39;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.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;
  background-color: #363636;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px none;
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  background-color: #222222;
  background-image: none;
}

/* list group */
.sidebar-menu ul {
  margin: 0;
  background: #8ed289;
  padding: 27px 31px 29px;
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.sidebar-menu ul > li {
  margin-bottom: 14px;
}
.sidebar-menu li > span {
  display: flex;
  align-items: center;
}
.sidebar-menu li ul {
  flex: 0 0 100%;
  padding: 5px 31px 0 20px;
}
.sidebar-menu li li {
}
.sidebar-menu li:last-child {
  margin-bottom: 0;
}
.sidebar-menu a {
  display: inline-block;
  flex-shrink: 1;
  flex-grow: 1;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
}
.sidebar-menu a.active,
.sidebar-menu a:hover,
.sidebar-menu a:focus,
.sidebar-menu a:active {
}
.sidebar-menu .toggle {
  cursor: pointer;
  flex-shrink: 1;
  flex-grow: 0;
  padding: 0 4px;
  background: #18a40d;
  color: #ffffff;
  font-size: 13px;
}
.sidebar-menu .toggle.collapsed i:before {
  content: "\f067";
}

/* carousel */
.slick-dots {
  display: block;
  opacity: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  transition: all 0.3s ease 0s;
}
.slick-slider:hover .slick-dots {
  opacity: 1;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  display: block;
  cursor: pointer;
  outline: none;
  padding: 0 3px 19px;
  border: 0;
  background: transparent;
  font-size: 0;
  line-height: 0;
  color: transparent;
}
.slick-dots li button::before {
  content: "";
  display: block;
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #83b96b;
  font-size: 0;
  line-height: 0;
}
.slick-dots li.slick-active button::before {
  background: #c80000;
}

.slick-arrow {
  cursor: pointer;
  opacity: 1;
  position: absolute;
  top: -39px;
  z-index: 2;
  transition: all 0.3s ease 0s;
  background: #8bd186;
  color: #ffffff;
  font-size: 22px;
  padding: 2px 9px;
}
.slideshow_desktop .slick-arrow {
  opacity: 0;
  top: 50%;
}
.slick-slider:hover .slick-arrow {
  opacity: 1;
}
.slick-arrow-prev {
  right: 62px;
  transform: translate(50%, -50%);
}
.slideshow_desktop .slick-arrow-prev {
  left: 0;
  right: auto;
}
.slick-arrow-next {
  right: 0;
  transform: translate(-50%, -50%);
}
.slideshow_desktop .slick-arrow {
  background: #83b86a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 53px;
  height: 53px;
  color: #ffffff;
  font-size: 47px;
  line-height: 52px;
  text-align: center;
}

.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-grid > div {
  margin-bottom: 20px;
}
.product-thumb {
  border: 0px none;
  margin-bottom: 20px;
  overflow: auto;
}
.product-thumb .image {
  position: relative;
  text-align: center;
  margin-bottom: 36px;
}
.product-thumb .image a {
  display: block;
  padding-top: 17px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-thumb .product-grid-info {
  padding: 0 22px;
}
.product-thumb h4 {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}
.product-thumb h4 a {
  color: #666666;
}
.product-thumb h4 a:hover {
  color: #18a40d;
}
.product-thumb .caption {
  padding: 0;
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.product-thumb .sale {
  position: absolute;
  top: 0;
  right: 10px;
  width: 62px;
  border: 0px none;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 01 0px;
  border-radius: 10px 0 0 10px;
  background: #cd1616;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.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 {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}
.product-thumb .price-new {
  /*font-weight: 600;*/
}
.product-thumb .price-old {
  color: #aaaaaa;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 6px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  display: flex;
  border-top: 0px none;
  background-color: #ffffff;
  overflow: auto;
}
.product-list .product-thumb .button-group {
  border-left: 0px none;
}
.product-thumb .button-group button {
  width: 1000%;
  border: none;
  background-color: #18a40d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: none;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

.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;
}

/* 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;
}

.r2-side-menu-open .cookie-bar.cookie-bar--minimized {
    display: none !important;
}

.hermes__openpharm__eulogo {
    display: block;
    max-width: 200px;
}

#captcha_comment {
    width: auto;
    max-width: none;
    margin-bottom: 0;
}

/* RIF RAF STYLES */
.p-0 {
  padding: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.plr-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}
.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
 .plr-14 {
  padding-left: 14px !important;
  padding-right: 14px !important;
}

.m-0 {
  margin: 0 !important;
}

.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-21 {
  margin-bottom: 21px !important;
}
.mb-29 {
  margin-bottom: 29px !important;
}

.no-overflow {
  overflow: unset !important;
}

#top-menu {
  margin: 17px 0 0 82px;
}
#top-menu > li a {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 9px;
}

.home-page-main-info {
  padding-bottom: 19px;
  border-bottom: 1px solid #1fa714;
}
.home-page-main-info .body h3 {
  font-family: 'Viga', sans-serif;
  color: #c80000;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.home-page-main-info .body .text {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 21px;
  max-width: 420px;
}
.home-page-main-info .body:before {
  float: left;
  font-family: 'Font Awesome 5 Pro';
  color: #18a40d;
  font-size: 56px;
  font-weight: 300;
  margin-right: 24px;
}
.home-page-main-info .shipping .body:before {
  content: '\f4de';
}
.home-page-main-info .payments .body:before {
  content: '\f2f7';
}
.home-page-main-info .refund .body:before {
/*  content: '\f0e2';*/
	content: "";
background: url('/catalog/view/theme/default/image/349.svg') left 10px no-repeat;
width: 60px;
height: 75px;
}

.section-title:before {
  content: '';
  display: inline-block;
  background: url('/catalog/view/theme/default/image/section_title_icon.png');
  background-color: #ffffff;
  background-repeat: no-repeat;
  width: 36px;
  height: 35px;
}
.section-title {
  position: relative;
  font-family: 'Viga', sans-serif;
  color: #18a40d;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.section-title span {
  background-color: #ffffff;
  margin-left: -6px;
  padding-left: 14px;
  padding-right: 30px;
}
.section-title:after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 1px solid #dedede;
  z-index: -1;
}
.section-title.with-arrows:after {
  margin-right: 89px;
}

.page-title:before,
.side-section-title:before {
  content: '';
  display: inline-block;
  background: url('/catalog/view/theme/default/image/section_title_icon.png');
  background-color: #ffffff;
  background-repeat: no-repeat;
  width: 36px;
  height: 35px;
}
.page-title,
.side-section-title {
  position: relative;
  font-family: 'Viga', sans-serif;
  color: #18a40d;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.page-title span,
.side-section-title span {
  background-color: #ffffff;
  margin-left: 0;
  padding-left: 9px;
  padding-right: 30px;
}
.page-title:after,
.side-section-title:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 0.5em;
  border-top: 1px solid #dedede;
  z-index: -1;
}
.page-title.with-arrows:after {
  margin-right: 89px;
}

.related-products .slick-arrow {
  top: -42px;
}

.box-shadow-bottom {
  padding-bottom: 41px;
  -webkit-box-shadow: inset 0px -20px 17px -7px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px -20px 17px -7px rgba(0,0,0,0.1);
  box-shadow: inset 0px -20px 17px -7px rgba(0,0,0,0.1);
}

.box-shadow-top {
  padding-top: 60px;
  -webkit-box-shadow: inset 0px 20px 17px -7px rgba(0,0,0,0.1);
  -moz-box-shadow: inset 0px 20px 17px -7px rgba(0,0,0,0.1);
  box-shadow: inset 0px 20px 17px -7px rgba(0,0,0,0.1);
}

.home-main-focuses h3 {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: right;
  padding-bottom: 14px;
  border-bottom: 1px solid #18a40d;
  margin: 12px 0 0 130px;
}

.home-nl-block-cnt {
  border-top: 1px solid #18a40d;
  border-bottom: 1px solid #18a40d;
}
.home-nl-block .nl-form-cnt {
  padding: 45px 0 0 77px;
}
.home-nl-block h2 {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 40.33px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.home-nl-block .description {
  color: #666666;
  font-size: 23.35px;
  font-weight: 400;
  text-transform: none;
  line-height: 27px;
  max-width: 430px;
  margin-bottom: 28px;
}
.home-nl-block .description strong {
  font-weight: 700;
}
.home-nl-block .description strong::after{
    content: "\a";
    white-space: pre;
}
.home-nl-block form input[type='email'] {
  color: #aaaaaa;
  font-size: 18.04px;
  font-weight: 400;
  font-style: italic;
  line-height: 41px;
  padding: 0 14px;
  width: 379px;
  border: 1px solid #18a40d;
  border-right: 0px none;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
}
.home-nl-block form input[type='email']::-webkit-input-placeholder { color: #aaaaaa; opacity: 1; }
.home-nl-block form input[type='email']::-moz-placeholder { color: #aaaaaa; opacity: 1; }
.home-nl-block form input[type='email']:-ms-input-placeholder { color: #aaaaaa; opacity: 1; }
.home-nl-block form input[type='email']:-moz-placeholder { color: #aaaaaa; opacity: 1; }
.home-nl-block form input[type='submit'] {
  position: relative;
  top: -1px;
  background: #18a40d;
  padding: 0 31px;
  border: 0px none;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  line-height: 43px;
}
.home-nl-block form .privacy-cnt {
  margin-top: 8px;
}
.home-nl-block form .privacy-cnt input[type='checkbox'] {
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.home-nl-block form .privacy-cnt label {
  display: block;
  color: #666666;
  font-size: 14.89px;
  font-weight: 400;
  line-height: 17px;
  max-width: 440px;
}
.home-nl-block form .privacy-cnt label a {
  color: #666666;
}
.home-nl-block form .privacy-cnt label a:hover {
  text-decoration: underline;
}

.home-ask-find-focuses .left {
  float: left;
  width: 50%;
}
.home-ask-find-focuses .right {
  float: left;
  width: 50%;
  padding: 36px 34px;
}
.home-ask-find-focuses .right h3 {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
  margin-bottom: 11px;
}
.home-ask-find-focuses .right .description {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  max-width: 310px;
  margin-bottom: 20px;
}
.home-ask-find-focuses .right a {
  display: inline-block;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Viga', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px;
  width: 221px;
}

.section-title.blog {
  margin-bottom: 33px;
}
.section-title.blog span {
  margin-left: 0;
}
.blog-module-latest .slick-arrow {
	top: -52px;
}
.blog-module-latest .blog_item .image {
  overflow: hidden;
  max-width: 360px;
  max-height: 140px;
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.blog-module-latest .blog_item .summary .blog_stats {
  margin-top: 4px;
  margin-right: 175px;
  color: #f7be23;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 4px 10px;
  border-bottom: 1px solid #f7be23;
  margin-bottom: 17px;
}
.blog-module-latest .blog_item .summary .blog_title {
  overflow: hidden;
  height: 49px;
  margin-bottom: 27px;
}
.blog-module-latest .blog_item .summary .blog_title,
.blog-module-latest .blog_item .summary .blog_title a {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 25px;
}
.blog-module-latest .blog_item .summary p {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 24px;
  margin-bottom: 23px;
}
.blog-module-latest .blog_item .summary .read-more a {
  display: inline-block;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Viga', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px;
  width: 249px;
}

.home-page-manufacturers-cnt {
  border-top: 1px solid #18a40d;
  padding-top: 44px;
}
.brands-carousel .slick-arrow {
  top: 50%;
}
.brands-carousel .slick-arrow-prev {
	left: 42px;
  right: auto;
}
.brands-carousel .slick-arrow-next {
  right: 42px;
}
.brands-carousel .slick-list {
  margin: 0 auto;
  max-width: 1210px;
}

#footer-whatsapp-banner {
  margin-top: 41px;
  background: #18a40d;
  padding: 20px 15px;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppecase;
  text-align: center;
}
#footer-whatsapp-banner a {
  color: #ffffff;
}
#footer-whatsapp-banner i {
  font-size: 44px;
  vertical-align: bottom;
  margin-right: 14px;
}

.subcategory {
  margin-bottom: 20px;
}
.subcategory  li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 20px;
}
.subcategory a {
  background: #ffffff;
  padding: 5px 10px;
  border: 1px solid #18a40d;
  -webkit-border-radius: 0 0 10px 0;
  -moz-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
  color: #18a40d;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}

.side-ask-find-focuses {
  margin-top: 39px;
}
.side-ask-find-focuses .right {
  padding: 25px 21px;
  margin-bottom: 49px;
}
.side-ask-find-focuses .right h3 {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 33px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
  margin-bottom: 13px;
}
.side-ask-find-focuses .right .description {
  color: #666666;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  line-height: 20px;
  max-width: 310px;
  margin-bottom: 20px;
}
.side-ask-find-focuses .right a {
  display: inline-block;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Viga', sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px;
  width: 221px;
}

.productpage .thumbnail {
  border: 0px none;
  max-width: 504px;
}
.productpage .sale {
  position: absolute;
  top: 0;
  right: 51px;
  width: 62px;
  border: 0px none;
  -webkit-border-radius: 10px 0 0 10px;
  -moz-border-radius: 10px 0 01 0px;
  border-radius: 10px 0 0 10px;
  background: #cd1616;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}
.productpage #button-wishlist {
  position: absolute;
  bottom: 118px;
  right: 51px;
  background: #ff6c6c;
  border: 0px none;
  -webkit-border-radius: 5px 5px 15px 5px;
  -moz-border-radius: 5px 5px 15px 5px;
  border-radius: 5px 5px 15px 5px;
  color: #ffffff;
  font-size: 24px;
  line-height: 42px;
  padding: 0 18px;
}
.productpage #button-wishlist.noimages {
  bottom: 28px;
}
.productpage #product-name {
  margin-top: 23px;
  font-family: 'Viga', sans-serif;
  color: #18a40d;
  font-size: 35px;
  font-weight: 400;
  line-height: 39px;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.productpage #product-infos {
  color: #888888;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
}
.productpage #product-infos a {
  color: #888888;
}
.productpage #product-infos a:hover {
  text-decoration: underline;
}
.productpage #product-infos .green {
  color: #2b8f5e;
}
.productpage #product-infos .red {
  color: #c00000;
}
.productpage #product-prices {
  margin: 28px 0 36px;
  border-top: 1px solid #dddddd;
  padding: 29px 0 19px;
  border-bottom: 1px solid #dddddd;
}
.productpage #product-prices .list-inline > li {
  padding-left: 2px;
}
.productpage #product-prices .list-inline > li:first-child {
  padding-left: 8px;
}
.productpage #product-prices h2 {
  color: #c80000;
  font-size: 40px;
  font-weight: 400;
  font-family: 'Viga', sans-serif;
  margin-bottom: 0;
}
.productpage #product-prices .price-old {
  color: #aaaaaa;
  font-size: 24px;
  font-weight: 400;
  text-decoration: line-through;
}
.productpage #cart-group label {
  color: #888888;
  font-size: 19px;
  font-weight: 400;
  text-transform: none;
}
.productpage #cart-group #input-quantity {
  display: inline-block;
  height: 41px;
  max-width:  113px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: none;
  margin-left: 16px;
  color: #888888;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
.productpage #cart-group #q_up,
.productpage #cart-group #q_down {
	position: absolute;
	bottom: 30px;
  background: #18a40d;
  height: 16px;
	color: #ffffff;
	font-size: 19px;
  font-weight: 600;
  line-height: 14px;
  padding: 0 3px;
}
.productpage #cart-group #q_down {
	left: 129px;
  padding: 0 5px;
}
.productpage #cart-group #q_up {
	left: 203px;
  line-height: 16px;
}
.productpage #cart-group #button-nwa-duplicate, 
.productpage #cart-group #button-cart {
  display: inline-block;
  position: relative;
  top: -4px;
  height: 40px;
  margin-left: 17px;
  max-width:  216px;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: 'Viga', sans-serif;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}
.productpage #nav-tabs-cnt {
  position: relative;
  margin-bottom: 16px;
}
.productpage #nav-tabs-cnt::before {
	content: '';
	display: inline-block;
	background: url('/catalog/view/theme/default/image/section_title_icon.png');
	background-color: #ffffff;
	background-repeat: no-repeat;
	width: 36px;
	height: 35px;
  margin-right: -4px;
}
.productpage #nav-tabs-cnt::after {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	height: 0.5em;
	border-top: 1px solid #dedede;
	z-index: -1;
}
.productpage #nav-tabs-cnt span {
  display: inline-block;
	background-color: #ffffff;
	margin-left: 0;
	padding-left: 8px;
	padding-right: 13px;
}
.productpage .nav-tabs {
  border: 0px none;
  margin: 0;
}
.productpage .nav-tabs > li a {
  font-family: 'Viga', sans-serif;
  color: #cccccc;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 15px 0 0;
}
.productpage .nav-tabs > li a:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}
.productpage .nav-tabs > li.active a {
  border: 0px none;
  color: #18a40d;
}
.productpage .tab-content {
  margin-bottom: 51px;
}

body[class^='blog-'] .blog_item {
  margin-bottom: 40px;
}
body[class^='blog-'] .blog_item .image {
  overflow: hidden;
  max-width: 555px;
  max-height: 282px;
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
body[class^='blog-'] .blog_item .summary .blog_stats {
  margin-top: 2px;
  margin-right: 387px;
  color: #f7be23;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 3px 10px;
  border-bottom: 1px solid #f7be23;
  margin-bottom: 25px;
}
body[class^='blog-'] .blog_item .summary .blog_title {
  overflow: hidden;
  height: 64px;
  margin-bottom: 14px;
}
body[class^='blog-'] .blog_item .summary .blog_title,
body[class^='blog-'] .blog_item .summary .blog_title a {
  font-family: 'Viga', sans-serif;
  color: #cd1616;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 33px;
}
body[class^='blog-'] .blog_item .summary p {
  color: #888888;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  line-height: 26px;
  margin-bottom: 23px;
}
body[class^='blog-'] .blog_item .summary .read-more a {
  display: inline-block;
  background: #18a40d;
  border: 0px none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #ffffff;
  font-family: 'Viga', sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 12px;
  width: 249px;
}

.blog_post .main_thumb img {
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.blog_post .blog_stats {
  margin-top: 3px;
  margin-right: 969px;
  color: #f7be23;
  font-size: 17px;
  font-weight: 700;
  padding: 0 0 3px 10px;
  border-bottom: 1px solid #f7be23;
  margin-bottom: 35px;
}
.blog_post .post-title {
  margin-bottom: 14px;
  font-family: 'Viga', sans-serif;
  color: #c80000;
  font-size: 35px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 37px;
  margin-bottom: 18px;
}
.blog_post .related-products {
  margin-top: 51px;
}
.blog_post .blog_comment {
  border: 1px solid #cccccc;
  padding: 15px;
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
  margin-bottom: 20px;
}
.blog_post .blog_comment .blog_comment_meta {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 10px;
  font-style: italic;
}
.blog_post .yt-thumb-wrapper {
	position: relative;
}
.blog_post .yt-thumb-wrapper div {
	position: absolute;
	top: calc(50% - 140px);
	left: 0px;
	width: 100%;
	/*height: 100%;*/
	z-index: 100;
	/*background: transparent url("/catalog/view/theme/default/image/play_icon.png") no-repeat center;*/
	/* background-color: rgba(0, 0, 0, 0.5); */
  text-align: center;
}
.blog_post .yt-thumb-wrapper div i {
  color: #dd2c28;
  font-size: 263px;
}
.blog_post .yt-thumb-wrapper > span {
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  position: absolute;
  top: 37%;
  left: 44%;
}

.map {
  position: relative;
  overflow: hidden;
  padding-top: 20%;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

body[class^='checkout-cart'] .input-group.btn-block input {
  height: 36px;
}

/* MEDIA QUERIES */
@media (min-width: 1570px) {
  .container{
  /* .so-page-builder .container  */
    width: 1570px; /* 1570px - 40px (padding) = 1530px */
    padding: 0 20px !important;
  }

  #mainmenu_cnt .container {
    -ms-overflow-style: none;
    scrollbar-width: none;
    /*overflow-y: hidden;*/
  }
  #mainmenu_cnt .container::-webkit-scrollbar {
      display: none;
  }
}

@media (max-width: 1569px) {
	#top-menu > li a {

  font-size: 13px !important;


}
  #top-menu {
    margin: 17px 0 0 0;
  }
  #top-menu > li a {
    padding: 0 0px;
  }

  .home-page-main-info .body h3 {
    font-size: 22px;
  }
  .home-page-main-info .body .text {
    font-size: 13px;
  }

  .home-nl-block .nl-form-cnt {
    padding: 20px 0 0 20px;
  }
  .home-nl-block h2 {
    font-size: 33px;
  }
  .home-nl-block .description {
    margin-bottom: 26px;
  }
  .home-nl-block form input[type="email"] {
    width: 317px;
  }

  .home-ask-find-focuses .right {
    padding: 0 20px;
  }
  .home-ask-find-focuses .right h3 {
    font-size: 26px;
  }
  .home-ask-find-focuses .right .description {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .brands-carousel .slick-list {
    max-width: 900px;
  }

  body[class^='product-'] .product-thumb .price {
    font-size: 22px;
  }
  body[class^='product-'] .product-thumb .price-old {
    font-size: 15px;
  }

  .sidebar-menu a {
    font-size: 13px;
  }

  .side-ask-find-focuses .right {
    padding: 25px 0;
  }

  .productpage .sale,
  .productpage #button-wishlist {
    right: 0;
  }
  .productpage #cart-group #button-cart {
    max-width: 171px;
  }

  body[class^="blog-"] .blog_item .summary .blog_stats {
    margin-right: 240px;
  }
  body[class^="blog-"] .blog_item .summary p {
    overflow: hidden;
    height: 106px;
  }

  .blog_post .blog_stats {
    margin-right: 678px;
  }

  .blog_post .yt-thumb-wrapper > span {
    top: 32%;
    left: 41%;
  }
}

@media (max-width: 1199px) {
  #top-menu > li  {
    padding-right: 4px;
    padding-left: 4px;
  }
  #top-menu > li a {
    padding: 0;
    font-size: 14px;
  }

  .home-main-focuses h3 {
    margin: 12px 0 0 55px;
  }

  .home-nl-block .nl-form-cnt {
    padding: 10px 0 0 15px;
  }
  .home-nl-block h2 {
    font-size: 28px;
  }

  .home-nl-block h2 {
    margin-bottom: 0;
  }
  .home-nl-block .description {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .home-nl-block form input[type="email"] {
    width: 238px;
  }

  .home-ask-find-focuses .right h3 {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .home-ask-find-focuses .right .description {
    font-size: 12px;
    line-height: 18px;
  }
  .home-ask-find-focuses .right a {
    font-size: 14px;
    width: 180px;
  }

  .brands-carousel .slick-list {
    max-width: 700px;
  }

  footer {
    font-size: 14px;
  }
  footer .powered {
    font-size: 13px;
  }

  .productpage #cart-group #input-quantity {
    max-width: 91px;
  }
  .productpage #cart-group #button-cart {
    max-width: 135px;
    margin-left: 0;
  }
  .productpage #cart-group #q_up {
    left: 181px;
  }

  body[class^="blog-"] .blog_item .summary .blog_stats {
    margin-right: 166px;
  }

  .blog_post .blog_stats {
    margin-right: 528px;
  }

  .blog_post .yt-thumb-wrapper > span {
    top: 29%;
    left: 39%;
  }
}
@media (max-width: 612px) {
	#top-links a {font-size: 0;}
	#top-links li {
  padding: 0 0px;
}
	#top-links li.dropdown { display: none}
}
@media (max-width: 991px) {
	#top-info a {

  font-size: 13px !important;
  font-weight: 500 !important;

}
  #top-info,
  #top-links {
    padding-top: 5px;

    text-align: center;
  }
  #top-links li::after {
    display: none;
  }

  #logo img {
    margin: 0 auto;
  }

  #top-menu > li a {
    font-size: 15px;
  }

  .home-page-main-info {
    text-align: center;
  }
  .home-page-main-info .body::before {
    float: none;
    display: block;
    text-align: center;
  }

  .home-main-focuses > .row > div {
    margin-bottom: 40px;
  }
  .home-main-focuses img {
    margin: 0 auto;
  }
  .home-main-focuses h3 {
    text-align: center;
    margin: 12px 0 0;
  }

  .home-nl-block > div {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .home-nl-block .nl-form-cnt {
    text-align: center;
  }
  .home-nl-block .description {
    max-width: none;
  }
  .home-nl-block form .privacy-cnt {
    display: inline-block;
    margin-bottom: 10px;
  }

  .home-ask-find-focuses .left {
    float: none;
    width: 100%;
  }
  .home-ask-find-focuses .left img {
    margin: 0 auto;
  }
  .home-ask-find-focuses .right {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
  .home-ask-find-focuses .right h3 {
    font-size: 33px;
    line-height: 33px;
    margin-bottom: 15px;
  }
  .home-ask-find-focuses .right .description {
    font-size: 16px;
    line-height: 20px;
    max-width: none;
  }
  .home-ask-find-focuses .right a {
    font-size: 18px;
    width: 221px;
  }

  .blog-module-latest .blog_item {
    text-align: center !important;
  }
  .blog-module-latest .blog_item .image {
    max-width: unset;
  }
  .blog-module-latest .blog_item .image img {
    margin: 0 auto;
  }
  .blog-module-latest .blog_item .summary .blog_stats {
    margin-right: 0;
    padding: 0 0 4px 0;
  }

  .brands-carousel .slick-list {
    max-width: 500px;
  }

  footer {
    font-size: 16px;
  }
  footer .powered > .container > .row > div {
    text-align: center !important;
    margin-bottom: 10px;
  }

  #column-left {
    margin-top: 40px;
  }

  .sidebar-menu {
    max-width: 360px;
    margin: 0 auto;
  }

  .side-ask-find-focuses {
    max-width: 360px;
    margin: 39px auto 0;
  }

  .productpage #content > .row > div:nth-child(2) {
    text-align: center;
  }
  .productpage .thumbnail {
    margin: 0 auto;
  }
  .productpage #cart-group #q_up,
  .productpage #cart-group #q_down {
    display: none;
  }
  .productpage #cart-group #button-cart {
    margin-left: 17px;
  }
  .productpage .nav-tabs {
    margin: 30px 0 0;
  }

  body[class^="blog-"] .blog_item .image {
    margin: 0 auto;
  }
  body[class^="blog-"] .blog_item .summary {
    max-width: 555px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
	.breadcrumb > li {
  white-space: normal !important;
  display: inline !important;
}
	.section-title {
  font-size: 25px !important;
}
	.home-nl-block form .privacy-cnt label {
  font-size: 13px !important;
}
	.home-nl-block form .privacy-cnt {
  display: inline-block;
  margin-bottom: 23px !important;
}
	.home-nl-block h2 {
  margin-top: 15px !important;
}
	.home-nl-block .description {
  font-size: 17px !important;
  margin-bottom: 18px !important;
  line-height: 1.3 !important;
}

.home-nl-block .description strong::after {

    content: "unset" !important;
    white-space: unset !important;

}
	.slick-dots { display: none}
	.home-page-main-info .refund .body::before {
		margin: 0 auto 10px auto !important;}
	#top-menu {
  margin: 0 !important;

}
	#top-menu > li:first-child { display: none}
	#top-info span.desk {display: none}
	#top-info span.mobile {display: block !important}
	#top {
  margin: 0 0 18px 0 !important;}
	header .container .row .col-md-3.col-sm-5 {
  position: absolute;
  top: 56px;
  right: 0;
}
	header .container .row .col-md-3.col-sm-5 .btn.dropdown-toggle { padding-left: 0 !important;padding-right: 0 !important; }
	#cart > .btn #cart-icon {
  color: #18a40d;
  font-size: 31px !important;
  margin-right: 11px;
}
	#cart-label, #cart-total { display:none}
	header .container .row .col-md-4.col-sm-12 { display: inline-block;
width: 100%;
max-width: 250px;}

	#logo {float: left}
  #top-menu {
    text-align: center;
    margin-bottom: 10px;
  }

  .home-page-main-info > .container > .row > div {
    display: inline-block;
  }

  .section-title::after,
  .slick-arrow {
    display: none !important;
  }

  .home-nl-block img {
    display: none;
  }

  .brands-carousel .slick-list {
    max-width: 400px;
  }

  footer {
    text-align: center;
  }
  footer img {
    margin: 0 auto 30px;
  }

  #adv-filters > div:last-child {
    margin-top: 20px;
  }

  .productpage .sale, .productpage #button-wishlist {
    right: 16px;
  }

  .blog_post .blog_stats {
    margin-right: 0;
  }

  body[class^='checkout-cart'] form table tbody tr > td {
    display: block;
    text-align: center;
    border: 0px none;
  }
  body[class^='checkout-cart'] form table tbody tr > td:first-child {
    border-top: 1px solid #dddddd;
  }
  body[class^='checkout-cart'] form table tbody tr > td .input-group {
    margin: 0 auto;
  }

  .blog_post .yt-thumb-wrapper div {
    top: calc(50% - 75px);
  }
  .blog_post .yt-thumb-wrapper div i {
    font-size: 150px;
  }
  .blog_post .yt-thumb-wrapper > span {
    top: 38%;
    left: 43%;
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 690px) {
  .blog_post .yt-thumb-wrapper > span {
    top: 39% !important;
    left: 44% !important;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 540px) {
  .blog_post .yt-thumb-wrapper > span {
    top: 36% !important;
    left: 42% !important;
  }
}

@media (max-width: 599px) {
  .brands-carousel .slick-list {
    max-width: 140px;
  }
}

@media (max-width: 465px) {
  .home-nl-block form input[type="email"] {
    width: 164px;
  }
  .home-nl-block form input[type="submit"] {
    padding: 0 15px;
  }
}

@media (max-width: 440px) {
  .blog_post .yt-thumb-wrapper div {
    top: calc(50% - 46px);
  }
  .blog_post .yt-thumb-wrapper div i {
    font-size: 80px;
  }
  .blog_post .yt-thumb-wrapper > span {
    top: 41% !important;
    left: 46% !important;
    width: 30px !important;
    height: 30px !important;
  }
}

@media (max-width: 390px) {
  .productpage #cart-group #button-cart {
    margin-left: 0;
    display: block;
    max-width: none;
    margin-top: 20px;
  }
}
/* MEDIA QUERIES - END */
/* RIF RAF STYLES - END */



.coupon-extra {
  display: inline-block;
  padding: 0px 15px 40px;
  vertical-align: top;
  text-align: center;
}
.coupon-extra a:hover {
  border-bottom: 1px solid #ffffff !important;
}
.helperText {
  display: inline-block;
  position: relative;
  top: 19px;
  font-size: 14px;
  font-weight: 600;
  padding-right: 5px;
}
.coupon-extra button {
  display: inline-block;
  width: 40%;
  margin: 15px auto 0;
  vertical-align: top;
  background: #18a40d;
  border: 0px none;
  font-size: 14px;
  font-weight: 700;
}
.coupon-extra button:hover {

  background: #cd1616;

}
#top-info span.mobile {display: none}
.account-login #input-password + a{ color:#444; font-size: 13px }
 .well{ background: none; box-shadow: none }
.alert-success {displa:block; max-width: 700px !important; width: 100% !important; margin: 0 auto; left: 0; right: 0 }
.promolink > img{margin:0 auto}
.alert.alert-success.text-center.myCustomAlert {
			width: 100%;
			display: block;
			max-width: 100% !important;
			margin-bottom: 15px;
		}

@media (min-width: 667px) and (max-width: 1199px){
.promolink {
    display: none !important;
}
}
@media (max-width: 666px){
	.box-shadow-bottom {
		display: flex;
		flex-direction: column;
	}
	.col_a3qm {
		order: 2;
	}
}

/* feedaty widget home */
#fdt_carouselcarosello-1_widget_merchant {
  margin: 0 auto;
}

/* # New Countdown Carousel 
================================================== */

.counterpromo {
  position: absolute;
  top: 5px;
  left: 300px;
  background: #fff;
  padding: 0px 30px;
  display: flex;
  color: #18a40d;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 40px;
}

.counterpromo > div {
  margin-left: 15px;
  color: #18a40d;
}

.countdown-featured h2 {
  margin-bottom: 40px;
}

.countdown-featured .slick-arrow {
  top: -60px;
}

.counterpromo > div > span {
  background: #cd1616;
  padding: 5px;
  color: #fff;
  margin: 0px 2px;
  display: inline-block;
  position: relative;
  max-width: 45px;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.2;
}

.counterpromo > div > span > span {
  text-transform: uppercase;
}

.generic-top-bar {
    text-align: center;
	padding:5px;
}

.generic-top-bar p {
    display: inline-block;
    margin-bottom: 0;
	
}

@media (max-width: 767px) {
  .counterpromo {
    font-size: 11px;
    padding-left: 15px;
    left: initial;
    right: 0px;
  }
}

@media (max-width: 576px) {
  .countdown-featured h2 {
    margin-bottom: 50px;
  }
  .counterpromo {
    left: 20px;
    top: 50px;
    font-size: 11px;
    padding: 0px;
  }
}

/* RDK CSS RULES - START */
ul.list-unstyled > li#countdown{
  display: none !important;
}
/* RDK CSS RULES - END */