/* FONTS */

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Flaticon.woff") format("woff"),
    url("../fonts/Flaticon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Black.eot");
  src: url("../fonts/Roboto-Black.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Black.woff2") format("woff2"),
    url("../fonts/Roboto-Black.woff") format("woff"),
    url("../fonts/Roboto-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.eot");
  src: url("../fonts/Roboto-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Medium.woff2") format("woff2"),
    url("../fonts/Roboto-Medium.woff") format("woff"),
    url("../fonts/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.eot");
  src: url("../fonts/Roboto-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Bold.woff2") format("woff2"),
    url("../fonts/Roboto-Bold.woff") format("woff"),
    url("../fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.eot");
  src: url("../fonts/Roboto-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Light.woff2") format("woff2"),
    url("../fonts/Roboto-Light.woff") format("woff"),
    url("../fonts/Roboto-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Regular.woff2") format("woff2"),
    url("../fonts/Roboto-Regular.woff") format("woff"),
    url("../fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Thin.eot");
  src: url("../fonts/Roboto-Thin.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Roboto-Thin.woff2") format("woff2"),
    url("../fonts/Roboto-Thin.woff") format("woff"),
    url("../fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

/* GENERAL */

* {
  font-family: "Roboto", sans-serif, Arial;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* font-size: 16px; */
  /* color: #484848; */
  line-height: 20px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  overflow: -moz-scrollbars-vertical;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-attachment: fixed;
  padding-top: 0;
}

.row {
  margin: 0;
}

#k2Container {
  margin-bottom: 0;
  padding-bottom: 0;
}
#search_mob_btn,
.hamburger {
  display: none;
}
/* LINKS */

a:hover {
  text-decoration: none;
  color: inherit;
}

a:active,
a:focus,
a:focus-within {
  outline: none !important;
  text-decoration: none;
  color: inherit;
}

a {
  color: #000000;
}

a:hover {
  color: #b5d16a;
}

/* H1-H6 TITLES, P, A */

h1 {
  font-weight: 900;
  font-size: 30px;
  color: #000000;
  line-height: 48px;
}

h2 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 36px;
  padding: 0;
  margin: 10px 0 20px 0;
  clear: both;
  text-align: left;
}

h3 {
  font-size: 26px;
  font-weight: 500;
}

p {
  margin: 0;
  font-weight: 500;
  padding: 10px 0;
}

li {
  font-size: 18px;
}

/* IMAGES */

img {
  width: auto;
  max-width: 100% !important;
}

img:active,
img:focus,
img:focus-within {
  outline: none;
}

/* LAYOUT */
/* .container-fluid {
  padding-left: 55px;
  padding-right: 55px;
} */
.container-fluid .bottom-full .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}
div.header {
  margin-bottom: 0px;
}
div.header-logo {
  height: 132px;
  text-align: left;
  padding-left: 0px;
}
div.header-logo .custom {
  display: inline-block;
  margin-top: 20px;
}
div.header-logo p {
  padding: 0;
  text-align: center;
}
div.header-menu {
  height: 132px;
  text-align: center;
}
div.header-icons {
  height: 132px;
}
/* div.default { border: 1px solid #959595;} */
div.footer {
  margin-top: 125px;
}
div.bottom-full {
}
div.bottom-col1 {
  height: 450px;
}
div.bottom-col2 {
  height: 450px;
}
div.bottom-col3 {
  height: 450px;
}
div.inside {
  height: 430px;
}
div.footer-col1 {
  min-height: 100px;
  display: flex;
  align-items: flex-start;
}
div.footer-col2 {
  min-height: 100px;
  display: flex;
  align-items: center;
}
div.footer-col3 {
  min-height: 100px;
  display: flex;
  align-items: flex-start;
}
div.footer-col4 {
  min-height: 100px;
  display: flex;
  align-items: flex-start;
}
div.footer-col5 {
  min-height: 100px;
  display: flex;
  align-items: center;
}

/* .home .moduletable {position: relative; margin-bottom:55px;} */

/* BUTTONS */
button,
td.acysubbuttons input,
.btn-primary {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #000;
  cursor: pointer;
  vertical-align: middle;
  font-weight: normal;
  transition: all 0.3s ease;
  box-shadow: none;
  text-shadow: none;
  border: 1px solid #888;
  border-radius: 40px;
  padding: 10px 16px;
}

/*.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #bfd730;
  border-color: #bfd730;
}*/

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.btn-primary:focus {
  box-shadow: none;
}

button:hover,
button:focus,
td.acysubbuttons input:hover,
td.acysubbuttons input:focus,
.btn-primary:hover,
.btn-primary:focus {
  color: #fff;
  background-color: #b5d16a;
  /* border: 1px solid #b5d16a; */
  text-decoration: none !important;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #c3c3c3;
  border-color: #c3c3c3;
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
  box-shadow: none;
}

.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
}

.nav li:before {
  content: none;
}

ul.nav.menu li a:hover {
  color: #b5d16a;
  text-decoration: none;
}

/* ul.nav.menu li.active,
ul.nav.menu li.active a {
  color: #b5d16a;
  font-weight: 700;
} */

/*	Square image Class	*/
.square_image_container {
  background-color: #f5f1f1;
  width: 100%;
  position: relative;
}
.square_image_container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.square_image_container img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

/* SYSTEM MESSAGE CONTAINER */

#system-message-container {
  position: fixed;
  width: 80%;
  z-index: 999;
  top: 45%;
  left: 10%;
}

/* ARTICLES */

