/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, form, label,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

ul {
    /* list-style: none; */
}

.hyphen {
    hyphens: auto;       /* ενεργοποιεί native hyphenation */
    -webkit-hyphens: auto; /* για Safari/Chrome */
    -ms-hyphens: auto;      /* για IE10+ */
    word-break: break-word; /* καλύτερο wrapping */
}

/* builder */

[class*="block-"] {
    box-sizing: border-box;
}

div[class^='block'] ul{
    list-style: disc;
    margin-left: 15px !important;
}

div[class^='block'] ol{
    list-style: decimal;
    margin-left: 15px !important;
}

div[class^='block'] h1,
div[class^='block'] h2{
    margin: 1.5rem 0;
}

div[class^='block'] h4,
div[class^='block'] h3{
    margin: 1rem 0;
}

div[class^='block'] p{
    margin-bottom: 0.8em;
}

/* end builder */

.edit_admin_link {
    right: 10px;
    bottom: 60px;
    font-family: Arial;
    position: fixed;
    text-align: center;
    z-index: 9999;
    width: 40px;
}

.edit_admin_link i {
    font-weight: normal !important;
    font-size: 36px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 20px;
}

.embed-container iframe, .embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.media_title {
    display: table;
    margin: 3px auto 30px auto;
    font-style: italic;
    text-align: center;
}

.builder_img {
    display: table;
    margin: auto !important;
    max-width: 100% !important;
}

.builder_icon {
    display: block !important;
    width: 20px;
    height: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
}

.builder_icon_link {
    text-decoration: none;
}

.builder_blurb_content {
    box-sizing: border-box;
    text-align: left;
    display: table;
    max-width: 550px;
    margin: 0 auto;
    position: relative;
    word-wrap: break-word;
    width: 100%;
    padding-right: 15px;
    margin-top: 10px;
}

.builder_blurb_icon {
    display: table-cell;
    vertical-align: top;
    min-width: 50px;
}

span.builder_blurb_icon_wrap {
    display: block;
    font-size: 20px !important;
    color: #214b61;
    text-align: right;
    line-height: 0;
    padding-top: 10px;
}

.builder_blurb_container {
    text-align: left;
    padding-left: 7px;
    display: table-cell;
    vertical-align: top;
    padding-top: 10px;
}

.builder_blurb_container *:first-child,
.builder_blurb_container p {
    margin: 0 !important;
    padding: 0 !important;
    word-break: break-word;
}

.builder_hr {
    box-sizing: border-box;
    margin: 30px auto;
}

input[type="checkbox"] .aligned {
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.features_toggle {
    display: block;
    margin: 0 5px 20px 0;
    cursor: pointer;
    text-align: right;
    font-size: 12px;
}

/* Fix error showing the containers before module hide them*/
.accountMenu, .cartMenu, .currencyMenu {
    display: none;
}

.sf-menu li {
    list-style: none !important;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

.menu_dir {
    display: none;
    float: right;
    font-size: .8em !important;
    color: inherit !important;
}

img {
    image-rendering: -webkit-optimize-contrast !important;
}

img.zoomable {
    cursor: url(../images/magnify.cur), pointer;
}

a, a:hover, a:active, a:focus {
    outline: 0 !important;
}

img[data-link] { /*tinyMCE editor image */
    border: 5px solid transparent;
    box-sizing: border-box;
}

label.error {
    color: #bd152e;
    font-size: .85em;
    font-weight: normal;
    font-family: inherit;
}

.error:not(label):not([required]) {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #bd152e;
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    line-height: 14px;
    font-weight: normal;
    text-shadow: none;
    font-weight: bold;
}

.notify {
    position: relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #808080;
    max-width: 800px;
    margin: 0 auto;
    background: transparent;
    text-align: center;
    line-height: 14px;
    font-weight: bold;
    text-shadow: none;
}

.notifyMessage {
    background: url(../images/info.png) center 10px no-repeat;
    text-align: left;
    padding: 60px 20px 20px 20px;
    display: table;
    margin: auto;
}

.errorMessage {
    background: url(../images/warning.png) center 10px no-repeat;
    text-align: left;
    padding: 60px 20px 20px 20px;
    display: table;
    margin: auto;
}

.internalError {
    background: #890000;
    color: white;
    margin: 10px 0;
    padding: 10px;
}

.messageList {
    margin-bottom: -5px;
}

.required {
    display: none !important;
}

.asterisk {
    font-size: 12px;
    color: #e90000;
    font-weight: bold;
    margin: 0 5px;
    cursor: default;
}

.ody_terms h5 {
    font-size: 1em;
}

/* when template is not the Rainbow, set the rainbow classes (will be override if needed) ************************/
.rainbow {
    background-color: #F60000; /* color */
}

.rainbow:hover {
    background-color: #132c39; /* dark */
}

.rainbow_color {
    color: #2c6584; /* color */
}

.rainbow_dark {
    color: #132c39; /* dark */
}

.rainbow_darker {
    color: #214b61; /* darker */
}

/* **************************************************************************************** */

a:not(data-type[copyright]) {
    color: #2c6584; /* color */
}

a:not(data-type[copyright]):hover {
    color: #193a4b; /* dark */
}

.i,
.filter_contents label,
.qv_block label,
.anchor_content {
    display: none;
}

#algorithm_container label {
    display: block !important;
}

.gdpr_consent_checkbox {
    position: relative;
    text-align: left;
    display: table;
    margin: auto;
    max-width: 474px;
}

.gdpr_consent_checkbox input[type="checkbox"] {
    position: absolute;
    top: 4px;
}

.gdpr_consent_checkbox label {
    font-style: italic;
    position: static;
    padding: 0 0 20px 20px !important;
    margin: 0 !important;
}

.nojs {
    color: black;
    background: white;
    text-align: center;
    border-bottom: solid 1px #e7e7e7;
    padding: 20px;
    height: 100%;
    font-size: 20px;
}

#chl {
    white-space: nowrap;
}

