@charset "UTF-8";
/* ------------------------------------------------------------------
_variable.scss 常用變數
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
_old-essential.scss 舊版essentail.css (待清除)
------------------------------------------------------------------ */
/** ************************************* **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Tuesday, August 25, 2015
	~ ~ ~ UPDATE REASONS ~ ~ ~
	DO NOT CHANGE ANYTHING HERE!
	REWRITE IN A CUSTOM CSS FILE IF REQUIRED!
	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
	NOTE: 	- Only minifying this file, 10% is reduced!
			- Using gzip or deflate compression via your
			  .htaccess, this file will be reduced by 83%
	TABLE CONTENTS
	---------------------------
	01. Resets
	02. Headings
	03. Placeholder
	04. Commons
	05. Progress Bars & Pie Charts
	06. Dropcap
	07. Table
	08. Nav Pills
	09. Blockquotes				[shortcode]
	10. Background Patterns
	11. Colors					[v2.0.0]
	12. Magnific Popup			[v1.0.0]
	14. Animate					[v3.2.3]
	15. Fontawesome 			[v4.4.0]
	16. Et-Line	& Font Icons	[v0.0.0]
	17. Social Icons
	18. Buttons					[shortcode]
	19. Counters & Countdown	[shortcode]
	20. Clients					[shortcode]
	21. Alerts					[shortcode]
	22. Dividers				[shortcode]
	23. Headings				[shortcode]
	24. Word Rotator			[shortcode]
	25. Icon Boxes				[shortcode]
	26. Labels & Badges			[shortcode]
	27. Lightbox Ajax			[shortcode]
	28. Panels					[shortcode]
	29. Modals					[shortcode]
	30. Toastr					[shortcode]
	31. Navigations				[shortcode]
	32. Paginations				[shortcode]
	33. Tables					[shortcode]
	34. Callouts				[shortcode]
	35. Process Steps			[shortcode]
	36. Price Table				[shortcode]
	37. Styled Icons			[shortcode]
	38. Pickers					[plugins]
	39. Select2					[plugin]
	40. Tabs					[shortcode]
	41. Toggles & Accordions	[shortcode]
	42. Box Shadow				[shortcode]
	43. Testimonials			[shortcode]
	44. Flexslider				[plugin]
	45. Widgets					[plugin]
	46. Side Nav
	47. Star Rating
	48. Image Zoom				[plugin]
	49. Forms
	50. Sky Form				[plugin]
	51. Summernote				[HTML EDITOR]
	52. Markdown				[HTML EDITOR]
	---------------------------
 ** ************************************* **/
/**	01. Resets
*************************************************** **/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #333;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #333; /* Firefox */
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #333; /* Safari */
}

button {
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

img {
  border: 0;
  vertical-align: top;
}

input:-webkit-autofill {
  color: #ffffff !important;
}

textarea {
  resize: none;
}

textarea, input, button, *:focus {
  outline: none !important;
}

textarea {
  resize: vertical;
}

select {
  border: 2px solid #ced4da;
  height: 46px;
  padding: 12px;
  outline: none;
  line-height: 1 !important;
  border-radius: 3px;
}

label {
  font-weight: 400;
}

iframe,
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

p {
  display: block;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}

a {
  transition: all 0.3s;
}

a, a:focus, a:hover, a:active {
  outline: 0;
  cursor: pointer;
}

canvas {
  /*width: 100% !important;
   max-width: 800px; causes panorama gmap problems 
  height: auto !important;*/
}

:active,
:focus {
  outline: none !important;
}

select:focus,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus {
  outline: 0 none;
}

pre {
  border-radius: 3px;
}

img.img-responsive {
  display: inline-block;
}

/* IE & Mozilla fix */
div.row > div img.img-responsive {
  width: 100%;
}

/** 02. Headings
 **************************************************************** **/
/**	03. Placeholder
*************************************************** **/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
}

/** 04. Commons
 **************************************************************** **/
/* utils */
.size-11 {
  font-size: 11px !important;
}

.size-12 {
  font-size: 12px !important;
}

.size-13 {
  font-size: 13px !important;
}

.size-14 {
  font-size: 14px !important;
}

.size-15 {
  font-size: 15px !important;
}

.size-16 {
  font-size: 16px !important;
}

.size-17 {
  font-size: 17px !important;
}

.size-18 {
  font-size: 18px !important;
}

.size-19 {
  font-size: 19px !important;
}

.size-20 {
  font-size: 20px !important;
}

.size-25 {
  font-size: 25px !important;
}

.size-30 {
  font-size: 30px !important;
}

.size-40 {
  font-size: 40px !important;
}

.size-50 {
  font-size: 50px !important;
}

.size-60 {
  font-size: 60px !important;
}

.size-70 {
  font-size: 70px !important;
}

.size-80 {
  font-size: 80px !important;
}

.size-90 {
  font-size: 90px !important;
}

.size-100 {
  font-size: 100px !important;
}

.size-150 {
  font-size: 150px !important;
}

.size-200 {
  font-size: 200px !important;
}

.weight-300 {
  font-weight: 300 !important;
}

.weight-400 {
  font-weight: 400 !important;
}

.weight-500 {
  font-weight: 500 !important;
}

.weight-600 {
  font-weight: 600 !important;
}

.weight-700 {
  font-weight: 700 !important;
}

.weight-800 {
  font-weight: 800 !important;
}

.width-10 {
  width: 10px !important;
}

.width-20 {
  width: 20px !important;
}

.width-30 {
  width: 30px !important;
}

.width-40 {
  width: 40px !important;
}

.width-50 {
  width: 50px !important;
}

.width-100 {
  width: 100px !important;
}

.width-150 {
  width: 150px !important;
}

.width-200 {
  width: 200px !important;
}

.width-250 {
  width: 250px !important;
}

.width-300 {
  width: 300px !important;
}

.width-350 {
  width: 350px !important;
}

.width-400 {
  width: 400px !important;
}

.width-450 {
  width: 450px !important;
}

.width-500 {
  width: 500px !important;
}

.width-550 {
  width: 550px !important;
}

.width-600 {
  width: 600px !important;
}

.width-650 {
  width: 650px !important;
}

.width-700 {
  width: 700px !important;
}

.width-750 {
  width: 750px !important;
}

.width-800 {
  width: 800px !important;
}

.height-10 {
  height: 10px !important;
}

.height-20 {
  height: 20px !important;
}

.height-25 {
  height: 25px !important;
}

.height-30 {
  height: 30px !important;
}

.height-40 {
  height: 40px !important;
}

.height-50 {
  height: 50px !important;
}

.height-100 {
  height: 100px !important;
}

.height-150 {
  height: 150px !important;
}

.height-200 {
  height: 200px !important;
}

.height-250 {
  height: 250px !important;
}

.height-300 {
  height: 300px !important;
}

.height-350 {
  height: 350px !important;
}

.height-400 {
  height: 400px !important;
}

.height-450 {
  height: 450px !important;
}

.height-500 {
  height: 500px !important;
}

.height-550 {
  height: 550px !important;
}

.height-600 {
  height: 600px !important;
}

.height-650 {
  height: 650px !important;
}

.height-700 {
  height: 700px !important;
}

.height-750 {
  height: 750px !important;
}

.height-800 {
  height: 800px !important;
}

.padding-0 {
  padding: 0 !important;
}

.padding-3 {
  padding: 3px !important;
}

.padding-6 {
  padding: 6px !important;
}

.padding-8 {
  padding: 8px !important;
}

.padding-10 {
  padding: 10px !important;
}

.padding-15 {
  padding: 15px !important;
}

.padding-20 {
  padding: 20px !important;
}

.padding-30 {
  padding: 30px !important;
}

.padding-40 {
  padding: 40px !important;
}

.padding-50 {
  padding: 50px !important;
}

.padding-60 {
  padding: 60px !important;
}

.padding-70 {
  padding: 70px !important;
}

.padding-80 {
  padding: 80px !important;
}

.padding-90 {
  padding: 90px !important;
}

.padding-100 {
  padding: 100px !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

.padding-top-10 {
  padding-top: 10px !important;
}

.padding-top-15 {
  padding-top: 15px !important;
}

.padding-top-20 {
  padding-top: 20px !important;
}

.padding-top-30 {
  padding-top: 30px !important;
}

.padding-top-40 {
  padding-top: 40px !important;
}

.padding-top-50 {
  padding-top: 50px !important;
}

.padding-top-60 {
  padding-top: 60px !important;
}

.padding-top-80 {
  padding-top: 80px !important;
}

.padding-top-100 {
  padding-top: 100px !important;
}

.padding-top-130 {
  padding-top: 130px !important;
}

.padding-top-150 {
  padding-top: 150px !important;
}

.padding-top-180 {
  padding-top: 180px !important;
}

.padding-top-200 {
  padding-top: 200px !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.padding-bottom-10 {
  padding-bottom: 10px !important;
}

.padding-bottom-15 {
  padding-bottom: 15px !important;
}

.padding-bottom-20 {
  padding-bottom: 20px !important;
}

.padding-bottom-30 {
  padding-bottom: 30px !important;
}

.padding-bottom-40 {
  padding-bottom: 40px !important;
}

.padding-bottom-50 {
  padding-bottom: 50px !important;
}

.padding-bottom-60 {
  padding-bottom: 60px !important;
}

.padding-bottom-80 {
  padding-bottom: 80px !important;
}

.padding-bottom-100 {
  padding-bottom: 100px !important;
}

.padding-bottom-130 {
  padding-bottom: 130px !important;
}

.padding-bottom-150 {
  padding-bottom: 150px !important;
}

.padding-bottom-180 {
  padding-bottom: 180px !important;
}

.padding-bottom-200 {
  padding-bottom: 200px !important;
}

.padding-right-5 {
  padding-right: 5px !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-1 {
  margin-top: 1px !important;
}

.margin-top-2 {
  margin-top: 2px !important;
}

.margin-top-3 {
  margin-top: 3px !important;
}

.margin-top-6 {
  margin-top: 6px !important;
}

.margin-top-8 {
  margin-top: 8px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-45 {
  margin-top: 45px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-80 {
  margin-top: 80px !important;
}

.margin-top-100 {
  margin-top: 100px !important;
}

.margin-top-130 {
  margin-top: 130px !important;
}

.margin-top-150 {
  margin-top: 150px !important;
}

.margin-top-180 {
  margin-top: 180px !important;
}

.margin-top-200 {
  margin-top: 200px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-1 {
  margin-bottom: 1px !important;
}

.margin-bottom-2 {
  margin-bottom: 2px !important;
}

.margin-bottom-3 {
  margin-bottom: 3px !important;
}

.margin-bottom-6 {
  margin-bottom: 6px !important;
}

.margin-bottom-8 {
  margin-bottom: 8px !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-15 {
  margin-bottom: 15px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-bottom-60 {
  margin-bottom: 60px !important;
}

.margin-bottom-80 {
  margin-bottom: 80px !important;
}

.margin-bottom-100 {
  margin-bottom: 100px !important;
}

.margin-bottom-130 {
  margin-bottom: 130px !important;
}

.margin-bottom-150 {
  margin-bottom: 150px !important;
}

.margin-bottom-180 {
  margin-bottom: 180px !important;
}

.margin-bottom-200 {
  margin-bottom: 200px !important;
}

.margin-left-0 {
  margin-left: 0 !important;
}

.margin-left-3 {
  margin-left: 3px !important;
}

.margin-left-6 {
  margin-left: 6px !important;
}

.margin-left-8 {
  margin-left: 8px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.margin-left-15 {
  margin-left: 15px !important;
}

.margin-left-20 {
  margin-left: 20px !important;
}

.margin-left-30 {
  margin-left: 30px !important;
}

.margin-left-40 {
  margin-left: 40px !important;
}

.margin-left-50 {
  margin-left: 50px !important;
}

.margin-left-60 {
  margin-left: 60px !important;
}

.margin-left-80 {
  margin-left: 80px !important;
}

.margin-left-100 {
  margin-left: 100px !important;
}

.margin-left-130 {
  margin-left: 130px !important;
}

.margin-left-150 {
  margin-left: 150px !important;
}

.margin-left-180 {
  margin-left: 180px !important;
}

.margin-left-200 {
  margin-left: 200px !important;
}

.margin-left-250 {
  margin-left: 250px !important;
}

.margin-left-300 {
  margin-left: 300px !important;
}

.margin-right-0 {
  margin-right: 0 !important;
}

.margin-right-3 {
  margin-right: 3px !important;
}

.margin-right-6 {
  margin-right: 6px !important;
}

.margin-right-8 {
  margin-right: 8px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-right-15 {
  margin-right: 15px !important;
}

.margin-right-20 {
  margin-right: 20px !important;
}

.margin-right-30 {
  margin-right: 30px !important;
}

.margin-right-40 {
  margin-right: 40px !important;
}

.margin-right-50 {
  margin-right: 50px !important;
}

.margin-right-60 {
  margin-right: 60px !important;
}

.margin-right-80 {
  margin-right: 80px !important;
}

.margin-right-100 {
  margin-right: 100px !important;
}

.margin-right-130 {
  margin-right: 130px !important;
}

.margin-right-150 {
  margin-right: 150px !important;
}

.margin-right-180 {
  margin-right: 180px !important;
}

.margin-right-200 {
  margin-right: 200px !important;
}

.margin-right-250 {
  margin-right: 250px !important;
}

.margin-right-300 {
  margin-right: 300px !important;
}

.line-height-0 {
  line-height: 0 !important;
}

.line-height-10 {
  line-height: 10px !important;
}

.line-height-20 {
  line-height: 20px !important;
}

.line-height-30 {
  line-height: 30px !important;
}

.line-height-40 {
  line-height: 40px !important;
}

.line-height-50 {
  line-height: 50px !important;
}

.line-height-60 {
  line-height: 60px !important;
}

.line-height-70 {
  line-height: 70px !important;
}

.line-height-80 {
  line-height: 80px !important;
}

.line-height-90 {
  line-height: 90px !important;
}

.line-height-100 {
  line-height: 100px !important;
}

.nopadding {
  padding: 0 !important;
}

.nopadding-left {
  padding-left: 0 !important;
}

.nopadding-right {
  padding-right: 0 !important;
}

.nopadding-top {
  padding-top: 0 !important;
}

.nopadding-bottom {
  padding-bottom: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.nomargin-left {
  margin-left: 0 !important;
}

.nomargin-right {
  margin-right: 0 !important;
}

.nomargin-top {
  margin-top: 0 !important;
}

.nomargin-bottom {
  margin-bottom: 0 !important;
}

.noborder {
  border: 0 !important;
}

.noborder-left {
  border-left: 0 !important;
}

.noborder-right {
  border-right: 0 !important;
}

.noborder-top {
  border-top: 0 !important;
}

.noborder-bottom {
  border-bottom: 0 !important;
}

.nobg {
  background: transparent;
}

.nobackground {
  background: none !important;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.noradius {
  border-radius: 0 !important;
}

.font-style-italic {
  font-style: italic;
}

.font-style-normal {
  font-style: normal;
}

.pointer {
  cursor: pointer;
}

.block {
  display: block !important;
}

.block-inline {
  display: inline-block !important;
}

.inline-block {
  display: inline-block !important;
}

.bold {
  font-weight: bold !important;
}

.fullwidth {
  width: 100% !important;
  max-width: 100% !important;
}

.halfwidth {
  width: 50% !important;
}

.justify {
  text-align: justify;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.noshadow {
  box-shadow: none;
  text-shadow: none;
}

.nofloat {
  float: none !important;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
}

.display-table-cell {
  display: table-cell;
  width: 100%;
  height: 100%;
}

.vertical-align-middle {
  vertical-align: middle;
}

.txt-no-decoration {
  text-decoration: none !important;
}

.softhide {
  display: none;
}

img.pull-left {
  margin: 0 20px 10px 0;
}

img.pull-right {
  margin: 0 0 10px 20px;
}

ul > li > i {
  margin-right: 10px;
}

.no-text-underline,
.no-text-decoration {
  text-decoration: none;
}

.line-through {
  text-decoration: line-through;
  color: #999;
}

.btn > i {
  padding-right: 6px;
}

video.fullvideo {
  width: 100%;
  height: 100%;
}

/* borders */
.border-top-1 {
  border-top: 1px solid #ddd;
}

.border-top-2 {
  border-top: 2px solid #ddd;
}

.border-top-3 {
  border-top: 3px solid #ddd;
}

.border-bottom-1 {
  border-bottom: 1px solid #ddd;
}

.border-bottom-2 {
  border-bottom: 2px solid #ddd;
}

.border-bottom-3 {
  border-bottom: 3px solid #ddd;
}

.border-right-1 {
  border-right: 1px solid #ddd;
}

.border-bottom-dashed:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  border-bottom: 1px dashed #999;
}

.border-bottom-dotted:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -6px;
  border-bottom: 1px dotted #999;
}

/* break words */
.break-word {
  white-space: pre; /* CSS 2.0 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3.0 */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -hp-pre-wrap; /* HP Printers */
  word-wrap: break-word; /* IE 5+ */
}

/* No Tramsition */
.no-transition {
  transition: all 0s !important;
}

/* greyscale */
.grayscale {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  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");
  filter: gray;
}

/* ellipsis */
.elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* no selectrion */
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

/* text color */
/* absolute/fixed position */
.top-left {
  top: 0;
  bottom: auto;
  left: 0;
  right: auto;
}

.top-right {
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
}

.bottom-left {
  top: auto;
  bottom: 0;
  left: 0;
  right: auto;
}

.bottom-right {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.top-center {
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
}

.bottom-center {
  top: auto;
  bottom: 0;
  left: auto;
  right: auto;
}

.position-bottom {
  top: auto;
  bottom: 0;
}

.position-top {
  top: 0;
  bottom: auto;
}

.opacity-0 {
  filter: Alpha(Opacity=0);
  opacity: 0;
}

.opacity-1 {
  filter: Alpha(Opacity=10);
  opacity: 0.1;
}

.opacity-2 {
  filter: Alpha(Opacity=20);
  opacity: 0.2;
}

.opacity-3 {
  filter: Alpha(Opacity=30);
  opacity: 0.3;
}

.opacity-4 {
  filter: Alpha(Opacity=40);
  opacity: 0.4;
}

.opacity-5 {
  filter: Alpha(Opacity=50);
  opacity: 0.5;
}

.opacity-6 {
  filter: Alpha(Opacity=60);
  opacity: 0.6;
}

.opacity-7 {
  filter: Alpha(Opacity=70);
  opacity: 0.7;
}

.opacity-8 {
  filter: Alpha(Opacity=80);
  opacity: 0.8;
}

.opacity-9 {
  filter: Alpha(Opacity=90);
  opacity: 0.9;
}

.opacity-10 {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

hr {
  border: 0;
  height: 1px;
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d6d6d6", endColorstr="#d6d6d6",GradientType=0 ); /* IE6-9 */
}

/* black and white image */
img.image-bw {
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  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");
  filter: gray;
}

/* box color */
.box-default {
  color: #111;
  background-color: #c6c6c6 !important;
}

.box-danger {
  color: #fff;
  background-color: #b92c28 !important;
}

.box-warning {
  color: #fff;
  background-color: #e38d13 !important;
}

.box-info {
  color: #fff;
  background-color: #28a4c9 !important;
}

.box-primary {
  color: #fff;
  background-color: #245580 !important;
}

.box-success {
  color: #fff;
  background-color: #02B700 !important;
}

.box-white {
  color: #111;
  background-color: #fff !important;
}

.box-black {
  background-color: #111 !important;
}

/* radius */
.radius-0 {
  border-radius: 0 !important;
}

.radius-3 {
  border-radius: 3px !important;
}

.radius-4 {
  border-radius: 4px !important;
}

.radius-5 {
  border-radius: 5px !important;
}

.radius-6 {
  border-radius: 6px !important;
}

.radius-7 {
  border-radius: 7px !important;
}

.radius-8 {
  border-radius: 8px !important;
}

/* letter spacing */
.letter-spacing-0 {
  letter-spacing: 0em !important;
}

.letter-spacing-1 {
  letter-spacing: 0.1em !important;
}

.letter-spacing-2 {
  letter-spacing: 0.2em !important;
}

.letter-spacing-3 {
  letter-spacing: 0.3em !important;
}

.letter-spacing-4 {
  letter-spacing: 0.4em !important;
}

.letter-spacing-5 {
  letter-spacing: 0.5em !important;
}

.letter-spacing-6 {
  letter-spacing: 0.6em !important;
}

.letter-spacing-7 {
  letter-spacing: 0.7em !important;
}

.letter-spacing-8 {
  letter-spacing: 0.8em !important;
}

.letter-spacing-9 {
  letter-spacing: 0.9em !important;
}

.letter-spacing-10 {
  letter-spacing: 1em !important;
}

/* Tag Cloud */
.tag {
  position: relative;
  display: inline-block;
  margin: 0 6px 3px 0;
}

.tag > span.txt {
  border: 1px solid #e3e3e3;
  color: #666;
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 4px 9px;
  text-transform: uppercase;
}

.tag > span.num {
  background: rgba(0, 0, 0, 0.01);
  border-color: #e3e3e3;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-size: 11px;
  padding: 8px 9px 8px 11px;
  color: #aaa;
  position: relative;
  margin-left: -1px;
}

.tag > span.num:before {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #C6C6C6;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: 0px;
  position: absolute;
  top: 12px;
}

.tag > span.num:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  border-style: solid;
  border-width: 4px;
  content: "";
  display: block;
  left: -1px;
  position: absolute;
  top: 12px;
}

/* Inline Search */
.inline-search {
  display: block;
  position: relative;
}

.inline-search form input.serch-input {
  background: #fff;
  border: #ced4da 1px solid;
  color: #aaa;
  float: left;
  font-size: 13px;
  height: 39px;
  letter-spacing: 1px;
  margin: 0;
  padding: 5px 50px 5px 10px;
  width: 100%;
}

.inline-search form button {
  background: rgba(0, 0, 0, 0);
  border-left: #ced4da 1px solid;
  font-size: 17px;
  width: 39px;
  height: 39px;
  line-height: 39px;
  vertical-align: bottom;
  position: absolute;
  right: 0;
}

/* parallax */
.parallax h1,
.parallax h2,
.parallax h3,
.parallax h4,
.parallax h5,
.parallax h6,
.parallax p,
.parallax .btn,
.parallax img,
.parallax div,
.parallax {
  color: #fff;
  position: relative;
  z-index: 10;
}

.parallax .btn-default {
  background-color: transparent;
}

.parallax .overlay {
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.parallax h1 {
  font-size: 70px;
}

.parallax h2 {
  font-size: 60px;
}

.parallax h3 {
  font-size: 50px;
}

@media only screen and (max-width: 760px) {
  /*
  .parallax {
  	background-position:center center !important;
  }
  */
  .parallax h1 {
    font-size: 55px;
  }
  .parallax h2 {
    font-size: 45px;
  }
  .parallax h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 500px) {
  .parallax h1 {
    font-size: 36px;
  }
  .parallax h2 {
    font-size: 30px;
  }
  .parallax h3 {
    font-size: 30px;
  }
}
/* video background */
section.section-video {
  border: 0;
}

section.section-video .section-container-video {
  position: absolute !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

section.section-video .section-container-video > video {
  position: absolute;
  top: 0;
  left: 0;
}

section.section-video h1,
section.section-video h2,
section.section-video h3,
section.section-video h4,
section.section-video h5,
section.section-video h6,
section.section-video p,
section.section-video .btn,
section.section-video img,
section.section-video div,
section.section-video {
  color: #fff;
  position: relative;
  z-index: 10;
}

section.section-video .overlay {
  background-color: rgba(34, 34, 34, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

section.section-video h1 {
  font-size: 70px;
}

section.section-video h2 {
  font-size: 60px;
}

section.section-video h3 {
  font-size: 50px;
}

@media only screen and (max-width: 760px) {
  section.section-video h1 {
    font-size: 55px;
  }
  section.section-video h2 {
    font-size: 45px;
  }
  section.section-video h3 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 500px) {
  section.section-video h1 {
    font-size: 36px;
  }
  section.section-video h2 {
    font-size: 30px;
  }
  section.section-video h3 {
    font-size: 30px;
  }
}
/* Columnize Text */
.columnize-2 {
  margin: 0 0 1.313em;
  column-count: 2;
  column-gap: 3em;
  column-rule: 1px solid rgba(0, 0, 0, 0.05);
}

.columnize-3 {
  margin: 0 0 1.313em;
  column-count: 3;
  column-gap: 3em;
  column-rule: 1px solid rgba(0, 0, 0, 0.05);
}

.columnize-4 {
  margin: 0 0 1.313em;
  column-count: 4;
  column-gap: 3em;
  column-rule: 1px solid rgba(0, 0, 0, 0.05);
}

.columnize-5 {
  margin: 0 0 1.313em;
  column-count: 5;
  column-gap: 3em;
  column-rule: 1px solid rgba(0, 0, 0, 0.05);
}

.columnize-6 {
  margin: 0 0 1.313em;
  column-count: 6;
  column-gap: 3em;
  column-rule: 1px solid rgba(0, 0, 0, 0.05);
}

@media only screen and (max-width: 767px) {
  .columnize-4,
  .columnize-5,
  .columnize-6 {
    margin: 0 0 1.313em;
    column-count: 3;
    column-gap: 3em;
    column-rule: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (max-width: 480px) {
  .columnize-2,
  .columnize-3,
  .columnize-4,
  .columnize-5,
  .columnize-6 {
    font-size: 13px;
    column-count: 1;
  }
}
/* overlay */
.overlay {
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1; /* required for IE */
  transition: all 1s;
}

a.overlay:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* dark overlay */
.overlay.dark-0 {
  background-color: rgba(0, 0, 0, 0);
}

.overlay.dark-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.overlay.dark-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.overlay.dark-3 {
  background-color: rgba(0, 0, 0, 0.3);
}

.overlay.dark-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

.overlay.dark-5 {
  background-color: rgba(0, 0, 0, 0.5);
}

.overlay.dark-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

.overlay.dark-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.overlay.dark-8 {
  background-color: rgba(0, 0, 0, 0.8);
}

.overlay.dark-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

.overlay.dark-10 {
  background-color: rgb(0, 0, 0);
}

/* light overlay */
.overlay.light-0 {
  background-color: rgba(255, 255, 255, 0);
}

.overlay.light-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.overlay.light-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.overlay.light-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.overlay.light-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.overlay.light-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.overlay.light-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.overlay.light-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.overlay.light-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.overlay.light-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.overlay.light-10 {
  background-color: rgb(255, 255, 255);
}

/* rounded */
.rounded {
  border-radius: 50% !important;
}

/**
	ICON LIST
**/
ul.list-icons {
  margin-left: 1.75em;
  position: relative;
}

ul.list-icons > li {
  position: relative;
}

ul.list-icons > li > i {
  position: absolute;
  left: -1.75em;
  width: 14px;
  text-align: center;
  top: 5px;
}

/**
	Ribbon
**/
.ribbon {
  width: 115px;
  height: 118px;
  overflow: hidden;
  position: absolute;
  right: -2px;
  top: -2px;
  z-index: 1;
}

.ribbon .ribbon-inner {
  width: 160px;
  left: -8px;
  top: 28px;
}

.ribbon-inner {
  font-family: "Open Sans", Helvetica, Arial, sans-serif, "微軟正黑體";
  -o-box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.15);
  transform: rotate(45deg);
  background: #1abc9c;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  font-weight: 700;
  font-size: 14px;
  padding: 7px 0;
  width: 100px;
  color: #fff;
  z-index: 1;
  left: 3px;
  top: 6px;
}

/** Bootstrap 5 column equal grid
 ******************************** **/
@media (min-width: 992px) {
  .col-lg-5th {
    width: 20;
    flex: 0 0 20%;
  }
}
/*@media only screen and (max-width: 992px) {
	.col-md-5th {
		width:100%;
		float:none;
		display:block;
	}
    .col-md-5th.col-sm-5th {
        width: 25%;
        float: left;
    }
}
@media only screen and (max-width: 769px) {
    .col-md-5th.col-sm-5th {
		width:33.33333%;
		float:left;
		display:block;
    }
}
@media only screen and (max-width: 480px) {
    .col-md-5th.col-sm-5th {
		width:50%;
		float:left;
		display:block;
padding:0px;
    }
}
/** 05. Progress Bars & Pie Charts
 **************************************************************** **/
.progress {
  overflow: visible;
  background: rgba(0, 0, 0, 0.1);
  -o-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.progress.progress-xxs {
  height: 3px;
}

.progress.progress-xs {
  height: 6px;
}

.progress.progress-lg {
  height: 36px;
  overflow: hidden;
}

.progress.progress-lg span {
  line-height: 36px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.progress.progress-lg span.inline-text {
  text-align: left;
  padding: 8px;
  display: block;
  font-size: 14px;
  position: absolute;
  min-width: 50%;
}

.progress-bar-default {
  background-color: rgba(11, 11, 11, 0.9);
}

/* align */
.progress-bar.text-left > span {
  padding-left: 10px;
}

.progress-bar.text-right > span {
  padding-right: 10px;
}

/** Easy Pie Chart
 ******************** **/
.piechart {
  position: relative;
  display: inline-block;
  text-align: center;
  display: inline-block;
  margin: 0 15px 15px;
}

.piechart > i {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 42px;
}

.piechart > span {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
}

.piechart > span.countTo {
  font-size: 30px;
}

.piechart > span[class^=size-],
.piechart > span[class*=" size-"] {
  line-height: inherit;
}

.easyPieChart {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #333;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

/** 06. Dropcap
 **************************************************************** **/
.dropcap:first-letter {
  font-size: 70px;
  line-height: 60px;
  padding: 4px 8px 4px 4px;
  margin-right: 6px;
  margin-top: -3px;
  display: inline-block;
  color: #333;
}

.dropcap.color:first-letter {
  color: #fff;
  background: #333;
  margin-top: 8px;
  padding: 0 8px 3px 4px;
  border-radius: 0;
}

/** 07. Table
 **************************************************************** **/
/*
table {
	background-color:rgba(0,0,0,0.01);
}
table thead {
	background-color:rgba(0,0,0,0.08);
}
*/
table .btn {
  margin: 0 3px;
}

table.table-vertical-middle td {
  vertical-align: middle !important;
}

/** 08. Nav Pills
 **************************************************************** **/
section .nav-pills {
  display: inline-block;
}

section .nav-pills > li > a:hover,
section .nav-pills > li > a:focus,
section .nav-pills > li.active > a,
section .nav-pills > li.active > a:hover,
section .nav-pills > li.active > a:focus {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

section .nav-pills > li > a {
  padding: 6px 15px;
  margin-bottom: 6px;
  letter-spacing: 1px;
}

@media only screen and (max-width: 550px) {
  section .nav-pills {
    background-color: rgba(0, 0, 0, 0.02);
  }
  section .nav-pills,
  section .nav-pills > li,
  section .nav-pills > li > a {
    display: block !important;
    float: none;
  }
}
/** 09. Blockquotes
 **************************************************************** **/
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5,
blockquote h6 {
  font-weight: bold;
  position: relative;
}

blockquote {
  border-left: 5px solid rgba(0, 0, 0, 0.1);
  font-size: 1.3em;
  font-style: normal;
  letter-spacing: -1px;
  margin: 25px 0;
  padding: 0 0 0 25px;
  position: relative;
}

blockquote.reverse {
  border-left: 0;
  border-right: 5px solid rgba(0, 0, 0, 0.1);
  margin: 25px 0;
  padding: 0 25px 0 0;
  text-align: right;
}

blockquote.quote {
  border: 0;
}

blockquote.quote:before {
  font-family: font-icons;
  font-weight: 400;
  content: "\e7ad";
  position: absolute;
  width: 43px;
  height: 43px;
  line-height: 43px;
  font-size: 43px;
  top: 0;
  left: 0;
  color: #EEE;
  z-index: 0;
}

blockquote.quote.reverse:before {
  left: auto;
  right: 0;
  text-align: right;
}

blockquote.pull-left {
  max-width: 350px;
  padding-right: 20px;
  padding-bottom: 10px;
}

blockquote.pull-right {
  max-width: 350px;
  padding-left: 20px;
  padding-bottom: 10px;
}

blockquote p {
  margin-bottom: 20px;
  position: relative;
}

blockquote cite {
  display: block;
  font-size: 0.75em;
  color: #9CA6B4;
}

blockquote cite:before {
  content: "— ";
  padding-right: 8px;
}

blockquote cite:after {
  content: "— ";
  padding-left: 10px;
}

/** 10. Background Patterns
*************************************************** **/
.pattern1 {
  background: url("../images/patterns/pattern1.png") repeat fixed;
}

.pattern2 {
  background: url("../images/patterns/pattern2.png") repeat fixed;
}

.pattern3 {
  background: url("../images/patterns/pattern3.png") repeat fixed;
}

.pattern4 {
  background: url("../images/patterns/pattern4.png") repeat fixed;
}

.pattern5 {
  background: url("../images/patterns/pattern5.png") repeat fixed;
}

.pattern6 {
  background: url("../images/patterns/pattern6.png") repeat fixed;
}

.pattern7 {
  background: url("../images/patterns/pattern7.png") repeat fixed;
}

.pattern8 {
  background: url("../images/patterns/pattern8.png") repeat fixed;
}

.pattern9 {
  background: url("../images/patterns/pattern9.png") repeat fixed;
}

.pattern10 {
  background: url("../images/patterns/pattern10.png") repeat fixed;
}

.pattern11 {
  background: url("../images/patterns/pattern11.png") repeat fixed;
}

/**	11. Colors
   colors.css v2.0.0
   http://clrs.cc
   SKINS
   - Backgrounds
   - Colors
   - Border colors
   - SVG fills
   - SVG Strokes
*************************************************** **/
/* Backgrounds */
.bg-navy {
  background-color: #001F3F !important;
}

.bg-blue {
  background-color: #0074D9 !important;
}

.bg-aqua {
  background-color: #7FDBFF !important;
}

.bg-teal {
  background-color: #39CCCC !important;
}

.bg-olive {
  background-color: #3D9970 !important;
}

.bg-green {
  background-color: #2ECC40 !important;
}

.bg-lime {
  background-color: #01FF70 !important;
}

.bg-yellow {
  background-color: #FFDC00 !important;
}

.bg-orange {
  background-color: #FF851B !important;
}

.bg-red {
  background-color: #FF4136 !important;
}

.bg-fuchsia {
  background-color: #F012BE !important;
}

.bg-purple {
  background-color: #B10DC9 !important;
}

.bg-maroon {
  background-color: #85144B !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #aaa !important;
}

.bg-silver {
  background-color: #ddd !important;
}

.bg-black {
  background-color: #111 !important;
}

/* Text Color */
.text-navy {
  color: #001F3F !important;
}

.text-blue {
  color: #0074D9 !important;
}

.text-aqua {
  color: #7FDBFF !important;
}

.text-teal {
  color: #39CCCC !important;
}

.text-olive {
  color: #3D9970 !important;
}

.text-green {
  color: #2ECC40 !important;
}

.text-lime {
  color: #01FF70 !important;
}

.text-yellow {
  color: #FFDC00 !important;
}

.text-orange {
  color: #FF851B !important;
}

.text-red {
  color: #FF4136 !important;
}

.text-fuchsia {
  color: #F012BE !important;
}

.text-purple {
  color: #B10DC9 !important;
}

.text-maroon {
  color: #85144B !important;
}

.text-white {
  color: #fff !important;
}

.text-silver {
  color: #ddd !important;
}

.text-gray {
  color: #aaa !important;
}

.text-black {
  color: #111 !important;
}

/* Border colors
   Use with another border utility that sets border-width and style
   i.e .border { border-width: 1px; border-style: solid !important; }
*/
.border-navy {
  border-color: #001F3F !important;
}

.border-blue {
  border-color: #0074D9 !important;
}

.border-aqua {
  border-color: #7FDBFF !important;
}

.border-teal {
  border-color: #39CCCC !important;
}

.border-olive {
  border-color: #3D9970 !important;
}

.border-green {
  border-color: #2ECC40 !important;
}

.border-lime {
  border-color: #01FF70 !important;
}

.border-yellow {
  border-color: #FFDC00 !important;
}

.border-orange {
  border-color: #FF851B !important;
}

.border-red {
  border-color: #FF4136 !important;
}

.border-fuchsia {
  border-color: #F012BE !important;
}

.border-purple {
  border-color: #B10DC9 !important;
}

.border-maroon {
  border-color: #85144B !important;
}

.border-white {
  border-color: #fff !important;
}

.border-gray {
  border-color: #aaa !important;
}

.border-silver {
  border-color: #ddd !important;
}

.border-black {
  border-color: #111 !important;
}

/**	12. Magnific Popup v1.0.0
*************************************************** **/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed !important;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after, .mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before, .mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
  max-height: none !important;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/**	17. Social icons
*************************************************** **/
.social-icon {
  margin: 0 5px 5px 0;
  width: 40px;
  height: 40px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  border-color: transparent;
  overflow: hidden;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  cursor: pointer;
  font-style: normal;
  letter-spacing: 0em !important;
  color: #eaeaea !important;
  border-radius: 3px;
}

.social-icon:hover > i {
  color: #fff;
}

.social-icon i {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 6px;
  font-size: 28px;
}

.social-icon:hover i:first-child {
  margin-top: -38px;
}

.social-icon:hover i:last-child {
  margin-top: 4px;
}

body:not(.device-touch) .social-icon {
  transition: all 0.3s ease;
}

body:not(.device-touch) .social-icon i {
  transition: all 0.3s ease;
}

/* medium */
a.social-icon > i[class*=" icon-"],
a.social-icon > i[class^=icon-] {
  font-size: 20px;
}

/* small */
a.social-icon.social-icon-sm,
a.social-icon.social-icon-sm > i {
  width: 30px;
  height: 30px;
  margin-top: 3px;
  font-size: 17px;
  line-height: 25px;
}

a.social-icon.social-icon-sm > i:last-child {
  padding-top: 7px;
}

a.social-icon.social-icon-sm > i[class*=" icon-"],
a.social-icon.social-icon-sm > i[class^=icon-] {
  font-size: 17px;
}

.social-facebook:hover {
  background-color: #3B5998 !important;
}

.social-facebook {
  background-color: #3B5998;
}

.social-delicious:hover {
  background-color: #205CC0 !important;
}

.social-delicious {
  background-color: #205CC0;
}

.social-paypal:hover {
  background-color: #00588B !important;
}

.social-paypal {
  background-color: #00588B;
}

.social-flattr:hover {
  background-color: #F67C1A !important;
}

.social-flattr {
  background-color: #F67C1A;
}

.social-android:hover {
  background-color: #A4C639 !important;
}

.social-android {
  background-color: #A4C639;
}

.social-line {
  background-color: #00c300;
}

.social-line:hover {
  background-color: #00c300 !important;
}

/* line 自訂字體大小 */
.social-line i {
  font-size: 22px !important;
}

.social-smashmag:hover {
  background-color: #E53B2C !important;
}

.social-smashmag {
  background-color: #E53B2C;
}

.social-gplus:hover {
  background-color: #DD4B39 !important;
}

.social-gplus {
  background-color: #DD4B39;
}

.social-wikipedia:hover {
  background-color: #333 !important;
}

.social-wikipedia {
  background-color: #333;
}

.social-stumbleupon:hover {
  background-color: #F74425 !important;
}

.social-stumbleupon {
  background-color: #F74425;
}

.social-foursquare:hover {
  background-color: #25A0CA !important;
}

.social-foursquare {
  background-color: #25A0CA;
}

.social-call:hover {
  background-color: #444 !important;
}

.social-call {
  background-color: #444;
}

.social-ninetyninedesigns:hover {
  background-color: #F26739 !important;
}

.social-ninetyninedesigns {
  background-color: #F26739;
}

.social-forrst:hover {
  background-color: #5B9A68 !important;
}

.social-forrst {
  background-color: #5B9A68;
}

.social-digg:hover {
  background-color: #191919 !important;
}

.social-digg {
  background-color: #191919;
}

.social-spotify:hover {
  background-color: #81B71A !important;
}

.social-spotify {
  background-color: #81B71A;
}

.social-reddit:hover {
  background-color: #C6C6C6 !important;
}

.social-reddit {
  background-color: #C6C6C6;
}

.social-blogger:hover {
  background-color: #FC4F08 !important;
}

.social-blogger {
  background-color: #FC4F08;
}

.social-cc:hover {
  background-color: #688527 !important;
}

.social-cc {
  background-color: #688527;
}

.social-dribbble:hover {
  background-color: #EA4C89 !important;
}

.social-dribbble {
  background-color: #EA4C89;
}

.social-evernote:hover {
  background-color: #5BA525 !important;
}

.social-evernote {
  background-color: #5BA525;
}

.social-flickr:hover {
  background-color: #FF0084 !important;
}

.social-flickr {
  background-color: #FF0084;
}

.social-google:hover {
  background-color: #DD4B39 !important;
}

.social-google {
  background-color: #DD4B39;
}

.social-instapaper:hover {
  background-color: #333 !important;
}

.social-instapaper {
  background-color: #333;
}

.social-klout:hover {
  background-color: #FF5F52 !important;
}

.social-klout {
  background-color: #FF5F52;
}

.social-linkedin:hover {
  background-color: #0E76A8 !important;
}

.social-linkedin {
  background-color: #0E76A8;
}

.social-vk:hover {
  background-color: #2B587A !important;
}

.social-vk {
  background-color: #2B587A;
}

.social-rss:hover {
  background-color: #EE802F !important;
}

.social-rss {
  background-color: #EE802F;
}

.social-skype:hover {
  background-color: #00AFF0 !important;
}

.social-skype {
  background-color: #00AFF0;
}

.social-twitter:hover {
  background-color: #00ACEE !important;
}

.social-twitter {
  background-color: #00ACEE;
}

.social-youtube:hover {
  background-color: #C4302B !important;
}

.social-youtube {
  background-color: #C4302B;
}

.social-vimeo:hover {
  background-color: #86C9EF !important;
}

.social-vimeo {
  background-color: #86C9EF;
}

.social-aim:hover {
  background-color: #FCD20B !important;
}

.social-aim {
  background-color: #FCD20B;
}

.social-yahoo:hover {
  background-color: #720E9E !important;
}

.social-yahoo {
  background-color: #720E9E;
}

.social-email3:hover {
  background-color: #6567A5 !important;
}

.social-email3 {
  background-color: #6567A5;
}

.social-macstore:hover {
  background-color: #333333 !important;
}

.social-macstore {
  background-color: #333333;
}

.social-myspace:hover {
  background-color: #666666 !important;
}

.social-myspace {
  background-color: #666666;
}

.social-podcast:hover {
  background-color: #E4B21B !important;
}

.social-podcast {
  background-color: #E4B21B;
}

.social-cloudapp:hover {
  background-color: #525557 !important;
}

.social-cloudapp {
  background-color: #525557;
}

.social-dropbox:hover {
  background-color: #3D9AE8 !important;
}

.social-dropbox {
  background-color: #3D9AE8;
}

.social-ebay:hover {
  background-color: #89C507 !important;
}

.social-ebay {
  background-color: #89C507;
}

.social-github:hover {
  background-color: #171515 !important;
}

.social-github {
  background-color: #171515;
}

.social-googleplay:hover {
  background-color: #DD4B39 !important;
}

.social-googleplay {
  background-color: #DD4B39;
}

.social-itunes:hover {
  background-color: #222 !important;
}

.social-itunes {
  background-color: #222;
}

.social-plurk:hover {
  background-color: #CF5A00 !important;
}

.social-plurk {
  background-color: #CF5A00;
}

.social-pinboard:hover {
  background-color: #0000E6 !important;
}

.social-pinboard {
  background-color: #0000E6;
}

.social-soundcloud:hover {
  background-color: #FF7700 !important;
}

.social-soundcloud {
  background-color: #FF7700;
}

.social-tumblr:hover {
  background-color: #34526F !important;
}

.social-tumblr {
  background-color: #34526F;
}

.social-wordpress:hover {
  background-color: #1E8CBE !important;
}

.social-wordpress {
  background-color: #1E8CBE;
}

.social-yelp:hover {
  background-color: #C41200 !important;
}

.social-yelp {
  background-color: #C41200;
}

.social-intensedebate:hover {
  background-color: #009EE4 !important;
}

.social-intensedebate {
  background-color: #009EE4;
}

.social-eventbrite:hover {
  background-color: #F16924 !important;
}

.social-eventbrite {
  background-color: #F16924;
}

.social-scribd:hover {
  background-color: #666666 !important;
}

.social-scribd {
  background-color: #666666;
}

.social-stripe:hover {
  background-color: #008CDD !important;
}

.social-stripe {
  background-color: #008CDD;
}

.social-print:hover {
  background-color: #111 !important;
}

.social-print {
  background-color: #111;
}

.social-dwolla:hover {
  background-color: #FF5C03 !important;
}

.social-dwolla {
  background-color: #FF5C03;
}

.social-statusnet:hover {
  background-color: #131A30 !important;
}

.social-statusnet {
  background-color: #131A30;
}

.social-acrobat:hover {
  background-color: #D3222A !important;
}

.social-acrobat {
  background-color: #D3222A;
}

.social-drupal:hover {
  background-color: #27537A !important;
}

.social-drupal {
  background-color: #27537A;
}

.social-buffer:hover {
  background-color: #333333 !important;
}

.social-buffer {
  background-color: #333333;
}

.social-pocket:hover {
  background-color: #EE4056 !important;
}

.social-pocket {
  background-color: #EE4056;
}

.social-bitbucket:hover {
  background-color: #0E4984 !important;
}

.social-bitbucket {
  background-color: #0E4984;
}

.social-stackoverflow:hover {
  background-color: #EF8236 !important;
}

.social-stackoverflow {
  background-color: #EF8236;
}

.social-hackernews:hover {
  background-color: #FF6600 !important;
}

.social-hackernews {
  background-color: #FF6600;
}

.social-xing:hover {
  background-color: #126567 !important;
}

.social-xing {
  background-color: #126567;
}

.social-instagram:hover {
  background-color: #3F729B !important;
}

.social-instagram {
  background-color: #3F729B;
}

.social-quora:hover {
  background-color: #A82400 !important;
}

.social-quora {
  background-color: #A82400;
}

.social-openid:hover {
  background-color: #E16309 !important;
}

.social-openid {
  background-color: #E16309;
}

.social-steam:hover {
  background-color: #111 !important;
}

.social-steam {
  background-color: #111;
}

.social-amazon:hover {
  background-color: #E47911 !important;
}

.social-amazon {
  background-color: #E47911;
}

.social-disqus:hover {
  background-color: #E4E7EE !important;
}

.social-disqus {
  background-color: #E4E7EE;
}

.social-plancast:hover {
  background-color: #222 !important;
}

.social-plancast {
  background-color: #222;
}

.social-appstore:hover {
  background-color: #000 !important;
}

.social-appstore {
  background-color: #000;
}

.social-pinterest:hover {
  background-color: #C8232C !important;
}

.social-pinterest {
  background-color: #C8232C;
}

.social-fivehundredpx:hover {
  background-color: #111 !important;
}

.social-fivehundredpx {
  background-color: #111;
}

/* rounded social icons */
a.social-icon.social-icon-round {
  border-radius: 50%;
}

/* bordered social icons */
a.social-icon.social-icon-border {
  background-color: transparent;
  border: #999 1px solid;
  color: #565656 !important;
  text-shadow: none;
}

a.social-icon.social-icon-border:hover {
  border-color: transparent;
}

a.social-icon.social-icon-border:hover > i {
  color: #fff !important;
}

/* light social icons */
a.social-icon.social-icon-light {
  background-color: rgba(0, 0, 0, 0.1);
  text-shadow: none;
  color: #888 !important;
}

a.social-icon.social-icon-light:hover > i {
  color: #fff !important;
}

/* transparent social icons */
a.social-icon.social-icon-transparent {
  background-color: transparent;
  text-shadow: none;
  color: #666 !important;
}

a.social-icon.social-icon-transparent:hover > i {
  color: #fff !important;
}

/**	18. Buttons
*************************************************** **/
.btn.pull-right,
.btn-group.pull-right {
  margin: 5px 0 5px 5px;
}

.btn-group .btn {
  margin-right: 0;
  margin-left: 0;
}

#header .btn,
#footer .btn,
.dropdown .btn,
.input-group .btn {
  margin: 0;
}

/* translucid */
.btn-translucid {
  color: #fff;
  border: rgba(0, 0, 0, 0.07) 1px solid;
  background-color: rgba(0, 0, 0, 0.07);
  transition: all 0.4s;
}

.btn-translucid:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
}

/* 3D Buttons */
.btn-3d {
  border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}

.btn-3d:hover {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.btn-3d.btn-link {
  border-bottom: 0;
}

/* Extra Large Buttons */
.btn-xlg {
  padding: 24px 34px;
}

/* Button reveal */
.btn.btn-reveal {
  padding-left: 28px;
  padding-right: 28px;
  overflow: hidden;
  position: relative;
}

.btn.btn-reveal i {
  display: block;
  position: absolute;
  left: -32px;
  width: 32px;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  font-size: 17px;
  line-height: 34px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn.btn-reveal span {
  display: inline-block;
  position: relative;
  left: 0;
}

body:not(.device-touch) .btn.btn-reveal i,
body:not(.device-touch) .btn.btn-reveal span {
  transition: left 0.3s ease, right 0.3s ease;
}

/* extra small */
.btn.btn-reveal.btn-xs {
  padding: 0 17px;
}

.btn.btn-reveal.btn-xs i {
  left: -22px;
  width: 22px;
  height: 28px;
  line-height: 20px;
  font-size: 12px;
}

/* small */
.btn.btn-reveal.btn-sm {
  padding-left: 22px;
  padding-right: 22px;
}

.btn.btn-reveal.btn-sm i {
  left: -26px;
  width: 26px;
  height: 34px;
  line-height: 28px;
  font-size: 14px;
}

/* large */
.btn.btn-reveal.btn-lg {
  padding-left: 32px;
  padding-right: 32px;
}

.btn.btn-reveal.btn-lg i {
  left: -38px;
  width: 38px;
  height: 46px;
  line-height: 46px;
}

/* extra large */
.btn.btn-reveal.btn-xlg {
  padding-left: 40px;
  padding-right: 40px;
}

.btn.btn-reveal.btn-xlg i {
  left: -44px;
  width: 44px;
  height: 72px;
  line-height: 72px;
  font-size: 20px;
}

.btn.btn-reveal:hover i {
  left: 0;
}

.btn.btn-reveal:hover span {
  left: 16px;
}

/* Button Bordered */
.btn.btn-bordered {
  border-color: #333;
  border-width: 2px;
}

.btn.btn-bordered:hover {
  color: #fff;
  background-color: #333;
}

/* button colors */
.btn-red {
  background-color: #C02942;
  color: #FFF !important;
}

.btn-teal {
  background-color: #53777A;
  color: #FFF !important;
}

.btn-yellow {
  background-color: #ECD078;
  color: #333 !important;
}

.btn-green {
  background-color: #59BA41;
  color: #FFF !important;
}

.btn-brown {
  background-color: #774F38;
  color: #FFF !important;
}

.btn-aqua {
  background-color: #40C0CB;
  color: #FFF !important;
}

.btn-lime {
  background-color: #AEE239;
  color: #FFF !important;
}

.btn-purple {
  background-color: #5D4157;
  color: #FFF !important;
}

.btn-leaf {
  background-color: #A8CABA;
  color: #333 !important;
}

.btn-pink {
  background-color: #F89FA1;
  color: #FFF !important;
}

.btn-dirtygreen {
  background-color: #1693A5;
  color: #FFF !important;
}

.btn-blue {
  background-color: #1265A8;
  color: #FFF !important;
}

.btn-amber {
  background-color: #EB9C4D;
  color: #FFF !important;
}

.btn-black {
  background-color: #111;
  color: #FFF !important;
}

.btn-white {
  background-color: #F9F9F9;
  color: #333 !important;
}

.fullwidth.btn-red:hover,
.fullwidth.btn-teal:hover,
.fullwidth.btn-yellow:hover,
.fullwidth.btn-green:hover,
.fullwidth.btn-brown:hover,
.fullwidth.btn-aqua:hover,
.fullwidth.btn-lime:hover,
.fullwidth.btn-purple:hover,
.fullwidth.btn-leaf:hover,
.fullwidth.btn-pink:hover,
.fullwidth.btn-dirtygreen:hover,
.fullwidth.btn-blue:hover,
.fullwidth.btn-amber:hover,
.fullwidth.btn-black:hover,
.fullwidth.btn-white:hover {
  color: #fff !important;
  background-color: #434343;
}

.btn-clean {
  color: #555;
}

/* BOOTSTRAP REWRITE */
.form-control {
  line-height: 30px;
}

.btn-sm,
.btn-xs,
.btn-lg,
.btn-xlg {
  height: auto;
}

/*a.btn {
	line-height:26px;
}*/
.list_b {
  line-height: 22px;
  height: 26px;
}

a.btn.btn-xs {
  line-height: inherit;
}

.btn-3d {
  line-height: 25px;
  margin-bottom: 3px;
}

.btn-3d.btn-xlg {
  line-height: inherit;
}

/* bootstrap modal */
.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  border: 0;
}

.modal-dialog {
  border-radius: 3px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.modal.show .modal-dialog {
  min-height: calc(100vh - 60px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: auto;
}
@media (max-width: 768px) {
  .modal.show .modal-dialog {
    min-height: calc(100vh - 20px);
  }
}

/*
 * Social Buttons for Bootstrap
 * https://github.com/lipis/bootstrap-social
	<a class="btn btn-block btn-social btn-twitter">
		<i class="fa fa-twitter"></i> Sign in with Twitter
	</a>
	<a class="btn btn-social-icon btn-twitter">
		<i class="fa fa-twitter"></i>
	</a>
 */
.btn-social {
  position: relative;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.btn-social > :first-child {
  width: 42px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social > i {
  padding-right: 0;
}

.btn-social.btn-lg {
  padding-left: 61px;
}

.btn-social.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social.btn-sm {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social-icon.btn-lg {
  padding-left: 61px;
}

.btn-social-icon.btn-lg > :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

.btn-social-icon.btn-sm {
  padding-left: 38px;
}

.btn-social-icon.btn-sm > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social-icon.btn-xs {
  padding-left: 30px;
}

.btn-social-icon.btn-xs > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover, .btn-adn:focus, .btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active, .open > .dropdown-toggle.btn-adn {
  background-image: none;
}

.btn-adn.disabled, .btn-adn[disabled], fieldset[disabled] .btn-adn, .btn-adn.disabled:hover, .btn-adn[disabled]:hover, fieldset[disabled] .btn-adn:hover, .btn-adn.disabled:focus, .btn-adn[disabled]:focus, fieldset[disabled] .btn-adn:focus, .btn-adn.disabled:active, .btn-adn[disabled]:active, fieldset[disabled] .btn-adn:active, .btn-adn.disabled.active, .btn-adn[disabled].active, fieldset[disabled] .btn-adn.active {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444;
  background-color: #fff;
}

.btn-google {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover, .btn-google:focus, .btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active, .open > .dropdown-toggle.btn-google {
  background-image: none;
}

.btn-google.disabled, .btn-google[disabled], fieldset[disabled] .btn-google, .btn-google.disabled:hover, .btn-google[disabled]:hover, fieldset[disabled] .btn-google:hover, .btn-google.disabled:focus, .btn-google[disabled]:focus, fieldset[disabled] .btn-google:focus, .btn-google.disabled:active, .btn-google[disabled]:active, fieldset[disabled] .btn-google:active, .btn-google.disabled.active, .btn-google[disabled].active, fieldset[disabled] .btn-google.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover, .btn-microsoft:focus, .btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active, .open > .dropdown-toggle.btn-microsoft {
  background-image: none;
}

.btn-microsoft.disabled, .btn-microsoft[disabled], fieldset[disabled] .btn-microsoft, .btn-microsoft.disabled:hover, .btn-microsoft[disabled]:hover, fieldset[disabled] .btn-microsoft:hover, .btn-microsoft.disabled:focus, .btn-microsoft[disabled]:focus, fieldset[disabled] .btn-microsoft:focus, .btn-microsoft.disabled:active, .btn-microsoft[disabled]:active, fieldset[disabled] .btn-microsoft:active, .btn-microsoft.disabled.active, .btn-microsoft[disabled].active, fieldset[disabled] .btn-microsoft.active {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-openid {
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover, .btn-openid:focus, .btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active, .open > .dropdown-toggle.btn-openid {
  background-image: none;
}

.btn-openid.disabled, .btn-openid[disabled], fieldset[disabled] .btn-openid, .btn-openid.disabled:hover, .btn-openid[disabled]:hover, fieldset[disabled] .btn-openid:hover, .btn-openid.disabled:focus, .btn-openid[disabled]:focus, fieldset[disabled] .btn-openid:focus, .btn-openid.disabled:active, .btn-openid[disabled]:active, fieldset[disabled] .btn-openid:active, .btn-openid.disabled.active, .btn-openid[disabled].active, fieldset[disabled] .btn-openid.active {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover, .btn-pinterest:focus, .btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active, .open > .dropdown-toggle.btn-pinterest {
  background-image: none;
}

.btn-pinterest.disabled, .btn-pinterest[disabled], fieldset[disabled] .btn-pinterest, .btn-pinterest.disabled:hover, .btn-pinterest[disabled]:hover, fieldset[disabled] .btn-pinterest:hover, .btn-pinterest.disabled:focus, .btn-pinterest[disabled]:focus, fieldset[disabled] .btn-pinterest:focus, .btn-pinterest.disabled:active, .btn-pinterest[disabled]:active, fieldset[disabled] .btn-pinterest:active, .btn-pinterest.disabled.active, .btn-pinterest[disabled].active, fieldset[disabled] .btn-pinterest.active {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover, .btn-reddit:focus, .btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  color: #000;
  background-color: #bcddff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active, .open > .dropdown-toggle.btn-reddit {
  background-image: none;
}

.btn-reddit.disabled, .btn-reddit[disabled], fieldset[disabled] .btn-reddit, .btn-reddit.disabled:hover, .btn-reddit[disabled]:hover, fieldset[disabled] .btn-reddit:hover, .btn-reddit.disabled:focus, .btn-reddit[disabled]:focus, fieldset[disabled] .btn-reddit:focus, .btn-reddit.disabled:active, .btn-reddit[disabled]:active, fieldset[disabled] .btn-reddit:active, .btn-reddit.disabled.active, .btn-reddit[disabled].active, fieldset[disabled] .btn-reddit.active {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  color: #fff;
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover, .btn-soundcloud:focus, .btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  color: #fff;
  background-color: #c40;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active, .open > .dropdown-toggle.btn-soundcloud {
  background-image: none;
}

.btn-soundcloud.disabled, .btn-soundcloud[disabled], fieldset[disabled] .btn-soundcloud, .btn-soundcloud.disabled:hover, .btn-soundcloud[disabled]:hover, fieldset[disabled] .btn-soundcloud:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud[disabled]:focus, fieldset[disabled] .btn-soundcloud:focus, .btn-soundcloud.disabled:active, .btn-soundcloud[disabled]:active, fieldset[disabled] .btn-soundcloud:active, .btn-soundcloud.disabled.active, .btn-soundcloud[disabled].active, fieldset[disabled] .btn-soundcloud.active {
  background-color: #f50;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #f50;
  background-color: #fff;
}

.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover, .btn-vimeo:focus, .btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active, .open > .dropdown-toggle.btn-vimeo {
  background-image: none;
}

.btn-vimeo.disabled, .btn-vimeo[disabled], fieldset[disabled] .btn-vimeo, .btn-vimeo.disabled:hover, .btn-vimeo[disabled]:hover, fieldset[disabled] .btn-vimeo:hover, .btn-vimeo.disabled:focus, .btn-vimeo[disabled]:focus, fieldset[disabled] .btn-vimeo:focus, .btn-vimeo.disabled:active, .btn-vimeo[disabled]:active, fieldset[disabled] .btn-vimeo:active, .btn-vimeo.disabled.active, .btn-vimeo[disabled].active, fieldset[disabled] .btn-vimeo.active {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover, .btn-yahoo:focus, .btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active, .open > .dropdown-toggle.btn-yahoo {
  background-image: none;
}

.btn-yahoo.disabled, .btn-yahoo[disabled], fieldset[disabled] .btn-yahoo, .btn-yahoo.disabled:hover, .btn-yahoo[disabled]:hover, fieldset[disabled] .btn-yahoo:hover, .btn-yahoo.disabled:focus, .btn-yahoo[disabled]:focus, fieldset[disabled] .btn-yahoo:focus, .btn-yahoo.disabled:active, .btn-yahoo[disabled]:active, fieldset[disabled] .btn-yahoo:active, .btn-yahoo.disabled.active, .btn-yahoo[disabled].active, fieldset[disabled] .btn-yahoo.active {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

/* featured buttons */
.btn-featured {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 70px;
  padding: 0;
  border: 0;
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  transition-duration: 0.3s;
  transition-property: transform;
}

.btn-featured.btn-default {
  background-color: #666;
}

.btn-featured:hover,
.btn-featured:focus,
.btn-featured:active {
  transform: translateY(-5px);
  /* move the element up by 5px */
}

.btn-featured:hover:before,
.btn-featured:focus:before,
.btn-featured:active:before {
  opacity: 1;
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.btn-featured:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: "transform, opacity";
}

.btn-featured span {
  float: left;
  height: 70px;
  line-height: 70px;
  text-align: center;
  width: calc(100% - 70px);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-featured i {
  background-color: rgba(0, 0, 0, 0.1);
  float: left;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  margin: 0;
}

.btn-featured.btn-inverse span {
  float: right;
}

.btn-featured.btn-inverse i {
  float: right;
}

/**	19. Counters & Countdown
*************************************************** **/
.countTo-sm,
.countTo-md,
.countTo-lg {
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
}

.countTo-sm span.countTo {
  margin-bottom: 20px;
  font-size: 25px;
  /*display:block;*/
}

.parallax .countTo-sm i {
  color: #fff;
}

.countTo-sm i {
  font-size: 30px;
  margin-bottom: 10px;
}

.countTo-md span.countTo {
  margin-bottom: 20px;
  font-size: 40px;
  display: block;
}

.countTo-md i {
  font-size: 50px;
  margin-bottom: 10px;
}

.countTo-lg span.countTo {
  margin-bottom: 20px;
  font-size: 46px;
  display: block;
}

.countTo-lg i {
  font-size: 50px;
  margin-bottom: 10px;
}

.countTo-sm h4,
.countTo-sm h5,
.countTo-md h4,
.countTo-md h5,
.countTo-lg h4,
.countTo-lg h5 {
  font-weight: 300;
}

/* Countdown */
.countdown {
  display: block;
  font-family: "Raleway", "Open Sans", Arial, Helvetica, sans-serif;
}

.countdown-row {
  display: block;
  position: relative;
  text-align: center;
}

.countdown-section {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  width: 25%;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  color: #888;
  text-transform: capitalize;
}

.countdown-section:first-child {
  border-left: 0;
}

.countdown-amount {
  display: block;
  font-size: 20px;
  color: #333;
  margin-bottom: 5px;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/* medium */
.countdown-md .countdown-section {
  font-size: 14px;
}

.countdown-md .countdown-amount {
  font-size: 30px;
  margin-bottom: 7px;
}

/* large */
.countdown-lg .countdown-section {
  font-size: 14px;
}

.countdown-lg .countdown-amount {
  font-size: 45px;
  margin-bottom: 7px;
}

/* inline */
.countdown.countdown-inline {
  display: inline-block;
}

.countdown.countdown-inline .countdown-row {
  display: inline-block;
  text-align: center;
}

.countdown.countdown-inline .countdown-section {
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  width: auto;
  border: none;
  color: inherit;
  margin-left: 7px;
  text-transform: lowercase;
}

.countdown.countdown-inline .countdown-section:first-child {
  margin-left: 0;
}

.countdown.countdown-inline .countdown-amount {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: bold;
  margin: 0 3px 0 0;
}

.countdown.countdown-inline .countdown-descr {
  display: inline-block;
  width: auto;
}

/* countdown - slider & footer */
footer .countdown-section,
footer .countdown-amount,
footer .countdown.countdown-inline,
footer .countdown,
#slider .countdown-section,
#slider .countdown-amount,
#slider .countdown.countdown-inline,
#slider .countdown {
  color: #fff;
}

.countdown.squared .countdown-section,
.countdown.circle .countdown-section {
  border-left: 0;
}

.countdown.squared .countdown-amount,
.countdown.circle .countdown-amount {
  background-color: rgba(0, 0, 0, 0.3) !important;
  width: 100px;
  height: 100px;
  line-height: 100px;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  border-radius: 50%;
}

.countdown.dark .countdown-amount {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.countdown.light .countdown-amount {
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.countdown.squared .countdown-amount {
  border-radius: 0;
}

.countdown.squared .countdown-section,
.countdown.circle .countdown-section {
  width: 100px;
  margin-left: 15px;
  font-size: 13px;
}

.countdown.bordered-squared .countdown-section,
.countdown.bordered .countdown-section {
  border-left: 0;
}

.countdown.bordered-squared .countdown-amount,
.countdown.bordered .countdown-amount {
  border: rgba(0, 0, 0, 0.3) 3px solid !important;
  width: 100px;
  height: 100px;
  line-height: 90px;
  font-weight: 300;
  font-size: 35px;
  border-radius: 50%;
}

.countdown.bordered-squared .countdown-amount {
  border-radius: 0;
}

.countdown.theme-style .countdown-amount {
  -webkit-border-bottom-right-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  -moz-border-radius-bottomright: 40px;
  -moz-border-radius-topleft: 40px;
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
}

.countdown.bordered-squared .countdown-section,
.countdown.bordered .countdown-section {
  width: 100px;
  margin-left: 15px;
  font-size: 13px;
}

#slider .countdown.bordered .countdown-amount,
footer .countdown.bordered .countdown-amount {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .countdown-sm .countdown-section,
  .countdown-md .countdown-section,
  .countdown-lg .countdown-section {
    font-size: 12px;
  }
  .countdown-sm .countdown-amount,
  .countdown-md .countdown-amount,
  .countdown-lg .countdown-amount {
    font-size: 20px;
    margin-bottom: 7px;
  }
  footer .countdown-section,
  #slider .countdown-section {
    border-left: 1px dotted rgba(255, 255, 255, 0.3);
  }
  footer .countdown-section:first-child,
  #slider .countdown-section:first-child {
    border-left: 0;
  }
  footer .countdown .countdown-amount,
  footer .countdown .countdown-section,
  #slider .countdown .countdown-section,
  #slider .countdown .countdown-amount {
    background-color: transparent !important;
    width: 60px;
    height: inherit;
    line-height: inherit;
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    margin-left: 0;
    border-radius: 0;
  }
  footer .countdown .countdown-section,
  #slider .countdown .countdown-section {
    font-size: 12px;
  }
}
/**	20. Clients
*************************************************** **/
ul.clients-dotted {
  overflow: hidden;
}

ul.clients-dotted > li {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline-block;
}

ul.clients-dotted > li a {
  text-align: center;
  display: block;
}

ul.clients-dotted > li img {
  display: inline-block;
}

ul.clients-dotted > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

ul.clients-dotted > li:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
}

/**	21. Alerts
*************************************************** **/
div.alert {
  border-left-color: rgba(0, 0, 0, 0.1);
  border-width: 1px;
  border-left-width: 5px;
}

div.alert-default {
  background-color: rgba(0, 0, 0, 0.1);
}

div.alert.alert-primary,
div.alert.alert-primary a {
  color: #fff;
}

div.alert.alert-bordered-dashed {
  padding: 30px 20px;
  border: #ccc 2px dashed;
}

div.alert.alert-bordered-dotted {
  padding: 30px 20px;
  border: #ccc 2px dotted;
}

div.alert.alert-bordered {
  padding: 30px 20px;
  border: #ccc 2px solid;
}

div.alert.alert-theme-color,
div.alert.alert-dark {
  color: #fff;
  background-color: #333;
  border: 0;
  padding: 30px 20px;
}

div.alert.alert-theme-color h1,
div.alert.alert-theme-color h2,
div.alert.alert-theme-color h3,
div.alert.alert-theme-color h4,
div.alert.alert-theme-color h5,
div.alert.alert-theme-color h6,
div.alert.alert-dark h1,
div.alert.alert-dark h2,
div.alert.alert-dark h3,
div.alert.alert-dark h4,
div.alert.alert-dark h5,
div.alert.alert-dark h6 {
  color: #fff;
}

/* bordered top|botom */
div.alert > .container {
  margin-top: 35px;
  margin-bottom: 35px;
}

div.alert.bordered-bottom {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-left-width: 0;
}

div.alert.bordered-top {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-left-width: 0;
}

div.alert.bordered-bottom h4,
div.alert.bordered-top h4,
div.alert.bordered-bottom h3,
div.alert.bordered-top h3 {
  font-weight: 400;
  margin: 0;
}

div.alert.bordered-bottom p,
div.alert.bordered-top p,
div.alert.bordered-bottom p,
div.alert.bordered-top p {
  margin-top: 0;
}

@media only screen and (max-width: 760px) {
  div.alert.bordered-bottom {
    text-align: center;
  }
  div.alert.bordered-bottom .btn {
    text-align: center;
    display: block;
    margin-top: 35px;
  }
}
/* mini alerts */
.alert.alert-mini {
  padding: 6px 10px;
  border-left: 0;
}

/** 22. Dividers
*************************************************** **/
div.divider {
  margin: 40px 0;
  position: relative;
  display: block;
  min-height: 20px;
}

div.divider i {
  line-height: 1;
  font-size: 18px;
  color: #ccc;
}

div.divider:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid #ececec;
}

div.divider.double-line:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  height: 0;
  border-top: 1px solid #ddd;
}

div.divider.divider-left:after {
  left: 30px;
  right: 0;
}

div.divider.divider-left i {
  float: left;
}

div.divider.divider-right:after {
  left: 0;
  right: 30px;
}

div.divider.divider-right i {
  float: right;
}

div.divider.divider-center:after {
  left: 50% !important;
  right: 0;
  margin-left: 20px;
}

div.divider.divider-center:before {
  left: 0 !important;
  right: 50%;
  margin-right: 20px;
  content: "";
  position: absolute;
  top: 8px;
  height: 0;
  border-top: 1px solid #ececec;
}

div.divider.divider-center {
  text-align: center;
}

div.divider.divider-center.divider-short:before {
  left: auto !important;
  right: 50%;
  margin-right: 20px;
  width: 15%;
}

div.divider.divider-center.divider-short:after {
  left: 50% !important;
  right: auto !important;
  margin-left: 20px;
  width: 15%;
}

/* dotted */
div.divider.divider-dotted {
  height: 10px;
  border: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==") repeat-x center;
}

div.divider.divider-dotted:after {
  display: none;
}

/* color */
div.divider.divider-circle.divider-left:after {
  left: 50px;
}

div.divider.divider-circle.divider-right:after {
  right: 50px;
}

div.divider.divider-circle.divider-center:after {
  margin-left: 30px;
}

div.divider.divider-circle.divider-center:before {
  margin-right: 30px;
}

div.divider.divider-circle i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #F5F5F5;
  margin-top: -11px;
  text-align: center;
  z-index: 1;
  color: #999;
  border-radius: 50%;
}

/* border */
div.divider.divider-border.divider-left:after {
  left: 50px;
}

div.divider.divider-border.divider-right:after {
  right: 50px;
}

div.divider.divider-border.divider-center:after {
  margin-left: 30px;
}

div.divider.divider-border.divider-center:before {
  margin-right: 30px;
}

div.divider.divider-border i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: -11px;
  text-align: center;
  z-index: 1;
  border: #ddd 1px solid;
  border-radius: 50%;
}

/* scroll to top */
div.divider.divider-border > a > i.fa-chevron-up {
  line-height: 36px;
}

div.divider.divider-border > a > i {
  transition: all 0.3s;
}

div.divider.divider-border > a:hover > i {
  color: #333;
}

section.theme-color div.divider.divider-border > a:hover > i.fa-chevron-up {
  color: #fff;
}

/** 23. Headings
*************************************************** **/
div.heading-title {
  position: relative;
  margin-bottom: 40px;
}

.heading-title.parallax h1,
.heading-title.parallax h2,
.heading-title.parallax h3,
.heading-title.parallax h4,
.heading-title.parallax h5,
.heading-title.parallax h6 {
  margin: 0;
  padding: 0;
}

.heading-title.parallax p {
  margin-top: 0;
}

div.heading-title h1,
div.heading-title h2,
div.heading-title h3,
div.heading-title h4,
div.heading-title h5,
div.heading-title h6 {
  margin: 0;
  padding: 0;
  background-color: #fff;
  position: relative;
  display: inline-block;
  padding-left: 0;
  padding-right: 15px;
}

div.heading-title.text-center h1,
div.heading-title.text-center h2,
div.heading-title.text-center h3,
div.heading-title.text-center h4,
div.heading-title.text-center h5,
div.heading-title.text-center h6 {
  padding-left: 15px;
  padding-right: 15px;
}

div.heading-title.text-right h1,
div.heading-title.text-right h2,
div.heading-title.text-right h3,
div.heading-title.text-right h4,
div.heading-title.text-right h5,
div.heading-title.text-right h6 {
  padding-left: 15px;
  padding-right: 0;
}

div.heading-title p {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

/* Line : Single|Double */
div.heading-title.heading-line-single:before,
div.heading-title.heading-line-double:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: auto;
  right: 0;
}

div.heading-title.heading-line-single:before {
  top: 54%;
  border-top: #EEE 1px solid;
}

div.heading-title.heading-line-double:before {
  top: 50%;
  border-top: 3px double #E5E5E5;
}

/* Border Bottom */
div.heading-title.heading-border-bottom {
  border-bottom: #ccc 2px solid;
}

/* Border Left */
div.heading-title.heading-border {
  padding-left: 15px;
  border-left: #ccc 5px solid;
  text-align: left;
}

div.heading-title.heading-border.heading-inverse {
  padding-right: 15px;
  border-left: 0;
  border-right: #ccc 5px solid;
  text-align: right;
}

/* Dotted */
div.heading-title.heading-dotted {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKAQMAAAC3/F3+AAAABlBMVEX///+QkJApn3LQAAAAAnRSTlMAgJsrThgAAAAOSURBVHheYwCCUAdcJAAnnALqo5TBzAAAAABJRU5ErkJggg==") repeat-x center;
}

section.alternate div.heading-title h1,
section.alternate div.heading-title h2,
section.alternate div.heading-title h3,
section.alternate div.heading-title h4,
section.alternate div.heading-title h5,
section.alternate div.heading-title h6 {
  background-color: #F9F9F9;
}

/* Arrow Heading */
.heading-title.heading-arrow-top,
.heading-title.heading-arrow-bottom {
  color: #fff;
  background-color: #252525;
}

.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1,
.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2,
.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3,
.heading-title.heading-arrow-top h4,
.heading-title.heading-arrow-bottom h4,
.heading-title.heading-arrow-top h5,
.heading-title.heading-arrow-bottom h5,
.heading-title.heading-arrow-top h6,
.heading-title.heading-arrow-bottom h6,
.heading-title.heading-arrow-top p,
.heading-title.heading-arrow-bottom p {
  color: #fff;
  margin: 0;
}

.heading-title.heading-arrow-top h1,
.heading-title.heading-arrow-bottom h1 {
  font-size: 70px;
  line-height: 100px;
}

.heading-title.heading-arrow-top h2,
.heading-title.heading-arrow-bottom h2 {
  font-size: 60px;
  line-height: 90px;
}

.heading-title.heading-arrow-top h3,
.heading-title.heading-arrow-bottom h3 {
  font-size: 50px;
  line-height: 80px;
}

@media only screen and (max-width: 760px) {
  .heading-title.heading-arrow-top h1,
  .heading-title.heading-arrow-bottom h1 {
    font-size: 55px;
    line-height: 85px;
  }
  .heading-title.heading-arrow-top h2,
  .heading-title.heading-arrow-bottom h2 {
    font-size: 45px;
    line-height: 75px;
  }
  .heading-title.heading-arrow-top h3,
  .heading-title.heading-arrow-bottom h3 {
    font-size: 45px;
    line-height: 75px;
  }
}
@media only screen and (max-width: 500px) {
  .heading-title.heading-arrow-top h1,
  .heading-title.heading-arrow-bottom h1 {
    font-size: 36px;
    line-height: 66px;
  }
  .heading-title.heading-arrow-top h2,
  .heading-title.heading-arrow-bottom h2 {
    font-size: 30px;
    line-height: 60px;
  }
  .heading-title.heading-arrow-top h3,
  .heading-title.heading-arrow-bottom h3 {
    font-size: 30px;
    line-height: 60px;
  }
}
.heading-title.heading-arrow-bottom:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #252525;
  left: 50%;
  margin-left: -20px;
  bottom: -20px;
}

.heading-title.heading-arrow-top:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #252525;
  left: 50%;
  margin-left: -20px;
  top: -20px;
}

/**	26. Labels & Badges
*************************************************** **/
.badge,
.label {
  font-weight: 400;
}

.label.label-square {
  font-size: 13px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin-right: 10px;
  padding: 0;
}

.label.label-square.pull-left {
  margin-left: 10px;
}

.label.label-square.pull-right {
  margin-right: 10px;
}

h1 .label,
h2 .label,
h3 .label,
h4 .label,
h5 .label,
h6 .label {
  padding: 3px 10px;
}

section .nav-pills > li > a,
section .nav-pills > li.active > a:hover,
section .nav-pills > li.active > a {
  color: #111;
}

/* colors */
span.badge-default,
span.label-default,
.list-group-item.active > .badge.badge-default {
  background-color: #333 !important;
}

span.label-blue,
span.badge-blue,
.list-group-item.active > .badge {
  background: #3498db !important;
}

span.label-red,
span.badge-red,
.list-group-item.active > .badge {
  background: #e74c3c !important;
}

span.label-green,
span.badge-green,
.list-group-item.active > .badge.badge-green {
  background: #2ecc71 !important;
}

span.label-sea,
span.badge-sea,
.list-group-item.active > .badge.badge-sea {
  background: #1abc9c !important;
}

span.label-orange,
span.badge-orange,
.list-group-item.active > .badge.badge-orange {
  background: #e67e22 !important;
}

span.label-yellow,
span.badge-yellow,
.list-group-item.active > .badge.badge-yellow {
  background: #f1c40f !important;
}

span.label-purple,
span.badge-purple,
.list-group-item.active > .badge.badge-purple {
  background: #9b6bcc !important;
}

span.label-brown,
span.badge-brown,
.list-group-item.active > .badge.badge-brown {
  background: #9c8061 !important;
}

span.label-dark-blue,
span.badge-dark-blue,
.list-group-item.active > .badge.badge-dark-blue {
  background: #4765a0 !important;
}

span.label-light-green,
span.badge-light-green,
.list-group-item.active > .badge.badge-light-green {
  background: #79d5b3 !important;
}

span.label-light,
span.badge-light,
.list-group-item.active > .badge.badge-light {
  color: #777;
  background: #ecf0f1 !important;
}

span.label-dark,
span.badge-dark,
.list-group-item.active > .badge.badge-dark {
  background: #555 !important;
}

/** 28. Panels
*************************************************** **/
.panel {
  margin-bottom: 30px;
}

.panel-footer .social-icon {
  margin-top: 0;
  margin-bottom: 0;
}

.panel-heading .btn,
.panel-footer .btn {
  margin: 0;
}

.panel-footer.panel-footer-transparent,
.panel-heading.panel-heading-transparent {
  background-color: transparent;
}

.panel .table {
  background-color: transparent;
}

.panel table thead {
  background-color: rgba(0, 0, 0, 0.01);
}

/** 29. Modals
*************************************************** **/
.modal-content {
  border-radius: 3px;
  box-shadow: none;
}

.modal-header .btn,
.modal-footer .btn {
  margin: 0;
}

.modal-full {
  width: 100% !important;
  margin-left: 8px;
}

/** 30. Toastr
*************************************************** **/
.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 45%;
  width: 100%;
  text-align: center;
  left: 50%;
  transform: translate(-150px, 0);
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > :hover {
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto;
}

.toast {
  background-color: #030303;
}

#toast-container .toast-primary {
  padding: 15px;
}

.toast-primary {
  border: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/** 31. Navigations
*************************************************** **/
.navbar-primary .navbar-brand,
.navbar-primary .navbar-nav > li > a,
.navbar-primary button,
.navbar-primary a {
  color: #ddd;
}

.navbar-primary .navbar-brand:hover,
.navbar-primary .navbar-nav > li > a:hover,
.navbar-primary button:hover,
.navbar-primary a:hover {
  color: #fff;
}

.navbar-primary .navbar-nav > .active > a,
.navbar-primary .navbar-nav > .active > a:focus,
.navbar-primary .navbar-nav > .active > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

/* small categories - like tags */
ul.categories > li {
  margin: 0;
  padding: 1px;
}

ul.categories > li > a {
  letter-spacing: 0;
  font-size: 12px;
  color: #999;
}

ul.categories > li > a:hover {
  color: #121212;
}

ul.categories > li:after {
  content: " , ";
}

ul.categories > li:last-child:after {
  content: "";
}

/** 33. Tables
*************************************************** **/
.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}

/** 34. Callouts
*************************************************** **/
.callout.alert {
  padding: 20px 0;
  color: #111;
  margin-bottom: 0;
}

section.callout.alert {
  padding: 40px 0;
}

.callout.alert h1,
.callout.alert h2,
.callout.alert h3,
.callout.alert h4,
.callout.alert h5,
.callout.alert h6 {
  color: #111;
  margin-bottom: 3px;
  font-weight: 500;
}

.callout.alert p:last-child {
  margin: 0;
}

.callout.alert .btn {
  margin: 2px 0 0 0;
}

.callout.alert-border {
  border: rgba(0, 0, 0, 0.1) 2px solid;
}

.callout-box {
  clear: both;
  position: relative;
  overflow: hidden;
  background: #ddd;
  padding: 36px 0;
  border-radius: 3px;
}

.callout-box h1,
.callout-box h2,
.callout-box h3,
.callout-box h4,
.callout-box h5,
.callout-box h6 {
  margin-bottom: 0;
}

.callout-dark {
  z-index: 10;
  position: relative;
  border-radius: 3px;
}

.callout-dark p {
  color: #b1b1b1 !important;
  font-size: 17px !important;
  max-width: 960px !important;
  margin: auto !important;
}

.callout-dark a.social-icon,
.callout-dark .btn {
  color: #fff;
}

.callout-dark.heading-title {
  border-radius: 0;
}

.callout .row {
  margin-left: 0;
  margin-right: 0;
}

.callout {
  padding: 30px 0;
  color: #fff;
  transition: all 0.4s;
}

.callout h1,
.callout h2,
.callout h3,
.callout h4,
.callout h5,
.callout h6 {
  color: #fff;
  margin: 0 !important;
  font-weight: 300;
}

.callout p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 300;
}

.callout .btn {
  margin: 6px 0 0 0;
}

.callout.callout-theme-color .btn,
.callout.callout-dark .btn {
  background-color: rgba(255, 255, 255, 0.2);
  border-color: rgba(255, 255, 255, 0.2);
}

.callout.callout-theme-color .btn:hover,
.callout.callout-dark .btn:hover {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0.3);
}

.callout.callout-dark {
  background-color: #252525;
}

.callout.callout-hover:hover {
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.callout.callout-transparent,
.callout.callout-transparent h1,
.callout.callout-transparent h2,
.callout.callout-transparent h3,
.callout.callout-transparent h4,
.callout.callout-transparent h5,
.callout.callout-transparent h6,
.callout.callout-transparent p {
  color: #111;
  margin: 0 !important;
  font-weight: 300;
}

@media only screen and (max-width: 960px) {
  .callout a.social-icon {
    margin-top: 30px;
    float: none !important;
  }
  .callout div.text-right {
    text-align: left;
  }
  .callout-box.callout-default .btn,
  .callout .btn {
    display: block;
    margin-top: 30px !important;
  }
  .callout.alert,
  .callout-box.callout-default {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 480px) {
  .callout.callout-dark,
  .callout.callout-theme-color,
  .callout div.text-left,
  .callout div.text-right {
    text-align: center !important;
  }
  .callout h1,
  .callout h2,
  .callout h3,
  .callout h4,
  .callout h5,
  .callout h6 {
    margin-bottom: 30px !important;
  }
  .callout .btn {
    display: block;
    margin-top: 30px !important;
  }
}
/**	38. Pickers: Datepicker & Rangepicker & Colorpicker
*************************************************** **/
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Improvements by Andrew Rowls
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
.datepicker {
  padding: 4px;
  border-radius: 4px;
  direction: ltr;
  /*.dow {
  	border-top: 1px solid #ddd !important;
  }*/
}

.datepicker-inline {
  width: 220px;
}

.datepicker.datepicker-rtl {
  direction: rtl;
}

.datepicker.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown:before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

.datepicker-dropdown:after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}

.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

.datepicker-dropdown.datepicker-orient-top:before {
  top: -7px;
}

.datepicker-dropdown.datepicker-orient-top:after {
  top: -6px;
}

.datepicker-dropdown.datepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.datepicker-dropdown.datepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.datepicker > div {
  display: none;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:focus,
.datepicker table tr td.today:hover:focus,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  color: #000000;
  background-color: #ffcd70;
  border-color: #f59e00;
}

.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.today,
.open .dropdown-toggle.datepicker table tr td.today:hover,
.open .dropdown-toggle.datepicker table tr td.today.disabled,
.open .dropdown-toggle.datepicker table tr td.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.today,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today.disabled,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover.disabled:hover,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today.disabled:hover.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today:hover[disabled]:hover,
.datepicker table tr td.today.disabled[disabled]:hover,
.datepicker table tr td.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
fieldset[disabled] .datepicker table tr td.today:hover:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today:hover.disabled:focus,
.datepicker table tr td.today.disabled.disabled:focus,
.datepicker table tr td.today.disabled:hover.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
.datepicker table tr td.today:hover[disabled]:focus,
.datepicker table tr td.today.disabled[disabled]:focus,
.datepicker table tr td.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
fieldset[disabled] .datepicker table tr td.today:hover:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:focus,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today:hover.disabled:active,
.datepicker table tr td.today.disabled.disabled:active,
.datepicker table tr td.today.disabled:hover.disabled:active,
.datepicker table tr td.today[disabled]:active,
.datepicker table tr td.today:hover[disabled]:active,
.datepicker table tr td.today.disabled[disabled]:active,
.datepicker table tr td.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.today:active,
fieldset[disabled] .datepicker table tr td.today:hover:active,
fieldset[disabled] .datepicker table tr td.today.disabled:active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today:hover.disabled.active,
.datepicker table tr td.today.disabled.disabled.active,
.datepicker table tr td.today.disabled:hover.disabled.active,
.datepicker table tr td.today[disabled].active,
.datepicker table tr td.today:hover[disabled].active,
.datepicker table tr td.today.disabled[disabled].active,
.datepicker table tr td.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.today.active,
fieldset[disabled] .datepicker table tr td.today:hover.active,
fieldset[disabled] .datepicker table tr td.today.disabled.active,
fieldset[disabled] .datepicker table tr td.today.disabled:hover.active {
  background-color: #ffdb99;
  border-color: #ffb733;
}

.datepicker table tr td.today:hover:hover {
  color: #000;
}

.datepicker table tr td.today.active:hover {
  color: #fff;
}

.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eeeeee;
  border-radius: 0;
}

.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f7ca77;
  border-color: #f1a417;
  border-radius: 0;
}

.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today:hover:focus,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  color: #000000;
  background-color: #f4bb51;
  border-color: #bf800c;
}

.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.range.today,
.open .dropdown-toggle.datepicker table tr td.range.today:hover,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled,
.open .dropdown-toggle.datepicker table tr td.range.today.disabled:hover {
  background-image: none;
}

.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.range.today,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today:hover.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today.disabled:hover.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today:hover[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled]:hover,
.datepicker table tr td.range.today.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today:hover.disabled:focus,
.datepicker table tr td.range.today.disabled.disabled:focus,
.datepicker table tr td.range.today.disabled:hover.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
.datepicker table tr td.range.today:hover[disabled]:focus,
.datepicker table tr td.range.today.disabled[disabled]:focus,
.datepicker table tr td.range.today.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
fieldset[disabled] .datepicker table tr td.range.today:hover:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:focus,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:focus,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today:hover.disabled:active,
.datepicker table tr td.range.today.disabled.disabled:active,
.datepicker table tr td.range.today.disabled:hover.disabled:active,
.datepicker table tr td.range.today[disabled]:active,
.datepicker table tr td.range.today:hover[disabled]:active,
.datepicker table tr td.range.today.disabled[disabled]:active,
.datepicker table tr td.range.today.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.range.today:active,
fieldset[disabled] .datepicker table tr td.range.today:hover:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today:hover.disabled.active,
.datepicker table tr td.range.today.disabled.disabled.active,
.datepicker table tr td.range.today.disabled:hover.disabled.active,
.datepicker table tr td.range.today[disabled].active,
.datepicker table tr td.range.today:hover[disabled].active,
.datepicker table tr td.range.today.disabled[disabled].active,
.datepicker table tr td.range.today.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.range.today.active,
fieldset[disabled] .datepicker table tr td.range.today:hover.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled.active,
fieldset[disabled] .datepicker table tr td.range.today.disabled:hover.active {
  background-color: #f7ca77;
  border-color: #f1a417;
}

.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected:hover:focus,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  color: #ffffff;
  background-color: #858585;
  border-color: #373737;
}

.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.selected,
.open .dropdown-toggle.datepicker table tr td.selected:hover,
.open .dropdown-toggle.datepicker table tr td.selected.disabled,
.open .dropdown-toggle.datepicker table tr td.selected.disabled:hover {
  background-image: none;
}

.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.selected,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected:hover.disabled:hover,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected.disabled:hover.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected:hover[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled]:hover,
.datepicker table tr td.selected.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected:hover:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected:hover.disabled:focus,
.datepicker table tr td.selected.disabled.disabled:focus,
.datepicker table tr td.selected.disabled:hover.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected:hover[disabled]:focus,
.datepicker table tr td.selected.disabled[disabled]:focus,
.datepicker table tr td.selected.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected:hover:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:focus,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:focus,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected:hover.disabled:active,
.datepicker table tr td.selected.disabled.disabled:active,
.datepicker table tr td.selected.disabled:hover.disabled:active,
.datepicker table tr td.selected[disabled]:active,
.datepicker table tr td.selected:hover[disabled]:active,
.datepicker table tr td.selected.disabled[disabled]:active,
.datepicker table tr td.selected.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.selected:active,
fieldset[disabled] .datepicker table tr td.selected:hover:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected:hover.disabled.active,
.datepicker table tr td.selected.disabled.disabled.active,
.datepicker table tr td.selected.disabled:hover.disabled.active,
.datepicker table tr td.selected[disabled].active,
.datepicker table tr td.selected:hover[disabled].active,
.datepicker table tr td.selected.disabled[disabled].active,
.datepicker table tr td.selected.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.selected.active,
fieldset[disabled] .datepicker table tr td.selected:hover.active,
fieldset[disabled] .datepicker table tr td.selected.disabled.active,
fieldset[disabled] .datepicker table tr td.selected.disabled:hover.active {
  background-color: #999999;
  border-color: #555555;
}

.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td.active,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.disabled,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active:hover.disabled:hover,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active.disabled:hover.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active:hover[disabled]:hover,
.datepicker table tr td.active.disabled[disabled]:hover,
.datepicker table tr td.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active:hover:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active:hover.disabled:focus,
.datepicker table tr td.active.disabled.disabled:focus,
.datepicker table tr td.active.disabled:hover.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active:hover[disabled]:focus,
.datepicker table tr td.active.disabled[disabled]:focus,
.datepicker table tr td.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active:hover:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:focus,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active:hover.disabled:active,
.datepicker table tr td.active.disabled.disabled:active,
.datepicker table tr td.active.disabled:hover.disabled:active,
.datepicker table tr td.active[disabled]:active,
.datepicker table tr td.active:hover[disabled]:active,
.datepicker table tr td.active.disabled[disabled]:active,
.datepicker table tr td.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td.active:active,
fieldset[disabled] .datepicker table tr td.active:hover:active,
fieldset[disabled] .datepicker table tr td.active.disabled:active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active:hover.disabled.active,
.datepicker table tr td.active.disabled.disabled.active,
.datepicker table tr td.active.disabled:hover.disabled.active,
.datepicker table tr td.active[disabled].active,
.datepicker table tr td.active:hover[disabled].active,
.datepicker table tr td.active.disabled[disabled].active,
.datepicker table tr td.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td.active.active,
fieldset[disabled] .datepicker table tr td.active:hover.active,
fieldset[disabled] .datepicker table tr td.active.disabled.active,
fieldset[disabled] .datepicker table tr td.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}

.datepicker table tr td span:hover {
  background: #eeeeee;
}

.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
  background-image: none;
}

.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled],
fieldset[disabled] .datepicker table tr td span.active,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active:hover.disabled:active,
.datepicker table tr td span.active.disabled.disabled:active,
.datepicker table tr td span.active.disabled:hover.disabled:active,
.datepicker table tr td span.active[disabled]:active,
.datepicker table tr td span.active:hover[disabled]:active,
.datepicker table tr td span.active.disabled[disabled]:active,
.datepicker table tr td span.active.disabled:hover[disabled]:active,
fieldset[disabled] .datepicker table tr td span.active:active,
fieldset[disabled] .datepicker table tr td span.active:hover:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active:hover.disabled.active,
.datepicker table tr td span.active.disabled.disabled.active,
.datepicker table tr td span.active.disabled:hover.disabled.active,
.datepicker table tr td span.active[disabled].active,
.datepicker table tr td span.active:hover[disabled].active,
.datepicker table tr td span.active.disabled[disabled].active,
.datepicker table tr td span.active.disabled:hover[disabled].active,
fieldset[disabled] .datepicker table tr td span.active.active,
fieldset[disabled] .datepicker table tr td span.active:hover.active,
fieldset[disabled] .datepicker table tr td span.active.disabled.active,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.active {
  background-color: #428bca;
  border-color: #357ebd;
}

.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999999;
}

.datepicker th.datepicker-switch {
  width: 145px;
}

.datepicker thead tr:first-child th,
.datepicker tfoot tr th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.input-group.date .input-group-addon i {
  cursor: pointer;
  width: 16px;
  height: 16px;
}

.input-daterange input {
  text-align: center;
}

.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}

.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}

.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eeeeee;
  border: solid #cccccc;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.428571429;
}

.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 0px 5px;
}

/**	39. Select2
*************************************************** **/
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 2px solid #ddd;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f6f6f6;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#cccccc", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#eeeeee", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeeeee", endColorstr="#ffffff", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/** Rewrite Select2
 ********************** **/
/* the same height as input element */
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  line-height: 36px;
  border-radius: 3px;
}

.select2-dropdown {
  border-color: #ddd;
  border-width: 2px;
}

.fancy-form .select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  background-color: transparent;
}

/**	40. Tabs
*************************************************** **/
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}

.nav-tabs > li > a {
  color: #1d1d1d;
  border-radius: 0px !important;
}

.nav-tabs > li.active > a {
  color: #886d39;
}

.nav-tabs.nav-justified > li > a {
  border-radius: 0 !important;
}

/* clean Tabs */
.nav-tabs.nav-clean > li > a {
  border: 0 !important;
}

.nav-tabs.nav-clean > li > a:hover {
  background-color: transparent;
}

.nav-tabs.nav-clean > li.active {
  margin-bottom: 0;
}

/* Top Border */
.nav-tabs.nav-top-border > li > a {
  border-top: transparent 3px solid !important;
}

.nav-tabs.nav-top-border > li.active > a,
.nav-tabs.nav-top-border > li.active > a:hover {
  border-top: #888 3px solid !important;
  border-radius: 0 !important;
}

.nav-tabs.nav-top-border > li > a:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}

/* Bottom Border */
.nav-tabs.nav-bottom-border {
  border-bottom: 1px solid #ececec !important;
}

.nav-tabs.nav-bottom-border > li.active {
  margin-bottom: 0 !important;
}

.nav-tabs.nav-bottom-border > li > a {
  border: 0 !important;
  display: block;
  width: 100%;
}

.nav-tabs.nav-bottom-border > li.active > a,
.nav-tabs.nav-bottom-border > li.active > a:hover {
  border-color: #ececec !important;
  border-radius: 0 !important;
}

.nav-tabs.nav-bottom-border > li > a:hover {
  background-color: transparent !important;
}

/* Button tabs */
.nav-tabs.nav-button-tabs {
  border: 0 !important;
}

.nav-tabs.nav-button-tabs > li > a {
  color: #000 !important;
  border: 0 !important;
  background-color: rgba(0, 0, 0, 0.1);
  margin-right: 3px !important;
  border-radius: 3px !important;
}

.nav-tabs.nav-button-tabs > li.active > a {
  color: #fff !important;
  background-color: rgba(0, 0, 0, 0.6);
}

/* Stacked Tabs */
.nav-tabs.nav-stacked {
  background-color: rgba(0, 0, 0, 0.02);
}

.nav-tabs.nav-stacked > li > a {
  border-left: 0 !important;
  border-right: 0 !important;
  border: 0 !important;
  background-color: #fff;
  color: #111;
  border-radius: 0 !important;
}

.nav-tabs.nav-stacked > li.active > a {
  background-color: #fafafa;
}

div.tab-content.tab-stacked {
  padding: 17px;
  background-color: #fafafa;
}

@media only screen and (max-width: 480px) {
  .nav-tabs > li.gtabe {
    float: left !important;
    /*	width:33.3%;*/
    text-align: center;
  }
  .nav-tabs > li {
    margin-bottom: 3px;
    padding: 0 !important;
  }
  .nav-tabs > li > a :focus,
  .nav-tabs > li.active > a {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
/* Stacked Alternate */
.nav-tabs.nav-alternate {
  background-color: transparent;
}

div.tab-content.nav-alternate {
  background-color: transparent;
  padding: 0;
}

.nav-tabs.nav-alternate > li > a {
  background-color: #fafafa;
}

.nav-tabs.nav-alternate > li.active > a {
  color: #fff !important;
  background-color: #999;
}

/** 41. Toggles & Accordions
*************************************************** **/
.toggle {
  position: relative;
  clear: both;
}

.toggle > label {
  color: #333;
  background: rgba(0, 0, 0, 0.1);
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
  display: block;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 0;
  transition: all 0.1s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.toggle .toggle-content {
  display: none;
  background: rgba(0, 0, 0, 0.03);
  margin-top: -5px;
  padding: 15px 20px;
  border-radius: 0;
}

.toggle .toggle-content p:last-child {
  margin-bottom: 0;
}

.toggle > label:before {
  content: "";
  position: absolute;
  right: 14px;
  margin-top: 2px;
  width: 2em;
  height: 1.5em;
}

.toggle > label:hover {
  background: rgba(0, 0, 0, 0.15);
}

.toggle > label + p {
  color: #888;
  height: 25px;
  display: block;
  overflow: hidden;
  padding-left: 10px;
}

.toggle.active > label:before {
  right: 16px;
  margin-top: -2px;
  color: rgba(255, 255, 255, 0);
  transform: rotate(180deg);
}

/* transparent body */
.toggle.toggle-transparent .toggle-content,
.toggle.toggle-transparent-body .toggle-content {
  background: transparent;
}

.toggle.toggle-transparent-body label {
  background: rgba(0, 0, 0, 0);
}

.toggle.toggle-transparent-body label:hover {
  background: rgba(0, 0, 0, 0.02);
}

/* transparent full */
.toggle.toggle-transparent label:hover,
.toggle.toggle-transparent label {
  background-color: transparent;
  border: 0;
}

.toggle.toggle-transparent .toggle.active label {
  background-color: rgb(193, 164, 108);
  font-weight: bold;
}

/* bordered simple */
.toggle.toggle-bordered-simple label:hover,
.toggle.toggle-bordered-simple label {
  border: #ccc 1px solid;
}

/* bordered full */
.toggle.toggle-bordered-full label:hover,
.toggle.toggle-bordered-full label {
  border: rgba(255, 255, 255, 0.1) 1px solid;
  border-bottom: 0;
  margin: 0;
}

.toggle.toggle-bordered-full .toggle.active > label {
  font-weight: bold;
}

.toggle.toggle-bordered-full .toggle-content {
  border: rgba(255, 255, 255, 0.1) 1px solid !important;
  border-top: 0 !important;
  border-bottom: 0 !important;
}

.toggle.toggle-bordered-full .toggle {
  margin: 0;
}

/* noicon */
.toggle.toggle-noicon .toggle > label:before {
  display: none;
}

/**	43. Testimonials
**************************************************************** **/
ul.testimonial-dotted {
  overflow: hidden;
}

ul.testimonial-dotted > li {
  padding-top: 30px;
  padding-bottom: 30px;
}

ul.testimonial-dotted > li figure {
  text-align: center;
  display: block;
}

ul.testimonial-dotted > li img {
  display: inline-block;
}

ul.testimonial-dotted > li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  top: auto;
  left: 0;
  bottom: -1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3);
}

ul.testimonial-dotted > li:before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  left: -1px;
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
}

div.testimonial p {
  margin-top: 0;
}

div.testimonial > figure > img {
  width: 65px;
  height: 65px;
  border-radius: 3px;
}

.testimonial cite {
  font-weight: bold;
  text-shadow: none;
}

.testimonial cite span {
  display: block;
  color: #888;
  font-size: 12px;
  font-weight: 300;
}

section.parallax .testimonial cite span {
  color: #ddd;
}

.testimonial-content {
  position: relative;
  padding-left: 75px;
}

/* owl carousel testimonial */
div.owl-carousel.owl-testimonial .testimonial {
  margin-bottom: 50px;
  display: block;
}

/* owl mini carousel testimonial */
div.owl-carousel.owl-mini-testimonial {
  text-align: left;
}

div.owl-carousel.owl-mini-testimonial .testimonial-content {
  text-align: left;
}

div.owl-carousel.owl-mini-testimonial .testimonial {
  margin-bottom: 30px;
}

div.owl-carousel.owl-mini-testimonial .testimonial img {
  float: left;
  margin-right: 20px;
}

div.owl-carousel.owl-mini-testimonial .testimonial p {
  margin: 0;
}

/* bordered */
div.testimonial-bordered {
  border: #eaeaea 2px solid;
  padding: 30px 15px;
  margin: 30px 0;
}

/**	44. Flexslider
**************************************************************** **/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider .slides > li {
  display: none;
  backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #ffffff;
  border: 4px solid #ffffff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
}

.flex-viewport {
  max-height: 2000px;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.3s ease-in-out;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/** Next | Prev
 ************************* **/
.flex-prev,
.flex-next {
  background-image: none !important;
  color: #ccc;
  font-size: 34px;
  line-height: 55px;
  height: auto !important;
  width: 56px !important;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  transition: all 0.4s;
}

.flex-next {
  right: -3px;
}

.flex-prev {
  left: -3px;
}

.flex-next:hover,
.flex-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}

/** Custom
 ************************* **/
.flexslider {
  margin: 0;
  border: 0;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.flex-direction-nav a:before,
.flex-direction-nav a.flex-next:before,
.flex-direction-nav a.flex-prev:before {
  font-family: "";
  content: "";
}

.flex-control-nav {
  bottom: auto;
  top: 15px;
  right: 15px;
  width: auto;
  display: inline-block;
}

.flex-control-nav li {
  margin: 0 2px;
}

.flex-control-paging li a,
.flex-control-paging li a:hover {
  background-color: #fff;
  width: 15px;
  height: 5px;
  border-radius: 0;
}

.flex-caption {
  position: absolute;
  margin-left: 20px;
  bottom: 45px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 6px 15px 8px 15px;
  opacity: 1 !important;
  width: auto;
  max-width: 500px;
  font-size: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.flex-direction-nav .flex-prev {
  left: -3px !important;
  margin-top: -26px;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.flex-direction-nav .flex-next {
  right: -3px !important;
  margin-top: -26px;
  opacity: 1;
  color: #fff;
  text-align: center;
}

.flex-control-nav.flex-control-thumbs li,
.flex-control-nav.flex-control-thumbs li img {
  width: 100px !important;
  height: 75px !important;
  cursor: pointer;
}

.flex-control-thumbs {
  margin: 3px 0 0;
}

@media only screen and (max-width: 768px) {
  .flex-caption {
    display: none !important;
  }
  .flex-control-nav.flex-control-thumbs li,
  .flex-control-nav.flex-control-thumbs li img {
    width: 80px !important;
    height: 60px !important;
  }
  .flex-direction-nav .flex-prev,
  .flex-direction-nav .flex-next {
    margin-top: 0;
  }
}
@media only screen and (max-width: 480px) {
  .flex-control-nav.flex-control-thumbs li,
  .flex-control-nav.flex-control-thumbs li img {
    width: 60px !important;
    height: 45px !important;
  }
}
/** 46. Side Nav
**************************************************************** **/
div.side-nav li.list-group-item {
  padding: 0;
}

div.side-nav ul,
div.side-nav ul > li {
  border: 0 !important;
}

div.side-nav ul > li {
  background-color: transparent !important;
}

div.side-nav ul > li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  font-size: 15px;
  left: 0;
  top: 4px;
  color: #999;
}

div.side-nav ul.list-group-noicon > li:before,
div.side-nav ul.list-group-noicon > li > ul > li:before {
  content: "";
  display: none;
}

div.side-nav ul.list-group-noicon > li {
  padding-left: 0;
}

div.side-nav ul > li > a {
  display: block;
  padding: 4px 0 4px 0;
}

div.side-nav ul > li > a {
  color: #777;
  text-decoration: none;
}

div.side-nav ul > li:hover > a,
div.side-nav ul > li.active > a {
  color: rgb(193, 164, 108) !important;
}

div.side-nav ul > li.activeRight > a {
  color: #fff !important;
  background-color: rgb(193, 164, 108);
}

button.page-side-nav-mobile {
  display: none;
}

div.side-nav ul > li > ul > li > a {
  padding: 4px 0 4px 15px;
}

ul.side-nav > li > a > i {
  margin-right: 8px;
}

/* side nav sub categs */
div.side-nav ul > li > a.dropdown-toggle:before {
  content: "";
  position: absolute;
  width: 2em;
  height: 1.5em;
  right: 0;
  margin-top: -13px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -150px 0;
  transform: rotate(0deg);
  background-size: 229px 107px;
}

div.side-nav ul > li.active > a.dropdown-toggle:before {
  content: "";
  width: 2em;
  height: 1.5em;
  right: 0;
  margin-top: -6px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -150px 0;
  transform: rotate(180deg);
  background-size: 229px 107px;
}

div.side-nav ul > li > ul {
  display: none;
}

div.side-nav ul > li > ul,
div.side-nav ul > li > ul > li {
  margin: 0;
  padding: 0;
  list-style: none;
}

div.side-nav ul > li > ul {
  padding: 10px 0;
}

/* 左欄標題*/
div.side-nav .side-nav-head {
  position: relative;
}

.side-nav-head {
  position: relative;
  margin-bottom: 10px;
  padding: 6px 0;
}

/*分隔線*/
div.side-nav ul.list-group-bordered > li > a, div.side-nav .block-bordered {
  display: block;
  padding: 6px 0;
}

div.side-nav ul.list-group-bordered > li > a > span.pull-left,
div.side-nav ul.list-group-bordered > li > a > span.pull-right {
  margin-top: 3px;
}

/*左欄分類 三 按鈕*/
div.side-nav .side-nav-head button {
  display: none;
  font-size: 21px;
  padding: 0 15px;
  height: 43px;
  color: #fff;
  background: #727272;
}

/* 左欄filter*/
div.side-nav1 .side-nav-head1 {
  position: relative;
}

div.side-nav1 .side-nav-head1 h4 {
  font-size: 16px;
}

.side-nav-head1 {
  position: relative;
  margin-bottom: 10px;
  padding: 5px 0;
}

.side-nav-head1 h4, .side-nav-head1 h4 a {
  font-size: 16px;
}

/*分隔線*/
div.side-nav1 ul.list-group-bordered > li > a, div.side-nav1 .block-bordered {
  display: block;
  padding: 6px;
}

div.side-nav1 ul.list-group-bordered > li > a > span.pull-left,
div.side-nav1 ul.list-group-bordered > li > a > span.pull-right {
  margin-top: 3px;
}

/*左欄箭頭按鈕*/
div.side-nav1 .side-nav-head1 button {
  display: block;
  font-size: 21px;
  margin-left: 10px;
  /*background-color:rgba(0,0,0,0.2);*/
}

@media only screen and (min-width: 992px) {
  div.side-nav > ul {
    display: block !important;
  }
}
/*左欄標題*/
@media only screen and (max-width: 991px) {
  .left-hidden {
    display: none;
  }
  div.side-nav ul {
    display: none;
    max-height: 350px;
    overflow-y: auto;
    margin-bottom: 30px;
  }
  /*	div.side-nav ul>li {
  		border-bottom:rgba(0,0,0,0.03) 1px solid !important;
  	}*/
  div.side-nav .side-nav-head { /*左欄分類手機選單*/
    /* margin-bottom:30px; */
    border: 1px solid #ececec;
    padding: 0px 15px;
    height: 43px;
    background-color: #fff;
  }
  div.side-nav .side-nav-head > h4 {
    margin: 0;
    line-height: 43px;
  }
  div.side-nav .side-nav-head button {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 22px;
  }
  div.side-nav .side-nav-head button.fa-rotate-180 {
    transform: translateY(-50%) rotate(180deg) scale(1, 1);
  }
  div.side-nav1 .side-nav-head1 { /*左欄filter手機選單*/
    margin-bottom: 30px;
    border: 1px solid #ececec;
  }
  div.side-nav1 .side-nav-head1 > h4 {
    padding-left: 15px;
    margin: 0;
  }
  div.side-nav1 .side-nav-head1 button {
    display: block;
    position: absolute;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
  div.side-nav ul {
    max-height: 250px;
    overflow-y: auto;
  }
}
/** 47. Star Rating
	<div class="rating rating-0"><!-- rating-1 ... rating-5 --></div>
**************************************************************** **/
.rating {
  position: relative;
  display: block;
  min-height: 17px;
  width: 100%;
  color: #F9BA1D;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.rating-0:after {
  content: "";
}

.rating-0_1:after, .rating-0_2:after, .rating-0_3:after, .rating-0_4:after, .rating-0_5:after, .rating-0_6:after, .rating-0_7:after, .rating-0_8:after, .rating-0_8:after, .rating-0_9:after {
  content: "\f089";
}

.rating-1:after, .rating-1_0:after {
  content: "\f005";
}

.rating-1_1:after, .rating-1_2:after, .rating-1_3:after, .rating-1_4:after, .rating-1_5:after, .rating-1_6:after, .rating-1_7:after, .rating-1_8:after, .rating-1_9:after {
  content: "\f005  \f089";
}

.rating-2:after, .rating-2_0:after {
  content: "\f005  \f005";
}

.rating-2_1:after, .rating-2_2:after, .rating-2_3:after, .rating-2_4:after, .rating-2_5:after, .rating-2_6:after, .rating-2_7:after, .rating-2_8:after, .rating-2_9:after {
  content: "\f005  \f005  \f089";
}

.rating-3:after, .rating-3_0:after {
  content: "\f005  \f005  \f005";
}

.rating-3_1:after, .rating-3_2:after, .rating-3_3:after, .rating-3_4:after, .rating-3_5:after, .rating-3_6:after, .rating-3_7:after, .rating-3_8:after, .rating-3_9:after {
  content: "\f005  \f005  \f005  \f089";
}

.rating-4:after, .rating-4_0:after {
  content: "\f005  \f005  \f005  \f005";
}

.rating-4_1:after, .rating-4_2:after, .rating-4_3:after, .rating-4_4:after, .rating-4_5:after, .rating-4_6:after, .rating-4_7:after, .rating-4_8:after, .rating-4_9:after {
  content: "\f005  \f005  \f005  \f089";
}

.rating-5:after, .rating-5_0:after {
  content: "\f005  \f005  \f005  \f005  \f005";
}

/** 48. Image Zoom [plugin]
		assets/plugins/image.zoom
**************************************************************** **/
figure.zoom img::selection {
  background-color: transparent;
}

figure.zoom {
  display: inline-block;
  position: relative;
  transition: all 0.3s;
}

figure.zoom > a.lightbox {
  position: absolute;
  z-index: 20;
  font-size: 17px;
  background-color: #666;
  padding: 6px 10px;
  width: 40px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  -webkit-border-bottom-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  -moz-border-radius-topleft: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 15px;
}

figure.zoom > a.lightbox:hover {
  background-color: #333;
}

/* lightbox button position */
figure.zoom > a.lightbox.bottom-right {
  right: 10px;
  bottom: 10px;
}

figure.zoom > a.lightbox.bottom-left {
  left: 10px;
  bottom: 10px;
}

figure.zoom > a.lightbox.top-right {
  right: 10px;
  top: 10px;
}

figure.zoom > a.lightbox.top-left {
  left: 10px;
  top: 10px;
}

.owl-carousel.zoom-more a,
.owl-carousel.zoom-more a > img {
  text-align: center;
  transition: all 0.3s;
}

/*.owl-carousel.zoom-more a>img {
	opacity:0.5;
	filter: alpha(opacity=80);
	-webkit-filter: grayscale(100%);
	   -moz-filter: grayscale(100%);
		-ms-filter: grayscale(100%);
		-o-filter: grayscale(100%);
		   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");
		   filter: gray;
}*/
.owl-carousel.zoom-more a.active > img {
  opacity: 1;
  filter: alpha(opacity=1);
  filter: none;
}

/** 49. Forms
**************************************************************** **/
form div.row:last-child {
  margin-bottom: 0;
}

form > select,
form > input,
form > textarea {
  margin-bottom: 8px;
}

input.err,
input.error,
textarea.err,
textarea.error,
select.err,
select.error {
  border: #bf6464 2px dashed !important;
  background-color: #fdfbfb !important;
  transition: all 0.2s ease-in;
}

/*
	Form Validation
*/
form.validate label.error {
  position: absolute;
  background-color: #ff0000;
  color: #fff;
  left: 0;
  z-index: 10;
  bottom: -26px;
  left: 36px;
  font-size: 11px;
  font-weight: 400;
  padding: 3px;
  display: none !important;
}

/*
	CUSTOM FILE UPLOAD
	<input class="custom-file-upload" type="file" id="file" name="myfiles[]" multiple />
*/
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

.file-upload-wrapper {
  position: relative;
  margin-bottom: 5px;
}

.file-upload-input {
  width: 300px;
  font-size: 16px;
  padding: 11px 17px;
  transition: all 0.2s ease-in;
  float: left;
  /* IE 9 Fix */
}

/* FORM ELEMENTS */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: 1px;
}

/**/
/* radios and checkboxes */
/**/
.radio,
.checkbox {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding-left: 27px;
  font-size: 14px;
  line-height: 27px;
  cursor: pointer;
}

.radio input,
.checkbox input {
  position: absolute;
  left: -9999px;
}

.radio i,
.checkbox i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  background: rgb(255, 255, 255);
}

.radio i {
  border-radius: 50% !important;
}

.radio input + i:after,
.checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}

.radio input + i:after {
  content: "";
  top: 5px;
  left: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}

.checkbox input + i:after {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f00c";
  /* gene0422 */
  top: 0px;
  /* gene0422 */
  left: 0px;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font: normal 12px/16px Font Awesome 5 Free;
  text-align: center;
}

.radio input:checked + i:after,
.checkbox input:checked + i:after {
  opacity: 1;
}

.inline-group {
  margin: 0 -30px -4px 0;
}

.inline-group:after {
  content: "";
  display: table;
  clear: both;
}

.inline-group .radio,
.inline-group .checkbox {
  float: left;
  margin-right: 30px;
}

.inline-group .radio:last-child,
.inline-group .checkbox:last-child {
  margin-bottom: 4px;
}

/**/
/* hover state */
/**/
.input:hover input,
.select:hover select,
.textarea:hover textarea,
.radio:hover i,
.checkbox:hover i,
.toggle:hover i {
  border-color: rgba(0, 0, 0, 0.6);
}

.button:hover {
  opacity: 1;
}

/**/
/* focus state */
/**/
.input input:focus,
.select select:focus,
.textarea textarea:focus,
.radio input:focus + i,
.checkbox input:focus + i,
.toggle input:focus + i {
  border-color: rgba(0, 0, 0, 0.6);
}

/**/
/* checked state */
/**/
.radio input + i:after {
  background-color: #1d1d1d;
}

.checkbox input + i:after {
  color: #1d1d1d;
}

.radio input:checked + i,
.checkbox input:checked + i,
.toggle input:checked + i {
  border-color: #1d1d1d;
}

/* @toggle switch elements
-------------------------------------------------- */
.switch {
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  display: inline-block;
  margin-bottom: 5px;
  height: 26px;
}

.switch > input {
  -webkit-appearance: none;
  position: absolute;
  width: inherit;
  height: inherit;
  opacity: 0;
  left: 0;
  top: 0;
}

/* UI SLIDER
------------------------------------------------------*/
.ui-slider .ui-slider-range,
.progress > button[type=submit]:hover,
.progress > button[type=submit],
.progress-bar > .bar {
  background-size: 16px 16px;
  background-image: linear-gradient(to bottom right, transparent, transparent 25%, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0.3) 50%, transparent 50%, transparent 75%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0.3));
}

.slider-wrapper,
.sliderv-wrapper {
  background: #E2E8F1;
  position: relative;
  border-radius: 3px;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.5em;
  height: 1.5em;
  cursor: default;
  background: #fff;
  text-decoration: none;
  border: 3px solid #1ABC9C;
  border-radius: 20px;
  touch-action: none;
  margin-top: -3px;
  outline: none;
}

.ui-slider .ui-slider-handle:before {
  content: "";
  width: 7px;
  height: 7px;
  position: absolute;
  background-color: #1ABC9C;
  border-radius: 10px;
  z-index: 2;
  left: 4px;
  top: 4px;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
  background-color: #1ABC9C;
  border-radius: 3px;
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.5em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 10px !important;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical,
.sliderv-wrapper {
  width: 0.5em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.45em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.slider-input {
  color: #f6931f !important;
  border: 0;
  background: none;
}

.slider-group .sliderv-wrapper {
  height: 150px;
  float: left;
  margin: 15px 15px;
}

.ui-slider .ui-state-active {
  cursor: grabbing;
}

/* @ui slider tooltip
--------------------- */
.slider-tip {
  display: block;
  position: absolute;
  text-align: center;
  font: 10pt Tahoma, Arial, sans-serif;
  background: #34495E;
  border-radius: 3px;
  padding: 10px;
  color: #fff;
}

.slider-wrapper .slider-tip {
  top: -50px;
  left: -15px;
}

.slider-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 35%;
  border-top: 8px solid #34495E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}

.sliderv-wrapper .slider-tip {
  left: 30px;
  top: -12px;
}

.sliderv-wrapper .slider-tip:after {
  content: "";
  position: absolute;
  top: 30%;
  right: 98%;
  border-right: 8px solid #34495E;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* @ui slider themes
--------------------- */
.warning-slider .ui-slider .ui-slider-handle {
  border-color: #ed9c28;
}

.warning-slider .ui-slider .ui-slider-handle:before,
.warning-slider .ui-slider .ui-slider-range {
  background-color: #ed9c28;
}

.danger-slider .ui-slider .ui-slider-handle {
  border-color: #e74c3c;
}

.danger-slider .ui-slider .ui-slider-handle:before,
.danger-slider .ui-slider .ui-slider-range {
  background-color: #e74c3c;
}

.purple-slider .ui-slider .ui-slider-handle {
  border-color: #9B59B6;
}

.purple-slider .ui-slider .ui-slider-handle:before,
.purple-slider .ui-slider .ui-slider-range {
  background-color: #9B59B6;
}

.info-slider .ui-slider .ui-slider-handle {
  border-color: #3498db;
}

.info-slider .ui-slider .ui-slider-handle:before,
.info-slider .ui-slider .ui-slider-range {
  background-color: #3498db;
}

.black-slider .ui-slider .ui-slider-handle {
  border-color: #34495e;
}

.black-slider .ui-slider .ui-slider-handle:before,
.black-slider .ui-slider .ui-slider-range {
  background-color: #34495e;
}

.success-slider .ui-slider .ui-slider-handle {
  border-color: #2ecc71;
}

.success-slider .ui-slider .ui-slider-handle:before,
.success-slider .ui-slider .ui-slider-range {
  background-color: #2ecc71;
}

.yellow-slider .ui-slider .ui-slider-handle {
  border-color: #ed9c28;
}

.yellow-slider .ui-slider .ui-slider-handle:before,
.yellow-slider .ui-slider .ui-slider-range {
  background-color: #ed9c28;
}

/* UI slider addons | labels + tooltips
-------------------- */
.ui-slider-horizontal.ui-slider-pips {
  margin-bottom: 0.5em;
}

.ui-slider-pips .ui-slider-label,
.ui-slider-pips .ui-slider-pip-hide {
  display: none;
}

.ui-slider-pips .ui-slider-pip-label .ui-slider-label {
  display: block;
}

.ui-slider-pips .ui-slider-pip {
  width: 2em;
  height: 1em;
  line-height: 1em;
  position: absolute;
  font-size: 0.8em;
  color: #999;
  overflow: visible;
  text-align: center;
  top: 10px;
  left: 20px;
  margin-left: -1em;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

.ui-slider-pips .ui-slider-line {
  background: #999;
  width: 1px;
  height: 3px;
  position: absolute;
  left: 50%;
}

.ui-slider-pips .ui-slider-label {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -1em;
  width: 2em;
}

.ui-slider-pip:hover .ui-slider-label {
  color: black;
  font-weight: bold;
}

.ui-slider-vertical.ui-slider-pips {
  margin-bottom: 1em;
  margin-right: 10px;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-pip {
  text-align: left;
  top: auto;
  left: 10px;
  margin-left: 0;
  margin-bottom: -0.5em;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-line {
  width: 3px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.ui-slider-vertical.ui-slider-pips .ui-slider-label {
  top: 50%;
  left: 0.5em;
  margin-left: 0;
  margin-top: -0.5em;
  width: 2em;
}

/* UI slider tooltips
--------------------- */
.ui-slider-float .ui-slider-handle:focus,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip-label {
  outline: none;
}

.ui-slider-float .ui-slider-tip,
.ui-slider-float .ui-slider-tip-label {
  position: absolute;
  visibility: hidden;
  margin-top: -10px;
  display: block;
  width: auto;
  padding: 5px 10px;
  margin-left: -50%;
  line-height: 20px;
  background: #000;
  border-radius: 3px;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  opacity: 0;
  transition-duration: 200ms, 200ms, 0;
  transition-property: opacity, top, visibility;
  transition-delay: 0, 0, 200ms;
}

.ui-slider-float .ui-slider-handle:hover .ui-slider-tip,
.ui-slider-float .ui-slider-handle:focus .ui-slider-tip,
.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  opacity: 1;
  top: -30px;
  visibility: visible;
  transition-delay: 200ms, 200ms, 0;
}

.ui-slider-float .ui-slider-pip .ui-slider-tip-label {
  top: 42px;
}

.ui-slider-float .ui-slider-pip:hover .ui-slider-tip-label {
  top: 32px;
  font-weight: normal;
}

.ui-slider-float .ui-slider-tip:after,
.ui-slider-float .ui-slider-pip .ui-slider-tip-label:after {
  content: " ";
  width: 0;
  height: 0;
  border-top: 8px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  bottom: -6px;
  left: 30%;
}

section.alternate .sky-form.boxed {
  background-color: #F9F9F9;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
  margin-bottom: 0;
}

.btn-toolbar > .btn > i.fa,
.btn-toolbar > .btn > span.glyphicon {
  color: #fff !important;
}

#article img, #article table, #tab1 img, #tab2 img, #tab1 table, #tab2 table, #showarts img, #showarts table, .tab-content img, .tab-content table {
  max-width: 100%;
  height: auto !important;
}

/* ------------------------------------------------------------------
_old-layout.scss 舊版layout.css (待清除)
------------------------------------------------------------------ */
/** ********************************************** **
	@Author			Dorin Grigoras
	@Website		www.stepofweb.com
	@Last Update	Tuesday, August 25, 2015
	TABLE CONTENTS
	-------------------------------
		Globals
		Slide Top
		Parallax Social Icons
		Page Header
		Top Nav
		Scroll To Top
		Preloader
		Misc
		Landing Page
		Featured Grid
		Aside
		Parallax Social icons
		Sliders
		Standard Forms Messages
		Item Box
		Blog
		Comments
		Timeline
		Contact
		Responsive
*************************************************** **/
/** Globals
 **************************************************************** **/
/* example usage: index-onepage-youtube.html */
body.has-image-bg section,
body.has-video-bg section {
  background-color: #fff;
}

body.bg-grey,
body.bg-grey #wrapper {
  background-color: #f1f2f7;
}

#showez {
  color: #c30;
}

section {
  display: block;
  position: relative;
  padding: 10px 0;
  transition: all 0.4s;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  background-size: cover !important;
  box-sizing: border-box !important;
}

section:after,
section:before {
  content: " ";
  display: table;
}

section header.section-header {
  margin-bottom: 80px;
}

div.alternate,
section.alternate {
  background-color: rgba(0, 0, 0, 0.02);
}

section.theme-color,
section.theme-color h1,
section.theme-color h2,
section.theme-color h3,
section.theme-color h4,
section.theme-color h5,
section.theme-color h6,
section.theme- p {
  color: #fff;
}

section.padding-xxs {
  padding: 30px 0;
}

section.padding-xs {
  padding: 60px 0;
}

section.padding-md {
  padding: 80px 0;
}

section.padding-lg {
  padding: 120px 0;
}

section.padding-xlg {
  padding: 140px 0;
}

section.parallax {
  border: 0;
}

body.bg-grey,
body.bg-grey #wrapper {
  background-color: #f1f2f7;
}

a:active,
a:focus,
a:hover {
  text-decoration: none;
}

a.btn-dark:hover, a.btn-dark:focus, a.btn-dark:active {
  color: #fff;
}

/* black link color - override theme color link */
a.href-reset,
.href-reset a {
  color: #121212;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #1d1d1d;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: rgb(193, 164, 108);
}

section header > h1,
section header > h2,
section header > h3,
section header > h4,
section header > h5,
section header > h6 {
  margin: 0;
}

small {
  font-family: "Lato", sans-serif, "微軟正黑體";
}

label {
  display: block;
}

/* form control: inputs, textarea, etc */
.btn {
  position: relative;
}

.btn-default {
  border-width: 2px;
}

.btn > .label-absolute {
  position: absolute;
  right: -6px;
  top: -8px;
}

.gobuy {
  position: fixed;
  bottom: 10px;
  z-index: 1000;
  width: 92%;
}

.input-group-addon {
  border: #ddd 2px solid;
  border-right: 0;
}

.form-control {
  border: #ced4da 1px solid;
  box-shadow: none;
  border-radius: 3px;
}

.form-group-index input, .form-group-index textarea {
  width: 100%;
  line-height: 25px;
  border: none;
  border-bottom: #ced4da 1px solid;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 20px;
  padding: 5px 0 0 0;
}

.form-group-index input:focus, .form-group-index textarea:focus {
  outline: none !important;
  border-bottom: #000 1px solid;
}

.nav-tabs > li > a {
  border-radius: 3px 3px 0 0;
}

.label {
  padding: 0.4em 0.6em 0.4em;
}

/* fonts */
.font-open-sans {
  font-family: "Open Sans", Arial, Helvetica, sans-serif !important;
}

.font-lato {
  font-weight: 300;
  font-size: 13px;
  font-family: "微軟正黑體", "Lato", Arial, Helvetica, sans-serif !important;
}

.font-raleway {
  font-family: "Raleway", Arial, Helvetica, sans-serif !important;
}

/*
	GLOBAL RADIUS
	Add here all needed bootstrap elements
*/
pre,
.alert,
.panel,
.navbar-toggle,
.btn {
  border-radius: 3px;
}

/*
	bootstrap rewrite
*/
img.img-responsive {
  display: inline-block;
}

.img-responsive img {
  display: inline-block;
  width: 100%;
  height: auto;
}

/** Page Header
 **************************************************************** **/
@media only screen and (max-width: 767px) {
  section.page-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
section.page-header {
  position: relative;
  padding: 50px 0 50px 0;
  border-top: 0;
  margin-top: 0;
  margin-bottom: 0 !important;
  border-bottom: rgba(0, 0, 0, 0.05) 0px solid;
  transition: all 0s;
  z-index: 100;
}

/* shadows */
section.page-header.shadow-after-1:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow1.png");
  background-size: 100% 100%;
}

section.page-header.shadow-after-2:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow2.png");
  background-size: 100% 100%;
}

section.page-header.shadow-after-3:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow3.png");
  background-size: 100% 100%;
}

section.light.page-header {
  color: #151515;
  background-color: transparent;
  border-top: rgba(0, 0, 0, 0.05) 1px solid;
}

section.page-header.page-header-xs {
  padding: 15px 0 15px 0;
}

section.page-header.page-header-md {
  padding: 50px 0 50px 0;
}

section.page-header.page-header-lg {
  padding: 80px 0 80px 0;
}

section.page-header.page-header-xlg {
  padding: 130px 0 130px 0;
}

section.page-header.page-header-2xlg {
  padding: 250px 0 250px 0;
}

@media only screen and (max-width: 482px) {
  section.page-header.page-header-2xlg {
    padding: 130px 0 130px 0;
  }
}
/* page header tabs */
.page-header.page-header-xs ul.page-header-tabs {
  display: block;
  text-align: left;
  margin-bottom: -21px;
  margin-top: 40px;
}

.page-header.page-header-md ul.page-header-tabs {
  display: block;
  text-align: left;
  margin-bottom: -51px;
  margin-top: 70px;
}

.page-header.page-header-lg ul.page-header-tabs {
  display: block;
  text-align: left;
  margin-bottom: -81px;
  margin-top: 80px;
}

.page-header ul.page-header-tabs > li {
  background-color: rgba(0, 0, 0, 0.02);
  padding: 0;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-top-left-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.page-header ul.page-header-tabs > li > a {
  display: inline-block;
  padding: 6px 20px;
  color: #111;
  text-decoration: none;
}

.page-header ul.page-header-tabs > li:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.page-header ul.page-header-tabs.dark > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.page-header ul.page-header-tabs > li.active > a {
  color: #000;
}

@media only screen and (max-width: 767px) {
  .page-header ul.page-header-tabs {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 6px;
    margin-left: -15px;
    margin-right: -15px;
  }
  .page-header ul.page-header-tabs > li,
  .page-header ul.page-header-tabs > li > a {
    display: block;
    float: none !important;
    text-align: center;
    border-radius: 0;
  }
  section.page-header .breadcrumb-title {
    margin-bottom: 15px !important;
  }
  section.page-header-about .breadcrumb-title-about {
    margin-bottom: 15px !important;
  }
  section.page-header .breadcrumb-title {
    margin-bottom: 15px !important;
  }
  section.page-header-about .breadcrumb-title-about {
    margin-bottom: 15px !important;
  }
}
section.page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-weight: 900;
}

section.page-header h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
}

section.page-header span.font-lato {
  border-top: rgba(0, 0, 0, 0.05) 2px solid;
  padding-top: 2px;
}

section.page-header .breadcrumb {
  font-size: 12px;
  margin-top: 0px;
  background: transparent;
  margin-bottom: 0;
  z-index: 1;
}

section.page-header .breadcrumb > li + li:before {
  font-family: Dotum, "標楷體";
  content: ">";
}

section.page-header.parallax .breadcrumb li.active,
section.page-header.parallax .breadcrumb a {
  color: #fff;
}

.breadcrumbs_bgimg {
  background-position: top;
  background-attachment: initial;
  padding: 15px 0 23px 0;
}

@media only screen and (max-width: 767px) {
  section.page-header {
    text-align: center;
  }
  section.page-header .container.text-right,
  section.page-header .container.text-left {
    text-align: center;
  }
}
/* options - like buttons */
section.page-header ul.page-options {
  position: absolute;
  font-size: 24px;
  top: 50%;
  left: 0;
  margin-top: -15px;
  background: transparent;
  margin-bottom: 0;
  z-index: 10;
}

section.page-header ul.page-options a {
  color: #333;
  text-decoration: none;
}

section.page-header.parallax ul.page-options li.active,
section.page-header.parallax ul.page-options a {
  color: #fff;
}

section.page-header ul.page-options {
  right: 0;
  left: auto;
}

section.page-header ul.page-options.page-options-inverse {
  left: 0;
  right: auto;
}

section.page-header ul.page-options.page-options-center {
  left: auto;
  right: auto;
  position: relative;
  margin-top: 20px;
}

.joinTracking .add-wishlist:hover,
.joinTracking .add-wishlist:active,
.joinTracking .add-wishlist:focus {
  background: #fff;
}

@media only screen and (max-width: 767px) {
  section.page-header ul.page-options {
    position: relative;
    display: block;
    margin: 0;
    margin-top: 20px;
    font-size: 28px;
  }
  #showstorage {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 10;
  }
}
/** Top Nav
 **************************************************************** **/
#header {
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 22;
  background-color: #fff;
  /* border-bottom: rgba(0,0,0,0.05) 1px solid; */
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
  transition: all 0.3s;
}

#header a.logo > img {
  height: 80px;
  transition: all 0.3s;
}

#header a.logo.logo-responsive > img {
  height: 100%; /* used on center - example: page-coming-soon-1.html */
}

/* two logo images : light & dark */
#header a.logo > img:last-child {
  display: none;
}

#header a.logo > img:first-child {
  display: inline-block;
}

#header.fixed a.logo > img:first-child {
  display: none;
}

#header.fixed a.logo > img:last-child {
  display: inline-block;
}

/* shadows */
#header.shadow-after-1:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow1.png");
  background-size: 100% 100%;
}

#header.shadow-before-1:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url("../images/misc/shadow1.png");
  background-size: 100% 100%;
}

#header.shadow-after-2:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow2.png");
  background-size: 100% 100%;
}

#header.shadow-before-2:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url("../images/misc/shadow2.png");
  background-size: 100% 100%;
}

#header.shadow-after-3:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 60px;
  bottom: -60px;
  background-image: url("../images/misc/shadow3.png");
  background-size: 100% 100%;
}

#header.shadow-before-3:before {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 60px;
  background-image: url("../images/misc/shadow3.png");
  background-size: 100% 100%;
}

/** Search - Default
	 ********************** **/
#header li.search {
  display: inline-block;
}

#header li.search .search-box {
  display: none;
  right: 0;
  left: auto;
  top: 100%;
  padding: 15px;
  background-color: #fff;
  position: absolute;
  box-shadow: 5px 5px rgba(91, 91, 91, 0.2);
  width: 274px;
  margin-top: 36px;
  z-index: 22;
}

#header.header-md li.search .search-box {
  margin-top: 25px;
}

#header.header-sm li.search .search-box {
  margin-top: 19px;
}

#header.fixed li.search .search-box {
  margin-top: 18px;
}

#header.fixed.header-sm li.search .search-box {
  margin-top: 18px;
}

#header.fixed.header-md li.search .search-box {
  margin-top: 15px;
}

#header li.search i.fa {
  color: #333;
  cursor: pointer;
  position: relative;
}

form.mobile-search {
  display: none;
}

/** Search - Fullscreen
	 ********************** **/
#header li.search.fullscreen > .search-box {
  text-align: center;
  position: fixed;
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.95) !important;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  z-index: 2000;
}

#header li.search.fullscreen > .search-box > form {
  max-width: 800px;
  display: inline-block;
  margin: auto;
  margin-top: 20%;
}

#header li.search.fullscreen > .search-box > form input {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
  padding-top: 15px;
  padding-bottom: 15px;
  height: 65px;
  font-size: 24px;
  font-weight: 300;
  color: #121212;
  border-right: rgba(0, 0, 0, 0.2) 1px solid;
}

#header li.search.fullscreen > .search-box > form button {
  border: 0;
  font-size: 24px;
  padding: 15px 20px !important;
  height: 65px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #888;
}

#header li.search.fullscreen > .search-box > form button > i {
  color: #999;
  font-size: 22px;
}

#header li.search.fullscreen > .search-box > form button:hover > i {
  color: #121212;
}

#header li.search.fullscreen #closeSearch {
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  position: absolute;
  top: -3px;
  left: 50%;
  margin-left: -30px;
  color: #888;
  font-size: 40px;
  z-index: 1000;
  border-radius: 3px;
}

#header li.search.fullscreen #closeSearch:hover {
  color: #111;
}

@media only screen and (max-width: 480px) {
  #header li.search.fullscreen > .search-box > form {
    margin-top: 30%;
  }
}
@media only screen and (max-height: 400px) {
  #header li.search.fullscreen > .search-box > form {
    margin-top: 60px;
  }
}
/** Search - Header
	 ********************** **/
#header .search-box.over-header {
  text-align: center;
  position: absolute;
  padding: 0;
  background-color: #fff !important;
  left: 0;
  top: 0 !important;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto !important;
  z-index: 2000;
  border: 0;
  display: none;
}

#header .search-box > form {
  display: block;
  z-index: 0;
}

#header .search-box > form > input {
  font-size: 16px;
  font-weight: bold;
  background-color: transparent;
  height: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding-left: 40px;
  padding-right: 60px;
  border: 0;
  box-shadow: none;
}

#header .search-box.over-header > form > input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #666;
  text-transform: uppercase;
}

#header .search-box.over-header > form > input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #666;
  text-transform: uppercase;
}

#header .search-box.over-header > form > input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #666;
  text-transform: uppercase;
}

#header .search-box.over-header > form > input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #666;
  text-transform: uppercase;
}

#header .search-box.over-header #closeSearch {
  position: absolute;
  right: 0;
  color: #333;
  background: transparent;
  top: 50%;
  right: 30px;
  font-size: 20px;
  margin-top: 10px;
  z-index: 1;
}

@media only screen and (max-height: 760px) {
  #header .search-box.over-header > form > input {
    font-size: 20px;
    margin-top: -20px;
    font-weight: 300;
  }
}
/** Quick Shop Cart
	 ********************** **/
#header li.quick-cart .quick-cart-box {
  display: none;
  right: 0;
  left: auto;
  top: 100%;
  padding: 5px 0;
  background-color: #fff;
  position: absolute;
  box-shadow: 5px 5px rgba(91, 91, 91, 0);
  width: 300px;
  margin-top: 36px;
  z-index: 22;
  border-top: 1px solid #d3d3d3 !important;
}

#header.fixed li.quick-cart .quick-cart-box {
  margin-top: 18px;
}

#header.fixed.header-sm li.quick-cart .quick-cart-box {
  margin-top: 18px;
}

#header.fixed.header-md li.quick-cart .quick-cart-box {
  margin-top: 15px;
}

#header li.quick-cart .quick-cart-wrapper {
  max-height: 400px;
  overflow-y: auto;
}

#header li.quick-cart .quick-cart-box h4 {
  font-size: 17px;
  margin: 0;
  padding: 0 10px 10px 10px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
}

#header li.quick-cart .quick-cart-box a {
  display: block;
  padding: 15px 10px;
  border-bottom: rgba(0, 0, 0, 0.04) 1px solid;
}

#header li.quick-cart .quick-cart-box a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#header li.quick-cart .quick-cart-box a > img {
  float: left;
  margin-right: 10px;
}

#header li.quick-cart .quick-cart-box a h6 {
  margin: 0;
  padding: 4px 0 0 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

#header li.quick-cart .quick-cart-box a.btn {
  background-color: #151515;
  border: 0;
  margin: 0;
  padding-top: 6px;
  padding-bottom: 4px;
}

#header li.quick-cart .quick-cart-footer {
  padding: 10px 10px 0 10px;
}

#header li.quick-cart .quick-cart-footer > span {
  display: inline-block;
  padding-top: 3px;
  /*background-color:#A7A7A7;*/
  padding: 4px 3px;
  border-radius: 3px;
}

@media only screen and (min-width: 992px) {
  /* min-width */
  #header li.quick-cart .quick-cart-box {
    top: 21px;
  }
  #header.header-sm li.quick-cart .quick-cart-box {
    margin-top: 19px;
  }
  #header.header-md li.quick-cart .quick-cart-box {
    margin-top: 26px;
  }
  #header li.quick-cart .quick-cart-wrapper {
    max-height: 300px;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 992px) {
  /* max-width */
  #header li.quick-cart .quick-cart-box {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 769px) {
  #header li.quick-cart .quick-cart-box {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 60px;
    margin-top: 0;
    border: rgba(0, 0, 0, 0.08) 1px solid !important;
    border-top: 1px solid #000 !important;
  }
  #header li.quick-cart .quick-cart-wrapper {
    max-height: 200px;
    overflow-y: auto;
  }
}
/* OPEN ON CLICK */
body.menu-vertical.menu-vertical-hide #wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical {
  right: auto;
  left: -263px;
}

body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical {
  left: auto;
  right: -263px;
}

.fancy_big_btn,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn {
  position: absolute;
  right: -80px;
  top: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px;
  z-index: 100;
  transition: background 600ms;
}

.fancy_big_btn,
body.menu-vertical.menu-vertical-hide.menu-inverse #mainMenu.sidebar-vertical #sidebar_vertical_btn {
  right: auto;
  left: -80px;
}

.fancy_big_btn:hover,
.fancy_big_btn:active,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:active {
  background: #fff;
}

.fancy_big_btn i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn i {
  display: block;
  width: 54px;
  height: 54px;
  background-image: url("data:image/gif;base64,R0lGODlhNwA3AJEAAAAAAP///////wAAACH5BAEAAAIALAAAAAA3ADcAAAJUlI+py+0Po5y02ouz3rz7D4biSJbmiabqyrZhAMfyTNc1Zue6je/+7goKh8Si8dj6KXmXpVPWezqR1Kr1is2apM8o9+f9ArXksvmMTqvX7Lb7DS8AADs=");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #000;
  transition: background 300ms;
}

.fancy_big_btn:hover i,
body.menu-vertical.menu-vertical-hide #mainMenu.sidebar-vertical #sidebar_vertical_btn:hover i {
  background-color: #f6f6f6;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADcAAAA3CAYAAACo29JGAAAARklEQVRoge3WsQ0AIAwDsML/P8MLdECoxZ4zJFsiAAAAqGgksutai7yj3vN2i5dajwPgex5KVa3HAfA9D6Wq1uMAAACoaQMxSAMQNhNmmQAAAABJRU5ErkJggg==");
}

/*
		for anywhere use
		<button class="fancy_big_btn inverse"><i></i></button>
	*/
.fancy_big_btn {
  right: auto;
  left: 0;
  top: 20px;
}

.fancy_big_btn.inverse {
  left: auto;
  right: 0;
}

/* custom icon */
.fancy_big_btn i.fa,
.fancy_big_btn i.et,
.fancy_big_btn i.glyphicon,
.fancy_big_btn i.icon,
.fancy_big_btn i.ico {
  background-image: none;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  transition: all 300ms;
}

.fancy_big_btn:hover i.fa,
.fancy_big_btn:hover i.et,
.fancy_big_btn:hover i.glyphicon,
.fancy_big_btn:hover i.icon,
.fancy_big_btn:hover i.ico {
  color: #000;
}

.sidebar-vertical .sidebar-nav .navbar-header {
  float: none;
}

/** Mobile Button
	 ********************** **/
#topNav button.btn-mobile {
  display: none;
}

#topNav button.btn-mobile {
  color: #333;
  display: none;
  padding: 6px 10px;
  float: right;
  margin-top: 13px;
  margin-right: 0;
  border-radius: 0;
}

#topNav button.btn-mobile i {
  padding: 0;
  margin: 0;
  font-size: 21px;
}

@media only screen and (max-width: 992px) {
  #topNav button.btn-mobile {
    display: inline-block;
  }
}
#header li.search .search-box,
#header li.quick-cart .quick-cart-box {
  border: #d3d3d3 1px solid;
}

/* Transparent Header */
#header.transparent {
  position: absolute;
  background-color: transparent;
  border-bottom: rgba(255, 255, 255, 0.3) 1px solid;
  box-shadow: none;
}

#header.transparent.color {
  border: 0;
}

#header.transparent #topMain.nav-pills > li > a {
  color: #fff;
  border-radius: 0;
}

#header.transparent #topMain.nav-pills > li.active > a,
#header.transparent #topMain.nav-pills > li > a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#header.transparent + section.page-header.page-header-lg,
#header.transparent + section.page-header {
  /*margin-top:-100px;*/
  padding: 180px 0;
}

#header.transparent + section.page-header.page-header-xlg {
  padding: 280px 0;
  padding-top: 350px;
}

#header.transparent + section.page-header.page-header-lg {
  padding-top: 250px;
}

#header.transparent a.social-icon {
  background-color: rgba(0, 0, 0, 0.2);
}

#header.transparent a.social-icon > i {
  color: #eaeaea;
}

/* on scroll */
#header.fixed.transparent {
  background-color: #fff;
}

#header.fixed.transparent ul.nav-second-main li a,
#header.fixed.transparent ul.nav-second-main li a > i,
#header.fixed.transparent #topMain.nav-pills > li > a {
  color: #151515;
}

@media only screen and (max-width: 992px) {
  #header.transparent.fixed #topNav button.btn-mobile {
    color: #333 !important;
  }
  #header.transparent #topMain.nav-pills > li > a {
    color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #header.transparent + section.page-header {
    margin-top: 0;
  }
  /* force dark submenu */
  #header.transparent #topMain {
    background-color: #333 !important;
  }
  #header.transparent #topMain li.active > a {
    color: #fff !important;
  }
}
/* Transparent Header */
#header.translucent {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

#header.translucent #topMain.nav-pills > li > a {
  color: #fff;
  border-radius: 0;
}

#header.translucent #topMain.nav-pills > li.active > a,
#header.translucent #topMain.nav-pills > li > a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}

#header.translucent + section.page-header {
  margin-top: -100px;
  padding: 180px 0;
}

#header.translucent + section.page-header.page-header-xlg {
  padding: 280px 0;
  padding-top: 420px;
}

#header.translucent + section.page-header.page-header-lg {
  padding-top: 350px;
}

/* on scroll */
#header.fixed.translucent {
  background-color: #fff;
}

#header.fixed.translucent ul.nav-second-main li a,
#header.fixed.translucent ul.nav-second-main li a > i,
#header.fixed.translucent #topMain.nav-pills > li > a {
  color: #151515;
}

@media only screen and (max-width: 768px) {
  #header.transparent + section.page-header {
    margin-top: 0;
  }
}
/* BOTTOM HEADER */
#header.bottom {
  position: absolute;
  top: auto;
  bottom: 0;
  border-bottom: rgba(0, 0, 0, 0.05) 1px solid;
}

#header.bottom.fixed {
  top: 0;
  bottom: auto;
}

#header.bottom.sticky {
  position: absolute;
}

#header.bottom.fixed.sticky {
  position: fixed;
}

#header.bottom.dropup #topMain > li > ul.dropdown-menu ul.dropdown-menu {
  bottom: auto;
  box-shadow: none;
}

#header.bottom.dropup ul.dropdown-menu {
  bottom: 94px;
}

#header.header-md.bottom.dropup ul.dropdown-menu {
  bottom: 68px;
}

#header.header-sm.bottom.dropup ul.dropdown-menu {
  bottom: 58px;
}

#header.bottom.dropup.slim ul.dropdown-menu {
  bottom: 53px;
}

#header.bottom.dropup .nav-second-main .quick-cart-box,
#header.bottom.dropup .nav-second-main .search-box {
  top: auto;
  bottom: 100%;
  margin-bottom: 39px;
  box-shadow: 5px -5px rgba(91, 91, 91, 0.2);
  border-bottom: 0;
}

#header.bottom.header-md.dropup .nav-second-main .quick-cart-box,
#header.bottom.header-md.dropup .nav-second-main .search-box {
  margin-bottom: 23px;
}

#header.bottom.header-sm.dropup .nav-second-main .quick-cart-box,
#header.bottom.header-sm.dropup .nav-second-main .search-box {
  margin-bottom: 20px;
}

#header.bottom.dropup ul.dropdown-menu:before {
  top: auto;
  bottom: -10px !important;
  border-bottom: 0 !important;
  border-top: rgb(255, 255, 255) 10px solid;
}

#header.bottom + #slider {
  margin-bottom: 94px;
}

#header.header-md.bottom + #slider {
  margin-bottom: 70px;
}

#header.header-sm.bottom + #slider {
  margin-bottom: 60px;
}

#header.header-sm.bottom.transparent + #slider,
#header.header-sm.bottom.translucent + #slider {
  margin-bottom: 0;
}

#header.bottom + #slider > .swiper-container .swiper-pagination {
  top: 0 !important;
  bottom: auto;
}

@media only screen and (max-width: 992px) {
  #header.bottom {
    top: 0;
    bottom: auto;
  }
  #header.bottom.sticky {
    position: relative !important;
  }
  #header.bottom.transparent ul.nav-second-main li a,
  #header.bottom.transparent ul.nav-second-main li a > i,
  #header.bottom.transparent #topNav button.btn-mobile {
    color: #212121;
  }
  #header.bottom + #slider > .swiper-container .swiper-pagination {
    top: auto !important;
    bottom: 10px;
  }
  #header.bottom.dropup .nav-second-main .quick-cart-box,
  #header.bottom.dropup .nav-second-main .search-box {
    bottom: auto;
  }
}
/* STATIC HEADER */
#header.bottom.static + #slider {
  margin-bottom: 0;
}

#header.bottom.static {
  border-top: rgba(0, 0, 0, 0.15) 1px solid;
}

#header.bottom.static .nav-second-main .quick-cart-box,
#header.bottom.static .nav-second-main .search-box,
#header.bottom.static .nav-second-main .quick-cart-box,
#header.bottom.static .nav-second-main .search-box {
  border: rgba(0, 0, 0, 0.15) 1px solid;
  border-bottom: 0;
}

@media only screen and (max-width: 992px) {
  #header.static {
    position: relative !important;
  }
}
/* fullwidth container */
#topNav .full-container {
  display: block;
  margin: 0 15px;
}

/* remove bootstrap issue */
#topNav ul.dropdown-menu > li,
#topNav ul.dropdown-menu > li a {
  background-color: transparent;
}

#topNav .nav-pills > li + li {
  margin-left: 0;
}

/* search */
#header li.search .search-box form {
  margin: 0;
}

/* Medium Height : 70 */
#header.header-md #topNav a.logo {
  height: 70px;
  line-height: 50px;
}

#header.header-md #topNav a.logo > img {
  height: 70px;
}

#header.header-md #topNav #topMain > li > a {
  height: 70px;
  line-height: 50px;
}

@media only screen and (max-width: 992px) {
  #header.header-md #topMain.nav-pills > li > a {
    color: #212121;
  }
  #header.header-md #topMain.nav-pills > li.active > a,
  #header.header-md #topMain.nav-pills > li > a:hover {
    color: #212121;
    background-color: rgba(0, 0, 0, 0.02);
  }
}
@media only screen and (max-width: 992px) {
  #header.header-sm #topMain.nav-pills > li > a {
    color: #212121;
  }
  #header.header-sm #topMain.nav-pills > li.active > a,
  #header.header-sm #topMain.nav-pills > li > a:hover {
    color: #212121;
    background-color: rgba(0, 0, 0, 0.02);
  }
}
/* Sticky 60px */
#header.fixed {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}

@media (max-width: 1023px) {
  #header.fixed {
    border-bottom: none;
  }
}
#phone_menu.fixed {
  position: fixed;
  top: 60px;
}

.phone_menu_attr0.fixed {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  top: 100px;
}

.phone_menu_attr1.fixed {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  top: 100px;
}

.phone_menu_attr2.fixed {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  top: 91px;
}

.phone_menu_attr3.fixed {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
  top: 60px;
}

.phone_menu_attr0.fixed label,
.phone_menu_attr1.fixed label,
.phone_menu_attr2.fixed label,
.phone_menu_attr3.fixed label {
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}

#header.fixed #topNav a.logo > img {
  height: 60px;
}

/* Static */
#header.static {
  position: fixed;
  border-bottom: rgba(0, 0, 0, 0.08) 1px solid;
}

@media only screen and (max-width: 992px) {
  #header.header-sm #topMain.nav-pills > li > a,
  #header.header-md #topMain.nav-pills > li > a {
    color: #212121;
  }
  #header.header-sm #topMain.nav-pills > li.active > a,
  #header.header-sm #topMain.nav-pills > li > a:hover,
  #header.header-md #topMain.nav-pills > li.active > a,
  #header.header-md #topMain.nav-pills > li > a:hover {
    color: #212121;
    background-color: rgba(0, 0, 0, 0.02);
  }
  #header.transparent.header-sm #topMain.nav-pills > li > a,
  #header.transparent.header-md #topMain.nav-pills > li > a,
  #header.transparent.header-sm #topMain.nav-pills > li.active > a,
  #header.transparent.header-sm #topMain.nav-pills > li > a:hover,
  #header.transparent.header-md #topMain.nav-pills > li.active > a,
  #header.transparent.header-md #topMain.nav-pills > li > a:hover {
    color: #fff;
  }
}
@media only screen and (max-width: 1023px) {
  .fixed-top2 {
    position: fixed !important;
    top: 30px !important;
    border-bottom: rgba(0, 0, 0, 0.08) 1px solid !important;
  }
  .top_clear {
    clear: both;
    margin-bottom: 37px;
  }
  /* .top_clear2{
  	clear: both;
     	margin-bottom:60px;
  } */
  .top_clear1 {
    clear: both;
    margin-bottom: 92px;
  }
  #header ul.nav-second-main {
    border-left: rgba(0, 0, 0, 0.1) 1px solid;
    padding-left: 15px;
    transition: all 0.3s;
  }
  .shopbox {
    display: none !important;
  }
  .m2top {
    margin: 20px 8px 0 0 !important;
  }
  .breadcrumbs_bgtop {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#header ul.nav-second-main {
  border-left: rgba(0, 0, 0, 0.1) 1px solid;
  transition: all 0.3s;
}

#header.header-md ul.nav-second-main {
  margin-top: 23px;
}

#header ul.nav-second-main li {
  padding: 0px 10px;
  margin: 32px 0;
  transition: all 0.3s;
}

#header.fixed ul.nav-second-main li {
  z-index: 1;
  padding: 0px 10px;
  margin: 22px 0;
}

#header ul.nav-second-main li > a {
  background-color: transparent;
  padding: 0;
  color: #666;
  display: block;
}

#header ul.nav-second-main li i {
  font-size: 18px;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  opacity: 0.6;
  filter: alpha(opacity=60);
  transition: all 0.3s;
}

#header ul.nav-second-main li .badge {
  opacity: 1;
  z-index: 1;
  padding: 3px 6px;
}

#header ul.nav-second-main li:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 992px) {
  .menu_5_s {
    margin: 0px 8px 0 0 !important;
  }
  #header ul.nav-second-main {
    padding: 0px;
    border: 0;
  }
  /* #header ul.nav-second-main li {
  		padding:0;
  		padding-top:6px;
  	}
  */
  #header ul.nav-second-main {
    transition: all 0s;
  }
}
/** ************************************************************* **/
/* submenu */
#topNav ul.dropdown-menu {
  text-align: left;
  margin-top: 0;
  box-shadow: none;
  border: #eee 1px solid;
  border-top: #eee 0 solid;
  list-style: none;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 6px 12px;
  min-width: 200px;
  padding: 0;
  border-color: #1abc9c #fff #fff;
  transition: top 0.4s ease;
  border-radius: 0;
}

#topNav ul.dropdown-menu li {
  position: relative;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}

#topNav ul.dropdown-menu li:last-child {
  border-bottom: 0;
}

#topNav ul.dropdown-menu li img {
  width: 105px;
}

#topNav ul.dropdown-menu li a {
  margin: 0;
  padding: 7px 15px;
  font-weight: 400;
  line-height: 23px;
  color: #666;
  font-size: 12px;
  display: block;
  text-decoration: none;
}

#topNav ul.dropdown-menu > li a i {
  margin-right: 6px;
  font-size: 12px;
}

#topNav ul.dropdown-menu a.dropdown-toggle {
  background-position: right center;
  background-repeat: no-repeat;
}

#topNav ul.dropdown-menu a.dropdown-submenu {
  background-position: right center;
  background-repeat: no-repeat;
}

#topNav ul.dropdown-menu li.active > a,
#topNav ul.dropdown-menu li.active:hover > a,
#topNav ul.dropdown-menu li.active:focus > a,
#topNav ul.dropdown-menu li:hover > a,
#topNav ul.dropdown-menu li:focus > a,
#topNav ul.dropdown-menu li:focus > a {
  color: #000;
  background-color: rgba(0, 0, 0, 0.05);
}

#topNav ul.dropdown-menu li.divider {
  margin: -1px 0 0 0;
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#topNav .nav li:hover > ul.dropdown-menu {
  padding: 0;
  display: block;
  z-index: 100;
}

#topNav ul.dropdown-menu li .label {
  margin-top: 4px;
}

/* sub-submenu */
#topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}

/** ************************************************************* **/
/* onepage active link */
#topMain.nav-onepage > li.active > a {
  font-weight: bold;
}

/** Responsive Top Nav
	 ********************* **/
@media only screen and (max-width: 1023px) {
  .navbar-collapse {
    height: 100%;
  }
  form.mobile-search {
    display: block;
  }
  #topNav div.nav-main-collapse {
    padding: 0;
    margin: 0;
  }
  #topNav button.btn-mobile {
    display: block;
    float: right;
    margin-right: 0;
  }
  #header.transparent #topNav button.btn-mobile,
  #header.theme-color #topNav button.btn-mobile {
    color: #fff;
  }
  #topNav nav.nav-main {
    background-color: #fff;
  }
  #topNav div.nav-main-collapse,
  #topNav div.nav-main-collapse.in {
    width: 100%;
    margin: -1px 0 0 0;
  }
  #topNav div.nav-main-collapse {
    float: none;
    overflow-x: hidden;
    max-height: 350px;
  }
  #topNav div.nav-main-collapse.collapse {
    display: none !important;
  }
  #topNav div.nav-main-collapse.in {
    display: block !important;
  }
  #topNav div.nav-main-collapse {
    position: relative;
  }
  #topMain > li > a > span {
    display: none !important;
  }
  #topMain li {
    display: block !important;
    float: none;
    text-align: left;
    border-radius: 0;
  }
  #topMain li a {
    text-align: left;
    border: 0;
    height: auto;
    line-height: 15px;
    border-radius: 0;
  }
  #topMain > li:hover,
  #topMain > li:hover > a {
    border-top: 0 !important;
  }
  #topMain > li > a {
    height: auto;
    line-height: auto;
  }
  /* submenu */
  #topMain ul.dropdown-menu {
    position: static;
    clear: both;
    float: none;
    display: none !important;
    border-left: 0 !important;
    box-shadow: none;
  }
  #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
    display: block !important;
    margin-left: 30px;
    margin-right: 30px;
    padding: 20px 0;
    border-right: 0;
  }
  #topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
    border-left: 0;
  }
  #topNav ul.nav > li:hover > a:before,
  #topNav ul.nav > li.active > a:before {
    background-color: transparent;
  }
  #topNav ul.dropdown-menu > li:hover > ul.dropdown-menu {
    position: static;
  }
  #topNav div.submenu-dark ul.dropdown-menu {
    border-top: 0;
  }
  /** sub menu */
  #topNav nav.nav-main li.resp-active > ul.dropdown-menu {
    margin: 0;
    padding: 0;
  }
  #topNav nav.nav-main li > ul.dropdown-menu li img {
    width: 50px;
    float: left;
  }
  #topNav nav.nav-main li > ul.dropdown-menu li a.mp_2 {
    line-height: 18px;
    height: 60px;
    padding-bottom: 0px;
  }
  #topNav nav.nav-main li > ul.dropdown-menu li a {
    padding-left: 40px;
  }
  #topNav .dropdown-menu.pull-right,
  #topNav .dropdown-menu.pull-left {
    float: none !important;
  }
  /*手機選單*/
  .phone_menu {
    box-sizing: border-box;
    width: 100%;
    /* float: left; */
    margin-left: 0;
    margin-right: 0;
    height: 40px;
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    /* border-top:rgba(0,0,0,0.08) 1px solid !important; */
    /* position:fixed;
    top: 60px; */
    position: relative;
    z-index: 21;
    transition: all 0.2s;
  }
}
/*活動頁選購清單*/
.discount_toast #toast-container > div {
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
}

.discount_toast .toast-top-center {
  top: 45%;
  right: 0;
  width: 100%;
  text-align: center;
}

.gobuy_r {
  position: relative !important;
  width: 100%;
}

.gobuy_f {
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

#showbuy label:before {
  display: none !important;
}

#showbuy label {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}

#showbuy .toggle.active .fa-chevron-up {
  transform: scaleY(-1);
  filter: FlipV;
}

#t2 #con_no.container {
  width: 100% !important;
}

#showbuy .toggle {
  margin: 0 !important;
}

#t0 .pagination {
  margin: 0 !important;
}

#t2 {
  margin-bottom: 20px;
}

#showbuy .owl-carousel.buttons-autohide .owl-buttons {
  filter: Alpha(Opacity=100);
  opacity: 1;
}

label#checkshoplist {
  background: rgba(255, 255, 255, 0) !important;
  color: #ab8b64 !important;
  padding: 0;
  font-size: 14px;
  border: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: -47px;
  left: 10px;
  line-height: 80px;
  height: 45px;
  min-width: 70%;
  z-index: 1;
}

.discount_buybtn {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.discount_buytext {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

@media only screen and (max-width: 767px) {
  label#checkshoplist {
    min-width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  #topNav div.nav-main-collapse {
    max-height: 250px;
  }
}
@media only screen and (max-width: 360px) {
  .discount_buybtn {
    margin-top: 7px !important;
    margin-bottom: 7px !important;
  }
  label#checkshoplist {
    line-height: 63px;
    height: 40px;
  }
}
/*活動頁選購清單結束*/
/* Mega Menu */
#topNav #topMain > li.mega-menu {
  position: inherit;
  color: #fff;
}

#topNav #topMain > li.mega-menu > ul {
  max-width: 100%;
  width: 100%;
}

#topNav #topMain > li.mega-menu div.row {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

#topNav #topMain > li.mega-menu div.row div {
  display: table-cell;
  margin-left: -1px;
  display: table-cell;
  vertical-align: top;
  float: none;
  margin: 0;
  padding: 15px 0 0 0;
}

#topNav #topMain > li.mega-menu div.row > div:first-child {
  border-left: 0 !important;
}

#topNav #topMain > li.mega-menu div.row div > ul > li > span {
  color: #111;
  font-weight: bold;
  display: block;
  padding: 6px 15px 15px 15px;
}

#topNav #topMain > li.mega-menu div.row div:first-child {
  border-left: 0;
}

/* LIGHT SUBMENU */
#topNav ul.dropdown-menu a.dropdown-toggle {
  background-image: url("../images/submenu_light.png");
}

#topNav ul.dropdown-menu a.dropdown-submenu {
  background-image: url("../images/submenu_light.png");
}

/* DARK SUBMENU */
#topNav div.submenu-dark ul.dropdown-menu {
  background-color: #333;
}

#topNav div.submenu-dark ul.dropdown-menu a.dropdown-toggle {
  background-image: url("../images/submenu_dark.png");
}

#topNav div.submenu-dark ul.dropdown-menu a.dropdown-submenu {
  background-image: url("../images/submenu_dark.png");
}

#topNav div.submenu-dark ul.dropdown-menu li.active > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li.active:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:hover > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a,
#topNav div.submenu-dark ul.dropdown-menu li:focus > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

#topNav div.submenu-dark ul.dropdown-menu li.divider {
  background-color: rgba(255, 255, 255, 0.1);
}

#topNav div.submenu-dark ul.dropdown-menu > li a {
  color: #ccc;
}

#topNav div.submenu-dark #topMain > li.mega-menu div.row div > ul > li > span {
  color: #fff;
}

#topNav div.submenu-dark #topMain > li.mega-menu div.row div {
  border-left: rgba(0, 0, 0, 0.2) 1px solid;
}

/** Preloader
 **************************************************************** **/
#preloader {
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
}

.inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 54px;
  height: 54px;
  margin: auto;
}

.page-loader {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fefefe;
  z-index: 100000;
}

#preloader span.loader {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  text-indent: -12345px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  animation: spinner 700ms infinite linear;
  z-index: 100001;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/** Misc
 **************************************************************** **/
.img-hover {
  transition: all 0.4s;
}

.img-hover:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

ul.list-inline.list-separator > li:before {
  content: "/";
  display: inline-block;
  margin-right: 10px;
  opacity: 0.5;
}

ul.list-inline.list-separator > li:first-child:before {
  margin: 0;
  content: "";
}

/* .dropdown-menu {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
} */
.navbar-toggle {
  border: 0;
  border-radius: 0;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #111;
}

/* infinite scroll */
#infscr-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  line-height: 68px;
  font-size: 30px;
  text-align: center;
  color: #fff;
  margin: -34px 0 0 -34px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

form .row {
  margin-bottom: 20px;
}

form label {
  font-weight: normal;
}

table a {
  color: #666;
}

/* Featured OWL Carousel */
.owl-carousel.featured .thumbnail.pull-left {
  margin-right: 20px;
}

.owl-carousel.featured .thumbnail.pull-right {
  margin-left: 20px;
}

.owl-carousel.featured a {
  color: #333;
}

/*
	increment / decrement - quantity shop like
	<!-- QTY -->
	<span class="incrdcr">
		<a href="#" data-for="no" data-min="1" class="decr">-</a>
		<input id="no" type="text" name="qty" value="1" title="Number" >
		<a href="#" data-for="no" data-max="999" class="incr">+</a>
	</span>
	<!-- /QTY -->
*/
/* Link List - example: page-faq-4.html */
ul.list-links > li > a {
  color: #111;
  font-weight: 700;
  display: inline-block;
  padding: 3px 0;
  font-size: 16px;
}

ul.list-links > li > a > i {
  margin-right: 6px;
}

/* Slimscroll */
.slimScrollBar {
  border-radius: 0 !important;
}

/* Canvas Particles */
#canvas-particle {
  position: absolute;
}

/* Youtube Background */
#video-volume {
  bottom: 85px;
  left: 50%;
  margin: 0 0 0 -15px;
  position: absolute;
  z-index: 100;
  width: 30px;
  height: 30px;
  line-height: 26px;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #ffffff;
  cursor: pointer;
}

/* Text Rotator */
h1 > span.rotate,
h2 > span.rotate,
h3 > span.rotate,
h4 > span.rotate,
h5 > span.rotate,
h6 > span.rotate {
  color: inherit !important;
}

/* flot chart */
.flot-chart .legendLabel {
  padding: 0 8px;
}

/** Landing Page
 **************************************************************** **/
form.landing-form {
  padding: 30px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.3);
}

/** Aside
 **************************************************************** **/
.tab-post {
  padding-bottom: 20px;
  margin: 0 0 20px 0;
  border-bottom: rgba(0, 0, 0, 0.06) 1px solid;
}

.tab-post a {
  color: #666;
  text-decoration: none;
}

.tab-post small {
  display: block;
  font-size: 12px;
}

/** Aside Navigation
	 ********************* **/
ul.side-nav span.badge {
  float: right;
  margin-top: 3px;
  font-weight: 400;
}

ul.side-nav > li > span.badge {
  margin-top: 12px;
  margin-right: 6px;
}

ul.side-nav li.list-group-item > a > .label {
  margin-right: 20px;
}

ul.side-nav li {
  list-style: none;
}

ul.side-nav ul {
  margin: 0 0 20px 0;
  padding: 0;
}

ul.side-nav ul li {
  padding: 0 15px;
}

ul.side-nav ul li:last-child {
  border-bottom: 0;
}

ul.side-nav a {
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 13px;
  letter-spacing: 1px;
}

ul.side-nav a i.fa {
  width: 10px;
}

ul.side-nav ul li a {
  padding: 3px;
  font-size: 12px;
}

ul.side-nav > li {
  padding: 0;
}

ul.side-nav > li > a {
  padding: 7px 10px;
}

ul.side-nav > li.list-group-item.active {
  border: 0;
  background-color: transparent;
}

ul.side-nav > li.active > a {
  background-color: transparent;
}

ul.side-nav li.list-toggle.active:after,
ul.side-nav > li.active > a {
  font-weight: 700;
}

ul.side-nav li.list-toggle:after {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  font-size: 15px;
  right: 10px;
  top: 7px;
  font-weight: normal;
  color: #999;
}

ul.side-nav li.list-toggle.active:after {
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-weight: 900;
}

ul.side-nav .list-group-item {
  background-color: rgba(0, 0, 0, 0);
  border-left: 0;
  border-right: 0;
  border-radius: 0;
}

/** Image Hover
 **************************************************************** **/
.image-hover:hover > img {
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  /* IE 5-7 */
  filter: alpha(opacity=70);
  /* Netscape */
  -moz-opacity: 0.7;
  /* Safari 1.x */
  -khtml-opacity: 0.7;
  /* Good browsers */
  opacity: 0.7;
}

/* Rotator Plugin */
.rotating {
  display: inline-block;
  transform-style: preserve-3d;
  transform: rotateX(0) rotateY(0) rotateZ(0);
  transition: 0.5s;
  -webkit-transform-origin-x: 50%;
}

.rotating.flip {
  position: relative;
}

.rotating .front,
.rotating .back {
  left: 0;
  top: 0;
  backface-visibility: hidden;
}

.rotating .front {
  position: absolute;
  display: inline-block;
  transform: translate3d(0, 0, 1px);
}

.rotating.flip .front {
  z-index: 1;
}

.rotating .back {
  display: block;
  opacity: 0;
}

.rotating.spin {
  transform: rotate(360deg) scale(0);
}

.rotating.flip .back {
  z-index: 2;
  display: block;
  opacity: 1;
  transform: rotateY(180deg) translate3d(0, 0, 0);
}

.rotating.flip.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 0);
}

.rotating.flip.cube .front {
  transform: translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube .back {
  transform: rotateY(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

.rotating.flip.cube.up .back {
  transform: rotateX(180deg) translate3d(0, 0, 100px) scale(0.85, 0.85);
}

/** Sliders
 **************************************************************** **/
section#slider {
  display: block;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background-color: #151515;
  overflow: hidden !important;
  border-bottom: 0;
  z-index: 0;
  transition: all 0s;
}

section#slider.transparent {
  background-color: transparent;
}

section#slider.parallax-slider:before {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

section#slider .slider-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

section#slider .slider-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
}

section#slider canvas {
  width: auto !important;
  height: auto !important;
}

section#slider a:hover {
  color: #fff;
}

/* slider form */
section#slider form .btn {
  margin: 0;
}

section#slider input {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}

section#slider .input-group-addon:first-child {
  color: #ccc;
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(255, 255, 255, 0.3);
}

section#slider form.validate input.error {
  color: #333;
}

section#slider input:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

section#slider .btn-default {
  background-color: rgba(0, 0, 0, 0.2);
  border-color: rgba(255, 255, 255, 0.5);
}

#slider h1,
.slider h1,
#slider h2,
.slider h2,
#slider h3,
.slider h3,
#slider h4,
.slider h4,
#slider h5,
.slider h5,
#slider h6,
.slider h6 {
  color: #fff;
}

/* slider top links */
#slider .slider-links,
.slider .slider-links {
  position: absolute;
  z-index: 100;
  color: #fff;
}

#slider .slider-links li,
.slider .slider-links li {
  vertical-align: top;
  text-align: left;
  font-size: 22px;
  color: #ddd;
  font-style: italic;
}

#slider .slider-links li a,
.slider .slider-links li a {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  margin-left: 15px;
  overflow: hidden;
  padding: 6px 0;
  padding-left: 15px;
  text-transform: uppercase;
  max-width: 220px;
  display: inline-block;
  text-align: left;
  max-height: 62px;
  text-shadow: none;
  opacity: 1;
  filter: alpha(opacity=100);
}

#slider .slider-links li:hover a,
.slider .slider-links li:hover a {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/* shadows - over image */
#slider .top-shadow,
.slider .top-shadow {
  padding: 50px 30px;
  min-height: 150px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 80;
  background-image: linear-gradient(to top, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.4) 50%, rgba(51, 51, 51, 0.6) 100%);
}

#slider .bottom-shadow,
.slider .bottom-shadow {
  padding: 50px 30px;
  min-height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 80;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0, rgba(51, 51, 51, 0.4) 50%, rgba(51, 51, 51, 0.6) 100%);
}

/** Flex Slider **/
.flexslider[data-arrowNav=false] ul.flex-direction-nav {
  display: none !important;
}

/** Swiper Slider
	 ************************* **/
.swiper-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.swiper-slide {
  color: #fff;
  font-size: 18px;
  background: #fff;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-size: cover;
  box-sizing: border-box;
}

.swiper-pagination-bullet {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  transition: all 0.2s;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.swiper-caption {
  color: #fff;
  position: absolute;
  opacity: 0.85;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  line-height: 20px;
  padding: 30px 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=0);
}

@media only screen and (max-width: 480px) {
  .swiper-caption {
    font-size: 15px;
  }
}
.swiper-container.has-fixed-footer .swiper-button-next,
.swiper-container.has-fixed-footer .swiper-button-prev {
  margin-top: -80px;
}

/** Nivo Slider
	 ************************* **/
.nivo-controlNav {
  display: none1;
}

.nivo-caption {
  left: 20px;
  bottom: 20px;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding: 6px 15px 8px 15px;
  opacity: 1;
  width: auto;
  max-width: 500px;
  font-size: 21px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}

.nivo-controlNav {
  text-align: center;
  padding: 20px 0;
}

.nivo-controlNav a {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("../images/plugins/slider.nivo/bullets.png") no-repeat;
  text-indent: -9999px;
  border: 0;
  margin: 0 2px;
}

.nivo-controlNav a.active {
  background-position: 0 -22px;
}

@media only screen and (max-width: 768px) {
  .nivo-caption {
    display: none;
  }
}
/** Camera Slider
	 ************************* **/
.camera_wrap {
  overflow: hidden;
}

.camera_wrap .camera_pag .camera_pag_ul {
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: -8px;
  list-style: none;
}

.camera_caption {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.camera_commands {
  display: none !important;
}

.camera_pie canvas {
  margin: 10px;
}

@media only screen and (max-width: 768px) {
  .camera_caption {
    display: none !important;
  }
}
/** Elastic Slider
	 ************************* **/
.ei-title h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.ei-title h3 {
  font-size: 60px;
  line-height: 60px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 300;
  color: #fff;
  margin: 0;
}

.ei-slider-thumbs {
  margin: 0 auto;
  padding: 0;
  top: -30px;
  position: relative;
  z-index: 10;
  height: 4px;
}

.ei-slider-thumbs li:hover img {
  bottom: 4px;
}

.ei-container-thumbs {
  display: block;
}

.ei-slider-thumbs li {
  border-left: transparent 6px solid;
}

.ei-slider-thumbs li a {
  background-color: #fff;
  box-shadow: none;
}

.ei-slider-thumbs li img {
  -webkit-box-reflect: none;
  -ms-filter: none;
  filter: none;
}

@media only screen and (max-width: 768px) {
  .ei-title {
    display: none;
  }
}
/** Revolution Slider
	 ************************* **/
.tp-caption {
  text-shadow: #000 1px 1px 1px;
}

.tp-caption.text_white,
.tp-caption.text_black,
.tp-caption.block_white,
.tp-caption.block_theme_color,
.tp-caption.block_black {
  white-space: nowrap;
  line-height: 34px;
  border-width: 0px;
  margin: 0px;
  padding: 1px 10px;
  letter-spacing: 0px;
  font-size: 22px;
  color: #fff;
  text-shadow: none;
}

.tp-caption.block_white {
  background-color: #fff;
}

.tp-caption.block_black {
  background-color: #000;
}

.tp-caption.text_white {
  color: #fff;
}

.tp-caption.text_black {
  color: #111;
}

.tp-bannertimer {
  background: rgba(0, 0, 0, 0.5) !important;
  height: 2px !important;
}

.tparrows.round:before {
  font-family: "revicons";
}

.tparrows {
  top: 50% !important;
  margin-top: -25px;
}

.tparrows.preview1 {
  margin-top: -50px !important;
}

.tparrows.preview4 {
  margin-top: -50px !important;
}

.tparrows.preview2 {
  line-height: 1;
}

.tparrows:hover {
  color: #fff;
}

.tp-leftarrow.round:before {
  content: "\e824";
}

.tp-rightarrow.round:before {
  content: "\e825";
}

.tparrows.tp-rightarrow:before {
  margin-left: 1px;
}

/* bullets */
.tp-bullets.simplebullets.round {
  bottom: 20px !important;
}

.tp-bullets.simplebullets.round .bullet {
  background: none;
  background-color: #fff;
  height: 5px;
}

.tp-bullets.simplebullets.round .bullet.selected {
  background-color: #000;
}

/* revslider 5+ */
.rev_slider_wrapper.arrows-bottom .tparrows {
  top: 100% !important;
}

.rev_slider_wrapper .tp-caption {
  text-shadow: none;
}

.rev_slider_wrapper .inner {
  bottom: inherit !important;
  right: auto !important;
  width: auto !important;
  height: auto !important;
}

.tp-tabs,
.tp-tab-mask,
.tp-thumb-mask {
  z-index: 1001;
}

.tp-thumbs {
  width: auto;
}

/** Layer Slider
	 ************************* **/
.ls-borderlessdark .ls-thumbnail-inner,
div.ls-thumbnail-slide-container {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
}

.ls-thumbnail-slide img {
  width: 100%;
}

.ls-container .ls-thumbnail-wrapper {
  margin-bottom: 100px;
}

/** Slider Featured Text
	 ************************ **/
#slider div.slider-featured-text {
  padding: 30px;
}

#slider div.slider-featured-text h1 {
  text-shadow: rgba(33, 33, 33, 0.5) 1px 1px 3px;
  font-size: 90px;
  line-height: 90px;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

#slider div.slider-featured-text h2 {
  text-shadow: #333 1px 1px 3px;
  font-size: 30px;
  line-height: 30px;
}

#slider div.slider-featured-text h1 em,
#slider div.slider-featured-text h2 em {
  font-style: normal;
}

#slider div.slider-featured-text .btn {
  color: #333 !important;
  background-color: #fff !important;
  border: 0 !important;
}

#slider div.slider-featured-text .btn:hover,
#slider div.slider-featured-text .btn:active {
  opacity: 0.9;
}

@media only screen and (max-width: 768px) {
  #slider div.slider-featured-text {
    text-align: center !important;
    width: 100%;
  }
  #slider div.slider-featured-text h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  #slider div.slider-featured-text h2 {
    font-size: 27px;
    line-height: 27px;
    text-align: center;
  }
}
/** **/
#slider img.img-responsive {
  display: inline-block;
}

#slider h1,
#slider h2,
#slider h3,
#slider h4,
#slider h5,
#slider h6,
#slider p {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.16) 1px 1px 1px;
}

#slider h1 {
  font-size: 60px;
  line-height: 60px;
}

#slider h2 {
  font-size: 40px;
  line-height: 40px;
}

#slider h3 {
  font-size: 30px;
  line-height: 30px;
}

#slider .btn {
  margin-top: 30px;
}

#slider .btn-default,
.slider .btn-default {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
  border-width: 2px;
}

#slider .btn-default:hover,
.slider .btn-default:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

#slider .btn,
.slider .btn {
  color: #fff !important;
}

@media only screen and (max-width: 768px) {
  #slider h1 {
    font-size: 30px;
    line-height: 35px;
    text-align: center;
  }
  #slider h2 {
    font-size: 27px;
    line-height: 27px;
    text-align: center;
  }
  #slider h3 {
    font-size: 20px;
    line-height: 20px;
    text-align: center;
  }
}
/** Standard Forms Messages
	USAGE:
		<p id="alert_success" class="alert alert-success alert-mini">Message sent! Thank You!</p>
 **************************************************************** **/
#alert_newsletter,
#alert_mandatory,
#alert_success,
#alert_failed {
  display: none;
}

/** Portfolio
 **************************************************************** **/
/* do not move from here - we rewrite this below */
.item-box-desc h2,
.item-box-desc h3,
.item-box-desc h4,
.item-box-desc h5 {
  font-size: 18px;
  line-height: 21px;
  margin: 0;
  padding: 0;
}

.item-box .owl-carousel {
  margin-top: 0px !important;
}

#portfolio {
  overflow: hidden;
}

#portfolio h2,
#portfolio h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  color: #111;
}

#portfolio .portfolio-item h2,
#portfolio .portfolio-item h3 {
  text-overflow: ellipsis;
  white-space: nowrap;
}

#portfolio div.col-md-3 h2,
#portfolio div.col-md-3 h3 {
  font-size: 18px;
  line-height: 18px;
}

#portfolio div.col-md-5th h2,
#portfolio div.col-md-5th h3 {
  font-size: 15px;
  line-height: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#portfolio div.col-md-2 h2,
#portfolio div.col-md-2 h3 {
  font-size: 13px;
  line-height: 13px;
}

#portfolio div.col-md-2 .item-box-desc,
#portfolio div.col-md-2 .item-box-desc {
  padding: 20px 6px 0 15px !important;
}

#portfolio.portfolio-title-over div.col-md-2 .item-box .item-hover .inner {
  margin-top: -20px !important;
}

#portfolio div.col-md-2 ul.categories > li > a,
#portfolio div.col-md-5th ul.categories > li > a {
  font-size: 11px;
  line-height: 11px;
}

#portfolio .mix-grid > .row.mix {
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

#portfolio .mix-grid > .row.mix:last-child {
  border-bottom: 0;
}

#portfolio .mix-grid > .row > div:last-child {
  margin-bottom: 0 !important;
}

#portfolio .item-box-desc h2,
#portfolio .item-box-desc h3 {
  font-size: 18px;
  line-height: 20px;
}

#portfolio .item-box-overlay-title {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  z-index: 100;
}

#portfolio .item-box-overlay-title h2,
#portfolio .item-box-overlay-title h3,
#portfolio .item-box-overlay-title h4,
#portfolio .item-box-overlay-title a {
  color: #fff;
}

#portfolio .item-box-overlay-title a:hover {
  color: #fff !important;
}

#portfolio .controlls-over .owl-pagination {
  bottom: auto;
  top: 10px;
  right: 10px;
  left: auto;
  width: auto;
}

@media only screen and (max-width: 992px) {
  #portfolio div.col-md-5 > h2,
  #portfolio div.col-md-5 > h3 {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 480px) {
  #portfolio.portfolio-title-over .item-box .item-hover .inner {
    margin-top: -40px !important;
  }
}
/** Gutter
	 ****************** **/
#portfolio.portfolio-gutter .item-box {
  margin-bottom: 30px;
}

#portfolio.portfolio-nogutter .row > div,
#portfolio.portfolio-nogutter .item-box {
  padding: 0 !important;
  margin: 0 !important;
}

#portfolio.portfolio-gutter .item-box .item-box-desc {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/** Isotope Portfolio
	 ****************** **/
#portfolio.portfolio-isotope {
  display: block;
  margin: auto;
  width: 100%;
}

#portfolio.portfolio-isotope .item-box-desc {
  margin-bottom: 0;
}

#portfolio.portfolio-isotope-3 .portfolio-item.has-title .inner,
#portfolio.portfolio-isotope-4 .portfolio-item.has-title .inner,
#portfolio.portfolio-isotope-5 .portfolio-item.has-title .inner {
  margin-top: -36px !important;
}

#portfolio.portfolio-isotope-6 .portfolio-item.has-title .inner {
  margin-top: -26px !important;
}

/* 2 columns */
#portfolio.portfolio-isotope-2 .portfolio-item {
  margin: 0 20px 20px 0;
  float: left;
}

#portfolio.portfolio-isotope-2 .item-box-desc {
  padding: 20px;
}

/* 3 columns */
#portfolio.portfolio-isotope-3 .portfolio-item {
  margin: 0 15px 15px 0;
}

#portfolio.portfolio-isotope-3 .item-box-desc {
  padding: 20px;
}

/* 4 columns */
#portfolio.portfolio-isotope-4 .portfolio-item {
  margin: 0 12px 12px 0;
}

#portfolio.portfolio-isotope-4 .portfolio-item h3,
#portfolio.portfolio-isotope-4 .portfolio-item h4 {
  font-size: 17px;
  line-height: 17px;
}

#portfolio.portfolio-isotope-4 .item-box-desc {
  padding: 20px 10px 20px 10px;
}

/* 5 columns */
#portfolio.portfolio-isotope-5 .portfolio-item {
  margin: 0 10px 10px 0;
}

#portfolio.portfolio-isotope-5 .portfolio-item h3,
#portfolio.portfolio-isotope-5 .portfolio-item h4 {
  font-size: 16px;
  line-height: 16px;
}

#portfolio.portfolio-isotope-5 .item-box-desc {
  padding: 20px 10px 20px 10px;
}

/* 6 columns */
#portfolio.portfolio-isotope-6 .portfolio-item {
  margin: 0 6px 6px 0;
}

#portfolio.portfolio-isotope-6 .portfolio-item h3,
#portfolio.portfolio-isotope-6 .portfolio-item h4 {
  font-size: 15px;
  line-height: 15px;
}

#portfolio.portfolio-isotope-6 .item-box-desc {
  padding: 20px 10px 20px 10px;
}

#portfolio.portfolio-isotope.portfolio-nogutter .portfolio-item {
  margin: 0;
}

/** Ajax Portfolio
	 ****************** **/
#portfolio_ajax_container {
  position: relative;
}

#portfolio_ajax_container .overlay > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 68px;
  height: 68px;
  line-height: 76px;
  text-align: center;
  margin: -34px 0 0 -34px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 3px;
}

#portfolio_ajax_container .overlay > span > i {
  color: #fff;
  font-size: 30px;
}

div.portfolio-ajax-page {
  margin-bottom: 80px;
  padding: 10px 0;
}

div.portfolio-ajax-page header {
  position: relative;
}

div.portfolio-ajax-page header > ul {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

div.portfolio-ajax-page header > ul a {
  font-size: 18px;
}

div.portfolio-ajax-page header > ul a.portfolio-ajax-close {
  margin-left: 20px;
}

div.portfolio-ajax-page header a {
  color: #888;
  text-decoration: none;
}

div.portfolio-ajax-page header a:hover {
  color: #000;
}

div.portfolio-ajax-page header h2,
div.portfolio-ajax-page header h3 {
  margin: 0;
}

@media only screen and (max-width: 768px) {
  div.portfolio-ajax-page header {
    text-align: center;
  }
  div.portfolio-ajax-page header > ul {
    position: relative;
    margin-top: 30px;
  }
  div.portfolio-ajax-page header h2,
  div.portfolio-ajax-page header h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
/** Portfolio Single
	 ****************** **/
ul.portfolio-detail-list span {
  display: inline-block;
  font-weight: bold;
  width: 150px;
}

ul.portfolio-detail-list span > i {
  position: relative;
  top: 1px;
  width: 14px;
  text-align: center;
  margin-right: 7px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #333;
  background-color: rgba(0, 0, 0, 0.07);
}

/** Blog
 **************************************************************** **/
.blog-post-item {
  display: block;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: #ececec 1px solid;
  position: relative;
}

h1.blog-post-title,
.blog-post-item h2 {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
}

ul.blog-post-info {
  display: block;
  border-bottom: rgba(236, 236, 236, 0.4) 1px solid;
  padding-bottom: 10px;
}

ul.blog-post-info li {
  margin-right: 0px;
}

ul.blog-post-info li > a {
  color: #888;
}

ul.blog-post-info li i {
  color: #888;
  margin-right: 5px;
}

ul.blog-post-info li a:after {
  content: " , ";
}

ul.blog-post-info li a:last-child:after {
  content: "";
}

/* blog misc */
.blog-post-item .flexslider {
  margin-bottom: 20px;
}

h1.blog-post-title {
  font-size: 24px;
  margin-bottom: 0;
}

/** Comments
 **************************************************************** **/
.comments {
  margin-top: 60px;
}

.comments .comment-item {
  margin: 40px 0;
}

.comments a.comment-reply {
  float: right;
  font-size: 11px;
  text-transform: uppercase;
}

.comments span.user-avatar {
  background: #eee;
  width: 64px;
  height: 64px;
  float: left;
  margin-right: 10px;
}

.comments small {
  font-size: 12px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #aaa;
}

.comments h4 {
  font-size: 15px;
}

/* BORDERED COMMENTS */
.comment-list p,
.comment-list .row {
  margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
  padding: 4px 15px;
  position: absolute;
  border: none;
  border-top-right-radius: 0px;
  top: 1px;
}

.comment-list .panel .panel-heading.right {
  border-right-width: 0px;
  border-top-left-radius: 0px;
  right: 16px;
}

.comment-list .panel .panel-heading .panel-body {
  padding-top: 6px;
}

.comment-list figcaption {
  /*For wrapping text in thumbnail*/
  word-wrap: break-word;
}

/* Portrait tablets and medium desktops */
@media (min-width: 768px) {
  .comment-list .arrow:after,
  .comment-list .arrow:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent;
  }
  .comment-list .panel.arrow.left:after,
  .comment-list .panel.arrow.left:before {
    border-left: 0;
  }
  /*****Left Arrow*****/
  .comment-list .panel.arrow.left:before {
    left: 0px;
    top: 30px;
    border-right-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.left:after {
    left: 1px;
    top: 31px;
    border-right-color: #ffffff;
    border-width: 15px;
  }
  /*****Right Arrow*****/
  .comment-list .panel.arrow.right:before {
    right: -16px;
    top: 30px;
    border-left-color: inherit;
    border-width: 16px;
  }
  /*Background color effect*/
  .comment-list .panel.arrow.right:after {
    right: -14px;
    top: 31px;
    border-left-color: #ffffff;
    border-width: 15px;
  }
}
.comment-list .comment-post {
  margin-top: 6px;
}

/*
	article default comments
	usage example: page-profile-comments.html
*/
ul.comment {
  margin-bottom: 30px;
}

li.comment {
  position: relative;
  margin-bottom: 25px;
  font-size: 13px;
}

li.comment p {
  margin: 0;
  padding: 0;
}

li.comment img.avatar {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
}

li.comment.comment-reply img.avatar {
  left: 6px;
  top: 6px;
}

li.comment .comment-body {
  position: relative;
  padding-left: 60px;
}

li.comment.comment-reply {
  margin-left: 60px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 6px;
  margin-bottom: 6px;
}

li.comment a.comment-author {
  margin-bottom: 6px;
  display: block;
}

li.comment a.comment-author span {
  font-size: 15px;
}

/** Timeline
 **************************************************************** **/
.timeline {
  position: relative;
  padding-left: 100px;
}

.timeline.timeline-inverse {
  padding-left: 0;
  padding-right: 100px;
}

.timeline .timeline-item {
  position: relative;
  min-height: 150px;
  display: block;
  margin-bottom: 30px;
}

.timeline .timeline-item-bordered {
  border-left: #ccc 1px dashed;
  padding-left: 20px;
}

.timeline.timeline-inverse .timeline-item-bordered {
  border-right: #ccc 1px dashed;
  border-left: 0;
  padding-right: 20px;
  padding-left: 0;
}

/* horizontal line [left|center|right] */
.timeline > .timeline-hline {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: 30px;
  width: 1px;
  border-left: rgba(0, 0, 0, 0.1) 1px dashed;
  height: 100%;
}

.timeline.timeline-inverse > .timeline-hline {
  left: auto;
  right: 0;
  margin-left: 0;
  margin-right: 30px;
  border-left: 0;
  border-right: rgba(0, 0, 0, 0.1) 1px dashed;
}

/* timeline entry */
.timeline .timeline-entry {
  display: block;
  border: rgba(0, 0, 0, 0.1) 3px solid;
  background-color: #fff;
  padding-top: 10px;
  top: 20px;
  z-index: 10;
  position: absolute;
  left: -102px;
  right: auto;
  width: 64px;
  height: 64px;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  color: #ccc;
  font-weight: bold;
  font-family: "Lato", "Open Sans", Arial, Helvetica, sans-serif;
}

.timeline .timeline-entry > .timeline-vline {
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  width: 40px;
  height: 0;
  border-top: 1px dashed #ccc;
}

.timeline.timeline-inverse .timeline-entry {
  right: -102px;
  left: auto;
}

.timeline.timeline-inverse .timeline-entry > .timeline-vline {
  right: auto;
  left: -40px;
}

.timeline .timeline-entry > span {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

section.alternate .timeline .timeline-entry {
  background-color: #f9f9f9;
}

/* timeline center */
.timeline_center {
  margin: 0;
  position: relative;
  background: url("../images/timeline/timeline_top.png") no-repeat top center;
  padding-top: 9px;
}

.timeline_center:after {
  content: "";
  width: 0px;
  height: 0px;
  border-width: 3px;
  border-style: solid;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
  display: block;
  z-index: 1;
  border-radius: 100%;
}

.timeline_center li {
  padding: 0 0 25px 55%;
  position: relative;
  background: url("../images/timeline/timeline_right.png") no-repeat top center;
}

.timeline_center li:nth-child(even) {
  padding: 0 55% 25px 0;
  background: url("../images/timeline/timeline_left.png") no-repeat top center;
  text-align: right;
}

.timeline_center li h3 {
  font-size: 30px;
  line-height: 35px;
}

.timeline_center li h3 span {
  position: absolute;
  right: 55%;
  top: 0px;
  font-size: 13px;
}

.timeline_center li h3:before {
  content: "";
  width: 15px;
  height: 15px;
  border-width: 4px;
  border-style: solid;
  position: absolute;
  left: 50%;
  top: 11px;
  margin-left: -7px;
  display: block;
  z-index: 1;
  border-radius: 100%;
}

.timeline_center li:nth-child(even) h3 {
  text-align: right;
}

.timeline_center li:nth-child(even) h3 span {
  left: 55%;
  right: auto;
}

.timeline_center li .timeline-desc {
  position: relative;
  font-size: 15px;
  line-height: 31px;
}

.timeline_center li .timeline-desc:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: -122%;
  top: 0;
}

.timeline_center li .timeline-desc.timeline-desc-line {
  background: url("../images/timeline/textline.png") repeat-y;
}

.timeline_center li:nth-child(even) .timeline-desc:before {
  left: auto;
  right: -122%;
}

.timeline_center li:nth-child(even) .timeline-desc {
  text-align: right;
}

.timeline_center li h3:before,
.timeline_center:after {
  border-color: #333;
}

@media only screen and (max-width: 650px) {
  .timeline_center {
    background-position: 11px top;
  }
  .timeline_center li {
    padding: 0 0 25px 70px !important;
    background: url("../images/timeline/timeline_right.png") no-repeat !important;
    background-position: -30px top !important;
    width: auto;
  }
  .timeline_center li h3 span {
    position: relative;
    display: block;
    right: auto;
    left: auto;
    padding: 5px 0 !important;
    margin: 0;
  }
  .timeline_center li:nth-child(even) h3 span {
    position: relative;
    display: block;
    right: auto;
    left: auto;
    padding: 0;
    margin: 0;
  }
  .timeline_center li h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .timeline_center li h3,
  .timeline_center li:nth-child(even) h3 {
    text-align: left;
  }
  .timeline_center li h3:before {
    left: 13px;
  }
  .timeline_center li .timeline-desc,
  .timeline_center li:nth-child(even) .timeline-desc {
    text-align: left;
  }
  .timeline_center li .timeline-desc:before {
    display: none;
  }
  .timeline_center:after {
    left: 13px;
  }
}
/** Contact
 **************************************************************** **/
.contact-over-map {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}

.contact-over-box {
  position: relative;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  max-width: 380px;
  min-height: 300px;
  padding: 20px;
  box-shadow: #888 0 0 16px;
  border-radius: 3px;
}

@media only screen and (max-width: 992px) {
  form div.col-xs-6 > button {
    margin: 0 !important;
  }
}
/** Responsive
 **************************************************************** **/
@media only screen and (max-width: 992px) {
  #header.header-sm #topNav button.btn-mobile {
    margin-top: 16px;
  }
  #header.header-sm #topNav button.btn-mobile {
    margin-top: 11px;
  }
  #topNav #topMain > li.mega-menu div.row div {
    display: block !important;
    border: 0 !important;
  }
  .block-md {
    display: block;
  }
  .text-center-md {
    text-align: center !important;
    float: none !important;
  }
  #header .nav-second-main .quick-cart-box,
  #header .nav-second-main .search-box {
    box-shadow: none !important;
  }
  /* fullwidth button fix */
  body > .btn.fullwidth,
  #wrapper > .btn.fullwidth {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    white-space: pre; /* CSS 2.0 */
    white-space: pre-wrap; /* CSS 2.1 */
    white-space: pre-line; /* CSS 3.0 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    white-space: -moz-pre-wrap; /* Mozilla */
    white-space: -hp-pre-wrap; /* HP Printers */
    word-wrap: break-word; /* IE 5+ */
  }
  body > .btn.fullwidth > span,
  #wrapper > .btn.fullwidth > span {
    line-height: 30px !important;
  }
}
@media only screen and (max-width: 768px) {
  #header.transparent + #slider h1 {
    margin-top: 80px !important;
  }
  section div.row.lightbox > div {
    margin-bottom: 0;
  }
  .block-sm {
    display: block;
  }
  .text-center-md {
    text-align: center !important;
  }
  form.landing-form > div {
    margin-bottom: 5px !important;
  }
  /* .phone_menu0,.phone_menu_attr0{
  		top:100px;
  	}
  .phone_menu1,.phone_menu_attr1{
  		top:60px;
  	}
  .phone_menu2,.phone_menu_attr2{
  		top:91px;
  	}
  .phone_menu3,.phone_menu_attr3{
  		top:60px;
  	} */
}
@media (max-width: 991px) {
  .phone_menu_attr0,
  .phone_menu_attr1,
  .phone_menu_attr2,
  .phone_menu_attr3 {
    box-sizing: border-box;
    width: 100%;
    /* float: left; */
    margin-left: 0;
    margin-right: 0;
    height: 40px;
    box-shadow: 0 4px 5px -5px rgba(0, 0, 0, 0.2);
    background: #ffffff;
    border-top: rgba(0, 0, 0, 0.08) 1px solid !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s;
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .mobile-block {
    display: block;
    float: none !important;
    position: relative;
  }
  .mobile-block > .social-icon {
    float: none !important;
  }
  .block-xs {
    display: block;
  }
  .text-center-xs {
    text-align: center !important;
    float: none !important;
  }
  .modal-short {
    max-height: 320px;
    overflow: auto;
  }
  .size-50 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .size-40 {
    font-size: 30px !important;
    line-height: 36px !important;
  }
  .size-30 {
    font-size: 23px !important;
    line-height: 26px !important;
  }
}
.row.show-grid,
.row.show-grid > div {
  padding: 0;
}

/*文章版型日曆*/
.article_calender {
  height: 50px;
  color: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 20px;
  line-height: 50px;
  padding-top: 10px;
  border-top: #fff solid 1px;
}

.article_calender_date {
  height: 60px;
  color: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 35px;
  line-height: 60px;
}

.article_calender_box {
  width: 120px;
  height: 120px;
  background-color: #ffbc79;
  border-radius: 60px;
  text-align: center;
}

.article_calender2 {
  height: 50px;
  color: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 12px;
  line-height: 20px;
  border-top: #fff solid 1px;
}
@media (max-width: 575px) {
  .article_calender2 {
    display: inline-block;
    height: auto;
    line-height: inherit;
    border-top: none;
    margin-right: 9px;
    font-size: 16px;
    color: #383b3f;
    font-weight: bold;
  }
}

.article_calender2_date {
  height: 30px;
  color: #fff;
  font-family: "Arial Black", Gadget, sans-serif;
  font-size: 25px;
  line-height: 25px;
}
@media (max-width: 575px) {
  .article_calender2_date {
    display: inline-block;
    font-size: 16px;
    height: auto;
    line-height: inherit;
    color: #383b3f;
    font-weight: bold;
  }
}

.article_calender2_box {
  width: 65px;
  background-color: #383b3f;
  text-align: center;
  padding: 8px 10px;
  margin: auto;
}
@media (max-width: 575px) {
  .article_calender2_box {
    width: 100%;
    padding: 4px 0px;
    display: flex;
    flex-direction: row-reverse;
    vertical-align: baseline;
    justify-content: flex-end;
    background-color: unset;
  }
}

.cart_check {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
}

/*購物車步驟↓*/
@media only screen and (min-width: 1025px) {
  .shopping_steps {
    width: 510px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 68px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1023px) {
  .link-list {
    width: 100% !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .shopping_steps {
    width: 510px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 68px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 736px) and (max-width: 768px) {
  .shopping_steps {
    width: 510px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 601px) and (max-width: 735px) {
  .shopping_steps {
    width: 510px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 150px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 65px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 569px) and (max-width: 600px) {
  .shopping_steps {
    width: 410px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 115px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 115px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 48px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 48px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 481px) and (max-width: 568px) {
  .shopping_steps {
    width: 480px;
    text-align: center;
    font-size: 1.2em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 140px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal {
    width: 140px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 400;
    color: #ccc;
    margin-right: 5px;
    margin-left: 5px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 62px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 62px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 415px) and (max-width: 480px) {
  .shopping_steps {
    width: 360px;
    text-align: center;
    font-size: 1em;
    color: #333;
    height: 72px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 80px;
    line-height: 18px;
    height: 60px;
    float: left;
    position: relative;
    font-weight: 700;
    margin-right: 15px;
    margin-left: 15px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 26px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 31px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 31px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow i {
    line-height: 50px;
    color: #ccc;
    font-size: 12px;
  }
  .shopping_steps .step_normal {
    width: 80px;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 400;
    margin-right: 15px;
    margin-left: 15px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 385px) and (max-width: 414px) {
  .shopping_steps {
    width: 385px;
    text-align: center;
    font-size: 1em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 30%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 700;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 15px;
    height: 15px;
    float: left;
    margin-top: 26px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 41%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 41%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow i {
    line-height: 1;
    color: #ccc;
    font-size: 12px;
  }
  .shopping_steps .step_normal {
    width: 30%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 400;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 321px) and (max-width: 384px) {
  .shopping_steps {
    width: 320px;
    text-align: center;
    font-size: 1em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 30%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 700;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 22px;
    height: 15px;
    float: left;
    margin-top: 26px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow i {
    line-height: 1;
    color: #ccc;
    font-size: 12px;
  }
  .shopping_steps .step_normal {
    width: 30%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 400;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
@media only screen and (min-width: 241px) and (max-width: 320px) {
  /*iPone5*/
  .shopping_steps {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 31%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 700;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 22px;
    height: 15px;
    float: left;
    margin-top: 26px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40%;
    font-size: 15px;
    line-height: 20px;
    width: 70px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    width: 70px;
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 40%;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow i {
    line-height: 1;
    color: #ccc;
    font-size: 12px;
  }
  .shopping_steps .step_normal {
    width: 31%;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 400;
    /*margin-right:10px;
    margin-left:10px;*/
  }
  .shopping_steps .step_arrow {
    width: 10px;
    float: left;
  }
}
@media only screen and (max-width: 240px) {
  .shopping_steps {
    width: 100%;
    text-align: center;
    font-size: 1em;
    color: #333;
    height: 62px;
    margin: 20px auto;
  }
  .shopping_steps .step_over {
    width: 25px;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 700;
    font-size: 0.7em;
    margin-right: 8px;
    margin-left: 7px;
  }
  .shopping_steps .step_arrow {
    width: 13px;
    height: 15px;
    float: left;
    margin-top: 26px;
  }
  .shopping_steps .step_normal_number {
    background-color: #ccc;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 1px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_number {
    background-color: #db4a4a;
    color: #fff;
    position: absolute;
    top: 40px;
    left: 1px;
    font-size: 15px;
    line-height: 20px;
    height: 20px;
    width: 20px;
    border-radius: 10px;
  }
  .shopping_steps .step_arrow i {
    line-height: 50px;
    color: #ccc;
    font-size: 12px;
  }
  .shopping_steps .step_normal {
    width: 25px;
    line-height: 18px;
    height: 50px;
    float: left;
    position: relative;
    font-weight: 400;
    font-size: 0.7em;
    margin-right: 8px;
    margin-left: 7px;
  }
  .shopping_steps .step_arrow {
    width: 15px;
    float: left;
  }
}
/*購物車步驟↑*/
/*表格RWD排版↓*/
table.responsive {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

table.responsive tr {
  /*border: 1px solid #ddd;*/
  padding: 5px;
}

table.responsive th,
table.responsive td {
  padding: 10px 5px;
  text-align: center;
}

table.responsive th {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}

.receivePay_text {
  text-align: left !important;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    border: 0;
  }
  table.responsive thead {
    display: none;
  }
  table.responsive tr {
    margin-bottom: 10px;
    display: block;
    background-color: #fff;
  }
  table.responsive td {
    display: block;
    text-align: right;
    border-bottom: 1px dotted #ccc;
    border-top: 0;
  }
  table.responsive td:last-child {
    border-bottom: 0;
  }
  table.responsive td:last-child.t0 {
    line-height: 2em;
  }
  table.responsive td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }
  .receivePay_text {
    text-align: right !important;
  }
  .receivePay_text:before {
    width: 100% !important;
    text-align: left;
    padding-bottom: 5px;
  }
}
/*表格RWD排版結束↑*/
/*登入頁按鈕↑*/
.btn-forgetpassword {
  color: #fff;
  background-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-forgetpassword:hover,
.btn-forgetpassword:focus,
.btn-forgetpassword:active,
.btn-forgetpassword.active,
.open > .dropdown-toggle .btn-forgetpassword {
  color: #fff;
  background-color: #313131;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-forgetpassword:active,
.btn-forgetpassword.active,
.open > .dropdown-toggle.btn-forgetpassword {
  background-image: none;
}

.btn-forgetpassword.disabled,
.btn-forgetpassword[disabled],
fieldset[disabled] .btn-forgetpassword,
.btn-forgetpassword.disabled:hover,
.btn-forgetpassword[disabled]:hover,
fieldset[disabled] .btn-forgetpassword:hover,
.btn-forgetpassword.disabled:focus,
.btn-forgetpassword[disabled]:focus,
fieldset[disabled] .btn-forgetpassword:focus,
.btn-forgetpassword.disabled:active,
.btn-forgetpassword[disabled]:active,
fieldset[disabled] .btn-forgetpassword:active,
.btn-forgetpassword.disabled.active,
.btn-forgetpassword[disabled].active,
fieldset[disabled] .btn-forgetpassword.active {
  background-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-forgetpassword .badge {
  color: #000;
  background-color: #fff;
}

/*修正取代bootstrap標格顏色*/
.table-hover > tbody > tr:hover {
  background-color: #f6f6f6;
}

.table-bordered {
  border: 1px solid #ececec !important;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ececec !important;
}

.radius-0 {
  border-radius: 0px !important;
}

/*首頁萬用格youtube*/
.youtube1 {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.youtube2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#vodid1 {
  background-color: #fff;
}

/*首頁聚合修改*/
@media screen and (min-width: 768px) and (max-width: 2000px) {
  .nav-tabs_index {
    text-align: center;
    float: left !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .nav-tabs_index {
    text-align: center;
    float: left !important;
  }
}
@media screen and (max-width: 480px) {
  .nav-tabs_index {
    text-align: center;
    width: auto;
    float: left !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
}
.login_btns.login_l {
  padding-right: 5px;
}

.login_btns.login_r {
  padding-left: 5px;
}

.hidden-m {
  display: block;
}

.hidden-l {
  display: none;
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
  .login_btns .btn-social {
    text-align: center;
    padding: 5px 12px;
  }
  .login_btns .btn-social {
    text-align: center;
    padding-left: 35px;
  }
  .btn-social > :first-child {
    width: 30px;
  }
  .hidden-m {
    display: none;
  }
  .hidden-l {
    display: block;
  }
}
@media screen and (min-width: 480px) and (max-width: 991px) {
  .login_btns {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .login_btns .btn-social {
    text-align: center;
    /*padding: 5px 12px;*/
    padding-left: 35px;
  }
  .btn-social > :first-child {
    width: 30px;
  }
  .hidden-m {
    display: none;
  }
  .hidden-l {
    display: block;
  }
}
@media only screen and (max-width: 410px) {
  #responsive {
    max-width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 639px) {
  .flickity-prev-next-button {
    width: 30px !important;
    height: 30px !important;
  }
}
/*公用底線與外框*/
.border_all {
  border: 1px solid #ececec !important;
}

@media only screen and (min-width: 767px) {
  .border_all_left_side {
    border: 1px solid rgba(100, 100, 100, 0) !important;
  }
}
.border_title_bottom {
  border-bottom: #ececec 1px solid !important;
}

.border_bottom {
  border-bottom: 1px solid #ececec !important;
}

@media only screen and (min-width: 992px) {
  .border_left {
    border-left: 1px solid #ececec !important;
    padding-left: 28px;
  }
}
@media only screen and (min-width: 767px) {
  .minheight {
    min-height: 430px;
  }
}
/*Weather*/
.weather {
  position: absolute;
  bottom: 30px;
  left: 35px;
  color: #fff;
  z-index: 10;
}

.weather ul li {
  padding: 0 20px;
  display: table-cell;
  zoom: 1;
  vertical-align: middle;
  border-right: 1px #fff solid;
}

.weather ul {
  display: table;
}

li.area .hd {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.weather ul li.area .bd {
  font-size: 24px;
  font-weight: 600;
}

.weather ul li.temperature {
  padding: 0 20px 2px 60px;
  background: url(/images/temperature.svg) no-repeat 17px 4px;
}

.weather ul li.temperature .hd {
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.weather ul li.temperature .bd {
  font-size: 29px;
  font-weight: 600;
}

.weather ul li.status .hd {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  margin: 0 0 2px 0;
  text-align: center;
}

.weather ul li.status .bd {
  margin: 0;
  text-align: center;
}

/*右欄fb粉絲團*/
.shopbox {
  background: url("../images/float_f.jpg") no-repeat scroll left top transparent !important;
  display: block;
  float: right;
  height: 270px;
  padding: 0 0px 0 39px;
  width: 275px;
  z-index: 30;
  position: fixed;
  right: -240px;
  top: 185px;
}

.shopbox div {
  border: none;
  position: relative;
  display: block;
}

.toggle.toggle-bordered-full div.toggle.active > label.black {
  border-bottom: 1px solid #ccc;
}

.img-50 {
  max-width: 50px;
  max-height: 50px;
  height: auto;
}

@media only screen and (min-width: 1024px) {
  #header.fixed #topNav #topMain > li > a {
    height: 60px;
  }
  .text_shopping {
    padding-left: 10px !important;
  }
  .breadcrumbs_bgtop {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
/*會員中心*/
.member-row {
  display: table;
  width: 100%;
}

.member-row-50 {
  display: table;
  width: 50%;
}

.member-block {
  min-height: 100px;
  display: table-cell;
  float: none;
  vertical-align: middle;
  padding: 15px;
}

.member-block i {
  font-size: 30px;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}

.bkpoint {
  display: inline-block;
  min-width: 75px;
  padding-left: 0;
}

.bkpoint-r {
  display: inline-block;
  min-width: 77%;
}

/*.member-border:hover {
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
*/
.font-red {
  color: #ff0000;
  font-weight: bold;
}

.font-red-big {
  color: #ff0000;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 991px) {
  .bkpoint {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .member-row-50 {
    width: 100%;
  }
  .member-block {
    display: block;
    min-height: 0;
    margin-bottom: 20px;
    /*		height: 100px;
    line-height: 100px;*/
    padding: 0;
  }
  .bkpoint {
    min-width: auto;
    padding-left: 10px;
  }
  .bkpoint-r {
    min-width: auto;
  }
}
/*頭部第2層分類*/
.gtitle_size.full {
  width: 100% !important;
}

.gname_size.padding-left-15 {
  padding-left: 15px !important;
  width: 100% !important;
}

.indexcover_c {
  position: absolute;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: 55% 50%;
}

.indexcover_positon {
  background-position: 55% 0;
}

.indexcover_re {
  width: 85%;
  height: 600px;
  max-width: 1030px;
}

/*合作夥伴*/
.partner_radio {
  /*margin-bottom: 5px;*/
  padding: 0;
}

.partner_radio .radio,
.partner_radio .checkbox {
  line-height: 15px;
  padding-top: 4px;
}

.partner_radio .radio i,
.partner_radio .checkbox i {
  top: 2px;
}

.partner_radio .form-control-feedback {
  top: -5px !important;
}

/*合作夥伴結束*/
/*商品分類篩選*/
#demo .toggle {
  margin: 0 !important;
}

#demo .toggle .demo_toptitle {
  background: none !important;
  padding: 0 !important;
  border: 0;
  margin-bottom: 0;
}

#demo .toggle .demo_toptitle:before {
  content: "+";
  font-family: FontAwesome;
  position: absolute;
  font-size: 17px;
  right: -15px;
  color: #000;
  border: 0;
}

#demo .toggle.active .demo_toptitle:before {
  content: "−";
  font-family: FontAwesome;
  position: absolute;
  font-size: 17px;
  right: 10px;
  color: #000;
  border: 0;
}

#demo .toggle-content {
  background: none !important;
  padding: 10px 0;
}

#demo .checkbox:hover i {
  border-color: rgba(0, 0, 0, 0.3);
}

/* div.side-nav ul>li>a.dropdown-toggle:before{
	color: rgba(100,100,100,0.2);
} */
#demo .radio i,
#demo .checkbox i {
  border-width: 1px;
  border-color: rgba(100, 100, 100, 0.2);
}

#demo .radio input:checked + i,
#demo .checkbox input:checked + i,
#demo .toggle input:checked + i:after {
  border-color: rgba(100, 100, 100, 0.2);
}

.ui-slider .ui-slider-range {
  background-image: none !important;
  height: 2px !important;
  background-color: #000 !important;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -5px !important;
}

.ui-slider .ui-slider-handle:before {
  background-color: #917d5f !important;
}

@media only screen and (max-width: 991px) {
  .attrmenumain {
    display: none;
  }
  .appear_attr {
    display: block;
    width: 240px;
    transition: all 0.4s ease-in-out;
  }
  .close_attr {
    transition: all 0.4s ease-in-out;
  }
  .attr_overlapblackbg {
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, 0.45);
    cursor: pointer;
  }
  .attr_overlapblackbg.arrtmenuopen {
    display: block;
  }
  .attrmenumain {
    width: 0px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0px;
    margin: 0;
    background-color: #fff;
    border-radius: 0px;
    z-index: 99999999;
    transition: all 0.4s ease-in-out;
    border: none !important;
    background-color: #fff !important;
  }
  .navbar.easy-sidebar {
    transition: 0.2s ease;
    position: absolute;
    width: 250px;
    top: 0;
    right: -250px;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 9999;
  }
  .navbar.easy-sidebar.toggled {
    transform: translateX(250px);
  }
  body.toggled-right {
    transform: translateX(-250px);
  }
  .navbar.easy-sidebar-right {
    transition: 0.2s ease;
    position: absolute;
    width: 270px;
    top: 0;
    right: 0px;
    min-height: 100%;
    border-radius: 0;
    margin: 0;
    z-index: 9999;
    height: 100%;
    overflow-y: auto;
  }
  .navbar.easy-sidebar-right.toggled-right {
    transform: translateX(-250px);
  }
  .easy-sidebar .btn {
    width: 100%;
  }
  .navbar.easy-sidebar .navbar-header {
    margin: 0 -15px;
    float: none;
  }
  .navbar.easy-sidebar .navbar-brand {
    margin: 0;
  }
  .navbar.easy-sidebar .navbar-toggle {
    display: inline-block;
  }
  .navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(2) {
    transform-origin: 0 50%;
    transform: translate(2px, -5px) rotate(45deg);
  }
  .navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(3) {
    display: none;
  }
  .navbar.easy-sidebar .navbar-toggle span.icon-bar:nth-child(4) {
    transform-origin: 0 50%;
    transform: translate(2px, 4.5px) rotate(-45deg);
  }
  .navbar.easy-sidebar .nav.navbar-nav {
    margin: 7.5px -15px;
    float: none;
  }
  .navbar.easy-sidebar .nav.navbar-nav > li {
    float: none;
  }
  .navbar.easy-sidebar .nav.navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar.easy-sidebar .navbar-nav .open .dropdown-menu .divider {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.easy-sidebar .navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.easy-sidebar .navbar-form .form-group {
    margin-bottom: 5px;
    display: block;
  }
  .navbar.easy-sidebar .navbar-form .form-group .form-control {
    display: block;
    width: 100%;
  }
  /**/
  .navbar.easy-sidebar-right .navbar-header {
    margin: 0;
    width: 100%;
  }
  .navbar.easy-sidebar-right .navbar-brand {
    margin: 0;
  }
  .navbar.easy-sidebar-right .navbar-toggle {
    display: inline-block;
  }
  .navbar.easy-sidebar-right .navbar-toggle span.icon-bar:nth-child(2) {
    transform-origin: 0 50%;
    transform: translate(2px, -5px) rotate(45deg);
  }
  .navbar.easy-sidebar-right .navbar-toggle span.icon-bar:nth-child(3) {
    display: none;
  }
  .navbar.easy-sidebar-right .navbar-toggle span.icon-bar:nth-child(4) {
    transform-origin: 0 50%;
    transform: translate(2px, 4.5px) rotate(-45deg);
  }
  .navbar.easy-sidebar-right .nav.navbar-nav {
    margin: 7.5px -15px;
    float: none;
  }
  .navbar.easy-sidebar-right .nav.navbar-nav > li {
    float: none;
  }
  .navbar.easy-sidebar-right .nav.navbar-nav > li > a {
    padding: 10px 15px;
  }
  .navbar.easy-sidebar-right .navbar-nav .open .dropdown-menu .divider {
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.easy-sidebar-right .navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top-width: 1px;
    border-top-style: solid;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar.easy-sidebar-right .navbar-form .form-group {
    margin-bottom: 5px;
    display: block;
  }
  .navbar.easy-sidebar-right .navbar-form .form-group .form-control {
    display: block;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .easy-sidebar-toggle-right,
  .navbar-brand_title,
  .goattr_b {
    display: none;
  }
}
.navbar-brand_title {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  margin: 10px 0px;
}

@media only screen and (max-width: 991px) {
  .easy-sidebar-toggle-right,
  .navbar-brand_title,
  .goattr_b {
    display: block;
  }
  .container-fluid_c {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 250px;
    -webkit-overflow-scrolling: touch;
  }
  .product-cell {
    margin-bottom: 10px !important;
  }
  .goattr_b {
    width: 85%;
    margin: 0 auto 10px auto;
  }
}
@media (max-width: 991px) {
  ._1LM_r9f:after {
    font-family: "Font Awesome 5 Free";
    content: "\f107";
    font-weight: 900;
    font-size: 17px;
    margin-left: 10px;
    top: 2px;
    border: 0;
  }
}
/*商品分類篩選結束*/
.nodata {
  height: 250px;
  text-align: center;
  font-size: 0;
}

.nodata:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.nodata p {
  display: inline-block;
  vertical-align: middle;
  /* 要使用絕對值的 font-size 覆寫掉父層的 font-size: 0 */
  font-size: 15px;
}

/*loading效果*/
#circle_loading {
  margin: 30px auto;
  width: 40px;
  height: 40px;
  border: 4px #dfdede solid;
  border-radius: 100%;
  animation: loading1 1s infinite linear;
}

@keyframes loading1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*--loading效果*/
/*首頁輪播廣告*/
.sliderbanner .owl-carousel img {
  max-width: 100%;
  height: auto !important;
  width: 100%;
}

/*首頁輪播廣告結束*/
/* about */
section.about-banner {
  background-attachment: initial;
}

section.page-header .breadcrumb-title,
section.page-header .breadcrumb-about {
  position: relative;
  text-align: center;
}

section.page-header-about .breadcrumb-title-about,
section.page-header-about .breadcrumb-about {
  position: relative;
  text-align: center;
}

section.page-header-about .breadcrumb-title,
section.page-header-about .breadcrumb-about {
  position: relative;
  text-align: center;
}

section.page-header .breadcrumb-title,
section.page-header .breadcrumb-about > li + li:before,
section.page-header.breadcrumbs_bgimg .breadcrumb-about a,
section.page-header .breadcrumb-about .active {
  color: #ffffff;
}

section.page-header-about .breadcrumb-title-about,
section.page-header-about .breadcrumb-about > li + li:before,
section.page-header-about .breadcrumb-about a,
section.page-header-about .breadcrumb-about .active {
  color: #ffffff;
}

section.page-header .breadcrumb-title {
  margin-bottom: 20px;
}

section.page-header .breadcrumb-title:after {
  content: "";
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 0;
  background-color: #ffffff;
}

section.page-header-about .breadcrumb-title-about {
  margin-bottom: 20px;
}

section.page-header-about .breadcrumb-title-about:after {
  content: "";
  display: block;
  width: 120px;
  margin: 0 auto;
  height: 1px;
  background-color: #ffffff;
}

/* 調整註冊頁.gender */
@media (min-width: 768px) {
  .gender {
    margin-top: 28px;
  }
}
/* /調整註冊頁.gender */
@media (max-width: 1023px) {
  #header ul.nav-second-main li,
  #header.fixed ul.nav-second-main li {
    padding: 0 10px;
    margin: 19.5px 0;
  }
}
@media (max-width: 400px) {
  #header ul.nav-second-main li,
  #header.fixed ul.nav-second-main li {
    padding: 0 5px;
  }
}
/* /shop-cart */
/* html 在小裝置 noscroll */
@media (max-width: 1023px) {
  .htmlNoscroll {
    position: fixed;
    width: 100%;
  }
}
/* /html 在小裝置 noscroll */
/* 左側漢堡選單 類別子項目的右箭頭異常出現修正 */
@media (min-width: 992px) and (max-width: 1023px) {
  .topSubListAngleRight {
    display: none !important;
  }
}
/* /左側漢堡選單 類別子項目的右箭頭異常出現修正 */
/*文章萬用格*/
.news-pic img {
  padding: 30px 0 30px 15px;
}

.wangrid {
  margin-bottom: 16px;
  /*	margin-right: -8px;
  margin-left: -8px;*/
  height: 100%;
  width: 100%;
}

.goodsgrid h2 {
  margin-bottom: 10px;
  font-size: 24px;
  margin-top: 20px;
}

.goodsgrid p {
  margin-bottom: 15px;
}

.goodsgrid {
  font-size: 16px;
  line-height: 30px;
  vertical-align: middle !important;
}

@media (min-width: 996px) {
  .fix-row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .goodsgrid {
    position: relative;
    /*padding: 0 8px;*/
    display: table-cell;
    line-height: 30px;
    vertical-align: middle !important;
    float: none;
  }
  .bg_wangrid {
    line-height: 30px;
    vertical-align: middle;
    /*width: calc(98.7%);
    margin-left:15px;*/
  }
}
@media (max-width: 768px) {
  .goodsgrid {
    margin-bottom: 0px !important;
    display: table-cell;
  }
  .news-table {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 767px) {
  .news-pic img {
    padding: 0;
  }
  .wangrid {
    /*margin-bottom: 0;
    margin-right: -15px;
    margin-left: -15px;*/
    margin: 0;
  }
  .goodsgrid {
    position: relative;
    display: table-cell;
    margin-bottom: 16px !important;
    padding: 0;
    float: left;
  }
  .goodsgrid img {
    width: 100%;
  }
  .badge.badge-move {
    right: 3px;
    top: 20px;
  }
  .flex-grid-lt,
  .flex-grid-rt {
    padding: 0 10px 15px 10px;
  }
}
/***************************************************************** **
layout-shop.css
 **************************************************************** **/
/**	HOME - MODAL ON LOAD
 **************************************************************** **/
#shopLoadModal {
  max-width: 740px;
  margin: auto !important;
  height: 400px;
  margin-right: 30px;
}

#shopLoadModal .modal-content {
  height: 320px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
}

#shopLoadModal .modal-dialog {
  left: 10px;
  right: 10px;
  width: auto !important;
  max-width: 700px;
  margin-right: 30px;
}

#shopLoadModal .block-content {
  float: left;
  max-width: 312px;
  text-align: center;
}

#shopLoadModal .modal-header .close {
  margin-top: -5px;
  font-size: 24px;
}

/** 商品列表banner **/
.product_banner img {
  max-width: 100% !important;
  height: auto !important;
}

.product_banner table {
  max-width: 100% !important;
  width: auto !important;
  height: auto !important;
}

span.price,
span.prices,
.price {
  font-weight: bold;
  color: #c30;
}

/* div.gtitle_size{
	height:25px;
	color:$line-color;
} */
/**	ASIDE
 **************************************************************** **/
.tag.shop-color {
  width: 23px !important;
  height: 23px !important;
  border: #666 1px solid;
}

.tag.shop-color:hover {
  border-color: #000;
}

@media only screen and (max-width: 760px) {
  .tag.shop-color {
    width: 30px;
    height: 30px;
  }
  .cart2_info {
    width: 100%;
    float: left;
  }
}
/**	SHOP ITEM LIST
 **************************************************************** **/
/*
	Fix for owl-carousel or flexslider
	on responsive
*/
/*
@media (min-width: 768px){
	.product_left{
		width:20%;
	}
	.product_right{
		width:80%;
	}
	.product_left_g{
		width:20%;
		right:80%;
	}.product_right_g{
		width:80%;
		left: 20%;
	}
} */
/*
	6 COLUMNS - RECALIBRATE FOR LONG TITLES
*/
ul.shop-item-list > li.col-lg-2:nth-child(6n+1),
ul.shop-item-list > li.col-md-2:nth-child(6n+1) {
  clear: both;
}

/*
	5 COLUMNS - RECALIBRATE FOR LONG TITLES
*/
ul.shop-item-list > li.col-lg-5th:nth-child(5n+1),
ul.shop-item-list > li.col-md-5th:nth-child(5n+1) {
  /*clear:both;烘機調整列表長短腳註解*/
}

/*
	4 COLUMNS - RECALIBRATE FOR LONG TITLES
*/
ul.shop-item-list > li.col-lg-3:nth-child(4n+1),
ul.shop-item-list > li.col-md-3:nth-child(4n+1) {
  /*clear:both;烘機調整列表長短腳註解*/
}

/*
	3 COLUMNS - RECALIBRATE FOR LONG TITLES
*/
ul.shop-item-list > li.col-lg-4:nth-child(3n+1),
ul.shop-item-list > li.col-md-4:nth-child(3n+1) {
  /*clear:both;烘機調整列表長短腳註解*/
}

/*
	2 COLUMNS - RECALIBRATE FOR LONG TITLES
*/
ul.shop-item-list > li.col-lg-6:nth-child(2n+1),
ul.shop-item-list > li.col-md-6:nth-child(2n+1) {
  clear: both;
}

/*調整商品大小與間距*/
div.shop-item {
  margin-bottom: 20px;
  /*width:96%;
  margin-left:2%;*/
}

div.shop-item .shop-item-buttons a.btn-default {
  border: 0;
  background-color: rgba(0, 0, 0, 0.1);
}

div.shop-item .shop-item-buttons a.btn-default:hover {
  border: 0;
  background-color: rgba(0, 0, 0, 0.18);
}

div.shop-item > .thumbnail {
  background-color: transparent !important;
  border-color: #ddd !important;
  border: solid 1px #000;
  /* margin-bottom:6px; */
  position: relative;
}

div.shop-item > .thumbnail > a.shop-item-image > img {
  border-radius: 3px;
}

/* double image transition effect */
div.shop-item > .thumbnail > a.shop-item-image {
  display: block;
  position: relative;
}

div.shop-item > .thumbnail > a.shop-item-image > img:last-child {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
}

div.shop-item > .thumbnail:hover > a.shop-item-image > img:last-child {
  opacity: 1;
  filter: alpha(opacity=100);
}

div.shop-item > .thumbnail > a.shop-item-image > img:first-child {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* buttons over image */
div.shop-item > .thumbnail > .shop-option-over {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 20;
  /* width:50px; */
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s;
}
@media (max-width: 991px) {
  div.shop-item > .thumbnail > .shop-option-over {
    opacity: 1;
  }
}

div.shop-item > .thumbnail > .shop-option-over > a,
.add-wishlist {
  width: 40px;
  height: 40px;
  text-align: center;
  /* line-height:26px; */
  margin: 0 1px 3px 0;
  -webkit-border-bottom-right-radius: 25px;
  -webkit-border-top-left-radius: 25px;
  -moz-border-radius-bottomright: 25px;
  -moz-border-radius-topleft: 25px;
  border-radius: 25px;
}
@media (max-width: 991px) {
  div.shop-item > .thumbnail > .shop-option-over > a,
  .add-wishlist {
    width: 35px;
    height: 35px;
  }
}
@media (max-width: 425px) {
  div.shop-item > .thumbnail > .shop-option-over > a,
  .add-wishlist {
    margin: 4px -1px 3px 0;
  }
}

@media (min-width: 992px) {
  div.shop-item:hover > .thumbnail > .shop-option-over {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
/* info over image */
div.shop-item > .thumbnail > .shop-item-info {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  width: 70px;
}

div.shop-item > .thumbnail > .shop-item-info > .label {
  min-width: 50px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 3px;
  display: inline-block;
}

div.shop-item-rating-line {
  display: block;
  position: relative;
}

div.shop-item-rating-line:before {
  left: 0 !important;
  right: 50%;
  margin-right: 50px;
  content: "";
  position: absolute;
  top: 10px;
  padding: 1px;
  height: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

div.shop-item-rating-line:after {
  right: 0 !important;
  left: 50%;
  margin-left: 50px;
  content: "";
  position: absolute;
  top: 10px;
  padding: 1px;
  height: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

/* list item buttons */
div.shop-item-buttons {
  margin-top: 6px;
}

div.shop-item-buttons a.btn-default:hover {
  color: #333;
}

/* out of stock */
span.out-of-stock {
  display: block;
  margin-top: 15px;
}

span.out-of-stock:before {
  content: "–x– ";
}

span.out-of-stock:after {
  content: " –x–";
}

span.out-of-stock.clean:before,
span.out-of-stock.clean:after {
  content: "";
}

/* list item countdown */
div.shop-item > .thumbnail > .shop-item-counter {
  position: relative;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  z-index: 20;
  background-color: rgba(33, 33, 33, 0.5);
  border-radius: 3px;
  border-top-left-radius: 0;
}

div.shop-item > .thumbnail > .shop-item-counter:before {
  position: absolute;
  left: 0;
  top: -20px;
  padding: 0 6px;
  height: 20px;
  color: #fff;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f017  limited offer";
  text-align: center;
  line-height: 20px;
  background-color: rgba(33, 33, 33, 0.5);
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

div.shop-item > .thumbnail > .shop-item-counter > .countdown .countdown-section {
  display: inline-block;
  font-size: 11px;
  color: #fff;
  line-height: 1;
  text-align: center;
  width: 20%;
  margin: 0 3px !important;
  padding: 8px !important;
  text-align: center !important;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  overflow: hidden;
  transition: all 0.5s;
}

div.shop-item > .thumbnail > .shop-item-counter > .countdown .countdown-amount {
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

div.shop-item > .thumbnail > .shop-item-counter > .countdown .countdown-period {
  font-size: 10px !important;
  text-transform: lowercase !important;
  margin-top: 5px;
  display: block !important;
  margin-bottom: -18px !important;
  transition: all 0.5s;
}

div.shop-item:hover > .thumbnail > .shop-item-counter > .countdown .countdown-period {
  margin-bottom: 0 !important;
}

.thumbnail > .shop-limited-offer {
  position: absolute !important;
  left: 5px;
  top: 5px;
  z-index: 20;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.thumbnail > .shop-limited-offer > i {
  margin-left: 8px;
  margin-top: 6px;
}

.thumbnail > .shop-limited-offer:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  border: 26px solid transparent;
  border-left-color: #333;
  border-top-color: #333;
  left: 0;
  top: 0;
  border-radius: 3px;
}

/* list item options */
.shop-list-options label {
  margin: 0 8px;
}

.shop-list-options select,
.shop-list-options input {
  height: 35px;
  padding: 6px;
  border: 1px solid #ececec;
  cursor: pointer;
}

.btn-outline-primary {
  color: rgb(193, 164, 108) !important;
}

.shop-list-options .btn {
  height: 35px;
  line-height: 22px;
  color: #fff;
  border: #e5e7e9 1px solid;
  display: inline-block;
  margin-top: -4px;
  margin-right: 0;
}
.shop-list-options .btn:hover {
  color: #fff !important;
  background-color: #d4c3a5;
  cursor: pointer;
}

.shop-list-options .btn.active {
  color: #fff;
  background-color: #333;
}

@media only screen and (max-width: 768px) {
  .shop-list-options {
    text-align: center;
    /* padding-right:5px; */
  }
  .shop-list-options ul,
  .shop-list-options select,
  .shop-list-options a {
    /* margin-bottom:3px; */
    float: none !important;
  }
  .shop-list-options .options-left {
    display: block;
    margin-top: 20px;
  }
  .pudlist_small {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .pudlist_big {
    display: none;
  }
}
/* 1 Column */
.shop-item-list > .col-lg-12 > .shop-item {
  position: relative;
  min-height: 230px;
}

.shop-item-list > .col-lg-12 {
  margin-bottom: 30px;
  width: 100%;
}

.shop-item-list > .col-lg-12 > .shop-item h2 {
  font-weight: normal;
  font-size: 20px;
}

.shop-item-list > .col-lg-12 > .shop-item > .thumbnail,
.shop-item-list > .col-md-12 > .shop-item > .thumbnail {
  float: left;
  width: 200px;
}

.shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary,
.shop-item-list > .col-md-12 > .shop-item > .shop-item-summary {
  text-align: left !important;
  position: absolute;
  left: 230px;
}

.shop-item-list > .col-lg-12 > .shop-item > .shop-item-buttons,
.shop-item-list > .col-md-12 > .shop-item > .shop-item-buttons {
  text-align: left;
}

.shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary > .shop-item-price > span,
.shop-item-list > .col-md-12 > .shop-item > .shop-item-summary > .shop-item-price > span {
  padding-left: 0;
}

.shop-item-list > .col-lg-12 > .shop-item p {
  margin: 15px 0;
  display: inline-block;
}

@media only screen and (max-width: 480px) {
  .shop-item-list > .col-lg-12 > .shop-item {
    min-height: 100px;
  }
  .shop-item-list > .col-lg-12 > .shop-item > .thumbnail,
  .shop-item-list > .col-md-12 > .shop-item > .thumbnail {
    float: none;
    width: 100%;
  }
  .shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary,
  .shop-item-list > .col-md-12 > .shop-item > .shop-item-summary {
    position: relative;
    left: 0;
  }
  .shop-item-list > .col-lg-12 > .shop-item > .shop-item-buttons,
  .shop-item-list > .col-md-12 > .shop-item > .shop-item-buttons,
  .shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary,
  .shop-item-list > .col-md-12 > .shop-item > .shop-item-summary {
    float: none;
    text-align: center !important;
  }
  .shop-item-list > .col-lg-12 > .shop-item > .shop-item-summary > .shop-item-price > span,
  .shop-item-list > .col-md-12 > .shop-item > .shop-item-summary > .shop-item-price > span {
    padding: 0 10px;
  }
}
/* SHOP COMPARE TABLE */
.shop-compare-title {
  background-color: rgba(0, 0, 0, 0.05);
}

.shop-compare > tbody > tr > td:first-child {
  font-weight: bold;
}

.shop-compare a.shop-compare-item > img {
  margin-bottom: 10px;
}

/* SHOP CART */
.cartContent {
  padding: 0;
}

.cartContent .item {
  position: relative;
  background: rgba(0, 0, 0, 0.01);
}

.cartContent .item {
  margin-top: -1px;
  border: rgba(0, 0, 0, 0.05) 1px solid;
}

.cartContent .sky-form.boxed {
  border: rgba(0, 0, 0, 0.1) 1px solid;
}

.cartContent .item.head {
  border-bottom: 0;
}

.cartContent .product_name {
  float: left;
  width: 35%;
  padding: 10px;
  text-decoration: none;
  min-height: 60px;
}

.cartContent .product_name:hover > span {
  text-decoration: underline;
}

.cartContent .product_name > small {
  display: block;
  font-size: 12px;
  line-height: 12px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cartContent .qty {
  float: right;
  width: 160px;
  font-size: 15px;
  padding: 10px;
  text-align: center;
}

.cartContent .qty input {
  padding: 3px;
  margin: 0;
  border: #ccc 1px solid;
  width: 50px;
  margin-right: 3px;
  text-align: center;
}

.cartContent .total_price {
  float: right;
  width: 150px;
  font-size: 15px;
  padding: 10px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
}

.cartContent .remove_item {
  float: right;
  padding: 5px 5px 5px 7px;
  width: 30px;
  margin-right: 8px;
}

.cartContent a.remove_item {
  background: rgba(0, 0, 0, 0.1);
  border: rgba(0, 0, 0, 0.1) 1px solid;
  padding-top: 0;
  margin-top: 10px;
  height: 30px;
  line-height: 26px;
  font-size: 18px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
}

.cartContent .btn_update {
  margin-top: 20px;
}

@media only screen and (max-width: 992px) {
  .cartContent .item.head {
    display: none;
  }
  .cartContent .product_name {
    font-size: 11px;
    line-height: 15px;
  }
  .cartContent .item .qty {
    float: left;
    text-align: left;
  }
  .cartContent .product_name {
    width: 50%;
  }
}
/* @media only screen and (min-width: 992px) { */
.row_table {
  display: flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
}

.row_table > [class*=col-] {
  display: flex;
  flex-direction: column;
}

.row_table_m {
  width: 50% !important;
  display: flex;
  flex-wrap: wrap;
  word-wrap: break-word;
  word-break: normal;
}

/* } */
/**
	SHOP PRODUCT
**/
.product-opt-color,
.product-opt-size,
.product-opt-qty {
  margin-right: 10px;
}

/* QTY DROP DOWN */
ul#product-qty-dd {
  padding: 1px 0 0 1px;
  min-width: 115px;
  margin-top: -1px;
}

ul#product-qty-dd li {
  float: left;
  width: 49.1%;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
}

button.product-qty-dd .caret {
  float: right;
  margin-top: 8px;
}

button.product-qty-dd {
  width: 100px;
  text-align: left;
}

/* SIZE DROP DOWN */
ul#product-size-dd {
  margin-top: -1px;
  min-width: 159px;
  padding: 1px 0 0 1px;
}

ul#product-size-dd li {
  float: left;
  width: 51px;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
}

ul#product-size-dd li > a {
  padding: 3px 0;
}

button.product-size-dd {
  width: 100px;
  text-align: left;
}

button.product-size-dd .caret {
  float: right;
  margin-top: 8px;
}

/* COLOR DROP DOWN */
ul#product-color-dd {
  margin-top: -1px;
  min-width: 50px;
  padding: 1px 0 0 1px;
}

ul#product-color-dd li {
  float: left;
  width: 25px !important;
  margin-right: 1px;
  margin-bottom: 1px;
  background-color: rgba(0, 0, 0, 0.05);
  text-align: center;
  cursor: pointer;
}

ul#product-color-dd li > a {
  padding: 3px 0;
}

ul#product-color-dd .tag.shop-color {
  width: 24px !important;
  height: 24px !important;
}

button.product-color-dd {
  width: 55px;
  text-align: left;
  position: relative;
}

button.product-color-dd .caret {
  float: right;
  margin-top: 8px;
}

button.product-color-dd > .tag {
  height: 17px;
  width: 20px;
  margin: 0;
  position: absolute;
  top: 7px;
  left: 7px;
}

.product-opt-color > ul > li {
  padding: 0 1px !important;
}

@media only screen and (max-width: 480px) {
  ul#product-size-dd,
  ul#product-qty-dd {
    margin-top: -21px;
  }
  .product-size-dd,
  .product-qty-dd,
  .product-add-cart {
    min-width: 90px;
    width: 100% !important;
    display: block !important;
    float: none !important;
    margin-bottom: 20px !important;
  }
}
.product-star-vote label {
  margin: 0 15px 30px 0 !important;
  font-weight: 300;
}

.shopping2_present,
#shopping_table .uhea,
#shopping_table .county_title,
#shopping_table .trans_inside,
.shopping_border,
table.responsive tr {
  border: 1px solid #ececec;
}

/*購物車第一步*/
#cart_add_items {
  margin-top: 10px;
}

#cart_add_items .pics {
  /*width:70px;*/
  width: 100%;
  padding: 10px;
}

#cart_add_items .pics img {
  width: 100%;
}

#cart_add_items .pics a {
  display: block;
}

#cart_add_items .infor {
  width: 195px;
}

#cart_add_items .infor div {
  width: 100%;
  height: 18px;
  overflow: hidden;
}

#cart_add_items .icon-shopping-cart {
  color: #f9a61e;
}

#shopping_table {
  margin-bottom: 20px;
}

.trans_name {
  width: 100%;
  margin: auto;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-top: 15px;
}

.trans_name i {
  font-size: 18px;
}

#shopping_table .addgoods_title {
  border-bottom: 1px solid #cccccc;
}

#shopping_steps {
  width: 653px;
  margin: auto;
  text-align: center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
  margin-top: 20px;
  height: 52px;
}

#shopping_steps .step_over {
  border: 1px solid #eeeeee;
  width: 150px;
  height: 50px;
  line-height: 50px;
  float: left;
  position: relative;
  box-shadow: 0 1px 3px #f4f4f4;
  font-weight: bold;
}

#shopping_steps .step_number {
  background-color: #db4a4a;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 12px;
  height: 20px;
  border-bottom-right-radius: 10px;
}

#shopping_steps .step_arrow {
  width: 15px;
  height: 50px;
  float: left;
}

#shopping_steps .step_arrow i {
  line-height: 50px;
  color: #cccccc;
  font-size: 14px;
}

#shopping_steps .step_normal {
  border: 1px solid #eeeeee;
  width: 150px;
  height: 50px;
  line-height: 50px;
  float: left;
  position: relative;
  box-shadow: 0 1px 3px #f4f4f4;
  font-weight: normal;
  color: #cccccc;
}

#shopping_steps .step_normal_number {
  background-color: #cccccc;
  color: #ffffff;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 5px;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 14px;
  line-height: 12px;
  height: 20px;
  border-bottom-right-radius: 10px;
}

.clear_shopcart {
  display: table;
  line-height: 25px;
  width: 100%;
  margin: auto;
  background-color: rgba(210, 210, 210, 0.2);
  margin-bottom: 15px;
  border: 1px solid rgba(210, 210, 210, 0.2);
  text-align: right;
}

.clear_shopcart a {
  display: block;
  margin: 5px;
  float: right;
  cursor: pointer;
  color: #8f8f8f;
  line-height: 25px;
  height: 25px;
  padding: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.clear_shopcart a:hover {
  color: #333333;
}

.clear_shopcart i {
  margin-right: 5px;
  font-size: 14px;
  color: #333333;
}

/*購物車第二步*/
#shopping_table .shopping2_total {
  border-left: 0px solid #cccccc;
  border-right: 0px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding-right: 5px;
}

#shopping_table .shopping2_present,
.shopping_present {
  padding: 10px;
}

#shopping_table .uhea {
  padding: 10px;
}

#shopping_table .red_bonus strong,
#shopping_table .tickits strong {
  font-size: 14px;
}

#shopping_table hr {
  height: 1px;
  border: 0px;
  background: #cccccc;
}

#shopping_table .county_title {
  padding-left: 10px;
  background: rgba(200, 200, 200, 0.2);
}

#shopping_table .county_title select {
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px #cccccc;
}

#shopping_table .trans_inside {
  padding: 10px;
  border-top: none;
}

#shopping_table .transprice {
  padding-right: 15px;
  padding-bottom: 10px;
}

#shopping_table .shopping2_totalnow {
  line-height: 25px;
  margin-top: 10px;
}

/*購物車第三步*/
#shopping_table .invoice {
  padding: 10px;
  border: 1px solid #cccccc;
}

#shopping_table .invoice_option {
  border-top: 1px solid #cccccc;
  line-height: 25px;
  padding-top: 10px;
}

#shopping_table .invoice_show {
  padding-top: 5px;
  padding-bottom: 10px;
}

#shopping_table .check_same a {
  display: block;
  float: right;
  background-color: #f5f5f5;
  color: #8f8f8f;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 25px;
  height: 25px;
}

#shopping_table .check_same a:hover {
  color: #333333;
}

#shopping_table .check_same i {
  color: #333333;
  font-size: 14px;
}

#shopping_table .turn_off {
  float: right;
  margin-bottom: 10px;
  margin-right: 2px;
}

.receiver_icon {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background: #e4e4e4;
  border-radius: 20px;
  color: #8f8f8f;
  margin: auto;
}

.receiver_icon {
  color: #333333;
}

.shopping_cart_information {
  font-weight: bold;
  height: auto;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: auto;
}

.table_bo {
  border-left: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.table_more {
  border-left: 1px solid #ddd;
  border-bottom: none;
  padding: 5px;
}

.table_title {
  border-bottom: 1px solid #ddd;
  padding: 5px;
}

.nobottom {
  border-bottom: none !important;
}

.table_all {
  background-color: #f3f3f3;
  margin-bottom: 20px;
}

.table_white {
  background-color: #fff !important;
}

table.responsive th {
  background-color: #fff;
}

@media only screen and (max-width: 991px) and (min-width: 241px) {
  .table_more {
    border-left: 1px solid #ddd;
    border-bottom: none;
    padding: 5px;
  }
  .noleft {
    border-left: none;
  }
  .bottom {
    border-bottom: 1px solid #ddd;
  }
}
#demo-table {
  /* width: 99.9%; */
  background-color: #ffffff;
  border-collapse: collapse;
  /* margin-bottom: 20px; */
}

/* #demo-table td, #demo-table th{
	padding: 5px;
} */
#demo-table td {
  color: #666666;
  border: #fff 1px solid;
  background-color: #fbfbfb;
}

#demo-table th {
  background-color: #f3f3f3;
  border: #fff 1px solid;
  text-align: left;
}

@media only screen and (max-width: 960px) {
  .hide-column .large {
    display: none;
  }
}
@media only screen and (max-width: 720px) {
  .hide-column .mobile {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .hide-column .small {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  div.shop-item-summary {
    padding: 5px 8px !important;
    border-radius: 3px;
  }
}
/* 20170713 購物車第一步 by wade */
.cart-wrap {
  text-align: center;
  border-bottom: 1px solid #ececec;
}

.cart-list-title {
  border-bottom: 1px solid #ececec;
  /* display: inline-block; */
  vertical-align: top;
  /* float: none; */
  background-color: #f3f3f3;
  font-weight: bold;
  padding: 5px 0;
}

.cart-list {
  display: inline-block;
  vertical-align: top;
  float: left;
}

.cart-item {
  /* display: inline-block; */
  vertical-align: middle;
  float: none;
  letter-spacing: normal;
  /* fix safari 12.0 */
}

.fz-0 {
  /*font-size: 0;*/
  /* safari can't support */
  letter-spacing: -4px;
}

.fz-14 {
  font-size: 14px;
  letter-spacing: normal;
}

.odd-list:nth-child(odd) {
  margin-top: 30px;
}

.cart-border:nth-child(odd) {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.cart-border:last-child {
  border-bottom: none;
}

/* 20170714 by wade 購物車第一步 mobile */
.item-mobile {
  display: none;
}

.cart-pid-mobile {
  display: none;
}

.cart-wrap-mobile {
  display: none;
}

.cart-app a {
  color: #666;
}

.cart-wrap-mobile a {
  color: #666;
}

.member-actively {
  background-color: #f3f3f3;
}

@media only screen and (max-width: 768px) {
  .odd-list:nth-child(odd) {
    margin-top: 10px;
  }
  .cart-wrap {
    border: none;
  }
  .cart-border {
    border: 1px solid #ddd;
    margin-bottom: 10px;
  }
  .cart-app {
    display: none;
  }
  .cart-wrap-mobile {
    display: block;
  }
  .cart-list-title {
    display: none;
  }
  .cart-pid {
    display: none;
  }
  .cart-item-mobile {
    float: left;
  }
  .cart-item-mobile br {
    display: none;
  }
  .cart-item-pic {
    border: 1px solid #ddd;
    padding: 5px;
  }
  .item-mobile {
    display: inline-block;
    font-size: 14px;
  }
  .cart-pid-mobile {
    display: inline-block;
  }
  .cart-detail {
    text-align: left;
  }
}
/* 20170717 by wade 購物車 滿額加購 */
.shopping_present:after {
  display: block;
  content: "";
  clear: both;
}

#cart_add_items {
  margin: 0 0 10px 0;
}

#cart_add_items .pics {
  margin: 0 auto;
}

.cart_add_items_row {
  padding: 0 10px;
}

.cart_add_items_col {
  /*border: 1px solid #ddd;*/
  padding: 5px;
}

.shopping_present_detail {
  text-align: left;
  padding: 0 10px;
}

.total-sum {
  padding: 0;
  text-align: right;
}
.total-sum table td {
  padding: 8px;
}

.total-sum-item {
  padding-bottom: 2px;
}

.total-sum-border {
  float: right;
  padding-top: 2px;
}

.total-sum-border:before {
  display: block;
  content: "";
  border-top: 1px solid #ddd;
}

.total-sum-border:after {
  display: block;
  content: "";
  clear: both;
}

/* .shop-item-price {
	padding-top: 2px;
} */
@media only screen and (max-width: 768px) {
  #shopping_table .shopping2_present,
  .shopping_present {
    padding: 0;
  }
  /*.shopping_present {
  	border: none;
  }	*/
  .cart-go {
    padding-top: 20px;
  }
  .cart-border:last-child {
    border-bottom: 1px solid #ddd;
  }
}
@media only screen and (max-width: 629px) and (min-width: 480px) {
  .cart_add_items_row {
    width: 33.33333333%;
  }
  /*.cart_add_items_row:nth-child(4n+1) {
  	clear:both;
  }*/
  .visible-xs-block_c {
    display: none;
  }
  .visible-lg-block_c {
    display: none;
  }
  .visible-sm-block_c {
    display: block !important;
  }
}
@media only screen and (max-width: 767px) and (min-width: 630px) {
  .cart_add_items_row {
    width: 25%;
  }
  /*.cart_add_items_row:nth-child(5n+1) {
  	clear:both;
  }*/
  .visible-xs-block_c {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  /*.cart_add_items_row:nth-child(3n+1) {
  	clear:both;
  }*/
  .visible-xs-block_c {
    display: block !important;
  }
  .visible-sm-block_c {
    display: none;
  }
}
@media only screen and (min-width: 630px) {
  /*.cart_add_items_row:nth-child(5n+1) {
  	clear:both;
  }*/
  .visible-lg-block_c {
    display: block !important;
  }
  .visible-xs-block_c {
    display: none;
  }
  .visible-sm-block_c {
    display: none;
  }
}
/* 20170714 by wade 購物車第二步 */
/* userinfo 訂購人資訊 */
.user-info {
  width: 80px;
  margin-bottom: 10px;
}

.user-info-custom {
  width: 80px;
  /*width: 12%;*/
}

@media only screen and (max-width: 991px) {
  .user-info-custom {
    /*width: 25%;*/
    margin-bottom: 0 !important;
  }
  .row_table_m {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
    word-wrap: break-word;
    word-break: normal;
  }
}
@media only screen and (max-width: 768px) {
  .user-info {
    margin-bottom: 0px;
  }
  .select_bottom {
    margin-bottom: 15px;
  }
  .user-info-custom {
    /*width: inherit;*/
    margin-bottom: 0 !important;
  }
  .select_pr {
    padding-right: 5px;
  }
  .mobile-nomargin {
    margin-bottom: 0 !important;
  }
}
/* payment 付款方式 */
#showpayment .shopping-payment {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

#showpayment .shopping-payment:last-child {
  border-top: 1px solid #ddd;
  border-bottom: none;
  text-align: right;
  padding: 10px 0 10px 0;
}

#showpayment .shopping-payment p {
  margin-bottom: 0;
}

/* 20170720 商品數量 by wade  */
.countsdiv {
  width: 110px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .countsdiv {
    width: 130px;
    margin: 0;
  }
  .countsdiv .glyphicon {
    font-size: 20px;
    font-weight: bold;
  }
}
.btn-count {
  border: 1px solid #ced4da;
  padding: 0 10px;
}

@media only screen and (min-width: 769px) {
  .pudlist_big {
    display: block;
  }
  .pudlist_small {
    display: none;
  }
}
@media only screen and (min-width: 365px) and (max-width: 768px) {
  .select_birthday {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 320px) and (max-width: 465px) {
  .ifok_checkbox {
    line-height: 20px;
    margin-top: 5px !important;
  }
}
@media only screen and (min-width: 320px) and (max-width: 365px) {
  .select_birthday {
    width: 100%;
  }
  .user-info {
    width: 33.33333333%;
  }
}
/* .list-inline>li{
	padding-left:10px ;
	padding-right:10px ;
} */
/* .shop-item-list{
	width: calc(100% + 20px);
    margin-left: -10px;
} */
.owl-carousel.owl-padding-10 .owl-item {
  padding-left: 10px;
  padding-right: 10px;
}

.owl-item h4 {
  font-size: 18px !important;
}

.row_table > div {
  background: #f3f3f3;
}

/* 0503gene 改display:flex好讓左右兩欄等高 */
@media (max-width: 767px) {
  .product-table {
    flex-direction: column;
  }
}
.product-table {
  word-wrap: break-word;
  word-break: normal;
  display: flex;
}

/* //0503gene*/
/* ------------------------------------------------------------------
_layout.scss layout及常用樣式
------------------------------------------------------------------ */
@media only screen and (max-width: 991px) {
  html {
    overflow: unset;
    height: auto;
    -webkit-overflow-scrolling: touch;
  }
}
html {
  font-size: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", "Gilda Display", serif;
  font-size: 100%;
  line-height: 1.7;
  font-weight: 300;
}

p, td, li, label {
  line-height: 1.7;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1440px) {
  p, td, li, label {
    font-size: 16px;
  }
}

.Esther {
  font-family: "estherregular" !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans TC", "Gilda Display", serif;
  font-weight: 500;
  line-height: 1.4;
}

h1 {
  color: rgb(193, 164, 108);
}

h1 {
  font-size: 28px;
  margin: 0.4rem 0;
}

h2 {
  font-size: 24px;
  margin: 0.6rem 0;
}

h3 {
  font-size: 22px;
  margin: 0.7rem 0;
}

h4 {
  font-size: 20px;
  margin: 0.8rem 0;
}

h5 {
  font-size: 18px;
  margin: 0.8rem 0;
}

h6 {
  font-size: 17px;
  margin: 0.8rem 0;
}

p {
  margin: 1rem 0;
}

.display {
  margin-bottom: 0.5rem;
}

.display h1 {
  font-weight: 800;
  font-size: 3rem;
}

.display p {
  font-size: 1.3rem;
}

@media all and (max-width: 1024px) {
  h1 {
    font-size: 1.75rem;
  }
  h2 {
    font-size: 1.65rem;
  }
  h3 {
    font-size: 1.55rem;
  }
  h4 {
    font-size: 1.45rem;
  }
  h5 {
    font-size: 1.3rem;
  }
  h6 {
    font-size: 1rem;
  }
  .display h1 {
    font-size: 2.2rem;
  }
  .display p {
    font-size: 1.1rem;
  }
}
p:empty {
  margin-bottom: 20px;
}

.table td, .table th {
  border-top: 1px solid #ececec;
}

.table {
  color: #1d1d1d;
}

.table thead th {
  border-bottom: 1px solid #dee2e6 !important;
}

/* ------------------------------------------------------------------
wrapper
------------------------------------------------------------------ */
#wrapper {
  min-height: 100%;
}

/* ------------------------------------------------------------------
選中元素
------------------------------------------------------------------ */
::selection {
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #333; /* Firefox */
}

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #333; /* Safari */
}

.dropdown-menu {
  border-radius: 0;
}

.collapse.in {
  display: block;
}

.color-theme {
  color: rgb(193, 164, 108);
}

.breadcrumb > li + li:before {
  padding: 0 2px 0 5px;
  color: rgba(130, 130, 130, 0.7);
  content: "/ ";
}

ol.breadcrumb {
  flex-wrap: nowrap;
}
ol.breadcrumb li {
  white-space: nowrap;
  font-size: 12px;
}
ol.breadcrumb li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-align: left;
}

.breadcrumb-title {
  white-space: nowrap;
  overflow: auto;
}

figure {
  margin: 0;
}

@media (min-width: 1280px) {
  .container {
    max-width: 1250px;
  }
}
.pagination {
  font-size: 0.7rem;
  overflow-x: auto;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background: rgba(0, 0, 0, 0.05) !important;
}

.pagination > li > a {
  margin-right: 15px;
}

.pagination > li.active > a {
  border-color: #ddd;
  color: #fff !important;
}

section.dark .pagination > li,
section.dark .pagination > li > a {
  color: #ccc !important;
  border-color: #666;
  background-color: transparent;
}

section.dark .pagination > li > a:hover,
section.dark .pagination > li > span:hover {
  background-color: #555;
}

section.dark .pagination > li.active > a {
  color: #fff !important;
}

/* pager */
section.dark .pager li > a,
section.dark .pager li > span {
  background-color: #666;
  border-color: #888;
  color: #fff;
}

section.dark .pager li > a:hover {
  background-color: #555;
}

/* simple pagination */
.pagination.pagination-simple > li > a {
  border: 0 !important;
  display: block;
  background-color: #f2f2f2 !important;
  color: #333 !important;
  padding: 5px 12px !important;
  font-weight: bold !important;
  border-radius: 0 !important;
}

.pagination.pagination-simple > li.active > a, .pagination.pagination-simple > li > a:hover {
  padding: 5px 12px !important;
  background-color: rgb(193, 164, 108) !important;
  color: #fff !important;
}

.pagination.pagination-simple > li:first-child > a {
  border: 0 !important;
}

section.dark .pagination.pagination-simple > li > a {
  border-left: #666 1px solid !important;
  color: #888 !important;
}

section.dark .pagination.pagination-simple > li.active > a {
  color: #eee !important;
}

section.dark .pagination.pagination-simple > li:first-child > a {
  border: 0 !important;
}

.has-feedback .form-control-feedback {
  right: 35px;
  color: #dc3545;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #737373;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

.has-error .help-block {
  color: #dc3545;
}

.has-error .form-control {
  border-color: #dc3545;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control-feedback {
  color: #dc3545;
}

.has-success .form-control {
  border-color: #28a745;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control-feedback {
  color: #28a745;
}

.fade.in {
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .shopping_width {
    max-width: 875px !important;
    margin: auto;
    padding: 0;
  }
}
.special-remind-info p {
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

/*小螢幕篩選*/
.noscroll {
  position: fixed !important;
  width: 100% !important;
}

.border-theme {
  border: 1px solid #ececec;
}

.border-right-theme {
  border-right: 1px solid #ececec;
}

.border-left-theme {
  border-left: 1px solid #ececec;
}

.border-bottom-theme {
  border-bottom: 1px solid #ececec;
}

.border-top-theme {
  border-top: 1px solid #ececec;
}

.border-themeColor {
  border: 1px solid rgb(193, 164, 108);
}

.img-thumbnail {
  background-color: transparent;
  border: 1px solid #ececec;
}

.card {
  border: 1px solid #ececec;
}

@media (max-width: 767px) {
  #abgne_float_ad, #abgne_float_ad_left, #tuad, #tuad1 {
    display: none !important;
  }
}
.required-star {
  color: #FF851B;
}

@media (max-width: 991px) {
  .mobile_fluid_divider {
    border-bottom: 8px solid #f7f7f7;
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
    right: -15px;
  }
}
.breadcrumb h1.breadcrumbH1 {
  font-size: 12px;
  display: inline;
  color: #1d1d1d;
  font-weight: normal;
  font-family: "Noto Sans TC", "Gilda Display", serif;
}
.breadcrumb h1.breadcrumbH1:hover {
  color: rgb(193, 164, 108);
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1130px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1200px;
  }
}
@media (min-width: 1440px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1400px;
  }
}
.secTitle {
  border-bottom: #ececec 1px solid;
  line-height: 19px;
  padding-bottom: 25px;
  margin-bottom: 24px;
}

.earNewLeft {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  left: 15px;
  bottom: 130px;
}

.earNewLeftClose {
  position: absolute;
  right: 0px;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
}
.earNewLeftClose :hover {
  background: #1d1d1d;
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
}

.earNewRight {
  display: none;
  overflow: hidden;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 130px;
  z-index: 12000;
}

.earNewRightClose {
  position: fixed;
  right: 15px;
  background: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
  z-index: 12000;
}
.earNewRightClose :hover {
  background: rgb(193, 164, 108);
  color: #fff;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-radius: 13px;
}

.slick-dots li.slick-active, .slick-dots li:hover {
  background: rgb(255, 255, 255);
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 7px;
  border-radius: 500px;
  border: 1px solid rgb(255, 255, 255);
}

.slick-dots li, .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  cursor: pointer;
}

.aboutour-section {
  padding-bottom: 50px;
}

#systemInfo .subTitle {
  font-size: 17px;
  color: #000;
  font-weight: 900;
}

textarea:focus, input:focus {
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  box-shadow: none;
}

.allprevBotton {
  height: 14px;
  width: 14px;
  transform: translateY(-2px);
}

.allnextBotton {
  height: 14px;
  width: 14px;
  transform: rotate(180deg) translateY(2px);
}

/* Custom Cursor滑鼠效果 */
.custom-cursor, .custom-cursor-dot {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
  opacity: 0;
}

.custom-cursor {
  width: 35px;
  height: 35px;
  border: 0px solid #1c1c1c;
  border-radius: 50%;
}

.custom-cursor-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.4);
}

/* preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999999;
  background-image: url("../images/preloader.svg"); /* your icon gif file path */
  background-repeat: no-repeat;
  background-color: #FFF;
  background-position: center;
}

#stop-scrolling {
  height: 100vh !important;
  overflow: hidden !important;
  position: fixed;
}

.overflow-hidden {
  overflow: hidden !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
  margin: 0 !important;
}

/**修正contentbox拖拉column時width 100會掉行**/
.is-box .row {
  flex-wrap: initial;
}
@media (min-width: 761px) {
  .is-box .row {
    display: flex;
  }
}
@media (max-width: 760px) {
  .is-box .row {
    display: block;
  }
}

.text-muted {
  color: #1d1d1d !important;
}

/* ------------------------------------------------------------------
_thme-color.scss 主題色樣式
------------------------------------------------------------------ */
::selection {
  background: rgb(193, 164, 108);
}

a {
  color: rgb(193, 164, 108);
}
a:hover {
  color: #d4c3a5;
}

.btn-primary {
  background-color: rgb(193, 164, 108);
  color: #fff;
  text-align: center;
}
.btn-primary:hover {
  opacity: 0.85;
  border-color: transparent;
}

.swiper-pagination-bullet-active {
  background-color: rgb(193, 164, 108) !important;
}

#topNav ul.dropdown-menu { /* submenu border top color */
  border-top-color: rgb(193, 164, 108);
}

section.featured-grid div.row > div .ribbon:before,
.modal-content {
  border-top-color: rgb(193, 164, 108);
}

#topNav ul.dropdown-menu {
  border-color: rgb(193, 164, 108) #fff #fff;
}

#topNav div.submenu-dark ul.dropdown-menu {
  border-color: rgb(193, 164, 108) #3F3F3F #3F3F3F;
}

#topNav div.submenu-color ul.dropdown-menu {
  border-color: rgb(193, 164, 108) #3F3F3F #3F3F3F;
}

#topMain li.search .search-box {
  border-top: rgb(193, 164, 108) 2px solid;
}

/* COLOR DROP DOWN MENU */
#topNav div.submenu-color ul.dropdown-menu {
  background-color: rgb(193, 164, 108);
}

#topNav div.submenu-color ul.dropdown-menu {
  border-color: #888 rgb(193, 164, 108) rgb(193, 164, 108);
}

#topNav div.submenu-color ul.dropdown-menu a.dropdown-toggle {
  background-image: url("../../images/submenu_light.png");
}

#topNav div.submenu-color ul.dropdown-menu li.active > a,
#topNav div.submenu-color ul.dropdown-menu li.active:hover > a,
#topNav div.submenu-color ul.dropdown-menu li.active:focus > a,
#topNav div.submenu-color ul.dropdown-menu li:hover > a,
#topNav div.submenu-color ul.dropdown-menu li:focus > a,
#topNav div.submenu-color ul.dropdown-menu li:focus > a {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.15);
}

#topNav div.submenu-color ul.dropdown-menu li.divider {
  background-color: rgba(255, 255, 255, 0.3);
}

#topNav div.submenu-color ul.dropdown-menu > li a {
  color: #fff;
}

#topNav div.submenu-color #topMain > li.mega-menu div.row div > ul > li > span {
  color: #fff;
}

#topNav div.submenu-color #topMain > li.mega-menu div.row div {
  border-left: rgba(0, 0, 0, 0.2) 1px solid;
}

/* Theme Color Section */
section.theme-color,
section.theme-color div.heading-title.heading-dotted h1,
section.theme-color div.heading-title.heading-dotted h2,
section.theme-color div.heading-title.heading-dotted h3,
section.theme-color div.heading-title.heading-dotted h4,
section.theme-color div.heading-title.heading-dotted h5,
section.theme-color div.heading-title.heading-dotted h6 {
  color: #fff;
  background-color: rgb(193, 164, 108);
}

section.theme-color div.heading-title h1,
section.theme-color div.heading-title h2,
section.theme-color div.heading-title h3,
section.theme-color div.heading-title h4,
section.theme-color div.heading-title h5,
section.theme-color div.heading-title h6 {
  background-color: rgb(193, 164, 108);
}

section.theme-color div.heading-title h1 span,
section.theme-color div.heading-title h2 span,
section.theme-color div.heading-title h3 span,
section.theme-color div.heading-title h4 span,
section.theme-color div.heading-title h5 span,
section.theme-color div.heading-title h6 span {
  color: #fff;
}

section.theme-color a {
  color: #fff;
  text-decoration: none;
}

section.theme-color a:hover {
  color: #111;
}

section.theme-color pre {
  background-color: rgba(0, 0, 0, 0.1);
}

section.theme-color div.heading-border-bottom.heading-color {
  border-bottom-color: rgba(255, 255, 255, 0.5);
}

/**	[Shortcode] Buttons
*************************************************** **/
section.dark .btn-default:hover {
  color: rgb(193, 164, 108);
  background-color: rgba(0, 0, 0, 0.3);
}

/**	[Shortcode] Page Header
*************************************************** **/
section.page-header .breadcrumb a:hover {
  color: rgb(193, 164, 108);
  text-decoration: none;
}

/**	[Shortcode] Dividers
*************************************************** **/
div.divider.divider-color i {
  color: #fff;
}

div.divider.divider-color:before,
div.divider.divider-color:after {
  border-top: rgb(193, 164, 108) 1px solid;
}

div.divider.divider-color i {
  color: rgb(193, 164, 108);
}

div.divider.divider-circle.divider-color i {
  color: #fff;
  background-color: rgb(193, 164, 108);
}

div.divider.divider-border > a:hover > i {
  color: rgb(193, 164, 108);
}

/**	[Shortcode] Headings
*************************************************** **/
div.heading-title.heading-line-single.heading-color:before,
div.heading-title.heading-line-double.heading-color:before {
  border-color: rgb(193, 164, 108);
}

div.heading-border-bottom.heading-color {
  border-bottom-color: rgb(193, 164, 108);
}

div.heading-title.heading-border.heading-color,
div.heading-title.heading-border.heading-inverse.heading-color {
  border-color: rgb(193, 164, 108);
}

section.dark div.heading-title.heading-border-bottom {
  border-bottom-color: rgb(193, 164, 108);
}

/**	[Shortcode] Navigations
*************************************************** **/
.navbar-primary {
  border-color: rgb(193, 164, 108) !important;
  background-color: rgb(193, 164, 108) !important;
}

/**	[Shortcode] Paginations
*************************************************** **/
section.dark .pagination > li.active > a,
.pagination > li.active > a {
  border-color: rgb(193, 164, 108);
  background-color: rgb(193, 164, 108);
}

/** Styled Icons
**************************************************************** **/
section.dark i.ico-hover:hover,
i.ico-hover:hover {
  background-color: rgb(193, 164, 108);
  border-color: rgb(193, 164, 108);
}

/** [Shortcode] Tabs
**************************************************************** **/
.nav-tabs.nav-top-border > li > a.active,
.nav-tabs.nav-top-border > li > a.active:hover {
  border-top-color: rgb(193, 164, 108) !important;
}

.nav-tabs.nav-bottom-border > li > a.active,
.nav-tabs.nav-bottom-border > li > a.active:hover, .nav-tabs.nav-bottom-border > li > a:hover {
  border-bottom-color: rgb(193, 164, 108);
}

.nav-tabs.nav-bottom-border > li > a {
  position: relative;
}
.nav-tabs.nav-bottom-border > li > a::after {
  content: "";
  transition: all 0.3s ease;
}

.nav-tabs.nav-bottom-border > li > a.active::after,
.nav-tabs.nav-bottom-border > li > a.active:hover::after, .nav-tabs.nav-bottom-border > li > a:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(193, 164, 108);
}

.nav-tabs.nav-alternate > li > a.active {
  background-color: rgb(193, 164, 108) !important;
}

.nav-tabs > li > a.active, .nav-tabs.nav-bottom-border > li > a:hover {
  color: rgb(193, 164, 108);
}

/** Sky Forms
**************************************************************** **/
/**/
/* normal state */
/**/
.sky-form .toggle i:before {
  background-color: rgb(193, 164, 108);
}

.sky-form .button {
  background-color: rgb(193, 164, 108);
}

/**/
/* checked state */
/**/
.sky-form .radio input + i:after {
  background-color: rgb(193, 164, 108);
}

.sky-form .checkbox input + i:after {
  color: rgb(193, 164, 108);
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
  border-color: rgb(193, 164, 108);
}

.sky-form .rating input:checked ~ label {
  color: rgb(193, 164, 108);
}

/** Hover Buttons
**************************************************************** **/
.hvr-border-fade:hover, .hvr-border-fade:focus, .hvr-border-fade:active {
  box-shadow: inset 0 0 0 4px rgb(193, 164, 108), 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-fade:hover, .hvr-fade:focus, .hvr-fade:active,
.hvr-back-pulse:hover, .hvr-back-pulse:focus, .hvr-back-pulse:active,
.hvr-sweep-to-right:before,
.hvr-sweep-to-left:before,
.hvr-sweep-to-bottom:before,
.hvr-sweep-to-top:before,
.hvr-bounce-to-right:before,
.hvr-bounce-to-left:before,
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before,
.hvr-radial-out:before,
.hvr-radial-in,
.hvr-rectangle-inm .hvr-rectangle-out:before,
.hvr-shutter-in-horizontal,
.hvr-shutter-out-horizontal:before,
.hvr-shutter-in-vertical,
.hvr-shutter-out-vertical:before,
.hvr-underline-from-left:before,
.hvr-underline-from-center:before,
.hvr-underline-from-right:before,
.hvr-overline-from-left:before,
.hvr-overline-from-center:before,
.hvr-overline-from-right:before,
.hvr-underline-reveal:before,
.hvr-overline-reveal:before {
  background-color: rgb(193, 164, 108);
}

.badge-aqua {
  background-color: rgb(193, 164, 108) !important;
}

.event_block {
  color: rgb(193, 164, 108);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) !important;
  padding: 10px 15px;
  background-color: rgba(23, 155, 215, 0.1);
  margin: 0 0 10px 0;
}

.event_arrow {
  color: rgb(193, 164, 108) !important;
}

/*商品列表加入購物車按鈕*/
a.list_b {
  border: none;
  background-color: #666;
  color: #fff !important;
  padding: 0;
  width: 100%;
  border-radius: 0px;
  line-height: 26px;
  height: 26px;
}

a.list_b:hover, a.list_b:active {
  border: none;
  background-color: rgb(193, 164, 108);
  color: #fff !important;
  padding: 0;
  width: 100%;
  border-radius: 0px;
  line-height: 26px;
  height: 26px;
}

/*loading顏色*/
#circle_loading {
  border-left-color: rgb(193, 164, 108);
}

/* 左側選單大頭貼顏色 */
.mugShot {
  background: rgb(193, 164, 108);
}

/* 選中特別色 */
.side-nav ul.list-group li.list-group-item a:hover {
  color: rgb(193, 164, 108) !important;
}

.side-nav ul.list-group li.list-group-item.active a.switch {
  color: rgb(193, 164, 108) !important;
}

.btn-primary.disabled, .btn-primary:disabled {
  border-color: rgb(193, 164, 108) !important;
  background: rgb(193, 164, 108);
  opacity: 0.7;
}

.wssearch.wsopensearch {
  background: transparent;
}

.wssearch-mobile.wssearch.wsopensearch {
  background: rgba(0, 0, 0, 0.8);
}

.bg-theme {
  background: rgb(193, 164, 108);
}

.notfound-section #imageField {
  background: transparent;
  color: #fff;
}

.border-before-title::before {
  content: "";
  border: 3px solid rgb(193, 164, 108);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.btn-outline-primary {
  color: rgb(193, 164, 108);
  border-color: rgb(193, 164, 108);
}
.btn-outline-primary:hover, .btn-outline-primary:active {
  color: #fff;
  background-color: rgb(193, 164, 108) !important;
  border-color: rgb(193, 164, 108) !important;
}

.font-theme {
  color: #1d1d1d;
}

a.font-theme:hover {
  color: #886d39;
}

.wsmenu > .wsmenu-list > li > a {
  color: #1d1d1d;
}
.wsmenu > .wsmenu-list > li > a:hover {
  color: #886d39;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a {
  font-size: 15px;
  color: #1d1d1d;
}
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > a:hover,
.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > a:hover {
  color: #886d39;
}

section.page-header .breadcrumb a {
  color: #1d1d1d;
}

div.toggle > label {
  color: #1d1d1d;
}

/* ------------------------------------------------------------------
_wh-widget.scss 右下線上詢問
------------------------------------------------------------------ */
#wh-call-to-action {
  display: none;
}

/* ------------------------------------------------------------------
_modal.scss 彈出視窗
------------------------------------------------------------------ */
.modal-header {
  background-color: #F9F9F9;
}
.modal-header .close {
  padding: 0.6rem 1rem 1.1rem 1rem;
  margin: -0.5rem -1rem -1rem auto;
  font-family: initial;
  font-size: 0.8rem;
  line-height: 1rem;
}

.modal-title {
  font-size: 1rem;
}

.modal-body h1 {
  color: #333;
}
.modal-body .nav.nav-tabs {
  overflow: initial;
}

/* ------------------------------------------------------------------
_swiper.scss 輪播
------------------------------------------------------------------ */
.adv-banner-full .swiper-wrapper img {
  height: auto;
  width: 100%;
}
.adv-banner-full .swiper-button-prev i {
  transform: translateX(-2px);
}
.adv-banner-full .swiper-button-next i {
  transform: translateX(1px);
}
.adv-banner-full .swiper-button-next,
.adv-banner-full .swiper-button-prev {
  display: none;
  background-image: none;
  border: 0;
  font-size: 27px;
  height: auto;
  width: 60px;
  text-align: center;
  color: #1d1d1d;
  background-color: transparent;
  border-radius: 100%;
  transition: all 0.5s ease;
  opacity: 0.5;
  padding: 10px;
}
.adv-banner-full .swiper-button-next:hover,
.adv-banner-full .swiper-button-prev:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 479px) {
  .adv-banner-full .swiper-button-next,
  .adv-banner-full .swiper-button-prev {
    width: 40px;
    height: 40px;
    line-height: 21px;
    padding: 2px;
  }
}
@media only screen and (min-width: 1024px) {
  .adv-banner-full .swiper-button-next {
    right: 25px;
  }
  .adv-banner-full .swiper-button-prev {
    left: 25px;
  }
}
.adv-banner-full .swiper-pagination {
  display: block;
}
.adv-banner-full .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.adv-banner-full .swiper-container:hover .swiper-button-next,
.adv-banner-full .swiper-container:hover .swiper-button-prev, .adv-banner-full .swiper-container:hover .swiper-pagination {
  display: block;
}

/* ------------------------------------------------------------------
_owl-carousel.scss 貓頭鷹輪播
------------------------------------------------------------------ */
.owl-carousel {
  overflow: hidden;
  position: relative;
}

.owl-nav {
  display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px !important;
  height: 40px !important;
  line-height: 36px !important;
  background: #fff !important;
  opacity: 0.3;
  border-radius: 50%;
  border: 1px solid #1d1d1d !important;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 19px;
  color: #1d1d1d;
  position: absolute;
  top: 50%;
  transform: translateY(-53%);
  width: 40px;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
  opacity: 0.7;
}
.owl-nav .owl-prev {
  left: 0px;
}
.owl-nav .owl-prev i {
  left: -3px;
}
.owl-nav .owl-next {
  right: 0px;
}
.owl-nav .owl-next i {
  left: 0px;
}
@media (max-width: 991px) {
  .owl-nav {
    display: block;
  }
}

.owl-carousel:hover .owl-nav {
  display: block;
}

.owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.5;
  margin: 0 5px;
}
.owl-dots .owl-dot span:hover {
  background: rgb(193, 164, 108);
  opacity: 1;
}

.owl-dots .owl-dot.active span {
  background: rgb(193, 164, 108);
  opacity: 1;
}

@media (max-width: 767px) {
  .owl-carousel-goodcolor .owl-nav button {
    display: none;
  }
}
.owl-carousel.owl-padding-0 .owl-item {
  padding: 0 !important;
}

.owl-carousel.owl-padding-1 .owl-item {
  padding: 0 1px;
}

.owl-carousel.owl-padding-2 .owl-item {
  padding: 0 2px;
}

.owl-carousel.owl-padding-3 .owl-item {
  padding: 0 3px;
}

.owl-carousel.owl-padding-6 .owl-item {
  padding: 0 6px;
}

.owl-carousel.owl-padding-8 .owl-item {
  padding: 0 8px;
}

.owl-carousel.owl-padding-10 .owl-item {
  padding: 0 10px;
}

.owl-carousel.owl-padding-15 .owl-item {
  padding: 0 15px;
}

.owl-carousel.owl-padding-20 .owl-item {
  padding: 0 20px;
}

.owl-Fixed .owl-carousel.owl-drag .owl-item {
  max-height: 27vh;
  overflow: hidden;
}

.owl-Fixed .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 800px;
}

/* ------------------------------------------------------------------
_navtabs.scss Nav Tabss
------------------------------------------------------------------ */
.nav-tabs {
  border-bottom: 1px solid #ececec;
}

.nav-tabs > li > a:hover, .nav-tabs {
  flex-wrap: nowrap;
  border: 0;
}

.nav-tabs > li > a:hover {
  font-size: 16px;
  color: #bca988;
  white-space: nowrap;
  border: 0;
}
.nav-tabs > li > a:hover:focus {
  background: transparent;
  border: 0;
}

.nav-tabs > li > a {
  font-size: 16px;
  color: #1d1d1d;
  white-space: nowrap;
  border: 0;
}
.nav-tabs > li > a:focus {
  background: transparent;
  border: 0;
}

.nav-tabs .nav-link {
  border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background: transparent;
  border: 0;
}

.nav-tabs > li > a.active {
  position: relative;
  color: #bca988 !important;
  display: inline-block;
}

.nav-tabs > li > a.active::after {
  content: "✤";
  display: block;
  font-size: 16px; /* 調整符號大小 */
  color: #bca988;
  position: absolute;
  left: 50%;
  bottom: 0;
}

.nav-tabs > li > a.active span {
  display: block;
  transform: translateY(-20px); /* 文字往上移 */
}

/* ------------------------------------------------------------------
_inview.scss 滾動效果
------------------------------------------------------------------ */
.fadein, .fadeinleft, .fadeinright {
  opacity: 0;
  transition: all 1500ms;
}

.fadein {
  transform: translate(0, -25px);
}

.fadeinleft {
  transform: translate(-25px, 0);
}

.fadeinright {
  transform: translate(25px, 0);
}

.fadein.inview, .fadeinleft.inview, .fadeinright.inview {
  opacity: 1;
  transform: translate(0, 0);
}

.delay2 {
  transition-delay: 0.4s;
}

.delay3 {
  transition-delay: 0.6s;
}

.delay4 {
  transition-delay: 0.8s;
}

.delay5 {
  transition-delay: 1s;
}

.delay6 {
  transition-delay: 1.2s;
}

.delay7 {
  transition-delay: 1.4s;
}

@media screen and (max-width: 768px) {
  .fadein, .fadeinleft, .fadeinright {
    transition: all 1000ms;
  }
  .fadein {
    transform: translate(0, -15px);
  }
  .fadeinleft {
    transform: translate(0, -15px);
  }
  .fadeinright {
    transform: translate(0, -15px);
  }
  .fadein.inview, .fadeinleft.inview, .fadeinright.inview {
    transform: translate(0, 0);
  }
  .delay2, .delay3, .delay4, .delay5, .delay6, .delay7 {
    transition-delay: 0.2s;
  }
}
@keyframes passing-bar {
  0% {
    left: 0;
    width: 0;
  }
  50% {
    left: 0;
    width: 100%;
  }
  51% {
    left: 0;
    width: 100%;
  }
  100% {
    left: 100%;
    width: 0;
  }
}
@keyframes passing-txt {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.passing .passing-box {
  display: block;
}

.passing .passing-bar {
  position: relative;
  display: inline-block;
  transform: translate3d(0, 0, 0);
}

.passing .passing-bar::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fffc00;
}

.passing.move.move03 .passing-bar::before {
  background: #000000;
}

.passing.move.img_y .passing-bar::before {
  background: #ff61a4;
}

.passing .passing-txt {
  opacity: 0;
  transform: translate3d(0, 0, 0);
}

.passing.move.inview .passing-bar::before {
  animation: passing-bar 1.1s cubic-bezier(0.77, 0, 0.175, 1) 0.2s 1 normal forwards;
}

.passing.move.inview .passing-txt {
  animation: passing-txt 0.1s ease 0.7s 1 normal forwards;
}

.customer {
  font-size: 72px;
  letter-spacing: 2em;
  filter: blur(12px);
  opacity: 0;
  transition: all 0.7s;
}

.customer.inview {
  letter-spacing: 0.2em;
  filter: blur(0px);
  opacity: 1;
}

/* ------------------------------------------------------------------
headAD
------------------------------------------------------------------ */
.headAdClose {
  position: absolute;
  top: 0;
  right: 5px;
  color: #fff;
}
.headAdClose:hover {
  color: #fff;
}

@media (max-width: 991px) {
  .headADDesktop {
    display: none !important;
  }
}
#horseBox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
#horseBox a {
  color: #fff;
  text-decoration: underline;
  white-space: nowrap;
}
#horseBox .owl-carousel-horse {
  flex: 0 0 420px;
  text-align: center;
}
@media (max-width: 991px) {
  #horseBox .owl-carousel-horse {
    flex: 0 0 60%;
  }
}
@media (max-width: 767px) {
  #horseBox .owl-carousel-horse {
    flex: 0 0 100%;
    font-size: 13px;
  }
}
#horseBox .owl-nav {
  display: block;
}
#horseBox .owl-nav .owl-prev,
#horseBox .owl-nav .owl-next {
  background: transparent !important;
  opacity: 1;
  border-radius: 0;
  border: 0 !important;
}
#horseBox .owl-nav .owl-prev i,
#horseBox .owl-nav .owl-next i {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

/* ------------------------------------------------------------------
_topbar.scss Top Bar
------------------------------------------------------------------ */
#topBar {
  background-color: #363839;
}
#topBar a:hover {
  color: #fff;
}
#topBar ul.top-links {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
#topBar ul.top-links > li {
  position: relative;
  border-right: rgba(255, 255, 255, 0.1) 1px solid;
}
#topBar ul.top-links > li > a {
  padding: 8px;
  font-size: 12px;
  color: #fff;
  display: block;
  text-decoration: none;
}
#topBar ul.top-links > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#topBar ul.top-links > li > a > i {
  margin-right: 5px;
}
#topBar ul.top-links > li ul.dropdown-menu {
  z-index: 3000;
  min-width: 100%;
  margin-top: 0;
  padding: 0;
  background-color: #363839;
  white-space: nowrap;
  right: 0;
  left: unset;
}
#topBar ul.top-links > li ul.dropdown-menu > li > a {
  padding: 8px;
  font-size: 12px;
  display: block;
  color: #fff;
}
#topBar ul.top-links > li ul.dropdown-menu > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#topBar ul.top-links > li ul.dropdown-menu > li > a > i {
  margin-right: 6px;
}
#topBar ul.top-links > li:hover ul.dropdown-menu {
  display: block;
}
@media only screen and (max-width: 991px) {
  #topBar {
    display: none !important;
  }
}

/* ------------------------------------------------------------------
_wsmenu.scss 從white-blue.css搬過來
------------------------------------------------------------------ */
/* Desktop Main Menu Color */
.wsmenu > .wsmenu-list {
  background-color: transparent;
}

/* Mobile Header */
.wsactive .wsmenu > .wsmenu-list > li > a {
  color: #fff;
}

.wsactive .wsmenu > .wsmenu-list > li > a.active {
  color: #fff;
}

.wsactive .wsmenu > .wsmenu-list > li:hover > a {
  color: #fff;
}

.wsactive .wsmenu > .wsmenu-list > li > a > .fa {
  color: #fff;
}

.wsmenu > .wsmenu-list > li > a {
  color: #333;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-top-color: #939393;
}

.wsmenu > .wsmenu-list > li > a:hover .wsarrow:after {
  border-top-color: #939393;
}

.wsmenu > .wsmenu-list > li > a.active .wsarrow:after {
  border-top-color: #939393;
}

.wsmenu > .wsmenu-list > li:hover > a .wsarrow:after {
  border-top-color: #939393;
}

.wsmenu > .wsmenu-list > li > a > .fa {
  color: #333;
}

.wsmenu > .wsmenu-list > li > a.active .fa {
  color: #333;
}

.wsmenu > .wsmenu-list > li:hover > a > .fa {
  color: #333;
}

.wsmenu > .wsmenu-list > li > a:hover .fa {
  color: #333;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type=submit] {
  background-color: #1991eb;
  color: #333;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .menu_form input[type=button] {
  background-color: #1991eb;
  color: #333;
}

.wsmenu > .wsmenu-list > li > a.active {
  color: #333;
  border-bottom: solid 3px #1991eb;
}

.wsmenu > .wsmenu-list > li:hover > a {
  color: #333;
  border-bottom: solid 3px #1991eb;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  background-color: #1991eb;
  color: #fff;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  background-color: #1991eb;
  color: #fff;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover a {
  background-color: #1991eb;
  color: #fff;
}

.fa-angle-down:before {
  content: "" !important;
  position: absolute;
  width: 2em;
  height: 1.5em;
  right: 2px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -142px -7px;
  transform: rotate(0deg);
  background-size: 229px 107px;
}

.fa-angle-downC:before {
  content: "" !important;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  right: 5px;
  top: 5px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -180px 0;
  transform: rotate(180deg);
  background-size: 229px 107px;
}

/* ------------------------------------------------------------------
_header.scss   頭部通用
------------------------------------------------------------------ */
.wsmainfull {
  background-color: #fff;
  z-index: 999;
  position: fixed;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .wsmainfull {
    border-bottom: 0;
  }
}

.desktoplogo {
  padding: 7px 5px;
  text-align: center;
  min-width: 105px;
}
.desktoplogo a {
  display: inline-block;
}
.desktoplogo img {
  max-width: 100%;
  height: 90px;
  transition: all 0.5s ease;
  margin: 0;
}

.header-right-section, .header-right-sectionw {
  display: flex;
  padding-right: 15px;
  padding-left: 0;
  position: static;
}
@media (max-width: 991px) {
  .header-right-section, .header-right-sectionw {
    width: 40%;
  }
}

.quick-cart {
  padding: 0 10px;
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 300;
}
.quick-cart .fa {
  font-size: 19px;
  color: #727272;
  padding-top: 4px;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .quick-cart:hover .fa {
    color: rgba(114, 114, 114, 0.7);
  }
  .quick-cart:hover .badge.badge-corner {
    opacity: 0.7;
  }
}
.quick-cart .badge.badge-corner {
  right: 2px;
  top: 7px;
  position: absolute;
  color: #fff;
  border-radius: 20px;
  background-color: rgb(193, 164, 108) !important;
  min-width: 19px;
  line-height: 12px;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 991px) {
  .quick-cart .badge.badge-corner {
    right: 15px;
    top: 10px;
  }
}
.quick-cart .quick-cart-box {
  display: none;
  right: 0;
  left: auto;
  top: 100%;
  background-color: #fff;
  position: absolute;
  box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.06);
  width: 350px;
  z-index: 22;
  border: 1px solid #eee;
  cursor: default;
}
.quick-cart .quick-cart-box .quick-cart-wrapper {
  max-height: 330px;
  overflow-y: scroll;
}
.quick-cart .quick-cart-box .quick-cart-wrapper .container-fluid:hover {
  background-color: rgba(238, 238, 238, 0.4);
}
.quick-cart .quick-cart-box .quick-cart-wrapper h6 {
  font-size: 0.9rem;
  color: #1d1d1d;
}
.quick-cart .quick-cart-box .quick-cart-wrapper h6:hover {
  color: #000;
}
.quick-cart .quick-cart-box .quick-cart-wrapper small {
  color: rgb(193, 164, 108);
}
.quick-cart .quick-cart-box .quick-cart-wrapper small:hover {
  color: rgb(193, 164, 108);
}
.quick-cart .quick-cart-box .quick-cart-wrapper img {
  max-width: 50px;
  height: auto;
}
@media (max-width: 991px) {
  .quick-cart .quick-cart-box .quick-cart-wrapper {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .quick-cart .quick-cart-box .quick-cart-wrapper {
    max-height: 215px;
  }
}
.quick-cart .quick-cart-box .quick-cart-footer .btn {
  font-size: 0.9rem;
  background-color: rgb(193, 164, 108);
  border: none;
}
.quick-cart .quick-cart-box .quick-cart-footer .btn:hover {
  background-color: #d4c3a5;
}
@media only screen and (max-width: 991px) {
  .quick-cart {
    border-bottom: unset;
    box-shadow: unset;
    padding: 0 20px 0 0;
  }
  .quick-cart.quick-cart-desktop {
    display: none;
  }
}

.wsmainfull.wsfixed {
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
.wsmainfull.wsfixed .desktoplogo {
  width: unset;
}
.wsmainfull.wsfixed .desktoplogo img {
  height: 90px;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > a {
  line-height: 97px;
  transition: all 0.5s ease;
}
.wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 103px;
}
@media only screen and (max-width: 991px) {
  .wsmainfull.wsfixed {
    border-bottom: unset;
  }
}
.wsmobileheader {
  position: relative;
  height: 0;
  display: none;
  background-color: #fff;
  z-index: 998;
  position: fixed;
}
.wsmobileheader .wsmainwpMobile {
  display: flex;
  justify-content: space-between;
  height: 54px;
}
.wsmobileheader .smllogo {
  margin-top: 0;
  display: flex;
  width: 100%;
  left: 44px;
  position: absolute;
}
.wsmobileheader .smllogo img {
  height: 54px;
}
.wsmobileheader .quick-cart-box {
  display: block;
  position: absolute;
  width: 100vw;
  right: 0;
  top: 100%;
  padding: 0;
  background: rgb(255, 255, 255);
  border: 1px solid #eee;
}
.wsmobileheader .header-right-section, .wsmobileheader .header-right-sectionw {
  z-index: 103;
  padding-right: 0;
  justify-content: end;
}
@media only screen and (max-width: 991px) {
  .wsmobileheader {
    display: block;
    height: auto;
  }
}

.wsmobileheader.wsfixed {
  position: fixed;
  transition: height 0.4s ease, opacity 0.3s ease;
  border-bottom: none;
  transition: all 0.25s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .wsactive .wsmenucontainer {
    margin-left: 0;
  }
  .wsmenu {
    z-index: 1000;
    height: 100%;
  }
  .wsactive .wsmobileheader {
    margin-left: 0;
  }
  .wsanimated-arrow.wsnavtoggle-click {
    display: none;
    position: fixed;
    margin-left: 0;
    transition: all 0.25s ease-in-out !important;
  }
  .wsactive .wsnavtoggle-click {
    display: block;
    z-index: 1001;
    margin-left: 260px;
    transition: all 0.25 ease-in-out;
  }
  .wsactive .wsnavtoggle-click span:before,
  .wsactive .wsnavtoggle-click span:after {
    background: #c9c9c9;
  }
  .wsactive .wsmenu .overlapblackbg {
    transition: opacity 1s ease-in-out;
  }
  .topSubListAngleRight {
    display: none;
  }
}
.wsmainwp {
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  .wsmainwp {
    height: auto !important;
  }
}
.wsmainwp .wsmenu {
  float: none;
  font-family: inherit;
}
.wsmainwp .wsmenu > .wsmenu-list > li > a {
  padding: 0 15px;
  line-height: 97px;
  transition: all 0.5s ease;
}
@media (max-width: 1199px) {
  .wsmainwp .wsmenu > .wsmenu-list > li > a {
    padding: 0 8px;
  }
}
.wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 97px;
}
.wsmainwp .wsmenu > .wsmenu-list > li > a .wsarrow:after {
  float: none;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

.wsmenu > .wsmenu-list > li:hover > a {
  border-bottom-width: 3px;
  border-bottom-style: solid;
}

.wsactive .wsmenu > .wsmenu-list > li > a {
  color: #1d1d1d;
}

.wsactive .wsmenu > .wsmenu-list > li:hover > a {
  color: #886d39;
  background-color: rgba(0, 0, 0, 0.08);
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li:hover > a {
  color: #886d39;
  background-color: rgb(240, 237, 230);
  text-decoration: none;
}

.wsmenu > .wsmenu-list > li > ul.sub-menu > li > ul.sub-menu > li:hover > a {
  color: #886d39;
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

.wsmenu > .wsmenu-list > li > a .wsarrow:after {
  border-top-color: rgba(0, 0, 0, 0.3);
}

@media (min-width: 992px) {
  .wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu {
    transition: all 0.3s;
    transition-delay: 0.2s;
  }
}

@media (max-width: 991px) {
  .wsactive .wsmenu {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0px;
    margin: 0;
    overflow: initial;
  }
  .wsactive .wsmenu > .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
    background-color: #fff;
  }
  .wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 0 !important;
  }
  .wsmenu > .wsmenu-list > li {
    overflow: hidden;
  }
  .wsmenu > .wsmenu-list {
    height: 100%;
    overflow-y: auto;
    display: block !important;
  }
  .wsmenu > .wsmenu-list > li > a {
    border-top-width: 0;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 992px) {
  .wsmenu > .wsmenu-list > li > a > .wsarrow {
    display: none;
  }
}
.wsanimated-arrow {
  position: relative;
}

@media (max-width: 991px) {
  .wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > a {
    line-height: 40px;
  }
  .wsmainfull.wsfixed .wsmenu > .wsmenu-list > li > a {
    line-height: 40px;
  }
}
.mug-shot-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.13);
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: sticky !important;
  top: 0;
  z-index: 1020;
  background-color: #f8f8f8 !important;
}
.mug-shot-box .mugShot {
  background: rgb(193, 164, 108);
  width: 35px;
  height: 35px;
  margin: 0 auto;
  border-radius: 50%;
}
.mug-shot-box .mugshot-divide:after {
  content: "|";
  position: absolute;
  right: 0;
  transform: translateX(50%);
}
.mug-shot-box .user-icon {
  color: #fff;
  line-height: 35px;
}

.popupMask {
  table-layout: fixed;
  height: 100% !important;
  min-height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
.popupMask .popupMask_cover {
  table-layout: fixed;
  display: inline-table;
  height: 100% !important;
  min-height: 100%;
  width: 100%;
  opacity: 1;
  transition: opacity 0.2s linear 0s;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
}
.popupMask .popupMask_cover .popupMask_center {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px;
}
.popupMask .popupMask_cover .popupMask_center .popupWindow.customZone {
  width: unset;
  border: none;
  display: inline-block;
}
.popupMask .popupMask_cover .popupMask_center .popupWindow.customZone .ad_menu_button_cover {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 8;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  opacity: 1;
  font-size: 20px;
  color: #000;
}

.phone_menu .option {
  padding: 8px 15px;
  height: 40px;
}

.option_link {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: center;
  color: #666666;
  text-decoration: none;
}

.option.col + .option.col:after {
  content: "";
  border-right: 1px solid #ddd;
  height: 50%;
  background-color: unset;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.option:last-child .option_link {
  border-right: 0;
}

.phone_menu.wsfixed {
  position: fixed;
  top: 54px;
}

.phone_menu_attr1.wsfixed {
  position: fixed;
}

.phone_menu_attr0.wsfixed {
  position: fixed;
}

/*手機選單end*/
.adv-banner-full figure {
  margin-bottom: 0;
}

.megamenu {
  transform: translateY(0px);
  box-shadow: unset;
}
.megamenu .megamenu_classthree a {
  display: block;
  color: #1d1d1d;
  font-size: 14px;
  font-weight: 300;
}
.megamenu .megamenu_classtwo a:hover {
  font-size: 16px;
}

@media (max-width: 991px) {
  .megamenu {
    transform: translateY(0px);
  }
}
.headerMenuItemText {
  display: inline-block;
  transform: translateY(0);
}

.socialIconul {
  list-style: none;
  position: absolute;
  right: 1px;
  z-index: 1000;
  position: fixed;
  font-size: 26px;
  top: 325px;
}

.socialIconuMobile {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  padding-left: 0;
}
@media (min-width: 768px) {
  .socialIconuMobile {
    display: none;
  }
}
.socialIconuMobile li {
  list-style-type: none;
  margin-right: 6px;
  margin-left: 6px;
}

.socialIconuheader {
  display: flex;
  margin-top: 20px;
  justify-content: center;
  padding-left: 0;
}
@media (max-width: 991px) {
  .socialIconuheader {
    display: none;
  }
}
.socialIconuheader li {
  list-style-type: none;
  margin-right: 6px;
  margin-left: 6px;
}

.socialIconubottom {
  display: flex;
  margin-top: 3px;
  padding-left: 0;
}
@media (max-width: 767px) {
  .socialIconubottom {
    justify-content: center;
  }
}
.socialIconubottom li {
  list-style-type: none;
  margin-right: 6px;
  margin-left: 6px;
}

.socialIcon {
  border-radius: 50%;
  background-color: rgb(193, 164, 108);
  color: #fff;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 34px;
  margin-bottom: 12px;
  transition: all 0.5s ease;
}
.socialIcon a {
  color: #fff !important;
}
.socialIcon:hover {
  background-color: #d4c3a5;
  transform: translateY(2px);
  opacity: 1 !important;
}

.socialIconsvg {
  transform: scale(1.3);
}

.wssearchform .closeSearch {
  padding: 0 10px;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .wssearchform .closeSearch {
    line-height: 30px;
    font-size: 24px;
  }
}

.mugShot .iconMap {
  background-image: url(/images/icon_map.svg);
  background-size: 229px 107px;
}

.wsMember {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}
.wsMember img {
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .wsMember {
    padding: 0;
    width: 26%;
  }
}
.wsMember > .fa {
  font-size: 19px;
  color: #727272;
}
@media (min-width: 992px) {
  .wsMember:hover > .fa {
    color: rgba(114, 114, 114, 0.7);
  }
}

.wsmenu-list li:hover .megamenu .attr_overlapblackbg {
  display: block;
}

.headerMenuItemText {
  font-size: 16px;
}
@media (max-width: 1199px) {
  .headerMenuItemText {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------
_wssearch.scss 首頁全站搜尋
------------------------------------------------------------------ */
.wssearch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  padding: 0 10px;
}
.wssearch img {
  width: 30px;
  height: 30px;
}
@media (max-width: 992px) {
  .wssearch {
    padding: 0;
    width: 26%;
  }
}
.wssearch > .fa {
  font-size: 19px;
  color: #727272;
}
@media (min-width: 992px) {
  .wssearch:hover > .fa {
    color: rgba(114, 114, 114, 0.7);
  }
}
@media only screen and (max-width: 991px) {
  .wssearch.wssearchdesktop {
    display: none;
  }
}

.wssearchform {
  display: none;
  padding: 0;
  position: relative;
  width: 80%;
  line-height: 44px;
  top: 0px;
  left: 10%;
  cursor: default;
}
@media (max-width: 786px) {
  .wssearchform {
    width: 100%;
    left: 0;
  }
}
.wssearchform form {
  display: block;
  position: relative;
  width: calc(100% - 65px);
  margin-bottom: 0;
}
.wssearchform form:before {
  content: "\f002";
  font-family: "Font Awesome 5 Free";
  left: 12px;
  position: absolute;
  top: 0;
  color: #777777;
  height: 47px;
  line-height: 46px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wssearchform form:before {
    height: 34px;
    line-height: 34px;
  }
}
.wssearchform form input {
  width: 100%;
  height: 47px;
  border-radius: 2px;
  border: solid 0px;
  text-indent: 33px;
  margin: 0px;
  line-height: 18px;
  padding: 0px;
  display: block;
}
@media (max-width: 991px) {
  .wssearchform form input {
    height: 34px;
  }
}

.wssearch .fa-times {
  display: none;
  font-size: 19px;
  color: #fff;
}
.wssearch.wsopensearch .fa-times {
  display: inline-block;
  margin-top: 10px;
  font-size: 25px;
  cursor: pointer;
}
@media (max-width: 991px) {
  .wssearch.wsopensearch .fa-times {
    margin-top: 5px;
  }
}

.wssearch.wsopensearch {
  padding: 0;
  left: 0px;
  right: auto;
  top: 0;
  width: 100%;
  position: absolute;
  z-index: 1000;
}
.wssearch.wsopensearch .wssearchform {
  display: flex;
  flex-wrap: wrap;
}
.wssearch.wsopensearch img {
  display: none;
}
.wssearch.wsopensearch .fa-search {
  display: none;
}
.wssearch.wsopensearch + .wssearchform-open-bg {
  display: block;
}
@media (max-width: 991px) {
  .wssearch.wsopensearch {
    padding: 0;
  }
}

.wssearchform-open-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: none;
}

.body-wsopensearch {
  height: 100vh !important;
  position: fixed !important;
  right: 0;
  left: 0;
}

.search-pill {
  padding: 5px 10px;
  border-radius: 50px;
  border: 1px solid #ddd;
}

.wssearch.wssearch-mobile.wsopensearch {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  align-items: flex-start;
}

.ui-menu-item-wrapper {
  position: relative;
  font-family: "Noto Sans TC", "Gilda Display", serif;
  display: flex;
  align-items: center;
  padding: 5px 20px !important;
}

.ui-menu-item.searchTips .ui-menu-item-wrapper::after {
  content: "以此關鍵字搜尋全站";
  padding-left: 15px;
  font-size: 15px;
  color: rgb(193, 164, 108);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  background: #f9f9f9 !important;
  border-color: #f9f9f9 !important;
  color: #1d1d1d !important;
  border: 1px solid #f9f9f9 !important;
  padding: 4px 20px;
}

.ui-widget.ui-widget-content {
  z-index: 999;
  border: 1px solid #f9f9f9 !important;
}

/* ------------------------------------------------------------------
_header1.scss   頭部樣式1
------------------------------------------------------------------ */
#topBlankAbove {
  transition: all 0.5s ease;
}
@media (max-width: 991px) {
  #topBlankAbove {
    display: none;
  }
}

#topBlankAboveMobile {
  display: none;
}
@media (max-width: 991px) {
  #topBlankAboveMobile {
    display: block;
  }
}

.headerMemberSec1 {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.headerMemberSec1 .headerMemberMenu {
  display: none;
  position: absolute;
  padding-left: 0;
  list-style: none;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.1);
  top: calc(100% - 1px);
  left: 50%;
  min-width: 150px;
  transform: translateX(-50%);
  background: #fff;
}
.headerMemberSec1 .headerMemberMenu a {
  color: #1d1d1d;
  padding: 5px 10px;
  display: block;
}
.headerMemberSec1 .headerMemberMenu a:hover {
  background-color: #f4f4f4;
}
.headerMemberSec1 .headerMemberMenu i {
  margin-right: 4px;
}
.headerMemberSec1 .headerMemberMenu li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.headerMemberSec1 .headerMemberMenu li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.headerMemberSec1:hover .headerMemberMenu {
  display: block;
}
@media (max-width: 991px) {
  .headerMemberSec1 {
    display: none;
  }
}

.wsmainfull .header-right-section .wssearch,
.wsmainfull .header-right-section .headerMemberSec1,
.wsmainfull .header-right-section .quick-cart {
  padding: 0;
}
.wsmainfull .header-right-section .wssearch:not(:last-child),
.wsmainfull .header-right-section .headerMemberSec1:not(:last-child),
.wsmainfull .header-right-section .quick-cart:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 1199px) {
  .wsmainfull .header-right-section .wssearch:not(:last-child),
  .wsmainfull .header-right-section .headerMemberSec1:not(:last-child),
  .wsmainfull .header-right-section .quick-cart:not(:last-child) {
    margin-right: 15px !important;
  }
}
.wsmainfull .header-right-section .wssearch:last-child,
.wsmainfull .header-right-section .headerMemberSec1:last-child,
.wsmainfull .header-right-section .quick-cart:last-child {
  padding-right: 19px;
}

.header-right-sectionw .wssearch,
.header-right-sectionw .headerMemberSec1,
.header-right-sectionw .quick-cart {
  padding: 0;
}
.header-right-sectionw .wssearch:not(:last-child),
.header-right-sectionw .headerMemberSec1:not(:last-child),
.header-right-sectionw .quick-cart:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 1199px) {
  .header-right-sectionw .wssearch:not(:last-child),
  .header-right-sectionw .headerMemberSec1:not(:last-child),
  .header-right-sectionw .quick-cart:not(:last-child) {
    margin-right: 15px;
  }
}
.header-right-sectionw .wssearch:last-child,
.header-right-sectionw .headerMemberSec1:last-child,
.header-right-sectionw .quick-cart:last-child {
  padding-right: 19px;
}

.wsmenu {
  font-size: 15px;
  font-weight: bold;
}

.headerIcon, .headerIcon img, .quick-cart-desktop {
  transition: all 0.5s ease;
}
.headerIcon:hover, .headerIcon img:hover, .quick-cart-desktop:hover {
  transform: translateY(2px);
}

.header-right-section .iconMap {
  background-image: url(/images/icon_map.svg);
  background-size: 229px 107px;
}

.header-right-sectionw .iconMap {
  background-image: url(/images/icon_map_w.svg);
}

.headerIconSearch {
  width: 30px;
  height: 30px;
  background-position: 0 0;
}

.wsopensearch .headerIconSearch {
  display: none;
}

.headerIconMember {
  width: 30px;
  height: 30px;
  background-position: 199px 0;
}

.headerIconMemberW {
  width: 32px;
  height: 32px;
  background-position: 458px -32px;
}

.headerIconCart {
  width: 30px;
  height: 30px;
  background-position: -57px 0;
  transition: all 0.5s ease;
}

.headerIconCartProduct {
  width: 30px;
  height: 30px;
  background-position: -60px 0;
  background-image: url(/images/icon_map.svg);
  transition: all 0.5s ease;
  background-size: 229px 107px;
}

.heartColor {
  background-position: -90px 0 !important;
}

.heartIconLine {
  width: 30px;
  height: 30px;
  background-position: -120px 0;
  background-image: url(/images/icon_map.svg);
  transition: all 0.5s ease;
  background-size: 229px 107px;
}

.quick-cart img {
  width: 30px;
  height: 30px;
}

.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
  background: #4d4d4d;
}

.headerMemberSecLogin {
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #f8f8f8 !important;
}
.headerMemberSecLogin .mugshot-divide:after {
  content: "|";
  position: absolute;
  right: 0;
}

.headerSocial {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0;
  list-style: none;
}
.headerSocial li:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 1199px) {
  .headerSocial li:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .headerSocial {
    display: none;
  }
}

/* ------------------------------------------------------------------
_header2.scss   頭部樣式2
------------------------------------------------------------------ */
.menu2.wsmainfull .wsmainwp {
  height: 119px;
}
.menu2.wsmainfull.wsfixed .wsmainwp {
  height: 119px;
}

.menu2.wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > a {
  line-height: 45px;
}
@media (max-width: 991px) {
  .menu2.wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > a {
    line-height: 40px;
  }
}

.menu2.wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu {
  top: 51px;
}
@media (max-width: 991px) {
  .menu2.wsmainfull .wsmainwp .wsmenu > .wsmenu-list > li > ul.sub-menu {
    top: 0 !important;
  }
}

.headerMemberSec {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.headerMemberSec .headerMemberMenu {
  display: none;
  position: absolute;
  padding-left: 0;
  list-style: none;
  box-shadow: -1px 2px 5px rgba(0, 0, 0, 0.1);
  top: calc(100% - 10px);
  left: 50%;
  min-width: 150px;
  transform: translateX(-50%);
  background: #fff;
}
.headerMemberSec .headerMemberMenu a {
  color: #1d1d1d;
  padding: 5px 10px;
  display: block;
}
.headerMemberSec .headerMemberMenu a:hover {
  background-color: #f4f4f4;
}
.headerMemberSec .headerMemberMenu i {
  margin-right: 4px;
}
.headerMemberSec .headerMemberMenu li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 14px;
}
.headerMemberSec .headerMemberMenu li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  font-size: 14px;
}
.headerMemberSec:hover .headerMemberMenu {
  display: block;
}
@media (max-width: 991px) {
  .headerMemberSec {
    display: none;
  }
}

.wsmainfull .header-right-section .wssearch,
.wsmainfull .header-right-section .headerMemberSec,
.wsmainfull .header-right-section .quick-cart {
  padding: 0;
}
.wsmainfull .header-right-section .wssearch:not(:last-child),
.wsmainfull .header-right-section .headerMemberSec:not(:last-child),
.wsmainfull .header-right-section .quick-cart:not(:last-child) {
  margin-right: 28px;
}
.wsmainfull .header-right-section .wssearch:last-child,
.wsmainfull .header-right-section .headerMemberSec:last-child,
.wsmainfull .header-right-section .quick-cart:last-child {
  padding-right: 19px;
}

.wsmenu {
  font-size: 15px;
  font-weight: bold;
}

.headerIcon, .headerIcon img, .quick-cart-desktop {
  transition: all 0.5s ease;
}
.headerIcon:hover, .headerIcon img:hover, .quick-cart-desktop:hover {
  transform: translateY(2px);
}

.wsanimated-arrow span, .wsanimated-arrow span:before, .wsanimated-arrow span:after {
  background: #4d4d4d;
}

.headerMemberSecLogin {
  padding-left: 15px !important;
  padding-right: 15px !important;
  background-color: #f8f8f8 !important;
}
.headerMemberSecLogin .mugshot-divide:after {
  content: "|";
  position: absolute;
  right: 0;
}

.headerSocial {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 0;
  list-style: none;
}
.headerSocial li:not(:last-child) {
  margin-right: 28px;
}
@media (max-width: 991px) {
  .headerSocial {
    display: none;
  }
}

@media (max-width: 991px) {
  .fixmeu2Height {
    height: 0;
  }
}

/* ------------------------------------------------------------------
_index.scss 首頁
------------------------------------------------------------------ */
/* ------------------------------------------------------------------
_include-index-article.scss 首頁嵌入文章
------------------------------------------------------------------ */
.news_title_box {
  text-align: center;
}
.news_title_box h2 {
  font-family: "Times New Roman", serif;
  font-size: 26px;
  font-weight: normal;
}

.news_block .date {
  float: left;
  font-size: 12px;
}

.news_title_btn {
  display: block;
  border-radius: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .border-sm-0 {
    border: 0 !important;
  }
}

.text-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.news_link_box a {
  color: #1d1d1d;
}

.indexSection {
  display: inline-block;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 80px;
  margin-bottom: 80px;
  width: 100%;
}
.indexSection .shop-item.re-shop-item, .indexSection .shop-item-list.hasMarginBottom .shop-item.re-shop-item {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .indexSection {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.indexSection.fixMargin {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.indexSection.fixMarginJ {
  margin-top: 0 !important;
  margin-bottom: 70px !important;
}

.index-blog-post-item h4 {
  font-family: "Noto Sans TC", "Gilda Display", serif;
}

@media (max-width: 767px) {
  .index-blog-post-item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .index-blog-post-item-row {
    margin-right: -7.5px;
    margin-left: -7.5px;
  }
}
.blogPostIntro {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px !important;
  font-weight: 300 !important;
}

.bestSaleRibbon {
  position: absolute;
  width: 100%;
  left: -4px;
  right: 0;
  bottom: 0;
  top: -4px;
  overflow: hidden;
}
.bestSaleRibbon::before {
  width: 40px;
  height: 4px;
  background-color: #bf1931;
  border-radius: 8px 8px 0 0;
  left: 60px;
}
@media (max-width: 575px) {
  .bestSaleRibbon::before {
    left: 27px;
  }
}
.bestSaleRibbon::after {
  width: 4px;
  height: 40px;
  background-color: #bf1931;
  border-radius: 0 0 0 8px;
  left: 0;
  top: 60px;
}
@media (max-width: 575px) {
  .bestSaleRibbon::after {
    top: 27px;
  }
}
.bestSaleRibbon::before, .bestSaleRibbon:after {
  content: "";
  position: absolute;
}
.bestSaleRibbon .bestSaleRibbonText {
  width: 200px;
  height: 30px;
  background: #ff4761;
  line-height: 30px;
  position: absolute;
  right: 0;
  transform: rotate(-45deg);
  text-align: center;
  top: 22px;
  left: -65px;
  border: 1px dashed;
  box-shadow: 0 0 0 3px #ff4761, 0px 15px 3px -11px rgba(0, 0, 0, 0.5);
  z-index: 1;
  color: #fff;
}
@media (max-width: 575px) {
  .bestSaleRibbon .bestSaleRibbonText {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    top: 12px;
    left: -77px;
    border: none;
  }
}

.bestSaleOwl .owl-stage-outer {
  padding-top: 10px;
}

.hovereffect {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}
.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease-in-out;
}
.hovereffect img {
  display: block;
  position: relative;
  transition: all 0.4s linear;
}
.hovereffect h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  transform: translatey(-100px);
  transition: all 0.2s ease-in-out;
  margin: 60px 10px 0px 10px;
}
.hovereffect a.info {
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  margin: 30px 0 0;
  padding: 7px 14px;
}
.hovereffect a.info:hover {
  box-shadow: 0 0 5px #fff;
}
.hovereffect:hover img {
  transform: scale(1.2);
}
.hovereffect:hover .overlay {
  opacity: 1;
}
.hovereffect:hover h2,
.hovereffect:hover a.info {
  opacity: 1;
  transform: translatey(0);
}
.hovereffect:hover a.info {
  transition-delay: 0.2s;
}

.universal-box img {
  width: 100%;
  height: auto;
}

.indexLeftNews {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 30px;
  max-width: 500px;
  max-height: 150px;
  box-shadow: 15px 13px 20px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  bottom: 100%;
  z-index: 1;
  transform: translateX(-75px);
  transition: all 0.5s ease;
}
.indexLeftNews a.moreBtn {
  margin-right: 15px;
  writing-mode: vertical-lr;
  background: #9e9e9e;
  color: #fff;
  padding: 20px 5px;
  height: 100%;
  text-align: center;
}
.indexLeftNews a.moreBtn:hover {
  background-color: rgb(193, 164, 108);
}
.indexLeftNews .newsItems {
  flex: 1 1 auto;
}
.indexLeftNews .newsItems .item {
  display: flex;
  align-items: center;
}
.indexLeftNews .newsItems .newsDate {
  writing-mode: vertical-lr;
  margin-right: 10px;
  color: #666;
  font-size: 12px;
}
.indexLeftNews .newsItems .newsTitle {
  -webkit-line-clamp: 1;
  margin-bottom: 5px;
}
.indexLeftNews .newsItems .newsTitle a {
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.indexLeftNews .newsItems .newsTitle a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .indexLeftNews .newsItems .newsTitle a {
    font-size: 12px;
  }
}
.indexLeftNews .newsItems .newsImg {
  margin-right: 10px;
  flex: 0 0 97px;
}
@media (max-width: 767px) {
  .indexLeftNews .newsItems .newsImg {
    flex: 0 0 70px;
  }
}
.indexLeftNews .newsItems .newsImg img {
  width: 100%;
  height: auto;
}
.indexLeftNews .newsItems .owl-nav.disabled {
  display: none !important;
}
.indexLeftNews:hover {
  transform: translateX(0);
}
@media (max-width: 767px) {
  .indexLeftNews {
    width: 325px;
    padding: 15px;
    font-size: 12px;
    max-width: unset;
    width: 100%;
    transform: unset;
    position: relative;
  }
  .indexLeftNews a.moreBtn {
    padding: 15px 5px;
    margin-right: 0;
    height: auto;
  }
}
@media (max-width: 320px) {
  .indexLeftNews {
    width: 320px;
  }
}

.HeadBorder {
  height: 1px;
  width: 100%;
  background: transparent;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .HeadBorder {
    background: transparent;
  }
}
@media (max-width: 424px) {
  .HeadBorder {
    background: transparent;
  }
}

.HeadText {
  color: #1d1d1d;
  margin-bottom: 0.5rem;
  text-align: center;
  position: absolute;
  top: -11px;
  transform: translate(-50%, -50%);
  left: 50%;
  background-color: #fff;
  padding: 0 30px;
  font-weight: 300;
}

.juheMargin {
  margin-bottom: 40px;
}

/*相簿跑馬燈*/
.Marquee {
  width: 100%;
  box-sizing: border-box;
  padding: 0em;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
  animation: marquee 120s linear infinite running;
}
.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  padding: 7.5px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.Marquee-tag img {
  max-width: unset !important;
}
@media (max-width: 767px) {
  .Marquee-tag img {
    max-width: unset !important;
    height: 350px;
  }
}
.Marquee-tag:hover {
  cursor: pointer;
  opacity: 0.8;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.roundAD img {
  border-radius: 13px !important;
}

/* ------------------------------------------------------------------
_bottom.scss 底部
------------------------------------------------------------------ */
.privacyPolicy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 20000000;
  color: #fff;
  display: none;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
}
.privacyPolicy a:hover {
  color: rgb(193, 164, 108);
  text-decoration: underline;
}
.privacyPolicy button {
  border-radius: 0;
  height: auto;
  font-size: 16px;
}
.privacyPolicy P {
  margin-bottom: 0;
}

#footer {
  color: rgb(255, 255, 255);
  font-size: 16px;
  font-weight: 300;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 7px 16px;
}
#footer a {
  color: rgb(255, 255, 255);
  text-decoration: none;
}
#footer a:hover {
  color: rgba(255, 255, 255, 0.6);
}
#footer .title {
  color: #fff;
  padding: 25px 0 10px 0;
  font-size: 16px;
  line-height: 26px;
  display: block;
}
#footer .footerNav {
  padding-top: 25px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  #footer .footerNav {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#footer .footerNav p {
  opacity: 1;
}
#footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(195, 195, 195, 0.5);
  opacity: 0.45;
}
#footer .footerToggle {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footerToggle a {
  display: block;
  padding: 6px 0;
}
#footer .footerToggle label {
  color: #fff;
  margin-bottom: 0;
  background: transparent;
  border-bottom: 0;
}
#footer .footerToggle .toggle > label:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  right: 14px;
  margin-top: 10px;
}
#footer .footerToggle .toggle:not(:last-child) label {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footerToggle .toggle-content {
  margin-top: 0;
  background: transparent;
  padding: 10px 20px;
}
#footer .footerToggle .toggle.active > label:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 7px 0 7px;
  border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
  right: 14px;
  margin-top: 10px;
}
#footer .footerToggle .toggle.active:not(:last-child) .toggle-content {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .footerToggle .toggle.active:last-child .toggle-content {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
  #footer {
    text-align: center;
  }
}

/** Scroll To Top
 **************************************************************** **/
#toTop {
  font-size: 38px;
  line-height: 50px;
  background-color: #e9e9e9;
  opacity: 0.7;
  position: fixed;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  right: 29px;
  bottom: 87px;
  text-align: center;
  text-transform: uppercase;
  filter: alpha(opacity=90);
  text-decoration: none;
  display: none;
  z-index: 20;
  transition: all 0.2s;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {
  #toTop {
    bottom: 115px !important;
  }
}

#fbmsg {
  font-size: 38px;
  line-height: 33px;
  background-repeat: round;
  position: fixed;
  height: 39px;
  width: 40px;
  right: 6px;
  bottom: 10px;
  z-index: 1;
  background-color: #0083ff;
  border-radius: 2px !important;
  transition: all 0.2s;
}

@media only screen and (max-width: 1059px) {
  #fbmsg {
    bottom: 70px !important;
  }
}
#toTop:hover::before {
  transform: translateY(-2px);
}

#toTop:before {
  content: "";
  transform: translateY(0);
  transition: transform 0.3s;
  display: inline-block;
  position: absolute;
  width: 2em;
  height: 1.5em;
  right: -40px;
  top: 10px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -208px 0;
  background-size: 229px 107px;
}

.linelink {
  position: fixed;
  bottom: 69px;
  right: 26px;
  z-index: 100;
  filter: drop-shadow(2px 3px 2px rgba(0, 0, 0, 0.2));
  -webkit-filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.3));
}
.linelink img {
  width: 60px;
  height: 59px;
}
@media (max-width: 767px) {
  .linelink .linelink {
    bottom: 69px;
    right: 22px;
  }
}

.hover-target {
  cursor: pointer;
}

.hover-block {
  display: none;
  position: fixed;
  bottom: 140px; /* 根據需要調整位置 */
  right: 28px; /* 根據需要調整位置 */
  width: auto;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(136, 136, 136, 0.4) 0px 1px 7px;
  z-index: 1000;
}
.hover-block img {
  padding: 15px;
  max-width: 240px;
}

.hover-block button {
  display: block;
  margin-top: 10px;
  background-color: #00c200;
  color: white;
  border: none;
  padding: 1px 9px;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  line-height: 30px;
  font-size: 23px;
}

.hover-title {
  height: 50px;
  background-color: #00c200;
  color: #fff;
  line-height: 50px;
  padding-left: 20px;
}

/* ------------------------------------------------------------------
_directory.scss 品牌導覽
------------------------------------------------------------------ */
.indexcontainer .char-name {
  position: relative;
  color: rgb(193, 164, 108);
}

/* ------------------------------------------------------------------
_good-list.scss 各頁商品列表
------------------------------------------------------------------ */
.shop-item-list.row li {
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .shop-item-list.row {
    margin-right: -7.5px;
    margin-left: -7.5px;
    flex-wrap: wrap !important;
    display: inline-flex;
  }
  .shop-item-list.row li {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
}
.shop-item-list.row .sort-intro {
  display: none;
}
.shop-item-list.row .addToLove {
  display: none;
}
.shop-item-list.row.toRow {
  margin-bottom: 50px;
  margin-top: -30px;
}
.shop-item-list.row.toRow > li {
  flex: 0 0 100%;
  max-width: 100%;
}
.shop-item-list.row.toRow > li .shop-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding: 15px 0;
  margin-bottom: 0;
  margin: 0 -15px;
}
.shop-item-list.row.toRow > li .shop-item .thumbnail {
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 15px 0px 15px;
}
.shop-item-list.row.toRow > li .shop-item .thumbnail .add-wishlist {
  display: none;
}
.shop-item-list.row.toRow > li .shop-item .thumbnail .permission-text {
  display: none;
}
@media (max-width: 767px) {
  .shop-item-list.row.toRow > li .shop-item .thumbnail {
    flex: 0 0 40%;
    max-width: 40%;
  }
}
.shop-item-list.row.toRow > li .shop-item .sort-info {
  flex: 0 0 80%;
  max-width: 80%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .shop-item-list.row.toRow > li .shop-item .sort-info {
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.shop-item-list.row.toRow > li .shop-item .shop-item-summary {
  flex: 0 0 35%;
  max-width: 35%;
  padding: 0 15px 0px 15px;
}
.shop-item-list.row.toRow > li .shop-item .shop-item-summary .shop-item-title,
.shop-item-list.row.toRow > li .shop-item .shop-item-summary .shop-item-advtitle {
  display: none;
}
@media (max-width: 1023px) {
  .shop-item-list.row.toRow > li .shop-item .shop-item-summary {
    padding: 0px 15px !important;
  }
}
@media (max-width: 1199px) {
  .shop-item-list.row.toRow > li .shop-item .shop-item-summary {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .shop-item-list.row.toRow > li .shop-item .shop-item-summary {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
  }
}
.shop-item-list.row.toRow > li .shop-item .sort-intro {
  display: block;
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 15px 0px 15px;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h2 {
  margin-bottom: 0;
  line-height: initial;
  font-size: 15px;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h2 a {
  font-weight: bold;
  color: #1d1d1d;
  transition: all 0.3s ease;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h2 a:hover, .shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h2 a:focus, .shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h2 a:active {
  color: #000;
}
@media (max-width: 1199px) {
  .shop-item-list.row.toRow > li .shop-item .sort-intro {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .shop-item-list.row.toRow > li .shop-item .sort-intro {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 a {
  margin-bottom: 10px;
  line-height: initial;
  font-size: 18px;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 a a {
  font-weight: bold;
  color: #1d1d1d;
  transition: all 0.3s ease;
}
.shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 a a:hover, .shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 a a:focus, .shop-item-list.row.toRow > li .shop-item .sort-intro .shop-item-title h3 a a:active {
  color: #000;
}
.shop-item-list.row.toRow > li .shop-item .addToLove {
  display: block;
}
.shop-item-list.row.toRow > li .shop-item .addToLove .add-wishlist {
  padding: 0;
  border: 0;
  display: block;
  color: #1d1d1d;
  width: 100%;
  text-align: left;
  box-shadow: none;
  background-color: transparent;
}
.shop-item-list.row.toRow > li .shop-item .addToLove .add-wishlist i {
  color: #ccc;
  top: unset;
  right: unset;
  transform: unset;
  position: relative;
}
.shop-item-list.row.toRow > li .shop-item .addToLove .add-wishlist:hover i {
  color: rgb(193, 164, 108) !important;
}

.add-wishlist {
  color: #1d1d1d;
  padding: 0;
  position: relative;
  background: rgba(255, 255, 255, 0) !important;
}
.add-wishlist:hover {
  color: rgb(193, 164, 108);
  border-color: rgba(255, 255, 255, 0) !important;
}
.add-wishlist:hover i {
  color: rgb(193, 164, 108);
}
.add-wishlist:active i {
  color: rgb(193, 164, 108);
}
.add-wishlist:focus i {
  color: #1d1d1d;
}
.add-wishlist:focus {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0);
}
.add-wishlist i {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
}

.owl-carousel.featured .add-wishlist {
  color: #1d1d1d;
}

.storage-will-sold-out {
  color: #f00000;
}

.shop-item-summary {
  padding: 15px 10px;
  font-weight: 300;
  font-size: 16px;
}
@media (max-width: 1440px) {
  .shop-item-summary {
    font-size: 16px;
  }
}

.shop-item-summary.cellnum5 {
  padding: 5px 8px;
  border-radius: 3px;
}

.shop-item-summary h2, .shop-item-summary h3 {
  font-size: 16px;
  font-family: "Noto Sans TC", "Gilda Display", serif;
  font-weight: 300 !important;
  height: 50px;
  line-height: 1.7rem !important;
  overflow: hidden;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 1440px) {
  .shop-item-summary h2, .shop-item-summary h3 {
    font-size: 16px;
  }
}

.shop-item-summary h2 a, .shop-item-summary h3 a {
  font-size: 16px;
  transition: all 0.5s ease;
}
@media (max-width: 1440px) {
  .shop-item-summary h2 a, .shop-item-summary h3 a {
    font-size: 16px;
  }
}

.storage-msg {
  text-align: center;
  color: #f00000;
}

/* 商品列表價格 */
div.shop-item-price,
.shop-item-price {
  color: #f00000;
  font-family: "Noto Sans TC", "Gilda Display", serif;
  font-weight: 500;
}

div.shop-item-price span.line-through {
  color: #6c757d;
  font-size: 16px;
  display: inline-block;
  padding: 0 0px;
  font-weight: 300;
}
@media (max-width: 575px) {
  div.shop-item-price span.line-through {
    display: block;
  }
}

.label {
  border-radius: 0.25em;
  line-height: 1;
}

.label-danger {
  background-color: #dc3545;
  color: #fff;
}

.label-success {
  background-color: #28a745;
  color: #fff;
}

@media (min-width: 992px) {
  .product-list-section .product_right {
    padding-left: 36px;
  }
}
.product-list-section .sort-section {
  display: flex;
  width: auto;
}
@media (max-width: 767px) {
  .product-list-section .sort-section {
    width: 100%;
  }
}
.product-list-section .sort-section a {
  transition: all 0.3s;
  display: inline-block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 1;
}
.product-list-section .sort-section a img {
  width: 170px;
  max-width: none;
  position: absolute;
  top: -9px;
}
.product-list-section .sort-section a img.gridBlock {
  left: -9px;
}
.product-list-section .sort-section a img.gridList {
  left: -47px;
}
.product-list-section .sort-section a:hover {
  opacity: 0.8;
}
.product-list-section .sort-section.hasFilter {
  margin-right: 80px;
}
@media (max-width: 991px) {
  .product-list-section .sort-section.hasFilter {
    margin-right: 20px;
  }
}

.filter-checkbox-label {
  margin: 0 10px 10px 0;
}

#redgreen-section .pagination {
  margin: 0 !important;
}
#redgreen-section #showbuy a#checkshoplist {
  bottom: 0px;
  left: 1px;
  background: #fff !important;
  min-width: unset;
  height: auto;
  padding: 5px 10px;
  line-height: unset;
  border-radius: 0 5px 0 0;
}
@media (max-width: 767px) {
  #redgreen-section .show-list-toogle-content {
    padding-bottom: 30px !important;
  }
}

#product_list.hasFilter {
  margin-top: -30px;
}
@media (max-width: 991px) {
  #product_list.hasFilter {
    margin-top: 0px;
  }
}

div.side-nav ul > li > a.dropdown-toggle:before {
  top: 18px !important;
}

/*cart_Product追蹤清單按鈕*/
.cartProductHeart {
  position: absolute;
  top: 5px;
  right: 20px;
  z-index: 20;
}

.angle-up.attr_icon:before {
  position: absolute;
  top: 17px;
  content: "";
  width: 2em;
  height: 1.5em;
  right: 1px;
  background: url(../images/icon_map.svg) no-repeat 0 0;
  background-position: -150px 0;
  transform: rotate(180deg);
  background-size: 229px 107px;
}

.angle-down.attr_icon:before {
  position: absolute;
  top: 17px;
  content: "";
  width: 2em;
  height: 1.5em;
  right: 1px;
  background: url(/images/icon_map.svg) no-repeat 0 0;
  background-position: -150px 0;
  transform: rotate(0deg);
  background-size: 229px 107px;
}

.BuilderGoodsSliderHfix {
  height: 470px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .BuilderGoodsSliderHfix {
    height: auto;
  }
}

/* ------------------------------------------------------------------
_goods_detail.scss 商品頁
------------------------------------------------------------------ */
.goods-detail-section {
  font-weight: 300;
}
.goods-detail-section .product_left {
  /*瀏覽紀錄*/
}
.goods-detail-section .product_left .history {
  padding: 10px 0 0;
}
.goods-detail-section .product_left .history span {
  right: 0;
  color: #919191;
  font-size: 13px;
  font-weight: normal;
  top: 1px;
  cursor: pointer;
  float: right;
}
.goods-detail-section .product_left .history li .remove {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/close.png) center center no-repeat;
  width: 20px;
  height: 20px;
  display: none;
  cursor: pointer;
  z-index: 10;
}
.goods-detail-section .product_left .history li:hover .remove {
  display: block;
}
.goods-detail-section .product_left .history img {
  width: 100%;
  height: 100%;
}
@media (min-width: 992px) {
  .goods-detail-section .product_left + .product-right {
    padding-left: 36px;
  }
}
.goods-detail-section .product-right .thumbnail.active img {
  border-color: rgb(193, 164, 108);
}
.goods-detail-section .product-right .thumbnail {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
}
.goods-detail-section .product-right .thumbnail #zoom-primary {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: crosshair;
  border-radius: 13px;
  border: 1px solid #d1d1d1 !important;
}
.goods-detail-section .product-right .thumbnail #zoom-primary img {
  width: auto;
  max-height: 100%;
}
.goods-detail-section .product-right .add-wishlist {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.goods-detail-section .product-right .gtitle_size {
  color: #6c757d;
  width: 18%;
  padding-right: 20px;
  float: left;
}
@media (max-width: 1439px) {
  .goods-detail-section .product-right .gtitle_size {
    width: 19%;
  }
}
@media (max-width: 1023px) {
  .goods-detail-section .product-right .gtitle_size {
    width: 19%;
  }
}
@media (max-width: 997px) {
  .goods-detail-section .product-right .gtitle_size {
    width: 24%;
  }
}
@media (max-width: 767px) {
  .goods-detail-section .product-right .gtitle_size {
    width: 22%;
  }
}
@media only screen and (max-width: 479px) {
  .goods-detail-section .product-right .gtitle_size {
    width: 28%;
  }
}
.goods-detail-section .product-right .gname_size {
  width: 80%;
  float: left;
}
@media (max-width: 1439px) {
  .goods-detail-section .product-right .gname_size {
    width: 70%;
  }
}
@media (max-width: 1023px) {
  .goods-detail-section .product-right .gname_size {
    width: 69%;
  }
}
@media (max-width: 997px) {
  .goods-detail-section .product-right .gname_size {
    width: 74%;
  }
}
@media (max-width: 767px) {
  .goods-detail-section .product-right .gname_size {
    width: 78%;
  }
}
@media only screen and (max-width: 479px) {
  .goods-detail-section .product-right .gname_size {
    width: 70%;
  }
}
.goods-detail-section .product-right .gtitle_size_Box {
  width: 25%;
}
.goods-detail-section .product-right .btn-outline-secondary {
  border: 1px solid;
  text-align: center;
}
.goods-detail-section .product-right .btn-outline-secondary:hover {
  background-color: #f6f6f6;
  border: 1px solid #7c7c7c;
  color: #000;
}
.goods-detail-section .product-right #top_g {
  line-height: 30px;
}
.goods-detail-section .product-right .btn-attr {
  border-width: 1px;
}
.goods-detail-section .product-right .input-group-prepend .btn.btn-default,
.goods-detail-section .product-right .input-group-append .btn.btn-default {
  border-width: 1px;
  border-color: #ced4da;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
  background-color: #fff;
  padding: 0 11px !important;
}
.goods-detail-section .product-right .input-group-prepend .btn.btn-default:hover,
.goods-detail-section .product-right .input-group-append .btn.btn-default:hover {
  border-color: #1d1d1d;
}
.goods-detail-section .product-right .input-group-prepend .btn.btn-default:focus,
.goods-detail-section .product-right .input-group-append .btn.btn-default:focus {
  box-shadow: none;
}
.goods-detail-section .product-right .form-control {
  border: #ced4da 1px solid;
  box-shadow: none;
}
.goods-detail-section .product-right .nav-tabs > li > a:hover,
.goods-detail-section .product-right .nav-tabs {
  overflow-y: hidden;
}
.goods-detail-section .product-right .sale-name {
  font-size: 18px;
}
@media (max-width: 991px) {
  .goods-detail-section .product-right .sale-name {
    font-size: 15px;
    line-height: inherit;
  }
}
.goods-detail-section .product-right .detail_btn_l {
  padding-right: 7.5px;
}
.goods-detail-section .product-right .detail_btn_r {
  padding-left: 7.5px;
}
@media (max-width: 767px) {
  .goods-detail-section .product-right {
    /* /joninTracking 手機板放右下角 */
    /* joninTracking 手機板放右下角 */
  }
  .goods-detail-section .product-right .detail_btn_l {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 42.5%;
    z-index: 10;
    padding: 0px;
  }
  .goods-detail-section .product-right .detail_btn_r {
    position: fixed;
    bottom: 0;
    left: 42.5%;
    width: 42.5%;
    z-index: 10;
    padding: 0;
  }
  .goods-detail-section .product-right .detail_btn_r:hover a,
  .goods-detail-section .product-right .detail_btn_r a:focus {
    color: #6c757d;
  }
  .goods-detail-section .product-right .detail_btn_r a {
    border: 1px solid #ced4da;
    border-right: none;
    border-left: none;
  }
  .goods-detail-section .product-right .detail_btn_r a:active,
  .goods-detail-section .product-right .detail_btn_r a:hover {
    background-color: #fff;
    border-color: #ced4da;
  }
  .goods-detail-section .product-right .detail_btn_all {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 85%;
    z-index: 10;
    padding: 0px !important;
  }
  .goods-detail-section .product-right .joinTracking {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 15%;
    z-index: 10;
  }
  .goods-detail-section .product-right .joinTracking .add-wishlist-tobottom {
    border-radius: 0 !important;
    height: 45px;
    width: 100%;
    margin-bottom: 0;
    line-height: 43px;
    padding: 0;
    border: 1px solid #ced4da;
    border-left: none;
    box-shadow: none;
    background-color: #fff !important;
  }
  .goods-detail-section .product-right .joinTracking .add-wishlist-tobottom::before {
    content: "";
    position: absolute;
    left: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background-color: #ced4da;
  }
  .goods-detail-section .product-right .joinTracking .add-wishlist-tobottom i {
    color: #777;
  }
  .goods-detail-section .product-right .joinTracking .add-wishlist-tobottom:hover,
  .goods-detail-section .product-right .joinTracking .add-wishlist-tobottom:active {
    background: #fff !important;
    border-color: #ced4da !important;
  }
}
.goods-detail-section .product-right .radio i,
.goods-detail-section .product-right .checkbox i {
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .goods-detail-section .padding-right-lg-wider {
    padding-right: 25px;
  }
  .goods-detail-section .padding-left-lg-wider {
    padding-left: 25px;
  }
}
.goods-detail-section .xygoods-sec h5 {
  font-size: 16px;
  font-weight: bold;
}
.goods-detail-section .xygoods-sec .table {
  border-bottom: 1px solid #ececec;
}
.goods-detail-section .xygoods-sec th,
.goods-detail-section .xygoods-sec td {
  padding: 8px;
}
.goods-detail-section .xygoods-sec .form-group {
  margin-bottom: 0;
}
.goods-detail-section .xygoods-sec .color-sec,
.goods-detail-section .xygoods-sec .size-sec {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.goods-detail-section .xygoods-sec .lig_title {
  margin-right: 15px;
}
.goods-detail-section .xygoods-sec .lig_con {
  display: flex;
  flex-wrap: wrap;
}
.goods-detail-section .xygoods-sec .lig_con .cartlibox_item {
  border: 1px solid #bfbfbf;
  color: #bfbfbf;
  padding: 3px 8px;
  line-height: 1.5;
  margin: 5px 10px 5px 0;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.goods-detail-section .xygoods-sec .lig_con .cartlibox_item.on, .goods-detail-section .xygoods-sec .lig_con .cartlibox_item:hover {
  color: rgb(193, 164, 108);
  border-color: rgb(193, 164, 108);
}
.goods-detail-section .iframe-play-btn {
  width: 64px;
  height: 64px;
  line-height: 62px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background: rgba(204, 204, 204, 0.3);
  font-size: 20px;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.goods-detail-section .iframe-play-btn:hover {
  border: 2px solid #fff;
}
.goods-detail-section .iframe-play-btn i {
  padding-left: 6px;
}
.goods-detail-section #iframeModal .modal-dialog {
  box-shadow: unset;
}
.goods-detail-section #iframeModal .modal-content,
.goods-detail-section #iframeModal .modal-header {
  background-color: #121212;
}
.goods-detail-section #iframeModal .modal-header {
  border-bottom: 1px solid #121212;
  padding-bottom: 0;
}
.goods-detail-section #iframeModal .modal-header button span {
  color: #fff;
}
.goods-detail-section .fluid-width-video-wrapper > iframe {
  width: 100% !important;
  height: 100% !important;
}
.goods-detail-section .goodColorTile, .goods-detail-section .goodSizeTile, .goods-detail-section .goodDetailTile {
  border-radius: 4px;
}
.goods-detail-section .goodColorTile.notSelected, .goods-detail-section .goodSizeTile.notSelected, .goods-detail-section .goodDetailTile.notSelected {
  box-shadow: #dc3545 0px 0px 0px 1px;
  padding: 5px;
}
.goods-detail-section .shareLink {
  width: 100%;
  display: block;
  border: #ced4da 1px solid;
  padding: 6px 12px;
  background: #fafbfc;
  border-radius: 4px;
}
.goods-detail-section .shareLink:focus {
  background-color: #fff;
}
.goods-detail-section .shareCopyBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1px;
  right: 1px;
  background: #fafbfc;
  bottom: 1px;
  width: 50px;
  border-left: 1px solid #ced4da;
  text-align: center;
  color: #6A737D;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.goods-detail-section .shareCopyBtn:hover {
  background-color: #f3f4f6;
}
.goods-detail-section #cpl {
  position: relative;
}
.goods-detail-section #form_goods {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .goods-detail-section #form_goods {
    margin-bottom: 0px;
  }
}
.goods-detail-section #showstorage_info:empty {
  display: none;
}
.goods-detail-section .scrollToRationgBtn {
  cursor: pointer;
  transition: all 0.5s ease;
}
.goods-detail-section .scrollToRationgBtn:hover {
  opacity: 0.7;
}
.goods-detail-section .reviewReply, .goods-detail-section .commentReply {
  border-left: 3px solid rgb(193, 164, 108);
  padding-left: 10px;
}
.goods-detail-section .reviewName i {
  font-size: 20px;
  vertical-align: middle;
  color: rgb(193, 164, 108);
}
.goods-detail-section .reviewDate, .goods-detail-section .commentDate {
  font-size: 0.75rem;
  color: #aaa;
}

.btn-outline-info1 {
  color: rgb(193, 164, 108);
  background-color: transparent;
  background-image: none;
  border: 1px solid rgb(193, 164, 108);
  padding: 5px 10px;
}

.btn-outline-info1:hover {
  color: #fff;
  background-color: rgb(193, 164, 108);
  border: 1px solid rgb(193, 164, 108);
  padding: 5px 10px;
}

.shop-item-price-size span {
  font-size: 30px !important;
}

@media only screen and (max-width: 480px) {
  .shop-item-price-size span {
    font-size: 23px !important;
    line-height: 26px !important;
  }
}
.productCoupon {
  width: 100%;
  min-height: 150px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}

.productCoupon::before,
.productCoupon::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
}

.productCoupon::before {
  left: 0;
  background-image: radial-gradient(circle at 0 50%, transparent 25px, #fff 26px);
}

.productCoupon::after {
  right: 0;
  background-image: radial-gradient(circle at 100% 50%, transparent 25px, #fff 26px);
}

.productCoupon > div {
  display: flex;
  align-items: center;
}

.Couponleft {
  width: 15%;
  padding-left: 14px;
  color: #000;
  letter-spacing: 3px;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
@media (max-width: 991px) {
  .Couponleft {
    width: 10%;
    border-right: unset;
  }
}

.Couponleft div {
  transform: rotate(-90deg);
  white-space: nowrap;
  font-weight: bold;
}

.Couponcenter {
  flex-grow: 1;
  padding: 20px 15px;
}
.Couponcenter .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 5px 0 5px 0;
}
.Couponcenter .highlight {
  background-color: #ff0000;
  border-radius: 10px;
  padding: 3px 8px;
  color: #fff;
  margin-right: 5px;
}
.Couponcenter span {
  font-size: 12px;
}

.Couponright {
  width: 145px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  background-image: radial-gradient(circle at 100% 50%, transparent 25px, #d4c3a5 26px);
}
.Couponright a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.Couponright a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.CouponPage {
  width: 100%;
  min-height: 150px;
  border-radius: 10px;
  overflow: hidden;
  margin: 20px 0 35px 0;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.2));
  display: flex;
  align-items: stretch;
  position: relative;
  text-transform: uppercase;
}
.CouponPage h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .CouponPage h2 {
    font-size: 16px;
  }
}
.CouponPage .Discount {
  font-size: 80px;
  font-family: Helvetica, Arial;
  font-weight: 700;
  line-height: 4rem;
  color: rgb(193, 164, 108);
}
@media (max-width: 767px) {
  .CouponPage .Discount {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .CouponPage .Discount {
    font-size: 60px;
  }
}
.CouponPage .Dollar {
  font-size: 30px;
  font-family: Helvetica, Arial;
  font-weight: 700;
  color: rgb(193, 164, 108);
}
.CouponPage .couponText {
  justify-content: center;
}
.CouponPage .couponIntro a {
  padding-top: 5px;
  font-size: 20px;
  color: #000;
  display: block;
}

.CouponPage::before,
.CouponPage::after {
  content: "";
  position: absolute;
  top: 0;
  width: 51%;
  height: 100%;
  z-index: -1;
}

.CouponPage::before {
  left: 0;
  background-image: radial-gradient(circle at 0 50%, transparent 25px, #fff 26px);
}
@media (max-width: 767px) {
  .CouponPage::before {
    background-image: radial-gradient(circle at 0 50%, transparent 19px, #fff 20px);
  }
}

.CouponPage::after {
  right: 0;
  background-image: radial-gradient(circle at 100% 50%, transparent 25px, #fff 26px);
}
@media (max-width: 767px) {
  .CouponPage::after {
    background-image: radial-gradient(circle at 100% 50%, transparent 19px, #fff 20px);
  }
}

.CouponPage > div {
  display: flex;
  align-items: center;
}

.CouponPageleft {
  width: 30%;
  border-right: 2px dashed rgba(0, 0, 0, 0.13);
}
@media (max-width: 767px) {
  .CouponPageleft {
    display: none !important;
    border-right: unset;
  }
}

.CouponPageleft div {
  white-space: nowrap;
  font-weight: bold;
}

.CouponPagecenter {
  flex-grow: 1;
  padding: 20px 15px;
}
.CouponPagecenter .title {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  margin: 5px 0 5px 0;
}
.CouponPagecenter .highlight {
  background-color: #ff0000;
  border-radius: 10px;
  padding: 3px 8px;
  color: #fff;
  margin-right: 5px;
}
.CouponPagecenter span {
  font-size: 12px;
}

.CouponPageright {
  width: 145px;
  padding-right: 24px;
  font-size: 18px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.7);
  background-image: radial-gradient(circle at 100% 50%, transparent 25px, #d4c3a5 26px);
}
@media (max-width: 767px) {
  .CouponPageright {
    background-image: radial-gradient(circle at 100% 50%, transparent 19px, #d4c3a5 20px);
  }
}
.CouponPageright a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.CouponPageright a:hover {
  color: rgba(255, 255, 255, 0.8);
}
@media (max-width: 767px) {
  .CouponPageright {
    width: 90px;
  }
}

.goodBody {
  max-width: 1000px;
  margin: 30px auto 0 auto;
}

.discountTitle {
  background-color: #e1003b;
  color: #fff;
  width: auto;
  float: left;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
}

.discountName {
  padding: 5px;
}
.discountName a {
  color: #1d1d1d;
}

.good-name {
  font-weight: 500;
  font-size: 19px;
}

/* ------------------------------------------------------------------
_product-index.scss 商品列表頁
------------------------------------------------------------------ */
.breadcrumb-title {
  text-shadow: 0 0 0.2em #999;
}

@media (min-width: 992px) {
  .product_left {
    max-width: 315px !important;
  }
}
.product_left .dropdown-toggle::after {
  display: none;
}
.product_left div.side-nav ul > li.active > ul {
  transition: none;
}
.product_left .list-group-item a {
  color: #1d1d1d;
}
.product_left .list-group-item a:hover {
  color: rgb(193, 164, 108);
}
.product_left .list-group-item.active > a {
  color: rgb(193, 164, 108);
}
.product_left .list-group-item.active ul {
  display: block;
}
.product_left .side-nav-head .fa.fa-bars {
  color: rgb(102, 102, 102);
}
.product_left .ui-state-active,
.product_left .ui-widget-content .ui-state-active,
.product_left .ui-widget-header .ui-state-active {
  border: 1px solid rgb(193, 164, 108) !important;
  background: #fff;
  font-weight: normal;
  color: #ffffff;
}
.product_left .goods-name {
  width: calc(100% - 60px - 0.5rem);
  font-size: 15px;
}
.product_left .goods-name a {
  color: #1d1d1d;
}
.product_left .goods-name a:hover {
  color: rgb(193, 164, 108);
}
.product_left .filter-close-btn {
  position: absolute;
  right: 270px;
  background-color: #ddd;
  width: 40px;
  height: 40px;
  margin: 0;
  top: -1px;
}

.add-arrow > a > div::before {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900;
  content: "\f0da";
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

.attrText {
  color: #828282;
  font-size: 13px;
  padding-left: 5px;
}

.manyunfei-box {
  background: #FFE8C4;
  float: left;
  border: 15px solid #ffe8c4;
  width: 100%;
}

.good-full-container .product_banner p {
  margin-bottom: 0;
}
.good-full-container .navbar.easy-sidebar-right {
  transition: 0.2s ease;
  position: absolute;
  width: 300px;
  top: 0;
  right: 0px;
  min-height: 100%;
  border-radius: 0;
  margin: 0;
  z-index: 9999;
  height: 100%;
  overflow-y: auto;
}
@media (min-width: 992px) {
  .good-full-container .navbar.easy-sidebar-right {
    width: 350px;
  }
}
.good-full-container .attrmenumain {
  width: 0px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0px;
  margin: 0;
  background-color: #fff;
  border-radius: 0px;
  z-index: 1000;
  transition: all 0.4s ease-in-out;
  border: none !important;
  background-color: #fff !important;
  display: none;
}
.good-full-container .appear_attr {
  display: block;
  width: 240px;
  transition: all 0.4s ease-in-out;
}
.good-full-container .attr_overlapblackbg {
  left: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
}
.good-full-container .attr_overlapblackbg.arrtmenuopen {
  display: block;
}
.good-full-container .filter-close-btn {
  position: absolute;
  right: 300px;
  background-color: #ddd;
  width: 40px;
  height: 40px;
  margin: 0;
  top: -1px;
}
@media (min-width: 992px) {
  .good-full-container .filter-close-btn {
    right: 350px;
  }
}
.good-full-container .easy-sidebar-toggle-right-lg:hover {
  opacity: 0.65;
}
.good-full-container #slider-range.ui-widget.ui-widget-content {
  z-index: 1;
}
.good-full-container .easy-sidebar-toggle-right-lg {
  transform: translate3d(15px, 17px, 0px);
  font-size: 12px !important;
  height: 30px;
  line-height: 30px;
  border-radius: 3px 0px 0px 3px;
  border-color: #ececec;
}
.good-full-container .easy-sidebar-toggle-right-lg h4 {
  font-size: 15px !important;
}
.good-full-container #productMenu {
  color: #1d1d1d;
  border-color: #ececec;
}

@media (max-width: 997px) {
  .bg-white-atrr {
    background-color: #fff;
  }
}

.btnAttr {
  font-weight: 500;
  cursor: pointer;
  padding: 0.3rem 1rem;
  margin: 0 0.75rem 0.5rem 0;
  background: #eeeeee;
  width: auto;
  display: inline-block;
  border-radius: 1.5rem;
  margin-top: 1rem;
}

.btnAttrClear {
  font-weight: 500;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
  margin: 0 0.75rem 0.5rem 0;
  background: rgba(255, 255, 255, 0);
  width: auto;
  display: inline-block;
  border-radius: 1.5rem;
  border: 1px solid #eeeeee;
}

.productFiltericon {
  width: 30px;
  height: 30px;
  background-position: 199px -34px;
  vertical-align: middle;
  margin-right: 6px;
  display: inline-block;
}

.iconMap {
  background-image: url(/images/icon_map.svg);
  background-size: 229px 107px;
}

.filterItemcount {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  padding-right: 1rem;
}

/* ------------------------------------------------------------------
_discountsubject.scss 活動頁
------------------------------------------------------------------ */
#con_no .border-around {
  border: 1px solid #ececec;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1) !important;
  background: #fff;
}
#con_no .opacity-eight {
  opacity: 0.8;
}

#showbuy a.show-list {
  background: rgba(0, 0, 0, 0.7) !important;
  color: #fff !important;
}

#showbuy a#checkshoplist {
  background: #fff !important;
  color: #ab8b64 !important;
  padding: 5px 10px;
  font-size: 14px;
  border: 0;
  margin-bottom: 0;
  position: absolute;
  bottom: 0px;
  left: 1px;
  border-radius: 0 5px 0 0;
  height: auto;
  z-index: 1;
}

@media (max-width: 767px) {
  .show-list-toogle-content {
    padding-bottom: 30px !important;
  }
}

.owl-carousel-rg .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 0;
  margin-bottom: 0px;
}

.owl-carousel-rg .owl-wrapper, .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel-rg {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
}

.owl-carousel-rg .owl-item {
  float: left;
}

/* ------------------------------------------------------------------
_uniproduct_refactoring.scss 單一品項模板樣式
------------------------------------------------------------------ */
.shop-item.re-shop-item .thumbnail {
  border: 0;
  padding: 0;
  position: relative;
}
.shop-item.re-shop-item select {
  border-radius: 0;
  width: 100%;
  height: auto;
  padding: 0.2rem 0.2rem;
}
.shop-item.re-shop-item .sale-time-msg {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  color: #fff;
  padding: 0.2rem 0.2rem;
  background-color: rgba(102, 102, 102, 0.4588235294);
}
.shop-item.re-shop-item .add-cart-btn {
  display: block;
  background-color: #666;
  color: #fff;
  text-align: center;
  padding: 0.2rem 0.2rem;
}
.shop-item.re-shop-item .add-cart-btn:hover {
  background-color: #888;
}
.shop-item.re-shop-item .storage-msg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 0.3rem 0.3rem;
  border-radius: 0.9rem;
  font-size: 0.9rem;
}
.shop-item.re-shop-item .storage-msg a {
  color: #fff;
}
@media (max-width: 767px) {
  .shop-item.re-shop-item .storage-msg {
    font-size: 0.7rem;
  }
}
.shop-item.re-shop-item .permission-msg {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.03);
  color: #fff;
  padding: 0.2rem 0.2rem;
  background-color: rgba(102, 102, 102, 0.4588235294);
}
.shop-item.re-shop-item .permission-lable {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #666;
  padding: 8px;
}
.shop-item.re-shop-item .permission-lable .permission-icon {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shop-item.re-shop-item .permission-lable .permission-icon:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.shop-item.re-shop-item .permission-lable .permission-text {
  transform: translateY(50px);
  opacity: 0;
  transition: all 0.3s ease;
  text-align: center;
  background: white;
  width: 100%;
  border-radius: 50px;
  padding: 0.2rem;
}
.shop-item.re-shop-item .permission-lable .permission-icon:hover + .permission-text {
  transform: translateY(40px);
  opacity: 1;
}
@media only screen and (max-width: 1023px) {
  .shop-item.re-shop-item .permission-lable .permission-icon {
    width: 35px;
    height: 35px;
    position: relative;
    top: unset;
    transform: translateY(0);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 5px;
  }
  .shop-item.re-shop-item .permission-lable .permission-text {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .shop-item.re-shop-item .shop-item-summary {
    padding: 15px 0px !important;
    border-radius: 0;
    line-height: 1.3;
  }
  .shop-item.re-shop-item .shop-item-summary .add-cart-btn, .shop-item.re-shop-item .shop-item-summary .sale-time-msg, .shop-item.re-shop-item .shop-item-summary .permission-msg, .shop-item.re-shop-item .shop-item-summary .storage-msg {
    line-height: 1.5;
  }
}
.shop-item.re-shop-item .manyunfei-option {
  display: flex;
  align-items: center;
}
.shop-item.re-shop-item .manyunfei-option .manyunfei-num {
  flex: 1;
  display: flex;
  align-items: center;
}
.shop-item.re-shop-item .manyunfei-option .manyunfei-num select {
  flex: 1;
}
.shop-item.re-shop-item .indexp-hover-img2 {
  opacity: 1;
}
.shop-item.re-shop-item .thumbnail:hover .indexp-hover-img2 {
  opacity: 1;
  transition: opacity 0.5s;
}
.shop-item.re-shop-item .thumbnail:hover .indexp-hover-img2 + .indexp-hover-img {
  opacity: 0;
  transition: opacity 0.5s;
}
.shop-item.re-shop-item .p-hover-img2 {
  opacity: 1;
}
.shop-item.re-shop-item .thumbnail:hover .p-hover-img2 {
  opacity: 1;
  transition: opacity 0.5s;
}
.shop-item.re-shop-item .thumbnail:hover .p-hover-img2 + .p-hover-img {
  opacity: 0;
  transition: opacity 0.5s;
}

.thumbnail_container_fix {
  position: relative;
  width: 100%;
  padding-bottom: 100%;
  /* margin-bottom:6px; */
}

.thumbnail_fix {
  position: absolute !important;
  width: 100%;
  height: 100%;
}

.thumbnail_fix img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto !important;
  display: block;
  width: auto !important;
  max-height: 100%;
  transition: opacity 0.5s;
  border: 1px solid #d1d1d1 !important;
  border-radius: 13px !important;
}

.thumbnail_fix img a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: auto;
  max-height: 100%;
}

.shop-item-list.hasMarginBottom .shop-item.re-shop-item {
  margin-bottom: 20px;
}

.owl-carousel .owl-item {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .owl-carousel .owl-item {
    padding: 0 7.5px;
  }
}

.container.carousel-container {
  padding: 0;
}

.stockType {
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.cart-icon-animate {
  opacity: 0.5;
}
.cart-icon-animate :hover {
  transform: translateY(2px);
  opacity: 1;
}
.cart-icon-animate img {
  width: 30px;
  height: 30px;
}

/* ------------------------------------------------------------------
_article-list.scss 文章列表
------------------------------------------------------------------ */
.article-list-section {
  padding-top: 2rem !important;
  padding-bottom: 0px;
}
@media (min-width: 576px) {
  .article-list-section {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .article-list-section .product_right {
    padding-left: 15px;
  }
  .article-list-section .listrightContainer .product_right,
  .article-list-section .imgrightContainer .product_right {
    padding-right: 36px;
  }
  .article-list-section .product_right.border_left {
    padding-left: 36px;
  }
}
.article-list-section h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
}
.article-list-section .article-class-index7 .blog-post-item {
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.article-list-section .article-class-index7 .blog-post-item .blogImageFigure {
  height: 200px;
}
.article-list-section .article-class-index7 .blog-post-item img {
  transition: all 1s ease-in-out, filter 0.6s ease-in-out;
}
.article-list-section .article-class-index7 .blog-post-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem !important;
}
@media (min-width: 576px) {
  .article-list-section .article-class-index7 .blog-post-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 992px) {
  .article-list-section .article-class-index7 .blog-post-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .article-list-section .article-class-index7 .blog-post-item .blogImageFigure {
    height: 245px;
  }
  .article-list-section .article-class-index7 .blog-post-item.gridFour {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .article-list-section .article-class-index7 .blog-post-item.gridFour .blogImageFigure {
    height: 180px;
  }
  .article-list-section .article-class-index7 .blog-post-item.gridThree {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .article-list-section .article-class-index7 .blog-post-item.gridThree .blogImageFigure {
    height: 245px;
  }
}
.article-list-section .article-class-index7 .image-hover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-list-section .article-class-index7 .image-hover:hover h3 a, .article-list-section .article-class-index7 .image-hover:hover h4 a {
  color: #886d39;
}
.article-list-section .article-class-index7 .image-hover:hover img {
  transform: scale(1.08);
  opacity: 0.7;
  transition: 1.5s cubic-bezier(0.14, 0, 0, 1);
}
.article-list-section .article-class-index7 .switchGrid {
  border-radius: 5px;
}
.article-list-section .article-class-index7 .switchGrid h6 {
  font-size: 1rem;
}
.article-list-section .article-class-index7 .switchGrid .btn {
  overflow: hidden;
  width: 50px;
  height: 30px;
}
.article-list-section .article-class-index7 .switchGrid .btn img {
  position: absolute;
  width: 150px;
  top: -8px;
  max-width: none;
}
.article-list-section .article-class-index7 .switchGrid .btn .gridThree {
  left: -65px;
}
.article-list-section .article-class-index7 .switchGrid .btn .gridFour {
  left: -102px;
}
.article-list-section .article-class-index7 .switchGrid .btn-group > .btn-group:not(:last-child) > .btn,
.article-list-section .article-class-index7 .switchGrid .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.article-list-section .article-class-index7 .switchGrid .btn-group > .btn-group:not(:first-child) > .btn,
.article-list-section .article-class-index7 .switchGrid .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.article-list-section .article-class-index4 .twocolumBox {
  padding: 15px 20px;
  background-color: #fff;
}
@media (min-width: 992px) {
  .article-list-section .article-class-index4 .twocolumBox {
    padding: 25px 30px;
    height: 230px;
  }
}
@media (max-width: 991px) {
  .article-list-section .article-class-index4 .twocolumBox {
    padding: 25px 30px;
    height: 220px;
  }
}
.article-list-section .article-class-index4 .image-hover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.article-list-section .article-class-index4 .image-hover:hover {
  opacity: 0.8;
}
.article-list-section .water-fall-container #blog {
  column-count: 4;
  column-gap: 30px;
}
@media (max-width: 991px) {
  .article-list-section .water-fall-container #blog {
    column-count: 2;
  }
}
@media (max-width: 575px) {
  .article-list-section .water-fall-container #blog {
    column-count: 1;
  }
}
.article-list-section .water-fall-container .blog-post-item {
  break-inside: avoid;
  box-sizing: border-box;
}
.article-list-section .fix-radius {
  border-radius: 0 !important;
}
.article-list-section .fix-Bg-color {
  background-color: #fff !important;
}

.article-index4-bg {
  background-color: #f9f9f9 !important;
}

.articleClass .side-nav-head {
  margin-bottom: 10px;
  padding-left: 0 !important;
}
.articleClass .side-nav-head h4 {
  font-size: 16px !important;
}
@media (max-width: 991px) {
  .articleClass .side-nav-head h4 {
    padding-left: 10px;
  }
}
.articleClass ul {
  padding: 0 !important;
}
.articleClass ul a {
  font-size: 16px !important;
}

.one_article_list .calender {
  display: block;
  border: rgb(193, 164, 108) 3px solid;
  background-color: #fff;
  padding-top: 10px;
  margin-top: 20px;
  z-index: 10;
  width: 64px;
  height: 64px;
  font-size: 26px;
  text-align: center;
  line-height: 1;
  color: rgb(193, 164, 108);
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .one_article_list .calender {
    padding-top: 4px;
    width: 50px;
    height: 50px;
    font-size: 20px;
    padding-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: rgb(193, 164, 108) 2px solid;
  }
}
.one_article_list .calender .month {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}
@media (max-width: 767px) {
  .one_article_list .calender .month {
    font-size: 12px;
  }
}
.one_article_list .calender:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  width: 40px;
  height: 1px;
  border-bottom: rgba(0, 0, 0, 0.1) 1px dashed;
}
@media (max-width: 767px) {
  .one_article_list .calender:after {
    width: 15px;
  }
}
.one_article_list .col-calender,
.one_article_list .col-blog-item {
  padding-left: 15px;
  padding-right: 15px;
}
.one_article_list .col-calender {
  width: auto;
  position: relative;
  padding-right: 40px;
}
.one_article_list .col-calender::after {
  content: "";
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: 0;
  width: 1px;
  height: 100%;
  z-index: -1;
  border-left: rgba(0, 0, 0, 0.1) 1px dashed;
}
@media (max-width: 767px) {
  .one_article_list .col-calender::after {
    left: 50%;
  }
}
@media (max-width: 767px) {
  .one_article_list .col-calender {
    padding-right: 15px;
  }
}
.one_article_list .col-blog-item {
  flex: 1;
}
.one_article_list .full_calender {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.article_date {
  color: #a0a0a0;
  font-weight: 300;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

/* Q&A */
#qa .toggle-content.qacontent p {
  margin: 0;
}
#qa .toggle > label {
  color: #1d1d1d;
  background: rgba(0, 0, 0, 0.02);
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  position: relative;
  display: block;
  border-bottom: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 0;
  transition: all 0.1s ease-out;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
#qa .toggle > label:before {
  background: url(../images/arrow_down.svg) no-repeat 0 0;
}
#qa .toggle > label:hover {
  background: rgb(193, 164, 108);
  color: #fff;
}
#qa .toggle > label:hover:before {
  background: url(../images/arrow_down_w.svg) no-repeat 0 0;
}
#qa .toggle-content {
  background: rgba(0, 0, 0, 0);
  margin-bottom: 15px;
}
#qa .toggle.active > label {
  background-color: rgb(193, 164, 108);
  color: #fff;
}
#qa .toggle > label:before {
  background: url(../images/arrow_down.svg) no-repeat 0 0;
}
#qa .toggle.active > label:before {
  background: url(../images/arrow_down_w.svg) no-repeat 0 0;
}

/* Q&A第二層分類 */
.qabluebt {
  height: 40px;
  line-height: 40px;
  padding: 0 15px !important;
  border-radius: 4px;
}

.list-group-item .qabluebt {
  background-color: rgba(0, 0, 0, 0.04);
  color: #666;
  margin: 5px;
  text-align: center;
}

.list-group-item .qabluebt:hover {
  background-color: rgba(0, 0, 0, 0.08);
  color: #666;
}

.list-group-itemactive .qabluebt {
  background-color: rgb(193, 164, 108);
  color: #fff;
  margin: 5px 5px 4px 5px;
}

.list-group-itemactive .qabluebt:hover {
  background-color: rgb(193, 164, 108);
  color: #fff !important;
}

@media only screen and (max-width: 767px) {
  div.side-nav ul.qaul {
    display: block !important;
  }
}
.whiteBgcolor {
  backgroung-color: #fff;
}

.rightSidePadding {
  padding-left: 55px !important;
  padding-right: 125px !important;
}
@media (max-width: 991px) {
  .rightSidePadding {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.play-btn {
  position: absolute !important;
  left: 50%;
  top: 50%;
  width: 90px;
  height: 90px;
  display: flex;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  font-size: 25px;
  transition: all 0.3s;
}

.article_theme2 {
  background: #f6ebe7;
}
.article_theme2 .article-content-section {
  position: relative;
  background: #f6ebe7;
  padding-top: 0px !important;
  padding-bottom: 0;
}
@media (min-width: 640px) {
  .article_theme2 .container.vContainer {
    max-width: 640px;
  }
}
.article_theme2 .container.vContainer img {
  width: 100%;
}

.video_mb {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .video_mb {
    margin-bottom: 90px !important;
  }
}

.modal-dialog {
  box-shadow: unset;
  box-shadow: 0 rgba(0, 0, 0, 0) !important;
}

/* ------------------------------------------------------------------
_article.scss 文章內頁
------------------------------------------------------------------ */
@media (min-width: 992px) {
  .listrightContainer .border_right {
    border-right: 1px solid #ececec !important;
  }
  .imgrightContainer .border_right {
    border-right: 1px solid #ececec !important;
  }
}
#article {
  line-height: 2;
}

.articleWan, .aboutWan {
  text-align: center;
}
.articleWan.last, .aboutWan.last {
  margin-bottom: 48px;
}

.article-content-section .zoom-more .owl-item {
  max-height: 80px;
  overflow: hidden;
}

.article-content-section {
  padding-bottom: 0px;
}
.article-content-section .owl-item {
  overflow: hidden;
}
@media (min-width: 576px) {
  .article-content-section {
    padding-top: 1rem !important;
  }
}
@media (min-width: 992px) {
  .article-content-section .product_right.border_left {
    padding-left: 36px;
  }
  .article-content-section .product_right.border_right {
    padding-right: 36px;
    border-right: 1px solid #ececec !important;
  }
}
.article-content-section .articlelist li a {
  color: #6c757d;
  border-bottom: 1px solid #ececec !important;
}
.article-content-section .article-title {
  font-size: 23px;
}
.article-content-section .border_all_left_side .nav-item {
  color: #1d1d1d;
}
.article-content-section .border_all_left_side .nav-item.active {
  color: rgb(193, 164, 108);
}
.article-content-section .article-btn {
  transform: translateX(0);
}
.article-content-section .article-btn:hover img {
  transform: translateX(-10px);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.56, 1);
}
.article-content-section .article-btn i {
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.56, 1);
  transform: translateX(0);
}
.article-content-section .article-btn:hover i {
  transform: translateX(-5px);
}
.article-content-section .article-btn-text {
  position: relative;
}
.article-content-section .article-btn-text::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 1px;
  background: rgb(193, 164, 108);
  transition: all 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.article-content-section .shareLink {
  width: 100%;
  display: block;
  border: #ced4da 1px solid;
  padding: 6px 12px;
  background: #fafbfc;
  border-radius: 4px;
}
.article-content-section .shareLink:focus {
  background-color: #fff;
}
.article-content-section .shareCopyBtn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 1px;
  right: 1px;
  background: #fafbfc;
  bottom: 1px;
  width: 50px;
  border-left: 1px solid #ced4da;
  text-align: center;
  color: #6A737D;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.article-content-section .shareCopyBtn:hover {
  background-color: #f3f4f6;
}
.article-content-section #cpl {
  position: relative;
  max-width: 300px;
  margin-left: auto;
}
.article-content-section .articleListSec {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  flex-wrap: wrap;
  border-bottom: 1px solid #e8e8e8;
}
.article-content-section .articleListSec .item {
  margin-top: 7px;
  margin-bottom: 5px;
}
.article-content-section .articleListSec .item:not(:last-child) {
  margin-right: 15px;
}
.article-content-section .articleListSec .item a {
  background: transparent;
  color: #7b7b7b;
  padding: 6px 20px;
  font-weight: bold;
}
.article-content-section .articleListSec .item a:hover {
  color: rgb(193, 164, 108);
}
@media (max-width: 991px) {
  .article-content-section .articleListSec .item a {
    font-size: 14px;
  }
}
.article-content-section .articleListSec .item.active a {
  font-size: 16px;
  color: rgb(193, 164, 108);
  border-bottom: 3px solid rgb(193, 164, 108);
}
@media (max-width: 991px) {
  .article-content-section .articleListSec {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------------------------
_shopping.scss 結帳第一步
------------------------------------------------------------------ */
.shopping-section {
  font-weight: 300;
}
@media only screen and (min-width: 1024px) {
  .shopping-section .shopping_width {
    max-width: 950px !important;
    width: 950px;
    margin: auto;
    padding: 0;
  }
}
.shopping-section .addcart-circle {
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 25px;
  padding: 0;
  position: relative;
  border: 1px solid rgb(193, 164, 108);
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 1rem;
}
.shopping-section .addcart-circle:focus {
  color: #fff !important;
  background: rgb(193, 164, 108) !important;
}
.shopping-section .addcart-circle i {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  right: 50%;
}
.shopping-section .cart-go {
  margin: 2rem 0 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .shopping-section .cart-go {
    padding-top: 0;
    margin: 1rem 0 2rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    z-index: 999;
  }
  .shopping-section .cart-go input[type=button] {
    flex: 0 0 50%;
    height: 45px;
    line-height: 45px;
    box-shadow: none !important;
  }
  .shopping-section .cart-go .cart_botton {
    margin-right: 0;
  }
}
.shopping-section .cart-go .muti-cart-btn {
  box-shadow: none !important;
}
.shopping-section .cart-go .muti-cart-btn:focus {
  box-shadow: none;
}
.shopping-section .cart-go .mutisec {
  position: absolute;
  bottom: 100%;
  display: block;
  width: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  transform: translateY(100%);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.shopping-section .cart-go .mutisec .mutiitem {
  font-size: 15px;
  padding: 10px 15px;
}
.shopping-section .cart-go .mutisec .mutiitem:not(:last-child) {
  border-bottom: 1px solid #dee2e6;
}
.shopping-section .cart-go .muti-cart-btn.active + .mutisec {
  max-height: 100vh;
  border-bottom: 1px solid #dee2e6;
  transition: all 0.3s;
  transform: translateY(0);
}
.shopping-section .cart_botton {
  color: #1d1d1d;
}
.shopping-section .cart_botton:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .shopping-section .cart_botton:focus {
    box-shadow: none;
  }
}
.shopping-section .shopping_present {
  border-top: 1px solid #ececec;
}
@media (max-width: 767px) {
  .shopping-section .shopping_present {
    margin-bottom: 30px;
  }
}

.cart_botton {
  width: 130px;
  height: 35px;
  line-height: 35px;
  font-weight: 700;
  background-color: #f3f3f3;
  color: #1d1d1d;
  margin-right: 1rem;
}
.cart_botton:hover {
  opacity: 0.7;
}

.cart_botton_r {
  width: 130px;
  height: 35px;
  line-height: 33px;
  font-weight: 700;
}

@media only screen and (min-width: 241px) and (max-width: 344px) {
  .cart_botton {
    font-weight: 700;
    background-color: #f3f3f3;
  }
}
.mutimask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background-color: #000;
  opacity: 0.5;
  display: none;
}

.shoppingDel {
  font-size: 0.8rem;
  font-weight: 900;
  font-family: initial;
}

.inquiryWrap {
  max-width: 875px;
  margin: auto;
  padding-top: 1rem;
}
.inquiryWrap .row {
  display: flex;
  flex-wrap: wrap;
}
.inquiryWrap .row > [class*=col-] {
  display: flex;
  flex-direction: column;
}
.inquiryWrap textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ececec;
}
.inquiryWrap img {
  margin: 0.5rem 0 0.5rem;
}
@media (max-width: 575px) {
  .inquiryWrap .inquiryRemove {
    position: absolute;
    right: 20px;
    top: -140px;
    line-height: 60px;
  }
}
.inquiryWrap .odd-list:nth-child(odd) {
  margin-top: 30px;
}
.inquiryWrap .cart-border:nth-child(odd) {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  background-color: #fff;
}
.inquiryWrap .cart-border:last-child {
  border-bottom: none;
  background-color: #fbfbfb;
}
.inquiryWrap .form-control-feedback {
  position: absolute;
  top: 24px;
  right: 18px;
  z-index: 2;
  display: block;
  width: 34px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  pointer-events: none;
}

/* ------------------------------------------------------------------
_shopping3.scss 結帳第二步
------------------------------------------------------------------ */
.shopping3-section {
  font-weight: 300;
  /* 宅配類型樣式 */
  /* end宅配類型樣式 */
}
@media only screen and (min-width: 1024px) {
  .shopping3-section .shopping_width {
    max-width: 875px !important;
    margin: auto;
    padding: 0;
  }
}
.shopping3-section .radio i, .shopping3-section .checkbox i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  display: block;
  width: 19px;
  height: 19px;
  outline: none;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.3);
}
.shopping3-section .nav-tabs.transport-type-nav {
  display: flex;
  flex-wrap: wrap;
  margin-right: -7.5px;
  margin-left: -7.5px;
  overflow: visible;
}
.shopping3-section .nav-tabs.transport-type-nav:before,
.shopping3-section .nav-tabs.transport-type-nav:after {
  content: normal;
}
.shopping3-section .nav-tabs > li.transport-type > a {
  display: flex !important; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */ /* 新版本语法: Chrome 21+ */
  display: -ms-flexbox;
  display: -moz-box; /* 老版本语法: Firefox (buggy) */
  border-radius: 6px !important;
  border: 1px solid #ced4da !important;
  text-align: center;
  height: 80px;
  padding: 0 10px;
  display: -ms-flexbox;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  float: none !important;
}
.shopping3-section .nav-tabs > li.transport-type {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 15px;
  background: #fff !important;
}
@media (max-width: 991px) {
  .shopping3-section .nav-tabs > li.transport-type a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .shopping3-section .nav-tabs > li.transport-type {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-left: 7.5px;
    padding-right: 7.5px;
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .shopping3-section .nav-tabs > li.transport-type {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 7.5px !important;
    padding-right: 7.5px !important;
    margin-bottom: 15px !important;
  }
  .shopping3-section .nav-tabs > li.transport-type > a {
    height: 50px;
    font-size: 13px;
  }
}
.shopping3-section .nav-tabs > li.transport-type.active > a {
  background: #fff;
}
.shopping3-section .nav-tabs > li.transport-type > a:hover {
  background: #fff;
}
.shopping3-section .transport-active-icon {
  display: none;
  position: absolute;
  top: -17px;
  right: 18px;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  .shopping3-section .transport-active-icon {
    font-size: 1rem;
    top: -10px;
  }
}
.shopping3-section li.transport-type.active .transport-active-icon {
  display: block;
}
.shopping3-section .transport-active-icon .fa-check-circle {
  background: white;
  border-radius: 50%;
}
.shopping3-section .nav-tabs.nav-all-border > li.active > a, .shopping3-section .nav-tabs.nav-all-border > li.active > a:hover, .shopping3-section .nav-tabs.nav-all-border > li > a:hover {
  border: 2px solid rgb(193, 164, 108) !important;
  border-radius: 6px !important;
  color: rgb(193, 164, 108);
}
.shopping3-section .transport-active-icon .fa-check-circle {
  color: rgb(193, 164, 108);
}
.shopping3-section .transport-info {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .shopping3-section .transport-info {
    display: block;
  }
}
.shopping3-section .transport-info .transport-info-item {
  padding-left: 15px;
  padding-right: 15px;
}
.shopping3-section .transport-info .transport-info-item:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .shopping3-section .transport-info .transport-info-item {
    padding-left: 0;
    padding-right: 0;
  }
}
.shopping3-section .transport-content p {
  margin: 0;
}
.shopping3-section .hasDatepicker {
  width: 300px;
}
.shopping3-section .pcontent p {
  margin: 0;
}
.shopping3-section input, .shopping3-section select {
  font-size: 16px;
}
.shopping3-section #showuserinfo label, .shopping3-section #showshoppingreceiver label, .shopping3-section #invoiceshow1 label, .shopping3-section #showtransport label {
  line-height: 35px;
}
.shopping3-section #showuserinfo label.user-info, .shopping3-section #showshoppingreceiver label.user-info, .shopping3-section #invoiceshow1 label.user-info, .shopping3-section #showtransport label.user-info {
  width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 576px) {
  .shopping3-section #showuserinfo label.user-info, .shopping3-section #showshoppingreceiver label.user-info, .shopping3-section #invoiceshow1 label.user-info, .shopping3-section #showtransport label.user-info {
    width: 85px;
    flex: 0 0 100px;
  }
}
.shopping3-section #showuserinfo input, .shopping3-section #showuserinfo select, .shopping3-section #showshoppingreceiver input, .shopping3-section #showshoppingreceiver select, .shopping3-section #invoiceshow1 input, .shopping3-section #invoiceshow1 select, .shopping3-section #showtransport input, .shopping3-section #showtransport select {
  font-size: 16px;
}
.shopping3-section .delivery-btn {
  background-color: #f5f5f5;
  font-size: 16px;
  border-radius: 50px;
}
.shopping3-section .delivery-btn:hover {
  background-color: #dcdcdc;
}
.shopping3-section .receiver_icon:hover {
  background-color: #dcdcdc;
}
.shopping3-section #showbuycount .total-info div {
  max-width: 12%;
  flex: 0 0 12%;
  text-align: right;
}
@media (max-width: 991px) {
  .shopping3-section #showbuycount .total-info div {
    max-width: 15%;
    flex: 0 0 15%;
    text-align: right;
  }
}
@media (max-width: 768px) {
  .shopping3-section #showbuycount .total-info div {
    max-width: 30%;
    flex: 0 0 30%;
    text-align: right;
  }
}
.shopping3-section #showbuycount .sum-section .subtotal-items {
  max-width: 76%;
  flex: 0 0 76%;
}
.shopping3-section #showbuycount .sum-section .total-price {
  max-width: 24%;
  flex: 0 0 24%;
}
.shopping3-section #showbuycount .sum-section .total-price div {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 991px) {
  .shopping3-section #showbuycount .sum-section .subtotal-items {
    max-width: 70%;
    flex: 0 0 70%;
  }
  .shopping3-section #showbuycount .sum-section .total-price {
    max-width: 30%;
    flex: 0 0 30%;
  }
}
@media (max-width: 768px) {
  .shopping3-section #showbuycount .sum-section .subtotal-items {
    max-width: 40%;
    flex: 0 0 40%;
  }
  .shopping3-section #showbuycount .sum-section .total-price {
    max-width: 60%;
    flex: 0 0 60%;
  }
}
@media (max-width: 991px) {
  .shopping3-section .choice-store-btn {
    font-size: 16px;
  }
}
.shopping3-section .trans_name {
  font-weight: bold;
}
.shopping3-section .trans_name i {
  color: rgb(193, 164, 108);
}
.shopping3-section #showarea .border-themeColor {
  border-radius: 6px;
  border-width: 2px;
}
.shopping3-section .area-country, .shopping3-section .area-province {
  vertical-align: top;
}

/* ------------------------------------------------------------------
_recievepay.scss 訂單完成頁 / 重新付款頁
------------------------------------------------------------------ */
.recievepay-section .table_bo p {
  margin: 0;
}
.recievepay-section .shopping_cart_information {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .recievepay-section .shopping_cart_information {
    font-size: 16px !important;
  }
}

.payorder-section .shopping_cart_information {
  font-size: 20px !important;
}
@media (max-width: 767px) {
  .payorder-section .shopping_cart_information {
    font-size: 16px !important;
  }
}

#showreceiver .recevierBar {
  border-bottom: #ececec 1px solid;
  font-weight: bold;
}
#showreceiver .mReciver {
  display: none;
}
@media (max-width: 991px) {
  #showreceiver .mReciver {
    display: block;
    max-height: 300px;
    overflow-y: auto;
  }
}
#showreceiver .mReciver .receiverItem {
  margin: 10px;
  border-radius: 4px;
  width: calc(100% - 20px);
}
#showreceiver .mReciver .reciverTitle {
  white-space: nowrap;
  text-align: right;
}
#showreceiver .mReciver .reciverValue,
#showreceiver .mReciver .reciverTitle {
  margin-right: 5px;
  padding: 5px;
}
#showreceiver .receiver_icon_m {
  display: block;
  padding: 5px 10px;
  background: #1d1d1d;
  color: #fff;
}
#showreceiver .receiver_icon_m i {
  color: rgb(193, 164, 108);
  line-height: 1;
  vertical-align: middle;
}
#showreceiver .receiver_icon_m#receiver {
  background-color: rgb(193, 164, 108);
  color: #fff;
}
#showreceiver .receiver_icon_m#receiver i {
  color: #fff;
}
#showreceiver .table-responsive {
  max-height: 500px;
  overflow-y: auto;
}

/* ------------------------------------------------------------------
_reg-detail.scss 註冊頁、登入頁
------------------------------------------------------------------ */
.reg_detail .form-group, .reg_detail_simple .form-group {
  position: relative;
}
.reg_detail input, .reg_detail select, .reg_detail_simple input, .reg_detail_simple select {
  font-size: 13px;
}

@media (min-width: 992px) {
  .containerLogin {
    max-width: 992px !important;
  }
}
@media (min-width: 426px) {
  .containerLogin {
    max-width: 426px;
  }
}

@media (min-width: 992px) {
  .containerReg {
    max-width: 992px !important;
  }
}

.togglePasswordSeen {
  position: absolute;
  width: 20px;
  height: 64px;
  transform: translateY(-50%);
  right: 15px;
  color: #6a6e71;
  font-size: 16px;
}

.togglePasswordSeen:hover {
  color: #6a6e71;
  opacity: 0.7;
}

.togglePasswordSeen:focus, .togglePasswordSeen:active {
  outline: 0;
}

.form-signin {
  width: 100%;
  max-width: 420px;
  padding: 15px;
  margin: auto;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input,
.form-label-group label {
  height: 3.125rem;
  padding: 0.75rem;
}

.form-label-group label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1;
  color: #495057;
  pointer-events: none;
  cursor: text; /* Match the input under the label */
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: all 0.1s ease-in-out;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}

.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #a9a9a9;
}

.form-label-group input:-webkit-autofill ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #a9a9a9;
}

/* Fallback for Edge
-------------------------------------------------- */
@supports (-ms-ime-align: auto) {
  .form-label-group {
    display: flex;
    flex-direction: column-reverse;
  }
  .form-label-group label {
    position: static;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
/* ------------------------------------------------------------------
_member.scss 會員中心
------------------------------------------------------------------ */
.member-section {
  height: auto;
}
.member-section input,
.member-section select {
  font-size: 14px !important;
}
.member-section .list-group-item a {
  color: #1d1d1d;
}
.member-section .member-icon i {
  font-size: 20px;
  vertical-align: middle;
}
.member-section .member-border {
  height: 75px;
  line-height: 75px;
  display: block;
  color: #1d1d1d;
  border: 1px solid #ececec;
  box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, 0.1);
  transition: all 0.5s ease;
  height: 100%;
}
@media (max-width: 767px) {
  .member-section .member-border {
    line-height: unset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 5px;
    font-size: 12px;
  }
}
.member-section a.member-border:hover {
  box-shadow: 0px 3px 5px 0px rgba(100, 100, 100, 0.3);
  background-color: #fbfbfb;
}
.member-section .product_left .list-group-item a.active {
  color: rgb(193, 164, 108);
}
.member-section .order-search table,
.member-section .myscore-section table,
.member-section .myscoregoods-section table {
  margin-bottom: 0;
}
.member-section .order-search table.responsive td,
.member-section .myscore-section table.responsive td,
.member-section .myscoregoods-section table.responsive td {
  padding: 0.6rem;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .member-section .order-search table.responsive td,
  .member-section .myscore-section table.responsive td,
  .member-section .myscoregoods-section table.responsive td {
    text-align: right;
  }
}
.member-section .order-search table.responsive th,
.member-section .myscore-section table.responsive th,
.member-section .myscoregoods-section table.responsive th {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: left;
}
.member-section .order-search .MyOrder_b,
.member-section .myscore-section .MyOrder_b,
.member-section .myscoregoods-section .MyOrder_b {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 35px;
}
@media (min-width: 768px) {
  .member-section .order-returns .cart-list-title {
    display: flex;
  }
}
@media (max-width: 767px) {
  .member-section .order-returns .cart-list-title {
    display: none;
  }
}
.member-section .order-returns .wsauto {
  width: 100%;
}
@media (min-width: 768px) {
  .member-section .order-returns .wsauto {
    width: auto;
  }
}
.member-section .order-returns .text-area-wsauto {
  width: 100%;
}
@media (min-width: 768px) {
  .member-section .order-returns .text-area-wsauto {
    width: 50%;
  }
}
.member-section .order-returns .checkbox-mobile-left i {
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .member-section .order-returns .checkbox-mobile-left .checkbox {
    display: block;
  }
  .member-section .order-returns .checkbox-mobile-left i {
    left: 10px;
    transform: translateX(0);
  }
}
.member-section .myscore-section .MyOrder_b {
  width: 90px;
}
.member-section .myscoregoods-section .productNameRow {
  display: flex;
  align-items: center;
}
.member-section .myscoregoods-section .productImg {
  margin-right: 10px;
}
.member-section .myscoregoods-section .productImg img {
  width: 100px;
  height: auto;
}
.member-section .myscoregoods-section .rating-tile {
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 15px;
}
.member-section .myscoregoods-section .rating-tile li {
  display: inline-block;
}
.member-section .myscoregoods-section .rating-tile a {
  color: #ccc;
  padding: 0 3px;
  font-size: 18px;
}
.member-section .myscoregoods-section .rating-tile a.fill {
  color: #F9BA1D;
}
.member-section .myscoregoods-section #score {
  position: absolute;
  visibility: hidden;
}
.member-section .slide-box .list-group-item i {
  margin-right: 0.8rem;
  width: 16px;
}
.member-section div.side-nav ul.list-group-bordered > li > a,
.member-section div.side-nav .block-bordered {
  padding: 9px;
}
@media (max-width: 767px) {
  .member-section .font-red-big {
    font-size: 14px;
  }
}
.member-section .orderSepColor {
  color: #999;
}
.member-section .orderGoodname {
  color: #000;
  font-weight: 900;
}

.orderDetailModal {
  z-index: 99999999;
}

.memberWelcome {
  background: dimgrey;
}

.memberIndexMobileMenu a.member-border {
  border: 0;
  box-shadow: unset;
  padding: 0;
  align-items: flex-start;
}
.memberIndexMobileMenu a.member-border:hover {
  box-shadow: unset;
  background-color: unset;
}

.menuItem {
  position: relative;
}
.menuItem:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #ececec;
}

.btnMember {
  padding: 0px 25px;
  line-height: 30px;
  border-radius: 2px;
  font-size: 0.85rem;
}
@media (max-width: 575px) {
  .btnMember {
    padding: 0px 8px;
    font-size: 0.8rem;
  }
}

.btnMember_outline {
  border: 1px solid #343a40;
}

.orderLayoutwidth {
  width: auto;
}
@media (max-width: 575px) {
  .orderLayoutwidth {
    width: 100%;
  }
}

.orderDetailModal h4 {
  margin: 0;
}

.orderDetailModal table.responsive tr {
  border-bottom: 1px solid #ececec !important;
}
.orderDetailModal .table_bo {
  border: 0 !important;
}
.orderDetailModal .row_table > div {
  background-color: transparent;
}
.orderDetailModal .row_table {
  border-bottom: 1px solid #ececec;
}
.orderDetailModal .table_bo, .orderDetailModal .table_title {
  border-left: 0 !important;
  border-bottom: 0 !important;
}
.orderDetailModal .container-fluid {
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .orderDetailModal .container-fluid {
    padding: 20px 20px;
  }
}