div.itemHeader h2.itemTitle {
  font-size: 26px;
  font-weight: 600;
  /* max-width: 800px; */
  padding-bottom: 20px;
}

/* div.itemFullText {
  max-width: 1000px;
} */

/* Header */

.header-menu {
  display: flex;
}

div#hornav {
  z-index: 999999;
  /* margin: 0 auto; */
}

.header-menu #content-menu {
  width: 100%;
  margin: 54px auto auto auto;
}

.header-menu ul li {
  margin: 0 20px;
}

.header-menu li a {
  font-family: "Roboto";
  font-weight: 500;
  font-size: 16px;
}

#sj-search-pro170 {
  width: 180px;
}

.header-icons form {
  margin: auto;
  margin-right: 28px;
}
#sj-search-pro170.sj-search-pro-wrapper .autosearch-input,
#sj-search-pro170.sj-search-pro-wrapper .button-search {
  height: 27px;
}
#sj-search-pro170.sj-search-pro-wrapper .button-search {
  padding-top: 4px;
  padding-bottom: 4px;
}
.header-icons .vm2w-mylists .fa-heart:before {
  content: "";
  display: none;
}
.header-icons .cart img {
  width: auto;
}
.product-field-display .vm2w-icon-heart:before,
.header-icons .vm2w-mylists .vm2w-icon-heart:before {
  content: "";
  background: transparent url(../images/heartfav.png) no-repeat;
  width: 25px;
  height: 25px;
}
.header-icons .vm2w-mylists .vm2w-icon-heart:before {
  margin-top: 3px;
}
.header-icons #search170 {
  background: #ebebeb;
  border: none;
  border-radius: 25px;
}

.header-icons .sj-search-pro-wrapper .button-search {
  background: #ebebeb;
  border: none !important;
  box-shadow: 0px 0px 0px transparent !important;
}
.header-icons .sj-search-pro-wrapper .btn-default:hover {
  border: none;
  background: #ebebeb;
}
.header-icons .sj-search-pro-wrapper .dropdown-menu-sj {
  width: 320px;
}
.header-icons #search170 input {
  padding: 12px 20px 12px 0;
  border: none;
}

/* .header-icons #search170 span{
  display: none;
} */

.vm2w-mylists a {
  background: transparent;
  border: none;
}
.vm2w-mylists a.btn-primary:focus,
.vm2w-mylists a.btn-primary:hover {
  background-color: transparent;
  border: none;
}
.vm2w-mylists a.btn-primary:focus i,
.vm2w-mylists a.btn-primary:hover i {
  color: #b5d16a;
}
.vm2w-mylists {
  margin: auto 10px;
}

.header-icons {
  display: flex;
}

.header-icons .custom {
  margin: auto 0 auto 10px;
}

.cart img {
  width: 33px;
  height: auto;
}

/* footer */

.home footer.footer {
  padding-top: 20px;
}

footer.footer a:hover {
  color: #b5d16a;
}

.last_row {
  margin-top: 30px;
  margin-bottom: 30px !important;
}
.bottom-col2,
.bottom-col1 {
  padding-right: 0px;
}
.bottom-col1 .inside {
  margin: 20px 0px;
  padding: 10px;
  background-color: #ffe1ea;
}
.bottom-col1 h3 {
  color: #8b9c30;
}
.bottom-col1 h3,
.bottom-col2 h3 {
  font-size: 30px;
}

.bottom-col1 p {
  color: #e952de;
  font-size: 18px;
  margin: 15px 10px 0 30px;
  line-height: 130%;
}

.bottom-col1 img {
  float: left;
}

.bottom-col1 h3 {
  margin-right: 10px;
  text-align: right;
  margin-top: 14px;
}

.bottom-col2 .inside {
  margin: 20px 0px;
  padding: 10px;
  background-color: #fee440;
}

.bottom-col2 img {
  height: 177px;
  float: left;
  padding: 10px;
}

.bottom-col2 h3 {
  color: #8d48de;
  text-align: right;
  margin-right: 25px;
  margin-top: 5px;
}

.bottom-col2 p {
  font-size: 18px;
  padding-top: 35px;
}
.bottom-col2 .inside {
  position: relative;
}
.bottom-col2 #star {
  color: #00bbf9;
  font-size: 14px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 0;
}

.bottom-col3 .inside {
  display: flex;
  margin: 20px 0px;
  background-color: #d0d1e6;
}

.bottom-col3 img {
  float: left;
}

.bottom-col3 .acyfield_email.acy_requiredField input {
  outline: none;
  line-height: 50px;
  padding-left: 18px;
  width: 100%;
  margin-top: 15px;
}

.bottom-col3 .newsletter {
  margin: 80px 50px 0 10px;
}
.bottom-col3 .acymailing_introtext {
  font-size: 20px;
  line-height: 130%;
}
.bottom-col3 .acymailing_fulldiv a.modal {
  font-size: 15px;
  color: #000;
}
.bottom-col3 .acymailing_fulldiv a.modal:hover {
  color: #b5d16a;
}
.bottom-col3 h3 {
  color: #b5d16a;
  font-size: 30px;
}