#chl select {
    border: 0;
    background: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 10px;
    color: black;
    padding: 2px;
    border: 1px solid black;
    margin-left: 3px;
    height: 22px !important;
}

.hyphenate {
    text-align: justify;
    text-justify: distribute;
}

#printDirections {
    display: none;
}

.thumb_container {
    overflow: hidden;
}

.cat_path {
    clear: both;
    position: relative;
    background: #f4f4f4;
    padding-bottom: 5px;
    margin: 0 auto 26px auto;
    border-top: 3px solid white;
}

.cat_path_contents {
    font-size: 10px;
    padding-top: 5px;
    margin-left: 20px;
}

.cat_path_line {
    display: inline-block;
}

.cat_path_line a {
    color: #d5481a;
    text-decoration: none;
}

.cat_path_line a:hover {
    text-decoration: underline;
}

.branch {
    background: url(../images/cat_branch.png) no-repeat;
    padding-left: 33px;
}

.branch_multiple {
    background: url(../images/cat_branch.png) repeat-y;
    padding-left: 33px;
}

.position_se {
    position: absolute;
    top: -13px;
    left: 16px;
}

.body_terms {
    background: white;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 20px;
    text-align: justify;
    text-justify: distribute;
}

.menu_icon {
    float: left;
    margin-right: 10px !important;
}

.editable {
    position: absolute;
    top: -25px;
    right: 30%;
    display: none;
    overflow: hidden;
    z-index: 100001;
}

.editable a {
    display: block;
    width: 50px;
    height: 50px;
    background: url(../admin/images/edit_module.png) center top no-repeat;
}

.editable a:hover {
    background-position: center -50px;
}

.fileLinkDiv {
    width: 140px;
    min-height: 120px;
    margin: 15px;
    float: left;
    text-align: center;
}

.font_increase {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/font-adjustments.png) left top no-repeat;
}

.font_increase:hover {
    background-position: left bottom;
}

.font_decrease {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/font-adjustments.png) right top no-repeat;
}

.font_decrease:hover {
    background-position: right bottom;
}

.font_reset {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../images/font-adjustments.png) center top no-repeat;
}

.font_reset:hover {
    background-position: center bottom;
}

#system_message {
    padding: 50px 0;
}

.html5gallery-watermark-0 {
    display: none !important;
}

.req {
    color: #b60000;
    font-weight: bold;
    margin-right: 5px;
}

#page_content {
    padding: 40px;
}

#section_links a:hover {
    color: #fff;
    background-color: #92548c;
    text-decoration: none;
}

.contactForm {
    border-top: 1px solid grey;
    margin-top: 5px;
}

.col {
    -moz-column-count: 2;
    -moz-column-gap: 3em;
    -webkit-column-count: 2;
    -webkit-column-gap: 3em;
    column-count: 2;
    column-gap: 3em;
    -moz-column-rule: 1px solid #d3d3d3;
    -webkit-column-rule: 1px solid #d3d3d3;
    column-rule: 1px solid #d3d3d3;
}

.latest_articles {
    list-style: none;
    padding-left: 0 !important;
}

.latest_articles li {
    clear: left;
    text-align: left;
    border-bottom: 2px dashed #d4d4d4;
    min-height: 130px;
    margin-bottom: 40px;
}

.latest_articles_thumbnail_container {
    background: white;
    border: 1px solid silver;
    display: inline-block;
    margin: 0 10px;
}

.latest_articles_thumbnail {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.latest_articles_index_title {
    text-align: left;
    display: block;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #fff;
    background-color: grey;
    font-size: 13px;
    text-decoration: none;
    padding: 0;
    margin-bottom: 5px;
}

.latest_articles_index_title:hover {
    color: #fff;
    background-color: #764b6a;
    text-decoration: none;
}

.latest_articles_index_subtitle {
    text-align: left;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #4c4c4b;
    font-size: 12px;
    padding-left: 0;
}

.latest_articles_published {
    font-style: italic;
    text-align: right;
    color: grey;
    font-size: 0.8em;
    margin: 7px 0;
    padding-left: 10px;
}

.latest_articles_minitext {
    color: #404040;
}

.article_index_thumb_container {
    display: inline-block;
    padding: 3px;
    border: 1px solid #d8d8d8;
    margin: 30px 10px 10px 10px;
    width: 195px;
    height: 195px;
    position: absolute;
}

.article_index_contents {
    position: absolute;
    top: 250px;
    left: 52px;
    width: 201px;
}

.article_index_title_container {
    text-align: center;
}

.article_index_title {
    text-align: left;
    display: inline-block;
    margin: 0 auto;
    font-family: Arial, Tahoma, Verdana;
    font-weight: bold;
    color: #4c4c4b;
    font-size: 12px;
    text-decoration: none;
}

.article_index_title:hover {
    color: #571e48;
    text-decoration: underline;
}

.article_index_minitext {
    text-align: left;
    color: #4c4c4b;
    font-size: 10px;
    line-height: 11px;
    margin-top: 10px
}

.languages {
    float: right;
    text-shadow: none;
    list-style: none;
}

.languages li {
    float: left;
    border-left: 1px solid #9e9e9e;
    margin-left: 7px;
    padding-left: 7px;
}

.languages li:first-child {
    border-left: none;
    margin-left: 0;
    padding-left: 0;
}

.languages a {
    color: silver;
    text-decoration: none;
}

.languages a:hover {
    text-decoration: underline;
}

.get_reader_container {
    border-top: 1px solid silver;
    text-align: right;
    padding: 5px 0;
    clear: left;
    margin: auto 20px;
}

.links_list {
    line-height: 18px;
    list-style-image: url(../images/list_icon.png);
    white-space: nowrap;
}

#autoView ul {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 40px;
}

