/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
html {
    color: #000000;
    font: 400 15px / 22px 'Open Sans';
}

body {
    background: #cccccc url(../images/menu-back2.png);
}

h1 {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Arial;
    font-weight: 300;
    color: #ca4d47;
}

.uk-dropdown {
    width: 250px;
    font-size: 14px;
}

.tm-sticky-navbar .tm-block-top + * {
    margin-top: 55px;
}

.zaglushkatop {
    margin-top: 50px;    
}

.tm-block-top .tm-logo {
    margin: 10px 10px 10px 0px;
}

.uk-navbar-nav {
    margin-top: 15px;
}

.uk-navbar-flip {
    margin-top: 15px;
}

a.catalogmainmenu {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000000;
}

a.catalogmainmenu:hover {
    color: #000000;
}

h2.headeraftermenumain {
    font-size: 26px;
    text-shadow: 1px 1px 3px #222, -1px -1px 3px #fff, 1px 1px #222, -1px -1px #fff;
    color: #cb4e48;
    font-family: Arial;
    line-height: 36px;
}

.headeraftermenumainright p{
    margin:10px 0 0 0;
}

.headeraftermenumainrightphone {
    margin-bottom: 10px !important;
    font-size: 28px;
    font-weight: bold;
    color: #222222;
}

.headeraftermenumainrightmail {
    margin-bottom: 10px !important;
    font-size: 20px;
}

.rightpositioninformation {
	text-align:right;	
}


.column {
    float: left;
    box-sizing: border-box;
    padding: 0 10px;
}

.column-1-2 {
    width: 50%;
    margin-bottom:20px;
}

.column-1-2 p{
    color: #222222;
    font-size: 15px;
    padding: 10px 20px 0px 0px;
    margin-left: 70px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.uk-article p {
  text-align:justify;
  text-indent:1.5em;
}

.uk-article-title {
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}

.uk-navbar-nav > li > a {
    text-transform: uppercase;
}

@media screen and (max-width: 800px) {
.column-1-2 {
    width: 100%;
}

.uk-breadcrumb {
    display:none;
}
   }
   
 a:hover, .uk-link:hover {
    text-decoration: none;
}

.wk-gallery p {
    text-indent:0;
}

.hikashop_category_name {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}


.hikashop_product_name {
    font-size: 14px;
    font-weight: 600;
}

.hikashop_container .thumbnail {
    border: 2px solid #ddd;
    border-radius:0px !important;
}


@media (min-width: 992px) {
.hkc-md-6 {
    width: 40%;
}
}

.hikashop_product_bottom_part h2{
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
}

.buttonsonproductpage {
    width:100%; 
    float:right;
    margin-top:-35px;
}

.button.orange {
    background-color: #ffce36;
	display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
	color: #000000;
}

.button.orange:hover {
    background-color: #f7db85;
	color: #000000;
}

.button.blue {
    background-color: #5397c5;
	display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
	color: #ffffff;
}

.button.blue:hover {
    background-color: #7dafd2;
	color: #ffffff;
}

.button.grey {
    background-color: #cccccc;
	display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    width: 300px;
    height: 60px;
    margin-bottom: 10px;
	color: #000000;
}

.button.grey:hover {
    background-color: #e6e6e6;
	color: #000000;
}

#hikashop_product_bottom_part table {
    margin: 10px 0px 0 0px;
    background-color: #fff;
    width: 95%;
    font-size: 14px;
}

#hikashop_product_bottom_part table td {
    padding: 3px;
    border: 2px solid #cccccc;
    text-align: center;
    font-weight: bold;
}

#hikashop_product_bottom_part table td p{
    margin:0;
}

.uk-breadcrumb li {
    font-size: 13px;
    line-height: 30px;
}

.uk-breadcrumb li a{
    color: #8c8c8c;;
}


.uk-breadcrumb > li:nth-child(n+2):before {
    content: "|";
    margin: 0 4px;
    color: #8c8c8c;;
}

.tm-block-top ul.uk-nav-sub li ul {
	display:none;
}

.tm-sidebar-a .uk-nav > li > a {
    padding: 5px 10px;
}

.tm-sidebar-a ul.uk-nav-sub {
    padding: 5px 0 5px 15px;
}

ul.uk-nav-sub li a:before {
    width: 0px;
}

.hikashop_product_description_main p {
    text-align: justify;
    text-indent: 1.5em;
}

.tm-block-top .uk-nav-sub {
   margin-left: 10px;
}


.uk-panel-box {
    padding: 20px;
    background: #e3e2e2;
    color: #988989;
}

.hikashop_product_quantity_main table {   
   width: auto;
    background: #ffffff;
    margin-bottom: 10px;
}

.hikashop_product_quantity_main table input{ 
    font-size: 16px;
    margin-top: 8px;
    margin-left: 20px;
	color:#000000;
}

.hikashop_listing_img_title form table {
	display:none;
}

a.hikacart {
    color: #fff;
    background-color: #cb4e48;
    border-color: #cb4e48;
}

.hikashop_product_page .hikashop_product_price_full span{
	font-size: 30px;
    font-weight: 600;
}

.uk-panel-box .uk-panel-title {
    color: #1a1616;
}

.uk-panel .hikashop_cart_module .hikashop_cart{
	font-size: 12px;
}

td.hikashop_cart_module_product_price_value {
    min-width:80px;
}

.hikashop_product_right_part {
    margin-top: 50px;
}

.hikashop_product_quantity_main input {
    background-color: #ffffff;
}

.tm-block-top {
    margin-bottom: 20px;
    background: #cb4e48;
}


.uk-navbar {
    background: #ca4d47;
    color: #ffffff;
}

.uk-navbar-nav > li > a {
    color: #fefdfd;
}

.hikashop_filter_main {
    min-height:0px !important;
    width: auto !important;
}

.uk-navbar-flip {
    margin-top:0px;
}

.uk-navbar-content {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 0px;
    padding: 0 0px;
    float: left;
}

#hikashop_cart_168 a {
    color:#ffffff;
}