.bottom-col3 #news_image {
  height: 380px;
}
.bottom-col3 .acysubbuttons {
  text-align: right;
}
.acysubbuttons .button {
  background: #ffffff;
  color: #000000;
  border: 1px solid black;
  font-weight: 900;
  width: 180px;
  font-size: 17px;
  border-radius: 0;
}
.whyfromus {
  font-weight: 900;
  font-size: 30px;
  color: #b5d16a;
  background: transparent url(../images/logo_title.png) no-repeat;
  background-position: right center;
  padding: 24px 194px 10px 0px;
  display: inline-block;
}
.bottom-col3 #news_image {
  content: url("/images/play/santa.png");
}
.footerbg-container {
  background-color: #f5f1f1;
  margin-top: 70px;
  margin-bottom: 10px;
}
.footer_inside {
  margin: 0;
}
.footer-col2 img {
  margin-left: 15px;
  margin-right: 15px;
}
.footer-col3 h3,
.footer-col4 h3 {
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 10px;
  color: #b5d16a;
}

.footer-col3 ul {
  display: block;
}

.footer-col4 ul {
  list-style-type: none;
  text-align: left;
  margin-right: 80px;
}

.footer-col5 ul {
  list-style-type: none;
  text-align: right;
}
.footer-col3 li,
.footer-col4 li {
  line-height: 145%;
}
.footer-col1 p {
  line-height: 145%;
  padding: 0px;
}
.footer-col1 p.address {
  margin-bottom: 10px;
}
.footer-col1 img {
  margin-top: 15px;
}
div.footer-col5 {
  padding-left: 0;
}
.footer-col5 li {
  margin-top: 8px;
  margin-bottom: 8px;
  color: #070707;
}
.footer-col5 li a {
  font-size: 18px;
}
.subfooter-right .moduletable,
.subfooter-left .moduletable {
  margin-bottom: 6px !important;
}
.subfooter-right .menu {
  float: right;
  margin-top: 9px;
}

.subfooter-right li {
  padding-right: 10px;
}

.category.floatleft.width33 {
  width: 33.3%;
  padding-right: 20px;
}

div.all-series {
  background-color: #e1e1e1;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
div.all-series .col0 span {
  color: #0075bd;
  font-size: 36px;
  line-height: 115%;
  margin-left: 21px;
  display: block;
  margin-top: 10px;
}
/*	Static Content	*/
#static_content {
  width: 1350px;
  margin: 80px 0 90px;
  border: 1px solid #959595;
  padding: 25px;
}
/* Slider */
.home .moduletable .slick-prev {
  position: absolute;
  top: 150px;
  right: auto;
  left: -20px;
  z-index: 800;
}
.home .moduletable .slick-next {
  position: absolute;
  top: 150px;
  right: 20px;
  left: auto;
  z-index: 800;
}
.home .moduletable .slick-prev:before {
  display: block;
  width: 30px;
  height: 52px;
  background: transparent url(../images/prev.png) no-repeat;
  content: "";
}
.home .moduletable .slick-next:before {
  display: block;
  width: 30px;
  height: 52px;
  background: transparent url(../images/next.png) no-repeat;
  content: "";
}

.home #slider .slick-dots {
  right: 30px;
  position: absolute;
  top: 90%;
}
.home #slider .slick-dots li button {
  border: 1px solid rgb(255, 255, 255);
  width: 20px;
  height: 20px;
  margin: 0px;
}
/* .home #slider .slick-dots li.slick-active button {
  background-color: #000;
} */
.home #slider .slide_img {
  position: relative;
}
.home #slider .slide_info {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.home #slider .slide_info h2 {
  margin-left: 45px;
  margin-top: 15%;
}
/* Homepage Categories */
.view_all {
  position: absolute;
  right: 0;
  top: 0;
}
.label {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background-color: #fff;
  color: #b5d16a;
  padding: 10px 40px;
  border-radius: 20px;
}
.label a {
  color: #b5d16a;
}
.label.categoryLabel {
  top: 20px;
  bottom: auto;
  right: 20px;
  left: auto;
}

.filteredCategories_wrapper {
  width: 100%;
}
.filteredCategories_wrapper a {
  display: block;
  width: 100%;
  height: 100%;
}
.filteredCategories > div {
  position: relative;
}
.filteredCategories_wrapper .dummy {
  margin-top: 50%;
}
.filteredCategories {
  position: absolute;
  top: 46px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-flow: column wrap;
  width: 100%;
}

.boyCategories .filteredCategories_wrapper .dummy {
  margin-top: 75%;
}
.boyCategories .filteredCategories > div:nth-child(1) {
  width: 50%;
  height: 100%;
  padding: 5px;
}
.boyCategories .filteredCategories > div:nth-child(2),
.boyCategories .filteredCategories > div:nth-child(3) {
  width: 50%;
  height: 50%;
  padding: 5px;
}
.boyCategories .filteredCategories_wrapper .label {
  background-color: #b5d16a;
  color: #fff;
}

.girlCategories .filteredCategories > div {
  width: 33.3%;
  height: 100%;
  padding: 5px;
}
.girlCategories .filteredCategories_wrapper .label {
  background-color: HotPink;
  color: #fff;
}

.filteredCategoriesSeries {
  display: flex;
  flex-flow: row;
  width: 100%;
  padding: 0;
}
.filteredCategoriesSeries > div {
  height: 100%;
  padding: 0 7px 7px 7px;
  flex-grow: 1;
  width: 33.3333%;
}
.filteredCategoriesSeries .square_image_container {
  margin-bottom: 16px;
}

/*	Virtuemart Category page	*/
.vm-product-media-container,
.virtuemart-section .vm-product-media-container {
  background-color: #f5f1f1;
  margin-bottom: 10px;
}

.virtuemart-section #bd_results {
  width: 100%;
}
.virtuemart-section .category_image {
  height: 990px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: flex;
}