#autoView {
    margin: 0 !important;
    padding: 0 !important;
}

#autoView li {
    list-style-type: none;
    clear: left;
    text-align: left;
    padding: 10px 10px 10px 10px;
    border-bottom: 2px dashed silver;
    min-height: 100px;
}

.autoViewArticleWrapper {
    float: left;
    position: relative;
    max-width: 250px;
    margin: 30px 10px;
}

.autoViewArticleTextWrapper {
    padding-left: 15px;
    margin-top: 180px;
}

h1.autoView {
    color: #393939;
    margin-bottom: 20px;
    font-weight: normal
}

#autoView h2 {
    margin-top: 20px;
}

#autoView h2 a {
    color: #3b5b73;
}

#autoView h2 a:hover {
    color: black;
}

.autoViewContent a {
    color: #3b5b73 !important;
}

.autoViewContent a:hover {
    color: black !important;
}

#autoView .thumbnail_container, #autoViewMediaContainer .thumbnail_container {
    background: white;
    border: 1px solid silver;
    display: inline-block;
    margin: 10px;
    width: 158px;
    height: 158px;
    float: left;
}

#autoView .thumbnail, #autoViewMediaContainer .thumbnail {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#autoViewMediaContainer {
    margin: 20px auto;
}

.autoViewContent {
    margin: 20px 0;
}

.autoViewPlainText {
    padding: 20px;
    border: 1px solid silver;
    background-color: #f5f5f5;
    position: relative
}

.autoViewPlainTextLabel {
    position: absolute;
    top: -9px;
    left: 30px;
    padding: 3px 10px;
    background-color: grey;
    color: white;
}

#autoViewSearchForm.formTable {
    margin: 50px auto 40px auto;
}

#autoViewSearchForm.formTable td {
    padding: 3px;
    vertical-align: middle;
}

#autoViewSearchForm.formLabel {
    text-align: right !important;
    font-weight: bold;
    color: grey;
    padding: 3px 10px 0 0;
}

.autoViewTextbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: black;
    max-width: 160px;
    height: 20px;
    border: 1px solid silver;
    background: #f7f7f7;
    padding: 0 10px;
}

.autoViewListbox {
    color: black;
    border: 1px solid silver;
    background: #f7f7f7;
    padding: 2px;
    height: 22px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

.autoViewFormButton {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    padding: 4px 30px;
    margin-top: 15px;
}

#autoViewMultilineTextbox {
    padding: 2px;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    border: 1px solid silver;
    background: #f7f7f7;
    color: black;
    max-width: 160px;
    padding: 0 10px;
}

.autoViewMultiCategories {
    padding-bottom: 5px;
    border-bottom: 1px solid grey;
    display: inline-block;
    margin-top: 10px;
    font-weight: bold;
}

.autoViewLinkButton {
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding: 4px 20px 5px 20px;
    background-color: grey;
    color: #fff;
    font-size: 10px;
    text-decoration: none;
    display: inline-block;
}

.autoViewLinkButton:hover {
    background-color: #353535;
    color: #fff;
}

.map_button {
    display: inline-block;
    margin-top: 10px
}

.autoViewRelatedContent {
    margin: 20px;
}

.autoViewRelatedContent li {
    line-height: 17px;
    list-style-image: url(../images/list_icon.png);
    border-bottom: 1px dashed silver;
}

.autoViewRelatedContent2 li:first-child {
    list-style-image: none;
    padding-left: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed silver;
    color: grey;
}

.autoViewRelatedContent li a {
    font-weight: bold;
    color: #4a4a4a;
    display: inline-block;
    padding: 3px 10px;
    white-space: nowrap;
}

.autoViewRelatedContent li a:hover {
    color: #fff;
    background-color: #4a4a4a;
    white-space: nowrap;
    text-decoration: none;
}

#gmapDIR {
    background: #272727;
    color: white;
    padding: 3px 20px;
    font-size: 11px
}

#gmapDIR .textbox {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
    color: black;
    max-width: 160px;
    height: 20px;
    border: 1px solid silver;
    background: #f7f7f7;
    padding: 0 10px;
}

#gmapDIR #results a {
    color: orange;
}

.odyssey_form {
    margin: 20px 0;
    text-align: left;
}

.odyssey_form label {
    display: inline-block;
    width: 45%;
    margin: 0 10px 0 0;
    text-align: right;
    vertical-align: top;
    padding-top: 3px;
}

.odyssey_form fieldset {
    margin: 20px 0;
}

.odyssey_form legend {
    display: inline-block;
    padding: 1px 20px;
    font-weight: bold;
}

.odyssey_form div[data-container="1"] {
    /* add rules for form div containers */
    margin-bottom: 10px;
    clear: both;
}

.odyssey_form_captcha {
    min-width: 100px;
    display: inline-block;
    margin-top: 8px;
}

#oForm_security_code {
    width: 100px;
    height: 34px;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
}

.contentBeforeSubmit, .contentAfterSubmit {
    text-align: left;
    padding: 20px;
}

.radioButtonsContainer {
    display: inline-block;
    width: 53%;
    float: right;
    text-align: left;
    /*margin-top: -18px;*/
    margin-bottom: 10px;
}

.select2-search-hidden {
    display: none;
}

.hMenu {
    display: none;
}

.related_images {
    height: 32px;
    background: url(../images/related_images_bg.png) right center no-repeat;
}

.related_videos {
    height: 32px;
    background: url(../images/related_videos_bg.png) right center no-repeat;
}

.related_files {
    height: 32px;
    background: url(../images/related_files_bg.png) right center no-repeat;
}

