html, body {
 max-width: 100%;
   overflow-x: hidden;
}
.sppb-row-container {
    max-width: 100%!important;
  }

.bottom-section #bottominfo a:hover {color: #006cb5;
  font-weight: 600;}
.list-unstyled,
.mod-list li a {
  font-size: 16px;
}
.reviewsfooter .aa-google-places-reviews-badge{ width:100%; margin:0; padding:0;-webkit-box-shadow: 0 0 2px 0 rgba(255,255,255,.51);
	  -moz-box-shadow: 0 0 2px 0 rgba(255,255,255,.51);
  box-shadow: 0 0 2px 0 rgba(255,255,255,.51);}
.reviewsfooter .aa-header .aa-prara-title{color:#fff}
#newsletter .acym_form  input.acym__user__edit__email   {
  width: 500px !important;
  border: none;
  background: #ebebeb;
  padding: 5px 30px;
  height: 55px;
  color: #b7b7b7;
  font-size: 20px;
}
.com-virtuemart.view-productdetails #product-reviews {
  background: #fff;
  padding: 45px;
}
.bottom-section{ margin-top:40px}
.textoverimgs .prime-slide-container{
z-index: 9
}
.header-right-lg .vpi-lg {  font-size: 2rem;
}


.header-main{background: transparent; !important}

#slider .prime-slide-text-area{ background:transparent }
.artsfr .sppb-article-introtext br,
.artsfr .sppb-addon-content br{ display:none;}
.artsfr .sppb-addon-content p{  margin-bottom: 1rem;}

.dj-megamenu-clean.dj-fa-no .dj-submenu .arrow::before{ border: solid #222;border-width: 0 2px 2px 0;}
#stockout-message{ display:none}
#tabfront .product-carousel-tns-outer{ margin-top:40px}
#tabfront .sppb-nav-modern{ margin:0 auto}
#mega-menu .sm-parent{ z-index: 9;margin: 0 auto; height:50px;min-width: 230px;}
.quickview-body .product-images-section{ padding:25px;}
.sp-pagebuilder-page-edit{ display:none !important}
.top-bar-content .mod-position-top-left.mod-inline {
  padding:  0;
}
#mega-menu ul.mod-list > li ul.mod-menu__sub{
  position: absolute;
  top: 60px;
  left: 0;
  padding:0;
  margin:0;
  list-style:none;
  text-align: left;
  background:none repeat scroll 0 0 #fff;
  min-width: 120px;
  z-index: 1000;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition:all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}
#mega-menu  ul.mod-list > li ul.mod-menu__sub {
  min-width: 220px !important;
  height: 380px;
  overflow-y: scroll;
  padding:0;
  width: 100%;
}
#mega-menu  ul.mod-list > li ul.mod-menu__sub a {
  display: block;
  line-height: 31px;
  padding:0 17px;
  border:1px solid #ccc;
    border-top-width: 1px;
  border-top-width: 0;
}
#mega-menu  ul.mod-list > li ul.mod-menu__sub a{
	color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 600;
	line-height: 30px !important;
  margin-bottom: 0 !important;
  padding:2px !important;
  margin-top: 14px !important;
  margin-left: 2px;
  text-align: center;
  text-transform: uppercase;
margin-right: 2px;
}
#mega-menu ul.mod-list > li > a:hover {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px !important;
  margin-bottom: 0 !important;
  padding:2px !important;
  margin-top: 14px !important;
  margin-left: 2px;
  text-align: center;
  text-transform: uppercase;
}
#mega-menu ul.mod-list > li:hover ul.mod-menu__sub {
  top: 104%;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition:all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition:all 0.5s ease 0s;
}


.product-related-products .product-short-description{ display:none}
/*.dj-megamenu-wrapper{ margin:0 auto}*/
.logobot{background: #fff;
  border-radius: 4px;
  padding: 15px;}