.virtuemart-section .category_desc {
  align-self: center;
  padding-left: 50px;
  width: 38%;
}
.virtuemart-section .category_desc p {
  font-size: 60px;
  font-weight: 900;
  color: #ffffff;
  text-shadow: -2px 2px 4px #6d6c69;
  line-height: 110%;
}
/* Filters	*/
.col-md-3.filters {
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.col-md-9.category_name,
.col-md-9.virtuemart-products-container {
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
#filter_btn {
  padding-top: 43px;
}
.filter_btn {
  background: transparent url(../images/filter.png) no-repeat;
  background-position: left center;
  padding-left: 34px;
  background-size: 30px 30px;
  font-size: 16px;
  font-weight: 900;
  cursor: pointer;
  display: none;
}
.active_filter {
  display: block;
}

.hidden_filters {
  left: -500px;
  position: absolute;
}
.col-md-9.virtuemart-products-container.full_prod_container {
  flex: 0 0 100%;
  max-width: 100%;
}
#filters {
  margin-top: 9px;
}
#filters-inner-wrapper {
  background-color: #f3f3f3;
}
#filters-inner-wrapper .cf_flt_wrapper {
  border-bottom: 1px solid #e2e2e2;
  padding: 20px 10px;
}
#filters-inner-wrapper .headexpand {
  float: right;
}
#filters-inner-wrapper .cf_flt_header {
  font-weight: 900;
  margin-bottom: 10px;
}
#filters-inner-wrapper ul.cf_filters_list {
  padding-left: 0px;
}
#filters-inner-wrapper ul.cf_filters_list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 4px;
}
#filters-inner-wrapper ul.cf_filters_list li.cfLiLevel1 {
  padding-left: 15px;
  margin-left: 0 !important;
}
#filters-inner-wrapper .cf_search_button.btn {
  background-color: #b5d16a;
  float: right;
}
#filters-inner-wrapper .cf_search_button.btn .cficon-search {
  color: #fff;
}
#filters-inner-wrapper .cf_resetAll_label,
#filters-inner-wrapper #price_clear,
#filters-inner-wrapper .cf_clear {
  background-color: #b5d16a;
  float: right;
  font-size: 13px;
  color: #fff;
  padding: 1px 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
}
#filters-inner-wrapper .cf_resetAll_label:hover,
#filters-inner-wrapper .cf_search_button btn:hover,
#filters-inner-wrapper #price_clear,
#filters-inner-wrapper .cf_clear:hover {
  background-color: #1575e0;
}
#filters-inner-wrapper .cf_filtering_slider_gutter,
#filters-inner-wrapper #cf_wrapper_input_text_price_125 {
  width: 100%;
}
#filters-inner-wrapper .cf_filtering_slider_gutter {
  margin-bottom: 5px;
}
#filters-inner-wrapper .cf_slider_gutter_m {
  width: 90%;
}
#filters-inner-wrapper #cf_wrapper_input_text_price_125 label,
#filters-inner-wrapper #cf_wrapper_input_text_price_125 input {
  margin-right: 5px;
  width: 20%;
  min-width: 37px;
}
#filters-inner-wrapper .cf_catOption.cfLiLevel0 {
  font-weight: bold;
  margin-top: 5px;
}
#filters-inner-wrapper .cf_catOption.cfLiLevel1 a {
  font-size: 15px;
}
/* Products List */
.virtuemart-products-container {
  padding-left: 0;
  padding-right: 0;
}
.product-container.width33 {
  width: 33.3%;
}

.vmproduct.slider {
  width: 100%;
}
.product-container a.image {
  overflow: auto;
  position: relative;
  display: block;
}
.product_container .vm-customfields-wrap,
.product-container .vm-customfields-wrap {
  order: 2;
}
.product_container .addtocart-area form,
.product-container .addtocart-area form {
  display: flex;
}
.product_container .addtocart-area form .vm2wishlist,
.product-container .addtocart-area form .vm2wishlist {
  margin: 10px 0 0 0;
}
.product-container .addtocart-bar {
  float: left;
}
.product_container .vm-customfields-wrap a[title="Added to Wishlist"],
.product_container .vm-customfields-wrap a[title="Add to Wishlist"],
.product-container .vm-customfields-wrap a[title="Added to Wishlist"],
.product-container .vm-customfields-wrap a[title="Add to Wishlist"] {
  width: 50px;
  border: none;
  background-image: none;
  padding: 0 10px;
  position: relative;
}
.product_container .vm-customfields-wrap a[title="Added to Wishlist"] i,
.product_container .vm-customfields-wrap a[title="Add to Wishlist"] i,
.product-container .vm-customfields-wrap a[title="Added to Wishlist"] i,
.product-container .vm-customfields-wrap a[title="Add to Wishlist"] i {
  font-size: 35px;
}
.product_container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  i.vm2w-icon-remove,
.product-container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  i.vm2w-icon-remove {
  font-size: 17px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  z-index: 99;
  display: inherit;
  left: 15px;
  position: absolute;
  top: 6px;
}
.product_container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  i.vm2w-icon-remove:before,
.product-container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  i.vm2w-icon-remove:before {
  width: 20px;
  height: 20px;
  margin: 0;
}
.product_container
  .vm-customfields-wrap
  a[title="Add to Wishlist"]
  .vm2w-icon-heart,
.product-container
  .vm-customfields-wrap
  a[title="Add to Wishlist"]
  .vm2w-icon-heart {
  position: absolute;
  left: 10px;
  top: -6px;
}
.product_container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  .vm2w-icon-heart,
.product-container
  .vm-customfields-wrap
  a[title="Added to Wishlist"]
  .vm2w-icon-heart {
  position: absolute;
  left: 10px;
  top: -6px;
}
.product_container
  .vm-customfields-wrap
  .btn-primary:not(:disabled):not(.disabled):active,