.related_images, .related_videos, .related_files {
    padding-left: 20px;
    padding-top: 7px;
    height: 32px;
    text-align: left;
    margin: 15px 0;
    color: white;
    text-shadow: 2px 2px 1px black;
}

.font_adjastments {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 10px;
    margin-left: auto;
}

.thumbWrapper {
    position: relative;
    float: left;
    margin: 10px;
}

#copyright_text {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 11px;
}

#onTop {
    display: none;
    font-weight: bold;
    background-attachment: scroll;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    font-family: Arial;
    padding: 5px;
    position: fixed;
    text-align: center;
    z-index: 9999;
    background-position: 0px 0px;
    background-repeat: repeat repeat;
}

#debug_info {
    background: black;
    color: grey;
    text-align: center;
    padding: 10px;
    font-size: .8em;
}

.left {
    text-align: left !important;
}

.center {
    text-align: center !important;
}

.right {
    text-align: right !important;
}

.form_container {
    display: table;
    width: 90%;
    max-width: 500px;
    padding-top: 10px;
}

.form_container .textbox, .form_container .listbox {
    width: 100%;
    max-width: 94%;
}

#rating {
    display: inline-block;
}

.star {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/star.png) center top;
    float: left;
    cursor: pointer;
}

.star_small {
    display: block;
    width: 14px;
    height: 14px;
    background: url(../images/star_small.png) center top;
    float: left;
    cursor: pointer;
}

.star_small_active {
    background: url(../images/star_small.png) center bottom;
}

.star_active, .star_hover_active {
    background: url(../images/star.png) center bottom;
}

.add_to_cart {
    cursor: pointer;
    color: white;
    border: 0;
    padding: 10px 20px;
    margin-right: 8px;
}

#ajax_loading {
    position: fixed;
    top: 50%;
    right: 50%;
    left: 50%;
    z-index: 100001;
    display: none;
    overflow: visible;
    margin-top: -26px;
    margin-left: -26px;
    padding: 0px;
    min-height: 52px;
    width: 52px;
    background: #0D0D0D url("../images/ajax_loader.gif") no-repeat scroll 10px 10px;
    opacity: 0.8;
    border-radius: 5px;
}

#ajax_basket_loading {
    width: 100%;
    height: 100%;
    z-index: 999;
    background: #e0e0e0 url("../admin/images/loading_page.gif") center center no-repeat;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0px;
}

#products_list {
    font-size: 100% !important;
    margin-bottom: 100px;
}

#sorting_bar {
    margin: -36px 0 20px 0;
    background-color: #F5F5F5;
    min-height: 35px;
    padding: 12px 0 0 5px;
    font-size: 80%;
    text-align: left !important;
    border: 1px solid #DADADA;
}

#sorting_bar .listbox {
    height: auto !important;
}

.presults_numbers, .pages {
    margin-right: 5px;
}

.filters_sidebar {
    box-sizing: border-box;
    float: left;
    margin-top: 2px;
}

#filters {
    background-color: #F5F5F5;
    margin: -2px 10px 10px 0px;
    border: 1px solid #DADADA;
    padding-bottom: 25px;
}

.wishlistContents {
    font-size: 110%;
}

.no_wishlist_items {
    text-align: center;
    font-weight: bold;
    color: silver;
    margin-top: 100px;
}

#sc_table {
    width: 100%;
}

#sc_table td {
    padding-bottom: 20px;
}

.sc_header {
    margin-bottom: 40px;
    padding: 10px;
    text-align: center;
    background-color: grey;
    color: white;
    font-size: 1.2em;
}

.sc_label {
    text-align: right;
    padding-right: 5px;
    width: 30%;
}

.sc_button {
    padding: 6px 10px;
    border: none;
    cursor: pointer;
    font-size: 100%;
}

.sc_cancel {
    background-color: #C00;
    color: white;
}

.sc_cancel:hover {
    background-color: #B70000;
}

.sc_btn {
    color: white !important;
    margin-right: 0;
}

.sc_btn:hover {
    background-color: #4B4B4B;
}

#amount .amount, #amount .currency_sign {
    font-size: 130%;
}

.basketContents {
    min-height: 400px;
}

.step_title {
    display: inline-block;
    padding-right: 100px;
    padding-left: 35px;
    font-size: 1.2em;
    cursor: default;
}

.step_change {
    display: inline-block;
    float: right;
}

.step_title_wrapper {
    padding: 10px;
    background-color: #F2F2F2;
    font-weight: bold;
    color: #A4A4A4;
}

.step_active {
    background-color: #C6C6C6;
    color: white;
}

.checkout {
    color: white !important;
    background-color: #cc3200 !important;
}

.checkout:hover {
    background-color: #9c2b07 !important;
}

.checkout_tab_change {
    display: none;
    color: #FFF !important;
    padding: 8px 15px;
    text-align: center;
    font-size: 0.7em;
    font-weight: bold;
    text-decoration: none;
    margin: -4px;
}

.checkout_tab_change:hover {
    color: white !important;
}

.checkout_step {
    margin: 10px;
    position: relative;
}

.step_icon {
    position: absolute;
    width: 28px;
    height: 28px;
    top: 8px;
    left: 8px;
}

.step_icon_completed {
    background: url(../images/step_completed.png) center center no-repeat;
}

.step_icon_1 {
    background: url(../images/step_numbers.png) left bottom no-repeat;
}

.step_icon_2 {
    background: url(../images/step_numbers.png) -28px bottom no-repeat;
}

.step_icon_3 {
    background: url(../images/step_numbers.png) -56px bottom no-repeat;
}

.step_icon_4 {
    background: url(../images/step_numbers.png) -84px bottom no-repeat;
}

.step_icon_1_active {
    background: url(../images/step_numbers.png) left top no-repeat;
}

