/* Pagination */

.browse-view .vm-pagination ul li>a, .browse-view .vm-pagination ul li>span

{
    width: auto !important;
    min-width: 30px !important;
    padding: 0 10px !important;
    border-radius: 0px !important;
}

/* ===== SVG Social Icons ===== */

/* Általános konténer: Bal ikonok, jobb szöveg */
.top-address-2 {
  display: flex;
  align-items: flex-start;
  gap: 20px; /* Ikonok és szöveg közti távolság */
}

/* Social ikonok oszlopban (egymás alatt) */
.social-icons-only {
  display: flex;
  flex-direction: column;
  gap: 15px; /* Ikonok közötti távolság */
  align-items: center;
}

/* Középre igazított social ikonok (egymás mellett) */
.social-row {
  text-align: center;
  padding: 5px 0;
}

.social-icons-centered {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; /* Ikonok közti távolság */
}

/* Linkek alap stílusa */
.social-link, 
.social-icons-only a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
  transition: color 0.3s, transform 0.3s, fill 0.3s;
}

/* SVG ikonok alap stílusa */
.social-link svg,
.social-icons-only svg {
  width: 24px;
  height: 24px;
  fill: currentColor; /* Szülő szín öröklése */
  transition: fill 0.3s, transform 0.3s;
}

/* Hover effektek (szín + nagyítás) */
.social-link:hover,
.social-icons-only a:hover {
  transform: scale(1.2);
}

/* Facebook hover szín */
.social-link[href*="facebook"]:hover,
.social-icons-only a[href*="facebook"]:hover {
  color: #1877f2; /* Facebook kék */
}

/* Instagram hover szín */
.social-link[href*="instagram"]:hover,
.social-icons-only a[href*="instagram"]:hover {
  color: #e4405f; /* Instagram pirosas */
}

/* Jobb oldali szövegrész (címek) */
.contact-info, 
.top-address-1 {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}


/** **/

@media (max-width: 991.98px){
.t4-navbar .navbar.navbar-expand-lg {
    float: none;
    display: none;
  }
 
}

  .t4-navbar .navbar {
    float: left;
    min-height: 52px;
    width: 110%;
  }

.module-title  {
    padding: 5px 10px;
    background-color: #323a45;
    color: #fff;
}

.com-content-article .page-header h2 {
    padding: 5px 30px;
    background-color: #323a45;
  color: #fff; }

.category-view .row .category .spacer {
    background-color: #fff;
    padding-top: 30px;
	min-height: 310px;
}

 .browse-view .row .product .spacer {
    padding: 0px 10px !important;
    background-color: #fff;
}
.com_virtuemart .category-view .spacer a {
  text-align: center;
}


.browse-view .vm-product-media-container {
    min-height: 250px;
}

.vm-product-descr-container-1>h2, .vm-product-descr-container-0>h2 {
    min-height: 45px;
}

.vm-product-media-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.productdetails .vm-product-media-container {
    display: block;
}

@media (max-width: 767px) {
  .vm-product-media-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .vm-product-media-container img {
    max-width: 100%;
    height: auto;
  }
}

.breadcrumb {
    padding: 10px 0;
}

.sidebar-l {
    padding-right: 1rem;
}

.category.floatleft.width33 {
    background-color: #fff;
  	border: 1px solid #ddd;
}

@media (min-width: 768px){
.vm-col-3, .width33.width33 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 32%;
    max-width: 32%;
    margin: 5px;
}
}

div[class*=-view] .vm-col.product {
    min-width: 295px;
}

div[class*=-view] div.row .product{
  justify-content: center;
}

.com_virtuemart .category-view .spacer a {
    font-size: 17px;
    color: #212121;
    font-weight: 400;
}

/** Ask a Question **/
.ask-a-question-view .form-field textarea.field,
.ask-a-question-view .form-field textarea.field:hover,
.ask-a-question-view input.counter, 
.ask-a-question-view input#name, 
.ask-a-question-view input#email,
.general-bg, input.custom-attribute, 
input.quantity-input, 
.manufacturer-product-link a, 
a.ask-a-question, 
input.vm-default, 
a.product-details, 
a.details, 
div.details, 
button.default {
	background: unset;
}

button#close-iframe {
    display: none;
}

.com_virtuemart #askform input[type=text] {
    height: 30px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

label {
	min-width: 60px;
}

.ask-a-question-view, .manufacturer-details-view .spacer {
    padding: 0;
}

@media only screen and (max-width: 767px) {
    #fancybox-wrap {
        left: 0 !important;
    }
}

/* Slider */

.slider-content-inner {
    background: #00000085;
    padding: 2em;
}

.ask-a-question-view input.counter, 
.ask-a-question-view input#name, 
.ask-a-question-view input#email {
	margin: 0;
    padding: 20px !important;
}

/* Border */

.border {
    border: none !important;
}

/* RSForm */

.form-control, .inputbox {
    max-width: 100%;
}

@media (min-width: 576px){
.col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: none;
  }}

@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: left;
  }}

.acm-slideshow.acm-owl {
    display: none;
}

.item-380 .acm-slideshow.acm-owl {
  display: block;
}

/* Collapsible on Virtuemart Product Page */

.collapsible {
  cursor: pointer;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  background-color: #f1f1f1;
  padding: 10px 15px;
  width: 100%;
  margin-bottom: 20px;
}

.content {
  padding: 0 15px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
}

button.collapsible:focus {
color: #000;
}

/* Virtuemart Category Dropdown fix in Category edit mode */

.chosen-container-single .chosen-single {
width: 200px;
}

/* Top Mobile Address module */

.address-table {
width: 100%;
text-transform: capitalize;
}

.address-table td {
width: 49.7299%;
}
.border-right-cell {
border-right: 1px solid #9E9E9E;
padding-right: 10px;
text-align: right;
}
.padding-left-cell {
padding-left: 10px;
text-align: left;
}

/* By default, show all custom divs */
.t4-col.footer-logo .custom {
display: block;
}

/* Hide the second custom div on screens larger than 768px */
@media (min-width: 769px) {
.t4-col.footer-logo .custom:nth-child(1) {
  display: none;
}
}

.review-title {
  display: none;
}