.product-container
  .vm-customfields-wrap
  .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #fff;
}
.product_container .availability p,
.product_container .availability,
.product-container .availability p,
.product-container .availability {
  text-align: left;
  font-size: 15px;
  margin: 0;
  font-style: italic;
}
.product_container .availability,
.product-container .availability {
  margin-bottom: 5px;
}
.product_container .availability[data-availability="Άμεσα Διαθέσιμο"] p,
.product-container .availability[data-availability="Άμεσα Διαθέσιμο"] p {
  color: #4e924d;
}
/* pagination	*/
.vm-pagination {
  width: 100%;
  margin-right: 20px;
}
.vm-pagination .icon-next {
  content: ">";
}
.vm-pagination .icon-last {
  content: ">|";
}

/*	Product page */
.vm-product-container {
  display: flex;
}
.virtuemart-section.virtuemart-cart,
#content_wrapper.vm2wishlists-list,
.product-detail-wrapper {
  border-top: 9px solid #e0e0e0;
}
.virtuemart-section.virtuemart-cart {
  padding-top: 44px;
}
#product_page {
  width: 1350px;
  margin: 44px auto 0 auto;
}
.vm-product-page-media-container .main-image {
  background-color: #f3f3f3;
  width: 100%;
  height: 578px;
  display: flex;
  overflow: hidden;
}
.virtuemart.view-productdetails
  .vm-product-page-media-container
  .additional-images
  .col-md-6
  .add_image_wrapper
  a,
.vm-product-page-media-container .main-image a {
  width: 100%;
  height: 100%;
}
.vm-product-page-media-container .main-image img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.virtuemart.view-productdetails
  .vm-product-page-media-container
  .additional-images {
  display: flex;
  flex-wrap: wrap;
}
.virtuemart.view-productdetails
  .vm-product-page-media-container
  .additional-images
  .col-md-6 {
  margin-bottom: 14px;
  padding-right: 7px;
  padding-left: 0;
}
.virtuemart.view-productdetails
  .vm-product-page-media-container
  .additional-images
  .col-md-6:nth-child(even) {
  padding-left: 7px;
  padding-right: 0;
}

.vm-product-page-details-container h1 {
  margin-top: 30px;
  line-height: 125%;
  margin-bottom: 25px;
}
.vm-product-page-details-container .product-price {
  width: 100%;
}
.vm-product-page-details-container .product-fields .product-field-type-R {
  display: none !important;
}
.vm-product-page-details-container .product-fields .product-field-type-S {
  margin-bottom: 5px;
}
.vm-product-page-details-container .product-filed-id36 {
  display: none !important;
}

.price-crossed span.PricebasePriceWithTax {
  text-decoration: auto !important;
  font-size: 12px !important;
  margin-right: 5px;
}
/* .text-only .vm2wishlists{display:none;} */
.add-2-favorite-only p {
  display: none;
}
.vm-product-page-details-container .product-description {
  margin-bottom: 20px;
  font-weight: 500;
}
.virtuemart.view-productdetails
  .vm-product-page-details-container
  span.addtocart-button
  input.addtocart-button {
  background-image: none;
  margin-bottom: 12px;
}
.virtuemart.view-productdetails
  .vm-product-page-details-container
  span.addtocart-button
  input.addtocart-button:hover {
  color: #fff;
  background-color: #b5d16a;
  border: 1px solid #b5d16a;
}
.vm-product-page-details-container .wm2wishlist .btn-primary {
  padding-top: 19px;
  padding-bottom: 19px;
  background-position-x: 47px;
}
.vm-product-page-details-container .wm2wishlist .btn-primary:hover {
  color: #fff;
  background-color: #b5d16a;
  border: 1px solid #b5d16a;
}
.productdetails-view .spacer-buy-area {
  position: relative;
}
.vm-product-page-details-container .wm2wishlist .btn {
  position: absolute;
  bottom: -62px;
  left: 15px;
}
.vm-product-page-details-container .wm2wishlist #wishlist-remove-1-403 {
  bottom: -64px;
}
/*  Cart page	*/
.vm-order-done h3,
.virtuemart-cart #ProOPC .cart-page-title {
  font-size: 30px !important;
  font-weight: 900 !important;
}
.virtuemart-cart #ProOPC .cart-page-title span {
  font-size: 18px !important;
  font-weight: 500 !important;
}
.view-user #com-form-login .width30.floatleft input.default,
.spaceStyle .floatright a,
.vm-order-done .vm-button-correct,
.proopc-empty-continue-link .proopc-btn,
.virtuemart-cart .proopc-continue-shopping {
  border: 1px solid #888;
  border-radius: 40px;
  padding: 10px 16px;
}
.view-user #com-form-login .width30.floatleft input.default,
.vm-order-done .vm-button-correct,
.proopc-empty-continue-link .proopc-btn {
  background-image: none;
  background-color: #fff;
}
.view-user #com-form-login .width30.floatleft input.default:hover,
.spaceStyle .floatright a:hover,
.vm-order-done .vm-button-correct:hover,
.proopc-empty-continue-link .proopc-btn:hover,
.virtuemart-cart .proopc-continue-shopping:hover {
  color: #fff;
  background-color: #b5d16a;
  border: 1px solid #b5d16a;
  text-decoration: none !important;
}
.virtuemart-cart .proopc-continue-link {
  margin-top: -20px;
  margin-bottom: 30px;
}
.virtuemart-cart table.cart-summary.proopc-table-striped tr th {
  font-weight: 500;
}
.virtuemart-cart table.cart-summary.proopc-table-striped tr th span {
  color: #b5d16a;
  font-weight: 500;
}
#ProOPC,
#ProOPC span,
#ProOPC div,
#ProOPC p,
#ProOPC input,
#ProOPC select,
#ProOPC button,
#ProOPC h1,
.proopc-finalpage h3,
.proopc-finalpage h2,
.proopc-finalpage h1,
.proopc-finalpage h4,
.proopc-register-login h3,
.proopc-register-login h2,
.proopc-register-login h4,
.proopc-register-login h1 {
  font: inherit !important;
}
.price-title,
.final-price,
.product-discount,
.product-price .PricesalesPrice,
.col-total .PricesalesPrice {
  color: #000 !important;
}
.virtuemart-cart .line-through {
  color: #ec008c !important;
}
.virtuemart-cart .proopc-register-login h3 {
  font-weight: bold !important;
}
.virtuemart-cart .proopc-finalpage {
  display: flex;
}
.virtuemart-cart #ProOPC .proopc-finalpage .proopc-process-title {
  font-weight: 500 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
