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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 html { /*全頁背景*/
    background-image: url('/images/content/body-bg.jpg');
}
 
 /*表單空格的框線*/
 select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-width: 1px; 
}
 
 label, input, button, select, textarea { /*表單checkbox的文字與空格對齊*/
    line-height: 35px;
}

.field-margin { /*讓表單field上邊界縮減*/
	margin-top:-50px;
}

.uk-article-title { /*文章標題字尺寸與靠左*/
    font-size: 24px;
    text-align: left;
}


@media (min-width: 320px) { /*當瀏覽器寬度超過320px則套用以下樣式*/
  .tm-navbar { /*改navbar上下邊界、背景、邊框*/
    margin-top:10px;
	margin-bottom: 15px;
	background:none;
	border:none;
  }
  
  .uk-navbar { /*改navbar樣式背景、寬度、置中、圓角*/ 
	background: #0c7787;
    color: #ffffff;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 10px;
  }
  
  .tm-footer { /*改footer樣式為無背景並縮小上邊界*/ 
	margin-top:5px;
	background:none;
  }
  
  .fp-content-bg { /*自訂首頁主內容區塊的背景*/ 
	background: #0c7787;
	padding:10px;
  }
  
  .uk-position-cover { /*首頁slideshow圓角*/
    border-radius: 10px;
  }
}

.tm-footer a {  /*footer選單的文字顏色*/
    color: #0c7787;
}

.tm-footer a:hover {  /*footer選單的hover文字顏色*/
    color: #0c7787;
}

.uk-subnav > .uk-active > * { /*footer選單的active文字顏色*/
    color: #0c7787;
}

.uk-subnav {
  font-size:14px;
}

.tm-headerbar { /*上選單的高度*/
    min-height: 70px;
}

.hikashop_products_table thead th {
    font-weight: normal;
    font-size: 15px;
	color: #ffffff;
}

.table th, .table td {
    line-height: 24px;
}

h1.componentheading djc_page_heading {
	font-size:14px;
}

.tm-toolbar {
    color:#0c7787;
	background: none;
}

.tm-toolbar a{
    color:#0c7787;
	
}

.tm-toolbar a:hover{
    color:#ffffff;
	
}

.close { /*詢價車modal叉叉調整*/
    font-size: 50px;
}

.djc_cart_popup a { /*詢價車modal顯示文字調整*/
    font-weight: bold;
    font-size: 22px;
}

div.modal {
    left: 60%;
	width: 60%;
}

.djc_location {
	display:none;
}

.uk-subnav {
  font-weight:bold;
}


.tm-toolbar a {
    color: #ffffff;
}

.uk-nav-offcanvas > li > a {

    font-size: 20px;
}

.djc_subcategory .djc_image img {
    padding: 0px;
}

@media (max-width: 1024px) { /*當瀏覽器寬度不超過1024px則套用以下樣式*/
.uk-navbar-nav > li > a {
    padding:0 10px;
}
}

div.mod-languages a {
   font-size: 20px;
   color:#0c7787;
}

.djc_login_link {
  display:none;
}


.djc_back_to_questions_btn {
	display:none;
}


/*td.hikashop_product_add_to_cart_row {
width: 350px;
}
.hikashop_product_listing_custom_item, .hikashop_product_listing_custom_item_table, .hikashop_product_listing_custom_item_table tr {
display: inline;
}
.hikashop_product_listing_custom_item select {
width: 50px;
}*/