.step_icon_2_active {
    background: url(../images/step_numbers.png) -28px top no-repeat;
}

.step_icon_3_active {
    background: url(../images/step_numbers.png) -56px top no-repeat;
}

.step_icon_4_active {
    background: url(../images/step_numbers.png) -84px top no-repeat;
}

.step_content {
    display: none;
    background-color: #F2F2F2;
    border: 1px solid silver;
    border-top: none;
    margin-bottom: 30px;
    padding-bottom: 30px;
    min-height: 200px;
}

.step_title_active {
    cursor: pointer;
}

.checkout_block {
    padding: 20px;
}

.checkout_block h3 {
    padding-top: 0;
    margin-bottom: 10px;
    font-size: 1.3em;
}

.checkout_divider {
    display: none;
    border: 0px none;
    height: 1px;
    background-image: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.75), transparent);
}

#step_1_register,
#step_1_loged,
#submitGuest,
#shipping_address_wrapper,
#selectCity,
#inaccessible_area,
#shipping_amount_wrapper,
#cod_wrapper,
#invoice_details {
    display: none;
}

#invoice_details, #shipping_address_wrapper {
    padding-top: 20px;
}

.checkout_arrow {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #C6C6C6;
    margin-left: 40px;
    margin-top: -1px;
}

.checkout_list_item {
    margin: 0px;
    padding: 15px 0px 0px;
}

.radio_buttons {
    list-style: outside none none;
    padding: 0 !important;
}

.radio_buttons input[type="radio"] {
    float: left;
    padding: 0px;
    vertical-align: middle;
    margin: 3px 6px 0px 0px;
}

.radio_buttons input[type="checkbox"] {
    float: left;
    padding: 0px;
    vertical-align: middle;
    margin: 5px 6px 0px 0px;
}

.checkout_list_item label span {
    font-weight: bold;
}

.checkout_list_description {
    padding-left: 20px;
    color: #313131;
    font-size: 95%;
}

#submitRegister, #submitGuest {
    margin-top: 10px;
}

.cancelButton {
    color: white !important;
    background-color: #B4B4B4 !important;
}

.cancelButton:hover {
    background-color: #999 !important;
}

#free_shipping_cost_by_total {
    border-top: 1px solid silver;
}

.free_shipping_cost_by_order {
    text-align: left;
    font-weight: bold;
    font-size: 12px;
    display: inline-block;
    padding: 10px;
    background-color: #2c6584;
    color: white;
}

.checkout_block .form_container {
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden;
}

#same_address {
    text-align: right;
    margin-top: 15px;
}

.same_address_text {
    font-style: italic;
    color: grey;
    font-size: 97%;
}

.radio_buttons_right {
    float: right;
    margin-top: 8px;
}

.checkout_basket_items {
    list-style-type: none;
    padding: 0 !important;
    margin-top: 20px;
    font-size: 120%;
}

.checkout_basket_items li {
    padding: 0 20px 5px 0;
    margin-top: 10px;
    border-bottom: 1px solid silver;
    position: relative;
}

#checkout_order_results {
    text-align: left;
    font-size: .95em;
}

.checkout_remove_item {
    position: absolute;
    right: 0;
    top: 5px;
    width: 10px;
    height: 10px;
    background: transparent url("../images/remove_item.png") no-repeat scroll left center;
}

#invalid_zip_code,
#invalid_billing_zip_code,
#invalid_shipping_zip_code {
    visibility: hidden;
    background-color: #C00;
    color: white;
    font-size: 90%;
    text-align: center;
    display: table;
    margin: 0px auto;
    padding: 0px 20px 3px;
}

.inaccessible_text {
    font-size: .9em;
    font-style: italic;
    display: inline-block;
    padding-top: 13px;
}

.error_field {
    color: white !important;
    background-color: #C00 !important;
}

#checkout_shipping_cost {
    font-weight: bold;
    color: black;
}

#checkout_total {
    font-weight: bold;
}

.checkout_shipping_delivery {
    font-weight: normal;
    font-style: italic;
}

.order_msg {
    display: table;
    margin: 40px auto;
    text-align: left;
    width: 100%;
    max-width: 600px;
}

.order_ul {
    list-style-type: square;
    margin: 25px 0;
}

.order_errors_ul {
    list-style-type: none;
    margin: 25px 0;
    padding-left: 0 !important;
    text-align: center;
    padding-top: 60px;
    background: url(../images/warning.png) top center no-repeat;
}

.order_ul li, .order_errors_ul li {
    margin-bottom: 10px;
    color: #e30000;
}

.order_errors_found {
    font-weight: bold;
    text-align: center;
    color: #e30000;
}

.order_error_icon {
    width: 40px;
    height: 40px;
    display: block;
    margin: 30px auto 20px auto !important;
}

.paypal_form {
    margin: 20px;
    text-align: center;
    padding-top: 40px
}

.listing {
    margin: 0 auto;
    display: table;
}

.latest_articles_index_subtitle {
    color: grey;
}

.latest_articles li {
    padding-bottom: 20px;
}

.published, .latest_articles_published {
    font-style: italic;
    text-align: right;
    color: grey !important;
    font-size: 80%;
    margin: 7px 0;
    padding-left: 10px;
}

.more {
    text-align: right;
    padding-top: 2px;
    border-top: 1px solid silver;
    margin-top: 10px;
}

.more a {
    display: inline-block;
    text-decoration: none;
    padding: 2px 10px;
    background-color: silver;
    color: white !important;
    font-size: 13px;
}

.more a:hover {
    background-color: grey;
}

#breadcrumb {
    font-size: 95%;
    margin-left: 10px;
    margin-right: 10px;
}

.breacrumb_separator {
    font-family: Verdana;
}