.proopc-shipments,
.proopc-payments,
.proopc-coupon {
  margin-left: 0 !important;
}
.virtuemart-cart #ProOPC .proopc-finalpage .proopc-step {
  background-color: #b5d16a;
  margin: -3px 5px 3px -5px;
  line-height: 25px !important;
}
.virtuemart-cart #ProOPC .proopc-finalpage #checkout_details label,
.virtuemart-cart #ProOPC .proopc-finalpage #checkout_details span {
  font-size: 16px;
}
.virtuemart-cart #ProOPC .proopc-finalpage #checkout_details input {
  margin-bottom: 15px;
}
.virtuemart-cart #proopc-order-submit,
.virtuemart-cart #proopc-task-savecoupon {
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  background-image: none;
  text-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.virtuemart-cart #proopc-order-submit:hover,
.virtuemart-cart #proopc-task-savecoupon:hover {
  background-color: #b5d16a;
  border: 1px solid #b5d16a;
}
.virtuemart-cart .proopc-cart-summery th {
  font-weight: 500;
}
.virtuemart-cart .proopc-cart-product {
  border-bottom: 1px solid #dedede;
}
.virtuemart-cart .grand-total .PricebillTotal {
  color: #000;
}
.virtuemart-cart #ProOPC .proopc-login input,
.virtuemart-cart #ProOPC .proopc-guest-form input {
  padding-left: 0px !important;
  padding-right: 0px !important;
  width: 100% !important;
}
.virtuemart-cart #ProOPC .proopc-login input#proopc-remember {
  width: 10px !important;
}
.virtuemart-cart #ProOPC .proopc-login button,
.virtuemart-cart #ProOPC .proopc-guest-form button {
  width: -webkit-fill-available !important;
  max-width: 100% !important;
}

/*	Virtuemart Orders - User Login Form	*/
.virtuemart-orders h1,
.virtuemart-orders h2,
.users-login h1 {
  text-align: center;
}
.users-login #bd_results {
  width: 100%;
}
.users-login .form-validate,
.virtuemart-orders #com-form-login {
  width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.users-login .form-validate .control-label {
  text-align: center;
}
.users-login .form-validate .control-group {
  margin-bottom: 20px;
}
.virtuemart-orders #com-form-login .width30 {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 10px;
}
.users-login .nav-tabs a,
.virtuemart-orders #com-form-login .width30 a {
  font-size: 14px;
}
.users-login .rememberme {
  text-align: center;
}
.users-login .rememberme .control-label,
.users-login .rememberme .controls {
  display: inline-block;
}
.users-login .form-validate input,
.virtuemart-orders #com-form-login input {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.users-login .form-validate button,
.virtuemart-orders #com-form-login input.default {
  margin-bottom: 10px;
  background-color: #000;
  border: 1px solid #000;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 5px 25px;
}
.users-login .form-validate button {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.users-login .form-validate button:hover,
.virtuemart-orders #com-form-login input.default:hover {
  background-color: #b5d16a;
  border: 1px solid #b5d16a;
}
.virtuemart-orders #com-form-login input#remember {
  display: inline-block;
  margin: auto;
}
.users-login .nav-tabs {
  border: none;
  display: block;
  margin: 20px auto;
  width: max-content;
}

/*	Wishlist	*/

#content_wrapper.vm2wishlists-list {
  padding-top: 44px;
}
.vm2wishlists.view-list {
  display: block;
}
.vm2wishlists.view-list .product-field .vm2wishlists {
  display: none;
}
.vm2wishlists-list h1 .vm2w-icon-heart:before,
.vm2wishlists-list h1 {
  color: #b5d16a;
}

.vm2wishlists-list #vm2w_listdata {
  display: none;
}