.com-virtuemart.view-cart .vmpayment p {
  margin: 0;
}
.com-virtuemart.view-productdetails.layout-notify #left-aside{ display:none}
.codelectics{ display: block;}

/* Βασική μορφοποίηση διαθεσιμότητας */
#dynamic-availability {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}
#dynamic-availability {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

#dynamic-availability.show {
  opacity: 1;
}
/* Όταν περιμένουμε ενημέρωση */
.availability-loading {
    color: #999;
}

/* Όταν το προϊόν είναι διαθέσιμο */
.availability-instock {
    color: #2dae00; /* Πράσινο */
}

/* Όταν το προϊόν είναι μη διαθέσιμο */
.availability-outofstock {
    color: red;
}

/* Όταν δεν έχει γίνει ακόμα σωστή επιλογή */
.availability-select {
    color: #2dae00;
}
.header-main {
 /* background-image: url("/images/bg-head.png");
  background-repeat: repeat;
  background-size: inherit;
  background-position:50% 50%;
	*/
}
.tlet {
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 20px;
  margin-bottom: 19px;
  display: inline-block;
  width: 100%;
}
.custom-tooltip {
    position: relative;
    cursor: pointer;
}

.custom-tooltip::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 120%; /* απόσταση πάνω από το κείμενο */
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    white-space: normal;
    width: 250px;
    text-align: center;
    font-size: 14px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 10;
    pointer-events: none;
}
.homepage .prods .product-name{ height:60px}
.custom-tooltip:hover::after {
    opacity: 1;
    visibility: visible;
}

/* Στυλ για το stock status */
.instockxeir2,
.outofstockxeir2,
.stock_has_children {
    display: inline-block;
	width: 100%;
    font-size: 1.1rem;
    margin: 5px 0;
}

/* Στυλ για τα icons */
.instockxeir2 i,
.outofstockxeir2 i,
.stock_has_children i {
    font-size: 1.2rem;
}

/* Χρώματα ανάλογα το stock */
.instockxeir2 {
    color: #28a745; /* Πράσινο */
}

.outofstockxeir2 {
    color: #dc3545; /* Κόκκινο */
}

.stock_has_children {
    color: #999; /* Κίτρινο/Πορτοκαλί */
}
.prlines a,
.prlines {
  font-style: italic;
  font-weight: 500;
	font-size: 14px;
  margin-bottom: 5px;
}
.outstockn.btn-danger{ background:#ccc;border: 2px solid #ccc;
  opacity: 0.6;min-height: 45px;}
.outstockn{pointer-events: none;
  cursor: default;}