.responsiveMenu {
    max-width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#comment_form {
    display: none;
    font-size: 90%;
}

#comments li p {
    font-size: 80%;
}

#comments li .comments_name {
    font-size: 97%;
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: normal;
    border-bottom: none;
}

#more_results, #write_review, .sc_btn {
    display: inline-block;
    padding: 3px 12px;
    background-color: grey;
    color: white !important;
    border-radius: 12px;
    text-decoration: none;
    font-family: inherit;
    font-size: 80%;
    margin: 0 10px;
}

#comments_list {
    border-top: none !important;
}

#no_reviews {
    text-align: center;
    background: #eee;
    color: silver !important;
    padding: 20px;
    margin: 20px 0;
    font-size: 80%;
}

#commentsStart {
    display: block;
    padding-top: 30px;
}

.empty_cart_text {
    text-align: center;
    color: #cb0000;
    padding: 40px;
    font-size: .85em;
    font-weight: bold;
    background-color: #efefef;
}

.basket_actions {
    padding: 20px;
    background-color: #E7E7E7;
    margin: 20px 0;
    height: 40px;
}

.basket_action {
    display: inline-block;
    color: #fff !important;
    padding: 8px 15px;
    text-align: center;
    font-size: .7em;
    font-weight: bold;
    text-decoration: none;
    margin: 5px;
    background-color: grey;
}

.basket_action:hover {
    color: white !important; /* overidde any other rule*/
}

.ba_left {
    float: left;
}

.ba_right {
    float: right;
}

.basket_table {
    border-collapse: collapse;
    border-spacing: 0px;
    width: 100%;
    border: none;
    clear: both;
}

.basket_table th {
    font-size: .8em;
    font-weight: bold;
    background-color: #E7E7E7;
    padding: 8px 15px;
    color: grey;
    white-space: nowrap;
    border-bottom: 5px solid white;
}

.product_row {
    background: -moz-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(234, 234, 234, 0.65) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(234, 234, 234, 0.65))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(234, 234, 234, 0.65) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(234, 234, 234, 0.65) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(-45deg, rgba(0, 0, 0, 0) 0%, rgba(234, 234, 234, 0.65) 100%); /* IE10+ */
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0%, rgba(234, 234, 234, 0.65) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6eaeaea', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.basket_table td {
    padding: 15px;
}

.bt_left {
    text-align: left;
}

.bt_right {
    text-align: right;
}

.bt_center {
    text-align: center;
}

.bt_top {
    vertical-align: top;
}

.bt_separator {
    border-bottom: 5px solid #fff;
}

.product_row:last-child td.bt_separator {
    border-bottom: none;
}

.basket_table_responsive_header {
    display: none;
}

.basket_image_wrapper {
    border: none;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    width: 130px;
}

.basket_image {
    max-width: 100px !important;
    max-height: 130px;
    border: none;
}

.basket_product_title {
    position: relative
}

.basket_product_title a {
    text-decoration: none;
    font-size: .9em;
}

.basket_product_title a:hover {
    text-decoration: underline;
}

.remove_item {
    margin-left: 5px;
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/remove_item.png) left center no-repeat;
}

.remove_item:hover {
    background-position: right center;
}

.remove_wishlist_item {
    top: -5px;
    right: -5px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/remove_item.png) left center no-repeat;
}

.remove_wishlist_item:hover {
    background-position: right center;
}

.basket_table_code {
    font-size: .8em;
    margin: 7px 0;
}

.bt_quantity_controls {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 73px;
    height: 16px;
    margin-top: 4px;
}

.bt_quantity {
    position: absolute;
    top: 0;
    left: 17px;
    height: 16px;
    width: 35px;
    border: 1px solid grey;
    text-align: center;
    font-size: .9em;
    color: #383838;
}

.bt_quantity_control {
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    height: 16px;
    width: 15px;
}

.bt_plus {
    top: 2px;
    left: 0;
    background: url(../images/quantity_controls_small.png) left top no-repeat;
}

.bt_minus {
    top: 2px;
    left: 58px;
    background: url(../images/quantity_controls_small.png) right top no-repeat;
}

.bt_plus:hover {
    background: url(../images/quantity_controls_small.png) left bottom no-repeat;
}

.bt_minus:hover {
    background: url(../images/quantity_controls_small.png) right bottom no-repeat;
}

.bt_price {
    font-size: .9em;
}

.bt_block {
    margin: 12px 0px;
}

.bt_label {
    font-style: italic;
    display: inline-block;
    width: 25%;
    text-align: right;
    margin-right: 5px;
}

.bt_value {
    white-space: nowrap;
}

.bt_listbox {
    border: 1px solid silver;
    padding: 4px 2px 4px 10px;
    min-width: 140px;
}

#noty_top_layout_container {
    left: 25% !important;
    width: 50% !important;
}

.basket_footer {
    padding: 20px;
    margin-top: 5px;
    border-top: 5px solid silver;
    border-bottom: 5px solid silver;
    background-color: #E7E7E7;
    color: #808080;
    font-size: .9em;
}

.basket_stats {
    list-style-type: none;
    float: right;
    padding-top: 10px;
    padding-left: 0 !important;
}

.basket_stats li {
    clear: both;
    overflow: hidden;
    padding: 0px 0px 15px;
}

.basket_stats_label {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 300px;
    text-align: right;
    white-space: normal;
}

.basket_stats_value {
    position: relative;
    display: inline-block;
    width: 140px;
    text-align: right;
}

.basket_stats_total {
    list-style-type: none;
    border-top: 1px solid #ABABAB;
    margin-top: 15px;
    padding-left: 0 !important;
}

.basket_stats_total li {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
    font-size: 120%;
}

.basket_stats_label_total {
    float: none;
    text-align: right;
    font-weight: bold;
}