.vm2wishlists-list #vm2w_share {
  margin-top: -54px;
}
.vm2wishlists-list .brick {
  padding: 8px;
  margin: 0px;
  position: relative;
}
.vm2wishlists-list .vm2w_product_cat {
  text-align: left;
}
.vm2wishlists-list .vm2w_product_cat i {
  display: none;
}
.vm2wishlists-list .vm2w_product_price {
  font-size: 16px;
  line-height: 26px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
.virtuemart-section.vm2wishlists-list .vm2w-rmv-btn {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 77;
}
.virtuemart-section.vm2wishlists-list .vm2w-rmv-btn i {
  font-size: 30px;
  cursor: pointer;
}
.virtuemart-section.vm2wishlists-list .vm2w_product_name h2 {
  margin-bottom: 5px;
}
.virtuemart-section.vm2wishlists-list .vm2w-rmv-btn:hover i {
  color: #b5d16a;
}
.virtuemart-section.vm2wishlists-list .thumb_container {
  overflow: hidden;
  background-color: #f5f1f1;
}
.virtuemart-section.vm2wishlists-list .vm2w_product_thumb img {
  width: 100%;
}
.vm2wishlists-list .pagination {
  flex-direction: column;
  margin-top: 30px;
}
.vm2wishlists-list .pagination div {
  width: 100%;
}
.virtuemart-section.vm2wishlists-list input.addtocart-button:hover {
  background-image: url(/images/shopping-cart.png);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-position-x: 31px;
  background-position-y: 10px;
}
/*	Contact form	*/
.contact_page .contact_form .convertforms {
  width: 100%;
}
.contact_page .form_map_cont {
  display: flex;
  margin-top: 30px;
}
.contact_page .convertforms .cf-form-wrap {
  padding: 0px;
}
.contact_page .convertforms .cf-form-wrap .cf-btn-text {
  color: #fff !important;
}
.contact_page .map .zhgm-map-default {
  border: 1px solid #000;
  margin-top: 26px !important;
  width: 100% !important;
}
.placemarkHead {
  margin-bottom: 5px;
}
.placemarkBody {
  font-size: 15px !important;
}
/*	related Products	*/
.related-products-container .slick-list.draggable {
  height: auto;
  padding: 30px 0;
}
.related-products-container .vm-product-media-container {
  margin: 0;
  background-color: transparent;
  text-align: left;
}
.related-products-container .vm-product-media-container a {
  font-size: 24px;
  color: #000;
  font-weight: 800;
  text-align: left;
}
.related-products-container
  .vm-product-media-container
  .square_image_container {
  margin-bottom: 12px;
}
/*	Related products in pop up	*/
.product-related-products {
  margin-top: 30px;
}
.product-related-products h4 {
  padding-top: 10px;
}
.product-related-products .product-field {
  width: 100px;
  float: left;
}
.product-related-products .vm-product-media-container {
  background: transparent;
  text-align: left;
}
/*	Order Completed Page	*/
.vm-order-done h3 {
  color: #333;
  margin-bottom: 15px;
}
.vm-order-done > div {
  margin-bottom: 10px;
}
.vm-order-done span.post_payment_order_number_title:after,
.vm-order-done span.post_payment_order_total_title:after,
.vm-order-done span.post_payment_payment_name_title:after {
  content: ":";
  margin-right: 10px;
}
.vm-order-done .vm-button-correct {
  font-size: 16px;
  font-weight: normal;
  color: #333;
}
/*	Orders Information	*/
.vm-orders-items .table-responsive table th,
.vm-orders-items .table-responsive table td,
.vm-orders-order .table-responsive table td {
  padding: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.vm-orders-order .table-responsive table tr:last-child td {
  border-bottom: 0;
}
.vm-orders-items .table-responsive table tr:nth-child(even),
.vm-orders-order .table-responsive table tr:nth-child(even) {
  background-color: #fff;
}
.vm-orders-items .table-responsive table tr:nth-child(odd),
.vm-orders-order .table-responsive table tr:nth-child(odd) {
  background-color: #f5f2f2;
}

div.spaceStyle .floatright {
  margin-bottom: 20px;
}
#user-registration .btn-primary {
  margin-top: 10px;
}
#user-registration .btn-primary:hover {
  background-color: #b5d16a;
}
.view-user #com-form-login .width30.floatleft {
  width: 100%;
  float: none;
  margin-bottom: 5px;
}
.view-user #com-form-login .width30.floatleft input.default {
  clear: both;
  display: block;
  margin-bottom: 20px;
  margin-top: 5px;
}
.view-user .table-responsive {
  overflow-x: inherit;
}
.view-user td.key {
  width: 200px;
  padding: 5px;
}
.addtocart-area .addtocart-bar .notify {
  height: 40px;
  width: 168px;
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #000;
  color: #000;
  display: flex;
  justify-content: center;
  margin-left: 3px;
  transition: all 0.2s ease-in-out;
  margin-top: 5px;
  padding: 9px 9px 7px 9px;
}
.addtocart-area .addtocart-bar .notify:hover {
  color: #b5d16a;
  border: #b5d16a solid 1px;
}

/* changes 2/8/2021 */

/* radio spot page */

.radiospot-container .item {
  width: 33%;
  display: inline-block;
  text-align: center;
}

/* home newsletter */

.newsletter-cont .acymailing_form {
  max-width: 650px;
  margin: auto;
  flex-wrap: wrap;
}

.newsletter-cont p.fieldacyterms label {
  color: #fff;
  font-size: 14px;
}

.newsletter-cont p.fieldacyterms {
  width: 100%;
}

/* photos slider */

.sigProContainer.sigProClassic .slick-list {
  height: auto;
}

.sigProContainer.sigProClassic img.sigProImg {
  margin: auto;
}

.sigProContainer.sigProClassic button.slick-prev,
.sigProContainer.sigProClassic button.slick-next {
  width: 40px;
  height: 40px;
  z-index: 99;
  outline: none;
}



/* home articles */

