.product-list-toolbox {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-list-type {
    position: relative
}

.product-list-toolbox input {
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.error_msg {
    color: red
}

.remove-liked-product i {
    color: red
}

.search-module-checkbox-holder {
    display: inline-block;
    margin-right: 10px;
}

.search-result-frame .search_title, .search-result-frame .search-item {
    display:inline-block;
}
.search-module-checkbox-holder input {
    display: inline-block;
    max-width: 20px;
}

.search-result-frame .search-item {
    vertical-align: top;
}

.search-module-checkbox-holder span {
    display: inline-block; 
    vertical-align: text-bottom;
}

.search-module-checkbox-holder .container_check {
    padding-left: 25px;
}

.search-module-name-tag {
    font-size: 1.2rem;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}

#newsletter .form-control {
    margin-bottom: 5px
}

input[type='checkbox'] {
    margin-right: 5px;
}

.gallery-list-box-topic {
    padding: 0 !important
}

.gallery-list-box-topic h3 {
    margin-top: 10px;
}

.document-list-wrapper .ti-download {
    float: right
}

#basicModalMagnific, .basicModalMagnific {
  background: #fff;
  padding: 30px;
  padding-top: 0;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}

#basicModalMagnific .mfp-close, .basicModalMagnific .mfp-close {
  color: #666;
  background-color: #e4e4e4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  top: 12px;
  right: 20px;
  width: 32px;
  height: 32px;
  line-height: 32px;
}

#basicModalMagnific .mfp-close:hover, .basicModalMagnific .mfp-close:hover {
  color: #fff;
  background-color: #66676b;
}

#basicModalMagnific .mfp-close:before, .basicModalMagnific .mfp-close:before {
  font-size: 16px;
  font-family: 'themify';
  content: "\e646";
}

#userPrivacyStatementModal {
    max-width: 80%
}

#regisztracio_form .vi_captcha {
    width: 30%;
    margin-top: 15px;
}

.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.myaccount-tab-menu a {
    border: 1px solid #ccc;
    border-bottom: none;
    color: #333333;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}

.myaccount-tab-menu a:last-child {
    border-bottom: 1px solid #ccc;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #004dda;
    border-color: #004dda;
    color: #fff;
}

.myaccount-tab-menu a i.fa {
    font-size: 14px;
    text-align: center;
    width: 25px;
}

@media only screen and (max-width: 767.98px) {
    #myaccountContent {
        margin-top: 30px;
    }
}

.myaccount-content {
    border: 1px solid #eeeeee;
    padding: 30px;
}

@media only screen and (max-width: 575.98px) {
    .myaccount-content {
        padding: 20px 15px;
    }
}

.myaccount-content form {
    margin-top: -20px;
}

.myaccount-content h3 {
    font-size: 20px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 500;
}

.myaccount-content .grid_item a h3 {
    border-bottom: none
}

.myaccount-content .welcome a {
    color: #333333;
}

.myaccount-content .welcome a:hover {
    color: #bc9051;
}

.myaccount-content .welcome strong {
    font-weight: 600;
    color: #bc9051;
}

.myaccount-content fieldset {
    margin-top: 20px;
}

.myaccount-content fieldset legend {
    color: #333333;
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
    border-bottom: 1px dashed #ccc;
}

.myaccount-table {
    white-space: nowrap;
    font-size: 14px;
}

.myaccount-table table th,
.myaccount-table .table th {
    color: #333333;
    padding: 10px;
    font-weight: 500;
    background-color: #f8f8f8;
    border-color: #ccc;
    border-bottom: 0;
}

.myaccount-table table td,
.myaccount-table .table td {
    padding: 10px;
    vertical-align: middle;
    border-color: #ccc;
}

.saved-message {
    background-color: #f4f5f7;
    border-top: 3px solid #bc9051;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    padding: 20px;
}

#contactForm {
    margin: 0;
}

#contactForm .field.ViForm {
    width: 100%
} 

#loginPopupErrorMessage {
    color: red
}

.user-edit-frame legend {
    margin-bottom: 10px;
}

header ul.top_tools > li .dropdown-access .dropdown-menu {
    padding-top: 0;
    margin-top: 0
}

.order-collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none !important;
    font-size: 15px;
    font-weight: 700
}

.order-collapsible.active, .order-collapsible:hover {
    background-color: #ccc;
}

.order-content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.order-collapsible:after {
    font-family: 'themify';  
    content: "\e61a";
    font-size: 13px;
    color: #333333;
    font-weight: 700;
    float: right;
    margin-left: 5px;
}

.order-collapsible.active:after {
    content: "\e622";
    color: #333333;
    font-weight: 700;
}

.order-content-inner {
    margin: 15px 0
}

.order-content-inner h5 {
    margin-top: 15px;
    font-size: 1.1rem;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 700;
}

.dropdown-menu ul {
    margin-top: 0 !important
}

.ordered-product-item-infos {
    margin-left: 10px;
    color: #333333;
}

#compareModal {
    max-width: 50%
}