.article_listing_container {
    float: left;
    width: 500px;
    margin-left: 10px;
}

.cat_bordered img {
    max-height: 200px !important;
}

.cat_bordered {
    height: auto !important;
}

.cat_wrapper {
    height: auto !important;
}

.cat_title {
    text-align: center !important;
    font-size: 100% !important;
}

.related_products {
    max-width: 900px;
    margin: 0 auto;
}

.checkbox {
    position: relative;
    padding-left: 20px;
    display: table;
    margin: auto;
    max-width: 480px;
}

.checkbox input[type="checkbox"] {
    position: absolute;
    top: 3px;
    left: 0;
}

#payment_results {
    text-align: center;
}

#payment_results img {
    margin: 30px 0 15px 0;
}

#payment_results span {
    color: #666;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

#payment_results div {
    text-align: left;
}

.form_element {
    clear: both !important;
    /* any global position goes here */
}

.form_centered {
    display: table !important;
    margin: -50px auto 0 auto !important;
    min-width: 320px;
}

.form_element input[type="text"],
.form_element input[type="password"],
.form_element textarea {
    width: 99%;
    max-width: 290px;
}

.form_label {
    margin: 10px 0 2px 0 !important;
    color: #7b8168;
    font-style: italic;
}

.form_element fieldset {
    border: 2px solid #E0E0E0;
}

.form_label p {
    margin: 0;
    padding: 0;
}

.form_label legend {
    padding: 10px;
}

.normal_wrapper {
    position: relative;
}

.right_btn {
    display: table;
    margin: -30px 20px 50px auto;
    text-decoration: none !important;
}

.right_btn:hover {
    color: #DBDBDB !important;
}

.search {
    background-position: 92% center !important;
    background-repeat: no-repeat !important;
    padding-right: 50px !important;
}

.visible {
    display: table !important;
}

.hidden {
    display: none !important;
}

.search_on {
    background-image: url(../images/small_close.png) !important;
}

.search_off {
    background-image: url(../images/small_magnifier.png) !important;
}

.orders_back {
    background-image: url(../images/small_back.png) !important;
    background-position: 8% center !important;
    background-repeat: no-repeat !important;
    padding-left: 50px !important;
    color: white !important;
}

.orders_back:hover {
    color: white !important;
}

.user_order_title {
    display: block;
    font-weight: bold;
    text-decoration: none;
}

.user_order_title:hover {
    text-decoration: underline;
}

.total_warpper {
    height: 20px;
    padding: 5px;
    background-color: #F2F2F2;
}

.user_order_products {
    margin: 15px 0 20px 30px;
    color: #5D5D5D;
    font-style: italic;
    font-size: .95em;
}

.user_order_hr {
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #999;
}

.order_discount {
    text-decoration: line-through;
}

.order_total_amount {
    display: block;
    float: right;
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.payments {
    display: table;
    max-width: 700px;
    margin: 0 auto;
}

#tabs {
    display: none;
    padding-top: 4em;
    clear: both;
}

#opl_group {
    margin-top: 40px;
}

#client_orders {
    padding: 0 10px;
    margin-top: 27px;
}

#hidden_registration_fields {
    display: none;
}

.subcategories {
    list-style: none;
    display: table;
    margin: auto auto 30px auto;
    padding: 0 !important;
}

.subcategories li {
    display: table-cell;
    padding: 5px;
    max-width: 100px;
    vertical-align: top;
    min-width: 100px;
    float: left;
    margin: 0 !important;
}

.subcategories li a {
    text-decoration: none;
}

.subcategories li a:hover {
    text-decoration: underline;
}

.subcategories li a img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
    max-width: 80px !important;
    min-width: 80px !important;
}

.subcategories li a span {
    font-size: 12px;
    display: block;
    margin-bottom: 0;
    text-align: center;
    max-width: 100px;
    white-space: normal;
    overflow-wrap: break-word;
}

.greyscale {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
}

.greyscale:hover {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0'/></filter></svg>#grayscale");
}

.crop_container {
    position: relative;
    overflow: hidden;
    margin: auto;
}

.crop_container img {
    position: absolute;
    width: inherit;
    height: inherit;
    display: block;
}

#checkout_bonuses {
    display: none;
    border-top: 1px solid silver;
    margin-top: 50px;
    min-height: 100px;
    padding-top: 50px;
    background: url(../images/smile_animated.gif) center 20px no-repeat;
}

#checkout_bonuses_content {
    font-size: .85em;
}

#bonus_discount_products_list {
    font-size: 1.3em;
    list-style-type: none;
    padding-left: 25px !important;
    margin-top: 25px;
}

#bonus_discount_products_list li {
    padding: 0 20px 5px 0;
    margin-top: 10px;
    border-bottom: 1px solid #c0c0c0;
    position: relative;
}

#bonus_items {
    display: table;
    margin: auto;
    width: 90%;
}

.bonus_item {
    text-align: left;
    padding-left: 25px !important;
    font-weight: bold;
    height: 20px;
    background: url(../admin/images/default_checked.png) left 1px no-repeat;
}

.initial_price {
    color: red;
    float: right;
}

.initial_price span.amount {
    text-decoration: line-through;
}

#bonus_free_shipping,
#bonus_discount_products,
#bonus_discount_products_list {
    display: none;
}

.select2-choices {
    background: url(../images/select2_arrow.png) right top no-repeat !important;
    cursor: pointer !important;
}

.category_header_description {
    margin: 0 auto 30px auto !important;
    padding: 30px;
    max-width: 900px;
    font-size: .85em;
    font-style: italic;
    display: table;
}

.category_header_description_p_wrapper {
    display: table;
    margin: auto;
}