.pilones-cont {
  padding-top: 200px;
  padding-bottom: 80px;
  background-image: url(../images/water_leaf.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: relative;
}

.pilones-cont .moduletable {
  width: 29%;
  background: #fff;
  margin: 0 2%;
  text-align: center;
  padding: 30px !important;
  box-shadow: 0 0 15px #ccc;
}

.pilones-cont .moduletable h3 {
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 40px;
  position: relative;
}

.pilones-cont .moduletable p {
  font-size: 16px;
}

.pilones-cont .moduletable img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.pilones-cont .moduletable h3:after {
  content: "";
  width: 150px;
  max-width: 80%;
  background: #dcdcdc;
  height: 2px;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.pilones-cont .moduletable a.readmore {
  color: #dc1815;
  border: 1px solid #dc1815;
  padding: 10px 20px;
  border-radius: 40px;
  text-transform: uppercase;
  margin: 10px;
  display: inline-block;
  font-size: 18px;
  width: 200px;
  max-width: 90%;
}

.pilones-cont .moduletable a.readmore:hover {
  color: #fff;
  background: #dc1815;
}

/* home product tabs */

#product_tabs {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  justify-content: center;
  display: flex;
}

#product_tabs ul.nav.nav-tabs {
  border: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

#product_tabs li.nav-item {
  margin: 0 20px;
}

#product_tabs li.nav-item a {
  font-size: 22px;
  color: #fff;
  background: transparent;
  border: 40px;
  padding: 5px 25px;
}

#product_tabs li.nav-item {
  list-style: none;
  height: 70px;
  display: flex;
  align-items: center;
  width: 300px;
  justify-content: center;
  margin: 0;
  background: #d7d7d7;
}

#product_tabs li.nav-item.active,
#product_tabs li.nav-item:hover {
  background: #23a237;
  position: relative;
}

#product_tabs .swiper-wrapper {
  padding: 50px 0;
}

.products-carousel-inner {
  max-width: 80%;
}

#product_tabs li.nav-item.active:after {
  content: "";
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #23a237;
  clear: both;
}

#product_tabs li.nav-item:before,
#product_tabs li.nav-item::marker {
  content: none;
}

#product_tabs li.nav-item.active a,
#product_tabs li.nav-item:hover a {
  color: #fff;
  text-decoration: none;
}

#product_tabs .swiper-navigation {
  position: absolute;
  top: 0;
  left: auto;
  transform: none;
  display: flex;
  height: 100%;
  width: 95vw;
  max-width: 80%;
}

.product-tabs-tab-wrapper {
  position: relative;
}

#product_tabs .swiper-button-next {
  left: auto;
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
  color: #cfcfcf;
  font-weight: 800;
}

#product_tabs .swiper-button-prev {
  left: -50px;
  right: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  position: absolute;
  z-index: 9;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 10px;
  color: #cfcfcf;
  font-weight: 800;
}

#product_tabs .swiper-button-next:hover,
#product_tabs .swiper-button-prev:hover {
  background: #23a237;
  color: #fff;
}

#product_tabs .tab-content {
  border-top: 0;
}

#product_tabs .product-layout .product-container {
  background: #fff;
  text-align: center;
  margin: 0 25px;
  box-shadow: 0 0 15px #e6e6e6;
}

#product_tabs .image-container {
  margin: 0 10px;
  transition: 0.5s;
}

#product_tabs .image-container img {
  width: 100%;
  height: 200px;
  object-fit: contain;
}

#product_tabs .product-name {
  margin: 20px auto 0 auto;
  text-align: left;
}

#product_tabs .product-name a {
  color: #000;
  font-weight: 600;
  font-size: 19px;
}

#product_tabs .product-name a:hover {
  color: #23a237;
  text-decoration: none;
}

#product_tabs .product-desc {
  font-size: 15px;
  text-align: left;
  min-height: 20px;
}

#product_tabs .product-price {
  display: block;
  float: none;
  text-align: center;
  margin-bottom: 20px;
}

#product_tabs .product-price span {
  color: #23a237;
  font-size: 22px;
  font-weight: 700;
}

#product_tabs .spacer {
  padding: 15px;
}

#product_tabs .addtocart-area span.quantity-box,
#product_tabs .addtocart-area span.quantity-controls {
  display: none;
}

#product_tabs .addtocart-bar {
  margin: 0;
}

#product_tabs .addtocart-area span.addtocart-button input {
  background: #bfdde4 url(../images/cart_dark.png);
  border: 0;
  background-repeat: no-repeat;
  background-size: 30px;
  padding: 15px 25px 15px 60px;
  border-radius: 10px;
  color: #23a237;
  font-size: 16px;
  font-weight: 500;
  background-position: 12px;
}

#product_tabs .addtocart-area span.addtocart-button input:hover {
  background-color: #f9f9f9;
}

.products-carousel-inner {
  width: 95vw;
  margin: auto;
}

#product-tabs h4 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 46px;
  font-weight: 600;
}

#product_tabs .tab-content > .tab-pane {
  background: transparent;
}

#product_tabs .product-sku {
  width: 50%;
  text-align: left;
  font-size: 13px;
  color: #676767;
  margin-top: 20px;
  float: left;
}

#product_tabs a.product-link {
  text-align: right;
  width: 50%;
  float: right;
  margin-top: 20px;
  font-weight: 500;
  font-size: 25px;
}

.product-badges .product-field {
  max-width: 70px;
  margin: 3px;
  padding: 5px;
  border: 1px solid #ccc;
}

#productTabs table {
  width: auto !important;
  min-width: 50%;
  max-width: 100% !important;
}