.homepage .outstockn,
.com-customfilters.view-products  .outstockn,
.com-virtuemart.view-category .outstockn {
  pointer-events: auto !important;
  cursor: help;
  background: #ccc;
  padding: 6px 15px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
}
.gslide-image img{ background: #fff}
.product-related-products #tns2 > .tns-item{ margin-right:15px;}
.leftdrop, .rightdrop {
  background:#fff;
  padding:20px 50px;
  box-shadow: 0 2px 4px rgba(204,204,204,0.5);
}
.com-virtuemart.view-productdetails .addtocart-button.btn{ font-size: 20px;}
.flcats {
  max-width: 205px;
  min-width: 205px;
}
.quickview-body{ background:#fff}
#chars {
  background:#fafafa;
  padding:15px;
  border-radius:8px;
  box-shadow: 0 2px 4px rgba(204,204,204,0.5);

}
.plg_system_webauthn_login_button{ display:none}
.mod-megamenu>.mod-megamenu--item:last-child {
   /* margin-left: auto;*/
}
.cont.blog.com-content.view-category .item-image img{border-radius: 15px;} 
.cont.blog.com-content.view-article .item-image img{border-radius: 15px; margin-right: 15px; max-width: 400px} 
.mod-megamenu>.mod-megamenu--item:last-child>.mod-megamenu--item-anchor {
    padding-right: 0;
}
.bottom-slider-section{
  background: #fff;

  margin-top: 40px;}


.com-virtuemart.view-cart .container-xxl .main-section{ max-width:1680px;margin: 0 auto;}
.com-virtuemart.view-manufacturer .container-xxl .main-section,
.com-virtuemart.view-user .container-xxl .main-section{ max-width:1280px;margin: 0 auto;}

/*.bottom-section .container-xxl,
.mod-position-footer-left .sppb-row-container,
.cont.com-virtuemart.view-cart .main-section{ max-width:1280px; margin:0 auto}
.cont.com-virtuemart.view-productdetails .main-section,
.cont .main-section{ max-width:70%; margin:0 auto}*/
.containerheader{ max-width:1920px; margin:0 auto}
.5mb{ margin-top:92px}

#right-aside .vppl-inner .product-prices{ display:inline-grid; width:100%}
#right-aside .vppl-inner .addtocart-area{ display:inline-flex; width:100%}
#right-aside .vppl-inner .sku-list{font-size: 14px; margin-bottom:0}
#right-aside .vppl-inner .product-sales-price div{ font-size:18px;}
#right-aside .vppl-inner .vppl-name{font-size:1.2rem}

.mod-position-footer-left{ margin-bottom:0 !important}
.mod-megamenu--item-anchor.homemenu{ padding:0.7rem .6rem}
.homemenuimg{ max-height:29px; width:auto}

.mod-vmcategory-dropdown-opener-label{ width:100%}
.brand-logo img {
  max-height: 103px;
}
.product-sales-price, 
.product-sales-price div {
  font-size: 1.675rem;
}
/*
.com-virtuemart.view-category.subcategories #left-aside, 
.com-virtuemart.view-category.subcategories #right-aside{ display:none}
.com-virtuemart.view-category.subcategories #content .col-lg-8 {
  flex: 0 0 auto;
  width: 100%;
}*/
.com-virtuemart.view-productdetails .productdetails .product-image-gallery img{
  max-height: 550px;
  width: auto;
}
.com-virtuemart.view-productdetails .productdetails .product-image-gallery .product-image-gallery__thumbnails-wrapper img{
  max-height: 160px;
  width: auto;
}
.com-virtuemart.view-productdetails .mfp-content{ width:auto}
.package{
  background:#fff;
  margin-top: 25px;
  border-radius:10px;
}
.prods .product-image-default img,
.com-customfilters.view-products .product-image-default img,
.com-virtuemart.view-category .product-image-default img{ max-height:320px; width:auto}
.product-list-images { min-height:320px; max-height:320px;}
@media (max-width: 768px) {
.product-list-images { min-height: 170px;
    max-height: 170px;}	
	
}
/*..prods .product.product-grid-view:after,
com-customfilters.view-products  .product.product-grid-view:after,
.com-virtuemart.view-category .product.product-grid-view:after {
  position: absolute;
  content: "";
  border-right: 1px solid #ebebeb;
  height: calc(100% - 10px);
  right: 0;
  bottom: 10px;
  display: block;
}
.prods .product.product-grid-view,
.com-virtuemart.view-category .product.product-grid-view,
.com-virtuemart.view-category .product.product-grid-view {
  border-bottom: 1px solid #ebebeb;
  padding: 0 10px 10px;
    padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 10px;
}*/

.product-container {
  background:#fff;
	padding: 15px;

}
.blog-items .blog-item{
  background: #fff;
  padding: 25px;
}
#mega-menu {
  padding: 5px 0;
  background: #c93 ;
}
.product-related-products .product-container { margin-right: 15px;}
.category-image img {
  width: auto;
  text-align: center;
  margin: 0 auto;
  max-height: 190px;
}
.category-image.align-items-center { padding: 10px;background: #fff;}
.category-name.text-center { border-top: 3px solid #f4f4f4;padding: 15px;background-color: #01547c;}
.category-name a,
.category-name { font-size:1.15rem;font-weight: 500; color:#fff}
.category_description p{ margin:0 0 10px}
.category.d-flex:after {
  position: absolute;
  content: "";
  border-right: 1px solid #ebebeb;
  height: calc(100% - 20px);
  right: 0;
  bottom: 10px;
  display: block;
}
.category.d-flex {
  border-bottom: 1px solid #ebebeb;
  padding: 10px;
    padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}

.cf_flt_wrapper .cf_flt_header {
	color: #333;
  /*border-radius: 5px;
  position: relative;
  display: block;
    text-transform: capitalize;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  margin: 0;
  padding: 0 0 0 8px;
  background-color: #ebebeb;*/
}
.cf_flt_wrapper .cf_wrapper_inner {
padding:
12px 15px;
  border-bottom:
1px solid #ccd;
  margin-bottom: 15px;
}
.productdetails-view .product-field-display label,
.productdetails-view .product-fields .product-fields-title{color: #242424;
  font-size: 18px;
  font-weight: normal;}

.rightdrop .product-fields .product-field:first-child {
  float: left;
}
.rightdrop .product-fields .product-field {
  margin-top: 0;
  width: 48%;
  float: right;
	margin-bottom: 0;
}
@media (max-width: 768px) {
.rightdrop .product-fields .product-field:first-child {
  float: none;
}
.rightdrop .product-fields .product-field {
  margin-top: 0;
  width: 100%;
  float: none;
}
}
.rightdrop .product-fields {
  display: inline-block;
  width: 100%;
}
.productdetails-view .vm-customfields-container input, 
.productdetails-view .vm-customfields-container select, 
.productdetails-view .vm-customfields-container textarea, 
.productdetails-view .vm-customfields-container button {
  font-size: 14px;
  vertical-align: middle;
  color: #777;

}
.product-field-displa .choices.choices__customfield .choices__inner .choices__list.choices__list--single .choices__item{ padding: 0}
.product-field-display .choices.choices__customfield .choices__inner .choices__list.choices__list--single {
  width: 100% !important;
  max-width: none !important;

  height: 100%;
  padding:10px;
}


.cf_resetAll_link {
  text-align: center;
  margin:0 auto;
  display: inherit;
}
.cf_flt_wrapper .cf_li_clear {
  display: block;
  float: none !important;
}
.cf_filters_list li {
	  position:relative;
  line-height: 1.5rem;
  margin-bottom: 8px;
  margin-inline-start: 0;
  padding-inline-start: 0;
  list-style: none;
  background-image: none;
}
.cf_filters_list li .cf_option {
  text-decoration: none;
  padding: 0;
  color: #333;
  font-size: 16px;
}
.cf_link {
  display: inline-flex;
  max-width: 200px;
  white-space: normal;

}
.cf_filters_list li .cf_option:hover,
.cf_filters_list li .cf_option a:hover{color:#979aa0}
.manufacturer-description p,
.category_description p{ margin-bottom: 0;
  margin-top: 0;}
.manufacturer-description,
.category_description  {
  padding: 15px;
  background: #fff;
  font-size: 16px;
}
.category-view .cf_tag{ margin:0}
.productdetails-view .product-related-products .product-sales-price div{font-size:22px;}
.productdetails-view .product-sales-price, 
.productdetails-view .product-sales-price div { font-size:38px}
.product-sales-price, 
.product-sales-price div {
	
  font-weight: 700;
  font-size: 1.75rem;
  letter-spacing: -1px;
 /* width: 100%;*/
}
.product-price-before-discount {
  font-weight: 600;
  letter-spacing: -1px;
/*  display:grid;*/
  font-size: 16px;
}
#lists .addtocart-area .justify-content-center{justify-content: left !important; }
#lists .prods .product-prices,
#lists .sku-list{ text-align:left}
.sku-list{font-size: 13px;
  font-weight: 400;
  color: #999;
  line-height: 14px;
  margin: 5px 0 5px;
  padding:0;
  text-transform: uppercase;
  text-align: center;}
.mf-list {
  font-size: 16px;
  font-weight:400;
  color: var(--secondary-color) !important;
  line-height: 20px;
  margin-bottom: .5rem;
  padding: 0;
	margin-top: 0.8rem;
}
.cf_flt_counter {
position: absolute;
  right: 10px;
  top: 0;
}
.cf_clear{ display:none}
.browsecat {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
  position: relative;
  width: 100%;
  text-align: center;
  background: #0272a7;
  padding: 8px 0;
  color: #fff;
	font-weight: 600;
}
.prods .product-discount-amount,
.com-customfilters.view-products  .product-discount-amount,
.com-virtuemart.view-category .product-discount-amount{ display:none}
.prods .quantity-buttons,
.com-customfilters.view-products .quantity-buttons,
.com-virtuemart.view-category .quantity-buttons {

  height: 45px;
  margin-right: 1px;
  overflow: hidden;
  flex-direction: column;
}
.prods .btn-secondary.quantity-controls,
.com-customfilters.view-products .btn-secondary.quantity-controls,
.com-virtuemart.view-category .btn-secondary.quantity-controls {
  padding: 0;
  margin-bottom: 1px;
  width: 20px;
  height: 22px;
  display:inherit;
    border-top-left-radius: 0;
  border-bottom-left-radius: 0;
    border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.prods .product.product-grid-view, 
.com-customfilters.view-products .product.product-grid-view, 
.com-virtuemart.view-category .product.product-grid-view {
  padding:0 10px 10px;
    padding-left: 10px;
  padding-left: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  margin-top: 10px;
}
.prods .btn.addtocart-button,
.com-customfilters.view-products .btn.addtocart-button,
.com-virtuemart.view-category .btn.addtocart-button{ height:45px}
.prods .quantity-controls,
.com-customfilters.view-products  .quantity-controls,
.com-virtuemart.view-category .quantity-controls {
  display: flex;
}
.prods .addtocart-area .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.com-customfilters.view-products .addtocart-area .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback),
.com-virtuemart.view-category .addtocart-area .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(2px * -1);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
    border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.prods .com-customfilters.view-products .addtocart-area .quantity-box.input-group > .form-control.quantity-input,
.com-customfilters.view-products .addtocart-area .quantity-box.input-group > .form-control.quantity-input,
.com-virtuemart.view-category .addtocart-area .quantity-box.input-group > .form-control.quantity-input{
	flex: 0 1 80px;
  text-align: center;
  width: 70px;
  padding-left: .3rem;
  padding-right: .3rem;
  font-weight:500;
  }
.proopc-column-motos {
  margin:0 auto;
  padding:0;
  display: inline-block;
  position: relative;
}
.btn-ask-price {
  margin-bottom: 25px;
}
.quantities{ margin-right:-13px}

.product-related-products .product-prices{min-height: 60px;text-align: center;}
.prods .product-prices,
.com-customfilters.view-products .product-prices,
.com-virtuemart.view-category .product-prices{/* display:inline-grid; width:40%; */min-height: 40px;text-align: center;}

.prods .addtocart-area,
.com-customfilters.view-products .addtocart-area,
.com-virtuemart.view-category .addtocart-area {
  /*display: inline-block;
  width: 58%;*/
}

.product-related-products .product-name,
.prods .product-name,
.com-customfilters.view-products .product-name,
.com-virtuemart.view-category .product-name{height: 70px;overflow: hidden;}
@media (max-width: 768px) {
.prods .product-name,
.com-customfilters.view-products .product-name,
.com-virtuemart.view-category .product-name{
        height: auto; /* Να μην έχει fixed height */
        max-height: 2.6em; /* Περιορισμός ύψους σε περίπου 2 γραμμές */
	min-height: 2.6em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2; /* Πόσες γραμμές θέλουμε */
        -webkit-box-orient: vertical;
    }
}


.manufacturer-thumbnail{ height:70px; width:auto; vertical-align:middle}
.vpprime-manufacturer{ min-height:70px;max-height:70px;width:auto}
.brdet{}

.productdetails-view .product-mfbr {
  font-size: 14px;
  margin-bottom:1rem;
  color: #333;
  text-transform:uppercase;
}
.productdetails-view .product-sku span{ font-weight:600}
.productdetails-view .product-sku span.text-muted{ font-weight:400}
.productdetails-view .product-sku {
  font-size: 14px;
  margin-bottom:0rem;
  color: #333;
  text-transform:uppercase;
}
.bratl{margin-bottom:1rem;}
.quickview-body .prods .product-title {
  font-size: 1.7rem;
}
.quickview-body .sppb-alert {padding: 8px 12px;
  border: 1px solid transparent;
  border-radius: 4px;}
.quickview-body .sppb-alert-primary p{ margin:0}
.productdetails-view .quickview-body  .product-sales-price, 
.productdetails-view .quickview-body  .product-sales-price div { font-size:30px}
.productdetails-view .quickview-body  .PricebasePriceWithTax{ font-size:1.3rem}
.quickview-body .sppb-alert-primary {
  background: rgba(48,113,255,.1);
  color: #3071ff;
}
.quickview-body .product-labels { top:15px; left:15px;}
.quickview-body .product-manufacturers > .product-manufacturer > a,
.productdetails-view .product-manufacturer > a{border: 1px solid #ebebeb;
  padding: .5rem; box-shadow:none}
  

.productdetails-view .product-prices-wrapper .product-price-before-discount {
  font-size: 1.5rem;
  width: auto;
  display: inline-block;
  margin-right:15px;
}
.productdetails-view .product-prices-wrapper .product-sales-price {
  display: inline-block;
  width: auto;
  margin-right: 10px;
}
.productdetails-view .PricebasePriceWithTax{ display:inline-block;width: auto;text-decoration: line-through;font-size: 1.7rem;  font-weight: 600;}
.productdetails-view .product-price-before-discount div{ display:inline-block;}
.productdetails-view .PricesalesPrice { display:inline-block}
/*.productdetails-view .product-discount-amount{ display:inline-block}*/

.product-related-products .product-image {max-height: 220px;
  width: auto;}
.productdetails-view #product-description,
.productdetails-view #product-description p,
.productdetails-view #product-description span{ font-size:18px !important;margin-bottom: 8px !important;}
.homepage.main-section{}
.homepage.com-content.view-article .main-content-area .container-xxl{ max-width:75%;min-width: 1280px;}

.cont.com-virtuemart.view-user .page-container-box{ border:none}
.productdetails-view .product-short-description{
  font-size: 18px;
  line-height: normal;
  margin-bottom: 6px;
  padding:0;
  text-align: left; 
  height: auto;
border-bottom: 1px solid var(--gray-200);
  padding-bottom: 15px;
}
.com-virtuemart.view-productdetails .availblt { text-align: left;}
.availblt {
color: #fc8202;
  font-weight: 600;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
}
.com-virtuemart.view-productdetails .product-short-description {
  display: none;
  display: inline-block;
  min-height: 50px;
  max-height: 50px;
  width: 100%;
  font-weight: 400;
}
.psd{height:50px}
.product-short-description{font-size: 14px;
  height: 50px;
  line-height: 14px;
  margin-bottom: 6px;
  padding:0;
  text-align: justify; }

.com-virtuemart.view-productdetails .product-short-description span.descreadmore { text-decoration: none; font-size: 14px; font-style: italic; text-align: left; margin-top: 10px;}
.com-virtuemart.view-productdetails .product-short-description span.descreadmore a{ color:#a8a8a8}
.com-virtuemart.view-productdetails .product-short-description span.descreadmore a:hover{text-decoration: underline} 
.com-virtuemart.view-productdetails .product-short-description span.descreadmore{}

.com-virtuemart.view-productdetails .product-short-description span {
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: underline;
  margin-bottom: 15px;
}
.cont.com-virtuemart.view-productdetails.layout-notify .main-content-area .container-xxl #content{ width: 100%}

.cont.com-virtuemart.view-user .main-content-area .container-xxl,
.cont.com-virtuemart.view-manufacturer .main-content-area .container-xxl,
.cont.com-virtuemart.view-productdetails.layout-notify .main-content-area .container-xxl,
.cont.com-convertforms.view-form .main-content-area .container-xxl,
.cont.com-jmap.view-sitemap .main-content-area .container-xxl,
.cont.com-virtuemart.view-user .main-content-area .container-xxl,
.cont.com-sppagebuilder.view-page .main-content-area .container-xxl,
.cont.com-virtuemart.view-orders .main-content-area .container-xxl,
.cont.com-content.view-category  .main-content-area .container-xxl,
.cont.com-content.view-article .main-content-area .container-xxl{ max-width: 1280px;
  background:#fff;   margin-top: 25px;}

/*.cont.blog.com-content.view-category  .main-content-area .container-xxl #content,
.cont.blog.com-content.view-article .main-content-area .container-xxl #content{ max-width: 980px;
  background:#fff;  border-radius:15px;  margin-top: 25px;}

.cont.blog.com-content.view-category  .main-content-area .container-xxl #content,
.cont.blog.com-content.view-article .main-content-area .container-xxl #content{ max-width: 980px;
  background:#fff;  border-radius:15px;  margin-top: 25px;}
*/
.com-virtuemart.view-productdetails .main-content-area .container-xxl{}

#chars .product-fields{ font-size:16px;}
.product-field-type-E {

}
.product-field-type-E .product-fields-title-wrapper {
 
  margin-bottom: 0;

}
#main-tab2 .product-field-type-E .product-field-display, #main-tab .product-field-type-E .product-field-display {
  width: 50% !important;
  color: #252525;
  float: left;
  display: inline-block;
  padding-left: 10px;
}
.product-field-type-E .product-fields-title-wrapper strong {
  font-weight: normal;
  color: #5c5c5c;
}
.ca{ font-size:16px; }
.ca.b{display:block}
.com-virtuemart.view-productdetails .productdetails .addtocart-button { width:100%}
.com-virtuemart.view-productdetails .productdetails .addtocart-button-container {

}

.com-virtuemart.view-productdetails .productdetails .sppb-addon-alert p { margin:0}
.product-back-link-wrapper{ font-size:16px; font-weight:500}
.alv {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.rev {
  margin: 1.1rem 0 0 0;
}
.rev.row iframe{width: 220px !important;  height: 56px !important;}
.mb-0 .sppb-addon-text p{ margin:0}
.ask-a-question-wrapper {
  font-weight: 500;
  background: #f0f0f0;
  text-align: center;
  border-radius: 3px;
  padding: 5px;
}
.contactorm,
.priceform{ cursor:pointer}

.com-virtuemart.view-manufacturer .manufacturer-view-default .manufacturer-image img{ max-height: 150px;
  width: auto;
  max-width: 195px;
  height: 70px;
  }
/*.com-virtuemart.view-productdetails .productdetails   #product-description p img{ display: inline-block;
  width: auto;
  max-width: 280px;max-height: 80px;
  height: auto;
  }*/
.view-recents{padding: 20px 0;
  background: #f0f0f0;
  border-radius: 4px;
  margin: 40px 0 35px 0;}  
.titlerecent{ text-align:center; font-size:32px; font-weight:500;display: block;
  margin-bottom: 5px;
 } 
.subtitlerecent{text-align:center; font-size:24px; font-weight:400;display: block;
  margin-bottom: 15px;
  }   
.subtitlerecent span{ color:#699028}