.custom_shipping_cost {
    background-color: #a00;
    color: white;
    padding: 7px;
    font-weight: bold;
    margin: 10px 0;
    font-size: .9em;
}

.price_description {
    font-style: italic;
    font-size: .9em;
}

.availability {
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: help;
}

.available {
    background: url('../images/state.png') left center no-repeat;
}

.unavailable {
    background: url('../images/state.png') right center no-repeat;
}

.disabled_submit {
    background: grey !important;
    color: #6b6b6b !important;
    text-shadow: 1px 1px #ccc;
    font-family: inherit;
    font-size: inherit;
    padding: 7px 30px !important;
    cursor: wait !important;
    border: 0;
    border-radius: 12px;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
}

#save_percent {
    color: grey;
    font-style: italic;
    font-size: .85em;
    padding-left: 5px;
}

.product_save_price {
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 4px;
    background-color: #ff6000;
    color: white;
    font-size: 22px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    white-space: nowrap;
}

.percent_price {
    position: absolute;
    z-index: 100;
    top: 0px;
    right: 4px;
    background-color: #ff6000;
    color: white;
    font-size: 19px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.7);
    width: 70px;
    height: 70px;
    border-radius: 70px;
    line-height: 70px;
    white-space: nowrap;
    text-align: center;
    letter-spacing: -1px;
}

.product_tags {
    display: table;
    margin: 20px auto;
}

.orders_shipping_cost {
    text-align: right;
    font-size: .8em;
    font-style: italic;
    color: gray;
}

.checkout_block .gdpr_consent_checkbox {
    max-width: 500px !important;
}

/*  -----------------  Responsiveness based on Odyshop Rainbow template ---------------------------  */

@media screen and (max-height: 575px) {
    /* responsive recaptcha */
    #rc-imageselect, .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media only screen and (max-width: 670px) {
    #ribbon {
        background-color: transparent;
    }
    
    #header nav {
        float: none;
        margin-bottom: 20px;
    }
    
    .basket_actions {
        height: auto;
    }
    
    .basket_action {
        float: none;
        display: block;
        width: 100%;
        box-sizing: border-box;
    }
    
    .product_row {
        display: block;
        background: none !important;
        padding: 20px;
    }
    
    .product_row:not(:last-child) {
        border-bottom: 2px solid silver;
    }
    
    .basket_table {
        display: block;
        box-sizing: border-box;
    }
    
    .basket_table thead {
        display: block;
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    
    .basket_table tbody {
        display: block;
    }
    
    .basket_table_responsive_header {
        word-break: normal;
        display: block;
        float: none;
        width: 100%;
        padding: 0px;
        font-size: 90%;
    }
    
    .basket_image_wrapper {
        float: none;
        text-align: center;
    }
    
    .basket_image {
        width: 200px !important;
        max-width: 200px !important;
        max-height: 300px !important;
    }
    
    .basket_table td {
        white-space: normal;
        text-align: left;
        min-height: 18px;
        display: block;
        width: 100% !important;
        padding: 5px;
    }
    
    .basket_product_title {
        text-align: center;
        font-size: 1.2em;
    }
    
    .basket_table_code,
    .basket_product_price,
    .basket_product_quantity,
    .basket_product_totalprice,
    .bt_block,
    .bt_label {
        text-align: center !important;
    }
    
    .bt_label {
        width: 100% !important;
    }
    
    #header nav {
        float: none !important;
    }
}

@media only screen and (max-width: 999px) {
    #slider_shadow {
        visibility: hidden;
        opacity: 0;
        -webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
        transition: visibility 0s linear 0.2s, opacity 0.2s linear;
    }
    
    #slider_content .owl-carousel {
        border: none;
    }
}

@media only screen and (max-width: 800px) {
    .responsiveMenu:not(.dropdownVertical) {
        display: block;
    }
    
    .dropdown:not(.dropdown-vertical) {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 90%;
    }
    
    h2 {
        font-size: 20px;
        line-height: 23px;
        text-align: center;
    }
    
    .responsiveMenu {
        display: block;
    }
    
    .dropdown {
        display: none;
    }
    
    .edit_bar > a {
        border-radius: 10px !important;
        -moz-border-radius: 10px !important;
        -webkit-border-radius: 10px !important;
        display: block !important;
        margin: 2px auto !important;
    }
    
    .massButtons .btn {
        display: block;
        margin: 2px 2px 2px auto;
    }
    
    #colorpicker, #color_palete {
        display: none;
    }
    
    #top_right {
        float: none !important;
        display: table;
        margin: 10px auto !important;
    }
    
    #slider, .outer_container {
        background-image: none !important;
        padding-top: 0 !important;
    }
    
    .camera_pag {
        display: none;
    }
    
    #ribbon {
        margin-top: 5px;
    }
    
    .bt_label {
        display: block;
        text-align: left;
    }
    
    #filters {
        margin-right: 0;
        margin-top: 0;
    }
    
    .checkout_divider {
        display: block;
    }
}

@media only screen and (max-width: 600px) {
    .responsive_float {
        float: none !important;
        margin: 10px 0 !important;
    }
    
    .cartMenu {
        min-width: 300px !important;
    }
    
    .step_title {
        font-size: 80%;
        padding-right: 10px;
        width: 140px;
    }
    
    .ody_language_selector {
        float: none !important;
        display: table;
        margin: 0px auto !important;
    }
}

@media only screen and (max-width: 510px) {
    .article_listing_container {
        float: left;
        width: 100%;
        margin-left: 10px;
    }
    
    #sorting_bar {
        margin: 0;
    }
}

@media only screen and (max-width: 520px) {
    .basket_stats_label, .basket_stats_value {
        width: auto;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .product_row {
        background: #FBFBFB !important;
    }
    
    .bt_separator {
        border-bottom: 5px solid #EFEDED;
    }
    
}



