1910 lines
32 KiB
SCSS
1910 lines
32 KiB
SCSS
$cRed: #d2202a;
|
|
$cRedHover: #a21d24;
|
|
|
|
html {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
body,
|
|
.caption .name {
|
|
font-weight: 400;
|
|
}
|
|
|
|
#vertical-categories li.active>a,
|
|
#vertical-categories li>a:hover {
|
|
color: #d5230b;
|
|
}
|
|
|
|
.dropdown-menu>.active>a,
|
|
.dropdown-menu>.active>a:hover,
|
|
.dropdown-menu>.active>a:focus {
|
|
color: #ccc;
|
|
}
|
|
|
|
#st_form-user-compatibility-opinion-box.has-error,
|
|
.checkbox.has-error {
|
|
border: 1px solid #cc0000;
|
|
}
|
|
|
|
.container .container {
|
|
width: auto;
|
|
padding: 0;
|
|
}
|
|
|
|
#header {
|
|
padding-top: 28px;
|
|
background: url(/images/frontend/theme/modernorwd/bg-header.jpg) no-repeat top center;
|
|
}
|
|
|
|
#header-navbar {
|
|
background-color: #000;
|
|
}
|
|
|
|
.btn-group .btn-navbar {
|
|
border-color: #303030 !important;
|
|
}
|
|
|
|
.btn-navbar,
|
|
.btn-navbar:active,
|
|
.btn-navbar:hover,
|
|
.btn-navbar:focus {
|
|
background-color: #2a2a2a;
|
|
}
|
|
|
|
.dropdown-menu,
|
|
header .navbar-dropdown .navbar-collapse {
|
|
background-color: #f2f2f2;
|
|
}
|
|
|
|
#producer_filter {
|
|
padding: 10px 0 0 0;
|
|
}
|
|
|
|
#producer_filter select {
|
|
border-radius: 0 !important;
|
|
width: 100%;
|
|
font-size: 12px;
|
|
padding: 5px;
|
|
}
|
|
|
|
.x-tree-root-ct {
|
|
padding: 0 0 0 10px;
|
|
list-style-type: none;
|
|
}
|
|
|
|
.x-tree-node-el img {
|
|
display: inline-block;
|
|
}
|
|
|
|
.x-tree-root-ct>li>.x-tree-node-el>a {
|
|
padding: 7px 10px 7px 0 !important;
|
|
font-size: 14px;
|
|
font-family: 'Roboto', sans-serif;
|
|
background: none !important;
|
|
color: #1b1b1b;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.x-tree-root-ct>li>.x-tree-node-el {
|
|
border-bottom: 2px solid #d2212a;
|
|
}
|
|
|
|
.x-tree-hitarea {
|
|
transition: all 0.3s ease;
|
|
cursor: pointer;
|
|
width: 12px;
|
|
}
|
|
|
|
.x-tree-elbow-plus {
|
|
width: 12px;
|
|
-ms-transform: rotate(-90deg);
|
|
/* IE 9 */
|
|
-webkit-transform: rotate(-90deg);
|
|
/* Chrome, Safari, Opera */
|
|
transform: rotate(-90deg);
|
|
}
|
|
|
|
.x-tree-arrows {
|
|
list-style-type: none;
|
|
padding: 0;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.x-tree-node-el {
|
|
border-bottom: 1px solid #f1ecec;
|
|
padding: 7px 10px 7px 10px !important;
|
|
}
|
|
|
|
.x-tree-arrows a {
|
|
white-space: normal;
|
|
color: #444;
|
|
font-weight: 400;
|
|
font-size: 0.9333rem;
|
|
}
|
|
|
|
.x-tree-node-anchor-selected {
|
|
color: #d2212a !important;
|
|
}
|
|
|
|
.x-tree-elbow-leaf {
|
|
display: none !important;
|
|
}
|
|
|
|
/*#nav-menu .dropdown-menu a,
|
|
.dropdown-menu > li > a,
|
|
.dropdown-menu,
|
|
header .navbar-dropdown .navbar-collapse
|
|
{
|
|
color: #cecece;
|
|
}*/
|
|
|
|
.dropdown-menu>li>a:hover,
|
|
.dropdown-menu>li>a:focus,
|
|
.navbar-inverse .navbar-toggle:hover,
|
|
.navbar-inverse .navbar-toggle:focus,
|
|
.navbar-inverse .navbar-nav>.open>a,
|
|
.navbar-inverse .navbar-nav>.open>a:hover,
|
|
.navbar-inverse .navbar-nav>.open>a:focus {
|
|
background-color: #393939;
|
|
color: #fff;
|
|
}
|
|
|
|
#homepage-carousel,
|
|
.homepage-carousel {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#homepage-carousel:before,
|
|
.homepage-carousel:before {
|
|
display: none;
|
|
}
|
|
|
|
.thumbnail,
|
|
.panel-default {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#left .panel-default,
|
|
#left .thumbnail {
|
|
border: none;
|
|
}
|
|
|
|
.panel-default>.panel-heading {
|
|
background-color: #393939;
|
|
color: #fff;
|
|
}
|
|
|
|
.panel-primary>.panel-heading {
|
|
margin: 0;
|
|
}
|
|
|
|
.back-side-product {
|
|
border: none;
|
|
margin: 0;
|
|
background-color: rgba(255, 255, 255, 0.9);
|
|
padding: 7%;
|
|
}
|
|
|
|
.product .image>a {
|
|
background-color: #fff;
|
|
padding: 0;
|
|
}
|
|
|
|
#main_categories .thumbnail,
|
|
.product-list .thumbnail,
|
|
.home-list .product-list .thumbnail,
|
|
#blog .thumbnail,
|
|
#blog-list .thumbnail {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#main_categories .thumbnail h3 {
|
|
margin-bottom: 0px;
|
|
}
|
|
|
|
.thumbnail,
|
|
.product-list .thumbnail {
|
|
padding: 8px;
|
|
}
|
|
|
|
.product-filter-price .input-price-filter input {
|
|
border-color: #f2f2f2;
|
|
}
|
|
|
|
#vertical-categories .panel-body {
|
|
padding: 7px 0;
|
|
}
|
|
|
|
.btn-shopping-cart,
|
|
.btn-primary {
|
|
background-color: #db1111;
|
|
color: #fff;
|
|
border: none;
|
|
}
|
|
|
|
.product_group .panel-title a:hover {
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-shopping-cart:hover,
|
|
.btn-primary:hover,
|
|
.btn-shopping-cart:focus,
|
|
.btn-primary:focus,
|
|
.btn-shopping-cart:active,
|
|
.btn-primary:active {
|
|
background-color: #ca1515;
|
|
color: #fff;
|
|
}
|
|
|
|
.btn-shopping-cart {
|
|
padding: 10px 18px;
|
|
}
|
|
|
|
.search .btn-primary {
|
|
height: 34px;
|
|
}
|
|
|
|
.btn,
|
|
.btn-primary,
|
|
.information .btn-shopping-cart,
|
|
.card .btn-shopping-cart {
|
|
border-radius: 3px;
|
|
}
|
|
|
|
footer .list-group h5 {
|
|
font-weight: 700;
|
|
}
|
|
|
|
footer .navbar-default {
|
|
background: url('/images/footer-bg.png') no-repeat center;
|
|
border: none;
|
|
margin-top: 20px;
|
|
padding: 15px 0;
|
|
}
|
|
|
|
#product-navbar {
|
|
background-color: #f2f2f2;
|
|
margin-bottom: 10px;
|
|
padding-left: 18px;
|
|
padding-right: 10px;
|
|
}
|
|
|
|
#product-navbar h1 {
|
|
font-size: 20px;
|
|
}
|
|
|
|
#product-navbar #producer-filter .producer-select {
|
|
font-size: 13px;
|
|
background-image: url('/images/frontend/theme/modernorwd/select-arrow-white.png');
|
|
}
|
|
|
|
#product-navbar .btn {
|
|
padding: 7px 12px;
|
|
}
|
|
|
|
.card {
|
|
background-color: #fff;
|
|
border: 1px solid #eaeaea;
|
|
}
|
|
|
|
.more.open .dropdown-toggle .icon-bar {
|
|
background-color: #fff;
|
|
}
|
|
|
|
#thumb-list .thumbnail-price {
|
|
border: none;
|
|
box-shadow: none;
|
|
padding: 0;
|
|
}
|
|
|
|
#thumb-list .name {
|
|
background-color: rgba(255, 255, 255, 0.8);
|
|
padding: 8px;
|
|
border: none;
|
|
top: 0;
|
|
left: 0;
|
|
color: #333;
|
|
}
|
|
|
|
#thumb-list .name a {
|
|
color: inherit;
|
|
}
|
|
|
|
.navbar-dropdown .nav .open>a,
|
|
.navbar-dropdown .nav .open>a:hover,
|
|
.navbar-dropdown .nav .open>a:focus,
|
|
.nav>li>a:hover,
|
|
.nav>li>a:focus {
|
|
background-color: #e21d1c;
|
|
color: #fff;
|
|
}
|
|
|
|
.card .nav>li>a,
|
|
.card .nav>li>a:hover,
|
|
.card .nav>li>a:focus {
|
|
color: #444;
|
|
}
|
|
|
|
@media (max-width: 991px) and (min-width: 768px) {
|
|
.navbar-toggle {
|
|
display: none;
|
|
}
|
|
|
|
.navbar-collapse.collapse {
|
|
display: block !important;
|
|
}
|
|
|
|
.navbar-nav>li,
|
|
.navbar-nav {
|
|
float: left !important;
|
|
}
|
|
|
|
.navbar-header {
|
|
float: right;
|
|
}
|
|
|
|
#nav-menu>.navbar-nav>li>a {
|
|
letter-spacing: 0;
|
|
}
|
|
|
|
.navbar-nav .open .dropdown-menu {
|
|
background-color: #fff;
|
|
box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
|
|
float: left;
|
|
position: absolute;
|
|
}
|
|
|
|
#nav-menu .dropdown-menu a {
|
|
color: #444;
|
|
}
|
|
|
|
#nav-menu .dropdown-menu a:hover {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
header .horizontal-categories>li>a {
|
|
text-transform: none;
|
|
}
|
|
|
|
.navbar-nav>li {
|
|
margin-right: 1px;
|
|
}
|
|
|
|
.homepage-carousel,
|
|
#homepage-carousel {
|
|
margin-top: -15px;
|
|
}
|
|
|
|
#header {
|
|
min-height: 117px;
|
|
}
|
|
|
|
#logo {
|
|
padding-left: 40px;
|
|
}
|
|
|
|
#nav-menu>.navbar-nav>li>a {
|
|
padding: 14px 20px;
|
|
font-size: 1rem;
|
|
}
|
|
|
|
#nav-menu>.navbar-nav>li:hover>a,
|
|
#nav-menu>.navbar-nav>li.open>a,
|
|
#nav-menu .navbar-nav>li.dropdown>a:hover,
|
|
#nav-menu>.navbar-nav>li.active>a {
|
|
background-color: #e21d1c;
|
|
color: #fff;
|
|
}
|
|
|
|
.homepage-carousel {
|
|
/*border: 1px solid #000;*/
|
|
border-top: none;
|
|
}
|
|
|
|
.home-list .caption .name,
|
|
.product .price,
|
|
.caption .name {
|
|
font-size: 1rem;
|
|
}
|
|
|
|
.category .image,
|
|
.category h2 a,
|
|
.category .list-unstyled {
|
|
background-color: #fff;
|
|
/*border: none;*/
|
|
-webkit-transition: all 0.1s ease;
|
|
-moz-transition: all 0.1s ease;
|
|
-o-transition: all 0.1s ease;
|
|
-ms-transition: all 0.1s ease;
|
|
transition: all 0.1s ease;
|
|
}
|
|
|
|
.category:hover .image a,
|
|
.category:hover .list-unstyled,
|
|
.category:hover h2 a {
|
|
border-color: #afafaf;
|
|
}
|
|
|
|
.category .image a,
|
|
.category:hover .image a {
|
|
background: none;
|
|
padding: 0;
|
|
/*border: none;*/
|
|
}
|
|
|
|
.category .image a {
|
|
background-color: #fff;
|
|
}
|
|
|
|
/* .category .image
|
|
{
|
|
padding: 8px 8px 0;
|
|
}*/
|
|
|
|
.product_group .image {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.product_group .other_group {
|
|
font-size: 0.8667rem;
|
|
}
|
|
|
|
.product_group .price {
|
|
font-weight: 700;
|
|
}
|
|
|
|
.product_group .other_group a:before {
|
|
background-color: #393939;
|
|
}
|
|
|
|
.product-list .btn-shopping-cart {
|
|
display: block;
|
|
}
|
|
|
|
.product-filter-container {
|
|
padding: 0;
|
|
}
|
|
|
|
#category-thumbnail .panel-primary {
|
|
padding-bottom: 16px;
|
|
}
|
|
}
|
|
|
|
body {
|
|
background: #fff !important;
|
|
}
|
|
|
|
div#header {
|
|
padding-top: 10px;
|
|
position: relative;
|
|
|
|
.header-bottom {
|
|
border: 0;
|
|
display: grid;
|
|
grid-template-columns: 2fr 1fr 2fr;
|
|
align-items: flex-end;
|
|
|
|
@media (max-width: 1199px) {
|
|
grid-template-columns: 1fr 1fr;
|
|
grid-template-rows: 1.2fr 0.8fr;
|
|
gap: 0px 0px;
|
|
grid-template-areas:
|
|
'logo logo'
|
|
'facebook search';
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
grid-template-columns: 1fr;
|
|
grid-template-rows: 1.2fr 0.8fr;
|
|
gap: 0px 0px;
|
|
grid-template-areas:
|
|
'logo'
|
|
'facebook';
|
|
}
|
|
|
|
#logo {
|
|
padding: 0;
|
|
|
|
@media (max-width: 1199px) {
|
|
grid-area: logo;
|
|
}
|
|
}
|
|
|
|
.facebook {
|
|
@media (max-width: 1199px) {
|
|
grid-area: facebook;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
padding-right: 15px;
|
|
}
|
|
|
|
#box-5 {
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
text-align: center;
|
|
border-radius: 6px;
|
|
max-width: 300px;
|
|
|
|
a {
|
|
color: rgb(66, 103, 178);
|
|
font-weight: 600;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
#search {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
|
|
@media (max-width: 1199px) {
|
|
grid-area: search;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
padding-left: 15px;
|
|
}
|
|
|
|
input[type='search'] {
|
|
height: 44px;
|
|
border-radius: 6px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
div#search input[type='search'] {
|
|
width: 300px;
|
|
font-size: 12px;
|
|
transition: all 0.5s ease;
|
|
width: 400px;
|
|
border: 1px solid #d22129;
|
|
}
|
|
|
|
div#search input[type='search']:focus {
|
|
border: 1px solid #d22129;
|
|
}
|
|
|
|
div#search .btn-primary {
|
|
background: none;
|
|
color: #000;
|
|
margin-left: -35px;
|
|
z-index: 10;
|
|
position: relative;
|
|
text-indent: 0;
|
|
}
|
|
|
|
div#search .btn-primary:hover {
|
|
color: #f79020;
|
|
}
|
|
|
|
div#search .btn-primary .glyphicon {
|
|
font-size: 17px;
|
|
margin-top: 3px;
|
|
color: #d22129;
|
|
}
|
|
|
|
div#search .btn-primary {
|
|
background: none !important;
|
|
border-left: 1px solid #d22129;
|
|
padding: 0 9px;
|
|
}
|
|
|
|
.popover-content>ul>li {
|
|
padding: 5px 0;
|
|
}
|
|
|
|
.popover-content .media-object {
|
|
max-width: 100px;
|
|
max-height: none;
|
|
}
|
|
|
|
.popover-content h4 {
|
|
font-size: 13px;
|
|
overflow: hidden;
|
|
max-width: 215px;
|
|
font-weight: 300;
|
|
height: 51px;
|
|
line-height: 18px;
|
|
}
|
|
|
|
.popover-content .price-info {
|
|
text-align: right;
|
|
color: #89be10;
|
|
font-size: 14px;
|
|
margin-right: 5px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#icons {
|
|
padding: 0 10px 0 0;
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
gap: 10px;
|
|
|
|
@media (max-width: 767px) {
|
|
margin-top: -10px;
|
|
background: #c00;
|
|
padding: 2px;
|
|
|
|
a {
|
|
position: relative;
|
|
z-index: 9999;
|
|
}
|
|
}
|
|
}
|
|
|
|
#icons .btn {
|
|
color: #fff;
|
|
font-size: 18px;
|
|
border: 2px solid #dadada;
|
|
border-radius: 50%;
|
|
height: 45px;
|
|
width: 45px;
|
|
padding: 0px;
|
|
line-height: 45px;
|
|
position: relative;
|
|
}
|
|
|
|
#icons .btn:hover {
|
|
color: #d22129;
|
|
background: #fff;
|
|
border: 2px solid #dadada;
|
|
}
|
|
|
|
#nav-button-shopping-cart .quantity {
|
|
background: #fff;
|
|
border-radius: 12px;
|
|
bottom: 5px;
|
|
color: #1b1b1b;
|
|
display: block;
|
|
font-size: 14px;
|
|
line-height: 12px;
|
|
min-width: 18px;
|
|
padding: 3px;
|
|
position: absolute;
|
|
right: 7px;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
}
|
|
|
|
#header-navbar-position {
|
|
border-bottom: 1px solid #eeeeee;
|
|
}
|
|
|
|
nav#header-navbar {
|
|
background: none !important;
|
|
}
|
|
|
|
#nav-menu>.navbar-nav>li>a {
|
|
color: #7f7e7e;
|
|
font-family: 'Roboto', sans-serif;
|
|
border-bottom: 5px solid #fff;
|
|
height: 65px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
padding: 14px 15px;
|
|
}
|
|
|
|
div#nav-menu>.navbar-nav>li:hover>a,
|
|
div#nav-menu>.navbar-nav>li.open>a,
|
|
div#nav-menu .navbar-nav>li.dropdown>a:hover,
|
|
div#nav-menu>.navbar-nav>li.active>a {
|
|
color: #c12026;
|
|
background: #fff !important;
|
|
border-bottom: 5px solid #c12026;
|
|
}
|
|
|
|
div#nav-menu .dropdown-menu {
|
|
background-color: #fff !important;
|
|
z-index: 100;
|
|
}
|
|
|
|
div#nav-menu .dropdown.open .dropdown-menu {
|
|
border-top: 5px solid #c12026;
|
|
margin-top: -5px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.dropdown-menu>li {
|
|
padding: 0 15px;
|
|
}
|
|
|
|
.dropdown-menu>li>a {
|
|
color: #444 !important;
|
|
border-bottom: 1px solid #d6d4d4;
|
|
padding: 7px 10px !important;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.dropdown-menu>li:last-child a {
|
|
border-bottom: 0;
|
|
}
|
|
|
|
.dropdown-menu>li>a:hover {
|
|
background: #fff !important;
|
|
color: #c12026 !important;
|
|
}
|
|
|
|
.left-menu .title,
|
|
#category_tree .head {
|
|
color: #fff;
|
|
background: url('/images/category-bg.png') no-repeat center !important;
|
|
padding: 7px 10px !important;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
font-family: 'Roboto', sans-serif;
|
|
margin-bottom: 15px;
|
|
|
|
@media (max-width: 767px) {
|
|
background-size: cover !important;
|
|
}
|
|
}
|
|
|
|
#st_category-tree-29 {
|
|
padding-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
|
|
.left-menu li a.category-link span {
|
|
margin-right: 5px;
|
|
}
|
|
|
|
.left-menu .navbar-nav,
|
|
.left-menu .navbar-nav li {
|
|
float: none;
|
|
height: auto;
|
|
}
|
|
|
|
/*.left-menu .navbar-nav > li:nth-child(1), .left-menu .navbar-nav > li:nth-child(2) {
|
|
display: none !important;
|
|
}*/
|
|
.left-menu .dropdown {
|
|
display: block !important;
|
|
}
|
|
|
|
.left-menu .dropdown.more {
|
|
display: none !important;
|
|
}
|
|
|
|
.left-menu .navbar-nav>li>a {
|
|
padding: 7px 10px 7px 0 !important;
|
|
font-size: 14px;
|
|
font-family: 'Roboto', sans-serif;
|
|
background: none;
|
|
color: #1b1b1b;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
border-bottom: 2px solid #d2212a;
|
|
}
|
|
|
|
.left-menu .navbar-nav>li>a:hover {
|
|
background: none;
|
|
color: #d2212a;
|
|
border-bottom: 2px solid #1b1b1b;
|
|
}
|
|
|
|
.left-menu .dropdown .dropdown-menu {
|
|
display: block !important;
|
|
position: static !important;
|
|
background: #fff;
|
|
border: 0;
|
|
box-shadow: none;
|
|
width: 100%;
|
|
float: none;
|
|
}
|
|
|
|
.left-menu .dropdown-menu>li {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.left-menu .dropdown-menu>li>a {
|
|
white-space: normal;
|
|
border-bottom: 1px solid #f1ecec;
|
|
}
|
|
|
|
.left-menu .dropdown-menu>li>a:hover {
|
|
border-bottom: 1px solid #d2212a;
|
|
}
|
|
|
|
.btn-primary,
|
|
.card .btn-shopping-cart,
|
|
.btn-shopping-cart {
|
|
background: $cRed !important;
|
|
// background: url('/images/category-bg.png') no-repeat center !important;
|
|
border-radius: 0;
|
|
overflow: hidden;
|
|
// text-indent: -20px;
|
|
transition: background 300ms ease-in-out;
|
|
}
|
|
|
|
#description-list .btn-shopping-cart {
|
|
width: 200px;
|
|
}
|
|
|
|
.btn-primary:hover,
|
|
.card .btn-shopping-cart:hover,
|
|
.btn-shopping-cart:hover {
|
|
background: $cRedHover !important;
|
|
// background: url('/images/category-bg.png') no-repeat left center !important;
|
|
}
|
|
|
|
.btn-shopping-cart span {
|
|
margin-right: 10px;
|
|
font-size: 14px;
|
|
position: relative;
|
|
top: 2px;
|
|
}
|
|
|
|
.main_price .price {
|
|
color: #89be10;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.product-list .thumbnail {
|
|
border: 1px solid #d1d1d4;
|
|
}
|
|
|
|
.home-list .caption .name {
|
|
font-size: 14px;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
max-width: 100%;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.home-list .main_price .price_brutto {
|
|
text-align: center;
|
|
}
|
|
|
|
.home-list .caption .btn-shopping-cart {
|
|
margin: 10px auto;
|
|
width: 200px;
|
|
}
|
|
|
|
.bx-wrapper .bx-controls-direction a {
|
|
z-index: 10 !important;
|
|
}
|
|
|
|
#box-4.panel-default,
|
|
#box-user.panel-default {
|
|
background: none;
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#box-4 .panel-heading,
|
|
#box-user .panel-heading {
|
|
background: none;
|
|
}
|
|
|
|
.list-group-item-heading {
|
|
margin: 12px 0 10px !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.list-group a,
|
|
#box-user a {
|
|
color: #d8d8d8 !important;
|
|
font-size: 12px;
|
|
line-height: 20px;
|
|
}
|
|
|
|
.list-group a:hover,
|
|
#box-user a:hover {
|
|
color: #fff !important;
|
|
}
|
|
|
|
#box-4 .panel-title,
|
|
.list-group-item-heading a,
|
|
#box-user .panel-title {
|
|
text-align: left;
|
|
font-size: 16px;
|
|
text-transform: uppercase;
|
|
font-family: 'Roboto', sans-serif;
|
|
padding: 0;
|
|
color: #fff !important;
|
|
font-weight: 600;
|
|
}
|
|
|
|
#box-4 .panel-title::after,
|
|
#box-user .panel-title::after,
|
|
.list-group-item-heading a::after {
|
|
display: block;
|
|
border-bottom: 2px solid #fec549;
|
|
content: '';
|
|
margin-top: 5px;
|
|
max-width: 170px;
|
|
}
|
|
|
|
#box-4 .panel-body,
|
|
#box-user .panel-body {
|
|
color: #d8d8d8;
|
|
font-size: 12px;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
#box-4 a {
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#box-user ul {
|
|
list-style-type: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
#accordion_footer .foot-group:nth-child(2) {
|
|
position: relative;
|
|
left: 25px;
|
|
}
|
|
|
|
#cookies_message {
|
|
position: fixed !important;
|
|
background: #fff !important;
|
|
color: #777;
|
|
}
|
|
|
|
#cookies_message #cookies-close-accept {
|
|
min-width: 100px;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
}
|
|
|
|
.copyright {
|
|
display: none;
|
|
}
|
|
|
|
.price_brutto {
|
|
color: #89be10;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.old_price {
|
|
font-size: 12px;
|
|
}
|
|
|
|
div#vertical-categories .panel-heading,
|
|
ul#vertical-categories .panel-heading {
|
|
color: #fff;
|
|
background: url('/images/category-bg.png') no-repeat center !important;
|
|
padding: 7px 10px !important;
|
|
font-weight: 300;
|
|
font-size: 20px;
|
|
font-family: 'Roboto', sans-serif;
|
|
margin-bottom: 15px;
|
|
border-bottom: 0;
|
|
}
|
|
|
|
#vertical-categories h3,
|
|
.product_group .panel-title,
|
|
.box-info .panel-title {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.nav-stacked>li.parent {
|
|
background: url(/images/category-bg-2.png) no-repeat center !important;
|
|
padding: 5px;
|
|
font-family: 'Roboto', sans-serif;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.nav-stacked>li.parent span.glyphicon {
|
|
margin-top: -1px;
|
|
color: #fff;
|
|
}
|
|
|
|
.nav-stacked>li.parent .name {
|
|
color: #fff;
|
|
}
|
|
|
|
.nav-stacked>li span.current {
|
|
padding: 7px 10px 7px 0 !important;
|
|
font-size: 14px;
|
|
font-family: 'Roboto', sans-serif;
|
|
background: none !important;
|
|
color: #1b1b1b;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
border-bottom: 2px solid #d2212a;
|
|
}
|
|
|
|
.nav-stacked>li span.current:hover {
|
|
border-bottom: 2px solid #1b1b1b;
|
|
}
|
|
|
|
.nav-stacked>li span.current:hove a {
|
|
color: #d2212a !important;
|
|
}
|
|
|
|
.nav-stacked>li span.current a {
|
|
color: #1b1b1b;
|
|
}
|
|
|
|
.nav-stacked>li span.current a:hover {
|
|
color: #d2212a !important;
|
|
}
|
|
|
|
.nav-stacked>li>ul {
|
|
padding: 0 !important;
|
|
margin: 0;
|
|
}
|
|
|
|
.nav-stacked>li>ul>li a {
|
|
white-space: normal;
|
|
border-bottom: 1px solid #f1ecec;
|
|
color: #444;
|
|
padding: 7px 10px 7px 10px !important;
|
|
font-weight: 400;
|
|
font-size: 0.9333rem;
|
|
}
|
|
|
|
.nav-stacked>li>ul>li:hover a {
|
|
color: #c12026;
|
|
border-bottom: 1px solid #d2212a;
|
|
}
|
|
|
|
#content .product_group .panel-heading,
|
|
#content .box-info .panel-heading,
|
|
#left .product_group .panel-heading,
|
|
#content .product_group .panel-heading,
|
|
#left .box-info .panel-heading {
|
|
color: #fff;
|
|
background: url('/images/category-bg.png') no-repeat center !important;
|
|
padding: 7px 10px !important;
|
|
font-weight: 400;
|
|
font-size: 20px;
|
|
font-family: 'Roboto', sans-serif;
|
|
margin-bottom: 15px;
|
|
border-bottom: 0;
|
|
|
|
@media (max-width: 767px) {
|
|
background-size: cover !important;
|
|
}
|
|
}
|
|
|
|
.product_group .panel-heading h3,
|
|
.box-info .panel-heading h3 {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-weight: 300;
|
|
}
|
|
|
|
.product_group .panel-heading h3 a:hover,
|
|
.box-info .panel-heading h3 a:hover {
|
|
background: none !important;
|
|
}
|
|
|
|
#content .category-list {
|
|
display: none;
|
|
}
|
|
|
|
#content .sort {
|
|
clear: both;
|
|
}
|
|
|
|
#product-navbar {
|
|
background: none;
|
|
padding: 0;
|
|
float: none !important;
|
|
}
|
|
|
|
#product-navbar h1 {
|
|
color: #c12026;
|
|
padding: 7px 0px;
|
|
line-height: 22px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
border-bottom: 1px solid #c12026;
|
|
}
|
|
|
|
.caption .name a {
|
|
font-size: 15px;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.caption .name a:hover {
|
|
text-decoration: none !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.description-list .info-top {
|
|
display: none;
|
|
}
|
|
|
|
.description-list .info-right {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.description-list .info-right .old_price {
|
|
font-weight: 600;
|
|
font-size: 14px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.product .old_price {
|
|
text-align: center;
|
|
}
|
|
|
|
.product .price_brutto {
|
|
text-align: right;
|
|
color: #89be10;
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.btn-default {
|
|
background: #1b1b1b !important;
|
|
border: 0;
|
|
border-radius: 0;
|
|
}
|
|
|
|
.btn-group>.btn,
|
|
.btn-group-vertical>.btn {
|
|
height: 32px;
|
|
}
|
|
|
|
#producer-filter .producer-select {
|
|
width: 300px;
|
|
}
|
|
|
|
.product-list .thumbnail:hover {
|
|
border: 1px solid #1b1b1b;
|
|
}
|
|
|
|
.navbar-fixed-top {
|
|
border-bottom: 2px solid #c12026;
|
|
background: #fff !important;
|
|
}
|
|
|
|
.card h1 {
|
|
font-size: 18px;
|
|
font-family: 'Roboto', sans-serif;
|
|
line-height: 24px;
|
|
}
|
|
|
|
.information li {
|
|
font-size: 13px;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
.information .text-muted {
|
|
color: #c12026;
|
|
}
|
|
|
|
.information.prices .text-muted {
|
|
color: #333;
|
|
}
|
|
|
|
.information.prices .old_price {
|
|
display: block;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
margin-top: 5px;
|
|
}
|
|
|
|
.information.prices .price_brutto {
|
|
display: block;
|
|
font-size: 24px;
|
|
text-align: right;
|
|
}
|
|
|
|
.information.prices .btn {
|
|
width: 200px;
|
|
}
|
|
|
|
.tinymce_html ul {
|
|
list-style-position: outside;
|
|
padding-left: 25px;
|
|
}
|
|
|
|
.tinymce_html h2 {
|
|
font-size: 22px;
|
|
font-family: 'Roboto', sans-serif;
|
|
line-height: 24px;
|
|
font-weight: 600;
|
|
color: #c12026;
|
|
}
|
|
|
|
.description.tinymce_html table {
|
|
border-collapse: collapse;
|
|
width: 100% !important;
|
|
}
|
|
|
|
.description.tinymce_html table td {
|
|
padding: 5px 10px;
|
|
border: 1px solid #ccc;
|
|
}
|
|
|
|
.thumbnail,
|
|
.product-list .thumbnail {
|
|
padding: 0;
|
|
}
|
|
|
|
.card .description {
|
|
width: 100%;
|
|
}
|
|
|
|
.product_group .product .caption .name a {
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
text-align: center;
|
|
display: block;
|
|
}
|
|
|
|
.product_group .product .price {
|
|
color: #89be10;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 1.2rem;
|
|
}
|
|
|
|
#product-accessories .product .thumbnail .caption .name a,
|
|
#product-recommend .product .thumbnail .caption .name a {
|
|
font-size: 13px;
|
|
font-weight: 300;
|
|
display: block;
|
|
}
|
|
|
|
#product-accessories .product .thumbnail .minor_price,
|
|
#product-recommend .product .thumbnail .minor_price {
|
|
display: none;
|
|
}
|
|
|
|
#product-accessories .product .thumbnail .double_price,
|
|
#product-recommend .product .thumbnail .double_price {
|
|
color: #89be10;
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
}
|
|
|
|
.product-details {
|
|
font-size: 13px;
|
|
margin: 10px 0;
|
|
display: block;
|
|
}
|
|
|
|
#login-user {
|
|
min-height: 0;
|
|
}
|
|
|
|
#login-user .underline {
|
|
font-size: 12px;
|
|
}
|
|
|
|
#login-user .panel-body {
|
|
padding: 15px;
|
|
}
|
|
|
|
#login-user .btn-primary {
|
|
width: 120px;
|
|
}
|
|
|
|
#shopping-cart table th {
|
|
background: #c12026;
|
|
color: #fff;
|
|
text-transform: capitalize;
|
|
padding: 7px 10px !important;
|
|
border: 0;
|
|
}
|
|
|
|
#shopping-cart table td {
|
|
font-size: 13px;
|
|
padding: 5px 10px !important;
|
|
}
|
|
|
|
#shopping-cart .table td .btn-xs {
|
|
background: none !important;
|
|
}
|
|
|
|
#shopping-cart .table tr.bottom-tab .btn-default {
|
|
background: none !important;
|
|
color: #c12026;
|
|
}
|
|
|
|
#shopping-cart .table tr.bottom-tab .btn-default .glyphicon {
|
|
font-size: 14px;
|
|
margin: 3px;
|
|
}
|
|
|
|
.glyphicon-info-sign {
|
|
color: #89be10;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#shopping-cart .panel {
|
|
font-size: 13px;
|
|
}
|
|
|
|
#shopping-cart .panel .panel-heading {
|
|
background: #c12026;
|
|
color: #fff;
|
|
padding: 10px !important;
|
|
}
|
|
|
|
#order_description_text {
|
|
height: 100px;
|
|
}
|
|
|
|
#shopping-cart input,
|
|
#shopping-cart select {
|
|
font-size: 13px;
|
|
}
|
|
|
|
header {
|
|
background: url('/images/top-bg.png') no-repeat center;
|
|
}
|
|
|
|
div#header,
|
|
header .container {
|
|
background: none !important;
|
|
}
|
|
|
|
header #category-29,
|
|
header #category-30,
|
|
header #category-130,
|
|
header #category-162,
|
|
header .nav>li:nth-child(6) a {
|
|
width: 160px;
|
|
}
|
|
|
|
header #category-185 {
|
|
width: 140px;
|
|
}
|
|
|
|
header #category-140 {
|
|
width: 180px;
|
|
}
|
|
|
|
header #category-140,
|
|
header .nav>li:nth-child(6) a,
|
|
header #category-185 {
|
|
line-height: 40px;
|
|
}
|
|
|
|
header #category-29 span,
|
|
header #category-30 span,
|
|
header #category-130 span,
|
|
header #category-162 span,
|
|
header #category-177 span,
|
|
header .nav>li:nth-child(6) a span,
|
|
header #category-185 span {
|
|
display: block;
|
|
}
|
|
|
|
header #category-29::before,
|
|
header #category-30::before,
|
|
header #category-130::before,
|
|
header #category-162::before,
|
|
header #category-177::before,
|
|
header .nav>li:nth-child(6) a::before,
|
|
header #category-185::before {
|
|
content: '';
|
|
display: block;
|
|
height: 40px;
|
|
width: 40px;
|
|
margin-right: 10px;
|
|
float: left;
|
|
}
|
|
|
|
header #category-29::before {
|
|
background: url('/images/icon1.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header #category-30::before {
|
|
background: url('/images/icon2.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header #category-130::before {
|
|
background: url('/images/icon3.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header #category-177::before {
|
|
background: url('/images/icon4.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header #category-162::before {
|
|
background: url('/images/montaz.svg') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header #category-185::before {
|
|
background: url('/images/icon-services.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
header .nav>li:nth-child(6) a::before {
|
|
background: url('/images/icon5.png') no-repeat center;
|
|
background-size: cover;
|
|
}
|
|
|
|
.modal-footer .btn+.btn {
|
|
width: 120px;
|
|
}
|
|
|
|
.btn-product-order-by .dropdown-menu {
|
|
background: #fff;
|
|
}
|
|
|
|
#copyright {
|
|
color: #fff;
|
|
font-size: 12px;
|
|
text-align: center;
|
|
background: #a21d23;
|
|
padding: 8px;
|
|
}
|
|
|
|
#copyright a {
|
|
color: #fff;
|
|
font-weight: 600;
|
|
}
|
|
|
|
div#vertical-categories li.active>a,
|
|
ul#vertical-categories li.active>a {
|
|
font-weight: 600;
|
|
border-bottom: 2px solid #1b1b1b;
|
|
}
|
|
|
|
.description-list .product .image>a:hover {
|
|
text-decoration: none !important;
|
|
border: 0 !important;
|
|
}
|
|
|
|
.show-products:not(.close) {
|
|
width: 200px;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
#nav-menu .dropdown-menu a {
|
|
color: #6b6b6b;
|
|
}
|
|
|
|
#nav-menu .dropdown-menu a:hover {
|
|
background: none;
|
|
color: #db1111;
|
|
}
|
|
|
|
#header-navbar {
|
|
box-shadow: none;
|
|
}
|
|
|
|
#logo_small,
|
|
#search {
|
|
display: none !important;
|
|
}
|
|
|
|
#nav-button-menu.collapsed {
|
|
background: #b01f1e !important;
|
|
}
|
|
|
|
#header-navbar-position {
|
|
border: 0 !important;
|
|
}
|
|
|
|
#logo a {
|
|
text-align: center;
|
|
}
|
|
|
|
.more.open .dropdown-toggle .icon-bar,
|
|
#nav-button-menu.collapsed:hover .icon-bar,
|
|
#nav-button-menu .icon-bar {
|
|
background: #000;
|
|
}
|
|
|
|
#nav-menu .search input[type='search'] {
|
|
padding: 10px;
|
|
font-size: 13px;
|
|
height: 40px;
|
|
}
|
|
|
|
.visible-xs .form-inline.search .btn-primary {
|
|
width: 45px;
|
|
height: 40px;
|
|
}
|
|
|
|
.visible-xs .form-inline.search .btn-primary span {
|
|
color: #fff;
|
|
font-size: 24px;
|
|
}
|
|
|
|
#nav-menu>.navbar-nav>li>a {
|
|
width: 100%;
|
|
text-align: left !important;
|
|
height: 56px;
|
|
line-height: 47px;
|
|
padding: 5px;
|
|
margin: 5px 10px;
|
|
max-width: 210px;
|
|
}
|
|
|
|
header #category-29 span,
|
|
header #category-30 span,
|
|
header #category-130 span,
|
|
header #category-140 span,
|
|
header .nav>li:nth-child(6) a span {
|
|
display: inline !important;
|
|
}
|
|
|
|
#product-navbar {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#content .sort {
|
|
float: left !important;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#content .sort button,
|
|
#content .sort .btn-group {
|
|
height: 32px;
|
|
}
|
|
|
|
.product-shopping-cart {
|
|
display: block !important;
|
|
}
|
|
|
|
.description-list .product .image>a {
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.thumbnail .caption {
|
|
padding: 0 15px 15px;
|
|
}
|
|
|
|
#webpage_footer {
|
|
text-align: center;
|
|
}
|
|
|
|
#box-4 .panel-title,
|
|
.list-group-item-heading a,
|
|
#box-user .panel-title {
|
|
text-align: center;
|
|
}
|
|
|
|
#box-4 .panel-title::after,
|
|
#box-user .panel-title::after,
|
|
.list-group-item-heading a::after {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
#accordion_footer .foot-group:nth-child(2) {
|
|
position: static;
|
|
margin-top: 25px;
|
|
clear: both;
|
|
}
|
|
|
|
footer .foot-group {
|
|
background: none;
|
|
border: 0;
|
|
}
|
|
|
|
#box-user.panel-default {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
#create-account-form .btn.btn-primary.pull-right {
|
|
width: 150px;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
}
|
|
|
|
.btn-primary,
|
|
.card .btn-shopping-cart,
|
|
.btn-shopping-cart {
|
|
width: 150px;
|
|
text-indent: 0;
|
|
}
|
|
|
|
#vertical-categories {
|
|
border: 0;
|
|
}
|
|
|
|
div#vertical-categories .panel-heading,
|
|
#product_group_new,
|
|
#product_group_PROMOTION,
|
|
#product_group_SALES,
|
|
#category-thumbnail .product-filter-container {
|
|
display: none;
|
|
}
|
|
|
|
.nav-stacked>li+li {
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.nav-stacked>li.parent {
|
|
background: url(/images/category-bg-2.png) no-repeat center left !important;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
#content {
|
|
overflow: hidden;
|
|
}
|
|
|
|
#header-navbar-position {
|
|
margin-top: 48px;
|
|
}
|
|
|
|
header .container {
|
|
margin-top: -48px;
|
|
}
|
|
|
|
#nav-button-shopping-cart.empty {
|
|
display: block;
|
|
}
|
|
|
|
#header-navbar-position {
|
|
z-index: 999;
|
|
}
|
|
}
|
|
|
|
#st_button-user-edit_data_basket button {
|
|
width: 220px;
|
|
}
|
|
|
|
#basket-login-form button[type='submit'] {
|
|
width: 100px;
|
|
text-align: center;
|
|
text-indent: 0;
|
|
}
|
|
|
|
#confirm_button {
|
|
width: 320px;
|
|
text-indent: 0;
|
|
background: #a21d24 !important;
|
|
height: 50px !important;
|
|
line-height: 30px;
|
|
}
|
|
|
|
#confirm_button:hover {
|
|
text-indent: 0;
|
|
background: #fc2424 !important;
|
|
}
|
|
|
|
.empty-basket .btn-primary,
|
|
#active_depository_question_overlay {
|
|
width: 200px;
|
|
}
|
|
|
|
#form_availability_alert .btn-primary {
|
|
width: 220px;
|
|
text-indent: 0;
|
|
}
|
|
|
|
#star_raiting .btn-primary,
|
|
#create-account-form .btn-primary,
|
|
#remind-password .btn-primary {
|
|
width: 100px;
|
|
text-indent: 0;
|
|
}
|
|
|
|
.price_brutto small {
|
|
font-size: 13px;
|
|
}
|
|
|
|
.required-info {
|
|
color: #cc0000;
|
|
font-size: 12px;
|
|
margin: 5px 0 0 -5px;
|
|
}
|
|
|
|
.product:hover .back-side-product {
|
|
display: none;
|
|
}
|
|
|
|
#homepage-carouselslider {
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.sliderswiper-pagination {
|
|
position: absolute;
|
|
text-align: center;
|
|
-webkit-transition: 300ms;
|
|
-moz-transition: 300ms;
|
|
-o-transition: 300ms;
|
|
transition: 300ms;
|
|
-webkit-transform: translate3d(0, 0, 0);
|
|
-ms-transform: translate3d(0, 0, 0);
|
|
-o-transform: translate3d(0, 0, 0);
|
|
transform: translate3d(0, 0, 0);
|
|
z-index: 10;
|
|
bottom: 10px;
|
|
left: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
.swiper-pagination-switch {
|
|
display: inline-block;
|
|
width: 15px;
|
|
height: 15px;
|
|
border-radius: 10px;
|
|
background: #ccc;
|
|
box-shadow: 0px 1px 2px #555 inset;
|
|
margin: 0 3px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.swiper-active-switch {
|
|
background: #fff;
|
|
}
|
|
|
|
.add-confirm-text {
|
|
background: #fff;
|
|
color: #000;
|
|
border: 5px solid #d22129 !important;
|
|
padding: 15px;
|
|
text-align: left;
|
|
}
|
|
|
|
.add-confirm-text h3 {
|
|
font-size: 18px;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
.add-confirm-text h3 strong {
|
|
font-weight: 300;
|
|
}
|
|
|
|
.add-confirm-text h3::before {
|
|
display: block;
|
|
content: '';
|
|
float: left;
|
|
background: url('/images/uwaga.png') no-repeat;
|
|
background-size: contain;
|
|
height: 56px;
|
|
width: 60px;
|
|
margin-right: 15px;
|
|
}
|
|
|
|
#billing-submit button {
|
|
width: 200px;
|
|
}
|
|
|
|
.captcha-img {
|
|
width: 100%;
|
|
margin-bottom: 5px;
|
|
}
|
|
|
|
#captcha_form img {
|
|
width: 100% !important;
|
|
height: auto;
|
|
}
|
|
|
|
#captcha_form {
|
|
margin-top: 5px;
|
|
}
|
|
|
|
#pa_attributes table {
|
|
margin: 0;
|
|
}
|
|
|
|
#pa_attributes tr {
|
|
display: block;
|
|
}
|
|
|
|
#pa_attributes tr::after {
|
|
clear: both;
|
|
content: '';
|
|
clear: both;
|
|
}
|
|
|
|
#pa_attributes td {
|
|
background: #fff;
|
|
border: 0;
|
|
padding: 5px 0;
|
|
display: block;
|
|
float: left;
|
|
margin: 0;
|
|
}
|
|
|
|
#pa_attributes td.label_td {
|
|
color: #c12026;
|
|
text-align: left;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
|
|
.card .information,
|
|
#st_availability_info {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
#shopping-cart-product-preview .btn {
|
|
height: 40px;
|
|
line-height: 40px;
|
|
text-align: center;
|
|
padding: 0 20px;
|
|
text-indent: 0;
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
|
|
#homepage-carousel .arrow-right,
|
|
#homepage-carousel .arrow-left,
|
|
.homepage-carousel .arrow-right,
|
|
.homepage-carousel .arrow-left {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.container.contact {
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.container.contact .mt25 {
|
|
margin-top: 25px;
|
|
}
|
|
|
|
.container.contact .mt50 {
|
|
margin-top: 50px;
|
|
}
|
|
|
|
.container.contact .mt50 .col-lg-4 {
|
|
padding: 0 25px 0 0;
|
|
}
|
|
|
|
.container.contact h1::after {
|
|
content: '';
|
|
border-bottom: 1px solid #eee;
|
|
display: block;
|
|
margin: 10px 0;
|
|
}
|
|
|
|
.container.contact .text {
|
|
font-weight: 600;
|
|
font-size: 16px;
|
|
line-height: 16px;
|
|
}
|
|
|
|
.main-title {
|
|
text-align: center;
|
|
font-family: 'Roboto', sans-serif;
|
|
text-transform: uppercase;
|
|
color: #a21d23;
|
|
font-size: 24px;
|
|
}
|
|
|
|
.main-title::after {
|
|
content: '';
|
|
display: block;
|
|
width: 90%;
|
|
max-width: 400px;
|
|
border-bottom: 1px solid #ccc;
|
|
margin: 10px auto 25px;
|
|
}
|
|
|
|
.slick-prev:before,
|
|
.slick-next:before {
|
|
color: #a21d23 !important;
|
|
font-size: 34px !important;
|
|
}
|
|
|
|
.product {
|
|
position: relative;
|
|
|
|
.product-observe {
|
|
position: static !important;
|
|
margin: 5px auto;
|
|
text-align: center;
|
|
display: block;
|
|
max-width: 30px;
|
|
}
|
|
} |