/********************************************************************/ /*** File: q2e_styles.less /*** Author: Q2E GmbH /*** Copyright: (c) 2015 Q2E GmbH office@q2e.at /*** Last Change: 10. 06. 2017 /*** Description: Q2E Styles for Responsive XTC Commerce 2 /********************************************************************/ @import "q2e_variables.less"; // *****************************************************************/ // BROWSER HACKS //******************************************************************/ /* Safari, Opera margin-bottom legend hack */ legend { margin-bottom: 0 } legend + *:before { content: "."; display: block; height: 0; visibility: hidden; margin-bottom: 20px; } /* Responsive Image in fieldsets in Firefox only */ @-moz-document url-prefix() { fieldset{ display:table-column; } } // *****************************************************************/ // HELPER CLASSES //******************************************************************/ .no-border-radius { -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } .transparent-background(@opacity: 0, @color: #fff) { background: rgb(red(@color), green(@color), blue(@color)); /* Fallback for older browsers without RGBA-support */ background: rgba(red(@color), green(@color), blue(@color), @opacity); } // *****************************************************************/ // RESETS //******************************************************************/ .panel, .navbar, .form-control, .btn, .dropdown-menu, .dropdown-submenu > .dropdown-menu, .well-sm, .nav-pills>li>a, .panel>.list-group:first-child .list-group-item:first-child, .panel>.panel-collapse>.list-group:first-child .list-group-item:first-child, .panel>.list-group:last-child .list-group-item:last-child, .panel>.panel-collapse>.list-group:last-child .list-group-item:last-child, .modal-content, .list-group-item:first-child, .pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group>.btn, .input-group-btn:last-child>.dropdown-toggle, .input-group-btn:first-child>.btn:not(:first-child), .input-group-btn:first-child>.btn-group:not(:first-child)>.btn, .input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn, .list-group-item:last-child, .nav-tabs>li>a, .thumbnail, .img-thumbnail, .panel, .btn-xs, .btn-group-xs>.btn, .panel-footer, .pager li>a, .pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span, .pager li>span { .no-border-radius(); } .pd_content { .well { background-color: transparent; } } // *****************************************************************/ // COLORS //******************************************************************/ // this is where we apply our basic variables body { color: @body-font-color; font-family: @main-font; font-size: @main-font-size; } .panel { border: 0; } .panel-default { .panel-heading { background-color: @body-bg-color; border-radius: 0; font-size: 1.1em; .panel-title { color: @body-font-color; } } } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: @main-color-1; } .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand, .navbar-inverse .navbar-brand a, .navbar-inverse .navbar-brand a { color: #fff; } .navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand a:hover, .navbar-inverse .navbar-brand a:focus { color: @body-font-color; } .dropdown-menu > li > a { color: @body-font-color; &:hover, &:focus, &:active { background-color: @body-font-color; } } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: @main-color-1; border-color: @main-color-1; } .nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus { background-color: darken(@header-top-bg-color, 5%); } .special_price { color: @main-color-red; } .popupcontent{ font-family: @main-font; } .navbar-default { background-color: @main-color-2; } .navbar { background-color: @main-color-1; } .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus { background-color: darken(@main-color-1, 10%); } .listingbox { .panel { background-color: @main-color-lightgrey; margin-bottom: 21px; } } .panel-warning { border-color: @main-color-red; } .panel-default>.panel-heading { border-bottom: 0; } // *****************************************************************/ // LINKS //******************************************************************/ a { color: @main-color-1; &:hover, &:focus, &:active { color: lighten(@main-color-1, 5%); text-decoration: none; } &.btn { color: #fff; } } a.list-group-item, button.list-group-item { color: @body-font-color; } a.list-group-item:hover, button.list-group-item:hover, a.list-group-item:focus, button.list-group-item:focus { color: @main-color-1; background-color: transparent; } /* Buttons */ .btn, .btn-info, .pagination>li>a, .pagination>li>span, .pager li>a, .pager li>span { .button-bright(); } .btn-sm { padding: 6px 15px; } .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus, .pagination>.active>a, .pagination>.active>span { background-color: @link-color-hover; } .btn-group, .btn-group-xs { &:hover { a { background-color: @button-bg-color-primary-hover; border-color: @button-bg-color-primary-hover; } } } .listingbox .btn-info { width: 100%; } input[type=radio]:not(:checked) + input[type=radio]:not(:checked) + input[type=radio]:not(:checked) + input[type=radio]:not(:checked) + input[type=radio]:not(:checked) + .stars { opacity: 0.4; } .btn, .btn-info { padding: 6px 7px; } .btn { font-size: 1em; } .btn-default { .button(); font-size: 1em; } .btn-info { background-color: @button-bg-color; border-color: @button-bg-color; font-size: 0.9em; &:hover { background-color: @button-bg-color-hover; border-color: @button-bg-color-hover; } } .btn-cart { .button-bright; margin-bottom: 30px; font-weight: bold; } .glyphicon.glyphicon-credit-card { font-size: 1em; top: 4px; } select.form-control { -webkit-appearance: none; padding: 0 9px; box-sizing: border-box; height: 35px; line-height: 35px; option { -webkit-appearance: none; padding: 0px 2px 1px; } } // *****************************************************************/ // TYPOGRAPHY //******************************************************************/ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: @main-font; } h1 { font-size: 2.5em; } h2 { font-size: 2em; } h3 { font-size: 1.3em; } @media (max-width: 767px) { h1 { font-size: 1.5em !important; } h2 { font-size: 1.3em !important; } h3 { font-size: 1.1em !important; } } // *****************************************************************/ // FRAMEWORK //******************************************************************/ /* nav above nav */ .above { position: fixed; top: 0; left: 0; right: 0; z-index: 71; background-color: @header-top-bg-color; .nav-pills { li { a { color: @header-top-link-color; padding: 5px 10px; font-size: 0.8em; &:hover, &:focus, &:active { color: @header-top-link-color-hover; background-color: transparent; } &.btn { .button-bright(); } } .toggle_cart { .text-right { a { color: @button-bg-color-primary; padding: 0; font-size: 1em; &:hover { color: @button-bg-color-primary-hover; } } } } } } .toggle_cart.panel { .nav-pills { li { a { color: @main-color-1; } } } } .dropdown.open { .dropdown-menu { margin-top: 0; background-color: @body-font-color; } } @media (min-width: 992px) { position: fixed; } @media (max-width: 991px) { position: static; .container { width: initial; } .toggle_cart, .toggle_wishlist { top: 0; } } /* prevent .above nav line break, because the languageswitch can't on the left side */ @media (max-width: 802px) { .hidden-xs { display: none; } } @media (max-width: 347px) { .languages_dropdown { font-size: 0; min-width: 0; } } } /* nav */ .top { margin-top: 27px; background-color: fadeout(@main-color-1, 10%); .search.navbar-brand { margin-left: 0; } .fullmenu { text-align: right; line-height: 0; .navbar-header, .navbar-nav { float: none; display: inline-block; vertical-align: middle; } .navbar-header { display: none; //hide the home button since it's included in .above } } .navbar { margin-bottom: 0; min-height: initial; .glyphicon { vertical-align: text-top; } } ul { margin: 0; padding: 0; top: auto; &.dropdown-menu.level2 { top: auto; } &.dropdown-menu.level3 { top: 0; } li { list-style: none; display: block; a { &:hover { background-color: darken(@main-color-1, 10%); } @media (min-width: 991px) { padding: 20px 10px; } @media (min-width: 1200px) { padding: 20px 30px; } } } } .navbar-brand { height: auto; float: right; .glyphicon.for-mmenu { margin-top: -1px; } } @media (max-width: 991px) { .fullmenu { display: none; } .navbar-brand { padding: 17px 15px; } } @media (max-width: 500px) { .navbar-brand { padding: 21px 0 21px 15px; } .visible-xs { font-size: 0.7em; } } } .dropdown-menu { border: 0; } @media screen and (min-width: 992px) { .dropdown-submenu > .dropdown-menu { left: 100%; top: 0; margin-top: 0; } } /* .above and .top when #admin exists */ #admin + #container { .above { top: 28px; } @media (min-width: 992px) { .top { margin-top: 56px !important; } } @media (min-width: 992px) { .header { margin-top: 117px; } } } /* scrollable nav */ #scrollcontrolled { position: fixed; z-index: 70; left: 0; right: 0; top: 0; -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; #logo1 { padding: 10px; background-color: #ffF; img { height: 41px; width: auto; } } &.scrolled { -webkit-transform: translate3d(0,-61px,0); -moz-transform: translate3d(0,-61px,0); transform: translate3d(0,-61px,0); #logo1 { display: none; } } @media (min-width: 992px) { position: fixed; } @media (max-width: 991px) { position: static; margin-top: 0; &.scrolled { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); transform: translate3d(0,0,0); #logo1 { display: none; } } } } /* responsive nav */ nav.responsive-nav { background: @main-color-1; #back { top: 9px !important; &.active { left: 0; } &.btn { -webkit-box-shadow: none; box-shadow: none; background-color: fadeout(@body-font-color, 80%); border: 0; border-color: transparent; } } .menu-header { text-align: left; padding: 17px 15px; padding-left: 53px; background-color: transparent; a { color: @header-top-link-color; } } .menu { .next { border-left: 0 !important; color: @header-top-link-color; } ul { max-height: 999px; li { a { color: @header-top-link-color; padding-left: 53px; border-color: fadeout(@header-top-link-color, 80%); } } } } } /* mmenu 2 */ nav.mm-menu { background: @main-color-1; a { color: @header-top-link-color; } .mm-next, .mm-prev { background: fadeout(@body-font-color, 80%) !important; } .active { &> a { background-color: fadeout(@body-font-color, 90%); } } .mm-navbar { text-align: left; padding: 22px 15px; padding-left: 53px; height: auto; background-color: @main-color-2; border-bottom: 0; a { color: @header-top-link-color; padding: 0; } .mm-btn:first-child { bottom: 0; top: 0; left: 0; height: auto; } } .mm-panels > .mm-panel > .mm-listview:first-child, .mm-panels > .mm-panel > .mm-navbar + .mm-listview { margin-top: 4px; } .mm-listview { border: 0; .mm-next { &:before { border: 0; } } &> li { border-color: fadeout(@header-top-link-color, 90%); &:not(.mm-devider) { &:after { border-bottom-width: 1px; } } } a:not(.mm-next) { padding-left: 53px; } } } /* Default-Header */ .header { position: relative; padding-bottom: 50px; background-repeat: no-repeat; background-size: cover; background-position: center top; margin-bottom: 0px; #search { margin-top: 10px; visibility: hidden; /* is toggled from button in nav*/ padding: 15px; background-color: @main-color-lightgrey; margin-top: 0; width: 480px; z-index: 2; .input-group-btn { font-size: 0.95em; } .suggestionsBox { margin-right: -15px; } .form-control, .btn { height: auto; padding: 5px 10px; } .form-control { &:focus { border-color: @main-color-lightgrey; } } .btn { overflow: hidden; width: 2.5em; span { position: absolute; top: 0; left: 0; right: 0; bottom: 0; background-color: @main-color-1; padding-top: 0.5em; } &:hover { span { background-color: @button-bg-color-primary-hover; } } } @media (max-width: 767px) { max-width: 100%; .suggestionsBox { width: 100%; } } } &.header-home { background-image: url('../img/header-bg.jpg'); @media (min-width: 980px) { min-height: 380px; margin-bottom: 10px; } } &.header-contentpages { background-image: url('../img/header-bg-short.jpg'); @media (min-width: 980px) { min-height: 230px; margin-bottom: 10px; } } } #breadcrumb { max-height: 4000px; font-size: 0.9em; } /******************************************************************************* *** HEADER and CONTENT spacing *** *******************************************************************************/ @media (min-width: @fixed-header-breakpoint) { #admin { &+#container { padding-top: 0px;/*@header-height + @admin-height;*/ } } #container { padding-top: @header-height; } } /******************************************************************************* *** Custom-Homepage *** *******************************************************************************/ /** remove the following section to show the default home page ******************************* from here *************************************/ .header { &.header-home { background-image: none; position: absolute; width: 100%; } } .home { display: none; visibility: hidden; } /******************************** to here *************************************/ .slider-controls { position: absolute; bottom: 10px; right: 10px; margin-left: -50px; z-index: 3; a { width: 25px; height: 25px; display: inline-block; font-size: 0; background-color: fadeout(#000,50%); border: 2px solid #fff; background-size: auto 25px; background-position: center; background-repeat: no-repeat; background-image: url('@{img-url}icon_play_pause.png'); box-sizing: border-box; cursor: pointer; &.swiper-button-play { background-position: -1px -2px; } &.swiper-button-pause { background-position: -27px -2px; } &.inactive { opacity: 0.5; } } } #custom-homepage { .slider-container { ul { li { a { .slidercontent { color: @body-font-color; &:hover { color: @main-color-grey; } } } .slidercontent { .transparent-background(0.5, #fff); position: absolute; width: 100%; bottom: 15px; padding: 15px 20px; text-align: center; h1 { margin-top: 0px; margin-bottom: 5px; } @media (max-width: 767px) { padding: 10px; position: relative; bottom: auto; background-color: @main-color-lightgrey; h1 { margin-bottom: 0px; } .text { margin-top: 0px; } } } } } .slidercontent { .transparent-background(0.5, #fff); position: absolute; width: 100%; bottom: 15px; padding: 15px 20px; text-align: center; h1 { margin-top: 0px; margin-bottom: 5px; } } } .customhomepage-content-text { text-align: center; margin-top: 20px; margin-bottom: 50px; h1 { font-size: 2.5em; color: @main-color-1; } @media (max-width: 768px) { margin-top: 10px; margin-bottom: 10px; h1 { font-size: 1.5em; margin-top: 0px; } } } .infoboxes3 { .box { background: transparent; a:hover { opacity: 0.8; } .image { margin-bottom: 15px; } h2 { font-size: 28px; } } @media (max-width: 990px) { .box { h2 { font-size: 20px; } } } @media (max-width: 767px) { .box { text-align: center; img { margin: 0 auto; } } } } .infoboxes4 { background-color: @main-color-lightgrey; padding: 30px 0px; .box { background: transparent; a:hover { opacity: 0.8; } .image { margin-bottom: 15px; } h2 { margin-top: 0px; font-size: 28px; } } .box { h2 { font-size: 20px; } } } @media (max-width: 991px) { padding-top: 0px; } } /* content */ #content { word-wrap: break-word; } @media (max-width: 767px) { /* hide all manual page breaks but the first two */ br + br + br { display: none; } } .filter_bar { .sort_bar.form-inline { .form-group { width: 100% !important; .form-control { width: 100%; } @media (min-width: 768px) { width: auto !important; .form-control { width: 90%; } } } } } #main_container { padding: 0; } .img-thumbnail { border: none; } #content_article { img { width: auto !important; height: auto !important; max-width: 100%; } img[style*="float:"] { @media (min-width: 600px) { max-width: 553px; } } img[style*="float:left"], img[style*="float: left"] { margin: 0px 15px 10px 0px; } img[style*="float:right"], img[style*="float: right"] { margin: 0px 0px 10px 15px; } .subcontent { ul { padding: 0; li { display: inline-block; padding: 0 30px 0 0; } } } } /* col-left */ #col_left { margin: 20px 0px; .panel-default { &> .panel-heading { .no-border-radius(); background-color: @main-color-1; .panel-title, a { color: #fff; } } &> .panel-footer { background-color: darken(@main-color-lightgrey, 1%); } } } @media screen and (max-width: 991px) { .pushy-right { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0); position: static; width: auto; max-width: 100%; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } } .pushy { max-height: 999999px; @media (max-width: 500px) { width: 90%; nav.responsive-nav { .menu-header { padding-left: 30px; text-align: center; } .menu { ul { li { a { padding-left: 30px; } } } } } } } /* footer */ #layout_footer { width: 100%; overflow: hidden; margin-top: 40px; padding: 0; .navbar-brand { pointer-events: none; } ul { ul { list-style-type: none; padding-left: 23px; } } .nav { a { color: #fff; padding: 7px 9px; font-size: 0.95em; display: block; &:hover, &:focus, &:active { background: transparent; color: @main-color-1; } } .active, .active1, .active2, .active3, .active4, .active5 { & > a { color: @main-color-1; font-weight: bold; } } } .input-group-btn { font-size: 0.95em; padding-left: 15px; } } /* elements */ .home { h1.well.well-sm { text-align: center; } } h1.well.well-sm { background-color: transparent; color: @main-color-1; font-size: 2.5em; margin: 15px 0px 5px; padding: 10px 0px; } h2.well.well-sm { text-align: center; background-color: transparent; color: @main-color-1; font-size: 1.8em; margin: 15px 0px 5px; } .homesite { text-align: center; margin-bottom: 50px; } /* Panels */ .panel-body { background-color: @main-color-lightgrey; .listingbox { .panel-body { background-color: #fff; } } } .panel-footer { background-color: darken(@main-color-lightgrey, 5%); } /* Wells */ .well { background-color: @main-color-lightgrey; } /* accordeon */ #accordion { .panel-heading, span[data-toggle=collapse] { background-color: @main-color-midgrey; } span[data-toggle=collapse][aria-expanded=true] { background-color: @main-color-grey; color: #fff; } .panel-heading+.panel-collapse>.panel-body { background-color: @main-color-lightgrey; } } /* tabs */ .nav-tabs { &> li { &> a { &:hover { background-color: lighten(@main-color-lightgrey, 20%); } } &.active { &> a, &> a:hover, &> a:focus { background-color: @main-color-lightgrey; border-color: @main-color-lightgrey; } } } } ul#bs_tabs { background: transparent; padding: 0; } .tab-content.panel-body.clearfix { border-top: 1px #ecf0f1 solid; } // *****************************************************************/ // PRODUCT LISTING //******************************************************************/ .cat_description { margin-bottom: 30px; } .subcats { .subcat_title { font-size: 1.2em; } } .btn-sm { padding: 6px 7px; } .sort_bar { .btn-sm { padding: 3px 7px; } } .filter_bar { select { margin-right: 3px; } } .pagination_bar { .pagination { margin: 5px 0px; } } .listingbox { .lb_inner { .lb_image { max-height: none; //resetting the core css height: @lb_image_height; display: flex; align-items: center; justify-content: center; box-sizing: content-box; img { max-height: @lb_image_height; height: auto !important; max-width: 100%; width: auto; } &.mb { margin-bottom: 10px; } } .lb_title, .lb_shipping { max-height: none; height: auto; } .lb_title { font-size: 1.2em; } .lb_shipping { a { color: @body-font-color; text-decoration: underline; } } .lb_tax { margin-bottom: 20px; a { color: #8c8c8c; text-decoration: underline; } } .lb_price { max-height: none; margin-bottom: 0px; min-height: 55px; } } @media (max-width: 1200px) { .lb_inner { .lb_image { height: @lb_image_height_tablet; img { max-height: @lb_image_height_tablet; } } } } @media (max-width: 991px) { .lb_inner { .lb_image { height: @lb_image_height_tablet_portrait; img { max-height: @lb_image_height_tablet_portrait; } } } } @media (max-width: 767px) { .lb_inner { .lb_image { height: auto; img { max-height: @lb_image_height; } } } } } .listingrow { .lr_inner { .lr_title { font-size: 1.1em; } } } // *****************************************************************/ // PRODUCT //******************************************************************/ .pd_imagebox { #wrap { background-color: #f3f3f3 } .cloud-zoom-link { position: absolute; right: 15px; top: 0; visibility: hidden; } // IE display block fix a.cloud-zoom-gallery { display: block; } // transparent bg fix .cloud-zoom-big { background-color: #f3f3f3; } .cloud-zoom-big, .cloud-zoom-lens, .mousetrap { width: 100% !important; min-width: 100% !important; } .pd_big_image { margin-bottom: 1px; #wrap { z-index: 0 !important; &:after { display: none; } } img { margin: 0 auto; max-height: 555px; } } .pd_more_images { .col-xs-3 + .col-xs-3 + .col-xs-3 + .col-xs-3 + .col-xs-3:nth-child(4n+1) { clear: left; } .thumbnail { .thumbnail-image-size; margin-bottom: 0; padding: 0; width: 16.66666666666667%; padding-top: 16.66666666666667%; float: left; } } } .cloud-zoom-loading { display: none !important; visibility: hidden !important; } #product_details { margin-top: 30px; h1 { font-size: 3rem; margin: 0 auto 15px; padding-bottom: 10px; border-bottom: 2px solid @main-color-midgrey; } .q2e_table { display: table; width: 100%; .q2e_row { display: table-row; &.small { .q2e_cell { &:nth-child(2) { font-size: 1.3rem; a { color: #8c8c8c; } } } } .q2e_cell { display: table-cell; &:nth-child(1) { color: #8c8c8c !important; width: 135px; font-size: 1.3rem; font-weight: 400; text-align: right; padding-right: 5px; } &:nth-child(2) { font-size: 1.5rem; } &.new_price, &.standard_price { color: @main-color-1; font-size: 4rem; line-height: 1.2em; padding-top: 10px; } &.old_price { padding-top: 10px; text-decoration: line-through; } &.save_price { font-weight: bold; } &.pd_tax { font-style: italic; font-size: 1.3rem !important; } select.form-control { line-height: 25px; height: 30px; margin-bottom: 5px; border-color: #ccc; } } } @media (max-width: 767px) { .q2e_row { .q2e_cell { &:nth-child(1) { width: 100px; } } } } } .pd_short_summary_description { margin-bottom: 20px; .list-group-item { border: 0px; padding: 0px; margin: 15px 0px; } } .pd_graduated_price { margin-bottom: 20px; } .pd_summary_description { .list-group-item { border: 0px; padding: 0px; margin: 15px 0px; } } .pd_reviews { padding: 15px 0px; h4 { color: @main-color-1; } .list-group-item { border: 0px !important; } .review-container, .media-container { padding: 15px; background-color: @main-color-lightgrey; margin-bottom: 40px; .list-group-item { background-color: transparent; } } } .pd_content { .pd_price { .lead { font-size: 2em; } } input[name=products_qty] { width: 4rem; float: left; height: 38px; border-color: @main-color-1; } .btn-cart { width: ~"calc(100% - 4rem)"; float: left; } } .pd_infobox { margin-top: 15px; margin-bottom: 20px; } .list-group-item { padding: 0px; } .reviewrow { padding: 10px 0px; } .rating_stars { display: inline-block; img { display: inline-block; } } } #horizontalTab { margin: 20px 0px; .pd_more_images { img { max-height: 130px; } } .rating_stars { display: inline-block; img { display: inline-block; } } } .dl_item { background: url("../img/downloadicons/dl_icon_default.png") no-repeat scroll 0 0 transparent; height: auto !important; min-height: 35px; padding: 13px 0 10px 50px; position: relative; margin-bottom: 10px; float: left; width: 80%; margin-right: 1%; font-size: 1em; display: block; &.dl_item_ppt{ background:url(../img/downloadicons/dl_icon_ppt.png) no-repeat 0px 0px; } &.dl_item_css{ background:url(../img/downloadicons/dl_icon_dss.png) no-repeat 0px 0px; } &.dl_item_doc{ background:url(../img/downloadicons/dl_icon_doc.png) no-repeat 0px 0px; } &.dl_item_eps{ background:url(../img/downloadicons/dl_icon_eps.png) no-repeat 0px 0px; } &.dl_item_fla{ background:url(../img/downloadicons/dl_icon_fla.png) no-repeat 0px 0px; } &.dl_item_html{ background:url(../img/downloadicons/dl_icon_html.png) no-repeat 0px 0px; } &.dl_item_htm{ background:url(../img/downloadicons/dl_icon_html.png) no-repeat 0px 0px; } &.dl_item_jpg{ background:url(../img/downloadicons/dl_icon_jpg.png) no-repeat 0px 0px; } &.dl_item_mp3{ background:url(../img/downloadicons/dl_icon_mp3.png) no-repeat 0px 0px; } &.dl_item_nfo{ background:url(../img/downloadicons/dl_icon_nfo.png) no-repeat 0px 0px; } &.dl_item_pdf{ background:url(../img/downloadicons/dl_icon_pdf.png) no-repeat 0px 0px; } &.dl_item_psd{ background:url(../img/downloadicons/dl_icon_psd.png) no-repeat 0px 0px; } &.dl_item_swf{ background:url(../img/downloadicons/dl_icon_swf.png) no-repeat 0px 0px; } &.dl_item_txt{ background:url(../img/downloadicons/dl_icon_txt.png) no-repeat 0px 0px; } &.dl_item_wav{ background:url(../img/downloadicons/dl_icon_wav.png) no-repeat 0px 0px; } &.dl_item_xls{ background:url(../img/downloadicons/dl_icon_xls.png) no-repeat 0px 0px; } &.dl_item_tif{ background:url(../img/downloadicons/dl_icon_jpg.png) no-repeat 0px 0px; } &.dl_item_zip{ background:url(../img/downloadicons/dl_icon_psd.png) no-repeat 0px 0px; } &.dl_item_dwg{ background:url(../img/downloadicons/dl_icon_eps.png) no-repeat 0px 0px; } &.dl_item_avi{ background:url(../img/downloadicons/dl_icon_mov.png) no-repeat 0px 0px; } &.dl_item_mov{ background:url(../img/downloadicons/dl_icon_mov.png) no-repeat 0px 0px; } &.dl_item_wmv{ background:url(../img/downloadicons/dl_icon_mov.png) no-repeat 0px 0px; } .dl_item_extension { color: #FFFFFF; font-size: 0.65em; left: 21px; position: absolute; top: 26px; text-transform: uppercase; } } /* checkout */ .shipping { .panel-heading { margin-bottom: 0px; background-color: @main-color-lightgrey; } .panel-body { background-color: @main-color-lightgrey; } .shipping-prices { background-color: @main-color-lightgrey; .list-group-item { background-color: transparent; font-size: 0.9em; } } .ot_subtotal { font-weight: bold; } .ot_tax { font-size: 0.9em; } .ot_total { font-size: 1.2em; } .color_ot_total, .color_ot_total { color: @main-color-1; } .shipping-prices { font-size: 0.9em; color: fadeout(@body-font-color, 20%); } @media (max-width: 990px) { .shipping-prices { max-height: 999999px; font-size: 0.7em; } } } .panel-shipping { margin-bottom: 15px !important; } .panel-body-shipping { padding: 0px 35px; font-size: 14px; } .panel-body-shipping-inner { padding: 8px 0px; } .agbframe { background-color: white; border-color: rgb(169, 169, 169); } textarea { max-width: 100%; } .order-information { .ot_subtotal { font-weight: bold; } .color_ot_total { color: @main-color-1; } .ot_total { font-size: 1.2em; } } .modal-body { .agbframe { height: 400px; } } .modal-title { display: inline-block; } //*** Gutschein versenden **// .gv_message_all { p { margin: 0px; } } .gv_message_complete { background: #fff; border: 1px solid @main-color-midgrey; border-bottom: 0px; padding: 15px; margin: 5px 5px 0px 5px; } .gv_from { background: #fff; border: 1px solid @main-color-midgrey; border-top: 0px; padding: 15px; margin: 0px 5px 25px 5px; font-style: italic; } // *****************************************************************/ // MODULES //******************************************************************/ /* admin bar */ .adminspacer { height: 0 !important; } #admin { background-color: @body-font-color; height: 32px; margin-top: -4px; ul { width: auto; } @media (min-width: 992px) { position: fixed; } @media (max-width: 991px) { position: static; height: auto; ul { li{ &.logo { display: none; } } } } } /* Bestseller */ #bsCarousel { border-top: solid 2px @main-color-lightgrey; border-bottom: solid 2px @main-color-lightgrey; padding: 10px 0px; a.img-thumbnail { display: block; width: 100%; overflow: hidden; padding-top: 100%; padding-bottom: 0; text-align: center; position: relative; border-radius: 0; img { position: absolute; top: 0; left: 0; right: 0; height: 100%; max-height: 160px; width: auto; max-width: none; max-height: 100%; display: inline-block; } } .prod_title { width: 100%; color: @body-font-color; font-weight: bold; line-height: 1.1em; margin-top: 10px; } } /* Swiper Slider -------------------------------------------------------------------------- */ .q2e-swiper-button-next { color: #fff; &::after { font-size: 70px; line-height: 42px; content: "\f105"; font-family: FontAwesome; color: #fff; text-shadow: 0px 0px 2px #999; } } .q2e-swiper-button-prev { color: #fff; &::after { font-size: 70px; line-height: 42px; content: "\f104"; font-family: FontAwesome; color: #fff; text-shadow: 0px 0px 2px #999; } } .swiper-button-next { .q2e-swiper-button-next; background-image: none; } .swiper-button-prev { .q2e-swiper-button-prev; background-image: none; } .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { visibility: hidden; } /* Warenkorb */ .cart, .wishlist { .panel-body { li { a { color: @link-color; &:hover, &:focus, &:active { color: @link-color-hover; } } } } } .above { .dropdown-menu { font-size: 1.4rem; .panel-heading { font-size: 1.3em; padding-top: 2rem; background-color: @main-color-lightgrey; } .panel-body { padding-top: 0; padding-bottom: 0; } .panel-footer { text-align: right; } .quantity, .product { display: inline-block; vertical-align: top; } .product { font-size: 1.4rem; } .text-muted.small a { padding: 0 !important; } a { font-size: 1em; &.product_cart_link { display: inline-block; vertical-align: top; padding: 0 !important; max-width: 255px; } } .single_price { display: inline-block; width: 100%; } } } /* Zuletzt angesehen */ .box_image img { max-width: 100%; } /* Checkout-Navigation */ #checkoutnavigation { .list-group-item { .no-border-radius(); &.list-group-item-success { background-color: @color-checkout-navigation-success; color: darken(@color-checkout-navigation-success, 50%); &:hover { background-color: darken(@color-checkout-navigation-success, 10%); color: darken(@color-checkout-navigation-success, 50%); } } &.list-group-item.active { background-color: @color-checkout-navigation-active; border-color: @color-checkout-navigation-active; } @media (max-width: 500px) { padding: 5px; h4 { margin: 0; } } } } /* alert */ .alert { .no-border-radius(); background-color: @form-alert-color; border-color: @form-alert-color; color: @body-font-color; &.alert-info { background-color: @form-success-color; border-color: @form-success-color; color: @form-success-font-color; } &.alert-success { background-color: @form-success-color; border-color: @form-success-color; color: @form-success-font-color; } &.alert-warning { background-color: @form-alert-color; border-color: @form-alert-color; color: @form-alert-font-color; } } #js_popup_container { border: 0; } #js_popup_title { background: transparent; } #js_popup_content.alert { background-image: none; } #js_popup_panel input[type=button] { .button-bright; } #js_popup_panel input[type=button]:hover { color: #fff; } #js_popup_message { padding: 0 20px; } /* Cookie Consent */ #eucookielaw { position: fixed; bottom: 0; left: 0; right: 0; margin: 0; z-index: 100000; border: 0; background: rgba(0,0,0,0.85); color: #fff; animation-duration: 0.8s; -webkit-animation-duration: 0.8s; -moz-animation-duration: 0.8s; -o-animation-duration: 0.8s; -webkit-animation-name: slideUp; animation-name: slideUp; .panel-body { background-color: transparent; } } @keyframes slideUp { 0% { -webkit-transform: translateY(66px); -ms-transform: translateY(66px); transform: translateY(66px); } 100% { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); } } // Sitemap .list-group-item-info { background-color: #ecf0f1; } /* stars */ .show_rating { > label:before { cursor: pointer; } } /* popup */ body.popupcontent { font-size: 100%; } #js_popup_content { background-image: none; background-color: @form-alert-color; } #js_popup_panel input[type=button] { border-width: 0; } /* produkt-popup checkout */ .popupprint { font-size: 16px !important; .panel-body { h2 { font-size: 22px !important; } h3 { font-size: 18px !important; } .printColumsInfoLeft { margin-top: 20px; } .productNewPrice { color: @main-color-1; font-weight: bold; } .onlytop { font-weight: bold; font-size: 18px; .productSavePrice, .productOldPrice { font-weight: normal; } } } } /* Shariff */ .shariff { .orientation-horizontal { li { .share_text { display: inline; } } } } /* ========================================================================== */ /* modal /* ========================================================================== */ #modal { padding-right: 0; .carousel-control { text-shadow: 0 0 10px rgba(0,0,0,0.8); &#show-next-image, &#show-previous-image { color: #fff; } } } .modal-dialog { @media (min-width: 768px) { width: 80%; width: ~"calc(100% - 50px)"; .modal-body { img { max-height: 75vh; } } } } body.popupcontent { h1 { font-size: 2rem; } h2 { color: @main-color-1; font-size: 1rem; } } p.delivery_country_note{ color: #f00; } /* ========================================================================== */ /* lazy load /* ========================================================================== */ /* addition to the lazy loading functionality to ensure the placeholders occupy the right width and height .layz_container should always be 100% of the parent */ .lazy-container { position: relative; .lazy { position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100% !important; width: 100%; } } @import "custom_styles.less"; @import "q2e_print.less";