/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* Not Bootstrap */
* {
    box-sizing: border-box;
}
ul, li {
	list-style: none;
}
.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  list-style: outside none none;
  margin: 2px 0 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}
nav.navigation {
	z-index: 999 !important;
	font-weight: 400;
	
}
.navigation .mega-menu-item .level2 > ul {
	position: static !important;
}
.navigation .mega-menu-item .level2 > ul .level3 {
	padding-left: 15px;
}
.navigation ul.container {
    position:  relative;
    padding-left:  0;
    padding-right:  0;
}
.navigation ul.container .level0 {
    display:  inline-block;
    padding:  15px;
    vertical-align:  middle;
    position:  relative;
    font-size:  14px;
    text-align:  left;
    margin:  0;
	border: none;

}
.navigation ul.container .level0 a:hover, .navigation ul.container .level0 a:focus {
    background:  none;
}
.navigation ul.container .level0 > a {
    color:  #333;
    font-size:  14px;
    text-transform:  uppercase;
    padding:  0;
    font-weight: bold;
    background:  none;
}
.navigation ul.container .level0 > a:hover, .navigation ul.container .level0 > a:focus, .navigation ul.container .level0 > a:active {
    background:  none;
}
.navigation ul.container .level0 > ul {
    list-style:  none;
    padding:  0;
    z-index:  999;
    margin:  0;
    padding: 15px 0;
    border-radius:  0;
    -webkit-border-radius:  0;
    -moz-border-radius:  0;
    -o-border-radius:  0;
}
.navigation ul.container .level0 > ul li.level1 {
    position:  relative;
}
.navigation ul.container .level0 > ul li.level1 > ul {
    padding: 15px 0;
    list-style:  none;
    position:  absolute !important;
    min-width:  220px;
}
.navigation ul.container .level0.mega-menu-item > ul li.level1 > ul {
	padding: 0;
}
.navigation ul.container .level0.mega-menu-item > ul {
    width:  100%}
.navigation ul.container .level0.mega-menu-item .level1 > a {
    font-size:  14px;
    text-transform:  uppercase;
}
.navigation ul.container .level0.mega-menu-item .level1 > ul {
    position:  relative !important;
    left:  15px !important;
}
.navigation ul.container .level0:hover > a {
    text-decoration:  none;
}
.navigation ul.container .level1, .navigation ul.container .level2 {
    position:  relative;
}
.navigation ul.container .level1 > ul, .navigation ul.container .level2 > ul {
    top:  0;
    left:  100%;
    border-radius:  0;
    -webkit-border-radius:  0;
    -moz-border-radius:  0;
    -o-border-radius:  0;
    border:  none;
	position: absolute;
	padding: 15px 0;
}
.vertical-menu {
    background-color:  #f0f0f0;
	padding: 20px;
}
.vertical-menu a {
    color:  #333;
}
.vertical-menu li {
    width:  100% !important;
    margin-left:  0 !important;
    position:  relative;
	clear: both;
}
.vertical-menu li.level0.mega-menu-item > ul {
    width:  800px;
}
.vertical-menu li.level0.mega-menu-item .level1 > a {
    font-size:  14px;
    text-transform:  uppercase;
}
.vertical-menu li.level0.mega-menu-item .level1 > ul {
    margin-left:  10px;
}
.vertical-menu li a:hover, .vertical-menu li a:focus, .vertical-menu li a:active {
    background:  none;
}
.vertical-menu .dropdown-menu {
    top:  0;
    left:  100%;
    border:  none;
    border-radius:  0;
    padding:  15px;
}
.vertical-menu ul {
	padding: 0;
}
.vertical-menu .dropdown-menu > li > a {
    padding:  3px 0;
}
.vertical-menu .icon-next {
    position:  absolute;
    right:  15px;
}

@media (min-width: 992px) {
    .vertical-menu {
		width:  300px;
	}
	.vertical-menu .level0:hover > ul, .vertical-menu .level1:hover > ul, .vertical-menu .level2:hover > ul, .vertical-menu .level3:hover > ul {
		display:  block;
	}
	.navigation ul.container .level0 > ul {
		min-width:  220px;
		position:  absolute;
		top:  100% !important;
	}
	.navigation ul.container .level0.mega-menu-item {
		position:  static;
	}
	.navigation ul.container .level1 > ul {
		left:  100% !important;
		top:  0 !important;
	}
	.navigation ul.container .level0:hover > ul, .navigation ul.container .level1:hover > ul, .navigation ul.container .level2:hover > ul {
		display:  block;
	}
	.nav-responsive {
		display:  none;
	}
	.toggle-menu {
		display: none;
	}
}
@media (max-width: 991px) {
	.navigation ul {
		padding: 0 !important;
	}
	.navigation ul.container .level0 > ul {
		background: none;
	}
    .navigation ul.container > li {
		width:  100%}
	.navigation ul.container .toggle-menu {
		height:  30px;
		padding-top:  5px;
		position:  absolute;
		right:  10px;
		text-align:  center;
		top:  1px;
		width:  30px;
	}
	.navigation ul.container .level0 {
		padding:  5px 0;
	}
	.navigation ul.container .level0 > ul {
		position:  relative;
		width:  100%;
		box-shadow:  none;
		border:  none;
		padding:  0;
	}
	.navigation ul.container .level0 > ul li.level1, .navigation ul.container .level0 > ul li.level2 {
		clear:  both;
	}
	.navigation ul.container .level0 > ul li.level1 > a, .navigation ul.container .level0 > ul li.level2 > a {
		padding:  3px 0;
	}
	.navigation ul.container .level0 > ul li.level1 > ul, .navigation ul.container .level0 > ul li.level2 > ul, .navigation ul.container .level0 > ul li.level3 > ul {
		position:  relative !important;
		left:  15px !important;
		box-shadow:  none;
		width:  100%}
	.navigation ul.container .level1 {
		padding-left:  15px;
	}
	.navigation ul.container img {
		display:  none;
	}
	.vertical-menu .toggle-menu {
		height:  30px;
		padding-top:  5px;
		position:  absolute;
		right:  10px;
		text-align:  center;
		top:  1px;
		width:  30px;
	}
	.vertical-menu li.level0.mega-menu-item > ul {
		width:  100%;
		left:  0;
		padding:  5px 0 5px 25px;
		position:  relative;
	}
	.vertical-menu img {
		display:  none;
	}
	.vertical-menu li.level0 > a {
		padding:  5px 15px;
	}
	.vertical-menu .dropdown-menu {
		position:  relative;
		left:  0;
		width:  100%;
		background: none;
		border: none;
		box-shadow: none;
	}
	.vertical-menu .dropdown-menu .level1 {
		padding-left:  10px;
	}
	.nav-responsive {
		background:  none;
		border:  none;
		color:  #333;
		font-size:  24px;
		margin-left:  20px;
		text-align: left;
	}
	.nav-responsive:hover, .nav-responsive:focus, .nav-responsive:active {
		background: none;
		border: none;
	}
	.navigation {
		display:  none;
		padding-left: 35px !important;
	}
	.navigation a {
		padding: 0 !important;
	}
	.navigation.nav-active {
		display:  block;
	}
	.category-menu .dropdown-menu.active .sub-menu .sub-menu{display:none}
	.toggle-menu a.active .fa-plus:before {content: "\f068";}
	.dropdown-toggle .icon-next {
		display: none;
	}
}
/*custom*/
.navigation ul.container .dropdown-menu li {width: 100%;margin:0;float:left;}
.navigation ul.container .dropdown-menu {
	min-width: 220px;
}
.navigation ul.container .dropdown-menu li:after{
	content:" ";
	display: table;
	clear: both;
}
.navigation ul.container .level0:hover{
	background-color: rgba(0,0,0,0.15);	
}
.navigation ul{padding: 0;}

.navigation ul.container li.dropdown .dropdown-menu a{
	color:#333;
	padding: 5px 15px;
	font-weight: 400;
	float:left;
}
.navigation ul.container li.dropdown .dropdown-menu a:hover{
	color:#1979c3;
}
.navigation ul.container li.mega-menu-item .dropdown-menu li.level1 .block-category-link-inline > a,
.navigation ul.container .title,
.navigation ul.container li.mega-menu-item .dropdown-menu li.level1 > a{
	font-weight: 700;
	text-transform: uppercase;
}
.navigation .block-category-link.widget{
	margin:0;
}
.navigation ul.container li.level0.right {
	float: right;
}
.navigation ul.container li.level0.right .dropdown-menu{
	right: 0;
	left: auto;
	padding: 15px;
}/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../frontend/Mgs/imperialteas/en_GB/MGS_Mpanel/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#869791;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }

  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

@keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }

  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }

  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }

  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }

  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes wobble {
  from {
    -webkit-transform: none;
    transform: none;
  }

  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: none;
    transform: none;
  }

  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }

  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }

  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }

  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }

  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }

  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }

  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  to {
    -webkit-transform: none;
    transform: none;
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
  }

  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .9);
  }

  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
    transform: perspective(400px) scale3d(.95, .95, .95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }

  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }

  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }

  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

@keyframes rollOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }

  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }

  to {
    opacity: 0;
  }
}

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }

  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
.tab-content > .tab-pane.product-carousel{
	display:block;
	visibility: hidden;
    height: 0px;
    overflow:hidden;
}
.tab-content > .tab-pane.product-carousel.active{
	visibility: visible;
    height: auto;
    overflow: visible;
}

.parallax {
    background-attachment: fixed !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}.text-colour-gold,.text-colour-gold .promobanner .text{color:#FFD700}
.text-colour-yellow,.text-colour-yellow .promobanner .text{color:#FFFF00}
.text-colour-lightyellow,.text-colour-lightyellow .promobanner .text{color:#FFFFE0}
.text-colour-lemonchiffon,.text-colour-lemonchiffon .promobanner .text{color:#FFFACD}
.text-colour-lightgoldenrodyellow,.text-colour-lightgoldenrodyellow .promobanner .text{color:#FAFAD2}
.text-colour-papayawhip,.text-colour-papayawhip .promobanner .text{color:#FFEFD5}
.text-colour-moccasin,.text-colour-moccasin .promobanner .text{color:#FFE4B5}
.text-colour-peachpuff,.text-colour-peachpuff .promobanner .text{color:#FFDAB9}
.text-colour-palegoldenrod,.text-colour-palegoldenrod .promobanner .text{color:#EEE8AA}
.text-colour-khaki,.text-colour-khaki .promobanner .text{color:#F0E68C}
.text-colour-darkkhaki,.text-colour-darkkhaki .promobanner .text{color:#BDB76B}
.text-colour-lavender,.text-colour-lavender .promobanner .text{color:#E6E6FA}
.text-colour-plum,.text-colour-plum .promobanner .text{color:#DDA0DD}
.text-colour-violet,.text-colour-violet .promobanner .text{color:#EE82EE}
.text-colour-orchid,.text-colour-orchid .promobanner .text{color:#DA70D6}
.text-colour-magenta,.text-colour-magenta .promobanner .text{color:#FF00FF}
.text-colour-mediumorchid,.text-colour-mediumorchid .promobanner .text{color:#BA55D3}
.text-colour-mediumpurple,.text-colour-mediumpurple .promobanner .text{color:#9370DB}
.text-colour-amethyst,.text-colour-amethyst .promobanner .text{color:#9966CC}
.text-colour-blueviolet,.text-colour-blueviolet .promobanner .text{color:#8A2BE2}
.text-colour-darkorchid,.text-colour-darkorchid .promobanner .text{color:#9932CC}
.text-colour-darkviolet,.text-colour-darkviolet .promobanner .text{color:#9400D3}
.text-colour-darkmagenta,.text-colour-darkmagenta .promobanner .text{color:#8B008B}
.text-colour-purple,.text-colour-purple .promobanner .text{color:#800080}
.text-colour-slateblue,.text-colour-slateblue .promobanner .text{color:#6A5ACD}
.text-colour-mediumslateblue,.text-colour-mediumslateblue .promobanner .text{color:#7B68EE}
.text-colour-darkslateblue,.text-colour-darkslateblue .promobanner .text{color:#483D8B}
.text-colour-indigo,.text-colour-indigo .promobanner .text{color:#4B0082}
.text-colour-greenyellow,.text-colour-greenyellow .promobanner .text{color:#ADFF2F}
.text-colour-chartreuse,.text-colour-chartreuse .promobanner .text{color:#7FFF00}
.text-colour-lime,.text-colour-lime .promobanner .text{color:#00FF00}
.text-colour-limegreen,.text-colour-limegreen .promobanner .text{color:#32CD32}
.text-colour-palegreen,.text-colour-palegreen .promobanner .text{color:#98FB98}
.text-colour-lightgreen,.text-colour-lightgreen .promobanner .text{color:#90EE90}
.text-colour-mediumspringgreen,.text-colour-mediumspringgreen .promobanner .text{color:#00FA9A}
.text-colour-springgreen,.text-colour-springgreen .promobanner .text{color:#00FF7F}
.text-colour-mediumseagreen,.text-colour-mediumseagreen .promobanner .text{color:#3CB371}
.text-colour-seagreen,.text-colour-seagreen .promobanner .text{color:#2E8B57}
.text-colour-green,.text-colour-green .promobanner .text{color:#008000}
.text-colour-darkgreen,.text-colour-darkgreen .promobanner .text{color:#006400}
.text-colour-yellowgreen,.text-colour-yellowgreen .promobanner .text{color:#9ACD32}
.text-colour-olivedrab, .promobanner .text{color:#6B8E23}
.text-colour-olive,.text-colour-olivedrab .promobanner .text{color:#808000}
.text-colour-darkolivegreen,.text-colour-darkolivegreen .promobanner .text{color:#556B2F}
.text-colour-mediumaquamarine,.text-colour-mediumaquamarine .promobanner .text{color:#66CDAA}
.text-colour-darkseagreen,.text-colour-darkseagreen .promobanner .text{color:#8FBC8F}
.text-colour-lightseagreen, .promobanner .text{color:#20B2AA}
.text-colour-darkcyan,.text-colour-lightseagreen .promobanner .text{color:#008B8B}
.text-colour-teal,.text-colour-teal .promobanner .text{color:#008080}
.text-colour-cyan, .promobanner .text{color:#00FFFF}
.text-colour-lightcyan,.text-colour-cyan .promobanner .text{color:#E0FFFF}
.text-colour-paleturquoise,.text-colour-paleturquoise .promobanner .text{color:#AFEEEE}
.text-colour-aquamarine,.text-colour-aquamarine .promobanner .text{color:#7FFFD4}
.text-colour-turquoise,.text-colour-turquoise .promobanner .text{color:#40E0D0}
.text-colour-darkturquoise,.text-colour-darkturquoise .promobanner .text{color:#00CED1}
.text-colour-cadetblue,.text-colour-cadetblue .promobanner .text{color:#5F9EA0}
.text-colour-steelblue,.text-colour-steelblue .promobanner .text{color:#4682B4}
.text-colour-lightsteelblue,.text-colour-lightsteelblue .promobanner .text{color:#B0C4DE}
.text-colour-powderblue,.text-colour-powderblue .promobanner .text{color:#B0E0E6}
.text-colour-lightblue,.text-colour-lightblue .promobanner .text{color:#ADD8E6}
.text-colour-skyblue,.text-colour-skyblue .promobanner .text{color:#87CEEB}
.text-colour-dodgerblue,.text-colour-dodgerblue .promobanner .text{color:#1E90FF}
.text-colour-cornflowerblue,.text-colour-cornflowerblue .promobanner .text{color:#6495ED}
.text-colour-royalblue,.text-colour-royalblue .promobanner .text{color:#4169E1}
.text-colour-blue,.text-colour-blue .promobanner .text{color:#0000FF}
.text-colour-mediumblue,.text-colour-mediumblue .promobanner .text{color:#0000CD}
.text-colour-navy,.text-colour-navy .promobanner .text{color:#000080}
.text-colour-midnightblue,.text-colour-midnightblue .promobanner .text{color:#191970}
.text-colour-burlywood,.text-colour-burlywood .promobanner .text{color:#DEB887}
.text-colour-tan,.text-colour-tan .promobanner .text{color:#D2B48C}
.text-colour-rosybrown,.text-colour-rosybrown .promobanner .text{color:#BC8F8F}
.text-colour-sandybrown,.text-colour-sandybrown .promobanner .text{color:#F4A460}
.text-colour-goldenrod,.text-colour-goldenrod .promobanner .text{color:#DAA520}
.text-colour-darkgoldenrod,.text-colour-darkgoldenrod .promobanner .text{color:#B8860B}
.text-colour-peru,.text-colour-peru .promobanner .text{color:#CD853F}
.text-colour-chocolate,.text-colour-chocolate .promobanner .text{color:#D2691E}
.text-colour-saddlebrown,.text-colour-saddlebrown .promobanner .text{color:#8B4513}
.text-colour-sienna,.text-colour-sienna .promobanner .text{color:#A0522D}
.text-colour-brown,.text-colour-brown .promobanner .text{color:#A52A2A}
.text-colour-maroon,.text-colour-maroon .promobanner .text{color:#800000}
.text-colour-white,.text-colour-white .promobanner .text{color:#FFFFFF}
.text-colour-honeydew,.text-colour-honeydew .promobanner .text{color:#F0FFF0}
.text-colour-azure,.text-colour-azure .promobanner .text{color:#F0FFFF}
.text-colour-ghostwhite,.text-colour-ghostwhite .promobanner .text{color:#F8F8FF}
.text-colour-whitesmoke,.text-colour-whitesmoke .promobanner .text{color:#F5F5F5}
.text-colour-beige,.text-colour-beige .promobanner .text{color:#F5F5DC}
.text-colour-gainsboro,.text-colour-gainsboro .promobanner .text{color:#DCDCDC}
.text-colour-lightgrey,.text-colour-lightgrey .promobanner .text{color:#D3D3D3}
.text-colour-silver,.text-colour-silver .promobanner .text{color:#C0C0C0}
.text-colour-darkgray,.text-colour-darkgray .promobanner .text{color:#A9A9A9}
.text-colour-gray,.text-colour-gray .promobanner .text{color:#808080}
.text-colour-dimgray,.text-colour-dimgray .promobanner .text{color:#696969}
.text-colour-lightslategray,.text-colour-lightslategray .promobanner .text{color:#778899}
.text-colour-slategray,.text-colour-slategray .promobanner .text{color:#708090}
.text-colour-darkslategray,.text-colour-darkslategray .promobanner .text{color:#2F4F4F}
.text-colour-black,.text-colour-black .promobanner .text{color:#000000}

/* Link */
.link-colour-indianred a{color:#CD5C5C}
.link-colour-lightcoral a{color:#F08080}
.link-colour-salmon a{color:#FA8072}
.link-colour-darksalmon a{color:#E9967A}
.link-colour-lightsalmon a{color:#FFA07A}
.link-colour-crimson a{color:#DC143C}
.link-colour-red a{color:#FF0000}
.link-colour-pink a{color:#FFC0CB}
.link-colour-lightpink a{color:#FFB6C1}
.link-colour-hotpink a{color:#FF69B4}
.link-colour-deeppink a{color:#FF1493}
.link-colour-mediumvioletred a{color:#C71585}
.link-colour-palevioletred a{color:#DB7093}
.link-colour-coral a{color:#FF7F50}
.link-colour-tomato a{color:#FF6347}
.link-colour-orangered a{color:#FF4500}
.link-colour-darkorange a{color:#FF8C00}
.link-colour-orange a{color:#FFA500}
.link-colour-gold a{color:#FFD700}
.link-colour-yellow a{color:#FFFF00}
.link-colour-lightyellow a{color:#FFFFE0}
.link-colour-lemonchiffon a{color:#FFFACD}
.link-colour-lightgoldenrodyellow a{color:#FAFAD2}
.link-colour-papayawhip a{color:#FFEFD5}
.link-colour-moccasin a{color:#FFE4B5}
.link-colour-peachpuff a{color:#FFDAB9}
.link-colour-palegoldenrod a{color:#EEE8AA}
.link-colour-khaki a{color:#F0E68C}
.link-colour-darkkhaki a{color:#BDB76B}
.link-colour-lavender a{color:#E6E6FA}
.link-colour-plum a{color:#DDA0DD}
.link-colour-violet a{color:#EE82EE}
.link-colour-orchid a{color:#DA70D6}
.link-colour-magenta a{color:#FF00FF}
.link-colour-mediumorchid a{color:#BA55D3}
.link-colour-mediumpurple a{color:#9370DB}
.link-colour-amethyst a{color:#9966CC}
.link-colour-blueviolet a{color:#8A2BE2}
.link-colour-darkorchid a{color:#9932CC}
.link-colour-darkviolet a{color:#9400D3}
.link-colour-darkmagenta a{color:#8B008B}
.link-colour-purple a{color:#800080}
.link-colour-slateblue a{color:#6A5ACD}
.link-colour-mediumslateblue a{color:#7B68EE}
.link-colour-darkslateblue a{color:#483D8B}
.link-colour-indigo a{color:#4B0082}
.link-colour-greenyellow a{color:#ADFF2F}
.link-colour-chartreuse a{color:#7FFF00}
.link-colour-lime a{color:#00FF00}
.link-colour-limegreen a{color:#32CD32}
.link-colour-palegreen a{color:#98FB98}
.link-colour-lightgreen a{color:#90EE90}
.link-colour-mediumspringgreen a{color:#00FA9A}
.link-colour-springgreen a{color:#00FF7F}
.link-colour-mediumseagreen a{color:#3CB371}
.link-colour-seagreen a{color:#2E8B57}
.link-colour-green a{color:#008000}
.link-colour-darkgreen a{color:#006400}
.link-colour-yellowgreen a{color:#9ACD32}
.link-colour-olivedrab a{color:#6B8E23}
.link-colour-olive a{color:#808000}
.link-colour-darkolivegreen a{color:#556B2F}
.link-colour-mediumaquamarine a{color:#66CDAA}
.link-colour-darkseagreen a{color:#8FBC8F}
.link-colour-lightseagreen a{color:#20B2AA}
.link-colour-darkcyan a{color:#008B8B}
.link-colour-teal a{color:#008080}
.link-colour-cyan a{color:#00FFFF}
.link-colour-lightcyan a{color:#E0FFFF}
.link-colour-paleturquoise a{color:#AFEEEE}
.link-colour-aquamarine a{color:#7FFFD4}
.link-colour-turquoise a{color:#40E0D0}
.link-colour-darkturquoise a{color:#00CED1}
.link-colour-cadetblue a{color:#5F9EA0}
.link-colour-steelblue a{color:#4682B4}
.link-colour-lightsteelblue a{color:#B0C4DE}
.link-colour-powderblue a{color:#B0E0E6}
.link-colour-lightblue a{color:#ADD8E6}
.link-colour-skyblue a{color:#87CEEB}
.link-colour-dodgerblue a{color:#1E90FF}
.link-colour-cornflowerblue a{color:#6495ED}
.link-colour-royalblue a{color:#4169E1}
.link-colour-blue a{color:#0000FF}
.link-colour-mediumblue a{color:#0000CD}
.link-colour-navy a{color:#000080}
.link-colour-midnightblue a{color:#191970}
.link-colour-burlywood a{color:#DEB887}
.link-colour-tan a{color:#D2B48C}
.link-colour-rosybrown a{color:#BC8F8F}
.link-colour-sandybrown a{color:#F4A460}
.link-colour-goldenrod a{color:#DAA520}
.link-colour-darkgoldenrod a{color:#B8860B}
.link-colour-peru a{color:#CD853F}
.link-colour-chocolate a{color:#D2691E}
.link-colour-saddlebrown a{color:#8B4513}
.link-colour-sienna a{color:#A0522D}
.link-colour-brown a{color:#A52A2A}
.link-colour-maroon a{color:#800000}
.link-colour-white a{color:#FFFFFF}
.link-colour-honeydew a{color:#F0FFF0}
.link-colour-azure a{color:#F0FFFF}
.link-colour-ghostwhite a{color:#F8F8FF}
.link-colour-whitesmoke a{color:#F5F5F5}
.link-colour-beige a{color:#F5F5DC}
.link-colour-gainsboro a{color:#DCDCDC}
.link-colour-lightgrey a{color:#D3D3D3}
.link-colour-silver a{color:#C0C0C0}
.link-colour-darkgray a{color:#A9A9A9}
.link-colour-gray a{color:#808080}
.link-colour-dimgray a{color:#696969}
.link-colour-lightslategray a{color:#778899}
.link-colour-slategray a{color:#708090}
.link-colour-darkslategray a{color:#2F4F4F}
.link-colour-black a{color:#000000}

/* Link Hover*/
.link-hover-colour-indianred a:hover{color:#CD5C5C}
.link-hover-colour-lightcoral a:hover{color:#F08080}
.link-hover-colour-salmon a:hover{color:#FA8072}
.link-hover-colour-darksalmon a:hover{color:#E9967A}
.link-hover-colour-lightsalmon a:hover{color:#FFA07A}
.link-hover-colour-crimson a:hover{color:#DC143C}
.link-hover-colour-red a:hover{color:#FF0000}
.link-hover-colour-pink a:hover{color:#FFC0CB}
.link-hover-colour-lightpink a:hover{color:#FFB6C1}
.link-hover-colour-hotpink a:hover{color:#FF69B4}
.link-hover-colour-deeppink a:hover{color:#FF1493}
.link-hover-colour-mediumvioletred a:hover{color:#C71585}
.link-hover-colour-palevioletred a:hover{color:#DB7093}
.link-hover-colour-coral a:hover{color:#FF7F50}
.link-hover-colour-tomato a:hover{color:#FF6347}
.link-hover-colour-orangered a:hover{color:#FF4500}
.link-hover-colour-darkorange a:hover{color:#FF8C00}
.link-hover-colour-orange a:hover{color:#FFA500}
.link-hover-colour-gold a:hover{color:#FFD700}
.link-hover-colour-yellow a:hover{color:#FFFF00}
.link-hover-colour-lightyellow a:hover{color:#FFFFE0}
.link-hover-colour-lemonchiffon a:hover{color:#FFFACD}
.link-hover-colour-lightgoldenrodyellow a:hover{color:#FAFAD2}
.link-hover-colour-papayawhip a:hover{color:#FFEFD5}
.link-hover-colour-moccasin a:hover{color:#FFE4B5}
.link-hover-colour-peachpuff a:hover{color:#FFDAB9}
.link-hover-colour-palegoldenrod a:hover{color:#EEE8AA}
.link-hover-colour-khaki a:hover{color:#F0E68C}
.link-hover-colour-darkkhaki a:hover{color:#BDB76B}
.link-hover-colour-lavender a:hover{color:#E6E6FA}
.link-hover-colour-plum a:hover{color:#DDA0DD}
.link-hover-colour-violet a:hover{color:#EE82EE}
.link-hover-colour-orchid a:hover{color:#DA70D6}
.link-hover-colour-magenta a:hover{color:#FF00FF}
.link-hover-colour-mediumorchid a:hover{color:#BA55D3}
.link-hover-colour-mediumpurple a:hover{color:#9370DB}
.link-hover-colour-amethyst a:hover{color:#9966CC}
.link-hover-colour-blueviolet a:hover{color:#8A2BE2}
.link-hover-colour-darkorchid a:hover{color:#9932CC}
.link-hover-colour-darkviolet a:hover{color:#9400D3}
.link-hover-colour-darkmagenta a:hover{color:#8B008B}
.link-hover-colour-purple a:hover{color:#800080}
.link-hover-colour-slateblue a:hover{color:#6A5ACD}
.link-hover-colour-mediumslateblue a:hover{color:#7B68EE}
.link-hover-colour-darkslateblue a:hover{color:#483D8B}
.link-hover-colour-indigo a:hover{color:#4B0082}
.link-hover-colour-greenyellow a:hover{color:#ADFF2F}
.link-hover-colour-chartreuse a:hover{color:#7FFF00}
.link-hover-colour-lime a:hover{color:#00FF00}
.link-hover-colour-limegreen a:hover{color:#32CD32}
.link-hover-colour-palegreen a:hover{color:#98FB98}
.link-hover-colour-lightgreen a:hover{color:#90EE90}
.link-hover-colour-mediumspringgreen a:hover{color:#00FA9A}
.link-hover-colour-springgreen a:hover{color:#00FF7F}
.link-hover-colour-mediumseagreen a:hover{color:#3CB371}
.link-hover-colour-seagreen a:hover{color:#2E8B57}
.link-hover-colour-green a:hover{color:#008000}
.link-hover-colour-darkgreen a:hover{color:#006400}
.link-hover-colour-yellowgreen a:hover{color:#9ACD32}
.link-hover-colour-olivedrab a:hover{color:#6B8E23}
.link-hover-colour-olive a:hover{color:#808000}
.link-hover-colour-darkolivegreen a:hover{color:#556B2F}
.link-hover-colour-mediumaquamarine a:hover{color:#66CDAA}
.link-hover-colour-darkseagreen a:hover{color:#8FBC8F}
.link-hover-colour-lightseagreen a:hover{color:#20B2AA}
.link-hover-colour-darkcyan a:hover{color:#008B8B}
.link-hover-colour-teal a:hover{color:#008080}
.link-hover-colour-cyan a:hover{color:#00FFFF}
.link-hover-colour-lightcyan a:hover{color:#E0FFFF}
.link-hover-colour-paleturquoise a:hover{color:#AFEEEE}
.link-hover-colour-aquamarine a:hover{color:#7FFFD4}
.link-hover-colour-turquoise a:hover{color:#40E0D0}
.link-hover-colour-darkturquoise a:hover{color:#00CED1}
.link-hover-colour-cadetblue a:hover{color:#5F9EA0}
.link-hover-colour-steelblue a:hover{color:#4682B4}
.link-hover-colour-lightsteelblue a:hover{color:#B0C4DE}
.link-hover-colour-powderblue a:hover{color:#B0E0E6}
.link-hover-colour-lightblue a:hover{color:#ADD8E6}
.link-hover-colour-skyblue a:hover{color:#87CEEB}
.link-hover-colour-dodgerblue a:hover{color:#1E90FF}
.link-hover-colour-cornflowerblue a:hover{color:#6495ED}
.link-hover-colour-royalblue a:hover{color:#4169E1}
.link-hover-colour-blue a:hover{color:#0000FF}
.link-hover-colour-mediumblue a:hover{color:#0000CD}
.link-hover-colour-navy a:hover{color:#000080}
.link-hover-colour-midnightblue a:hover{color:#191970}
.link-hover-colour-burlywood a:hover{color:#DEB887}
.link-hover-colour-tan a:hover{color:#D2B48C}
.link-hover-colour-rosybrown a:hover{color:#BC8F8F}
.link-hover-colour-sandybrown a:hover{color:#F4A460}
.link-hover-colour-goldenrod a:hover{color:#DAA520}
.link-hover-colour-darkgoldenrod a:hover{color:#B8860B}
.link-hover-colour-peru a:hover{color:#CD853F}
.link-hover-colour-chocolate a:hover{color:#D2691E}
.link-hover-colour-saddlebrown a:hover{color:#8B4513}
.link-hover-colour-sienna a:hover{color:#A0522D}
.link-hover-colour-brown a:hover{color:#A52A2A}
.link-hover-colour-maroon a:hover{color:#800000}
.link-hover-colour-white a:hover{color:#FFFFFF}
.link-hover-colour-honeydew a:hover{color:#F0FFF0}
.link-hover-colour-azure a:hover{color:#F0FFFF}
.link-hover-colour-ghostwhite a:hover{color:#F8F8FF}
.link-hover-colour-whitesmoke a:hover{color:#F5F5F5}
.link-hover-colour-beige a:hover{color:#F5F5DC}
.link-hover-colour-gainsboro a:hover{color:#DCDCDC}
.link-hover-colour-lightgrey a:hover{color:#D3D3D3}
.link-hover-colour-silver a:hover{color:#C0C0C0}
.link-hover-colour-darkgray a:hover{color:#A9A9A9}
.link-hover-colour-gray a:hover{color:#808080}
.link-hover-colour-dimgray a:hover{color:#696969}
.link-hover-colour-lightslategray a:hover{color:#778899}
.link-hover-colour-slategray a:hover{color:#708090}
.link-hover-colour-darkslategray a:hover{color:#2F4F4F}
.link-hover-colour-black a:hover{color:#000000}

/* Button*/
.button-colour-transparent button{background-color:transparent}
.button-colour-indianred button{background-color:#CD5C5C}
.button-colour-lightcoral button{background-color:#F08080}
.button-colour-salmon button{background-color:#FA8072}
.button-colour-darksalmon button{background-color:#E9967A}
.button-colour-lightsalmon button{background-color:#FFA07A}
.button-colour-crimson button{background-color:#DC143C}
.button-colour-red button{background-color:#FF0000}
.button-colour-pink button{background-color:#FFC0CB}
.button-colour-lightpink button{background-color:#FFB6C1}
.button-colour-hotpink button{background-color:#FF69B4}
.button-colour-deeppink button{background-color:#FF1493}
.button-colour-mediumvioletred button{background-color:#C71585}
.button-colour-palevioletred button{background-color:#DB7093}
.button-colour-coral button{background-color:#FF7F50}
.button-colour-tomato button{background-color:#FF6347}
.button-colour-orangered button{background-color:#FF4500}
.button-colour-darkorange button{background-color:#FF8C00}
.button-colour-orange button{background-color:#FFA500}
.button-colour-gold button{background-color:#FFD700}
.button-colour-yellow button{background-color:#FFFF00}
.button-colour-lightyellow button{background-color:#FFFFE0}
.button-colour-lemonchiffon button{background-color:#FFFACD}
.button-colour-lightgoldenrodyellow button{background-color:#FAFAD2}
.button-colour-papayawhip button{background-color:#FFEFD5}
.button-colour-moccasin button{background-color:#FFE4B5}
.button-colour-peachpuff button{background-color:#FFDAB9}
.button-colour-palegoldenrod button{background-color:#EEE8AA}
.button-colour-khaki button{background-color:#F0E68C}
.button-colour-darkkhaki button{background-color:#BDB76B}
.button-colour-lavender button{background-color:#E6E6FA}
.button-colour-plum button{background-color:#DDA0DD}
.button-colour-violet button{background-color:#EE82EE}
.button-colour-orchid button{background-color:#DA70D6}
.button-colour-magenta button{background-color:#FF00FF}
.button-colour-mediumorchid button{background-color:#BA55D3}
.button-colour-mediumpurple button{background-color:#9370DB}
.button-colour-amethyst button{background-color:#9966CC}
.button-colour-blueviolet button{background-color:#8A2BE2}
.button-colour-darkorchid button{background-color:#9932CC}
.button-colour-darkviolet button{background-color:#9400D3}
.button-colour-darkmagenta button{background-color:#8B008B}
.button-colour-purple button{background-color:#800080}
.button-colour-slateblue button{background-color:#6A5ACD}
.button-colour-mediumslateblue button{background-color:#7B68EE}
.button-colour-darkslateblue button{background-color:#483D8B}
.button-colour-indigo button{background-color:#4B0082}
.button-colour-greenyellow button{background-color:#ADFF2F}
.button-colour-chartreuse button{background-color:#7FFF00}
.button-colour-lime button{background-color:#00FF00}
.button-colour-limegreen button{background-color:#32CD32}
.button-colour-palegreen button{background-color:#98FB98}
.button-colour-lightgreen button{background-color:#90EE90}
.button-colour-mediumspringgreen button{background-color:#00FA9A}
.button-colour-springgreen button{background-color:#00FF7F}
.button-colour-mediumseagreen button{background-color:#3CB371}
.button-colour-seagreen button{background-color:#2E8B57}
.button-colour-green button{background-color:#008000}
.button-colour-darkgreen button{background-color:#006400}
.button-colour-yellowgreen button{background-color:#9ACD32}
.button-colour-olivedrab button{background-color:#6B8E23}
.button-colour-olive button{background-color:#808000}
.button-colour-darkolivegreen button{background-color:#556B2F}
.button-colour-mediumaquamarine button{background-color:#66CDAA}
.button-colour-darkseagreen button{background-color:#8FBC8F}
.button-colour-lightseagreen button{background-color:#20B2AA}
.button-colour-darkcyan button{background-color:#008B8B}
.button-colour-teal button{background-color:#008080}
.button-colour-cyan button{background-color:#00FFFF}
.button-colour-lightcyan button{background-color:#E0FFFF}
.button-colour-paleturquoise button{background-color:#AFEEEE}
.button-colour-aquamarine button{background-color:#7FFFD4}
.button-colour-turquoise button{background-color:#40E0D0}
.button-colour-darkturquoise button{background-color:#00CED1}
.button-colour-cadetblue button{background-color:#5F9EA0}
.button-colour-steelblue button{background-color:#4682B4}
.button-colour-lightsteelblue button{background-color:#B0C4DE}
.button-colour-powderblue button{background-color:#B0E0E6}
.button-colour-lightblue button{background-color:#ADD8E6}
.button-colour-skyblue button{background-color:#87CEEB}
.button-colour-dodgerblue button{background-color:#1E90FF}
.button-colour-cornflowerblue button{background-color:#6495ED}
.button-colour-royalblue button{background-color:#4169E1}
.button-colour-blue button{background-color:#0000FF}
.button-colour-mediumblue button{background-color:#0000CD}
.button-colour-navy button{background-color:#000080}
.button-colour-midnightblue button{background-color:#191970}
.button-colour-burlywood button{background-color:#DEB887}
.button-colour-tan button{background-color:#D2B48C}
.button-colour-rosybrown button{background-color:#BC8F8F}
.button-colour-sandybrown button{background-color:#F4A460}
.button-colour-goldenrod button{background-color:#DAA520}
.button-colour-darkgoldenrod button{background-color:#B8860B}
.button-colour-peru button{background-color:#CD853F}
.button-colour-chocolate button{background-color:#D2691E}
.button-colour-saddlebrown button{background-color:#8B4513}
.button-colour-sienna button{background-color:#A0522D}
.button-colour-brown button{background-color:#A52A2A}
.button-colour-maroon button{background-color:#800000}
.button-colour-white button{background-color:#FFFFFF}
.button-colour-honeydew button{background-color:#F0FFF0}
.button-colour-azure button{background-color:#F0FFFF}
.button-colour-ghostwhite button{background-color:#F8F8FF}
.button-colour-whitesmoke button{background-color:#F5F5F5}
.button-colour-beige button{background-color:#F5F5DC}
.button-colour-gainsboro button{background-color:#DCDCDC}
.button-colour-lightgrey button{background-color:#D3D3D3}
.button-colour-silver button{background-color:#C0C0C0}
.button-colour-darkgray button{background-color:#A9A9A9}
.button-colour-gray button{background-color:#808080}
.button-colour-dimgray button{background-color:#696969}
.button-colour-lightslategray button{background-color:#778899}
.button-colour-slategray button{background-color:#708090}
.button-colour-darkslategray button{background-color:#2F4F4F}
.button-colour-black button{background-color:#000000}

/* Button Hover*/
.button-hover-colour-transparent button:hover{background-color:transparent}
.button-hover-colour-indianred button:hover{background-color:#CD5C5C}
.button-hover-colour-lightcoral button:hover{background-color:#F08080}
.button-hover-colour-salmon button:hover{background-color:#FA8072}
.button-hover-colour-darksalmon button:hover{background-color:#E9967A}
.button-hover-colour-lightsalmon button:hover{background-color:#FFA07A}
.button-hover-colour-crimson button:hover{background-color:#DC143C}
.button-hover-colour-red button:hover{background-color:#FF0000}
.button-hover-colour-pink button:hover{background-color:#FFC0CB}
.button-hover-colour-lightpink button:hover{background-color:#FFB6C1}
.button-hover-colour-hotpink button:hover{background-color:#FF69B4}
.button-hover-colour-deeppink button:hover{background-color:#FF1493}
.button-hover-colour-mediumvioletred button:hover{background-color:#C71585}
.button-hover-colour-palevioletred button:hover{background-color:#DB7093}
.button-hover-colour-coral button:hover{background-color:#FF7F50}
.button-hover-colour-tomato button:hover{background-color:#FF6347}
.button-hover-colour-orangered button:hover{background-color:#FF4500}
.button-hover-colour-darkorange button:hover{background-color:#FF8C00}
.button-hover-colour-orange button:hover{background-color:#FFA500}
.button-hover-colour-gold button:hover{background-color:#FFD700}
.button-hover-colour-yellow button:hover{background-color:#FFFF00}
.button-hover-colour-lightyellow button:hover{background-color:#FFFFE0}
.button-hover-colour-lemonchiffon button:hover{background-color:#FFFACD}
.button-hover-colour-lightgoldenrodyellow button:hover{background-color:#FAFAD2}
.button-hover-colour-papayawhip button:hover{background-color:#FFEFD5}
.button-hover-colour-moccasin button:hover{background-color:#FFE4B5}
.button-hover-colour-peachpuff button:hover{background-color:#FFDAB9}
.button-hover-colour-palegoldenrod button:hover{background-color:#EEE8AA}
.button-hover-colour-khaki button:hover{background-color:#F0E68C}
.button-hover-colour-darkkhaki button:hover{background-color:#BDB76B}
.button-hover-colour-lavender button:hover{background-color:#E6E6FA}
.button-hover-colour-plum button:hover{background-color:#DDA0DD}
.button-hover-colour-violet button:hover{background-color:#EE82EE}
.button-hover-colour-orchid button:hover{background-color:#DA70D6}
.button-hover-colour-magenta button:hover{background-color:#FF00FF}
.button-hover-colour-mediumorchid button:hover{background-color:#BA55D3}
.button-hover-colour-mediumpurple button:hover{background-color:#9370DB}
.button-hover-colour-amethyst button:hover{background-color:#9966CC}
.button-hover-colour-blueviolet button:hover{background-color:#8A2BE2}
.button-hover-colour-darkorchid button:hover{background-color:#9932CC}
.button-hover-colour-darkviolet button:hover{background-color:#9400D3}
.button-hover-colour-darkmagenta button:hover{background-color:#8B008B}
.button-hover-colour-purple button:hover{background-color:#800080}
.button-hover-colour-slateblue button:hover{background-color:#6A5ACD}
.button-hover-colour-mediumslateblue button:hover{background-color:#7B68EE}
.button-hover-colour-darkslateblue button:hover{background-color:#483D8B}
.button-hover-colour-indigo button:hover{background-color:#4B0082}
.button-hover-colour-greenyellow button:hover{background-color:#ADFF2F}
.button-hover-colour-chartreuse button:hover{background-color:#7FFF00}
.button-hover-colour-lime button:hover{background-color:#00FF00}
.button-hover-colour-limegreen button:hover{background-color:#32CD32}
.button-hover-colour-palegreen button:hover{background-color:#98FB98}
.button-hover-colour-lightgreen button:hover{background-color:#90EE90}
.button-hover-colour-mediumspringgreen button:hover{background-color:#00FA9A}
.button-hover-colour-springgreen button:hover{background-color:#00FF7F}
.button-hover-colour-mediumseagreen button:hover{background-color:#3CB371}
.button-hover-colour-seagreen button:hover{background-color:#2E8B57}
.button-hover-colour-green button:hover{background-color:#008000}
.button-hover-colour-darkgreen button:hover{background-color:#006400}
.button-hover-colour-yellowgreen button:hover{background-color:#9ACD32}
.button-hover-colour-olivedrab button:hover{background-color:#6B8E23}
.button-hover-colour-olive button:hover{background-color:#808000}
.button-hover-colour-darkolivegreen button:hover{background-color:#556B2F}
.button-hover-colour-mediumaquamarine button:hover{background-color:#66CDAA}
.button-hover-colour-darkseagreen button:hover{background-color:#8FBC8F}
.button-hover-colour-lightseagreen button:hover{background-color:#20B2AA}
.button-hover-colour-darkcyan button:hover{background-color:#008B8B}
.button-hover-colour-teal button:hover{background-color:#008080}
.button-hover-colour-cyan button:hover{background-color:#00FFFF}
.button-hover-colour-lightcyan button:hover{background-color:#E0FFFF}
.button-hover-colour-paleturquoise button:hover{background-color:#AFEEEE}
.button-hover-colour-aquamarine button:hover{background-color:#7FFFD4}
.button-hover-colour-turquoise button:hover{background-color:#40E0D0}
.button-hover-colour-darkturquoise button:hover{background-color:#00CED1}
.button-hover-colour-cadetblue button:hover{background-color:#5F9EA0}
.button-hover-colour-steelblue button:hover{background-color:#4682B4}
.button-hover-colour-lightsteelblue button:hover{background-color:#B0C4DE}
.button-hover-colour-powderblue button:hover{background-color:#B0E0E6}
.button-hover-colour-lightblue button:hover{background-color:#ADD8E6}
.button-hover-colour-skyblue button:hover{background-color:#87CEEB}
.button-hover-colour-dodgerblue button:hover{background-color:#1E90FF}
.button-hover-colour-cornflowerblue button:hover{background-color:#6495ED}
.button-hover-colour-royalblue button:hover{background-color:#4169E1}
.button-hover-colour-blue button:hover{background-color:#0000FF}
.button-hover-colour-mediumblue button:hover{background-color:#0000CD}
.button-hover-colour-navy button:hover{background-color:#000080}
.button-hover-colour-midnightblue button:hover{background-color:#191970}
.button-hover-colour-burlywood button:hover{background-color:#DEB887}
.button-hover-colour-tan button:hover{background-color:#D2B48C}
.button-hover-colour-rosybrown button:hover{background-color:#BC8F8F}
.button-hover-colour-sandybrown button:hover{background-color:#F4A460}
.button-hover-colour-goldenrod button:hover{background-color:#DAA520}
.button-hover-colour-darkgoldenrod button:hover{background-color:#B8860B}
.button-hover-colour-peru button:hover{background-color:#CD853F}
.button-hover-colour-chocolate button:hover{background-color:#D2691E}
.button-hover-colour-saddlebrown button:hover{background-color:#8B4513}
.button-hover-colour-sienna button:hover{background-color:#A0522D}
.button-hover-colour-brown button:hover{background-color:#A52A2A}
.button-hover-colour-maroon button:hover{background-color:#800000}
.button-hover-colour-white button:hover{background-color:#FFFFFF}
.button-hover-colour-honeydew button:hover{background-color:#F0FFF0}
.button-hover-colour-azure button:hover{background-color:#F0FFFF}
.button-hover-colour-ghostwhite button:hover{background-color:#F8F8FF}
.button-hover-colour-whitesmoke button:hover{background-color:#F5F5F5}
.button-hover-colour-beige button:hover{background-color:#F5F5DC}
.button-hover-colour-gainsboro button:hover{background-color:#DCDCDC}
.button-hover-colour-lightgrey button:hover{background-color:#D3D3D3}
.button-hover-colour-silver button:hover{background-color:#C0C0C0}
.button-hover-colour-darkgray button:hover{background-color:#A9A9A9}
.button-hover-colour-gray button:hover{background-color:#808080}
.button-hover-colour-dimgray button:hover{background-color:#696969}
.button-hover-colour-lightslategray button:hover{background-color:#778899}
.button-hover-colour-slategray button:hover{background-color:#708090}
.button-hover-colour-darkslategray button:hover{background-color:#2F4F4F}
.button-hover-colour-black button:hover{background-color:#000000}

/* Button Text*/
.button-text-colour-indianred button{color:#CD5C5C}
.button-text-colour-lightcoral button{color:#F08080}
.button-text-colour-salmon button{color:#FA8072}
.button-text-colour-darksalmon button{color:#E9967A}
.button-text-colour-lightsalmon button{color:#FFA07A}
.button-text-colour-crimson button{color:#DC143C}
.button-text-colour-red button{color:#FF0000}
.button-text-colour-pink button{color:#FFC0CB}
.button-text-colour-lightpink button{color:#FFB6C1}
.button-text-colour-hotpink button{color:#FF69B4}
.button-text-colour-deeppink button{color:#FF1493}
.button-text-colour-mediumvioletred button{color:#C71585}
.button-text-colour-palevioletred button{color:#DB7093}
.button-text-colour-coral button{color:#FF7F50}
.button-text-colour-tomato button{color:#FF6347}
.button-text-colour-orangered button{color:#FF4500}
.button-text-colour-darkorange button{color:#FF8C00}
.button-text-colour-orange button{color:#FFA500}
.button-text-colour-gold button{color:#FFD700}
.button-text-colour-yellow button{color:#FFFF00}
.button-text-colour-lightyellow button{color:#FFFFE0}
.button-text-colour-lemonchiffon button{color:#FFFACD}
.button-text-colour-lightgoldenrodyellow button{color:#FAFAD2}
.button-text-colour-papayawhip button{color:#FFEFD5}
.button-text-colour-moccasin button{color:#FFE4B5}
.button-text-colour-peachpuff button{color:#FFDAB9}
.button-text-colour-palegoldenrod button{color:#EEE8AA}
.button-text-colour-khaki button{color:#F0E68C}
.button-text-colour-darkkhaki button{color:#BDB76B}
.button-text-colour-lavender button{color:#E6E6FA}
.button-text-colour-plum button{color:#DDA0DD}
.button-text-colour-violet button{color:#EE82EE}
.button-text-colour-orchid button{color:#DA70D6}
.button-text-colour-magenta button{color:#FF00FF}
.button-text-colour-mediumorchid button{color:#BA55D3}
.button-text-colour-mediumpurple button{color:#9370DB}
.button-text-colour-amethyst button{color:#9966CC}
.button-text-colour-blueviolet button{color:#8A2BE2}
.button-text-colour-darkorchid button{color:#9932CC}
.button-text-colour-darkviolet button{color:#9400D3}
.button-text-colour-darkmagenta button{color:#8B008B}
.button-text-colour-purple button{color:#800080}
.button-text-colour-slateblue button{color:#6A5ACD}
.button-text-colour-mediumslateblue button{color:#7B68EE}
.button-text-colour-darkslateblue button{color:#483D8B}
.button-text-colour-indigo button{color:#4B0082}
.button-text-colour-greenyellow button{color:#ADFF2F}
.button-text-colour-chartreuse button{color:#7FFF00}
.button-text-colour-lime button{color:#00FF00}
.button-text-colour-limegreen button{color:#32CD32}
.button-text-colour-palegreen button{color:#98FB98}
.button-text-colour-lightgreen button{color:#90EE90}
.button-text-colour-mediumspringgreen button{color:#00FA9A}
.button-text-colour-springgreen button{color:#00FF7F}
.button-text-colour-mediumseagreen button{color:#3CB371}
.button-text-colour-seagreen button{color:#2E8B57}
.button-text-colour-green button{color:#008000}
.button-text-colour-darkgreen button{color:#006400}
.button-text-colour-yellowgreen button{color:#9ACD32}
.button-text-colour-olivedrab button{color:#6B8E23}
.button-text-colour-olive button{color:#808000}
.button-text-colour-darkolivegreen button{color:#556B2F}
.button-text-colour-mediumaquamarine button{color:#66CDAA}
.button-text-colour-darkseagreen button{color:#8FBC8F}
.button-text-colour-lightseagreen button{color:#20B2AA}
.button-text-colour-darkcyan button{color:#008B8B}
.button-text-colour-teal button{color:#008080}
.button-text-colour-cyan button{color:#00FFFF}
.button-text-colour-lightcyan button{color:#E0FFFF}
.button-text-colour-paleturquoise button{color:#AFEEEE}
.button-text-colour-aquamarine button{color:#7FFFD4}
.button-text-colour-turquoise button{color:#40E0D0}
.button-text-colour-darkturquoise button{color:#00CED1}
.button-text-colour-cadetblue button{color:#5F9EA0}
.button-text-colour-steelblue button{color:#4682B4}
.button-text-colour-lightsteelblue button{color:#B0C4DE}
.button-text-colour-powderblue button{color:#B0E0E6}
.button-text-colour-lightblue button{color:#ADD8E6}
.button-text-colour-skyblue button{color:#87CEEB}
.button-text-colour-dodgerblue button{color:#1E90FF}
.button-text-colour-cornflowerblue button{color:#6495ED}
.button-text-colour-royalblue button{color:#4169E1}
.button-text-colour-blue button{color:#0000FF}
.button-text-colour-mediumblue button{color:#0000CD}
.button-text-colour-navy button{color:#000080}
.button-text-colour-midnightblue button{color:#191970}
.button-text-colour-burlywood button{color:#DEB887}
.button-text-colour-tan button{color:#D2B48C}
.button-text-colour-rosybrown button{color:#BC8F8F}
.button-text-colour-sandybrown button{color:#F4A460}
.button-text-colour-goldenrod button{color:#DAA520}
.button-text-colour-darkgoldenrod button{color:#B8860B}
.button-text-colour-peru button{color:#CD853F}
.button-text-colour-chocolate button{color:#D2691E}
.button-text-colour-saddlebrown button{color:#8B4513}
.button-text-colour-sienna button{color:#A0522D}
.button-text-colour-brown button{color:#A52A2A}
.button-text-colour-maroon button{color:#800000}
.button-text-colour-white button{color:#FFFFFF}
.button-text-colour-honeydew button{color:#F0FFF0}
.button-text-colour-azure button{color:#F0FFFF}
.button-text-colour-ghostwhite button{color:#F8F8FF}
.button-text-colour-whitesmoke button{color:#F5F5F5}
.button-text-colour-beige button{color:#F5F5DC}
.button-text-colour-gainsboro button{color:#DCDCDC}
.button-text-colour-lightgrey button{color:#D3D3D3}
.button-text-colour-silver button{color:#C0C0C0}
.button-text-colour-darkgray button{color:#A9A9A9}
.button-text-colour-gray button{color:#808080}
.button-text-colour-dimgray button{color:#696969}
.button-text-colour-lightslategray button{color:#778899}
.button-text-colour-slategray button{color:#708090}
.button-text-colour-darkslategray button{color:#2F4F4F}
.button-text-colour-black button{color:#000000}

/* Button Text Hover*/
.button-text-hover-colour-indianred button:hover{color:#CD5C5C}
.button-text-hover-colour-lightcoral button:hover{color:#F08080}
.button-text-hover-colour-salmon button:hover{color:#FA8072}
.button-text-hover-colour-darksalmon button:hover{color:#E9967A}
.button-text-hover-colour-lightsalmon button:hover{color:#FFA07A}
.button-text-hover-colour-crimson button:hover{color:#DC143C}
.button-text-hover-colour-red button:hover{color:#FF0000}
.button-text-hover-colour-pink button:hover{color:#FFC0CB}
.button-text-hover-colour-lightpink button:hover{color:#FFB6C1}
.button-text-hover-colour-hotpink button:hover{color:#FF69B4}
.button-text-hover-colour-deeppink button:hover{color:#FF1493}
.button-text-hover-colour-mediumvioletred button:hover{color:#C71585}
.button-text-hover-colour-palevioletred button:hover{color:#DB7093}
.button-text-hover-colour-coral button:hover{color:#FF7F50}
.button-text-hover-colour-tomato button:hover{color:#FF6347}
.button-text-hover-colour-orangered button:hover{color:#FF4500}
.button-text-hover-colour-darkorange button:hover{color:#FF8C00}
.button-text-hover-colour-orange button:hover{color:#FFA500}
.button-text-hover-colour-gold button:hover{color:#FFD700}
.button-text-hover-colour-yellow button:hover{color:#FFFF00}
.button-text-hover-colour-lightyellow button:hover{color:#FFFFE0}
.button-text-hover-colour-lemonchiffon button:hover{color:#FFFACD}
.button-text-hover-colour-lightgoldenrodyellow button:hover{color:#FAFAD2}
.button-text-hover-colour-papayawhip button:hover{color:#FFEFD5}
.button-text-hover-colour-moccasin button:hover{color:#FFE4B5}
.button-text-hover-colour-peachpuff button:hover{color:#FFDAB9}
.button-text-hover-colour-palegoldenrod button:hover{color:#EEE8AA}
.button-text-hover-colour-khaki button:hover{color:#F0E68C}
.button-text-hover-colour-darkkhaki button:hover{color:#BDB76B}
.button-text-hover-colour-lavender button:hover{color:#E6E6FA}
.button-text-hover-colour-plum button:hover{color:#DDA0DD}
.button-text-hover-colour-violet button:hover{color:#EE82EE}
.button-text-hover-colour-orchid button:hover{color:#DA70D6}
.button-text-hover-colour-magenta button:hover{color:#FF00FF}
.button-text-hover-colour-mediumorchid button:hover{color:#BA55D3}
.button-text-hover-colour-mediumpurple button:hover{color:#9370DB}
.button-text-hover-colour-amethyst button:hover{color:#9966CC}
.button-text-hover-colour-blueviolet button:hover{color:#8A2BE2}
.button-text-hover-colour-darkorchid button:hover{color:#9932CC}
.button-text-hover-colour-darkviolet button:hover{color:#9400D3}
.button-text-hover-colour-darkmagenta button:hover{color:#8B008B}
.button-text-hover-colour-purple button:hover{color:#800080}
.button-text-hover-colour-slateblue button:hover{color:#6A5ACD}
.button-text-hover-colour-mediumslateblue button:hover{color:#7B68EE}
.button-text-hover-colour-darkslateblue button:hover{color:#483D8B}
.button-text-hover-colour-indigo button:hover{color:#4B0082}
.button-text-hover-colour-greenyellow button:hover{color:#ADFF2F}
.button-text-hover-colour-chartreuse button:hover{color:#7FFF00}
.button-text-hover-colour-lime button:hover{color:#00FF00}
.button-text-hover-colour-limegreen button:hover{color:#32CD32}
.button-text-hover-colour-palegreen button:hover{color:#98FB98}
.button-text-hover-colour-lightgreen button:hover{color:#90EE90}
.button-text-hover-colour-mediumspringgreen button:hover{color:#00FA9A}
.button-text-hover-colour-springgreen button:hover{color:#00FF7F}
.button-text-hover-colour-mediumseagreen button:hover{color:#3CB371}
.button-text-hover-colour-seagreen button:hover{color:#2E8B57}
.button-text-hover-colour-green button:hover{color:#008000}
.button-text-hover-colour-darkgreen button:hover{color:#006400}
.button-text-hover-colour-yellowgreen button:hover{color:#9ACD32}
.button-text-hover-colour-olivedrab button:hover{color:#6B8E23}
.button-text-hover-colour-olive button:hover{color:#808000}
.button-text-hover-colour-darkolivegreen button:hover{color:#556B2F}
.button-text-hover-colour-mediumaquamarine button:hover{color:#66CDAA}
.button-text-hover-colour-darkseagreen button:hover{color:#8FBC8F}
.button-text-hover-colour-lightseagreen button:hover{color:#20B2AA}
.button-text-hover-colour-darkcyan button:hover{color:#008B8B}
.button-text-hover-colour-teal button:hover{color:#008080}
.button-text-hover-colour-cyan button:hover{color:#00FFFF}
.button-text-hover-colour-lightcyan button:hover{color:#E0FFFF}
.button-text-hover-colour-paleturquoise button:hover{color:#AFEEEE}
.button-text-hover-colour-aquamarine button:hover{color:#7FFFD4}
.button-text-hover-colour-turquoise button:hover{color:#40E0D0}
.button-text-hover-colour-darkturquoise button:hover{color:#00CED1}
.button-text-hover-colour-cadetblue button:hover{color:#5F9EA0}
.button-text-hover-colour-steelblue button:hover{color:#4682B4}
.button-text-hover-colour-lightsteelblue button:hover{color:#B0C4DE}
.button-text-hover-colour-powderblue button:hover{color:#B0E0E6}
.button-text-hover-colour-lightblue button:hover{color:#ADD8E6}
.button-text-hover-colour-skyblue button:hover{color:#87CEEB}
.button-text-hover-colour-dodgerblue button:hover{color:#1E90FF}
.button-text-hover-colour-cornflowerblue button:hover{color:#6495ED}
.button-text-hover-colour-royalblue button:hover{color:#4169E1}
.button-text-hover-colour-blue button:hover{color:#0000FF}
.button-text-hover-colour-mediumblue button:hover{color:#0000CD}
.button-text-hover-colour-navy button:hover{color:#000080}
.button-text-hover-colour-midnightblue button:hover{color:#191970}
.button-text-hover-colour-burlywood button:hover{color:#DEB887}
.button-text-hover-colour-tan button:hover{color:#D2B48C}
.button-text-hover-colour-rosybrown button:hover{color:#BC8F8F}
.button-text-hover-colour-sandybrown button:hover{color:#F4A460}
.button-text-hover-colour-goldenrod button:hover{color:#DAA520}
.button-text-hover-colour-darkgoldenrod button:hover{color:#B8860B}
.button-text-hover-colour-peru button:hover{color:#CD853F}
.button-text-hover-colour-chocolate button:hover{color:#D2691E}
.button-text-hover-colour-saddlebrown button:hover{color:#8B4513}
.button-text-hover-colour-sienna button:hover{color:#A0522D}
.button-text-hover-colour-brown button:hover{color:#A52A2A}
.button-text-hover-colour-maroon button:hover{color:#800000}
.button-text-hover-colour-white button:hover{color:#FFFFFF}
.button-text-hover-colour-honeydew button:hover{color:#F0FFF0}
.button-text-hover-colour-azure button:hover{color:#F0FFFF}
.button-text-hover-colour-ghostwhite button:hover{color:#F8F8FF}
.button-text-hover-colour-whitesmoke button:hover{color:#F5F5F5}
.button-text-hover-colour-beige button:hover{color:#F5F5DC}
.button-text-hover-colour-gainsboro button:hover{color:#DCDCDC}
.button-text-hover-colour-lightgrey button:hover{color:#D3D3D3}
.button-text-hover-colour-silver button:hover{color:#C0C0C0}
.button-text-hover-colour-darkgray button:hover{color:#A9A9A9}
.button-text-hover-colour-gray button:hover{color:#808080}
.button-text-hover-colour-dimgray button:hover{color:#696969}
.button-text-hover-colour-lightslategray button:hover{color:#778899}
.button-text-hover-colour-slategray button:hover{color:#708090}
.button-text-hover-colour-darkslategray button:hover{color:#2F4F4F}
.button-text-hover-colour-black button:hover{color:#000000}

/* Button border color */
.button-border-colour-indianred button{border-color:#CD5C5C}
.button-border-colour-lightcoral button{border-color:#F08080}
.button-border-colour-salmon button{border-color:#FA8072}
.button-border-colour-darksalmon button{border-color:#E9967A}
.button-border-colour-lightsalmon button{border-color:#FFA07A}
.button-border-colour-crimson button{border-color:#DC143C}
.button-border-colour-red button{border-color:#FF0000}
.button-border-colour-pink button{border-color:#FFC0CB}
.button-border-colour-lightpink button{border-color:#FFB6C1}
.button-border-colour-hotpink button{border-color:#FF69B4}
.button-border-colour-deeppink button{border-color:#FF1493}
.button-border-colour-mediumvioletred button{border-color:#C71585}
.button-border-colour-palevioletred button{border-color:#DB7093}
.button-border-colour-coral button{border-color:#FF7F50}
.button-border-colour-tomato button{border-color:#FF6347}
.button-border-colour-orangered button{border-color:#FF4500}
.button-border-colour-darkorange button{border-color:#FF8C00}
.button-border-colour-orange button{border-color:#FFA500}
.button-border-colour-gold button{border-color:#FFD700}
.button-border-colour-yellow button{border-color:#FFFF00}
.button-border-colour-lightyellow button{border-color:#FFFFE0}
.button-border-colour-lemonchiffon button{border-color:#FFFACD}
.button-border-colour-lightgoldenrodyellow button{border-color:#FAFAD2}
.button-border-colour-papayawhip button{border-color:#FFEFD5}
.button-border-colour-moccasin button{border-color:#FFE4B5}
.button-border-colour-peachpuff button{border-color:#FFDAB9}
.button-border-colour-palegoldenrod button{border-color:#EEE8AA}
.button-border-colour-khaki button{border-color:#F0E68C}
.button-border-colour-darkkhaki button{border-color:#BDB76B}
.button-border-colour-lavender button{border-color:#E6E6FA}
.button-border-colour-plum button{border-color:#DDA0DD}
.button-border-colour-violet button{border-color:#EE82EE}
.button-border-colour-orchid button{border-color:#DA70D6}
.button-border-colour-magenta button{border-color:#FF00FF}
.button-border-colour-mediumorchid button{border-color:#BA55D3}
.button-border-colour-mediumpurple button{border-color:#9370DB}
.button-border-colour-amethyst button{border-color:#9966CC}
.button-border-colour-blueviolet button{border-color:#8A2BE2}
.button-border-colour-darkorchid button{border-color:#9932CC}
.button-border-colour-darkviolet button{border-color:#9400D3}
.button-border-colour-darkmagenta button{border-color:#8B008B}
.button-border-colour-purple button{border-color:#800080}
.button-border-colour-slateblue button{border-color:#6A5ACD}
.button-border-colour-mediumslateblue button{border-color:#7B68EE}
.button-border-colour-darkslateblue button{border-color:#483D8B}
.button-border-colour-indigo button{border-color:#4B0082}
.button-border-colour-greenyellow button{border-color:#ADFF2F}
.button-border-colour-chartreuse button{border-color:#7FFF00}
.button-border-colour-lime button{border-color:#00FF00}
.button-border-colour-limegreen button{border-color:#32CD32}
.button-border-colour-palegreen button{border-color:#98FB98}
.button-border-colour-lightgreen button{border-color:#90EE90}
.button-border-colour-mediumspringgreen button{border-color:#00FA9A}
.button-border-colour-springgreen button{border-color:#00FF7F}
.button-border-colour-mediumseagreen button{border-color:#3CB371}
.button-border-colour-seagreen button{border-color:#2E8B57}
.button-border-colour-green button{border-color:#008000}
.button-border-colour-darkgreen button{border-color:#006400}
.button-border-colour-yellowgreen button{border-color:#9ACD32}
.button-border-colour-olivedrab button{border-color:#6B8E23}
.button-border-colour-olive button{border-color:#808000}
.button-border-colour-darkolivegreen button{border-color:#556B2F}
.button-border-colour-mediumaquamarine button{border-color:#66CDAA}
.button-border-colour-darkseagreen button{border-color:#8FBC8F}
.button-border-colour-lightseagreen button{border-color:#20B2AA}
.button-border-colour-darkcyan button{border-color:#008B8B}
.button-border-colour-teal button{border-color:#008080}
.button-border-colour-cyan button{border-color:#00FFFF}
.button-border-colour-lightcyan button{border-color:#E0FFFF}
.button-border-colour-paleturquoise button{border-color:#AFEEEE}
.button-border-colour-aquamarine button{border-color:#7FFFD4}
.button-border-colour-turquoise button{border-color:#40E0D0}
.button-border-colour-darkturquoise button{border-color:#00CED1}
.button-border-colour-cadetblue button{border-color:#5F9EA0}
.button-border-colour-steelblue button{border-color:#4682B4}
.button-border-colour-lightsteelblue button{border-color:#B0C4DE}
.button-border-colour-powderblue button{border-color:#B0E0E6}
.button-border-colour-lightblue button{border-color:#ADD8E6}
.button-border-colour-skyblue button{border-color:#87CEEB}
.button-border-colour-dodgerblue button{border-color:#1E90FF}
.button-border-colour-cornflowerblue button{border-color:#6495ED}
.button-border-colour-royalblue button{border-color:#4169E1}
.button-border-colour-blue button{border-color:#0000FF}
.button-border-colour-mediumblue button{border-color:#0000CD}
.button-border-colour-navy button{border-color:#000080}
.button-border-colour-midnightblue button{border-color:#191970}
.button-border-colour-burlywood button{border-color:#DEB887}
.button-border-colour-tan button{border-color:#D2B48C}
.button-border-colour-rosybrown button{border-color:#BC8F8F}
.button-border-colour-sandybrown button{border-color:#F4A460}
.button-border-colour-goldenrod button{border-color:#DAA520}
.button-border-colour-darkgoldenrod button{border-color:#B8860B}
.button-border-colour-peru button{border-color:#CD853F}
.button-border-colour-chocolate button{border-color:#D2691E}
.button-border-colour-saddlebrown button{border-color:#8B4513}
.button-border-colour-sienna button{border-color:#A0522D}
.button-border-colour-brown button{border-color:#A52A2A}
.button-border-colour-maroon button{border-color:#800000}
.button-border-colour-white button{border-color:#FFFFFF}
.button-border-colour-honeydew button{border-color:#F0FFF0}
.button-border-colour-azure button{border-color:#F0FFFF}
.button-border-colour-ghostwhite button{border-color:#F8F8FF}
.button-border-colour-whitesmoke button{border-color:#F5F5F5}
.button-border-colour-beige button{border-color:#F5F5DC}
.button-border-colour-gainsboro button{border-color:#DCDCDC}
.button-border-colour-lightgrey button{border-color:#D3D3D3}
.button-border-colour-silver button{border-color:#C0C0C0}
.button-border-colour-darkgray button{border-color:#A9A9A9}
.button-border-colour-gray button{border-color:#808080}
.button-border-colour-dimgray button{border-color:#696969}
.button-border-colour-lightslategray button{border-color:#778899}
.button-border-colour-slategray button{border-color:#708090}
.button-border-colour-darkslategray button{border-color:#2F4F4F}
.button-border-colour-black button{border-color:#000000}

/* Button border hover color */
.button-border-hover-colour-indianred button:hover{border-color:#CD5C5C}
.button-border-hover-colour-lightcoral button:hover{border-color:#F08080}
.button-border-hover-colour-salmon button:hover{border-color:#FA8072}
.button-border-hover-colour-darksalmon button:hover{border-color:#E9967A}
.button-border-hover-colour-lightsalmon button:hover{border-color:#FFA07A}
.button-border-hover-colour-crimson button:hover{border-color:#DC143C}
.button-border-hover-colour-red button:hover{border-color:#FF0000}
.button-border-hover-colour-pink button:hover{border-color:#FFC0CB}
.button-border-hover-colour-lightpink button:hover{border-color:#FFB6C1}
.button-border-hover-colour-hotpink button:hover{border-color:#FF69B4}
.button-border-hover-colour-deeppink button:hover{border-color:#FF1493}
.button-border-hover-colour-mediumvioletred button:hover{border-color:#C71585}
.button-border-hover-colour-palevioletred button:hover{border-color:#DB7093}
.button-border-hover-colour-coral button:hover{border-color:#FF7F50}
.button-border-hover-colour-tomato button:hover{border-color:#FF6347}
.button-border-hover-colour-orangered button:hover{border-color:#FF4500}
.button-border-hover-colour-darkorange button:hover{border-color:#FF8C00}
.button-border-hover-colour-orange button:hover{border-color:#FFA500}
.button-border-hover-colour-gold button:hover{border-color:#FFD700}
.button-border-hover-colour-yellow button:hover{border-color:#FFFF00}
.button-border-hover-colour-lightyellow button:hover{border-color:#FFFFE0}
.button-border-hover-colour-lemonchiffon button:hover{border-color:#FFFACD}
.button-border-hover-colour-lightgoldenrodyellow button:hover{border-color:#FAFAD2}
.button-border-hover-colour-papayawhip button:hover{border-color:#FFEFD5}
.button-border-hover-colour-moccasin button:hover{border-color:#FFE4B5}
.button-border-hover-colour-peachpuff button:hover{border-color:#FFDAB9}
.button-border-hover-colour-palegoldenrod button:hover{border-color:#EEE8AA}
.button-border-hover-colour-khaki button:hover{border-color:#F0E68C}
.button-border-hover-colour-darkkhaki button:hover{border-color:#BDB76B}
.button-border-hover-colour-lavender button:hover{border-color:#E6E6FA}
.button-border-hover-colour-plum button:hover{border-color:#DDA0DD}
.button-border-hover-colour-violet button:hover{border-color:#EE82EE}
.button-border-hover-colour-orchid button:hover{border-color:#DA70D6}
.button-border-hover-colour-magenta button:hover{border-color:#FF00FF}
.button-border-hover-colour-mediumorchid button:hover{border-color:#BA55D3}
.button-border-hover-colour-mediumpurple button:hover{border-color:#9370DB}
.button-border-hover-colour-amethyst button:hover{border-color:#9966CC}
.button-border-hover-colour-blueviolet button:hover{border-color:#8A2BE2}
.button-border-hover-colour-darkorchid button:hover{border-color:#9932CC}
.button-border-hover-colour-darkviolet button:hover{border-color:#9400D3}
.button-border-hover-colour-darkmagenta button:hover{border-color:#8B008B}
.button-border-hover-colour-purple button:hover{border-color:#800080}
.button-border-hover-colour-slateblue button:hover{border-color:#6A5ACD}
.button-border-hover-colour-mediumslateblue button:hover{border-color:#7B68EE}
.button-border-hover-colour-darkslateblue button:hover{border-color:#483D8B}
.button-border-hover-colour-indigo button:hover{border-color:#4B0082}
.button-border-hover-colour-greenyellow button:hover{border-color:#ADFF2F}
.button-border-hover-colour-chartreuse button:hover{border-color:#7FFF00}
.button-border-hover-colour-lime button:hover{border-color:#00FF00}
.button-border-hover-colour-limegreen button:hover{border-color:#32CD32}
.button-border-hover-colour-palegreen button:hover{border-color:#98FB98}
.button-border-hover-colour-lightgreen button:hover{border-color:#90EE90}
.button-border-hover-colour-mediumspringgreen button:hover{border-color:#00FA9A}
.button-border-hover-colour-springgreen button:hover{border-color:#00FF7F}
.button-border-hover-colour-mediumseagreen button:hover{border-color:#3CB371}
.button-border-hover-colour-seagreen button:hover{border-color:#2E8B57}
.button-border-hover-colour-green button:hover{border-color:#008000}
.button-border-hover-colour-darkgreen button:hover{border-color:#006400}
.button-border-hover-colour-yellowgreen button:hover{border-color:#9ACD32}
.button-border-hover-colour-olivedrab button:hover{border-color:#6B8E23}
.button-border-hover-colour-olive button:hover{border-color:#808000}
.button-border-hover-colour-darkolivegreen button:hover{border-color:#556B2F}
.button-border-hover-colour-mediumaquamarine button:hover{border-color:#66CDAA}
.button-border-hover-colour-darkseagreen button:hover{border-color:#8FBC8F}
.button-border-hover-colour-lightseagreen button:hover{border-color:#20B2AA}
.button-border-hover-colour-darkcyan button:hover{border-color:#008B8B}
.button-border-hover-colour-teal button:hover{border-color:#008080}
.button-border-hover-colour-cyan button:hover{border-color:#00FFFF}
.button-border-hover-colour-lightcyan button:hover{border-color:#E0FFFF}
.button-border-hover-colour-paleturquoise button:hover{border-color:#AFEEEE}
.button-border-hover-colour-aquamarine button:hover{border-color:#7FFFD4}
.button-border-hover-colour-turquoise button:hover{border-color:#40E0D0}
.button-border-hover-colour-darkturquoise button:hover{border-color:#00CED1}
.button-border-hover-colour-cadetblue button:hover{border-color:#5F9EA0}
.button-border-hover-colour-steelblue button:hover{border-color:#4682B4}
.button-border-hover-colour-lightsteelblue button:hover{border-color:#B0C4DE}
.button-border-hover-colour-powderblue button:hover{border-color:#B0E0E6}
.button-border-hover-colour-lightblue button:hover{border-color:#ADD8E6}
.button-border-hover-colour-skyblue button:hover{border-color:#87CEEB}
.button-border-hover-colour-dodgerblue button:hover{border-color:#1E90FF}
.button-border-hover-colour-cornflowerblue button:hover{border-color:#6495ED}
.button-border-hover-colour-royalblue button:hover{border-color:#4169E1}
.button-border-hover-colour-blue button:hover{border-color:#0000FF}
.button-border-hover-colour-mediumblue button:hover{border-color:#0000CD}
.button-border-hover-colour-navy button:hover{border-color:#000080}
.button-border-hover-colour-midnightblue button:hover{border-color:#191970}
.button-border-hover-colour-burlywood button:hover{border-color:#DEB887}
.button-border-hover-colour-tan button:hover{border-color:#D2B48C}
.button-border-hover-colour-rosybrown button:hover{border-color:#BC8F8F}
.button-border-hover-colour-sandybrown button:hover{border-color:#F4A460}
.button-border-hover-colour-goldenrod button:hover{border-color:#DAA520}
.button-border-hover-colour-darkgoldenrod button:hover{border-color:#B8860B}
.button-border-hover-colour-peru button:hover{border-color:#CD853F}
.button-border-hover-colour-chocolate button:hover{border-color:#D2691E}
.button-border-hover-colour-saddlebrown button:hover{border-color:#8B4513}
.button-border-hover-colour-sienna button:hover{border-color:#A0522D}
.button-border-hover-colour-brown button:hover{border-color:#A52A2A}
.button-border-hover-colour-maroon button:hover{border-color:#800000}
.button-border-hover-colour-white button:hover{border-color:#FFFFFF}
.button-border-hover-colour-honeydew button:hover{border-color:#F0FFF0}
.button-border-hover-colour-azure button:hover{border-color:#F0FFFF}
.button-border-hover-colour-ghostwhite button:hover{border-color:#F8F8FF}
.button-border-hover-colour-whitesmoke button:hover{border-color:#F5F5F5}
.button-border-hover-colour-beige button:hover{border-color:#F5F5DC}
.button-border-hover-colour-gainsboro button:hover{border-color:#DCDCDC}
.button-border-hover-colour-lightgrey button:hover{border-color:#D3D3D3}
.button-border-hover-colour-silver button:hover{border-color:#C0C0C0}
.button-border-hover-colour-darkgray button:hover{border-color:#A9A9A9}
.button-border-hover-colour-gray button:hover{border-color:#808080}
.button-border-hover-colour-dimgray button:hover{border-color:#696969}
.button-border-hover-colour-lightslategray button:hover{border-color:#778899}
.button-border-hover-colour-slategray button:hover{border-color:#708090}
.button-border-hover-colour-darkslategray button:hover{border-color:#2F4F4F}
.button-border-hover-colour-black button:hover{border-color:#000000}

/* Price */
.price-colour-indianred .price{color:#CD5C5C}
.price-colour-lightcoral .price{color:#F08080}
.price-colour-salmon .price{color:#FA8072}
.price-colour-darksalmon .price{color:#E9967A}
.price-colour-lightsalmon .price{color:#FFA07A}
.price-colour-crimson .price{color:#DC143C}
.price-colour-red .price{color:#FF0000}
.price-colour-pink .price{color:#FFC0CB}
.price-colour-lightpink .price{color:#FFB6C1}
.price-colour-hotpink .price{color:#FF69B4}
.price-colour-deeppink .price{color:#FF1493}
.price-colour-mediumvioletred .price{color:#C71585}
.price-colour-palevioletred .price{color:#DB7093}
.price-colour-coral .price{color:#FF7F50}
.price-colour-tomato .price{color:#FF6347}
.price-colour-orangered .price{color:#FF4500}
.price-colour-darkorange .price{color:#FF8C00}
.price-colour-orange .price{color:#FFA500}
.price-colour-gold .price{color:#FFD700}
.price-colour-yellow .price{color:#FFFF00}
.price-colour-lightyellow .price{color:#FFFFE0}
.price-colour-lemonchiffon .price{color:#FFFACD}
.price-colour-lightgoldenrodyellow .price{color:#FAFAD2}
.price-colour-papayawhip .price{color:#FFEFD5}
.price-colour-moccasin .price{color:#FFE4B5}
.price-colour-peachpuff .price{color:#FFDAB9}
.price-colour-palegoldenrod .price{color:#EEE8AA}
.price-colour-khaki .price{color:#F0E68C}
.price-colour-darkkhaki .price{color:#BDB76B}
.price-colour-lavender .price{color:#E6E6FA}
.price-colour-plum .price{color:#DDA0DD}
.price-colour-violet .price{color:#EE82EE}
.price-colour-orchid .price{color:#DA70D6}
.price-colour-magenta .price{color:#FF00FF}
.price-colour-mediumorchid .price{color:#BA55D3}
.price-colour-mediumpurple .price{color:#9370DB}
.price-colour-amethyst .price{color:#9966CC}
.price-colour-blueviolet .price{color:#8A2BE2}
.price-colour-darkorchid .price{color:#9932CC}
.price-colour-darkviolet .price{color:#9400D3}
.price-colour-darkmagenta .price{color:#8B008B}
.price-colour-purple .price{color:#800080}
.price-colour-slateblue .price{color:#6A5ACD}
.price-colour-mediumslateblue .price{color:#7B68EE}
.price-colour-darkslateblue .price{color:#483D8B}
.price-colour-indigo .price{color:#4B0082}
.price-colour-greenyellow .price{color:#ADFF2F}
.price-colour-chartreuse .price{color:#7FFF00}
.price-colour-lime .price{color:#00FF00}
.price-colour-limegreen .price{color:#32CD32}
.price-colour-palegreen .price{color:#98FB98}
.price-colour-lightgreen .price{color:#90EE90}
.price-colour-mediumspringgreen .price{color:#00FA9A}
.price-colour-springgreen .price{color:#00FF7F}
.price-colour-mediumseagreen .price{color:#3CB371}
.price-colour-seagreen .price{color:#2E8B57}
.price-colour-green .price{color:#008000}
.price-colour-darkgreen .price{color:#006400}
.price-colour-yellowgreen .price{color:#9ACD32}
.price-colour-olivedrab .price{color:#6B8E23}
.price-colour-olive .price{color:#808000}
.price-colour-darkolivegreen .price{color:#556B2F}
.price-colour-mediumaquamarine .price{color:#66CDAA}
.price-colour-darkseagreen .price{color:#8FBC8F}
.price-colour-lightseagreen .price{color:#20B2AA}
.price-colour-darkcyan .price{color:#008B8B}
.price-colour-teal .price{color:#008080}
.price-colour-cyan .price{color:#00FFFF}
.price-colour-lightcyan .price{color:#E0FFFF}
.price-colour-paleturquoise .price{color:#AFEEEE}
.price-colour-aquamarine .price{color:#7FFFD4}
.price-colour-turquoise .price{color:#40E0D0}
.price-colour-darkturquoise .price{color:#00CED1}
.price-colour-cadetblue .price{color:#5F9EA0}
.price-colour-steelblue .price{color:#4682B4}
.price-colour-lightsteelblue .price{color:#B0C4DE}
.price-colour-powderblue .price{color:#B0E0E6}
.price-colour-lightblue .price{color:#ADD8E6}
.price-colour-skyblue .price{color:#87CEEB}
.price-colour-dodgerblue .price{color:#1E90FF}
.price-colour-cornflowerblue .price{color:#6495ED}
.price-colour-royalblue .price{color:#4169E1}
.price-colour-blue .price{color:#0000FF}
.price-colour-mediumblue .price{color:#0000CD}
.price-colour-navy .price{color:#000080}
.price-colour-midnightblue .price{color:#191970}
.price-colour-burlywood .price{color:#DEB887}
.price-colour-tan .price{color:#D2B48C}
.price-colour-rosybrown .price{color:#BC8F8F}
.price-colour-sandybrown .price{color:#F4A460}
.price-colour-goldenrod .price{color:#DAA520}
.price-colour-darkgoldenrod .price{color:#B8860B}
.price-colour-peru .price{color:#CD853F}
.price-colour-chocolate .price{color:#D2691E}
.price-colour-saddlebrown .price{color:#8B4513}
.price-colour-sienna .price{color:#A0522D}
.price-colour-brown .price{color:#A52A2A}
.price-colour-maroon .price{color:#800000}
.price-colour-white .price{color:#FFFFFF}
.price-colour-honeydew .price{color:#F0FFF0}
.price-colour-azure .price{color:#F0FFFF}
.price-colour-ghostwhite .price{color:#F8F8FF}
.price-colour-whitesmoke .price{color:#F5F5F5}
.price-colour-beige .price{color:#F5F5DC}
.price-colour-gainsboro .price{color:#DCDCDC}
.price-colour-lightgrey .price{color:#D3D3D3}
.price-colour-silver .price{color:#C0C0C0}
.price-colour-darkgray .price{color:#A9A9A9}
.price-colour-gray .price{color:#808080}
.price-colour-dimgray .price{color:#696969}
.price-colour-lightslategray .price{color:#778899}
.price-colour-slategray .price{color:#708090}
.price-colour-darkslategray .price{color:#2F4F4F}
.price-colour-black .price{color:#000000}.img-responsive{max-width:100%}
.promobanner {
	position: relative;
	margin-bottom: 20px;
}
.promobanner .text {
	position: absolute;
    padding: 15px;
    z-index: 99;
	bottom: 0;
	color: #fff;
}
.middle-left, .middle-right {
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}
.middle-left {
	left: 0;
}
.middle-right {
	right: 0;
}
.bottom-center, .top-middle {
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	left: 50%;
}
.bottom-center {
	bottom: 0;
}
.top-middle {
	top: 0;
}
.promobanner .middle-center {
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	bottom: auto; 
}
.top-left {
	left: 0;
	top: 0;
}
.top-right {
	right: 0;
	top: 0;
}
.bottom-left {
	bottom: 0;
	left: 0;
}
.bottom-right {
	bottom: 0;
	right: 0;
}

.promobanner {
	overflow: hidden;
}
/* Zoom */
.promobanner.zoom img{
	transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.promobanner.zoom:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
/* Border Zoom */
.promobanner.border-zoom:before {
	border: 1px solid #fff;
    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    content: '';
    display: block;
    position: absolute;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.border-zoom:hover:before{
	transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    z-index: 9;
}
.promobanner.border-zoom img {
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.border-zoom:hover img{
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* flashed */
.promobanner.flashed:after {
	position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.flashed:hover:after {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
/* zoom-flashed */
.promobanner.zoom-flashed:after {
	position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
.promobanner.zoom-flashed:hover:after {
	-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -o-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    -moz-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.promobanner.zoom-flashed img {
	transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
}
.promobanner.zoom-flashed:hover img {
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* shadow-corner */
.promobanner.shadow-corner:before {
	position: absolute;
    height: 200%;
    width: 50%;
    transform: rotate(45deg);
    background: #ca7379;
    top: 50%;
    right: -140px;
    content: "";
    opacity: 0;
    z-index: 10;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
.promobanner.shadow-corner:after {
	position: absolute;
    height: 200%;
    width: 50%;
    transform: rotate(45deg);
    background-image: url('../../frontend/Mgs/imperialteas/en_GB/MGS_Promobanners/css/bg_tabs.jpg');
    background-repeat: repeat;
    top: 0;
    right: -140px;
    content: "";
    z-index: 9;
}
.promobanner.shadow-corner:hover:before {
	opacity: 1;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}
/* border-run */
.promobanner.border-run:before,
.promobanner.border-run:after {
    bottom: 15px;
    content: "";
    left: 15px;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
    -webkit-transition: all 0.6s ease-in-out 0s;
    z-index: 1;
}
.promobanner.border-run:after {
	border-left: 5px solid #fff;
    border-right: 5px solid #fff;
}
.promobanner.border-run:before {
	border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}
.promobanner.border-run:hover:after{
	transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    -o-transform: scale(1, 0);
	border-color: #ca7379;
}
/* promobanner zoom-shadow */
.promobanner.zoom-shadow:after {
	position: absolute;
    content: "";
    left: 20px;
    right: 20px;
    bottom: 20px;
    top: 20px;
    background: #000000;
    opacity: 0.4;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.promobanner.zoom-shadow:hover:after {
	left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
/* cup-border */
.promobanner.cup-border {
	overflow: visible;
}
.promobanner.cup-border a:after {
	border: 2px solid #ddbe86;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    content: "";
    opacity: 0;
    transform: translate(0);
    -moz-transform: translate(0);
    -o-transform: translate(0);
    -webkit-transform: translate(0);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.promobanner.cup-border:hover a:after {
	opacity: 1;
    transform: translate(15px, 15px);
    -moz-transform: translate(15px, 15px);
    -o-transform: translate(15px, 15px);
    -webkit-transform: translate(15px, 15px);
}
/* flashed-zoom */
.promobanner.flashed-zoom a:after {
	position: absolute;
    content: "";
    width: 100%;
    padding-top: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -moz-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    -o-transform: translate(-50%,-50%) rotate(45deg) scale(0);
    opacity: 1;
    background: #fff;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    -ms-transition: all 600ms ease-in-out;
}
.promobanner.flashed-zoom:hover a:after {
	opacity: 0;
    transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -moz-transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -webkit-transform: translate(-50%,-50%) rotate(45deg) scale(1);
    -o-transform: translate(-50%,-50%) rotate(45deg) scale(1);
}
.promobanner.flashed-zoom a > img {
	-webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
}
.promobanner.flashed-zoom:hover a > img {
	transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
/* zoom-out-shadow */
.promobanner.zoom-out-shadow a:after {
	position: absolute;
    content: "";
    left: -10px;
    right: -10px;
    bottom: -10px;
    top: -10px;
    border: 2px solid #fff;
    outline-width: 15px;
    outline-style: solid;
    outline-color: rgba(0,0,0,0.3);
    z-index: 100;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.zoom-out-shadow:hover a:after {
	left: 15px;
    right: 15px;
    bottom: 15px;
    top: 15px;
}
/* mist */
.promobanner.mist a:after {
	position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist:hover a:after {
	transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
/* Mist text */
.promobanner.mist-text a:after {
	position: absolute;
    z-index: 1;
    background-color: rgba(255,255,255,0.8);
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform: scaleY(0);
    -moz-transform: scaleY(0);
    -o-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover a:after {
	transform: scaleY(1);
    -moz-transform: scaleY(1);
    -o-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}
.promobanner.mist-text .text {
	position: absolute;
    left: 35px;
    bottom: 30px;
    z-index: 3;
	-webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.promobanner.mist-text:hover .text {
	bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
}.box-more-details #product-more-details-button {width: 100%; padding: 14px 17px; font-size: 1.8rem; text-align: center}
.mgs-quickview-catalog-product-view .box-tocart .action.tocart {width: 100%;}
.page-products .product-item .mgs-quickview {display: none;}
.mgs-quickview-catalog-product-view .reviews-actions .add {display: none;}
.mfp-iframe-scaler iframe {
    background: url('../../frontend/Mgs/imperialteas/en_GB/MGS_QuickView/images/loader.gif') no-repeat scroll center center #fff !important;

}
/* overlay at start */
.mfp-fade.mfp-bg {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;

    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
button.mfp-close {
    color: #222 !important;
    right: 20px !important;
    top: 0px !important;
    width: 44px !important;
    z-index: 999;
}
.mgs-quickview-catalog-product-view{
    padding-top: 40px;
}
.mgs-quickview-catalog-product-view .product-details-view{
    margin-bottom: 40px;   
}
.mgs-quickview-catalog-product-view .fotorama--fullscreen{
    margin-top: 40px !important;
}
.mgs-quickview-catalog-product-view .page-main{
    width: 100% !important;
    padding: 0 15px;    
    min-height: auto !important;    
}
.mgs-quickview-catalog-product-view .column.main{
    width: 100%;
}
@media (min-width: 640px) {
    .page-products .products-grid .product-item {position: relative;}
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

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

.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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

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

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

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-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;
  touch-action: manipulation; }

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;
  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; }
  .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;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    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 {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    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;
    height: 100%; }
  .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; }

/* 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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/*!
 * Bootstrap v3.2.0 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 *//*! normalize.css v3.0.1 | MIT License | git.io/normalize */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{margin:.67em 0;font-size:2em}mark{color:#000;background:#ff0}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{height:0;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{margin:0;font:inherit;color:inherit}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}input{line-height:normal}input[type=checkbox],input[type=radio]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid silver}legend{padding:0;border:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-spacing:0;border-collapse:collapse}td,th{padding:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;-webkit-box-shadow:none!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}select{background:#fff!important}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}@font-face{font-family:'Glyphicons Halflings';src:url(../../frontend/Mgs/imperialteas/en_GB/fonts/glyphicons-halflings-regular.eot);src:url(../../frontend/Mgs/imperialteas/en_GB/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../../frontend/Mgs/imperialteas/en_GB/fonts/glyphicons-halflings-regular.woff) format('woff'),url(../../frontend/Mgs/imperialteas/en_GB/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../../frontend/Mgs/imperialteas/en_GB/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-bookmark:before{content:"\e044"}.glyphicon-print:before{content:"\e045"}.glyphicon-camera:before{content:"\e046"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-fire:before{content:"\e104"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-calendar:before{content:"\e109"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-bell:before{content:"\e123"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-wrench:before{content:"\e136"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-briefcase:before{content:"\e139"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-paperclip:before{content:"\e142"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-pushpin:before{content:"\e146"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:10px;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;line-height:1.42857143;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}figure{margin:0}img{vertical-align:middle}.img-responsive,.thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;width:100% \9;max-width:100%;height:auto}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;width:100% \9;max-width:100%;height:auto;padding:4px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:inherit;font-weight:500;line-height:1.1;color:inherit}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small{font-weight:400;line-height:1;color:#777}h1,.h1,h2,.h2,h3,.h3{margin-top:20px;margin-bottom:10px}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h1 .small,.h1 .small,h2 .small,.h2 .small,h3 .small,.h3 .small{font-size:65%}h4,.h4,h5,.h5,h6,.h6{margin-top:10px;margin-bottom:10px}h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small,h4 .small,.h4 .small,h5 .small,.h5 .small,h6 .small,.h6 .small{font-size:75%}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16px;font-weight:300;line-height:1.4}@media (min-width:768px){.lead{font-size:21px}}small,.small{font-size:85%}cite{font-style:normal}mark,.mark{padding:.2em;background-color:#fcf8e3}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-nowrap{white-space:nowrap}.text-lowercase{text-transform:lowercase}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-muted{color:#777}.text-primary{color:#428bca}a.text-primary:hover{color:#3071a9}.text-success{color:#3c763d}a.text-success:hover{color:#2b542c}.text-info{color:#31708f}a.text-info:hover{color:#245269}.text-warning{color:#8a6d3b}a.text-warning:hover{color:#66512c}.text-danger{color:#a94442}a.text-danger:hover{color:#843534}.bg-primary{color:#fff;background-color:#428bca}a.bg-primary:hover{background-color:#3071a9}.bg-success{background-color:#dff0d8}a.bg-success:hover{background-color:#c1e2b3}.bg-info{background-color:#d9edf7}a.bg-info:hover{background-color:#afd9ee}.bg-warning{background-color:#fcf8e3}a.bg-warning:hover{background-color:#f7ecb5}.bg-danger{background-color:#f2dede}a.bg-danger:hover{background-color:#e4b9b9}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;margin-left:-5px;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-top:0;margin-bottom:20px}dt,dd{line-height:1.42857143}dt{font-weight:700}dd{margin-left:0}@media (min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #777}.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;font-size:17.5px;border-left:5px solid #eee}blockquote p:last-child,blockquote ul:last-child,blockquote ol:last-child{margin-bottom:0}blockquote footer,blockquote small,blockquote .small{display:block;font-size:80%;line-height:1.42857143;color:#777}blockquote footer:before,blockquote small:before,blockquote .small:before{content:'\2014 \00A0'}.blockquote-reverse,blockquote.pull-right{padding-right:15px;padding-left:0;text-align:right;border-right:5px solid #eee;border-left:0}.blockquote-reverse footer:before,blockquote.pull-right footer:before,.blockquote-reverse small:before,blockquote.pull-right small:before,.blockquote-reverse .small:before,blockquote.pull-right .small:before{content:''}.blockquote-reverse footer:after,blockquote.pull-right footer:after,.blockquote-reverse small:after,blockquote.pull-right small:after,.blockquote-reverse .small:after,blockquote.pull-right .small:after{content:'\00A0 \2014'}blockquote:before,blockquote:after{content:""}address{margin-bottom:20px;font-style:normal;line-height:1.42857143}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}kbd{padding:2px 4px;font-size:90%;color:#fff;background-color:#333;border-radius:3px;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.25);box-shadow:inset 0 -1px 0 rgba(0,0,0,.25)}kbd kbd{padding:0;font-size:100%;-webkit-box-shadow:none;box-shadow:none}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.42857143;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border-radius:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}th{text-align:left}.table{width:100%;max-width:100%;margin-bottom:20px}.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td{padding:8px;line-height:1.42857143;vertical-align:top;border-top:1px solid #ddd}.table>thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td{border-top:0}.table>tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.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 #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*=col-]{position:static;display:table-column;float:none}table td[class*=col-],table th[class*=col-]{position:static;display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th{background-color:#e8e8e8}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th{background-color:#d0e9c6}.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th{background-color:#d9edf7}.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th{background-color:#c4e3f3}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th{background-color:#faf2cc}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th{background-color:#ebcccc}@media screen and (max-width:767px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;max-width:100%;margin-bottom:5px;font-weight:700}input[type=search]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type=radio],input[type=checkbox]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type=file]{display:block}input[type=range]{display:block;width:100%}select[multiple],select[size]{height:auto}input[type=file]:focus,input[type=radio]:focus,input[type=checkbox]:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}output{display:block;padding-top:7px;font-size:14px;line-height:1.42857143;color:#555}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.42857143;color:#555;background-color:#fff;background-image:none;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)}.form-control::-moz-placeholder{color:#777;opacity:1}.form-control:-ms-input-placeholder{color:#777}.form-control::-webkit-input-placeholder{color:#777}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee;opacity:1}textarea.form-control{height:auto}input[type=search]{-webkit-appearance:none}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{line-height:34px;line-height:1.42857143 \0}input[type=date].input-sm,input[type=time].input-sm,input[type=datetime-local].input-sm,input[type=month].input-sm{line-height:30px}input[type=date].input-lg,input[type=time].input-lg,input[type=datetime-local].input-lg,input[type=month].input-lg{line-height:46px}.form-group{margin-bottom:15px}.radio,.checkbox{position:relative;display:block;min-height:20px;margin-top:10px;margin-bottom:10px}.radio label,.checkbox label{padding-left:20px;margin-bottom:0;font-weight:400;cursor:pointer}.radio input[type=radio],.radio-inline input[type=radio],.checkbox input[type=checkbox],.checkbox-inline input[type=checkbox]{position:absolute;margin-top:4px \9;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:400;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type=radio][disabled],input[type=checkbox][disabled],input[type=radio].disabled,input[type=checkbox].disabled,fieldset[disabled] input[type=radio],fieldset[disabled] input[type=checkbox]{cursor:not-allowed}.radio-inline.disabled,.checkbox-inline.disabled,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.radio.disabled label,.checkbox.disabled label,fieldset[disabled] .radio label,fieldset[disabled] .checkbox label{cursor:not-allowed}.form-control-static{padding-top:7px;padding-bottom:7px;margin-bottom:0}.form-control-static.input-lg,.form-control-static.input-sm{padding-right:0;padding-left:0}.input-sm,.form-horizontal .form-group-sm .form-control{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm,select[multiple].input-sm{height:auto}.input-lg,.form-horizontal .form-group-lg .form-control{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:46px;line-height:46px}textarea.input-lg,select[multiple].input-lg{height:auto}.has-feedback{position:relative}.has-feedback .form-control{padding-right:42.5px}.form-control-feedback{position:absolute;top:25px;right:0;z-index:2;display:block;width:34px;height:34px;line-height:34px;text-align:center}.input-lg+.form-control-feedback{width:46px;height:46px;line-height:46px}.input-sm+.form-control-feedback{width:30px;height:30px;line-height:30px}.has-success .help-block,.has-success .control-label,.has-success .radio,.has-success .checkbox,.has-success .radio-inline,.has-success .checkbox-inline{color:#3c763d}.has-success .form-control{border-color:#3c763d;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-success .form-control:focus{border-color:#2b542c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #67b168}.has-success .input-group-addon{color:#3c763d;background-color:#dff0d8;border-color:#3c763d}.has-success .form-control-feedback{color:#3c763d}.has-warning .help-block,.has-warning .control-label,.has-warning .radio,.has-warning .checkbox,.has-warning .radio-inline,.has-warning .checkbox-inline{color:#8a6d3b}.has-warning .form-control{border-color:#8a6d3b;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-warning .form-control:focus{border-color:#66512c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #c0a16b}.has-warning .input-group-addon{color:#8a6d3b;background-color:#fcf8e3;border-color:#8a6d3b}.has-warning .form-control-feedback{color:#8a6d3b}.has-error .help-block,.has-error .control-label,.has-error .radio,.has-error .checkbox,.has-error .radio-inline,.has-error .checkbox-inline{color:#a94442}.has-error .form-control{border-color:#a94442;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075)}.has-error .form-control:focus{border-color:#843534;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483;box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 6px #ce8483}.has-error .input-group-addon{color:#a94442;background-color:#f2dede;border-color:#a94442}.has-error .form-control-feedback{color:#a94442}.has-feedback label.sr-only~.form-control-feedback{top:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media (min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block;width:auto;vertical-align:middle}.form-inline .input-group{display:inline-table;vertical-align:middle}.form-inline .input-group .input-group-addon,.form-inline .input-group .input-group-btn,.form-inline .input-group .form-control{width:auto}.form-inline .input-group>.form-control{width:100%}.form-inline .control-label{margin-bottom:0;vertical-align:middle}.form-inline .radio,.form-inline .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.form-inline .radio label,.form-inline .checkbox label{padding-left:0}.form-inline .radio input[type=radio],.form-inline .checkbox input[type=checkbox]{position:relative;margin-left:0}.form-inline .has-feedback .form-control-feedback{top:0}}.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .radio,.form-horizontal .checkbox{min-height:27px}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.form-horizontal .control-label{padding-top:7px;margin-bottom:0;text-align:right}}.form-horizontal .has-feedback .form-control-feedback{top:0;right:15px}@media (min-width:768px){.form-horizontal .form-group-lg .control-label{padding-top:14.3px}}@media (min-width:768px){.form-horizontal .form-group-sm .control-label{padding-top:6px}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:400;line-height:1.42857143;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-image:none;border:1px solid transparent;border-radius:4px}.btn:focus,.btn:active:focus,.btn.active:focus{outline:thin dotted;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none;opacity:.65}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{color:#333;background-color:#e6e6e6;border-color:#adadad}.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-default .badge{color:#fff;background-color:#333}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{color:#fff;background-color:#3071a9;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-primary .badge{color:#428bca;background-color:#fff}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{color:#fff;background-color:#449d44;border-color:#398439}.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-success .badge{color:#5cb85c;background-color:#fff}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{color:#fff;background-color:#31b0d5;border-color:#269abc}.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-info .badge{color:#5bc0de;background-color:#fff}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{color:#fff;background-color:#ec971f;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-warning .badge{color:#f0ad4e;background-color:#fff}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{color:#fff;background-color:#c9302c;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-danger .badge{color:#d9534f;background-color:#fff}.btn-link{font-weight:400;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#777;text-decoration:none}.btn-lg,.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs,.btn-group-xs>.btn{padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-block{display:block;width:100%}.btn-block+.btn-block{margin-top:5px}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}tr.collapse.in{display:table-row}tbody.collapse.in{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;-o-transition:height .35s ease;transition:height .35s ease}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;text-align:left;list-style:none;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,.175);box-shadow:0 6px 12px rgba(0,0,0,.175)}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:400;line-height:1.42857143;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#262626;text-decoration:none;background-color:#f5f5f5}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#777}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-menu-right{right:0;left:auto}.dropdown-menu-left{right:auto;left:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.42857143;color:#777;white-space:nowrap}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{content:"";border-top:0;border-bottom:4px solid}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media (min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}.navbar-right .dropdown-menu-left{right:auto;left:0}}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar{margin-left:-5px}.btn-toolbar .btn-group,.btn-toolbar .input-group{float:left}.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-top-left-radius:0;border-bottom-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}.btn-group.open .dropdown-toggle.btn-link{-webkit-box-shadow:none;box-shadow:none}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:4px}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child{border-top-left-radius:0;border-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-collapse:separate}.btn-group-justified>.btn,.btn-group-justified>.btn-group{display:table-cell;float:none;width:1%}.btn-group-justified>.btn-group .btn{width:100%}.btn-group-justified>.btn-group .dropdown-menu{left:auto}[data-toggle=buttons]>.btn>input[type=radio],[data-toggle=buttons]>.btn>input[type=checkbox]{position:absolute;z-index:-1;filter:alpha(opacity=0);opacity:0}.input-group{position:relative;display:table;border-collapse:separate}.input-group[class*=col-]{float:none;padding-right:0;padding-left:0}.input-group .form-control{position:relative;z-index:2;float:left;width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:46px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:46px;line-height:46px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn,select[multiple].input-group-lg>.form-control,select[multiple].input-group-lg>.input-group-addon,select[multiple].input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn,select[multiple].input-group-sm>.form-control,select[multiple].input-group-sm>.input-group-addon,select[multiple].input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:400;line-height:1;color:#555;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type=radio],.input-group-addon input[type=checkbox]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),.input-group-btn:last-child>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child),.input-group-btn:first-child>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;font-size:0;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-1px}.input-group-btn>.btn:hover,.input-group-btn>.btn:focus,.input-group-btn>.btn:active{z-index:2}.input-group-btn:first-child>.btn,.input-group-btn:first-child>.btn-group{margin-right:-1px}.input-group-btn:last-child>.btn,.input-group-btn:last-child>.btn-group{margin-left:-1px}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#777}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-tabs.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}.nav-tabs.nav-justified>li>a{margin-bottom:0}}.nav-tabs.nav-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs.nav-justified>.active>a,.nav-tabs.nav-justified>.active>a:hover,.nav-tabs.nav-justified>.active>a:focus{border-bottom-color:#fff}}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:4px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{margin-bottom:5px;text-align:center}.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-justified>li{display:table-cell;width:1%}.nav-justified>li>a{margin-bottom:0}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-radius:4px}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs-justified>.active>a,.nav-tabs-justified>.active>a:hover,.nav-tabs-justified>.active>a:focus{border-bottom-color:#fff}}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.navbar{position:relative;min-height:50px;margin-bottom:20px;border:1px solid transparent}@media (min-width:768px){.navbar{border-radius:4px}}@media (min-width:768px){.navbar-header{float:left}}.navbar-collapse{padding-right:15px;padding-left:15px;overflow-x:visible;-webkit-overflow-scrolling:touch;border-top:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.navbar-collapse.in{overflow-y:auto}@media (min-width:768px){.navbar-collapse{width:auto;border-top:0;-webkit-box-shadow:none;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-fixed-top .navbar-collapse,.navbar-static-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{padding-right:0;padding-left:0}}.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:340px}@media (max-width:480px) and (orientation:landscape){.navbar-fixed-top .navbar-collapse,.navbar-fixed-bottom .navbar-collapse{max-height:200px}}.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media (min-width:768px){.container>.navbar-header,.container-fluid>.navbar-header,.container>.navbar-collapse,.container-fluid>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{z-index:1000;border-width:0 0 1px}@media (min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;z-index:1030;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@media (min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;border-width:0 0 1px}.navbar-fixed-bottom{bottom:0;margin-bottom:0;border-width:1px 0 0}.navbar-brand{float:left;height:50px;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media (min-width:768px){.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}.navbar-toggle:focus{outline:0}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media (min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media (max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media (min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}.navbar-nav.navbar-right:last-child{margin-right:-15px}}@media (min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);box-shadow:inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1)}@media (min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block;width:auto;vertical-align:middle}.navbar-form .input-group{display:inline-table;vertical-align:middle}.navbar-form .input-group .input-group-addon,.navbar-form .input-group .input-group-btn,.navbar-form .input-group .form-control{width:auto}.navbar-form .input-group>.form-control{width:100%}.navbar-form .control-label{margin-bottom:0;vertical-align:middle}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;margin-top:0;margin-bottom:0;vertical-align:middle}.navbar-form .radio label,.navbar-form .checkbox label{padding-left:0}.navbar-form .radio input[type=radio],.navbar-form .checkbox input[type=checkbox]{position:relative;margin-left:0}.navbar-form .has-feedback .form-control-feedback{top:0}}@media (max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media (min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}.navbar-form.navbar-right:last-child{margin-right:-15px}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-left-radius:0;border-top-right-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-btn.btn-sm{margin-top:10px;margin-bottom:10px}.navbar-btn.btn-xs{margin-top:14px;margin-bottom:14px}.navbar-text{margin-top:15px;margin-bottom:15px}@media (min-width:768px){.navbar-text{float:left;margin-right:15px;margin-left:15px}.navbar-text.navbar-right:last-child{margin-right:0}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#888}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e7e7e7}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}@media (max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-default .btn-link{color:#777}.navbar-default .btn-link:hover,.navbar-default .btn-link:focus{color:#333}.navbar-default .btn-link[disabled]:hover,fieldset[disabled] .navbar-default .btn-link:hover,.navbar-default .btn-link[disabled]:focus,fieldset[disabled] .navbar-default .btn-link:focus{color:#ccc}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#777}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#777}.navbar-inverse .navbar-nav>li>a{color:#777}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}@media (max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu .divider{background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#777}.navbar-inverse .navbar-link:hover{color:#fff}.navbar-inverse .btn-link{color:#777}.navbar-inverse .btn-link:hover,.navbar-inverse .btn-link:focus{color:#fff}.navbar-inverse .btn-link[disabled]:hover,fieldset[disabled] .navbar-inverse .btn-link:hover,.navbar-inverse .btn-link[disabled]:focus,fieldset[disabled] .navbar-inverse .btn-link:focus{color:#444}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#777}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#428bca;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{color:#2a6496;background-color:#eee;border-color:#ddd}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#777;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}a.label:hover,a.label:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.btn .label{position:relative;top:-1px}.label-default{background-color:#777}.label-default[href]:hover,.label-default[href]:focus{background-color:#5e5e5e}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#777;border-radius:10px}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-xs .badge{top:0;padding:1px 5px}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;color:inherit;background-color:#eee}.jumbotron h1,.jumbotron .h1{color:inherit}.jumbotron p{margin-bottom:15px;font-size:21px;font-weight:200}.jumbotron>hr{border-top-color:#d5d5d5}.container .jumbotron{border-radius:6px}.jumbotron .container{max-width:100%}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1,.jumbotron .h1{font-size:63px}}.thumbnail{display:block;padding:4px;margin-bottom:20px;line-height:1.42857143;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img,.thumbnail a>img{margin-right:auto;margin-left:auto}a.thumbnail:hover,a.thumbnail:focus,a.thumbnail.active{border-color:#428bca}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:700}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable,.alert-dismissible{padding-right:35px}.alert-dismissable .close,.alert-dismissible .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#2b542c}.alert-info{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#245269}.alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.alert-warning hr{border-top-color:#f7e1b5}.alert-warning .alert-link{color:#66512c}.alert-danger{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.alert-danger hr{border-top-color:#e4b9c0}.alert-danger .alert-link{color:#843534}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,.1);box-shadow:inset 0 1px 2px rgba(0,0,0,.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;line-height:20px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,.15);-webkit-transition:width .6s ease;-o-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar,.progress-bar-striped{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);-webkit-background-size:40px 40px;background-size:40px 40px}.progress.active .progress-bar,.progress-bar.active{-webkit-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar[aria-valuenow="1"],.progress-bar[aria-valuenow="2"]{min-width:30px}.progress-bar[aria-valuenow="0"]{min-width:30px;color:#777;background-color:transparent;background-image:none;-webkit-box-shadow:none;box-shadow:none}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:-o-linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{color:#555;text-decoration:none;background-color:#f5f5f5}.list-group-item.disabled,.list-group-item.disabled:hover,.list-group-item.disabled:focus{color:#777;background-color:#eee}.list-group-item.disabled .list-group-item-heading,.list-group-item.disabled:hover .list-group-item-heading,.list-group-item.disabled:focus .list-group-item-heading{color:inherit}.list-group-item.disabled .list-group-item-text,.list-group-item.disabled:hover .list-group-item-text,.list-group-item.disabled:focus .list-group-item-text{color:#777}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading,.list-group-item.active .list-group-item-heading>small,.list-group-item.active:hover .list-group-item-heading>small,.list-group-item.active:focus .list-group-item-heading>small,.list-group-item.active .list-group-item-heading>.small,.list-group-item.active:hover .list-group-item-heading>.small,.list-group-item.active:focus .list-group-item-heading>.small{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-success{color:#3c763d;background-color:#dff0d8}a.list-group-item-success{color:#3c763d}a.list-group-item-success .list-group-item-heading{color:inherit}a.list-group-item-success:hover,a.list-group-item-success:focus{color:#3c763d;background-color:#d0e9c6}a.list-group-item-success.active,a.list-group-item-success.active:hover,a.list-group-item-success.active:focus{color:#fff;background-color:#3c763d;border-color:#3c763d}.list-group-item-info{color:#31708f;background-color:#d9edf7}a.list-group-item-info{color:#31708f}a.list-group-item-info .list-group-item-heading{color:inherit}a.list-group-item-info:hover,a.list-group-item-info:focus{color:#31708f;background-color:#c4e3f3}a.list-group-item-info.active,a.list-group-item-info.active:hover,a.list-group-item-info.active:focus{color:#fff;background-color:#31708f;border-color:#31708f}.list-group-item-warning{color:#8a6d3b;background-color:#fcf8e3}a.list-group-item-warning{color:#8a6d3b}a.list-group-item-warning .list-group-item-heading{color:inherit}a.list-group-item-warning:hover,a.list-group-item-warning:focus{color:#8a6d3b;background-color:#faf2cc}a.list-group-item-warning.active,a.list-group-item-warning.active:hover,a.list-group-item-warning.active:focus{color:#fff;background-color:#8a6d3b;border-color:#8a6d3b}.list-group-item-danger{color:#a94442;background-color:#f2dede}a.list-group-item-danger{color:#a94442}a.list-group-item-danger .list-group-item-heading{color:inherit}a.list-group-item-danger:hover,a.list-group-item-danger:focus{color:#a94442;background-color:#ebcccc}a.list-group-item-danger.active,a.list-group-item-danger.active:hover,a.list-group-item-danger.active:focus{color:#fff;background-color:#a94442;border-color:#a94442}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.05);box-shadow:0 1px 1px rgba(0,0,0,.05)}.panel-body{padding:15px}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-left-radius:3px;border-top-right-radius:3px}.panel-heading>.dropdown .dropdown-toggle{color:inherit}.panel-title{margin-top:0;margin-bottom:0;font-size:16px;color:inherit}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0;border-radius:0}.panel>.list-group:first-child .list-group-item:first-child{border-top:0;border-top-left-radius:3px;border-top-right-radius:3px}.panel>.list-group:last-child .list-group-item:last-child{border-bottom:0;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.list-group+.panel-footer{border-top-width:0}.panel>.table,.panel>.table-responsive>.table,.panel>.panel-collapse>.table{margin-bottom:0}.panel>.table:first-child,.panel>.table-responsive:first-child>.table:first-child{border-top-left-radius:3px;border-top-right-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,.panel>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child{border-top-left-radius:3px}.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,.panel>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child{border-top-right-radius:3px}.panel>.table:last-child,.panel>.table-responsive:last-child>.table:last-child{border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child{border-bottom-left-radius:3px}.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child,.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child{border-bottom-right-radius:3px}.panel>.panel-body+.table,.panel>.panel-body+.table-responsive{border-top:1px solid #ddd}.panel>.table>tbody:first-child>tr:first-child th,.panel>.table>tbody:first-child>tr:first-child td{border-top:0}.panel>.table-bordered,.panel>.table-responsive>.table-bordered{border:0}.panel>.table-bordered>thead>tr>th:first-child,.panel>.table-responsive>.table-bordered>thead>tr>th:first-child,.panel>.table-bordered>tbody>tr>th:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,.panel>.table-bordered>tfoot>tr>th:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,.panel>.table-bordered>thead>tr>td:first-child,.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,.panel>.table-bordered>tbody>tr>td:first-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,.panel>.table-bordered>tfoot>tr>td:first-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.panel>.table-bordered>thead>tr>th:last-child,.panel>.table-responsive>.table-bordered>thead>tr>th:last-child,.panel>.table-bordered>tbody>tr>th:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,.panel>.table-bordered>tfoot>tr>th:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,.panel>.table-bordered>thead>tr>td:last-child,.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,.panel>.table-bordered>tbody>tr>td:last-child,.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,.panel>.table-bordered>tfoot>tr>td:last-child,.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.panel>.table-bordered>thead>tr:first-child>td,.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,.panel>.table-bordered>tbody>tr:first-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,.panel>.table-bordered>thead>tr:first-child>th,.panel>.table-responsive>.table-bordered>thead>tr:first-child>th,.panel>.table-bordered>tbody>tr:first-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th{border-bottom:0}.panel>.table-bordered>tbody>tr:last-child>td,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,.panel>.table-bordered>tfoot>tr:last-child>td,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,.panel>.table-bordered>tbody>tr:last-child>th,.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,.panel>.table-bordered>tfoot>tr:last-child>th,.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0}.panel>.table-responsive{margin-bottom:0;border:0}.panel-group{margin-bottom:20px}.panel-group .panel{margin-bottom:0;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse>.panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ddd}.panel-default>.panel-heading .badge{color:#f5f5f5;background-color:#333}.panel-default>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse>.panel-body{border-top-color:#428bca}.panel-primary>.panel-heading .badge{color:#428bca;background-color:#fff}.panel-primary>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse>.panel-body{border-top-color:#d6e9c6}.panel-success>.panel-heading .badge{color:#dff0d8;background-color:#3c763d}.panel-success>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#d6e9c6}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#31708f;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse>.panel-body{border-top-color:#bce8f1}.panel-info>.panel-heading .badge{color:#d9edf7;background-color:#31708f}.panel-info>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#bce8f1}.panel-warning{border-color:#faebcc}.panel-warning>.panel-heading{color:#8a6d3b;background-color:#fcf8e3;border-color:#faebcc}.panel-warning>.panel-heading+.panel-collapse>.panel-body{border-top-color:#faebcc}.panel-warning>.panel-heading .badge{color:#fcf8e3;background-color:#8a6d3b}.panel-warning>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#faebcc}.panel-danger{border-color:#ebccd1}.panel-danger>.panel-heading{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.panel-danger>.panel-heading+.panel-collapse>.panel-body{border-top-color:#ebccd1}.panel-danger>.panel-heading .badge{color:#f2dede;background-color:#a94442}.panel-danger>.panel-footer+.panel-collapse>.panel-body{border-bottom-color:#ebccd1}.embed-responsive{position:relative;display:block;height:0;padding:0;overflow:hidden}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive.embed-responsive-16by9{padding-bottom:56.25%}.embed-responsive.embed-responsive-4by3{padding-bottom:75%}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.05);box-shadow:inset 0 1px 1px rgba(0,0,0,.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;filter:alpha(opacity=20);opacity:.2}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;filter:alpha(opacity=50);opacity:.5}button.close{-webkit-appearance:none;padding:0;cursor:pointer;background:0 0;border:0}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out;-webkit-transform:translate3d(0,-25%,0);-o-transform:translate3d(0,-25%,0);transform:translate3d(0,-25%,0)}.modal.in .modal-dialog{-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px}.modal-content{position:relative;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5)}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=50);opacity:.5}.modal-header{min-height:16.43px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media (min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media (min-width:992px){.modal-lg{width:900px}}.tooltip{position:absolute;z-index:1070;display:block;font-size:12px;line-height:1.4;visibility:visible;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-width:0 5px 5px;border-bottom-color:#000}.popover{position:absolute;top:0;left:0;z-index:1060;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;-webkit-background-clip:padding-box;background-clip:padding-box;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2)}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover>.arrow,.popover>.arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover>.arrow{border-width:11px}.popover>.arrow:after{content:"";border-width:10px}.popover.top>.arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,.25);border-bottom-width:0}.popover.top>.arrow:after{bottom:1px;margin-left:-10px;content:" ";border-top-color:#fff;border-bottom-width:0}.popover.right>.arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,.25);border-left-width:0}.popover.right>.arrow:after{bottom:-10px;left:1px;content:" ";border-right-color:#fff;border-left-width:0}.popover.bottom>.arrow{top:-11px;left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,.25)}.popover.bottom>.arrow:after{top:1px;margin-left:-10px;content:" ";border-top-width:0;border-bottom-color:#fff}.popover.left>.arrow{top:50%;right:-11px;margin-top:-11px;border-right-width:0;border-left-color:#999;border-left-color:rgba(0,0,0,.25)}.popover.left>.arrow:after{right:1px;bottom:-10px;content:" ";border-right-width:0;border-left-color:#fff}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5}.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x}.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .glyphicon-chevron-left{left:50%;margin-left:-10px}.carousel-control .icon-next,.carousel-control .glyphicon-chevron-right{right:50%;margin-right:-10px}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;font-size:30px}.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev{margin-left:-15px}.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next{margin-right:-15px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after,.dl-horizontal dd:before,.dl-horizontal dd:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after,.form-horizontal .form-group:before,.form-horizontal .form-group:after,.btn-toolbar:before,.btn-toolbar:after,.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after,.nav:before,.nav:after,.navbar:before,.navbar:after,.navbar-header:before,.navbar-header:after,.navbar-collapse:before,.navbar-collapse:after,.pager:before,.pager:after,.panel-body:before,.panel-body:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.clearfix:after,.dl-horizontal dd:after,.container:after,.container-fluid:after,.row:after,.form-horizontal .form-group:after,.btn-toolbar:after,.btn-group-vertical>.btn-group:after,.nav:after,.navbar:after,.navbar-header:after,.navbar-collapse:after,.pager:after,.panel-body:after,.modal-footer:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none!important;visibility:hidden!important}.affix{position:fixed;-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none!important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none!important}@media (max-width:767px){.visible-xs{display:block!important}table.visible-xs{display:table}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media (max-width:767px){.visible-xs-block{display:block!important}}@media (max-width:767px){.visible-xs-inline{display:inline!important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block!important}table.visible-sm{display:table}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline!important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block!important}table.visible-md{display:table}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline!important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block!important}}@media (min-width:1200px){.visible-lg{display:block!important}table.visible-lg{display:table}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}@media (min-width:1200px){.visible-lg-block{display:block!important}}@media (min-width:1200px){.visible-lg-inline{display:inline!important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block!important}}@media (max-width:767px){.hidden-xs{display:none!important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}}@media (min-width:1200px){.hidden-lg{display:none!important}}.visible-print{display:none!important}@media print{.visible-print{display:block!important}table.visible-print{display:table}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}}.visible-print-block{display:none!important}@media print{.visible-print-block{display:block!important}}.visible-print-inline{display:none!important}@media print{.visible-print-inline{display:inline!important}}.visible-print-inline-block{display:none!important}@media print{.visible-print-inline-block{display:inline-block!important}}@media print{.hidden-print{display:none!important}}/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.eot?v=4.5.0');
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.navigation ul.container .level0{display:inline-block;padding:15px;vertical-align:middle;position:relative;font-size:14px;text-align:left}.navigation ul.container .level0>a{color:#333;font-size:15px;text-transform:uppercase}.navigation ul.container .level0 ul.level0{background:#333 none repeat scroll 0 0;min-width:160px;position:absolute;top:100% !important;list-style:none;padding:0;z-index:999}.navigation ul.container .level0 ul.level0>li.level1{padding:5px 15px;position:relative}.navigation ul.container .level0 ul.level0>li.level1 a{color:#fff}.navigation ul.container .level0 ul.level0>li.level1>ul.level1{left:100% !important;top:0 !important;padding:0;list-style:none;position:absolute !important;background-color:#333;min-width:200px}.navigation ul.container .level0 ul.level0>li.level1>ul.level1>li.level2{padding:5px 15px}.navigation ul.container .level0:hover{background-color:#333}.navigation ul.container .level0:hover>a{color:#fff;text-decoration:none}.clearfix {
  clear: both;
}
.base-color {
  color: #8eb35a;
}
.mage-error {
  color: red;
}
#maincontent {
  min-height: 500px;
}
* {
  outline: none;
}
section:after,
section:before {
  content: "";
  display: table;
  clear: both;
}
.modal-popup {
  position: fixed;
  z-index: 900 !important;
  opacity: 0;
}
.modal-popup._show {
  opacity: 1;
}
.modal-popup .modal-inner-wrap {
  box-sizing: border-box;
  height: auto;
  left: 0;
  margin: 10rem auto;
  max-width: 950px;
  right: 0;
  transform: translateY(-200%);
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -o-transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: auto;
  background-color: #fff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
  z-index: 999;
  max-height: 600px;
  overflow: auto;
  min-width: 300px;
}
.modal-popup._show {
  visibility: visible;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  z-index: 99999 !important;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
}
.modal-popup .modal-header {
  padding: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  display: block;
  border: none;
}
.modal-popup .action-close {
  padding: 1ssrem;
  color: #736963;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  border-color: #adadad;
}
.modal-popup .action-close:before {
  content: "\f00d";
  transition: color .1s linear;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  line-height: 40px;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.modal-popup .action-close > span {
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
  position: absolute;
  display: none;
  visibility: hidden;
}
.modal-popup .modal-content {
  padding: 15px 3rem;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
}
.modal-popup .modal-footer {
  text-align: left;
  margin-top: auto;
  padding: 20px 3rem;
  flex-grow: 0;
  flex-shrink: 0;
  border: none;
}
.modal-popup .modal-footer .action-secondary {
  border: 1px solid #ddd;
  border-radius: 20px;
  font-weight: 700;
  margin-right: 10px;
  padding: 6px 20px;
  text-transform: uppercase;
}
.modal-popup .modal-footer .action-secondary:hover {
  background: #8eb35a;
  color: #fff;
  border: 1px solid #8eb35a;
}
.modal-popup .modal-footer .action-primary {
  background: #8eb35a;
  border: 1px solid #8eb35a;
  border-radius: 20px;
  font-weight: 700;
  padding: 6px 20px;
  color: #fff;
  text-transform: uppercase;
}
.modal-popup .modal-footer .action-primary:hover {
  background: transparent;
  color: #000;
  border: 1px solid #ddd;
}
.modals-overlay {
  background: rgba(0, 0, 0, 0.35) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1000 !important;
}
html {
  overflow-x: hidden;
}
body {
  color: #696969;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.boxed > .page-wrapper {
  background: #fff none repeat scroll 0 0;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
  width: 1200px;
}
body.boxed.width1024 > .page-wrapper {
  width: 1024px;
}
body.boxed.width1366 > .page-wrapper {
  width: 1366px;
}
body.boxed.fullwidth > .page-wrapper {
  width: 100%;
}
body.boxed .container {
  width: 100%;
  padding: 0 30px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.boxed > .page-wrapper {
    width: 750px;
  }
  body.boxed .container {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.boxed > .page-wrapper {
    width: 970px;
  }
  body.boxed .container {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.boxed > .page-wrapper {
    width: 100%;
  }
}
body.wide .container {
  width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.wide .container {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.wide .container {
    width: 970px;
  }
}
@media (max-width: 767px) {
  body.wide .container {
    width: 100%;
  }
}
body.wide.fullwidth .container:not(.no-full) {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  body.wide.fullwidth .container:not(.no-full) {
    padding-left: 40px;
    padding-right: 40px;
  }
}
body.wide.fullwidth .container.page-main > .row {
  margin: 0 -20px !important;
}
body.wide.fullwidth .container.page-main > .row > .column.main,
body.wide.fullwidth .container.page-main > .row > .sidebar {
  padding: 0 20px !important;
}
body.wide.fullwidth.page-layout-1column .container.page-main > .row {
  margin: 0 !important;
  width: 100%;
}
body.wide.fullwidth.page-layout-1column .container.page-main > .row > .column.main,
body.wide.fullwidth.page-layout-1column .container.page-main > .row > .sidebar {
  padding: 0 !important;
}
body.wide.width1366 .container {
  width: 1366px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  body.wide.width1366 .container {
    width: 1170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.wide.width1366 .container {
    width: 970px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.wide.width1366 .container {
    width: 750px;
  }
}
@media (max-width: 767px) {
  body.wide.width1366 .container {
    width: 100%;
  }
}
body.wide.width1024 .container {
  width: 1024px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body.wide.width1024 .container {
    width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.wide.width1024 .container {
    width: 970px;
  }
}
@media (max-width: 767px) {
  body.wide.width1024 .container {
    width: 100%;
  }
}
.cms-index-index #maincontent {
  width: 100%;
  padding: 0;
}
.cms-index-index #maincontent > .row {
  margin: 0;
}
.cms-index-index #maincontent > .row > .column.main {
  margin: 0;
  padding: 0;
}
.cms-index-index .footer {
  margin: 0 !important;
}
.cms-index-index #maincontent > .row,
.cms-index-index #maincontent > .row > .column.main {
  margin: 0;
  padding: 0;
}
.no-padding {
  padding: 0;
}
.no-display {
  display: none;
}
.parallax {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
a {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.margin-left15 {
  margin-left: 15px;
}
.margin-top30 {
  margin-top: 30px;
}
.margin-bottom20 {
  margin-bottom: 20px;
}
.padding-top10 {
  padding-top: 10px;
}
.margin-bottom35 {
  margin-bottom: 35px;
}
.label {
  color: #696969;
  font-size: 14px;
  padding: 0;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
p.required {
  color: red;
}
@media (min-width: 1200px) {
  .col-lg-custom-5 {
    width: 20%;
    float: left;
    padding: 0 15px;
  }
  .col-lg-custom-7 {
    width: 14.28%;
    float: left;
    padding: 0 15px;
  }
  .col-lg-custom-8 {
    width: 12.5%;
    float: left;
    padding: 0 15px;
  }
}
@media (min-width: 992px) {
  .col-md-custom-5 {
    width: 20%;
    float: left;
    padding: 0 15px;
  }
  .col-md-custom-7 {
    width: 14.28%;
    float: left;
    padding: 0 15px;
  }
  .col-md-custom-8 {
    width: 12.5%;
    float: left;
    padding: 0 15px;
  }
}
.visible-xlg {
  display: none;
}
@media (min-width: 1600px) {
  .visible-xlg {
    display: block;
  }
}
@media (max-width: 480px) {
  .col-mobile-12 {
    width: 100%;
    float: none;
  }
}
.visible-mobile {
  display: none;
}
@media (max-width: 480px) {
  .visible-mobile {
    display: block;
  }
}
::-moz-selection {
  background-color: #8eb35a;
  color: #fff;
}
::selection {
  background-color: #8eb35a;
  color: #fff;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
a:focus,
a:active,
select:focus,
select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
button:focus,
button:active {
  outline: none !important;
}
h1,
.h1 {
  font-size: 40px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  color: #333333;
  transition: all 0.4s;
}
a:hover,
a:focus {
  color: #8eb35a;
  text-decoration: none;
}
.btn {
  border-radius: 23.5px;
  -webkit-border-radius: 23.5px;
  -moz-border-radius: 23.5px;
  -o-border-radius: 23.5px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 12px 23px 12px;
  line-height: 1;
  word-spacing: 4px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.btn:hover,
.btn:active,
.btn:focus,
.btn.active {
  box-shadow: none;
}
.btn-default {
  background-color: #fff;
  color: #8eb35a;
  border: 1px solid #8eb35a;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus {
  background-color: #8eb35a;
  color: #fff;
  border-color: #8eb35a;
}
.btn-primary {
  background-color: #8eb35a;
  color: #fff;
  border: 1px solid #8eb35a;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #696969;
  border-color: #696969;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary.active[disabled],
fieldset[disabled] .btn-primary.active,
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 1;
  background-color: #8eb35a;
  color: #fff;
  border-color: #8eb35a;
}
.btn-secondary {
  background-color: #696969;
  color: #fff;
  border: 1px solid #696969;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #8eb35a;
  border-color: #8eb35a;
  color: #fff;
}
.btn-full {
  width: 100%;
}
.btn-lg {
  font-size: 16px;
  padding: 14px 38px 15px;
  letter-spacing: 0.08em;
}
.btn-sm {
  padding: 9px 20px;
}
.form-control {
  font-size: 14px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px 20px;
  border: 1px solid #f4f1e3;
  margin-bottom: 10px;
  width: 100%;
  box-shadow: none;
}
.form-control:focus {
  border-color: #8eb35a;
  box-shadow: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
input.form-control {
  font-size: 14px;
  color: #333;
  background-color: #fff;
  line-height: 1;
  font-weight: 400;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  padding: 10px 20px;
  border: 1px solid #f4f1e3;
  height: 40px;
  margin-bottom: 10px;
  width: 100%;
}
input:focus {
  border-color: #8eb35a;
}
input::-webkit-input-placeholder {
  color: #ababab;
}
input::-moz-placeholder {
  color: #ababab;
}
input:-ms-input-placeholder {
  color: #ababab;
}
input:-moz-placeholder {
  color: #ababab;
}
input.form-control.input-lg {
  height: 47px;
  line-height: 48px;
  padding: 0 20px;
}
input.form-control.input-sm {
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
}
input.mage-error {
  border-color: red;
}
input.mage-error:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(241, 0, 34, 0.6);
}
select,
select.form-control {
  font-size: 14px;
  color: #ababab;
  line-height: 1;
  font-weight: 400;
  padding: 6px 20px;
  border: 1px solid #f4f1e3;
  height: 40px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/icon-dropdown.png) calc(100% - 20px) center no-repeat scroll;
  background-color: #fff;
  margin-bottom: 10px;
}
select option,
select.form-control option {
  padding: 5px 10px;
  min-height: 28px;
}
select::-ms-expand {
  display: none;
}
select.multiselect,
select.multiple {
  background-image: none;
  background-color: #fff;
  min-height: 100px;
}
textarea {
  border: 1px solid #f4f1e3;
  min-height: 100px;
  width: 100%;
  padding: 12px 23px;
  line-height: 1.2;
}
textarea.mage-error {
  border-color: red;
}
.fieldset > .field.required > .label::after,
.fieldset > .fields > .field.required > .label::after,
.fieldset > .field._required > .label::after,
.fieldset > .fields > .field._required > .label::after {
  content: "*";
  font-style: 13px;
  margin: 0 0 0 3px;
  font-weight: 400;
  color: inherit;
}
.field.choice {
  display: inline-flex;
  display: -webkit-inline-flex;
  width: 100%;
  margin-bottom: 10px;
}
.field.choice input {
  margin: 0;
  margin-right: 20px;
}
.field.choice input label {
  font-weight: 700;
  color: #333;
}
.margin-bottom10 {
  margin-bottom: 10px;
}
.loading-mask {
  position: fixed;
  bottom: 0;
  left: 0;
  margin: auto;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader p {
  display: none;
}
.message {
  border-style: solid;
  border-radius: 4px;
  border-width: 1px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 20px;
  min-height: 24px;
  padding: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 200;
}
.message:before {
  font-family: 'FontAwesome';
  display: inline-block;
  font-size: 24px;
  margin-right: 15px;
  vertical-align: middle;
  line-height: 10px;
  float: left;
}
.message.success {
  border-color: #d6e9c6;
  background-color: #dff0d8;
  color: #3c763d;
}
.message.success:before {
  content: "\f00c";
}
.message.notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.message.notice:before {
  content: '\f12a';
}
.message.error,
.message.warning {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.message.error:before,
.message.warning:before {
  content: '\f12a';
}
.message.empty {
  background-color: #fcf8e3;
  color: #8a6d3b;
  border-color: #faebcc;
}
.message.empty:before {
  content: '\f12a';
}
.price-box {
  font-size: 14px;
  line-height: 1;
  font-style: italic;
}
.price-box .price-wrapper {
  color: #696969;
  font-weight: 700;
}
.price-box .old-price {
  margin-right: 15px;
  display: inline-block;
}
.price-box .old-price .price-wrapper {
  font-weight: 400;
  text-decoration: line-through;
}
.product-price-container .price-box .price-label {
  display: none;
}
.products-grid {
  text-align: center;
}
.products-grid .price-final_price .price-label {
  display: none;
}
.swatch-attribute-label {
  text-transform: uppercase;
  min-width: 50px;
  display: inline-block;
}
.swatch-attribute {
  margin-bottom: 5px;
}
.rating-summary {
  position: relative;
  line-height: 1;
}
.rating-summary .label {
  display: none;
}
.rating-summary p {
  font-size: 14px;
  font-style: italic;
  color: #ababab;
}
.rating-summary .rating-result {
  display: inline-block;
  height: 19px;
  position: relative;
  width: 80px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  font-size: 0;
  line-height: 1;
}
.rating-summary .rating-result:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6px;
  content: "\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2";
  font-family: "Ionicons";
  z-index: 1;
  letter-spacing: 5px;
  color: #ababab;
  font-size: 13px;
}
.rating-summary .rating-result > span {
  position: relative;
  float: left;
  height: 19px;
  overflow: hidden;
}
.rating-summary .rating-result > span:after {
  position: absolute;
  width: 100%;
  left: 0;
  top: 6px;
  font-size: 13px;
  letter-spacing: 5px;
  color: #f5cc26;
  font-family: "Ionicons";
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
  z-index: 9;
}
.product-reviews-summary.short .reviews-actions {
  display: none;
}
.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: inherit !important;
}
.owl-carousel .owl-nav [class*="owl-"] {
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  line-height: 50px;
  font-size: 48px;
  color: #392a25;
  background: transparent;
  position: absolute;
  top: 50%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  opacity: 0;
  visibility: hidden;
  transform-origin: 0 0 0;
  text-align: center;
  cursor: pointer;
}
.owl-carousel .owl-nav [class*="owl-"].disabled {
  opacity: 0.3 !important;
  cursor: auto;
  pointer-events: none;
}
.owl-carousel .owl-nav [class*="owl-"]:hover {
  color: #8eb35a;
}
.owl-carousel .owl-nav .owl-prev {
  left: 0;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
}
.owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dots {
  margin-top: 28px;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ababab;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border: 1px solid transparent;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  display: inline-block;
}
.owl-carousel .owl-dots .owl-dot.active span,
.owl-carousel .owl-dots .owl-dot:hover span {
  border-color: #8eb35a;
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5);
  background-color: #fff;
}
.owl-carousel .owl-dots.disabled {
  margin: 0;
  display: none;
}
.owl-carousel:hover .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.slider_mgs_carousel {
  width: 100%;
  display: inline-block;
}
.slider_mgs_carousel.owl-carousel .owl-item img {
  width: 100%;
}
.slider_mgs_carousel.owl-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 18px;
  font-style: italic;
  text-align: center;
  line-height: 100px;
  margin: 0;
  color: #333;
  letter-spacing: 0.2em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.slider_mgs_carousel.owl-carousel .owl-nav [class*="owl-"]:hover {
  background-color: #333;
  color: #fff;
}
.slider_mgs_carousel.owl-carousel .owl-nav [class*="owl-"]:before {
  display: none;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-prev {
  left: 50px;
  right: auto;
}
.slider_mgs_carousel.owl-carousel .owl-nav .owl-next {
  right: 50px;
  left: auto;
}
.slider_mgs_carousel.owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #696969;
}
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span,
.slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span {
  background-color: #8eb35a;
}
.dropdown-menu {
  border: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  min-width: 165px;
}
.navigation {
  width: 100%;
}
.navigation .nav-main {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.navigation .nav-main > li {
  float: none;
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.navigation .nav-main > li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  padding: 41px 27px 43px;
  background: none;
}
.navigation .nav-main > li a span.icon-next {
  margin-left: 5px;
}
.navigation .nav-main > li + li {
  margin: 0;
}
.navigation .nav-main li.active a,
.navigation .nav-main li.active a:hover {
  color: #8eb35a;
  background: none;
}
.navigation .nav-main li a:hover {
  color: #8eb35a;
}
.navigation .nav-main li.dropdown .dropdown-menu {
  position: absolute;
  top: 54px;
  border: none;
  border-radius: 0;
  border-top: 2px solid #8eb35a;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.175);
  padding: 0;
  margin: 0;
  min-width: 260px;
  visibility: hidden;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  transition: all 0.4s ease 0.4;
  display: block;
  opacity: 0;
  left: -100000%;
}

.navigation .nav-main li.dropdown .dropdown-menu:hover {
  left: 0%;
}

.mega-menu-content:hover {
  left: 0;
}

.navigation .nav-main li.dropdown .dropdown-menu li ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  display: block;
  min-width: 100%;
}
.navigation .nav-main li.dropdown .dropdown-menu li ul li a {
  padding: 12px 15px;
  font-size: 15px;
  color: #696969;
  border-bottom: 1px solid #f4f4f4;
  font-weight: 400;
  text-transform: none;
  display: inline-block;
  width: 100%;
  text-transform: capitalize;
  position: relative;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.navigation .nav-main li.dropdown .dropdown-menu li ul li a:hover {
  left: 0%;
}
.navigation .nav-main li.dropdown .dropdown-menu li ul li:last-child a {
  border-bottom: none;
}
.navigation .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu {
  position: absolute;
  left: 100%;
  top: 15px;
}
.navigation .nav-main li.dropdown .dropdown-menu li ul li:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  left: 0%;
}
.navigation .nav-main li.dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
  -moz-transform: translateY(-3px);
  -o-transform: translateY(-3px);
  left: 0%;
}
.navigation .nav-main li.mega-menu-fullwidth {
  position: static;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu {
  width: 100%;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 0 25px;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li.level1 > a {
  text-transform: uppercase;
  color: #333;
  padding: 10px 0;
  font-weight: 700;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li.level1 > a:before {
  display: none;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu li a {
  border: none;
  padding: 10px 0;
  position: relative;
}
.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content li a {
  border: none;
  padding: 10px 0;
  position: relative;
}
.block-cart-header {
  position: relative;
}
.block-cart-header .showcart .box-shopbag .title-cart {
  display: none;
}
.block-cart-header .showcart .box-shopbag .icon-cart {
  display: inline-block;
  position: relative;
}
.block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  font-size: 30px;
  color: #333;
}
.block-cart-header .showcart .box-shopbag .icon-cart .count {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #8eb35a;
  position: absolute;
  top: -5px;
  right: -11px;
  line-height: 1;
  border-radius: 50%;
  padding: 2.5px 5.5px 3.5px;
}
.block-cart-header .showcart .box-shopbag .icon-cart .count .counter-number.firstload {
  display: none;
}
.block-cart-header .showcart .box-shopbag .icon-cart .count.empty .counter-number.loaded {
  display: none;
}
.block-cart-header .showcart .box-shopbag .icon-cart .count.empty .counter-number.firstload {
  display: block;
}
.block-cart-header .dropdown-menu {
  min-width: 320px;
  border-radius: 0;
  border: none;
  padding: 20px;
  margin: 0;
  border-top: 1px solid #8eb35a;
  right: 0;
  left: auto;
}
.block-cart-header .dropdown-menu .block-content button.close {
  display: none;
}
.block-cart-header .dropdown-menu .block-content .subtitle.empty {
  font-size: 11px;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  display: block;
  margin: auto;
}
.block-cart-header .minicart-items-wrapper {
  max-height: 360px;
  overflow: auto;
  padding-bottom: 5px;
}
.block-cart-header .minicart-items-wrapper .minicart-items {
  height: auto !important;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f1e2;
  position: relative;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #f3f2f1;
  margin-top: 10px;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-left {
  display: inline-block;
  float: left;
  max-width: 80px;
  margin-right: 15px;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-left .product-image-photo {
  border: 1px solid #f4f1e2;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-left .product-image-wrapper {
  padding-bottom: 0 !important;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  display: inline-block;
  float: left;
  width: calc(100% - 100px);
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a {
  font-size: 15px;
  font-weight: 600;
  color: #333;
  margin-bottom: 10px;
  line-height: 1;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-name a:hover {
  color: #8eb35a;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle:after {
  content: "\f0dd";
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: inherit;
  margin-left: 10px;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .toggle.active:after {
  content: "\f0de";
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .list {
  display: inline-block;
  width: 100%;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .list .label {
  text-align: left;
  width: 60px;
  display: inline-block;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .list .label:after {
  content: ":";
  display: inline-block;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product.options .content .list .values {
  width: calc(100% - 70px);
  display: inline-block;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing {
  font-size: 14px;
  color: #696969;
  font-weight: 700;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-container {
  display: inline-block;
  margin-bottom: 10px;
  float: left;
  line-height: 1;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .price-container .price {
  font-style: italic;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty {
  display: inline-flex;
  display: -webkit-inline-flex;
  text-align: center;
  width: 100%;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .product-item-details .product-item-pricing .details-qty .item-qty {
  margin-bottom: 0;
  box-shadow: none;
  max-width: 50px;
  padding: 0;
  line-height: 40px;
  margin-right: 10px;
  text-align: center;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .actions {
  position: absolute;
  top: 40%;
  right: 20px;
  font-size: 20px;
  color: #333;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: 5px;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item .actions:hover {
  color: #8eb35a;
}
.block-cart-header .minicart-items-wrapper .minicart-items .product-item:hover .product-left .product-image-photo {
  border-color: #8eb35a;
}
.block-cart-header .subtotal {
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f3f2f1;
  display: inline-block;
  width: 100%;
}
.block-cart-header .subtotal .label {
  color: #696969;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  text-align: left;
  display: block;
  float: left;
}
.block-cart-header .subtotal .amount.price-container {
  display: inline-block;
  text-align: right;
  float: right;
  line-height: 1;
}
.block-cart-header .subtotal .amount.price-container .price {
  font-size: 16px;
  font-weight: 700;
}
.block-cart-header .actions {
  display: inline-block;
  margin-left: 5px;
}
.block-cart-header .actions #top-cart-btn-checkout {
  margin-right: 10px;
}
.block-cart-header .loading-mask .loader img {
  width: 20px;
}
.nav-toggle {
  cursor: pointer;
}
.nav-toggle [class*="ion"] {
  font-size: 30px;
  color: #333;
}
.nav-toggle:hover [class*="ion"] {
  color: #8eb35a;
}
.block-search .minisearch {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8d5d5;
}
.block-search .minisearch .search-select,
.block-search .minisearch input.input-text,
.block-search .minisearch button {
  display: inline-block;
}
.block-search .minisearch .search-select {
  min-width: 150px;
  text-align: left;
  color: #696969;
  position: relative;
}
.block-search .minisearch .search-select > a {
  padding: 12.5px 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1;
}
.block-search .minisearch .search-select > a:after {
  content: "";
  height: 15px;
  width: 1px;
  background-color: #f4f4f4;
  vertical-align: middle;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.block-search .minisearch .search-select #select-cat-dropdown {
  position: absolute;
  top: 100%;
  width: 100%;
  border: 1px solid #dadada;
  background-color: #fff;
  margin-top: 1px;
  padding: 5px 10px;
  font-size: 13px;
  text-transform: capitalize;
  max-height: 350px;
  overflow: auto;
  z-index: 99;
}
.block-search .minisearch .search-select #select-cat-dropdown span {
  cursor: pointer;
  display: block;
  padding: 5px 0;
  width: 100%;
}
.block-search .minisearch .search-select #select-cat-dropdown span:hover {
  color: #8eb35a;
}
.block-search .minisearch .search-select.no-display {
  display: none;
}
.block-search .minisearch .input-text.form-control {
  border: none;
  box-shadow: none;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
}
.block-search .minisearch .btn-primary {
  background: none;
  border: none;
  color: #333;
  font-size: 18px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
}
.block-search .minisearch .btn-primary:hover {
  color: #8eb35a;
}
.block-search .minisearch .search-autocomplete {
  top: 100%;
  left: 0;
  width: 100% !important;
  background-color: #fff;
  padding: 5px 15px;
  min-height: 50px;
  margin-top: -14px;
}
.block-search .minisearch .search-autocomplete li {
  cursor: pointer;
}
.block-search .minisearch .search-autocomplete .amount {
  margin-left: 10px;
  font-style: italic;
  color: #8eb35a;
}
.block-search .btn-open-search {
  display: none;
  font-size: 18px;
  width: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  color: #333;
  margin: 0;
  background: none;
  border: none;
}
.block-search .btn-open-search:hover {
  color: #8eb35a;
}
.header .header-center {
  position: static;
}
.header .middle-header-container {
  position: relative;
}
.header .ui-widget-content.dropdown-menu {
  z-index: 1002;
}
.header .language,
.header .currency {
  display: inline-block;
  float: left;
}
.header .language .toggle,
.header .currency .toggle {
  display: inline-block;
  color: #ababab;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
}
.header .language .toggle img,
.header .currency .toggle img {
  margin-right: 5px;
}
.header .language .toggle [class*="ion-"],
.header .currency .toggle [class*="ion-"] {
  margin-left: 5px;
}
.header .language .toggle:hover,
.header .currency .toggle:hover {
  color: #8eb35a;
}
.header .language .toggle.active,
.header .currency .toggle.active {
  color: #8eb35a;
}
.header .language .dropdown-menu,
.header .currency .dropdown-menu {
  border-top: 1px solid #8eb35a;
  padding: 10px 15px;
}
.header .language .dropdown-menu ul li,
.header .currency .dropdown-menu ul li {
  padding: 5px 0;
  display: inline-block;
  float: left;
  width: 100%;
}
.header .language .dropdown-menu ul li a,
.header .currency .dropdown-menu ul li a {
  color: #696969;
  display: block;
  width: 100%;
}
.header .language .dropdown-menu ul li a:hover,
.header .currency .dropdown-menu ul li a:hover {
  color: #8eb35a;
}
.header .language .dropdown-menu ul li.active a,
.header .currency .dropdown-menu ul li.active a {
  color: #8eb35a;
}
.header .language .dropdown-menu a img,
.header .currency .dropdown-menu a img {
  margin-right: 10px;
}
.header .block-phone {
  max-width: 155px;
  margin-top: 8px;
}
.header .block-phone .phone-left,
.header .block-phone .icon-phone {
  display: inline-block;
}
.header .block-phone .phone-left {
  text-align: right;
  margin-right: 15px;
}
.header .block-phone .phone-left p:first-child {
  font-size: 12px;
  text-transform: uppercase;
  color: #696969;
  word-spacing: 0.2em;
  margin-bottom: 0;
}
.header .block-phone .phone-left p.h4 {
  font-size: 16px;
  color: #8eb35a;
  font-weight: 700;
  font-style: italic;
  margin-top: 2px;
}
.header .block-phone .icon-phone {
  font-size: 35px;
  color: #696969;
  line-height: 1.3;
  float: right;
  margin-right: 13px;
}
.top-bar-abs {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
  z-index: 1001;
  display: block;
  background: #fff;
  padding: 40px 40px;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -o-transform: translateX(100%);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.top-bar-abs .nav-toggle-close {
  font-size: 30px;
  text-align: center;
  margin: 0 auto 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  color: #333;
}
.top-bar-abs .nav-toggle-close:hover {
  color: #8eb35a;
}
.top-bar-abs button.nav-toggle-close {
  display: none;
}
.top-bar-abs .welcome {
  font-style: italic;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-wellcome.png) no-repeat scroll center center;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
  padding: 30px 0 30px;
}
.top-bar-abs .welcome span {
  max-width: 25px;
  margin: 0 auto;
}
.top-bar-abs .language-current {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
.top-bar-abs .language-current .language,
.top-bar-abs .language-current .currency {
  float: none;
}
.top-bar-abs .top-links {
  text-align: left;
}
.top-bar-abs .top-links li {
  width: 100%;
}
.top-bar-abs .top-links li a {
  display: inline-block;
  width: 100%;
  padding: 7px 10px;
  font-size: 14px;
  color: #ababab;
  font-weight: 700;
  text-transform: uppercase;
}
.top-bar-abs .top-links li a:hover {
  color: #8eb35a;
}
.top-bar-abs .top-links li.compare .counter {
  display: none;
}
.top-bar-abs .block-search {
  margin-top: 30px;
  text-align: center;
}
.top-bar-abs .block-search .minisearch {
  width: 100%;
  border-bottom: 1px solid #eee;
  text-align: center;
  margin: 0 auto;
}
.top-bar-abs .block-search .minisearch .search-select {
  width: 100%;
  border-bottom: 1px solid #eee;
}
.top-bar-abs .block-search .minisearch .form-group {
  width: 100%;
}
.top-bar-abs .block-search .minisearch input.form-control {
  height: 40px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: calc(100% - 30px);
  float: left;
  font-size: 24px;
  color: #ababab;
  font-style: italic;
}
.top-bar-abs .block-search .minisearch .btn-primary {
  font-size: 30px;
  background: none;
  width: 30px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border: none;
}
.top-bar-abs .block-search .minisearch .search-autocomplete {
  margin-bottom: 10px;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.175);
}
.top-bar-abs.show {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.header1 .navigation .nav-main > li a,
.header5 .navigation .nav-main > li a,
.header6 .navigation .nav-main > li a {
  padding-top: 40px;
  padding-bottom: 35px;
}
.header1 .middle-header-container,
.header5 .middle-header-container,
.header6 .middle-header-container {
  width: 100%;
  max-height: 100px;
  background-color: #fff;
}
.header1 .middle-header-container .container-fluid,
.header5 .middle-header-container .container-fluid,
.header6 .middle-header-container .container-fluid {
  padding-left: 115px;
  padding-right: 115px;
}
.header1 .logo,
.header5 .logo,
.header6 .logo {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  display: block;
}
.header1 .box-topbar,
.header5 .box-topbar,
.header6 .box-topbar {
  float: right;
}
.header1 .box-topbar .block-cart-header,
.header5 .box-topbar .block-cart-header,
.header6 .box-topbar .block-cart-header,
.header1 .box-topbar .nav-toggle,
.header5 .box-topbar .nav-toggle,
.header6 .box-topbar .nav-toggle {
  display: inline-block;
  float: right;
  line-height: 1;
  margin-left: 40px;
}
.header1 .box-topbar .block-cart-header .showcart,
.header5 .box-topbar .block-cart-header .showcart,
.header6 .box-topbar .block-cart-header .showcart {
  padding-top: 35px;
  padding-bottom: 35px;
  display: block;
}
.header1 .box-topbar .nav-toggle,
.header5 .box-topbar .nav-toggle,
.header6 .box-topbar .nav-toggle {
  padding-top: 35px;
  padding-bottom: 35px;
}
.header1 .currency .dropdown-menu,
.header5 .currency .dropdown-menu,
.header6 .currency .dropdown-menu {
  right: 0;
  left: auto;
}
.header1.header-sticky-menu .logo img,
.header5.header-sticky-menu .logo img,
.header6.header-sticky-menu .logo img {
  max-height: 50px;
  width: auto;
}
.header1.header-sticky-menu .middle-header-container,
.header5.header-sticky-menu .middle-header-container,
.header6.header-sticky-menu .middle-header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.175);
}
.header1.header-sticky-menu .middle-header-container .logo,
.header5.header-sticky-menu .middle-header-container .logo,
.header6.header-sticky-menu .middle-header-container .logo {
  padding: 0;
}
.header1.header-sticky-menu .middle-header-container .navigation .nav-main > li > a,
.header5.header-sticky-menu .middle-header-container .navigation .nav-main > li > a,
.header6.header-sticky-menu .middle-header-container .navigation .nav-main > li > a {
  padding: 18px 27px 17px;
}
.header1.header-sticky-menu .middle-header-container .box-topbar .block-cart-header .showcart,
.header5.header-sticky-menu .middle-header-container .box-topbar .block-cart-header .showcart,
.header6.header-sticky-menu .middle-header-container .box-topbar .block-cart-header .showcart,
.header1.header-sticky-menu .middle-header-container .box-topbar .nav-toggle,
.header5.header-sticky-menu .middle-header-container .box-topbar .nav-toggle,
.header6.header-sticky-menu .middle-header-container .box-topbar .nav-toggle {
  padding-top: 15px;
  padding-bottom: 14px;
}
.header1 .top-header-links span.h4,
.header5 .top-header-links span.h4,
.header6 .top-header-links span.h4,
.header1 .box-social-header span.h4,
.header5 .box-social-header span.h4,
.header6 .box-social-header span.h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 15px;
  margin-left: -40px;
  border-left: 2px solid #8eb35a;
  padding-left: 42px;
  color: #333;
  line-height: 1;
  display: block;
}
.header1 .top-header-links,
.header5 .top-header-links,
.header6 .top-header-links {
  padding-bottom: 20px;
}
.header1 .box-social-header,
.header5 .box-social-header,
.header6 .box-social-header {
  margin: 0 -40px;
  border-top: 1px solid #f4f4f4;
  padding: 30px 0;
  margin-bottom: 30px;
}
.header1 .box-social-header span.h4,
.header5 .box-social-header span.h4,
.header6 .box-social-header span.h4 {
  padding: 0 42px 0 40px;
  margin: 0;
  margin-bottom: 30px;
}
.header1 .box-social-header .block-social-header,
.header5 .box-social-header .block-social-header,
.header6 .box-social-header .block-social-header {
  padding: 0 40px;
}
.header1 .box-social-header .block-social-header ul li,
.header5 .box-social-header .block-social-header ul li,
.header6 .box-social-header .block-social-header ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.header1 .box-social-header .block-social-header ul li a,
.header5 .box-social-header .block-social-header ul li a,
.header6 .box-social-header .block-social-header ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  display: inline-block;
  padding-left: 3px;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  text-align: center;
  color: #696969;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.header1 .box-social-header .block-social-header ul li a:hover,
.header5 .box-social-header .block-social-header ul li a:hover,
.header6 .box-social-header .block-social-header ul li a:hover {
  color: #fff;
  background-color: #8eb35a;
  border-color: #8eb35a;
}
.header1 .box-social-header .block-social-header ul li:hover a,
.header5 .box-social-header .block-social-header ul li:hover a,
.header6 .box-social-header .block-social-header ul li:hover a {
  background-color: #8eb35a;
  color: #fff;
}
.header .logo-sticky {
  display: none;
}
.header.header-sticky-menu .hidden-logo {
  display: none;
}
.header.header-sticky-menu .logo-sticky {
  display: block;
  padding: 0;
}
.header.header-sticky-menu .logo-sticky img {
  max-height: 49px;
  width: auto !important;
}
.header:not(.header1) .navigation .nav-main > li > a {
  padding: 16px 26px 16px;
  letter-spacing: 0.04em;
}
.header:not(.header1) .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
  padding: 20px 30px 30px;
}
.header:not(.header1).header-sticky-menu .logo {
  position: fixed;
  top: 0;
  z-index: 1000;
}
.header:not(.header1).header-sticky-menu .logo img {
  max-height: 50px;
  width: auto !important;
}
.header2 .middle-header-container {
  padding-top: 50px;
  padding-bottom: 34px;
  border-bottom: 1px solid #f4f4f4;
  text-align: center;
}
.header2 .middle-header-container .logo {
  display: inline-block;
  float: none;
  width: 100%;
}
.header2 .nav-header-container {
  position: relative;
  text-align: center;
}
.header2 .nav-header-container .navigation,
.header2 .nav-header-container .block-search,
.header2 .nav-header-container .block-cart-header,
.header2 .nav-header-container .account-dropdown,
.header2 .nav-header-container .language {
  display: inline-block;
  float: none;
  width: auto;
}
.header2 .nav-header-container .nav-header-content {
  position: relative;
  /* max-height: 60px; removed by tbe to prevent menu being hidden by breadcrumbs */
}
.header2 .block-cart-header {
  position: relative;
}
.header2 .block-cart-header .showcart .box-shopbag .icon-cart {
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.header2 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  font-size: 18px;
  line-height: 1;
}
.header2 .block-cart-header .dropdown-menu {
  right: 0;
  left: auto;
}
.header2 .language:before,
.header2 .block-cart-header:before,
.header2 .account-dropdown:before,
.header2 .currency:before {
  content: "";
  display: block;
  width: 1px;
  height: 22px;
  background-color: #eeeff0;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header2 .currency {
  float: none;
}
.header2.header-sticky-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 6px 0 12px rgba(0, 0, 0, 0.175);
}
.header2.header-sticky-menu .middle-header-container {
  position: fixed;
  top: 0;
  padding: 0;
  width: auto;
  border: none;
}
.header2.header-sticky-menu .middle-header-container .logo {
  position: absolute;
  left: 0 !important;
}
.header2.header-sticky-menu .nav-header-container .language,
.header2.header-sticky-menu .nav-header-container .currency,
.header2.header-sticky-menu .nav-header-container .account-dropdown {
  display: none;
}
.header2 .navigation .nav-main > li > a {
  color: #696969;
}
.header2 .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
.header2 .block-search,
.header3 .block-search,
.header4 .block-search {
  position: relative;
}
.header2 .block-search .btn-open-search,
.header3 .block-search .btn-open-search,
.header4 .block-search .btn-open-search {
  display: inline-block;
  height: 58px;
  line-height: 54px;
  z-index: 10;
  text-align: left;
}
.header2 .block-search .dropdown-menu,
.header3 .block-search .dropdown-menu,
.header4 .block-search .dropdown-menu {
  margin: 0;
  right: 0;
  left: auto;
  width: 360px;
  border-top: 1px solid #8eb35a;
}
.header2 .block-search .minisearch,
.header3 .block-search .minisearch,
.header4 .block-search .minisearch {
  display: inline-block;
  width: 100%;
  z-index: 9;
  background-color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  padding: 15px;
  width: 360px;
}
.header2 .block-search .minisearch .form-search,
.header3 .block-search .minisearch .form-search,
.header4 .block-search .minisearch .form-search {
  border: 1px solid #d5d5d5;
}
.header2 .block-search .minisearch .search-select,
.header3 .block-search .minisearch .search-select,
.header4 .block-search .minisearch .search-select {
  width: 100%;
  border-bottom: 1px solid #f4f4f4;
}
.header2 .block-search .minisearch .search-select > a:after,
.header3 .block-search .minisearch .search-select > a:after,
.header4 .block-search .minisearch .search-select > a:after {
  display: none;
}
.header2 .block-search .minisearch .input-text,
.header3 .block-search .minisearch .input-text,
.header4 .block-search .minisearch .input-text {
  width: 100%;
}
.header2 .block-search .minisearch .btn-primary,
.header3 .block-search .minisearch .btn-primary,
.header4 .block-search .minisearch .btn-primary {
  position: absolute;
  right: 20px;
  bottom: 15px;
}
.header2 .account-dropdown,
.header4 .account-dropdown {
  position: relative;
}
.header2 .account-dropdown .top-links-trigger,
.header4 .account-dropdown .top-links-trigger {
  font-size: 18px;
  color: #696969;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 12px;
  margin-bottom: 16px;
  display: block;
}
.header2 .account-dropdown .top-links-trigger:hover,
.header4 .account-dropdown .top-links-trigger:hover {
  color: #8eb35a;
}
.header2 .account-dropdown .dropdown-menu,
.header4 .account-dropdown .dropdown-menu {
  border-top: 1px solid #8eb35a;
  padding: 10px 15px;
  right: 0;
  left: auto;
}
.header2 .account-dropdown .dropdown-menu li a,
.header4 .account-dropdown .dropdown-menu li a {
  padding: 5px 0;
  display: inline-block;
  width: 100%;
}
.header2 .language,
.header4 .language,
.header2 .currency,
.header4 .currency {
  position: relative;
}
.header2 .language .toggle,
.header4 .language .toggle,
.header2 .currency .toggle,
.header4 .currency .toggle {
  padding-top: 18px;
  padding-bottom: 19px;
}
.header2 .language .toggle .text,
.header4 .language .toggle .text,
.header2 .currency .toggle .text,
.header4 .currency .toggle .text {
  display: none;
}
.header2 .language .toggle img,
.header4 .language .toggle img,
.header2 .currency .toggle img,
.header4 .currency .toggle img {
  margin-top: -6px;
  margin-right: 0;
}
.header2 .language .dropdown-menu,
.header4 .language .dropdown-menu,
.header2 .currency .dropdown-menu,
.header4 .currency .dropdown-menu {
  right: 0;
  left: auto;
}
.header3 .top-bar {
  background-color: #444;
  color: #ababab;
  max-height: 40px;
  font-size: 14px;
  line-height: 1;
}
.header3 .top-bar .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.header3 .top-bar .language,
.header3 .top-bar .currency,
.header3 .top-bar .top-links {
  display: inline-block;
  float: right;
}
.header3 .top-bar .language .toggle,
.header3 .top-bar .currency .toggle {
  font-size: 14px;
  line-height: 1;
  padding: 12px 7px 14px;
  text-transform: none;
}
.header3 .top-bar .language .toggle [class*="ion-"],
.header3 .top-bar .currency .toggle [class*="ion-"] {
  margin-left: 0;
  margin-right: 5px;
}
.header3 .top-bar .language .dropdown-menu ul li,
.header3 .top-bar .currency .dropdown-menu ul li {
  padding: 5px 0;
}
.header3 .top-bar .currency .toggle {
  font-weight: bold;
}
.header3 .top-bar .currency .toggle:before {
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
  margin-bottom: 2px;
}
.header3 .top-bar .top-links {
  position: relative;
  margin-left: 7px;
}
.header3 .top-bar .top-links:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 20px;
  background-color: #696969;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.header3 .top-bar .top-links li {
  display: inline-block;
  float: right;
}
.header3 .top-bar .top-links li.compare,
.header3 .top-bar .top-links li.wishlist {
  display: none;
}
.header3 .top-bar .top-links li a {
  color: #ababab;
  padding: 12px 7px 14px;
  line-height: 1;
  display: inline-block;
}
.header3 .top-bar .top-links li a:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 3px;
  height: 3px;
  background-color: #ccc;
  border-radius: 50%;
}
.header3 .top-bar .top-links li a:hover {
  color: #8eb35a;
}
.header3 .top-bar .top-links li a.my-account {
  padding-right: 0;
}
.header3 .top-bar .top-links li a.my-account:after {
  display: none;
}
.header3 .top-bar .top-links li:last-child a {
  padding-left: 15px;
}
.header3 .middle-header-container {
  padding: 48px 0 34px;
  border-bottom: 1px solid #f4f4f4;
}
.header3 .nav-header-container {
  text-align: center;
}
.header3 .nav-header-container .navigation,
.header3 .nav-header-container .block-search {
  display: inline-block;
  width: auto;
}
.header3.header-sticky-menu .nav-header-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  background-color: #fff;
  box-shadow: 6px 0 12px rgba(0, 0, 0, 0.175);
}
.header3.header-sticky-menu .nav-header-container .block-search {
  display: none;
}
.header3.header-sticky-menu .middle-header-container .block-cart-header {
  position: fixed;
  z-index: 1001;
  top: 0;
}
.header3 .box-shopbag {
  max-height: 60px;
}
.header3 .block-cart-header,
.header4 .block-cart-header {
  float: right;
}
.header3 .block-cart-header .showcart .box-shopbag .icon-cart,
.header4 .block-cart-header .showcart .box-shopbag .icon-cart {
  margin-right: 20px;
}
.header3 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"],
.header4 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  font-size: 35px;
  color: #696969;
}
.header3 .block-cart-header .showcart .box-shopbag .icon-cart .count,
.header4 .block-cart-header .showcart .box-shopbag .icon-cart .count {
  top: 13px;
  right: -10px;
}
.header3 .block-cart-header .showcart .box-shopbag .title-cart,
.header4 .block-cart-header .showcart .box-shopbag .title-cart {
  display: inline-block;
}
.header3 .block-cart-header .showcart .box-shopbag .title-cart span,
.header4 .block-cart-header .showcart .box-shopbag .title-cart span {
  display: block;
  line-height: 1.6;
}
.header3 .block-cart-header .showcart .box-shopbag .title-cart .text,
.header4 .block-cart-header .showcart .box-shopbag .title-cart .text {
  font-size: 12px;
  text-transform: uppercase;
  color: #696969;
  line-height: 1;
}
.header3 .block-cart-header .showcart .box-shopbag .title-cart .price,
.header4 .block-cart-header .showcart .box-shopbag .title-cart .price {
  font-size: 16px;
  color: #696969;
  font-weight: 700;
  font-style: italic;
}
.header3 .nav-header-container,
.header4 .nav-header-container {
  position: relative;
}
.header3 .nav-header-container .row > .col-md-12,
.header4 .nav-header-container .row > .col-md-12 {
  position: static;
}
.top-links li.compare .counter,
.top-links li.wishlist .counter {
  font-size: 12px;
}
.top-links li.compare .counter:after,
.top-links li.wishlist .counter:after {
  content: " )";
  display: inline-block;
}
.top-links li.compare .counter:before,
.top-links li.wishlist .counter:before {
  content: "( ";
  display: inline-block;
}
.header4 {
  z-index: 2;
}
.header4 .account-dropdown .top-links-trigger {
  padding-top: 1px;
  margin-bottom: 14px;
}
.header4 .currency .toggle img {
  margin-top: -7px;
}
.header4 .middle-header-container {
  padding: 45px 0 40px;
}
.header4 .nav-header-container .nav-header-content {
  background-color: #333;
  text-align: center;
  max-height: 60px;
  position: relative;
}
.header4 .navigation {
  width: auto;
  display: inline-block;
  float: none;
}
.header4 .navigation .nav-main > li > a {
  color: #fff;
}
.header4 .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
.header4 .block-search,
.header4 .account-dropdown,
.header4 .language,
.header4 .currency {
  display: inline-block;
  float: none;
  width: auto;
}
.header4 .language .toggle {
  padding-bottom: 17px;
}
.header4 .currency .toggle {
  padding-bottom: 16px;
}
.header4 .block-search .btn-open-search {
  color: #fff;
  height: 55px;
  line-height: 52px;
}
.header4 .block-search .btn-open-search:hover {
  color: #8eb35a;
}
.header4 .block-search .dropdown-menu {
  border-top: 1px solid #8eb35a;
}
.header4 .block-search .minisearch {
  top: 100%;
  padding: 15px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.4);
  width: 360px;
  right: 0;
}
.header4 .account-dropdown .top-links-trigger {
  color: #fff;
}
.header4 .currency .toggle span {
  font-size: 14px;
}
.header4 .block-phone {
  padding-top: 11px;
  margin-left: 20px;
}
.header4 .block-cart-header {
  float: none;
  text-align: center;
  padding-left: 23px;
}
.header4 .block-cart-header .showcart .box-shopbag {
  padding-top: 25px;
}
.header4 .block-cart-header .showcart .box-shopbag .icon-cart {
  line-height: 1;
  margin-top: 0;
  margin-right: 12px;
}
.header4 .block-cart-header .showcart .box-shopbag .icon-cart .count {
  top: -2px;
  right: -11px;
}
.header4.header-sticky-menu .middle-header-container {
  height: 0;
  padding: 0;
}
.header4.header-sticky-menu .nav-header-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.175);
  z-index: 1001;
  background-color: #fff;
}
.header4.header-sticky-menu .nav-header-container .nav-header-content {
  background-color: #fff;
}
.header4.header-sticky-menu .block-search,
.header4.header-sticky-menu .account-dropdown,
.header4.header-sticky-menu .language,
.header4.header-sticky-menu .currency,
.header4.header-sticky-menu .block-phone {
  display: none;
}
.header4.header-sticky-menu .navigation .nav-main > li > a {
  color: #333;
}
.header4.header-sticky-menu .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
.header4.header-sticky-menu .block-cart-header {
  position: fixed;
  top: 0;
  z-index: 1002;
}
.header4.header-sticky-menu .block-cart-header .showcart .box-shopbag {
  padding-top: 0;
}
.header4.header-sticky-menu .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion-"] {
  line-height: 54px;
}
.header4.header-sticky-menu .block-cart-header .showcart .box-shopbag .icon-cart .count {
  top: 10px;
}
body.show-popup {
  position: relative;
}
body.show-popup:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.header5 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.header5 .top-bar-abs .language-current .account-dropdown {
  display: inline-block;
  position: relative;
}
.header5 .top-bar-abs .language-current .account-dropdown .top-links-trigger {
  display: inline-block;
  padding: 10px 15px;
  color: #696969;
}
.header5 .top-bar-abs .language-current .account-dropdown .top-links-trigger:hover {
  color: #8eb35a;
}
.header5 .top-bar-abs .language-current .account-dropdown .dropdown-menu {
  border-top: 1px solid #8eb35a;
  padding: 10px 15px;
  right: 0;
  left: auto;
}
.header5 .top-bar-abs .language-current .account-dropdown .dropdown-menu ul li {
  display: inline-block;
  float: left;
  padding: 5px 0;
  width: 100%;
}
.header5 .top-bar-abs .language-current .account-dropdown .dropdown-menu ul li a {
  color: #696969;
  display: block;
  width: 100%;
  text-transform: none;
  font-weight: 400;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.header5 .top-bar-abs .language-current .account-dropdown .dropdown-menu ul li a:hover {
  color: #8eb35a;
}
.header5 .top-bar-abs .navigation {
  padding: 0;
}
.header5 .top-bar-abs .navigation .nav-main {
  text-align: left;
}
.header5 .top-bar-abs .navigation .nav-main > li {
  float: left;
  width: 100%;
  position: relative;
}
.header5 .top-bar-abs .navigation .nav-main > li a {
  padding: 5px !important;
  position: relative;
  color: #ababab;
}
.header5 .top-bar-abs .navigation .nav-main > li a:hover {
  color: #8eb35a;
}
.header5 .top-bar-abs .navigation .nav-main > li a.level0 .icon-next {
  display: none;
}
.header5 .top-bar-abs .navigation .nav-main > li .toggle-menu a {
  color: #333;
}
.header5 .top-bar-abs .navigation .nav-main > li .toggle-menu a:hover {
  color: #8eb35a;
}
.header5 .top-bar-abs .navigation .nav-main > li > a {
  color: #333;
}
.header5 .top-bar-abs .navigation .nav-main > li > a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #333;
}
.header5 .top-bar-abs .navigation .nav-main > li > a:hover:before {
  background-color: #8eb35a;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  display: none;
  border-top: none;
  box-shadow: none;
  float: left;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transition-property: none;
  -webkit-transition-property: none;
  -moz-transition-property: none;
  -ms-transition-property: none;
  padding-left: 20px;
  min-width: 100%;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li {
  float: left;
  width: 100%;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li a {
  padding: 5px 0;
  border: none;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li a:before,
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li a:after {
  display: none !important;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu {
  position: relative;
  left: 0;
  display: none;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transition-property: none;
  padding-left: 10px;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li .toggle-menu a {
  font-size: 14px;
  color: #333;
  padding: 0;
  width: 40px;
  height: 35px;
  line-height: 35px;
  text-align: right;
  padding-left: 30px !important;
}
.header5 .top-bar-abs .navigation .nav-main li.dropdown .dropdown-menu li ul li .toggle-menu a:hover {
  color: #8eb35a;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth {
  position: relative;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content {
  padding: 0 15px !important;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content [class*="col-"] {
  width: 100%;
  float: left;
  padding: 0;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu img {
  max-width: 100%;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li.level1 > a {
  font-size: 13px;
  font-weight: 600;
}
.header5 .top-bar-abs .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu {
  display: none;
}
.header5 .top-bar-abs .navigation .nav-main .toggle-menu {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block !important;
}
.header5 .top-bar-abs .navigation .nav-main .toggle-menu a {
  width: 40px;
  height: 35px;
  padding: 0 !important;
  text-align: right;
  display: inline-block;
  line-height: 35px;
  font-size: 13px;
}
.header5 .top-bar-abs .navigation .nav-main .toggle-menu a .fa-minus {
  display: none;
}
.header5 .top-bar-abs .navigation .nav-main .toggle-menu a.active .fa-minus {
  display: inline-block;
}
.header5 .top-bar-abs .navigation .nav-main .toggle-menu a.active .fa-plus {
  display: none;
}
.header5 .middle-header-container {
  background: transparent;
}
.header5.header-sticky-menu .middle-header-container {
  background-color: #fff;
}
.header5.header-sticky-menu .logo {
  left: auto !important;
}
.header5 .block-cart-header .showcart .box-shopbag .icon-cart .count {
  top: 0;
}
.cms-home .header5:not(.header-sticky-menu) .middle-header-container .navigation {
  display: none;
}
body:not(.cms-home) .header.header5:not(.header-sticky-menu) {
  position: relative;
}
body:not(.cms-home) .header.header5:not(.header-sticky-menu) .navigation .nav-main > li > a {
  padding-top: 40px;
  padding-bottom: 35px;
}
.top-panel .btn-group {
  z-index: 1200;
}
.block-newsletter-ft {
  position: relative;
  display: block;
}
.block-newsletter-ft .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.block-newsletter-ft .box-text h4 {
  font-size: 34px;
  line-height: 1.4;
  color: #333;
  font-weight: 700;
  margin-top: 13px;
}
.block-newsletter-ft .box-text .subscribe {
  display: inline-block;
  width: 100%;
}
.block-newsletter-ft .box-text .subscribe .field,
.block-newsletter-ft .box-text .subscribe .actions {
  display: inline-block;
  float: left;
}
.block-newsletter-ft .box-text .subscribe .actions {
  width: 175px;
  margin-left: 25px;
}
.block-newsletter-ft .box-text .subscribe .field {
  width: calc(100% - 200px);
  display: inline-block;
  position: inherit;
}
.block-newsletter-ft .box-text .subscribe .field .input-text {
  width: 100%;
  box-shadow: none;
  border: 1px solid #fff;
  -webkit-box-shadow: none;
  transition: all 0.4s ease 0s;
  margin-bottom: 20px;
}
.block-newsletter-ft .box-text .subscribe .field .input-text .mage-error {
  border-color: red;
}
.block-newsletter-ft .box-text .subscribe .field .input-text .mage-error:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(241, 0, 34, 0.6);
}
.block-newsletter-ft .box-text .subscribe .field .input-text:placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field .input-text::-webkit-input-placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field .input-text::-moz-placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field #newsletter-error {
  position: absolute;
  bottom: 0;
  line-height: 1;
  font-size: 14px;
}
.block-newsletter-ft .box-text .content {
  padding-top: 40px;
}
.block-newsletter-ft .box-text .subscribe .field .input-text:placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field .input-text::-webkit-input-placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field .input-text::-moz-placeholder {
  color: #ababab;
}
.block-newsletter-ft .box-text .subscribe .field .input-text:-moz-placeholder {
  color: #ababab;
}
.color-default {
  color: #8eb35a;
}
.footer .block-contact {
  margin-bottom: 30px;
}
.footer .block-contact ul li {
  font-size: 14px;
  color: #696969;
  display: inline-block;
  width: 100%;
  line-height: 1.2;
  margin: 10px 0;
  position: relative;
}
.footer .block-contact ul li span {
  display: inline-block;
}
.footer .block-contact ul li span.text {
  padding-left: 39px;
}
.footer .block-contact ul li > span:first-child {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  display: inline-block;
}
.footer .block-contact ul li > span:first-child [class*="ion-"] {
  font-size: 18px;
  color: #ababab;
  margin-right: 20px;
}
.footer .block-contact ul li:last-child {
  padding-top: 0;
}
.footer .block-contact a {
  color: #696969;
}
.footer .block-contact a:hover {
  color: #8eb35a;
}
.footer .block-contact .color-default {
  color: #8eb35a;
}
.footer .block-contact .color-default:hover {
  color: #333;
}
.footer .block-info ul li,
.footer .block-account ul li {
  display: inline-block;
  width: 100%;
}
.footer .block-info ul li a,
.footer .block-account ul li a {
  color: #696969;
  font-size: 14px;
  padding: 10px 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  display: inline-block;
  width: 100%;
  position: relative;
  line-height: 1.15;
}
.footer .block-info ul li a:before,
.footer .block-account ul li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  background: #696969;
  height: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  position: absolute;
  left: 0;
  top: 50%;
}
.footer .block-info ul li a:hover,
.footer .block-account ul li a:hover {
  padding-left: 20px;
  color: #8eb35a;
}
.footer .block-info ul li a:hover:before,
.footer .block-account ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.footer .block-info ul li:first-child,
.footer .block-account ul li:first-child {
  padding-top: 0;
}
.footer .block-info ul li:last-child,
.footer .block-account ul li:last-child {
  padding-bottom: 0;
}
.block-social ul li {
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.block-social ul li:last-child {
  margin-right: 0;
}
.block-social ul li a {
  background-color: transparent;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #696969;
  border: 1px solid #f4f4f4;
  border-radius: 50%;
  padding-left: 2px;
  text-align: center;
  display: inline-block;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-social ul li a:hover {
  background-color: #8eb35a;
  color: #fff;
  border-color: #8eb35a;
}
.block-social ul li a .ion-social-facebook {
  font-size: 16px;
}
footer h4 {
  color: #333;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1.15;
  letter-spacing: 0.04em;
  font-weight: 700;
}
.footer1 .top-footer {
  margin-bottom: 23px;
  display: block;
}
.footer1 .middle-footer {
  padding-top: 77px;
  padding-bottom: 92px;
}
.footer1 .bottom-footer .bottom-ft-container {
  border-top: 2px solid #f4f4f4;
  padding-top: 30px;
  padding-bottom: 33px;
}
address {
  font-size: 14px;
  font-style: italic;
  color: #ababab;
  margin: 0;
  line-height: 1.8;
}
.footer-links {
  float: right;
}
.footer-links li {
  display: inline-block;
  text-align: left;
}
.footer-links li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #696969;
  margin-left: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.footer-links li a:hover {
  color: #8eb35a;
}
.footer-links li:first-child a {
  margin-left: 0;
}
.block-flickr a {
  display: inline-block;
  float: left;
  margin-left: 15px;
  margin-bottom: 15px;
}
.block-flickr a.last {
  margin-left: 0;
  clear: left;
}
.block-flickr a:hover {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  .footer1 .block-flickr {
    padding-left: 98px;
  }
}
body:not(.cms-home) .block-newsletter-ft {
  margin-top: 90px;
}
body:not(.cms-home) .footer2 {
  padding-top: 100px;
}
.footer2 address {
  color: #696969;
  line-height: 1.2;
}
.footer2 .top-footer {
  background-color: #333;
  color: #fff;
  padding-top: 35px;
  padding-bottom: 25px;
}
.footer2 .block-follow-instagram p {
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.6;
  letter-spacing: 0.3em;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px;
}
.footer2 .block-follow-instagram a.user-instagram {
  opacity: 1;
  font-size: 18px;
  text-transform: none;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-style: italic;
  margin: 0;
  font-weight: 300;
  color: #fff;
}
.footer2 .block-follow-instagram a.user-instagram:hover {
  color: #8eb35a;
}
.footer2 .middle-footer {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-flower.png) no-repeat scroll top center;
}
.footer2 .middle-footer .middle-footer-content {
  border-bottom: 2px solid #f4f4f4;
}
.footer2 .middle-footer .block-newsletter-flower {
  padding-top: 329px;
  padding-bottom: 110px;
  display: block;
  text-align: center;
}
.footer2 .middle-footer .block-newsletter-flower .title-block {
  padding: 0;
  margin: 0;
  background: none;
}
.footer2 .middle-footer .block-newsletter-flower .title-block h4 {
  font-size: 24px;
  color: #333;
  margin-bottom: 37px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.footer2 .middle-footer .block-newsletter-flower .form.subscribe .input-text {
  max-width: 570px;
  margin: 0 auto 13px;
  background-color: #f8f7f7;
  color: #ababab;
  text-align: center;
  box-shadow: none;
  border: none;
}
.footer2 .middle-footer .block-newsletter-flower .form.subscribe button.btn {
  margin-top: 18px;
}
.footer2 .bottom-footer .block-social ul {
  float: right;
}
.footer2 .bottom-footer {
  padding-top: 40px;
  padding-bottom: 45px;
}
.header.header6 .block-social-header-2 {
  padding-top: 32px;
  padding-bottom: 32px;
}
.header.header6 .block-social-header-2 ul li {
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
}
.header.header6 .block-social-header-2 ul li a {
  font-size: 20px;
  color: #ccc;
  display: block;
}
.header.header6 .block-social-header-2 ul li a:hover {
  color: #8eb35a;
}
.header.header6 .middle-header-container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.header.header6 .middle-header-container .container-fluid {
  padding-left: 100px;
  padding-right: 100px;
}
.header.header6 .middle-header-container .header-center {
  position: relative;
}
.header.header6 .middle-header-container .logo {
  text-align: center;
}
.header.header6 .middle-header-container .logo img {
  margin: 0 auto;
}
.header.header6 .middle-header-container .col-md-5 {
  position: static;
}
.header.header6 .main-menu-left.navigation .nav-main > li {
  float: right;
}
.header.header6 .main-menu-left.navigation .nav-main > li:first-child a {
  padding-right: 23px;
}
.header.header6 .main-menu-right.navigation .nav-main > li {
  float: left;
}
.header.header6 .main-menu-right.navigation .nav-main > li:first-child a {
  padding-left: 23px;
}
.header.header6 .navigation {
  display: flex;
}
.header.header6 .navigation .nav-main > li > a {
  padding: 40px 23px 35px;
  color: #fff;
}
.header.header6 .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
.header.header6 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  color: #fff;
}
.header.header6 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"]:hover {
  color: #8eb35a;
}
.header.header6 .nav-toggle [class*="ion"] {
  color: #fff;
}
.header.header6 .nav-toggle [class*="ion"]:hover {
  color: #8eb35a;
}
.header.header6.header-sticky-menu .middle-header-container {
  background-color: #fff;
}
.header.header6.header-sticky-menu .logo {
  padding: 0;
}
.header.header6.header-sticky-menu .navigation {
  display: flex;
}
.header.header6.header-sticky-menu .navigation .nav-main > li > a {
  color: #333;
  padding-left: 23px;
  padding-right: 23px;
}
.header.header6.header-sticky-menu .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
.header.header6.header-sticky-menu .logo {
  left: 0 !important;
  position: relative;
}
.header.header6.header-sticky-menu .block-social-header-2 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.header.header6.header-sticky-menu .nav-toggle [class*="ion"] {
  color: #333;
}
.header.header6.header-sticky-menu .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  color: #333;
}
body:not(.cms-home) .header.header6 .logo {
  display: none;
}
body:not(.cms-home) .header.header6 .logo-sticky {
  display: block;
  padding: 20px 0;
}
body:not(.cms-home) .header.header6 .navigation {
  display: table;
}
body:not(.cms-home) .header.header6 .navigation .nav-main > li > a {
  color: #333;
}
body:not(.cms-home) .header.header6 .navigation .nav-main > li > a:hover {
  color: #8eb35a;
}
body:not(.cms-home) .header.header6 .nav-toggle [class*="ion"] {
  color: #333;
}
body:not(.cms-home) .header.header6 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"] {
  color: #333;
}
body:not(.cms-home) .header.header6.header-sticky-menu .logo-sticky {
  padding: 0;
}
.scroll-to-top {
  position: fixed;
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #8eb35a;
  color: #8eb35a;
  right: 20px;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  z-index: 1000;
}
.scroll-to-top:hover {
  background-color: #8eb35a;
  color: #fff;
}
.title-block {
  display: inline-block;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 12px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png) scroll no-repeat center center;
}
.title-block:after {
  margin-left: 4px;
}
.title-block:before {
  margin-right: 4px;
}
.title-block > h2,
.title-block > h3 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.15;
  color: #333;
  text-transform: uppercase;
  margin: 0 0 8px;
  letter-spacing: 0.1em;
}
.title-block p.h4 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  letter-spacing: 0.2em;
  color: #8eb35a;
  font-style: italic;
}
.title-block p.h4:before,
.title-block p.h4:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 1px;
  vertical-align: middle;
  background-color: #8eb35a;
  margin: 0 4px;
}
.title-farm .title-block {
  text-align: center;
  display: inline-block;
  width: 100%;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png) scroll no-repeat center center;
}
.title-farm .title-block:after {
  margin-left: 4px;
}
.title-farm .title-block:before {
  margin-right: 4px;
}
.block-services {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-services a img {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-services .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin: 0 auto;
  display: inline-block;
  left: 0;
  right: 0;
  text-align: center;
}
.block-services .box-text h4 {
  letter-spacing: 0.05em;
  color: #333;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 0;
}
.block-services .box-text h4:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #333;
  margin: 0 auto;
  margin-top: 17px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-services .box-text p {
  font-size: 14px;
  font-style: italic;
  color: #696969;
  letter-spacing: 0.1em;
  margin: 0;
}
.block-services:hover a img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
}
.block-services:hover h4:after {
  width: 60px;
}
.block-tab-products .tab-pane {
  text-align: center;
}
.block-tab-products .nav-tabs {
  border-bottom: none;
  margin-bottom: 45px;
}
.block-tab-products .nav-tabs li {
  float: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
}
.block-tab-products .nav-tabs li a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
  padding: 7px 15px 7px;
  color: #696969;
  border: 1px solid #f4f1e3;
  max-height: 30px;
  text-align: center;
  border-radius: 15px;
}
.block-tab-products .nav-tabs li.active a,
.block-tab-products .nav-tabs li a:hover {
  color: #fff;
  border-color: #8eb35a;
  background-color: #8eb35a;
}
.block-tab-products .nav-tabs li:last-child {
  margin-right: 0;
}
.block-tab-products .nav-tabs li:first-child {
  margin-left: 0;
}
.btn-addto {
  width: 48px;
  height: 48px;
  display: block;
  text-align: center;
  line-height: 48px;
  color: #fff;
  padding: 0;
  margin: 0;
  font-size: 18px;
  background-color: #696969;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  box-shadown: none;
  border: none;
  border-radius: 50%;
}
.btn-addto:hover,
.btn-addto:focus,
.btn-addto:active {
  background-color: #8eb35a;
  color: #fff;
}
.btn-addto-default {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin: 0;
  color: #8eb35a;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid #8eb35a;
}
.btn-addto-default:hover,
.btn-addto-default:active,
.btn-addto-default:focus {
  background-color: #8eb35a;
  color: #fff;
}
.product-label {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
}
.product-label span {
  padding: 2px 8px;
  font-size: 12px;
  text-transform: uppercase;
  color: #fefefe;
  font-weight: 700;
  letter-spacing: 0.1em;
  background-color: #b4e1f7;
  border-radius: 10px;
  display: inline-block;
  width: 50px;
  overflow: hidden;
  line-height: 1;
}
.product-label.sale-label span {
  background-color: #f9734d;
}
.price-box .price {
  font-size: 14px;
  color: #696969;
}
.product-image-photo {
  margin: 0 auto;
}
.products-grid .product-item .product-item-info {
  border: 1px solid #f3f0e2;
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.products-grid .product-item .product-item-info .product-top {
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
.products-grid .product-item .product-item-info .product-top .product-item-photo {
  display: inline-block;
  width: 100%;
  position: relative;
}
.products-grid .product-item .product-item-info .product-top .product-item-photo:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.products-grid .product-item .product-item-info .product-top .product-image-photo {
  margin: 0 auto;
  transform-style: inherit;
  -moz-transform-style: inherit;
  -webkit-transform-style: inherit;
  -ms-transform-style: inherit;
  position: relative;
}
.products-grid .product-item .product-item-info .product-top .product-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.products-grid .product-item .product-item-info .product-top .product-item-inner .product-item-actions {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.products-grid .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-item .product-item-info .product-top .product-item-inner form {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.products-grid .product-item .product-item-info .product-top .product-item-inner .btn-addto {
  transform: scale(0, 0);
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.products-grid .product-item .product-item-info .product-top a.towishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  color: #8eb35a;
}
.products-grid .product-item .product-item-info .product-top a.towishlist:hover .ion-android-favorite-outline:before {
  content: "\f141";
}
.products-grid .product-item .product-item-info .product-item-name h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 17px;
  margin-top: 0;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.products-grid .product-item .product-item-info .product-item-name h4:after {
  content: "";
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
  display: block;
  margin: 17px auto 0;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
}
.products-grid .product-item .product-item-info:hover {
  border-color: #8eb35a;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.175);
}
.products-grid .product-item .product-item-info:hover .product-top .product-item-photo:after {
  visibility: visible;
}
.products-grid .product-item .product-item-info:hover .product-top .product-item-inner .btn-addto {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.products-grid .product-item .product-item-info:hover .product-item-name h4:after {
  width: 60px;
  border-color: #8eb35a;
}
.products-grid .product-item .product-item-info .product-item-details {
  padding-left: 10px;
  padding-right: 10px;
}
.products-grid.productv2 .product-item .product-item-info {
  border: none;
}
.products-grid.productv2 .product-item .product-item-info .product-top {
  margin-bottom: 0;
}
.products-grid.productv2 .product-item .product-item-info .product-top .product-item-photo {
  background-color: #f8f7f7;
  display: inline-block;
  width: 100%;
}
.products-grid.productv2 .product-item .product-item-info .product-item-details {
  position: relative;
  padding-top: 47px;
}
.products-grid.productv2 .product-item .product-item-info .product-item-details .product-item-name {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
}
.products-grid.productv2 .product-item .product-item-info .product-item-details .product-item-name h4 {
  font-size: 24px;
}
.products-grid.productv2 .product-item .product-item-info .product-item-details .product-item-name h4:after {
  background-color: #ababab;
}
.products-grid.productv2 .product-item .product-item-info .product-item-details .price-box .price {
  font-size: 18px;
  line-height: 1.3;
}
.products-grid.productv2 .product-item .product-item-info:hover {
  border: none;
  box-shadow: none;
}
.products-grid.productv3 .product-item .product-item-info {
  border: none;
  margin-bottom: 13px;
}
.products-grid.productv3 .product-item .product-item-info .product-top .product-item-photo {
  background-color: #f8f7f7;
}
.products-grid.productv3 .product-item .product-item-info .product-top .product-item-photo:after {
  background-color: rgba(248, 247, 247, 0.2);
}
.products-grid.productv3 .product-item .product-item-info .product-item-name h4 {
  font-size: 24px;
  margin-top: 16px;
  margin-bottom: 26px;
}
.products-grid.productv3 .product-item .product-item-info .product-item-name h4:after {
  background-color: #ababab;
}
.products-grid.productv3 .product-item .product-item-info .price-box .price {
  font-size: 18px;
  letter-spacing: 0.05em;
}
.products-grid.productv3 .product-item .product-item-info:hover {
  box-shadow: none;
}
.products-grid .row-custom-8.owl-carousel .owl-item:last-child,
.products-grid .row-custom-7.owl-carousel .owl-item:last-child {
  margin: 0 !important;
}
.btn-loadmore {
  margin: 0 auto;
  margin-bottom: 20px;
}
.btn-loadmore span {
  width: 15px;
  height: 15px;
  line-height: 15px;
  display: none;
}
body.ajax-loading .btn-loadmore .loading {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/loader.gif) no-repeat center center scroll;
  background-size: 15px;
  display: inline-block;
}
.list-block-products .content-heading,
.portfolio-block-list .content-heading {
  padding-right: 60px;
  text-align: left;
  margin: 0;
}
.list-block-products .content-heading:before,
.portfolio-block-list .content-heading:before {
  display: none;
}
.list-block-products .content-heading .title,
.portfolio-block-list .content-heading .title {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #333;
  margin: 0 0 40px;
  text-transform: uppercase;
}
.list-block-products .owl-carousel .owl-nav [class*="owl-"],
.portfolio-block-list .owl-carousel .owl-nav [class*="owl-"] {
  width: 25px;
  height: 25px;
  line-height: 22px;
  font-size: 14px;
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  right: 0;
  left: auto;
  top: -50px;
}
.list-block-products .owl-carousel .owl-nav .owl-prev,
.portfolio-block-list .owl-carousel .owl-nav .owl-prev {
  left: auto;
  right: 30px;
}
.list-products .price-final_price .price-label {
  display: none;
}
.list-products .product-items .product-item {
  width: 100%;
  display: block;
  margin-bottom: 20px;
}
.list-products .product-items .product-item:before,
.list-products .product-items .product-item:after {
  content: "";
  display: table;
  clear: both;
}
.list-products .product-items .product-item .product-top,
.list-products .product-items .product-item .product-item-details {
  display: inline-block;
  float: left;
}
.list-products .product-items .product-item .product-top {
  width: 120px;
  margin-right: 30px;
  position: relative;
}
.list-products .product-items .product-item .product-top .product-item-photo {
  display: block;
  width: 100%;
  position: relative;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.list-products .product-items .product-item .product-top .product-item-photo img {
  border: 1px solid #f4f1e3;
}
.list-products .product-items .product-item .product-top .product-item-photo:before,
.list-products .product-items .product-item .product-top .product-item-photo:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  width: 100%;
  opacity: 0;
  visibility: visible;
}
.list-products .product-items .product-item .product-top .product-item-photo:before {
  border-bottom: 1px solid #8eb35a;
  border-top: 1px solid #8eb35a;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform-origin: 0 0 0;
  z-index: 100;
}
.list-products .product-items .product-item .product-top .product-item-photo:after {
  border-left: 1px solid #8eb35a;
  border-right: 1px solid #8eb35a;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 100% 0 0;
  z-index: 100;
}
.list-products .product-items .product-item .product-top .product-item-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 100;
}
.list-products .product-items .product-item .product-top .product-item-inner .btn-cart {
  font-size: 18px;
  color: #fff;
  width: 48px;
  height: 48px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #8eb35a;
  opacity: 0;
  visibility: visible;
  padding: 0;
  margin: 0;
  transform: translateY(10px);
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -o-transform: translateY(10px);
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}
.list-products .product-items .product-item .product-top .product-item-inner .btn-cart:hover {
  background-color: #696969;
  border-color: #696969;
}
.list-products .product-items .product-item .product-item-details {
  width: calc(100% -  150px);
}
.list-products .product-items .product-item .product-item-details .product-item-name h4 {
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 700;
}
.list-products .product-items .product-item .product-item-details .product-item-name h4:after {
  content: "";
  display: block;
  height: 1px;
  width: 32px;
  background-color: #e7e5e4;
  margin-top: 17px;
}
.list-products .product-items .product-item .product-item-details .price-box {
  margin-bottom: 10px;
}
.list-products .product-items .product-item .product-item-details .product-box-label {
  position: relative;
  line-height: 1;
}
.list-products .product-items .product-item .product-item-details .box-meta .price-box {
  margin-bottom: 14px;
}
.list-products .product-items .product-item .product-item-details .box-meta .product-box-label {
  padding-top: 20px;
  margin-left: 4px;
}
.list-products .product-items .product-item .product-item-details .box-meta .product-box-label .product-label {
  right: auto;
}
.list-products .product-items .product-item .product-item-details .meta-box .product-reviews-summary {
  float: left;
  min-width: 90px;
  display: inline-block;
  margin-right: 6px;
  margin-bottom: 5px;
}
.list-products .product-items .product-item .product-item-details .meta-box .product-box-label {
  display: block;
  float: left;
  padding: 7px;
}
.list-products .product-items .product-item .product-item-details .meta-box .product-box-label .product-label {
  bottom: inherit;
}
.list-products .product-items .product-item:hover .product-top .product-item-photo:before,
.list-products .product-items .product-item:hover .product-top .product-item-photo:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.list-products .product-items .product-item:hover .product-top .product-item-photo img {
  opacity: 0.3;
}
.list-products .product-items .product-item:hover .product-top .product-item-inner .btn-cart {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.list-products .product-items .product-item:last-child {
  margin-bottom: 0;
}
.organie3-block-life {
  padding-top: 65px;
}
.organie3-block-life .item-block {
  display: block;
  margin-bottom: 80px;
}
.organie3-block-life .item-block:last-child {
  margin-bottom: 0;
}
.organie3-block-life .item-block [class*="icon-"] {
  width: 70px;
  height: 70px;
  text-align: center;
  border-radius: 50%;
  line-height: 70px;
  font-size: 30px;
  color: #8eb35a;
  background-color: #f8f7f7;
  padding-left: 15px;
  display: inline-block;
  float: left;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.organie3-block-life .item-block .icon-lemon {
  font-size: 25px;
}
.organie3-block-life .item-block .content-text h3 {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 3px;
}
.organie3-block-life .item-block .content-text p {
  margin: 0;
  font-size: 15px;
  line-height: 25px;
}
.organie3-block-life .item-block:hover [class*="icon-"] {
  background-color: #8eb35a;
  color: #fff;
}
.organie3-block-life.icon-left .item-block .content-text {
  margin-left: 100px;
}
.organie3-block-life.icon-right .item-block .content-text {
  margin-right: 100px;
  text-align: right;
}
.organie3-block-life.icon-right .item-block [class*="icon-"] {
  float: right;
}
.organie3-block-step {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
}
.organie3-block-step img {
  margin: 0 auto;
}
.organie3-block-step .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-65%);
  -webkit-transform: translateY(-65%);
  -moz-transform: translateY(-65%);
  -o-transform: translateY(-65%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.organie3-block-step .box-text .title-block {
  width: 266px;
  height: 260px;
  margin: 0 auto;
  text-align: center;
  padding-top: 95px;
}
.organie3-block-step .box-text .bg-border {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-border.png) no-repeat scroll center center;
  max-width: 266px;
  max-height: 260px;
  margin: 0 auto;
}
.organie3-block-step .box-text .title-farm .title-block {
  padding-top: 95px;
}
.line-block span {
  padding-top: 3px;
  padding-bottom: 3px;
  min-height: 1px;
  width: 100%;
  display: block;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/line.png) repeat-x scroll center center;
}
.border-title-farm .title-block h2 {
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.border-title-farm .title-block h2 span {
  display: inline-block;
  position: relative;
}
.border-title-farm .title-block h2 span:after,
.border-title-farm .title-block h2 span:before {
  content: "";
  display: inline-block;
  height: 7px;
  position: absolute;
  width: 999px;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/line.png) repeat-x scroll center center;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 8;
  margin-top: 7px;
}
.border-title-farm .title-block h2 span:after {
  right: 100%;
  margin-right: 40px;
}
.border-title-farm .title-block h2 span:before {
  left: 100%;
  margin-left: 40px;
}
.mgs-blog-lastest-posts .post-meta .h6 {
  font-size: 14px;
  color: #ababab;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 1;
}
.mgs-blog-lastest-posts .read-more {
  margin-top: 25px;
  line-height: 1;
}
.mgs-blog-lastest-posts .read-more a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #696969;
  position: relative;
}
.mgs-blog-lastest-posts .read-more a:hover {
  color: #8eb35a;
}
.mgs-blog-lastest-posts .read-more a:before {
  content: "/";
  display: inline-block;
  padding-right: 5px;
}
.mgs-blog-lastest-posts .short-content {
  font-size: 15px;
  line-height: 1.73;
}
.mgs-blog-lastest-posts .item:hover .image img {
  opacity: 0.7;
}
.mgs-blog-lastest-posts .item .post-content {
  padding-top: 24px;
}
.mgs-blog-lastest-posts .item .post-content h3 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
}
.mgs-blog-lastest-posts .item .post-content .short-content {
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 25px;
}
.mgs-blog-lastest-posts .item .post-tag {
  display: none;
}
.mgs-blog-lastest-posts .item .post-meta .day:after {
  content: ",";
  display: inline-block;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-top .image {
  margin-top: 20px;
  position: relative;
  display: block;
  margin-right: 30px;
  margin-bottom: 0;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-top .image:after {
  content: "";
  display: block;
  width: 30px;
  height: 100%;
  border-right: 5px solid #f4f1e3;
  border-bottom: 5px solid #f4f1e3;
  position: absolute;
  right: -30px;
  top: -20px;
  z-index: 90;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-top .image:before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  border-left: 5px solid #f4f1e3;
  border-top: 5px solid #f4f1e3;
  position: absolute;
  left: 30px;
  top: -20px;
  z-index: 90;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-top .image img {
  z-index: 100;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-bottom {
  padding-top: 22px;
  max-width: 470px;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-bottom .post-meta .h6 {
  font-size: 14px;
  color: #ababab;
  letter-spacing: 0.1em;
  font-style: italic;
  margin-top: 0;
  margin-bottom: 15px;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item-first .post-bottom .title {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 25px;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item {
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item:before,
.blog-grid-list-block .mgs-blog-lastest-posts .item:after {
  content: "";
  display: table;
  clear: both;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item .post-left {
  display: inline-block;
  max-width: 270px;
  margin-right: 30px;
  float: left;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item .post-right {
  display: inline-block;
  width: calc(100% - 300px);
}
.blog-grid-list-block .mgs-blog-lastest-posts .item .post-right .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item .post-right .read-more {
  margin-top: 22px;
}
.blog-grid-list-block .mgs-blog-lastest-posts .item:last-child {
  margin-bottom: 0;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item {
  display: block;
  position: relative;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-tag {
  display: block;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-content {
  margin-bottom: 20px;
  padding-left: 115px;
  position: relative;
  padding-top: 28px;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-content h3 {
  font-size: 24px;
  margin-top: 15px;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-tag {
  margin-bottom: 10px;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-tag a {
  color: #ababab;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-tag a:hover {
  color: #8eb35a;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-meta .date {
  position: absolute;
  width: 85px;
  height: 85px;
  border: 2px solid #e0e0e0;
  padding: 10px 15px;
  left: 0;
  top: 30px;
  border-radius: 50%;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-meta .date .month {
  bottom: 10px;
  position: absolute;
  text-align: center;
  left: 26px;
  letter-spacing: 0.2em;
  color: #333;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-meta .date .day {
  font-size: 34px;
  font-style: normal;
  font-weight: bold;
  left: 20px;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-bottom: 0;
  top: 0;
  color: #8eb35a;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-meta .date .day:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  margin: 4px auto;
  line-height: 1;
  vertical-align: baseline;
  background-color: #e0e0e0;
}
.custom-style-blog-cake .mgs-blog-lastest-posts .item .post-meta .date .year {
  display: none;
}
.promobanner img {
  margin: 0 auto;
}
.banner-nature {
  padding-right: 45px;
  text-align: right;
}
.banner-nature h3 {
  font-size: 40px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-top: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
  margin-right: -15px;
}
.banner-nature h6 {
  font-size: 16px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.2em;
  padding: 3px 6px;
  background-color: #333;
  margin: 0;
  float: right;
  margin-right: -10px;
  line-height: 1;
}
.banner-strawberry {
  text-align: center;
  margin-right: 20px;
}
.banner-strawberry h3 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  margin-top: 7px;
  margin-bottom: 0;
  color: #333;
}
.banner-strawberry p {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin: 0;
  color: #696969;
  font-size: 14px;
  margin-top: 4px;
}
.block-newsletter-2 {
  position: relative;
  display: block;
}
.block-newsletter-2 .box-text {
  position: absolute;
  top: 50%;
  max-width: 570px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  display: inline-block;
  float: none;
  width: 100%;
}
.block-newsletter-2 .box-text h4 {
  font-size: 24px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
  margin-top: 5px;
  font-weight: bold;
  line-height: 1;
}
.block-newsletter-2 .box-text input.form-control {
  box-shadown: none;
  border: none;
  background-color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.block-layer-abs {
  position: relative;
  display: block;
}
.block-layer-abs .layer-left {
  position: absolute;
  left: 0;
  top: -458px;
  z-index: 999;
}
.block-layer-abs .layer-right {
  position: absolute;
  right: 0;
  top: -255px;
  z-index: 999;
}
.block-layer-abs .layer-center {
  padding-top: 140px;
  padding-bottom: 150px;
}
.block-layer-abs .layer-center .layer-img1 {
  display: inline-block;
  position: relative;
  margin-right: 40px;
}
.block-layer-abs .layer-center .layer-img1:before {
  border: 3px solid #333;
  bottom: -40px;
  content: "";
  display: block;
  left: 30px;
  position: absolute;
  right: -30px;
  top: 40px;
  z-index: 0;
}
.block-layer-abs .layer-center .layer-img1 img {
  position: relative;
  z-index: 2;
}
.block-layer-abs .layer-center .layer-img2 {
  position: absolute;
  top: -220px;
  z-index: 9;
}
.block-layer-abs .layer-center .about-text {
  padding-top: 343px;
  position: relative;
  padding-bottom: 125px;
}
.block-layer-abs .layer-center .about-text .text {
  color: #333;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 2;
  margin: 0;
  margin-left: 10px;
  margin-top: 10px;
}
.block-layer-abs .layer-center .about-text .layer-img3 {
  position: absolute;
  bottom: 0;
  left: -200px;
  z-index: -1;
}
.block-layer-abs .layer-bottom {
  position: absolute;
  bottom: -170px;
  right: 0;
  z-index: 9;
}
.title-cake .title-block {
  background: none;
}
.title-cake .title-block h3 {
  color: #333;
  font-size: 48px;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  font-weight: 400;
}
.title-cake .title-block h3:before {
  content: "#";
  display: inline-block;
  margin-right: 0;
}
.block-shop-by-cate {
  position: relative;
}
.block-shop-by-cate .title-block {
  position: absolute;
  top: -235px;
  left: 0;
  max-width: 390px;
  padding: 0;
  margin: 0;
  background: none;
}
.block-shop-by-cate .title-block h3 {
  padding: 0;
  margin: 0;
  line-height: 1.65;
}
.block-shop-by-cate .button-cate {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  font-size: 14px;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  height: 48px;
  width: 152px;
  line-height: 48px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: #fff;
  text-align: center;
}
.block-shop-by-cate .button-cate:hover,
.block-shop-by-cate .button-cate:focus,
.block-shop-by-cate .button-cate:active {
  color: #fff;
  background-color: #8eb35a;
}
.block-shop-by-cate .img-top {
  margin-bottom: 30px;
}
.block-shop-by-cate .img-top,
.block-shop-by-cate .img-bottom,
.block-shop-by-cate .img-center {
  position: relative;
  display: block;
  overflow: hidden;
}
.block-shop-by-cate .img-top img,
.block-shop-by-cate .img-bottom img,
.block-shop-by-cate .img-center img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-shop-by-cate .img-top:hover img,
.block-shop-by-cate .img-bottom:hover img,
.block-shop-by-cate .img-center:hover img {
  opacity: 0.3;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.block-shop-by-cate:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #333;
  position: absolute;
  bottom: -152px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 9;
}
.block-cake-banner {
  text-align: center;
  max-width: 770px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.4);
  padding: 56px 125px 45px;
}
.block-cake-banner p {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 22px;
  line-height: 1.4;
  font-weight: 700;
}
.block-cake-banner h3 {
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 0;
  margin-bottom: 32px;
  color: #333;
  line-height: 1.2;
  text-transform: capitalize;
}
.block-cake-banner a.btn {
  padding-left: 27px;
  padding-right: 27px;
  letter-spacing: 0.1em;
}
.custom-style-blog-cake {
  padding-top: 10px;
}
.block-content {
  width: 100%;
  display: inline-block;
}
.block-content.no-display {
  display: none;
}
.top-toolbar {
  margin-bottom: 50px;
}
.top-toolbar .pages {
  display: none;
}
.bottom-toolbar .toolbar-box {
  display: none;
}
.toolbar-amount {
  font-size: 16px;
  font-weight: 400;
  font-style: italic;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  line-height: 40px;
}
.toolbar-amount .toolbar-number {
  color: #8eb35a;
}
.modes,
.sorter,
.limiter {
  display: inline-block;
  float: right;
}
.modes {
  margin-left: 30px;
}
.modes .modes-mode {
  width: 40px;
  height: 40px;
  font-size: 18px;
  color: #696969;
  line-height: 40px;
  padding: 0;
  text-align: center;
  border: 1px solid #f4f1e3;
  border-radius: 4px;
  display: inline-block;
}
.modes .modes-mode span {
  opacity: 0.7;
}
.modes .modes-mode.mode-grid {
  margin-right: 10px;
}
.modes .modes-mode.active,
.modes .modes-mode:hover,
.modes .modes-mode:active {
  color: #fff;
  background-color: #8eb35a;
}
.sorter label,
.limiter label {
  display: none;
}
.sorter select,
.limiter select {
  min-width: 175px;
  background-color: #f8f7f7;
  border: none;
  border-radius: 4px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9c9b9b;
  height: 40px;
  cursor: pointer;
}
.sorter {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.sorter .sorter-action {
  line-height: 40px;
  margin-left: 10px;
}
.limiter {
  margin-right: 10px;
}
.bottom-toolbar {
  margin-top: 33px;
  margin-bottom: 30px;
}
.pages {
  margin: 0;
}
.pages .pagination {
  padding: 0;
  margin: 0;
  border: none;
}
.pages .pagination .item {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
}
.pages .pagination .item a {
  padding: 11px 15px 14px;
  min-height: 40px;
  min-width: 40px;
  margin: 0;
  font-size: 14px;
  color: #696969;
  border: none;
  line-height: 1;
}
.pages .pagination .item a:focus {
  background-color: #8eb35a;
  border-radius: 50%;
  border: none;
  color: #fff;
}
.pages .pagination .item span:focus {
  background-color: #8eb35a;
  border-radius: 50%;
  border: none;
  color: #fff;
}
.pages .pagination .item.current a,
.pages .pagination .item:hover a {
  background-color: #8eb35a;
  border-radius: 50%;
  border: none;
  color: #fff;
}
.pages .pagination .item[class*='pages-item-'] {
  border: none;
  margin: 0;
  line-height: 1;
  text-transform: uppercase;
  background: none;
}
.pages .pagination .item[class*='pages-item-']:hover a,
.pages .pagination .item[class*='pages-item-']:active a,
.pages .pagination .item[class*='pages-item-']:hover span,
.pages .pagination .item[class*='pages-item-']:active span {
  background: none;
  color: #8eb35a;
}
.one-column-filter .filter-title {
  margin-bottom: 20px;
}
.one-column-filter .filter-content {
  margin-bottom: 20px;
}
.one-column-filter .filter-content .block-sub-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #333;
}
.one-column-filter .filter-content select {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/icon-dropdown.png) no-repeat scroll calc(100% - 20px) center;
}
.one-column-filter .filter-current .filter-current-subtitle {
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
.one-column-filter .filter-current .items {
  margin: 0;
}
.one-column-filter .filter-current .items .item {
  display: inline-flex;
  display: -webkit-inline-flex;
  padding: 5px 5px;
  font-style: italic;
}
.one-column-filter .filter-current .items .item .filter-label {
  font-weight: 700;
  min-width: 60px;
}
.one-column-filter .filter-current .items .item .filter-label:after {
  content: ":";
}
.one-column-filter .filter-current .items .item .filter-value {
  line-height: 1.8;
  margin: 0;
}
.one-column-filter .filter-current .items .item .filter-value.h6 {
  font-size: 15px;
  margin: 0;
  margin-right: 10px;
}
.one-column-filter .filter-current .items .item .action.remove {
  margin-right: 5px;
  color: #8eb35a;
}
.one-column-filter .filter-current .items .item .action.remove:hover {
  color: #696969;
}
.one-column-filter .filter-clear {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}
.one-column-filter .filter-clear a {
  color: #8eb35a;
}
.one-column-filter .filter-clear a:hover,
.one-column-filter .filter-clear a:active {
  color: #696969;
}
body.catalog-category-page.ajax-loading:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 auto;
  z-index: 1009;
}
body.catalog-category-page .ajax-loading {
  position: fixed;
  z-index: 1100;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  top: 50%;
}
body.catalog-category-page:not(.cms-home) footer .top-footer .block-newsletter-ft {
  padding-top: 90px;
}
.category-image {
  display: none;
}
.category-description {
  margin-bottom: 40px;
}
.category-description blockquote {
  border-left-color: #8eb35a;
  font-style: italic;
}
.products-grid .product-items.row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-col-lg-custom-7 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner {
  left: 10px;
  right: auto;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.products-grid .product-items.row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.products-grid .product-items.row-col-lg-custom-7 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner .product-item-actions {
  display: block;
}
.products-grid .product-items.row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-col-lg-custom-7 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner form,
.products-grid .product-items.row-col-lg-custom-7 .product-item .product-item-info .product-top .product-item-inner form,
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner form,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner form,
.products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner form,
.products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner form {
  display: block;
  margin: 5px 0;
}
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-item-name h4,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-item-name h4 {
  font-size: 15px;
}
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner {
  z-index: 100;
}
.products-grid .product-items.row-col-lg-custom-8 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .btn-addto {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.products-grid .swatch-attribute-options {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.products-grid .swatch-attribute-options .swatch-option {
  float: none !important;
  display: inline-block;
}
.sidebar .block h3 {
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 30px;
}
.sidebar .filter .filter-options .filter-option {
  display: block;
  margin-bottom: 50px;
}
.sidebar .filter .filter-options .filter-option .filter-heading h3 {
  position: relative;
}
.sidebar .filter .filter-options .filter-option .filter-heading h3:after {
  content: "\f126";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 15px;
  color: #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  cursor: pointer;
}
.sidebar .filter .filter-options .filter-option.active .filter-heading h3:after {
  content: "\f123";
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  color: #696969;
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item a:after {
  content: "";
  display: inline-block;
  width: 999px;
  height: 1px;
  background-color: #f4f4f4;
  margin-left: 14px;
  position: absolute;
  bottom: 9px;
  z-index: -1;
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item a:hover {
  color: #8eb35a;
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item a .count {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 14px;
  background-color: #fff;
}
.sidebar .filter .filter-options .filter-option .filter-body .items li.item:last-child {
  margin-bottom: 0;
}
.sidebar .filter .filter-options .filter-option:last-child {
  margin-bottom: 0;
}
.sidebar .filter .filter-current .block-content .items .item {
  display: inline-flex;
  display: -webkit-inline-flex;
  padding: 5px;
}
.sidebar .filter .filter-current .block-content .items .item .filter-label {
  font-weight: 700;
  min-width: 60px;
  font-style: italic;
}
.sidebar .filter .filter-current .block-content .items .item .filter-label:after {
  content: ":";
}
.sidebar .filter .filter-current .block-content .items .item .filter-value {
  font-size: 15px;
  font-style: italic;
  margin: 5px 0;
  margin-right: 10px;
}
.sidebar .block {
  margin-bottom: 50px;
}
.sidebar .block-compare .product-items .product-item {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}
.sidebar .block-compare .product-items .product-item a.action {
  font-size: 14px;
  color: #8eb35a;
  margin-right: 10px;
}
.sidebar .block-compare .product-items .product-item a.action:hover {
  color: #696969;
}
.sidebar .block-compare .actions-toolbar {
  display: inline-flex;
  display: -webkit-inline-flex;
  padding-top: 15px;
  float: right;
  margin: 0;
}
.sidebar .block-compare .actions-toolbar .secondary {
  margin-right: 30px;
}
.sidebar .block-compare .actions-toolbar .secondary a {
  color: #8eb35a;
  line-height: 33px;
}
.sidebar .block-compare .actions-toolbar .secondary a:hover {
  color: #696969;
}
.sidebar .block-wishlist .block-content .product-items {
  display: inline-block;
  width: 100%;
}
.sidebar .block-wishlist .block-content .product-items .product-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f8f7f7;
  width: 100%;
  position: relative;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper {
  padding: 0 !important;
  border: 1px solid #eee;
  position: relative;
  display: inline-block;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper:before,
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper:after {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  visibility: hidden;
  width: 100%;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper:before {
  border-bottom: 1px solid #8eb35a;
  border-top: 1px solid #8eb35a;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform-origin: 0 0 0;
  z-index: 100;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo .product-image-wrapper:after {
  border-left: 1px solid #8eb35a;
  border-right: 1px solid #8eb35a;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 100% 0 0;
  z-index: 100;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details {
  margin-left: 20px;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details .product-item-name {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-actions .actions-secondary {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: -20px;
}
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info:hover .product-item-photo .product-image-wrapper:before,
.sidebar .block-wishlist .block-content .product-items .product-item .product-item-info:hover .product-item-photo .product-image-wrapper:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.sidebar .block-wishlist .actions-toolbar {
  margin: 0;
  text-align: right;
}
.sidebar .account-nav {
  display: inline-block;
  width: 100%;
}
.sidebar .account-nav .item {
  display: inline-block;
  width: 100%;
}
.sidebar .account-nav .item strong,
.sidebar .account-nav .item a {
  width: 100%;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  line-height: 1;
  color: #696969;
}
.sidebar .account-nav .item strong:before,
.sidebar .account-nav .item a:before {
  content: "";
  width: 7px;
  height: 1px;
  background-color: #696969;
  position: absolute;
  top: 50%;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
.sidebar .account-nav .item strong:hover,
.sidebar .account-nav .item a:hover {
  padding-left: 20px;
  color: #8eb35a;
}
.sidebar .account-nav .item strong:hover:before,
.sidebar .account-nav .item a:hover:before {
  opacity: 1;
  visibility: visible;
}
.sidebar .account-nav .item strong {
  padding-left: 20px;
  color: #8eb35a;
  font-weight: 400;
}
.sidebar .account-nav .item strong:before {
  opacity: 1;
  visibility: visible;
}
.sidebar .account-nav .item.current strong {
  color: #8eb35a;
}
.sidebar .block-brand .brand-list li.item {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.sidebar .block-brand .brand-list li.item a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.sidebar .block-brand .brand-list li.item a:after {
  content: "";
  display: inline-block;
  width: 999px;
  height: 1px;
  background-color: #f4f4f4;
  margin-left: 14px;
  position: absolute;
  bottom: 9px;
  z-index: -1;
}
.sidebar .block-brand .brand-list li.item a .count {
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 14px;
  background-color: #fff;
}
.sidebar .block-brand .view-all {
  color: #8eb35a;
  text-align: right;
}
.sidebar .block-brand .view-all:hover {
  color: #696969;
}
.sidebar .block-reorder .subtitle {
  display: none;
}
.sidebar .block-reorder .actions-toolbar {
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
}
.sidebar .block-reorder .product-items {
  display: inline-block;
  width: 100%;
}
.sidebar .block-reorder .product-items .product-item {
  display: inline-flex;
  display: -webkit-inline-flex;
  margin-bottom: 5px;
  margin-top: 5px;
  width: 100%;
}
.sidebar .block-reorder .product-items .product-item .choice {
  width: auto;
}
.sidebar .block-reorder .product-items .product-item .choice label {
  display: none;
}
.sidebar .block-reorder .product-items .product-item .choice input {
  margin-right: 10px;
  margin-top: 4px;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-custom5 .product-item .product-item-info .product-top .product-item-inner {
  left: auto;
  right: 10px;
  top: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  z-index: 100;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-custom5 .product-item .product-item-info .product-top .product-item-inner .product-item-actions {
  display: block;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-custom5 .product-item .product-item-info .product-top .product-item-inner .btn-addto {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-custom5 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-custom5 .product-item .product-item-info .product-top .product-item-inner form {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner {
  z-index: 100;
}
.catalog-category-view .main.col-md-9 .products-grid .row-col-lg-2 .product-item .product-item-info .product-top .product-item-inner .btn-addto {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .catalog-category-view .main.col-md-9 .products-grid .col-md-custom-5 {
    width: 33.333%;
  }
  .catalog-category-view .main.col-md-9 .products-grid .col-md-custom-5.row-sm-first {
    clear: left;
  }
  .catalog-category-view .main.col-md-9 .products-grid .col-md-2 {
    width: 33.333%;
  }
  .catalog-category-view .main.col-md-9 .products-grid .col-md-2.row-sm-first {
    clear: left;
  }
}
.products-list {
  margin-bottom: 30px;
}
.products-list .product-item {
  padding-top: 30px;
  padding-bottom: 44px;
  border-bottom: 1px solid #f4f4f4;
}
.products-list .product-item .product-item-details .label-box {
  position: relative;
  min-height: 15px;
  line-height: 1;
}
.products-list .product-item .product-item-details .label-box .product-label {
  right: auto;
}
.products-list .product-item .product-item-details .product-item-name h4 {
  font-size: 24px;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 15px;
}
.products-list .product-item .product-item-details .product-item-name h4:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
  margin-top: 20px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.products-list .product-item .product-item-details .price-box {
  margin-bottom: 18px;
}
.products-list .product-item .product-item-details .price-box .price {
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1;
}
.products-list .product-item .product-item-details .price-box .old-price .price {
  font-size: 14px;
  margin-right: 25px;
  color: #ababab;
}
.products-list .product-item .product-item-details .product-item-description {
  font-size: 15px;
  margin-bottom: 25px;
}
.products-list .product-item .product-item-details .product-item-inner .product-item-actions {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.products-list .product-item .product-item-details .product-item-inner .product-item-actions form {
  margin-right: 10px;
}
.products-list .product-item .product-item-details .product-item-inner .product-item-actions .btn-addto {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: none;
  border: 1px solid #8eb35a;
  color: #8eb35a;
}
.products-list .product-item .product-item-details .product-item-inner .product-item-actions .btn-addto:hover {
  background-color: #8eb35a;
  color: #fff;
}
.products-list .product-item .product-item-details .product-reviews-summary .rating-summary {
  text-align: right;
}
.products-list .product-item .product-item-details .product-reviews-summary .rating-summary p {
  font-style: italic;
  color: #ababab;
  margin-top: 3px;
  margin-bottom: 0;
}
.products-list .product-item .product-item-details .product-reviews-summary:not(.empty) .reviews-actions {
  display: none;
}
.products-list .product-item:first-child {
  padding-top: 0;
}
.products-list .product-item:hover .product-item-details .product-item-name h4:after {
  width: 50px;
  background-color: #8eb35a;
}
.product-details-view {
  margin-bottom: 45px;
}
.product-details-view .product-info-main .product-top-info {
  width: 100%;
}
.product-details-view .product-info-main .product-top-info .product-name,
.product-details-view .product-info-main .product-top-info .product-reviews-summary {
  width: 50%;
  display: inline-block;
}
.product-details-view .product-info-main .product-top-info .product-reviews-summary {
  text-align: right;
  float: right;
}
.product-details-view .product-info-main .product-top-info .product-reviews-summary .rating-summary p {
  margin-bottom: 0;
}
.product-details-view .product-info-main .product-top-info .product-reviews-summary .reviews-actions a.view {
  display: none;
}
.product-details-view .product-info-main .product-top-info .product-reviews-summary .reviews-actions a {
  font-size: 14px;
  color: #ababab;
  font-style: italic;
  display: block;
}
.product-details-view .product-info-main .product-top-info .product-reviews-summary .reviews-actions a:hover {
  color: #8eb35a;
}
.product-details-view .product-info-main .box-label {
  position: relative;
  min-height: 27px;
  text-align: left;
}
.product-details-view .product-info-main .box-label .product-label {
  left: 0;
  right: auto;
  text-align: left;
}
.product-details-view .product-info-main .product-name .product-title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  position: relative;
  margin-bottom: 10px;
  display: block;
  margin-top: 10px;
}
.product-details-view .product-info-main .product-name .product-title:after {
  content: "";
  display: block;
  height: 1px;
  width: 32px;
  background-color: #ababab;
  margin-top: 20px;
}
.product-details-view .product-info-main .price-box {
  margin-bottom: 25px;
}
.product-details-view .product-info-main .price-box .price {
  font-size: 24px;
  letter-spacing: 0.1em;
  font-style: italic;
  font-weight: bold;
  color: #696969;
  line-height: 1;
}
.product-details-view .product-info-main .price-box .old-price .price {
  font-size: 14px;
  color: #ababab;
  margin-right: 20px;
}
.product-details-view .product-info-main .short_description {
  font-size: 15px;
  line-height: 26px;
  padding-bottom: 30px;
  padding-top: 10px;
}
.product-details-view .product-info-main .short_description p {
  margin: 0;
}
.product-details-view .product-info-main .product-info-stock-sku {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
  line-height: 1;
  border-top: 1px solid #f4f4f4;
}
.product-details-view .product-info-main .product-info-stock-sku ul li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 15px;
}
.product-details-view .product-info-main .product-info-stock-sku ul li:last-child {
  margin-bottom: 0;
}
.product-details-view .product-info-main .product-info-stock-sku ul li:first-child {
  margin-top: 0;
}
.product-details-view .product-info-main .product-info-stock-sku ul li .label {
  color: #696969;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 155px;
  font-weight: 700;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  float: left;
}
.product-details-view .product-info-main .product-info-stock-sku ul li .value {
  text-transform: capitalize;
  line-height: 1;
  display: inline-block;
  width: calc(100% - 155px);
}
.product-details-view .product-info-main .product-info-stock-sku ul li .value a {
  color: #8eb35a;
}
.product-details-view .product-info-main .product-info-stock-sku ul li .value a:hover {
  color: #696969;
}
.product-details-view .product-info-main .product-add-form {
  padding-top: 20px;
}
.product-details-view .product-info-main .product-add-form .product-addto {
  display: inline-flex;
  display: -webkit-inline-flex;
}
.product-details-view .product-info-main .product-add-form .product-addto .btn-addto {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #8eb35a;
  background-color: #fff;
  color: #8eb35a;
  margin-left: 10px;
}
.product-details-view .product-info-main .product-add-form .product-addto .btn-addto:hover,
.product-details-view .product-info-main .product-add-form .product-addto .btn-addto:focus,
.product-details-view .product-info-main .product-add-form .product-addto .btn-addto:active {
  color: #fff;
  background-color: #8eb35a;
}
.product-details-view .product-info-main .available.stock {
  display: none;
}
.product-details-view .product-info-main .product-brand {
  margin-top: 20px;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.product-details-view .product-info-main .product-brand .brand-name {
  color: #696969;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0;
  padding: 0;
  text-align: left;
  text-transform: uppercase;
  width: 155px;
  line-height: 1;
  vertical-align: top;
}
.product-details-view .product-info-main .product-brand .brand-name a {
  color: #696969;
}
.product-details-view .product-info-main .product-brand .brand-name a:hover {
  color: #8eb35a;
}
.product-details-view .product-info-main .product-brand .brand-image {
  display: inline-block;
}
.product-details-view .product-info-main .product-brand .brand-image img {
  max-width: 70px;
}
.product-details-view .product.media .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background: none !important;
  width: 60px;
  padding: 0;
  text-align: center;
}
.product-details-view .product.media .fotorama__thumb__arr--left .fotorama__thumb--icon:before {
  content: "\f3d5";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 34px;
  color: #696969;
}
.product-details-view .product.media .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: none !important;
  text-align: center;
  padding: 0;
}
.product-details-view .product.media .fotorama__thumb__arr--right .fotorama__thumb--icon:before {
  content: "\f3d6";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 34px;
  color: #696969;
}
.product-details-view .product.media .fotorama__thumb-border {
  border: 1px solid #8eb35a;
}
.box-tocart .field.qty {
  display: inline-block;
  width: 100%;
}
.box-tocart .field.qty .control {
  max-width: 147px;
  display: inline-flex;
  display: -webkit-inline-flex;
  background-color: #f8f7f7;
  border-radius: 4px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.box-tocart .field.qty .control .edit-qty {
  width: 37px;
  text-align: center;
  height: 40px;
  color: #ababab;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}
.box-tocart .field.qty .control .edit-qty:hover {
  color: #8eb35a;
}
.box-tocart .field.qty .control .input-text.qty {
  width: 73px;
  background-color: transparent;
  border: none;
  text-align: center;
  font-size: 15px;
  color: #696969;
  margin: 0;
}
.box-tocart .field.qty .available.stock {
  display: block;
  font-size: 15px;
  font-style: italic;
  color: #ababab;
  line-height: 40px;
}
.box-tocart .field.qty .available.stock [class*='ion-'] {
  color: #8eb35a;
  font-size: 16px;
  margin-right: 10px;
}
.box-tocart .actions {
  display: inline-block;
  float: left;
}
.page-product-grouped .product-details-view table.grouped {
  margin-bottom: 40px;
}
.page-product-grouped .product-details-view table.grouped caption {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: left;
  text-transform: uppercase;
}
.page-product-grouped .product-details-view table.grouped > thead > tr > th {
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td {
  padding: 15px 10px;
  text-align: center;
  vertical-align: middle;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td h4.product-item-name {
  color: #333;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td.price .price-box {
  margin-bottom: 0;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td.price .price-box .old-price {
  margin-right: 10px;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td.price .price-box .old-price .price {
  margin: 0;
}
.page-product-grouped .product-details-view table.grouped > tbody > tr > td.qty .input-text {
  max-width: 60px;
  margin: 0 auto;
  text-align: center;
}
.product.info.detailed {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}
.product.info.detailed .items {
  display: block;
  float: left;
  width: 100%;
  text-align: left;
}
.product.info.detailed .items > .item.title {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.05em;
  padding: 0 32px 10px 0;
  margin: 0 1px 0 0;
  display: inline-block;
  width: auto;
  float: none;
}
.product.info.detailed .items > .item.title a {
  color: #ababab;
  font-size: 24px;
  margin: 0;
}
.product.info.detailed .items > .item.title a:hover {
  color: #333;
}
.product.info.detailed .items > .item.title.active a {
  border-bottom: 1px solid #8eb35a;
  color: #333;
}
.product.info.detailed .items > .item.title#tab-label-reviews a .counter:before {
  content: "(";
  display: inline-block;
}
.product.info.detailed .items > .item.title#tab-label-reviews a .counter:after {
  content: ")";
  display: inline-block;
}
.product.info.detailed .items > .item.content {
  display: block;
  width: 100%;
  float: right;
  margin-left: -100%;
  line-height: 26px;
  font-size: 15px;
  border-top: 1px solid #f4f4f4;
  box-shadow: none;
  background-color: #fff;
  padding: 65px 0 0;
  margin-top: 38px;
  text-align: left;
}
.product.info.detailed .items > .item.content#reivews {
  padding-left: 30px;
  padding-right: 30px;
}
.product.info.detailed .additional-attributes-wrapper table {
  max-width: 400px;
}
.product.info.detailed .additional-attributes-wrapper table tbody tr th,
.product.info.detailed .additional-attributes-wrapper table tbody tr td {
  width: 50%;
  padding: 10px 20px;
}
.review-control-vote {
  margin-top: 10px;
  margin-bottom: 48px;
  overflow: hidden;
}
.review-control-vote:before {
  content: "\f4b2" "\f4b2" "\f4b2" "\f4b2" "\f4b2";
  font-size: 30.75px;
  font-family: 'Ionicons';
  display: inline-block;
  color: #ababab;
  vertical-align: top;
  display: block;
  position: absolute;
  z-index: 1;
  letter-spacing: 10px;
  line-height: 30px;
  height: 30px;
}
.review-control-vote input[type="radio"] {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  vertical-align: top;
}
.review-control-vote label {
  cursor: pointer;
  display: block;
  position: absolute;
}
.review-control-vote label:before {
  font-size: 30px;
  height: 30px;
  line-height: 30px;
  letter-spacing: 10px;
  font-family: 'Ionicons';
  vertical-align: top;
  opacity: 0;
  color: #f5cc26;
}
.review-control-vote label span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.review-control-vote label:hover:before {
  opacity: 1;
}
.review-control-vote input[type="radio"]:focus + label:before,
.review-control-vote input[type="radio"]:checked + label:before {
  opacity: 1;
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: "\f4b3";
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: "\f4b3" "\f4b3";
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-control-vote .rating-5 {
  z-index: 2;
}
.review-control-vote .rating-5:before {
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}
.review-add,
.review-list {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.review-add .block-title h4,
.review-list .block-title h4 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 27px;
  display: inline-block;
  letter-spacing: 0.05em;
}
.review-add .block-title .count,
.review-list .block-title .count {
  color: #8eb35a;
}
.review-add .review-form input,
.review-add .review-form textarea {
  margin-bottom: 10px;
}
.review-add .review-form .field {
  margin-bottom: 20px;
}
.review-add .review-field-rating .label {
  color: #696969;
  font-size: 15px;
  font-style: italic;
  line-height: 45px;
  margin: 0 20px 0 0;
}
.review-list {
  margin-bottom: 55px;
}
.review-list .review-items .review-item {
  display: inline-flex;
  display: -webkit-inline-flex;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
}
.review-list .review-items .review-item .review-left {
  width: 60px;
}
.review-list .review-items .review-item .review-left span {
  font-size: 35px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #696969;
  text-align: center;
  border-radius: 50%;
}
.review-list .review-items .review-item .review-right {
  text-align: left;
  padding-left: 40px;
  width: 100%;
}
.review-list .review-items .review-item .review-right .meta-box {
  margin-bottom: 10px;
}
.review-list .review-items .review-item .review-right .meta-box .review-details-value,
.review-list .review-items .review-item .review-right .meta-box .review-ratings {
  display: inline-block;
}
.review-list .review-items .review-item .review-right .meta-box .author {
  color: #333;
  text-transform: uppercase;
}
.review-list .review-items .review-item .review-right .meta-box time {
  font-style: italic;
  color: #ababab;
  margin-left: 20px;
}
.review-list .review-items .review-item .review-right .meta-box time:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #ababab;
  border-radius: 50%;
  margin-right: 20px;
}
.review-list .review-items .review-item .review-right .meta-box .rating-summary .rating-result {
  width: 80px;
}
.review-list .review-toolbar .limiter {
  display: none;
}
.product-options-wrapper .fieldset > .field {
  border-bottom: 1px solid #eee;
}
.product-options-wrapper .fieldset .field {
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.product-options-wrapper .fieldset .field .label {
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
  padding: 0;
  text-align: left;
  display: block;
}
.product-options-wrapper .fieldset .field .control .nested .qty-holder {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-options-wrapper .fieldset .field .control .nested .qty-holder .label {
  font-size: 12px;
  color: #696969;
  padding: 0;
  margin-bottom: 5px;
  display: inline-block;
}
.product-options-wrapper .fieldset .field .control .nested .qty-holder .label:after {
  content: ": ";
}
.product-options-wrapper .fieldset .field .control .nested .qty-holder .control {
  display: inline-block;
  max-width: 50px;
  margin-left: 10px;
}
.product-options-wrapper .fieldset .field .control .nested .qty-holder .control input.qty {
  max-width: 50px;
  text-align: center;
}
.product-options-wrapper .fieldset .field .control .nested.options-list .field.choice {
  display: inline-flex;
  display: -webkit-inline-flex;
  width: 100%;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
.product-options-wrapper .fieldset .field .control .nested.options-list .field.choice input {
  margin: 0;
  margin-right: 20px;
}
.product-options-wrapper .fieldset .field .control .nested.options-list .field.choice .label {
  font-size: 14px;
}
.product-options-wrapper .fieldset .field select.multiselect {
  margin-bottom: 20px;
}
.product-options-wrapper .fieldset .field select option {
  color: #333;
  font-weight: 700;
}
.product-options-wrapper .fieldset .field:not(.choice) {
  border: none;
}
.bundle-options-container {
  display: inline-block;
  width: 100%;
}
.bundle-options-container .product-add-form {
  display: none;
}
.bundle-options-container .bundle-options-wrapper,
.bundle-options-container .block-bundle-summary {
  display: inline-block;
  float: left;
  width: 50%;
}
.bundle-options-container .bundle-options-wrapper {
  padding-right: 15px;
}
.bundle-options-container .bundle-options-wrapper .fieldset-bundle-options > .title {
  font-size: 18px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary {
  padding-left: 15px;
}
.bundle-options-container .block-bundle-summary > .title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary .bundle-info {
  display: inline-flex;
  display: -webkit-inline-flex;
  width: 100%;
  margin-bottom: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-image-container {
  margin-right: 20px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .product.name {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details p.available {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .product-addto {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .product-addto a {
  display: inline-block;
  margin-right: 10px;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .product-addto .btn-addto {
  border: 1px solid #8eb35a;
  background-color: #fff;
  color: #8eb35a;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .product-addto .btn-addto:hover {
  background-color: #8eb35a;
  color: #fff;
}
.bundle-options-container .block-bundle-summary .bundle-info .product-details .price-box .price {
  font-size: 24px;
}
.bundle-options-container .block-bundle-summary .bundle-summary.empty {
  display: none;
}
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #333;
  font-weight: 700;
}
.bundle-options-container .block-bundle-summary .bundle-summary .items li .label {
  color: #333;
  font-size: 14px;
  display: block;
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}
body.page-layout-2columns-right .product.info.detailed .items,
body.page-layout-2columns-left .product.info.detailed .items {
  text-align: left;
}
body.page-layout-2columns-right .product.info.detailed .items.item.content#reviews,
body.page-layout-2columns-left .product.info.detailed .items.item.content#reviews {
  padding-left: 30px;
  padding-right: 30px;
}
body.page-layout-1column .product.info.detailed .items {
  text-align: center;
}
body.page-layout-1column .product.info.detailed .items.item.content#reviews {
  padding-left: 0;
  padding-right: 0;
}
body.page-layout-1column .product.info.detailed .items.item.content .product.description {
  text-align: center;
  margin: 0 auto;
  max-width: 770px;
}
body.page-layout-1column #reviews .review-add,
body.page-layout-1column #reviews .review-list {
  max-width: 770px;
  margin: 0 auto;
}
body.page-layout-1column .upsell .block-title h3,
body.page-layout-1column .brand-related-products .block-title h3 {
  text-align: center;
}
.block.upsell,
.block.crosssell {
  display: inline-block;
  width: 100%;
  margin-top: 70px;
}
.block.upsell .block-title h3,
.block.crosssell .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
}
.block.upsell .owl-carousel .owl-nav [class*="owl-"],
.block.crosssell .owl-carousel .owl-nav [class*="owl-"] {
  top: -65px;
  opacity: 1;
  visibility: visible;
  right: 0;
}
.block.upsell .owl-carousel .owl-nav .owl-prev,
.block.crosssell .owl-carousel .owl-nav .owl-prev {
  right: 50px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  left: auto;
}
.block.upsell .owl-carousel .owl-nav .owl-next,
.block.crosssell .owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.block.upsell .owl-carousel:hover .owl-nav .owl-prev,
.block.crosssell .owl-carousel:hover .owl-nav .owl-prev,
.block.upsell .owl-carousel:hover .owl-nav .owl-next,
.block.crosssell .owl-carousel:hover .owl-nav .owl-next {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.block.related .block-actions {
  margin-bottom: 15px;
}
.block.related .block-actions button.select {
  background-color: #f4f1e3;
  color: #696969;
}
.block.related .block-actions button.select:hover,
.block.related .block-actions button.select:focus,
.block.related .block-actions button.select:active {
  background-color: #8eb35a;
  color: #fff;
}
.block.related .product-item-info .meta-box .box-label {
  position: relative;
  min-height: 15px;
}
.block.related .product-item-info .meta-box .box-label .product-label {
  text-align: left;
}
.block.related .product-item-info .related.choice input {
  display: inline-block;
  float: left;
}
.block.related .product-item-info .related.choice .label {
  color: #696969;
  font-size: 13px;
  font-style: italic;
}
.block.related .owl-carousel .owl-nav [class*="owl-"] {
  top: -45px;
  width: 30px;
  height: 30px;
  left: auto;
  right: auto;
  line-height: 30px;
  opacity: 1;
  visibility: visible;
}
.block.related .owl-carousel .owl-nav .owl-prev {
  left: auto;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  right: 40px;
}
.block.related .owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.block.related .owl-carousel:hover .owl-nav .owl-prev,
.block.related .owl-carousel:hover .owl-nav .owl-next {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.brand-related-products {
  margin-top: 50px;
}
.brand-related-products .block-title h3 {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 0.05em;
}
.brand-related-products .owl-carousel .owl-nav [class*="owl-"] {
  top: -65px;
  opacity: 1;
  visibility: visible;
  right: 0;
}
.brand-related-products .owl-carousel .owl-nav .owl-prev {
  right: 50px;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  left: auto;
}
.brand-related-products .owl-carousel .owl-nav .owl-next {
  right: 0;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.brand-related-products .owl-carousel:hover .owl-nav .owl-prev,
.brand-related-products .owl-carousel:hover .owl-nav .owl-next {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.account .block-title h3 {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 30px;
  margin-top: 0;
  display: inline-block;
}
.account .block-title a.action {
  color: #8eb35a;
  margin-left: 10px;
}
.account .block-title a.action:hover {
  color: #696969;
}
.account h4 {
  color: #333;
  margin-bottom: 20px;
}
.account .field {
  margin-bottom: 15px;
}
.account .field.note {
  margin-bottom: 15px;
}
.account .field.captcha {
  margin-bottom: 25px;
}
.account .field.captcha .input-text {
  margin-bottom: 25px;
}
.account .field.captcha .nested .captcha-reload {
  margin-left: 15px;
}
.account.customer-account-index .main > .block {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
.account.customer-account-index .block-reviews-dashboard .block-title h3 {
  display: inline-block;
}
.account.customer-account-index .block-reviews-dashboard .block-title a.action {
  margin-right: 10px;
}
.account.customer-account-index .block-reviews-dashboard .block-content .items .item {
  padding: 5px 0;
}
.account.customer-account-index .block-reviews-dashboard .block-content .items .item .product-name {
  color: #333;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}
.account .actions-toolbar {
  margin-top: 25px;
  margin-bottom: 30px;
}
.account .table > thead > tr > th {
  border-color: #f4f4f4;
  border-bottom-width: 1px;
  text-align: center;
  color: #333;
  text-transform: uppercase;
  padding: 10px;
}
.account .table > tbody > tr > td {
  border-color: #f4f4f4;
  padding: 20px 10px;
  vertical-align: middle;
  text-align: center;
}
.account .toolbar .pager .toolbar-amount {
  text-align: left;
}
.account .toolbar .pager .limiter {
  display: none;
}
.account.wishlist-index-index .products-grid .product-item {
  position: relative;
}
.account.wishlist-index-index .products-grid .product-item .product-item-info {
  position: relative;
}
.account.wishlist-index-index .products-grid .product-item .product-item-photo .img-thumbnail {
  border: none;
}
.account.wishlist-index-index .products-grid .product-item .product-item-name {
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 20px;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
  position: absolute;
  border: 1px solid #8eb35a;
  border-top: none;
  box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.176);
  background-color: #fff;
  left: -1px;
  z-index: 2;
  right: 1px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  padding-bottom: 30px;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .comment-box {
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .comment-box .label {
  display: none;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .comment-box textarea {
  height: 50px;
  width: 100%;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset {
  width: 100%;
  display: inline-flex;
  display: -webkit-inline-flex;
  text-align: center;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty,
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .product-item-actions {
  display: inline-block;
  width: auto;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty {
  margin: 0;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty .control {
  margin: 0;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty .label {
  display: none;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty input-text.qty {
  width: 50px;
  margin: 0;
  margin-right: 10px;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .product-item-actions .actions-primary {
  float: left;
  display: inline-block;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .product-item-actions {
  width: 100%;
  text-align: center;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .product-item-actions a {
  display: inline-block;
  color: #8eb35a;
  margin: 0 5px;
}
.account.wishlist-index-index .products-grid .product-item .product-item-inner .product-item-actions a:hover {
  color: #696969;
}
.account.wishlist-index-index .products-grid .product-item:hover .product-item-inner {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
}
.account.wishlist-index-index .actions-toolbar button.action {
  margin-bottom: 15px;
}
.account .box-actions {
  margin-top: 25px;
}
#shopping-cart-table {
  margin-bottom: 30px;
}
#shopping-cart-table thead tr {
  border-radius: 4px;
}
#shopping-cart-table thead tr th {
  border: none;
  padding: 24px 10px 21px;
  text-align: left;
  color: #333;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #f8f7f7;
}
#shopping-cart-table thead tr th.products {
  padding-left: 30px;
}
#shopping-cart-table thead tr th.qty {
  text-align: center;
}
#shopping-cart-table tbody + tbody {
  border: none;
}
#shopping-cart-table tbody tr td {
  padding: 30px 10px;
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
  margin: 0;
  text-align: left;
}
#shopping-cart-table tbody tr td.item .product-item-photo {
  display: inline-block;
  margin-right: 30px;
  max-width: 120px;
}
#shopping-cart-table tbody tr td.item .product-item-photo .product-image-photo {
  border-radius: none;
  padding: 0;
  margin: 0;
  border: 1px solid #f4f1e3;
}
#shopping-cart-table tbody tr td.item .product-item-details {
  width: calc(100% - 160px);
  display: inline-block;
  vertical-align: middle;
}
#shopping-cart-table tbody tr td.item .product-item-details .product-item-name {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
#shopping-cart-table tbody tr td.price .cart-price .price {
  font-size: 15px;
}
#shopping-cart-table tbody tr td.qty {
  text-align: center;
}
#shopping-cart-table tbody tr td.qty .field.qty .label {
  display: none;
}
#shopping-cart-table tbody tr td.qty .field.qty .control.qty {
  display: inline-flex;
  display: -webkit-inline-flex;
  text-align: center;
  vertical-align: middle;
  background-color: #f8f7f7;
  border-radius: 2px;
}
#shopping-cart-table tbody tr td.qty .field.qty .control.qty .edit-qty {
  width: 38px;
  display: inline-block;
  cursor: pointer;
  line-height: 40px;
}
#shopping-cart-table tbody tr td.qty .field.qty .control.qty .input-text {
  text-align: center;
  margin: 0 auto;
  background-color: #f8f7f7;
  color: #333;
  border-color: transparent;
  border-radius: none;
  box-shadow: none;
  font-weight: 700;
  width: 31px;
  padding: 0;
  line-height: 40px;
}
#shopping-cart-table tbody tr td.subtotal .cart-price .price {
  font-size: 18px;
  font-weight: bold;
}
#shopping-cart-table tbody tr td .actions-toolbar {
  text-align: center;
}
#shopping-cart-table tbody tr td .actions-toolbar > .action-edit {
  display: none;
}
#shopping-cart-table tbody tr td .actions-toolbar > .action-delete {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  margin: 10px auto;
  background-color: #f8f7f7;
  font-size: 12px;
  color: #696969;
  display: block;
  line-height: 32px;
  float: right;
}
#shopping-cart-table tbody tr td .actions-toolbar > .action-delete:hover {
  color: #fff;
  background-color: #8eb35a;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item {
  text-align: right;
  display: inline-block;
  width: 100%;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .gift-content {
  display: none;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .gift-content._active {
  display: block;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .gift-content .gift-options-content .field {
  text-align: left;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .gift-content .gift-options-content .field .label {
  text-align: left;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .gift-content .actions-toolbar button {
  margin-bottom: 10px;
  margin-top: 10px;
  margin-left: 10px;
  float: right;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .action-gift {
  color: #8eb35a;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .action-gift:after {
  content: "\f107";
  font-family: 'FontAwesome';
  font-size: 14px;
  display: inline-block;
  margin-left: 5px;
  color: #696969;
}
#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .action-gift._active:after {
  content: "\f106";
}
.cart-container {
  padding-bottom: 100px;
  border-bottom: 1px solid #f4f4f4;
}
.cart-container .cart.actions {
  border-bottom: 1px solid #f4f4f4;
  display: inline-block;
  width: 100%;
}
.cart-container .cart.actions button,
.cart-container .cart.actions .btn {
  margin-bottom: 30px;
}
.cart-container .cart.actions button.clear.btn {
  background-color: transparent;
  font-weight: 700;
  color: #ababab;
  max-height: 40px;
  padding: 0 23px;
  line-height: 34px;
}
.cart-container .cart.actions button.clear.btn [class*='ion-ios-'] {
  font-size: 18px;
  color: #8eb35a;
  margin-right: 10px;
}
.cart-container .cart.actions button.clear.btn:hover,
.cart-container .cart.actions button.clear.btn:focus,
.cart-container .cart.actions button.clear.btn.active {
  color: #8eb35a;
}
.cart-container .shopping-cart-bottom {
  margin-top: 35px;
}
.cart-container .shopping-cart-bottom .summary.title {
  display: none;
}
.cart-container .shopping-cart-bottom .block-title h3 {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 20px;
}
.cart-container .shopping-cart-bottom .discount,
.cart-container .shopping-cart-bottom .shipping {
  max-width: 570px;
}
.cart-container .shopping-cart-bottom .discount .block-title h3 span:after,
.cart-container .shopping-cart-bottom .shipping .block-title h3 span:after {
  content: "\f123";
  font-family: 'Ionicons';
  display: inline-block;
  font-size: inherit;
  margin-left: 10px;
  font-size: 14px;
}
.cart-container .shopping-cart-bottom .discount.active .block-title h3 span:after,
.cart-container .shopping-cart-bottom .shipping.active .block-title h3 span:after {
  content: "\f126";
}
.cart-container .shopping-cart-bottom .discount {
  margin-bottom: 30px;
}
.cart-container .shopping-cart-bottom .discount .content .coupon {
  position: relative;
  display: inline-block;
  width: 100%;
}
.cart-container .shopping-cart-bottom .discount .content .coupon label {
  font-weight: 400;
  margin-bottom: 18px;
  padding-right: 30px;
}
.cart-container .shopping-cart-bottom .discount .content .coupon .input-text {
  padding-right: 137px;
  font-size: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.cart-container .shopping-cart-bottom .discount .content .coupon .control {
  position: relative;
}
.cart-container .shopping-cart-bottom .discount .content .coupon .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.cart-container .shopping-cart-bottom .discount .content .coupon .actions-toolbar button.action {
  padding: 0 16.5px;
  text-align: center;
  background-color: #f4f1e3;
  height: 40px;
  line-height: 40px;
  margin: 0;
  border-radius: 2px;
  letter-spacing: 0.1em;
}
.cart-container .shopping-cart-bottom .discount .content .coupon .actions-toolbar button.action:hover,
.cart-container .shopping-cart-bottom .discount .content .coupon .actions-toolbar button.action:focus,
.cart-container .shopping-cart-bottom .discount .content .coupon .actions-toolbar button.action:active {
  background-color: #8eb35a;
  color: #fff;
}
.cart-container .shopping-cart-bottom .shipping .content .fieldset > legend,
.cart-container .shopping-cart-bottom .shipping .content .fieldset br {
  display: none;
}
.cart-container .shopping-cart-bottom .shipping .content .fieldset .note {
  margin-bottom: 20px;
}
.cart-container .shopping-cart-bottom .shipping .content .fieldset .field:not(.note) {
  margin-bottom: 20px;
}
.cart-container .shopping-cart-bottom .shipping .content .fieldset .field:not(.note) .label {
  text-align: left;
  margin-bottom: 10px;
  color: #333;
  font-size: 14px;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items {
  display: inline-block;
  margin: 15px 0;
  width: 100%;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items .item-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items .item-options .field.choice {
  display: inline-flex;
  width: 100%;
  margin-bottom: 10px;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items .item-options .field.choice input {
  margin: 0;
  margin-right: 20px;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items:first-child {
  margin-top: 0;
}
.cart-container .shopping-cart-bottom .shipping .content #co-shipping-method-form .items:last-child {
  margin-bottom: 0;
}
.cart-container .shopping-cart-bottom .cart-totals {
  margin-bottom: 35px;
  text-align: right;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals caption {
  display: none;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr th {
  text-align: right;
  border: none;
  font-weight: 700;
  font-size: 15px;
  color: #333;
  padding: 10px 0;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr th.mark {
  background: none;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr th .label {
  text-align: right;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr td {
  text-align: right;
  border: none;
  font-size: 16px;
  color: #333;
  padding: 10px 0;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr td .price {
  font-style: italic;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.sub th {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.6;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.sub th:after {
  content: ":";
  display: inline-block;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.sub td .price {
  font-size: 20px;
  color: #8eb35a;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.grand th strong {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 15px 0;
  line-height: 1.6;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.grand th strong:after {
  content: ":";
  display: inline-block;
}
.cart-container .shopping-cart-bottom .cart-totals .content table.totals tbody tr.grand td .price {
  font-size: 24px;
  color: #8eb35a;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
.cart-container .shopping-cart-bottom .checkout-methods-items {
  text-align: right;
}
.cart-container .shopping-cart-bottom .checkout-methods-items .multicheckout {
  margin-top: 20px;
  color: #8eb35a;
  display: block;
}
.cart-container .shopping-cart-bottom .checkout-methods-items .multicheckout:hover {
  color: #696969;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  padding: 20px 0;
  max-width: 800px;
}
.checkout-index-index .modal-popup .modal-inner-wrap h1 {
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .fieldset .field {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .fieldset .field .label {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
  border: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap .modal-content .fieldset .field.choice {
  display: inline-flex;
}
.checkout-index-index .modal-popup .modal-footer {
  padding-top: 0;
}
.checkout-index-index .modal-popup .modal-footer button {
  padding: 12px 23px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: transparent;
  border: 1px solid #8eb35a;
  border-radius: 22.5px;
  max-height: 40px;
  margin: 0;
  margin-right: 10px;
  line-height: 1;
}
.checkout-index-index .modal-popup .modal-footer button:hover,
.checkout-index-index .modal-popup .modal-footer button:active {
  background-color: #8eb35a;
  color: #fff;
}
.checkout-index-index .modal-popup .modal-footer button.primary {
  background-color: #8eb35a;
  color: #fff;
}
.checkout-index-index .modal-popup .modal-footer button.primary:hover {
  background-color: #696969;
  border-color: #696969;
}
.checkout-index-index .page-header {
  margin: 0;
  padding: 0;
  border: none;
}
.checkout-index-index .header.content {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .checkout-index-index .header.content {
    width: 750px;
  }
  .checkout-index-index .authentication-wrapper {
    width: 33.333333%;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .checkout-index-index .header.content {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .checkout-index-index .header.content {
    width: 1200px;
  }
}
.checkout-index-index .authentication-wrapper {
  float: right;
  max-width: 470px;
  position: relative;
  z-index: 1;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle {
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  margin: 0;
  color: #8eb35a;
}
.checkout-index-index .authentication-wrapper .action-auth-toggle:hover,
.checkout-index-index .authentication-wrapper .action-auth-toggle:active,
.checkout-index-index .authentication-wrapper .action-auth-toggle:focus {
  background: none;
  border: none;
  color: #333;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown {
  background-color: #fff;
  border: 1px solid #f4f4f4;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  transition: all 0.1 linear 0s;
  -webkit-transition: all 0.1 linear 0s;
  -moz-transition: all 0.1 linear 0s;
  -o-transition: all 0.1 linear 0s;
  position: absolute;
  text-align: left;
  top: 100%;
  visibility: hidden;
  width: 100%;
  opacity: 0;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown._show {
  z-index: 100;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  visibility: visible;
  opacity: 1;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 25px;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-header {
  border: none;
  padding: 0;
  min-height: auto;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .action-close {
  background: none;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 25px;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  color: #333;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .action-close:before {
  content: "\f129";
  display: inline-block;
  font-family: "Ionicons";
  font-size: 16px;
  margin: 0;
  vertical-align: top;
  overflow: hidden;
  text-align: center;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
  padding: 0;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .action-close:hover {
  color: #8eb35a;
}
.checkout-index-index .authentication-wrapper .authentication-dropdown .modal-content {
  border-radius: none;
  box-shadow: none;
  border: none;
}
.checkout-index-index .block-authentication .block-title {
  font-size: 24px;
  border-bottom: none;
  margin-bottom: 25px;
  text-transform: uppercase;
  color: #333;
}
.checkout-index-index .block-authentication .block-title strong {
  font-weight: 400;
}
.checkout-index-index .block-authentication .block-content .fieldset {
  margin-bottom: 20px;
  padding: 0;
  border: none;
}
.checkout-index-index .block-authentication .block-content .fieldset > .field {
  margin-bottom: 18px;
  width: 100%;
  display: inline-block;
}
.checkout-index-index .block-authentication .block-content .field .label {
  font-size: 15px;
  text-transform: uppercase;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
  font-weight: 400;
  text-align: left;
}
.checkout-index-index .block-authentication .block-content .control.captcha-image {
  margin-top: 10px;
}
.checkout-index-index .block-authentication .block-content .control.captcha-image button {
  margin-top: 10px;
}
.checkout-index-index .block-authentication .actions-toolbar {
  margin-bottom: 5px;
}
.checkout-index-index .block-authentication .actions-toolbar > .primary {
  display: inline;
  float: right;
  margin-right: 0;
}
.checkout-index-index .block-authentication .actions-toolbar > .secondary {
  float: left;
  text-align: left;
}
.checkout-container button {
  padding: 12px 23px;
  border-radius: 23.5px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  background-color: #fff;
  color: #8eb35a;
  border: 1px solid #8eb35a;
  font-weight: 700;
}
.checkout-container button:hover,
.checkout-container button:active,
.checkout-container button:focus {
  background-color: #8eb35a;
  color: #fff;
}
.checkout-container button.primary {
  background-color: #8eb35a;
  color: #fff;
  border: 1px solid #8eb35a;
}
.checkout-container button.primary:hover,
.checkout-container button.primary:active,
.checkout-container button.primary:focus {
  color: #fff;
  background-color: #696969;
  border-color: #696969;
}
.checkout-container .opc-wrapper {
  display: inline-block;
  float: left;
  width: 60%;
  padding-right: 30px;
  order: 1;
}
.checkout-container .opc-wrapper .step-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 45px;
  letter-spacing: 0.05em;
}
.checkout-container .opc-wrapper .step-content {
  margin: 0 0 40px;
}
.checkout-container .opc-wrapper .step-content .fieldset {
  margin-bottom: 20px;
}
.checkout-container .opc-wrapper .step-content .fieldset .legend {
  display: none;
}
.checkout-container .opc-wrapper .step-content .fieldset .field {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.checkout-container .opc-wrapper .step-content .fieldset .label {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
  display: block;
  letter-spacing: 0.05em;
}
.checkout-container .opc-wrapper .step-content .fieldset .label span {
  margin-bottom: 18px;
  display: inline-block;
}
.checkout-container .opc-wrapper .step-content fieldset.field {
  margin-bottom: 0;
}
.checkout-container .opc-wrapper .step-content .form-login .actions-toolbar .primary {
  float: right;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .field {
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .action-toggle {
  font-size: 16px;
  color: #333;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .action-toggle:after {
  content: "\f123";
  font-size: 16px;
  display: inline-block;
  font-family: "Ionicons";
  margin-left: 5px;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .form-discount {
  position: relative;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .form-discount .label {
  display: none;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .form-discount .actions-toolbar {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .form-discount .actions-toolbar button {
  padding: 0 23px;
  height: 40px;
  line-height: 40px;
  background-color: #f4f1e3;
  color: #696969;
  border: 0;
  border-radius: 2px;
}
.checkout-container .opc-wrapper .step-content .opc-payment-additional.discount-code .form-discount .actions-toolbar button:hover {
  background-color: #8eb35a;
  color: #fff;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
  display: inline-block;
  width: 100%;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-title {
  display: inline-flex;
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-title input {
  margin: 0;
  margin-right: 10px;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-title .label {
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-title .label span {
  margin-bottom: 0;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-content {
  display: none;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-content > .field.choice {
  margin-bottom: 10px;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method .payment-method-content .actions-toolbar .primary {
  float: right;
}
.checkout-container .opc-wrapper .step-content .opc-payment .payment-methods .payment-method._active .payment-method-content {
  display: inline-block;
}
.checkout-container .opc-wrapper .opc {
  max-width: 570px;
}
.checkout-container .opc-wrapper .shipping-address-item {
  width: 33.3333%;
  display: inline-block;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 20px 35px 20px 20px;
  position: relative;
  vertical-align: top;
  border: 2px solid transparent;
}
.checkout-container .opc-wrapper .shipping-address-item:after {
  background-color: #8eb35a;
  content: "\f3fd";
  font-family: 'Ionicons';
  height: 27px;
  width: 29px;
  font-size: 32px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  color: #fff;
  visibility: hidden;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
.checkout-container .opc-wrapper .shipping-address-item .edit-address-link {
  padding: 9px 20px;
}
.checkout-container .opc-wrapper .shipping-address-item .action-select-shipping-item {
  padding: 0;
  border: none;
  background: none !important;
  color: #8eb35a;
  margin: 10px 0;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
}
.checkout-container .opc-wrapper .shipping-address-item.selected-item {
  border-color: #8eb35a;
}
.checkout-container .opc-wrapper .shipping-address-item.selected-item:after {
  visibility: visible;
}
.checkout-container .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.checkout-container .opc-sidebar {
  display: inline-block;
  float: left;
  width: 40%;
}
.checkout-container .table-checkout-shipping-method thead th {
  display: none;
}
.checkout-container .table-checkout-shipping-method tbody td {
  padding-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #f4f4f4;
}
.checkout-container .opc-sidebar .modal-header {
  display: none;
}
.checkout-container .opc-sidebar .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 2px;
  background-color: #f8f7f7;
  padding: 40px;
}
.checkout-container .opc-sidebar [class*="opc-block-"] .block {
  padding: 20px 0 25px;
  border-bottom: 1px solid #eee;
}
.checkout-container .opc-sidebar .opc-block-summary > .title {
  font-weight: 900;
  font-size: 24px;
  margin: 10px auto 0;
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
  width: 100%;
  display: inline-block;
  line-height: 1;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.1em;
}
.checkout-container .opc-sidebar .items-in-cart > .title strong {
  color: #333;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  margin-bottom: 7px;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items {
  display: block;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .minicart-items-wrapper {
  max-height: 370xp;
  overflow-y: auto;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item {
  display: inline-block;
  width: 100%;
  margin: 3px 0;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-image-container {
  display: none;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details {
  display: inline-block;
  width: 100%;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .product-item-name-block {
  display: inline-flex;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .product-item-name-block .product-item-name {
  font-weight: 400;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .details-qty {
  margin-left: 3px;
  font-weight: 700;
  display: inline-flex;
  color: #333;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .details-qty .label {
  margin: 0;
  line-height: 1.8;
  color: #333;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .subtotal {
  display: inline-block;
  float: right;
  text-align: right;
}
.checkout-container .opc-sidebar .items-in-cart .minicart-items .product-item .product-item-details .subtotal .cart-price .price {
  font-weight: 700;
  color: #ababab;
  font-style: italic;
}
.checkout-container .opc-sidebar .table-totals {
  margin-bottom: 0;
}
.checkout-container .opc-sidebar .table-totals caption {
  display: none;
}
.checkout-container .opc-sidebar .table-totals tbody tr {
  border-bottom: 1px solid #eee !important;
}
.checkout-container .opc-sidebar .table-totals tbody tr th,
.checkout-container .opc-sidebar .table-totals tbody tr td {
  background: none !important;
}
.checkout-container .opc-sidebar .table-totals tbody tr th {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  padding: 18px 0;
  line-height: 1;
  border: none;
}
.checkout-container .opc-sidebar .table-totals tbody tr td {
  padding: 18px 0;
  border: none;
  text-align: right;
  line-height: 1;
}
.checkout-container .opc-sidebar .table-totals tbody tr td .price {
  color: #ababab;
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
}
.checkout-container .opc-sidebar .table-totals tbody tr.sub td .price {
  color: #333;
}
.checkout-container .opc-sidebar .table-totals tbody tr.grand td .price {
  color: #8eb35a;
  font-size: 24px;
}
.checkout-container .opc-sidebar .opc-block-shipping-information {
  padding: 20px 0 0;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action {
  padding: 0;
  margin: 0;
  background: none !important;
  border: none;
  float: right;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action:before {
  content: "\f2bf";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 18px;
  color: #8eb35a;
  text-align: right;
  float: right;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information .shipping-information-title .action span {
  display: none;
}
.checkout-container .opc-sidebar .opc-block-shipping-information .shipping-information [class*="ship-"] {
  margin-bottom: 10px;
}
.checkout-container .payment-method-billing-address .fieldset .field-select-billing .label {
  text-transform: none;
  font-size: 14px;
}
.checkout-container .payment-method-billing-address .fieldset .actions-toolbar .primary {
  float: right;
}
.checkout-container .payment-method-billing-address .fieldset .actions-toolbar .action-cancel {
  border: none;
  text-transform: none;
  color: #696969;
}
.checkout-container .payment-method-billing-address .fieldset .actions-toolbar .action-cancel:hover,
.checkout-container .payment-method-billing-address .fieldset .actions-toolbar .action-cancel:active,
.checkout-container .payment-method-billing-address .fieldset .actions-toolbar .action-cancel:focus {
  background: none;
  color: #8eb35a;
}
.opc-progress-bar {
  margin: 0 0 40px ;
  display: block;
  font-size: 0;
  counter-reset: i;
}
.opc-progress-bar .opc-progress-bar-item {
  margin: 0 0 10px;
  width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar .opc-progress-bar-item:before {
  background-color: #f8f7f7;
  top: 19px;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar .opc-progress-bar-item:first-child:before {
  border-radius: 6px 0 0 6px;
}
.opc-progress-bar .opc-progress-bar-item:last-child:before {
  border-radius: 0 6px 6px 0;
}
.opc-progress-bar .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #ccc;
  font-size: 18px;
}
.opc-progress-bar .opc-progress-bar-item > span:before {
  height: 38px;
  margin-left: -19px;
  width: 38px;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  background-color: #f8f7f7;
}
.opc-progress-bar .opc-progress-bar-item > span:after {
  background: #fff;
  height: 26px;
  width: 26px;
  top: 6px;
  margin-left: -13px;
  content: counter(i, decimal);
  counter-increment: i;
  color: #333;
  font-weight: 600;
  font-size: 16px;
  border-radius: 50%;
  left: 50%;
  position: absolute;
  line-height: 26px;
}
.opc-progress-bar .opc-progress-bar-item._active:before,
.opc-progress-bar .opc-progress-bar-item._complete:before {
  background-color: #8eb35a;
}
.opc-progress-bar .opc-progress-bar-item._active > span,
.opc-progress-bar .opc-progress-bar-item._complete > span {
  color: #333;
}
.opc-progress-bar .opc-progress-bar-item._active > span:after,
.opc-progress-bar .opc-progress-bar-item._complete > span:after {
  font-family: "Ionicons";
  content: "\f121";
  display: inline-block;
}
.opc-progress-bar .opc-progress-bar-item._active > span:before,
.opc-progress-bar .opc-progress-bar-item._complete > span:before {
  background-color: #8eb35a;
}
[class*="multishipping-checkout-"] .page-main .form-address-edit .fieldset {
  margin-top: 0;
}
[class*="multishipping-checkout-"] .page-main .form-address-edit .fieldset .field {
  margin-bottom: 20px;
}
[class*="multishipping-checkout-"] .page-main .form-address-edit .fieldset .block-title .title {
  color: #333;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 0;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address .title {
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table caption {
  display: none;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table thead tr th {
  text-align: left;
  padding: 15px 10px;
  border-bottom: none;
  background-color: #f8f7f7;
  color: #333;
  font-weight: 700;
  text-transform: uppercase;
  vertical-align: middle;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table thead tr th.qty {
  text-align: center;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table thead tr th.product {
  padding-left: 20px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td {
  border-top: none;
  border-bottom: 1px solid #f4f4f4;
  vertical-align: middle;
  padding: 30px 10px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.qty .field .label {
  display: none;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.qty .field .control {
  max-width: 60px;
  text-align: center;
  margin: 0 auto;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.qty .field .control input {
  padding: 0;
  height: 40px;
  line-height: 40px;
  margin: 0;
  text-align: center;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.address .label {
  display: none;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.address .control select {
  margin: 0;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.actions .action {
  text-align: center;
  position: relative;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.actions .action:before {
  content: "\f253";
  font-family: "Ionicons";
  display: inline-block;
  font-size: 16px;
  color: #333;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address #multiship-addresses-table tbody tr td.actions .action > span {
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  position: absolute;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .primary {
  display: inline-block;
  margin-bottom: 10px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .secondary .action {
  margin-right: 20px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .secondary .action.back {
  float: left;
  width: 100%;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content {
  margin: 0 -15px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box {
  display: inline-block;
  width: 33.3333%;
  padding: 0 15px;
  float: left;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #333;
  display: block;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-title .action {
  color: #8eb35a;
  text-transform: none;
  float: right;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-content br {
  display: none;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-content legend {
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f4f4f4;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-content .item-title {
  color: #333;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .box-content .item-content {
  margin-bottom: 20px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items {
  display: inline-block;
  width: 100%;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product {
  display: inline-block;
  width: 100%;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product .number {
  color: #333;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product .number .photo,
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product .number .product-name {
  display: inline-block;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product .number .photo.container {
  width: auto;
  padding: 0;
  float: left;
  margin-right: 15px;
}
[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box .gift-message .order-options .items .item .product .number .product-name {
  color: #333;
}
@font-face {
  font-family: 'OrganieFarm';
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganieFarm.eot?5pu6sd');
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganieFarm.eot?5pu6sd#iefix') format('embedded-opentype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganieFarm.ttf?5pu6sd') format('truetype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganieFarm.woff?5pu6sd') format('woff'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganieFarm.svg?5pu6sd#OrganieFarm') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="farm icon-"],
[class*=" farm icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'OrganieFarm' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.farm.icon-apple:before {
  content: "\e900";
}
.farm.icon-banana:before {
  content: "\e901";
}
.farm.icon-basket:before {
  content: "\e902";
}
.farm.icon-blender:before {
  content: "\e903";
}
.farm.icon-bread:before {
  content: "\e904";
}
.farm.icon-broccoli:before {
  content: "\e905";
}
.farm.icon-carrot:before {
  content: "\e906";
}
.farm.icon-coconut:before {
  content: "\e907";
}
.farm.icon-corn:before {
  content: "\e908";
}
.farm.icon-cucumber:before {
  content: "\e909";
}
.farm.icon-delivery:before {
  content: "\e90a";
}
.farm.icon-droplets:before {
  content: "\e90b";
}
.farm.icon-eco-bag:before {
  content: "\e90c";
}
.farm.icon-egg:before {
  content: "\e90d";
}
.farm.icon-egg-plant:before {
  content: "\e90e";
}
.farm.icon-grain:before {
  content: "\e90f";
}
.farm.icon-grape:before {
  content: "\e910";
}
.farm.icon-home:before {
  content: "\e911";
}
.farm.icon-honey:before {
  content: "\e912";
}
.farm.icon-jam:before {
  content: "\e913";
}
.farm.icon-leaf:before {
  content: "\e914";
}
.farm.icon-lemon:before {
  content: "\e915";
}
.farm.icon-lettuce:before {
  content: "\e916";
}
.farm.icon-map:before {
  content: "\e917";
}
.farm.icon-milk:before {
  content: "\e918";
}
.farm.icon-organie:before {
  content: "\e919";
}
.farm.icon-smoothie:before {
  content: "\e91a";
}
.farm.icon-tomato:before {
  content: "\e91b";
}
.farm.icon-tractor:before {
  content: "\e91c";
}
@font-face {
  font-family: 'OrganiePlant';
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganiePlant.eot?5kccg4');
  src: url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganiePlant.eot?5kccg4#iefix') format('embedded-opentype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganiePlant.ttf?5kccg4') format('truetype'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganiePlant.woff?5kccg4') format('woff'), url('../../frontend/Mgs/imperialteas/en_GB/fonts/OrganiePlant.svg?5kccg4#OrganiePlant') format('svg');
  font-weight: normal;
  font-style: normal;
}
.plant[class*='icon-'] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'OrganiePlant' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-plant:before {
  content: "\e900";
}
.icon-plant-1:before {
  content: "\e901";
}
.icon-plant-2:before {
  content: "\e902";
}
.icon-plant-3:before {
  content: "\e903";
}
.icon-plant-4:before {
  content: "\e904";
}
.icon-plant-5:before {
  content: "\e905";
}
.custom-deal-single {
  position: relative;
  min-height: 610px;
}
.custom-deal-single .title-block {
  background: none;
  left: 50%;
  margin: 0;
  margin-left: 5px;
  padding: 0;
  position: absolute;
  text-align: left;
  top: 120px;
  width: auto;
}
.custom-deal-single .title-block h2 {
  line-height: 1;
}
.deal-timer {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 0;
}
.deal-timer .countdown {
  display: inline-block;
  width: 100%;
}
.deal-timer .countdown span {
  display: inline-block;
  text-align: center;
  width: 25%;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 15px;
  color: #8eb35a;
}
.deal-timer .countdown span b {
  display: block;
  position: relative;
  line-height: 1;
}
.deal-timer .countdown span .timer {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-style: italic;
  color: #797575;
}
.deal-timer .countdown span b:not(.timer) {
  margin-bottom: 12px;
}
.deal-timer .countdown span b:not(.timer):after {
  content: ":";
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  right: 0;
}
.deal-timer .countdown span.secs b:not(.timer):after {
  display: none;
}
.single-deal-grid .product-item {
  display: inline-block;
  width: 100%;
  float: left;
}
.single-deal-grid .product-item .product-photo,
.single-deal-grid .product-item .product-item-details {
  display: inline-block;
  float: left;
  position: relative;
  width: 50%;
}
.single-deal-grid .product-item .product-photo {
  text-align: center;
}
.single-deal-grid .product-item .product-photo img {
  margin: 0 auto;
  max-height: 610px;
  z-index: 2;
}
.single-deal-grid .product-item .box-deal-label {
  background-color: #8eb35a;
  border-radius: 50%;
  color: #fff;
  height: 140px;
  left: 0;
  padding: 30px;
  position: absolute;
  text-align: center;
  margin: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 140px;
  z-index: 1;
}
.single-deal-grid .product-item .box-deal-label span.text {
  font-size: 16px;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  font-style: italic;
  margin-top: 10px;
  margin-left: 5px;
}
.single-deal-grid .product-item .box-deal-label .price-box {
  line-height: 1;
}
.single-deal-grid .product-item .box-deal-label .price-box .old-price {
  display: none;
}
.single-deal-grid .product-item .box-deal-label .price-box .price {
  font-size: 40px;
  line-height: 1;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  letter-spacing: 0;
}
.single-deal-grid .product-item .product-item-name {
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-top: 170px;
  margin-bottom: 25px;
}
.single-deal-grid .product-item .product-item-name a {
  color: #8eb35a;
}
.single-deal-grid .product-item .product-item-name a:hover {
  color: #696969;
}
.single-deal-grid .product-item .short-description {
  margin-bottom: 34px;
  line-height: 1.7;
}
.single-deal-grid .product-item .deal-timer {
  margin-bottom: 18px;
}
.single-deal-grid .product-item .deal-timer .countdown span {
  font-size: 48px;
}
.single-deal-grid .product-item .product-item-actions {
  display: inline-flex;
}
.single-deal-grid .product-item .product-item-actions .btn-cart {
  display: inline-block;
  margin-right: 20px;
}
.single-deal-grid .product-item .product-item-actions .btn-addto-default {
  display: inline-block;
  margin-right: 20px;
}
.single-deal-grid .product-item .box-attribute {
  display: inline-block;
  width: 100%;
  float: left;
}
.single-deal-grid .product-item .box-attribute dl {
  display: inline-flex;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
.single-deal-grid .product-item .box-attribute dl dt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #696969;
  min-width: 134px;
  text-transform: uppercase;
}
.single-deal-grid .product-item .box-attribute dl dd {
  display: inline-block;
}
.single-deal-grid .product-item .box-attribute dl:first-child {
  margin-top: 0;
}
.single-deal-grid .product-item .box-attribute dl:last-child {
  margin-bottom: 0;
}
.custom-deal-layout1 .single-deal-grid .product-item .product-item-details {
  padding-right: 100px;
}
.custom-deal-layout1 .single-deal-grid .product-item .deal-timer {
  margin-bottom: 38px;
}
.custom-deal-layout1 .single-deal-grid .product-item .deal-timer .countdown {
  margin-left: -13px;
}
.custom-deal-layout1 .single-deal-grid .product-item .box-attribute {
  display: none;
}
.custom-deal-layout1 .single-deal-grid .product-item .product-photo:after {
  content: "";
  display: block;
  width: 472px;
  height: 600px;
  border: 8px solid rgba(255, 255, 255, 0.83);
  position: absolute;
  transform: rotate(-15deg);
  -webkit-transform: rotate(-15deg);
  -moz-transform: rotate(-15deg);
  -o-transform: rotate(-15deg);
  top: 20px;
  left: 30px;
  z-index: 0;
}
.custom-deal-layout1 .single-deal-grid .product-item .short-desciption {
  margin-bottom: 35px;
}
.deal-products-grid .product-item .product-photo {
  display: inline-block;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}
.deal-products-grid .product-item .product-photo .box-deal-label {
  margin: 0;
  padding: 10px 0;
  width: 80px;
  height: 80px;
  font-size: 15px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #8eb35a;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 12px;
  font-style: italic;
}
.deal-products-grid .product-item .product-photo .box-deal-label .price-box {
  line-height: 1;
  margin-top: 5px;
}
.deal-products-grid .product-item .product-photo .box-deal-label .price-box .old-price {
  display: none;
}
.deal-products-grid .product-item .product-photo .box-deal-label .price-box .price {
  color: #fff;
  font-size: 27px;
}
.deal-products-grid .product-item .product-photo .product-item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.deal-products-grid .product-item .product-photo .product-item-inner .product-item-actions {
  display: inline-flex;
}
.deal-products-grid .product-item .product-photo .product-item-inner .btn-addto {
  display: inline-block;
  margin-left: 2.5px;
  margin-right: 2.5px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.deal-products-grid .product-item .product-item-details {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.deal-products-grid .product-item .product-item-details .product-item-name {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  margin-top: 0;
  margin-bottom: 18px;
  letter-spacing: 0.05em;
}
.deal-products-grid .product-item .deal-timer .countdown span .timer {
  font-size: 12px;
}
.deal-products-grid .product-item:hover .product-photo .product-item-inner .btn-addto {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
}
.single-product .mgs-product .product-item-info {
  margin: 0 -15px;
}
.single-product .mgs-product .product-item-info .product-image,
.single-product .mgs-product .product-item-info .product-item-details {
  width: 50%;
  display: inline-block;
  float: left;
  padding: 0 15px;
}
.single-product .mgs-product .product-item-info .product-image .product-item-photo {
  display: inline-block;
  border: 1px solid #8eb35a;
  border-radius: 2px;
}
.single-product .mgs-product .product-item-info .product-label {
  top: 0;
  left: 0;
  right: auto;
}
.single-product .mgs-product .product-item-info .product-label span {
  width: 30px;
  height: 30px;
  padding: 0;
  line-height: 30px;
  border-radius: 50%;
  background-color: #8eb35a;
  text-align: center;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-name h4 {
  margin: 0;
  margin-bottom: 20px;
  color: #8eb35a;
  font-size: 16px;
  font-style: italic;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-name h4:hover {
  color: #333;
}
.single-product .mgs-product .product-item-info .product-item-details .price-box {
  margin-bottom: 10px;
}
.single-product .mgs-product .product-item-info .product-item-details .price-box .price {
  font-size: 20px;
}
.single-product .mgs-product .product-item-info .product-item-details .categories-link {
  display: inline-flex;
  margin-bottom: 20px;
  width: 100%;
}
.single-product .mgs-product .product-item-info .product-item-details .categories-link .label {
  font-size: 14px;
  text-transform: uppercase;
  min-width: 100px;
}
.single-product .mgs-product .product-item-info .product-item-details .categories-link .value a {
  color: #8eb35a;
}
.single-product .mgs-product .product-item-info .product-item-details .categories-link .value a:hover {
  color: #333;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions .btn {
  display: inline-block;
  margin-right: 10px;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions form {
  display: inline;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions .btn-addto {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #fff;
  color: #8eb35a;
  border: 1px solid #8eb35a;
}
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions .btn-addto:hover,
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions .btn-addto:active,
.single-product .mgs-product .product-item-info .product-item-details .product-item-actions .btn-addto:focus {
  background-color: #8eb35a;
  color: #fff;
}
.portfolio-list-block .item .portfolio-top-content {
  position: relative;
}
.portfolio-list-block .item .portfolio-top-content .hover-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  transform: -50%;
  -webkit-transform: -50%;
  -moz-transform: -50%;
  -o-transform: -50%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.portfolio-list-block .item .portfolio-top-content .hover-info span {
  display: inline-block;
  width: 100%;
}
.portfolio-list-block .item .portfolio-top-content .hover-info span.fa {
  font-size: 18px;
  color: #8eb35a;
  margin-bottom: 10px;
}
.portfolio-list-block .item .portfolio-top-content .hover-info span .categories a {
  color: #8eb35a;
}
.portfolio-list-block .item .portfolio-top-content .hover-info span .categories a:hover {
  color: #333;
}
.portfolio-list-block .item .portfolio-top-content:hover img {
  opacity: 0.4;
}
.portfolio-list-block .item .portfolio-top-content:hover .hover-info {
  opacity: 1;
  visibility: visible;
}
.mgs-quickview-catalog-product-view .scroll-to-top {
  display: none;
}
.mgs-quickview-catalog-product-view .product-details-view .product-info-main .product-add-form .product-addto {
  display: none;
}
.modal_newsletter-popup.modal-popup .modal-content {
  padding: 0;
}
.modal_newsletter-popup.modal-popup .modal-content .form-group {
  margin-bottom: 10px;
}
.modal_newsletter-popup.modal-popup .modal-header {
  min-height: 0px;
  padding: 0;
}
.modal_newsletter-popup.modal-popup #newsletter-popup {
  padding: 10px 30px 0;
  min-height: 600px;
  min-width: 700px;
  text-align: center;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 400px 400px;
  background-position-y: center;
  background-position-x: 10%;
}
.modal_newsletter-popup.modal-popup #newsletter-popup #dont_show {
  margin-top: 7px;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top {
  padding-top: 100px;
  width: 50%;
  margin-left: 50%;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content {
  margin-bottom: 100px;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content h3 {
  font-weight: 700;
  text-transform: uppercase;
  color: #333;
  font-size: 35px;
  margin: 0 0 30px;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-content p {
  color: #333;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .form {
  display: inline-block;
  width: 100%;
  position: relative;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .form .newletter {
  display: inline-block;
  width: 100%;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .form .actions {
  position: absolute;
  right: 0;
  top: 0;
}
.modal_newsletter-popup.modal-popup #newsletter-popup .block-popup-subscribe .block-popup-top .newsletter-popup-form .form .actions .btn-primary {
  border-radius: 2px;
}
.block-abs-top30 {
  margin-top: -30px;
}
.promo-birthday-flowers {
  padding: 0 25px;
  padding-bottom: 15px;
}
.promo-birthday-flowers h4 {
  font-weight: 700;
  font-style: italic;
  color: #333;
  letter-spacing: 0.4em;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.promo-birthday-flowers p {
  font-weight: 900;
  color: #fff;
  padding: 3px 10px;
  letter-spacing: 0.3em;
  margin-left: 36px;
  background-color: #000;
  line-height: 1;
  font-size: 18px;
}
.promo-flowers-party {
  text-align: center;
  padding-top: 56px;
}
.promo-flowers-party h6 {
  color: #fff;
  font-style: italic;
  letter-spacing: 0.2em;
  padding: 6px 10px 7px;
  background-color: #000;
  margin-top: 0;
  margin-bottom: 15px;
  display: inline-block;
  margin: 0 auto;
  width: auto;
  text-transform: capitalize;
}
.promo-flowers-party span {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  line-height: 1.3;
  margin-top: 10px;
  display: inline-block;
}
.promo-gift-flowers {
  margin-top: 128px;
  text-align: center;
}
.promo-gift-flowers .h2 {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0;
  margin-bottom: 17px;
  display: block;
  margin-left: 8px;
}
.promo-gift-flowers .h6 {
  font-size: 14px;
  color: #696969;
  font-style: italic;
  letter-spacing: 0.2em;
  margin: 0;
  padding: 0;
  display: block;
  margin-left: 8px;
}
.custom-border-promo .promobanner .text {
  width: 100%;
}
.custom-border-promo .promobanner > a {
  display: block;
  position: relative;
  width: 100%;
}
.custom-border-promo .promobanner > a:after {
  content: "";
  display: inline-block;
  border: 1px solid #696969;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  position: absolute;
  z-index: 1;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.promo-flowers-wedding {
  text-align: center;
}
.promo-flowers-wedding h6 {
  padding: 0;
  margin-top: 5px;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #fff;
  margin-bottom: 18px;
}
.promo-flowers-wedding span {
  font-weight: 900;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  max-width: 220px;
  line-height: 1.3;
}
.promo-flowers-valentine {
  font-weight: bold;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  padding: 30px;
  padding-bottom: 32px;
  background-color: #fff;
  display: inline-block;
  min-width: 212px;
  text-align: center;
  letter-spacing: 0.2em;
}
.margin-bottom30 .promobanner {
  margin-bottom: 30px;
}
.flower-block-about {
  text-align: center;
}
.flower-block-about .block-about-title {
  text-align: center;
}
.flower-block-about .block-about-title h2 {
  font-weight: 900;
  font-size: 34px;
  text-transform: uppercase;
  color: #333;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 21px;
  line-height: 1;
}
.flower-block-about .block-about-title .h4 {
  font-size: 16px;
  font-style: italic;
  color: #696969;
  margin: 0;
  padding: 0;
  letter-spacing: 0.2em;
}
.flower-block-about .block-about-title .img-icon {
  margin: 0 auto;
}
.flower-block-about .block-about-title .img-icon img {
  margin: 0 auto;
  max-width: 100%;
}
.flower-block-about .subtitle {
  font-size: 24px;
  font-style: italic;
  color: #333;
  letter-spacing: 0.1em;
  display: block;
  margin-top: 68px;
  margin-bottom: 126px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}
.flower-block-about .box-item {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.flower-block-about .box-item img {
  margin: 0 auto;
}
.flower-block-about .box-item h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 44px 0 24px;
}
.flower-block-about .box-item p {
  margin-bottom: 14px;
}
.flower-block-about .box-item a.read-more {
  font-weight: 700;
  font-size: 14px;
  font-style: italic;
  color: #696969;
  text-decoration: underline;
  letter-spacing: 0.1em;
  margin: 0;
}
.flower-block-about .box-item a.read-more:hover {
  color: #8eb35a;
}
.testimonial-block .owl-carousel .testimonial-item {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.testimonial-block .owl-carousel .testimonial-item .img-author {
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.testimonial-block .owl-carousel .testimonial-item .img-author img {
  margin: 0 auto;
  border-radius: 50%;
}
.testimonial-block .owl-carousel .testimonial-item .content p.h5 {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 36px;
}
.testimonial-block .owl-carousel .testimonial-item .content .author {
  margin-top: 40px;
}
.testimonial-block .owl-carousel .testimonial-item .content .author strong {
  font-size: 14px;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 0.05em;
  color: #333;
}
.testimonial-block .owl-carousel .testimonial-item .content .author .h6 {
  font-style: italic;
  letter-spacing: 0.05em;
}
.testimonial-block .owl-carousel .testimonial-item .content .author .h6 span {
  margin-right: 10px;
}
.testimonial-block .owl-carousel .owl-nav [class*="owl-"] {
  opacity: 1;
  visibility: visible;
  font-size: 48px;
  border: none;
  width: auto;
  height: auto;
  line-height: 1;
  transform: translate(0, -50%) !important;
  -webkit-transform: translate(0, -50%) !important;
  -moz-transform: translate(0, -50%) !important;
  -o-transform: translate(0, -50%) !important;
  color: #392a25;
  opacity: 0.7;
}
.testimonial-block .owl-carousel .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #8eb35a;
}
.icon-bg-testimonial {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.icon-bg-testimonial img {
  margin: 0 auto;
  text-align: center;
}
.instagram-block .block-content ul {
  display: inline-flex;
}
.instagram-block .block-content ul li {
  display: inline-block;
}
.instagram-block .block-content ul li img {
  opacity: 0.5;
  margin: 0 auto;
  max-width: 100%;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.instagram-block .block-content ul li:hover img {
  opacity: 1;
}
.social-tweet .tweet-container {
  display: inline-flex;
  width: 100%;
  margin-bottom: 30px;
}
.social-tweet .tweet-container:last-child {
  margin-bottom: 0;
}
.social-tweet .tweet-container .icon {
  font-size: 40px;
  margin-right: 20px;
  vertical-align: middle;
}
.social-tweet .tweet-container .tweet-content a {
  color: #8eb35a;
}
.social-tweet .tweet-container .tweet-content a:hover {
  color: #696969;
}
.social-tweet .tweet-container .tweet-content .times {
  font-style: italic;
  font-size: 12px;
}
.social-tweet .tweet-container .tweet-content .times a {
  color: #333;
}
.social-tweet .tweet-container .tweet-content .times a:hover {
  color: #8eb35a;
}
.title-flower .title-block p.h4 {
  padding-bottom: 20px;
}
.text-center .mgs-blog-lastest-posts .item .image img {
  margin: 0 auto;
}
.text-center .mgs-blog-lastest-posts .item .post-content {
  padding-top: 30px;
}
.text-center .mgs-blog-lastest-posts .item .post-content h3 {
  margin-top: 0;
  margin-bottom: 20px;
}
.custom-line-after {
  position: relative;
}
.custom-line-after:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: -40px;
  background-color: #333;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 0 auto;
}
.swatch-option.text {
  line-height: 12px !important;
}
.fotorama__nav-wrap.fotorama__nav-wrap--horizontal {
  margin-top: 20px;
}
.header2.header-sticky-menu .slider_mgs_carousel,
.header3.header-sticky-menu .slider_mgs_carousel {
  display: none;
}
.custom-boxshadown {
  box-shadow: 0 10px 0 #fafafa inset;
}
.block-about {
  text-align: center;
  display: block;
  width: 100%;
}
.block-about .block-title-about img {
  margin: 0 auto;
}
.block-about .block-title-about .h3 {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
  font-weight: 400;
  margin-top: 62px;
  margin-bottom: 130px;
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
}
.block-about .box-item {
  margin-bottom: 30px;
  text-align: center;
}
.block-about .box-item img {
  margin: 0 auto;
}
.block-about .box-item h4 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 25px;
  margin-bottom: 25px;
  color: #333;
}
.block-about .box-item p {
  line-height: 25px;
  margin-bottom: 25px;
}
.block-about .box-item .btn {
  padding-left: 25.5px;
  padding-right: 25.5px;
}
.block-about .box-item.box-item2 img {
  margin-left: 100px;
}
.block-about .box-item.box-item3 img {
  margin-left: 86px;
}
.custom-layer-abs {
  position: relative;
}
.custom-layer-abs:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background-color: #8eb35a;
  position: absolute;
  bottom: -40px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.block-delivery-process [class*='layer-'] {
  position: absolute;
  display: block;
  max-width: 100%;
  z-index: 2;
}
.block-delivery-process .layer-left {
  left: 0;
  bottom: -200px;
}
.block-delivery-process .layer-right {
  right: 0;
  top: -138px;
}
.block-delivery-process .block-content {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: center;
  padding-top: 44px;
}
.block-delivery-process .block-content .step-content [class*='step-'] {
  display: inline-block;
  width: 25%;
  text-align: center;
  float: left;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-content {
  position: relative;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-content h5 {
  font-size: 18px;
  color: #333;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon {
  display: block;
  margin: 0 auto;
  width: 126px;
  height: 123px;
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/border-img.png) center center no-repeat scroll;
  padding-top: 4px;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon .farm {
  text-align: center;
  width: 115px;
  height: 115px;
  line-height: 115px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  border-radius: 50%;
  color: #8eb35a;
  display: block;
  margin: 0 auto;
  font-size: 0;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon .farm:before {
  font-size: 56px;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon .farm.icon-organie:before {
  font-size: 50px;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon:after {
  content: "";
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/arrow-delivery.png) scroll no-repeat;
  display: inline-block;
  width: 133px;
  height: 92px;
  position: absolute;
  top: -79px;
  right: -59px;
  opacity: 0.5;
}
.block-delivery-process .block-content .step-content [class*='step-'] .box-icon:hover .farm {
  background-color: #8eb35a;
  color: #fff;
}
.block-delivery-process .block-content .step-content .step-1 {
  margin-top: 175px;
}
.block-delivery-process .block-content .step-content .step-4 {
  margin-top: 231px;
}
.block-delivery-process .block-content .step-content .step-4 .box-content {
  margin-left: 12px;
}
.block-delivery-process .block-content .step-content .step-4 .box-icon:after {
  display: none;
}
.block-delivery-process .block-content .step-content .setting-img {
  margin-top: -255px;
  display: inline-flex;
}
.block-delivery-process .block-content .step-content .step-2 .box-content {
  margin-right: 21px;
}
.block-delivery-process .block-content .step-content .step-2 .box-icon:after {
  transform: rotateX(180deg) rotate(30deg);
  -webkit-transform: rotateX(180deg) rotate(30deg);
  -moz-transform: rotateX(180deg) rotate(30deg);
  -ms-transform: rotateX(180deg) rotate(30deg);
  bottom: 57px;
  top: auto;
  right: -104px;
}
.block-delivery-process .block-content .step-content .step-3 .box-content {
  margin-left: 80px;
}
.block-delivery-process .block-content .step-content .step-3 .box-icon:after {
  transform: rotate(80deg);
  -webkit-transform: rotate(80deg);
  -moz-transform: rotate(80deg);
  -o-transform: rotate(80deg);
  bottom: -10px;
  top: auto;
  right: -120px;
}
.custom-title-bottom .title-block {
  margin-bottom: 65px;
}
.block-welcome-organie {
  text-align: center;
}
.block-welcome-organie .tool-tip {
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  max-width: 730px;
  line-height: 2;
  margin: 20px auto 105px;
}
.block-welcome-organie .block-content {
  padding-left: 110px;
  padding-right: 120px;
}
.block-welcome-organie .box-cate-item {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 25px;
  padding-left: 10px;
  padding-right: 10px;
  max-width: 170px;
  border: 1px solid transparent;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
  margin: 0 auto;
}
.block-welcome-organie .box-cate-item .box-top {
  width: 100%;
  position: relative;
}
.block-welcome-organie .box-cate-item .box-top img {
  margin: 0 auto;
}
.block-welcome-organie .box-cate-item .box-top .farm {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 45px;
  color: #fff;
  padding-left: 20px;
}
.block-welcome-organie .box-cate-item h5 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #333;
  margin-top: 32px;
  margin-bottom: 17px;
  text-transform: capitalize;
  display: block;
}
.block-welcome-organie .box-cate-item h5:after {
  content: "";
  display: block;
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
  margin: 0 auto;
  margin-top: 17px;
}
.block-welcome-organie .box-cate-item p.h6 {
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #696969;
  margin-bottom: 0;
}
.block-welcome-organie .box-cate-item:hover {
  border-color: #8eb35a;
}
.block-welcome-organie [class*='col-md'] {
  padding-left: 10px;
  padding-right: 10px;
}
.custom-block-why-choose {
  position: relative;
  max-height: 615px;
}
.block-why-choose-organie .box-left-abs {
  position: absolute;
  bottom: -100px;
  left: 0;
  z-index: 2;
}
.block-why-choose-organie .box-right-abs {
  position: absolute;
  right: 0;
  top: -355px;
  z-index: 2;
}
.block-why-choose-organie .block-content .box-center img {
  margin: 0 auto;
}
.block-why-choose-organie .block-content [class*='box-item'] {
  display: inline-block;
  width: 100%;
  padding: 10px 25px;
}
.block-why-choose-organie .block-content [class*='box-item'] h5 {
  font-weight: 700;
  color: #333;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
  font-size: 18px;
}
.block-why-choose-organie .block-content [class*='box-item'] p {
  position: relative;
  z-index: 2;
  margin: 0;
}
.block-why-choose-organie .block-content .box-left {
  padding-top: 130px;
}
.block-why-choose-organie .block-content .box-left .box-item-1 {
  margin-bottom: 80px;
}
.block-why-choose-organie .block-content .box-right {
  padding-top: 130px;
}
.block-why-choose-organie .block-content .box-right .box-item-2 {
  margin-bottom: 80px;
}
.block-why-choose-organie .block-content .box-item-1 {
  position: relative;
}
.block-why-choose-organie .block-content .box-item-1:before {
  content: "";
  background-color: #fff;
  border-radius: 45px;
  bottom: -20px;
  left: -25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: -15px;
  transform: perspective(800px) rotateY(-25deg);
  -webkit-transform: perspective(800px) rotateY(-25deg);
  -moz-transform: perspective(800px) rotateY(-25deg);
  -mz-transform: perspective(800px) rotateY(-25deg);
}
.block-why-choose-organie .block-content .box-item-2 {
  position: relative;
}
.block-why-choose-organie .block-content .box-item-2:before {
  background-color: #fff;
  border-radius: 45px;
  bottom: -20px;
  content: "";
  left: -5px;
  padding: 0;
  position: absolute;
  right: -20px;
  top: -15px;
  transform: perspective(800px) rotateY(25deg);
  -webkit-transform: perspective(800px) rotateY(25deg);
  -moz-transform: perspective(800px) rotateY(25deg);
  -mz-transform: perspective(800px) rotateY(25deg);
}
.promobanner.border-zoom:before {
  top: 30px;
  bottom: 30px;
  right: 30px;
  left: 30px;
  border-width: 2px;
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -o-transform: scale(1.4);
}
.promobanner .banner-summer {
  padding-left: 58px;
  padding-bottom: 34px;
}
.promobanner .banner-summer .h4 {
  font-size: 34px;
  color: #333;
  font-style: italic;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 12px;
}
.promobanner .banner-summer h3 {
  font-size: 100px;
  font-weight: 900;
  letter-spacing: 0.4em;
  color: #fff;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.promobanner .banner-summer .sale-code {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.23em;
  line-height: 1;
  color: #696969;
  padding-top: 6px;
  padding-bottom: 4px;
  margin-left: 5px;
}
.promobanner .banner-summer .sale-code .code {
  background-color: #fff;
  padding-left: 8px;
  padding-right: 10px;
  margin-left: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.promobanner .banner-organie {
  margin-top: 20px;
  margin-left: -5px;
}
.promobanner .banner-organie .h4 {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.2em;
  color: #333;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  display: block;
  margin-left: 13px;
}
.promobanner .banner-organie h3 {
  font-size: 120px;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 8px;
  color: #fff;
}
.promobanner .banner-organie .sale-code {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #696969;
  text-align: right;
  margin-right: 25px;
}
.margin-bottom-blog .blog-block .title-block {
  margin-bottom: 95px;
}
.block-story {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 120px;
  padding-bottom: 125px;
}
.block-story .layer-top {
  position: absolute;
  top: -145px;
  left: 0;
  z-index: -1;
}
.block-story .layer-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
}
.block-story .block-content .col-md-4 {
  position: relative;
}
.block-story .block-content .box-left,
.block-story .block-content .box-right {
  z-index: -1;
}
.block-story .block-content .box-center {
  background-color: #fff;
  width: 570px;
  height: 700px;
  padding: 62px 65px 75px;
  position: absolute;
  top: 0;
  z-index: 1;
  left: -85px;
  display: block;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  margin-top: 70px;
}
.block-story .block-content .box-center:before {
  content: "";
  display: block;
  border: 1px solid #f4f1e3;
  position: absolute;
  top: 15px;
  right: 15px;
  left: 15px;
  bottom: 15px;
}
.block-story .block-content .box-left {
  margin-top: 70px;
}
.block-story .block-content .box-left .img-left-1 {
  float: right;
  margin-right: -30px;
  margin-top: 54px;
}
.block-story .block-content .box-left .img-left-2 {
  margin-top: 56px;
}
.block-story .block-content .box-right .img-right-1 {
  margin-left: 34px;
}
.block-story .block-content .box-right .img-right-2 {
  position: absolute;
  left: -57%;
  top: 100%;
  z-index: -1;
  margin-top: -103px;
}
.block-story .block-content .author {
  margin-top: 36px;
  display: inline-flex;
}
.block-story .block-content .author img {
  margin-right: 28px;
}
.block-story .block-content .author strong {
  text-transform: uppercase;
  display: block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #333;
  margin-top: 17px;
}
.block-story .block-content .author .info-author {
  display: inline-block;
}
.block-story .block-content .author .info {
  font-style: italic;
  letter-spacing: 0.05em;
}
.block-story .title-block {
  margin-bottom: 33px;
}
.custom-block-product-slider {
  padding-left: 75px;
  padding-right: 75px;
}
.fullwidth-product-custom-col .products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner {
  left: 0;
  right: 0;
  top: 50%;
  transform: tramslateY(-50%);
  -webkit-transform: tramslateY(-50%);
  -moz-transform: tramslateY(-50%);
  -o-transform: tramslateY(-50%);
}
.fullwidth-product-custom-col .products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .product-item-actions,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner .product-item-actions {
  display: inline-flex;
}
.fullwidth-product-custom-col .products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner .form,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .form,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner .form,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-2 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-8 .product-item .product-item-info .product-top .product-item-inner .btn-addto,
.fullwidth-product-custom-col .products-grid .product-items.row-custom-7 .product-item .product-item-info .product-top .product-item-inner .btn-addto {
  display: inline-block;
  margin: 0 5px;
}
.block-farm-services .title-block {
  margin-bottom: 30px;
}
.block-farm-services .block-content {
  text-align: center;
}
.block-farm-services .block-content img {
  margin: 0 auto;
}
.block-farm-services .block-content .img-main img {
  max-width: 100%;
}
.block-farm-services .block-content .farm_services_item .farm {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 30px;
  color: #8eb35a;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  margin: 20px auto 0;
  display: block;
}
.block-farm-services .block-content .farm_services_item h3 {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.05em;
  margin-top: 26px;
  margin-bottom: 10px;
  color: #333;
  text-transform: capitalize;
}
.block-farm-services .block-content .farm_services_item h3:after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 32px;
  height: 1px;
  background-color: #e7e5e4;
}
.block-farm-services .block-content .farm_services_item p {
  margin-bottom: 5px;
  line-height: 1.7;
}
.block-farm-services .block-content .farm_services_item a {
  font-style: italic;
  font-weight: 700;
  text-decoration: underline;
  color: #696969;
  letter-spacing: 0.1em;
}
.block-farm-services .block-content .farm_services_item a:hover {
  color: #8eb35a;
}
.block-farm-services .block-content .img-main {
  margin-top: 60px;
}
.custom-deal-layout2 .deal-product-cat-block {
  margin-top: -130px;
  display: block;
  background-color: #fff;
  width: 100%;
  padding-top: 100px;
  position: relative;
  float: left;
}
.custom-deal-layout2 .title-block {
  background: none;
  padding: 0;
  margin: 0;
  position: absolute;
  left: 50%;
  top: 156px;
  margin-left: 15px;
  width: auto;
  text-align: left;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-photo {
  padding-left: 100px;
  padding-right: 85px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-photo .product-item-photo {
  display: block;
  width: 100%;
  position: relative;
  padding-right: 30px;
  padding-bottom: 30px;
  z-index: 3;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-photo .product-item-photo:after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: calc(100% - 40px);
  border: 5px solid #dde8cd;
  top: 40px;
  left: 30px;
  z-index: -1;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-photo .box-deal-label {
  z-index: 5;
  left: 0;
  top: 40%;
  margin-top: -10px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-name {
  margin-top: 18px;
  margin-bottom: 92px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details {
  padding-right: 100px;
  padding-left: 15px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .short-description {
  margin-bottom: 20px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl {
  display: inline-flex;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl:last-child {
  margin-bottom: 0;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl:first-child {
  margin-top: 0;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl dt {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #696969;
  letter-spacing: 0.05em;
  min-width: 135px;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl dd {
  color: #696969;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl dd a {
  color: #696969;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-details .box-attribute dl dd a:hover {
  color: #8eb35a;
}
.custom-deal-layout2 .single-deal-grid .product-item .product-item-actions .btn-cart,
.custom-deal-layout2 .single-deal-grid .product-item .product-item-actions .btn-addto-default {
  margin-right: 10px;
}
.block-testimonial-bg {
  position: relative;
  padding-top: 90px;
  padding-bottom: 100px;
}
.block-testimonial-bg .box-left {
  position: absolute;
  left: 0;
  bottom: -190px;
}
.block-testimonial-bg .box-right {
  position: absolute;
  right: 0;
  bottom: -152px;
}
.custom-title-bottom80 .title-block {
  margin-bottom: 80px;
}
.mgs-blog-lastest-posts .owl-carousel .item .post-content {
  padding-top: 28px;
}
.mgs-blog-lastest-posts .owl-carousel .item .post-content h3 {
  margin-top: 18px;
  margin-bottom: 20px;
}
.block-plant-about .col-1 img {
  margin-left: 65px;
}
.block-plant-about .col-1 .content-box {
  padding-top: 100px;
}
.block-plant-about .col-1 .box-item {
  display: inline-block;
  width: 100%;
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}
.block-plant-about .col-1 .box-item:first-child {
  margin-top: 0;
}
.block-plant-about .col-1 .box-item:last-child {
  margin-bottom: 0;
}
.block-plant-about .col-1 .box-item .plant {
  width: 98px;
  display: inline-block;
  text-align: left;
  font-size: 65px;
  line-height: 1;
  color: #ccc;
  float: left;
}
.block-plant-about .col-1 .box-item .text {
  display: inline-block;
  width: calc(100% - 100px);
  position: relative;
  max-width: 345px;
}
.block-plant-about .col-1 .box-item .text .h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 24px;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  color: #333;
  display: block;
  position: relative;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-plant-about .col-1 .box-item .text .h2:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 30px;
  position: absolute;
  left: -18px;
  top: 50%;
  vertical-align: middle;
  background-color: #8eb35a;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-plant-about .col-1 .box-item .text p {
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
.block-plant-about .col-1 .box-item:hover .text .h2 {
  color: #8eb35a;
  padding-left: 30px;
}
.block-plant-about .col-1 .box-item:hover .text .h2:before {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
}
.block-plant-about .title-about {
  padding-left: 97px;
  margin-top: 97px;
  margin-bottom: 103px;
  max-width: 553px;
  display: block;
}
.block-plant-about .title-about h4 {
  font-size: 18px;
  font-style: italic;
  letter-spacing: 0.1em;
  display: block;
  text-align: left;
  color: #333;
  line-height: 36px;
  margin-bottom: 35px;
}
.block-plant-about .title-about .author strong {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #333;
  margin-right: 10px;
}
.block-plant-about .title-about .author .h6 {
  letter-spacing: 0.05em;
  color: #696969;
  font-style: italic;
  margin: 0;
}
.block-plant-about .box-img-2 {
  padding-left: 20px;
  position: relative;
  display: block;
}
.block-plant-about .box-img-2:before {
  content: "";
  display: inline-block;
  width: 185px;
  height: 290px;
  border: 8px solid #e8f0de;
  position: absolute;
  left: -4px;
  bottom: -60px;
  z-index: -1;
}
.block-counter {
  display: inline-block;
  float: left;
  width: 100%;
}
.block-counter .counter-number {
  display: inline-block;
  width: 25%;
  float: left;
  text-align: center;
  border-left: 1px solid #e0e0e0;
  padding: 30px 0;
}
.block-counter .counter-number span {
  display: block;
}
.block-counter .counter-number .counter {
  font-size: 40px;
  font-weight: 700;
  color: #8eb35a;
  margin-top: 0;
  margin-bottom: 15px;
  position: relative;
  line-height: 1;
}
.block-counter .counter-number .text {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #333;
}
.block-counter .counter-number:first-child {
  border-left: 0;
}
.block-counter .counter-number.number-2 .counter:after,
.block-counter .counter-number.number-4 .counter:after {
  content: "+";
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  position: absolute;
  font-size: 25px;
}
.background-center {
  background-position: center center;
}
.title-plant .title-block {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-title-plant.png) no-repeat top center scroll;
  padding-top: 83px;
  padding-bottom: 22px;
}
.block-organie-video {
  width: 100%;
  max-width: 790px;
  float: right;
  text-align: center;
  position: relative;
}
.block-organie-video .title {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.8em;
  color: #8eb35a;
  margin-bottom: 30px;
  margin-top: 2px;
  line-height: 1;
}
.block-organie-video h3 {
  font-size: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: #333;
  letter-spacing: 0.5em;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 35px;
}
.block-organie-video .video-info {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333;
  padding-left: 25px;
}
.block-organie-video .video-info a {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  position: relative;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}
.block-organie-video .video-info a .fa {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 51%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  padding-left: 10px;
  font-size: 8px;
}
.block-organie-video .video-info a:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.block-organie-video .box-abs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.mfp-video-popup button.mfp-close {
  color: #fff !important;
  top: 0 !important;
  right: 0 !important;
  opacity: 1 !important;
}
.mfp-video-popup .mfp-ifarme {
  border: 30px solid rgba(0, 0, 0, 0.9);
}
.block-organie-app .title {
  text-align: left;
  margin-bottom: 60px;
}
.block-organie-app .title h2 {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #333;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 7px;
}
.block-organie-app .title .h4 {
  font-size: 16px;
  letter-spacing: 0.2em;
  font-style: italic;
  color: #8eb35a;
  margin: 0;
}
.block-organie-app .block-content .box-item {
  display: inline-block;
  width: 100%;
  margin-bottom: 15px;
}
.block-organie-app .block-content .box-item .item-title {
  display: inline-block;
  width: 100%;
}
.block-organie-app .block-content .box-item .item-title h6 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 17px 14px 17px 30px;
  line-height: 1;
  border-radius: 3px;
  background-color: #f8f7f7;
  color: #333;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  cursor: pointer;
}
.block-organie-app .block-content .box-item .item-title h6 span {
  text-align: right;
  color: #8eb35a;
  font-size: 17px;
  float: right;
}
.block-organie-app .block-content .box-item .item-content {
  padding: 27px 30px 28px;
  background-color: #f8f7f7;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  line-height: 1.65;
}
.block-organie-app .block-content .box-item .item-title:hover h6 {
  color: #fff;
  background-color: #8eb35a;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block-organie-app .block-content .box-item .item-title:hover h6 span {
  color: #fff;
}
.block-organie-app .block-content .box-item.active .item-title h6 {
  color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #8eb35a;
}
.block-organie-app .block-content .box-item.active .item-title h6 span {
  color: #fff;
}
.block-organie-app .block-content .box-item.active .item-title h6 span:before {
  content: "\f207";
}
.block-plant-about-2 .box-layer-left,
.block-plant-about-2 .box-layer-right {
  position: absolute;
  z-index: 100;
}
.block-plant-about-2 .box-layer-left {
  left: 0;
  top: 295px;
}
.block-plant-about-2 .box-layer-right {
  right: 0;
  top: 130px;
}
.block-plant-about-2 .block-content {
  text-align: center;
}
.block-plant-about-2 .block-content .title-about h3 {
  font-size: 120px;
  font-weight: 900;
  color: #8eb35a;
  letter-spacing: 0.1em;
  margin: 0;
  display: inline-block;
  line-height: 1;
}
.block-plant-about-2 .block-content .title-about h3 span {
  display: inline-block;
  float: left;
  font-style: italic;
  color: #333;
  font-weight: 400;
  font-size: 72px;
  margin-left: 110px;
  width: 100%;
  letter-spacing: 0.1em;
}
.block-plant-about-2 .block-content .desc {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
  max-width: 720px;
  display: block;
  margin: 60px auto 55px;
}
.block-plant-about-2 .block-content .h2 {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0;
  line-height: 1.2;
  color: #333;
}
.block-plant-about-2 .block-content .section-1 {
  padding-bottom: 90px;
  display: block;
  position: relative;
}
.block-plant-about-2 .block-content .section-1:after {
  content: "";
  width: 1px;
  height: 100px;
  background-color: #333;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -55px;
}
.block-plant-about-2 .block-content .section-2 {
  background-color: #f8f7f7;
  padding: 125px 0 95px;
}
.block-plant-about-2 .block-content .section-2 .item {
  display: inline-block;
  text-align: center;
  margin-bottom: 20px;
}
.block-plant-about-2 .block-content .section-2 .item .plant {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #fff;
  color: #8eb35a;
  font-size: 72px;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  line-height: 150px;
  padding-left: 30px;
}
.block-plant-about-2 .block-content .section-2 .item h4 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 43px;
  margin-bottom: 24px;
}
.block-plant-about-2 .block-content .section-2 .item p {
  margin-bottom: 14px;
}
.block-plant-about-2 .block-content .section-2 .item a {
  font-weight: 700;
  font-size: 14px;
  color: #696969;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin: 0;
  line-height: 1;
  font-style: italic;
}
.block-plant-about-2 .block-content .section-2 .item a:hover {
  color: #8eb35a;
}
.title-no-bg .title-block {
  background: none;
  margin-bottom: 50px;
}
.custom-testimonial-layout1 .testimonial-block {
  max-width: 965px;
  width: 100%;
  float: right;
  text-align: center;
  margin: 0 auto;
}
.custom-testimonial-layout1 .testimonial-block .mgs-testimonial {
  padding-left: 90px;
  padding-right: 90px;
}
.custom-testimonial-layout1 .testimonial-block .mgs-testimonial .owl-carousel .testimonial-item {
  background-color: #fff;
  padding: 50px 35px;
  min-height: 421px;
}
.custom-testimonial-layout1 .testimonial-block .mgs-testimonial .owl-carousel .testimonial-item .img-author {
  margin-top: 0;
  margin-bottom: 24px;
}
.custom-testimonial-layout1 .testimonial-block .mgs-testimonial .owl-carousel .testimonial-item .content p.h5 {
  margin-top: 0;
  letter-spacing: 0.05em;
  line-height: 30px;
}
.custom-testimonial-layout1 .testimonial-block .owl-carousel .owl-nav .owl-prev {
  left: -90px;
}
.custom-testimonial-layout1 .testimonial-block .owl-carousel .owl-nav .owl-next {
  right: -90px;
}
.block-flower-collection {
  padding-top: 102px;
  padding-bottom: 80px;
  display: block;
  width: 100%;
  position: relative;
}
.block-flower-collection:before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  background-color: #333;
  position: absolute;
  top: -50px;
  margin: 0 auto;
  z-index: 3;
  left: 0;
  right: 0;
}
.block-flower-collection a.btn {
  width: 148px;
}
.block-flower-collection .box-text-spring {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 45px;
  padding-bottom: 112px;
}
.block-flower-collection .box-text-spring .sub-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 24px;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-top: 17px;
}
.block-flower-collection .box-text-spring h3 {
  font-size: 40px;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #333;
  line-height: 48px;
  margin-bottom: 35px;
  margin-top: 0;
  text-transform: capitalize;
}
.block-flower-collection .box-text-spring p {
  max-width: 500px;
  margin: 0 auto 35px;
}
.block-flower-collection .box-img-1 {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.block-flower-collection .box-img-1 h4 {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333;
  max-width: 215px;
  position: absolute;
  bottom: 87px;
  left: 0;
  z-index: 2;
}
.block-flower-collection .box-img-1 img {
  position: relative;
  left: -50px;
  z-index: 1;
}
.block-flower-collection .box-img-1 span {
  display: inline-block;
  position: relative;
}
.block-flower-collection .box-img-1 span:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #333;
  position: absolute;
  top: 30px;
  right: 10px;
  max-width: 370px;
  max-height: 540px;
  z-index: 0;
}
.block-flower-collection .box-img-2 {
  text-align: right;
}
.block-flower-collection .box-img-2 h4 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.1em;
  font-style: italic;
  color: #333;
  max-width: 210px;
  margin: 0 auto;
  text-align: left;
  z-index: 2;
  position: relative;
  line-height: 56px;
  padding-left: 25px;
}
.block-flower-collection .box-img-2 img {
  margin-top: -23px;
  z-index: 1;
  margin-left: auto;
}
.block-flower-collection .box-text-organie {
  display: block;
  width: 100%;
  padding-top: 168px;
  text-align: center;
}
.block-flower-collection .box-text-organie .h4 {
  margin-top: 0;
  font-size: 18px;
  letter-spacing: 0.2em;
  font-style: italic;
  margin-bottom: 33px;
  z-index: 2;
  line-height: 1;
  display: block;
}
.block-flower-collection .box-text-organie h2 {
  font-weight: 900;
  color: #333;
  letter-spacing: 0.2em;
  line-height: 62px;
  margin-top: 0;
  margin-bottom: 42px;
  font-size: 72px;
  text-transform: uppercase;
  padding-left: 15px;
  float: left;
  width: 100%;
}
.block-flower-collection .box-text-organie h2 span {
  font-size: 40px;
  width: 100%;
  float: left;
  padding-top: 12px;
  letter-spacing: 0.2em;
}
.block-flower-collection .box-text-organie p {
  max-width: 500px;
  margin: 0 auto 35px;
}
.custom-col-flower .col-md-5 {
  width: 45.3%;
}
.custom-col-flower .col-md-7 {
  width: 54.7%;
}
.block-deal-flower {
  padding-left: 100px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-deal-flower img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-deal-flower .box-content {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.block-deal-flower .box-text {
  position: absolute;
  left: 50%;
  margin: 0 auto;
  z-index: 2;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  text-align: center;
}
.block-deal-flower .box-text h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 900;
  color: #333;
  margin-top: 0;
  margin-bottom: 40px;
  line-height: 1;
  letter-spacing: 0.2em;
}
.block-deal-flower .box-text .sale {
  font-size: 72px;
  font-weight: 700;
  color: #333;
  line-height: 1;
  margin-bottom: 38px;
  display: block;
  margin-top: 0;
}
.block-deal-flower .box-text p {
  letter-spacing: 0.2em;
  color: #696969;
  margin: 0;
  text-transform: uppercase;
}
.block-deal-flower .box-text a {
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.2em;
  padding: 7px 8px;
  max-width: 130px;
  background-color: #333;
}
.block-deal-flower .box-text a:hover {
  background-color: #8eb35a;
}
.block-deal-flower .box-text .box-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  padding: 75px 20px 90px;
}
.block-deal-flower .box-text .box-abs a {
  bottom: 90px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 10;
}
.block-deal-flower .box-text .box-abs:after {
  content: "";
  display: block;
  right: 20px;
  bottom: 20px;
  left: 20px;
  border: 1px solid #696969;
  position: absolute;
  z-index: 9;
  top: 20px;
}
.block-deal-flower:hover .box-content > img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-photo {
  display: none;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-item-details {
  width: 100%;
  padding: 0;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-item-details .product-item-name,
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-item-details .short-description,
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-item-details .box-attribute,
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .product-item-details .product-item-inner {
  display: none;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer {
  margin-top: 36px;
  margin-bottom: 0;
  margin-left: 52px;
  text-align: center;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer .countdown {
  max-width: 464px;
  margin: 0 auto;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer .countdown span {
  color: #333;
  margin-bottom: 0;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer .countdown span b:not(.timer) {
  margin-bottom: 10px;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer .countdown span b:not(.timer):after {
  top: 22px;
}
.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer .countdown span .timer {
  color: #8eb35a;
}
.title-flower2 .title h3 {
  font-size: 40px;
  font-weight: 700;
  font-style: italic;
  margin: 0 0 70px;
  color: #333;
  text-transform: capitalize;
  letter-spacing: 0.1em;
}
.custom-box-product-bg .content-block {
  background-color: #f8f7f7;
  padding: 100px 70px 35px;
}
.custom-box-product-bg .products-grid .owl-carousel .owl-nav [class*='owl-'] {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  visibility: visible;
}
.custom-box-product-bg .products-grid .owl-carousel .owl-nav [class*='owl-']:hover {
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
}
.custom-box-product-bg .products-grid .owl-carousel .owl-nav .owl-prev {
  left: -60px;
  margin-top: -90px;
}
.custom-box-product-bg .products-grid .owl-carousel .owl-nav .owl-next {
  right: -60px;
  margin-top: -90px;
}
.container-panel .sort-block-container {
  display: inline-block;
  width: 100%;
}
.custom-title-top .title-flower2 {
  position: relative;
  top: 82px;
  left: 96px;
  z-index: 9;
}
.custom-trending.custom-title-top .title-flower2 {
  top: 62px;
}
.custom-trending.custom-title-top .title-flower2 h3 {
  margin-bottom: 50px;
}
.box-text-flower {
  padding-top: 44px;
  padding-bottom: 32px;
  text-align: center;
}
.box-text-flower .sub-title {
  font-weight: 900;
  letter-spacing: 0.5em;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #333;
  margin: 0 auto 37px;
  display: block;
}
.box-text-flower h3 {
  font-size: 80px;
  margin: 0 auto 20px;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: #333;
  margin-left: 30px;
}
.box-text-flower p {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.7em;
  color: #333;
  text-transform: uppercase;
}
.box-text-flower .box-abs {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  max-width: 720px;
}
.block-fresh-spring {
  padding-right: 100px;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-fresh-spring .box-content {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.block-fresh-spring .box-content img {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-fresh-spring h6 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.block-fresh-spring h6.first {
  top: 12.5%;
  margin-top: -2px;
}
.block-fresh-spring h6.last {
  bottom: 12.5%;
  margin-bottom: -3px;
}
.block-fresh-spring h6.last a {
  color: #fff;
}
.block-fresh-spring h6.last a:hover {
  color: #8eb35a;
}
.block-fresh-spring .box-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  max-width: 660px;
  margin: 0 auto;
}
.block-fresh-spring .box-text .box-bg-white {
  background-color: #fff;
  max-width: 660px;
  padding-top: 95px;
  padding-bottom: 100px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
  right: 0;
  text-align: center;
  margin: 0 auto;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.block-fresh-spring .box-text .box-bg-white img {
  margin: 0 auto;
  max-width: 100%;
}
.block-fresh-spring .box-text .box-bg-white h3 {
  font-size: 72px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4em;
  width: auto;
  margin: 0 auto;
  text-align: center;
}
.block-fresh-spring .box-text .box-bg-white h3 span {
  background: url(../../frontend/Mgs/imperialteas/en_GB/images/bg-fresh.jpg) center center scroll no-repeat;
  width: auto;
  display: inline-block;
}
.block-fresh-spring .box-text .box-bg-white h4 {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: 0.43em;
  color: #333;
  margin-top: 26px;
  line-height: 1;
  margin-bottom: 0;
  margin-left: 13px;
}
.block-fresh-spring .box-text .box-bg-white:after {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
  border: 1px solid #e0e0e0;
}
.block-fresh-spring:hover .box-content > img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.footer2 address {
  font-size: 15px;
}
.border-title .title-flower2 .title {
  position: relative;
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.border-title .title-flower2 .title h3 {
  width: auto;
  position: relative;
  display: inline-block;
  margin-bottom: 73px;
}
.border-title .title-flower2 .title h3:after,
.border-title .title-flower2 .title h3:before {
  content: "";
  width: 999px;
  height: 1px;
  background-color: #696969;
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: 3px;
}
.border-title .title-flower2 .title h3:after {
  left: 100%;
  margin-left: 53px;
}
.border-title .title-flower2 .title h3:before {
  right: 100%;
  margin-right: 55px;
}
.pagination-white .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot span {
  background-color: #fff;
  border: 1px solid #fff;
}
.pagination-white .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot:hover span,
.pagination-white .slider_mgs_carousel.owl-carousel .owl-dots .owl-dot.active span {
  background-color: transparent;
  border: 1px solid #fff;
}
.block-about-flower3 .box-img-main {
  display: inline-block;
  width: 100%;
  position: relative;
}
.block-about-flower3 .box-img-main .img-1 {
  position: relative;
  display: table;
}
.block-about-flower3 .box-img-main .img-1:before {
  content: "";
  display: block;
  width: 200px;
  height: 205px;
  border: 10px solid #8eb35a;
  position: absolute;
  bottom: -155px;
  left: 72px;
}
.block-about-flower3 .box-img-main .img-1:after {
  content: "";
  display: block;
  width: 200px;
  height: 205px;
  border: 5px solid #efefef;
  position: absolute;
  top: 50px;
  right: -56px;
}
.block-about-flower3 .box-img-main .img-2 {
  position: absolute;
  top: 194px;
  right: 64px;
}
.block-about-flower3 .title {
  margin-top: 30px;
  margin-bottom: 90px;
}
.block-about-flower3 .title img {
  margin-left: 86px;
}
.block-about-flower3 .title h5 {
  margin: 0;
  font-size: 18px;
  font-style: italic;
  color: #333;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: -80px;
}
.block-about-flower3 .item-about {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  margin-bottom: 46px;
}
.block-about-flower3 .item-about .h2 {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-top: 0;
  margin-bottom: 13px;
  color: #333;
  text-transform: uppercase;
}
.block-about-flower3 .item-about p {
  margin: 0;
  line-height: 24px;
}
.custom-title-top-center .title-flower2 .title h3 {
  margin-top: -30px;
  text-align: center;
  margin-bottom: 122px;
}
.custom-promo-button .promobanner .top-middle {
  top: 40%;
  margin-top: -35px;
}
.custom-promo-button .promobanner .btn-promo-banner {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.4em;
  font-weight: bold;
  text-transform: none;
  line-height: 1;
  border: none;
  background-color: #333;
  padding: 0 0 1px;
  border-radius: 0;
  width: 146px;
  text-align: right;
  margin-top: 5px;
}
.custom-promo-button .promobanner .btn-promo-banner:hover {
  background-color: #8eb35a;
}
.block-img-deal {
  display: block;
  width: 100%;
  position: relative;
  text-align: center;
}
.block-img-deal img {
  margin: 0 auto;
}
.block-img-deal h3 {
  font-size: 48px;
  color: #333;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-left: 15px;
}
.block-img-deal p.h2 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: #8eb35a;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-left: 16px;
}
.fotorama--fullscreen {
  z-index: 1201 !important;
}
.custom-deal-layout-3 .single-deal-grid .product-item {
  display: inline-block;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-content {
  background-color: #f8f7f7;
  padding: 68px 50px 72px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute {
  margin-bottom: 28px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl {
  margin-bottom: 5px;
  margin-top: 6px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dt,
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dd {
  width: 50%;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dd {
  padding-left: 10px;
  text-align: left;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dd .price-box .price {
  font-style: italic;
  font-size: 16px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dd .price-box .old-price {
  display: none;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dd .price-box .special-price .price {
  color: #8eb35a;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl dt {
  padding-right: 20px;
  text-align: right;
}
.custom-deal-layout-3 .single-deal-grid .product-item .box-attribute dl:first-child {
  margin-top: 0;
}
.custom-deal-layout-3 .single-deal-grid .product-item .short-description {
  line-height: 26px;
  margin-bottom: 42px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .deal-timer {
  margin-top: 16px;
  margin-bottom: 0;
}
.custom-deal-layout-3 .single-deal-grid .product-item .deal-timer .countdown {
  max-width: 450px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .deal-timer .countdown span {
  color: #333;
}
.custom-deal-layout-3 .single-deal-grid .product-item .deal-timer .countdown span b:not(.timer):after {
  top: 23px;
}
.custom-deal-layout-3 .single-deal-grid .product-item .deal-timer .countdown span .timer {
  color: #8eb35a;
}
.custom-deal-layout-3 .single-deal-grid .product-item .product-item-actions .btn-cart {
  margin: 0 auto;
}
.background-bottom-center {
  background-position: bottom center;
}
.custom-deal-layout3 .deal-product-cat-block {
  width: 100%;
  float: right;
  display: inline-block;
  max-width: 500px;
}
.custom-title-top-deal .title-flower2 {
  position: relative;
  bottom: -64px;
  z-index: 4;
  float: right;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
.custom-title-top-deal .title-flower2 .title h3 {
  margin-bottom: 46px;
  padding-left: 5px;
  text-transform: none;
}
.block-flower-summer {
  width: 100%;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.block-flower-summer .sub-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto 30px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.block-flower-summer h3 {
  font-size: 40px;
  font-style: italic;
  letter-spacing: 0.1em;
  text-transform: capitalize;
  color: #333;
  line-height: 48px;
  margin-bottom: 54px;
  margin-top: 0;
}
.block-flower-summer .btn-default {
  border: none;
  background-color: #fff;
  color: #8eb35a;
  width: 148px;
}
.block-flower-summer .btn-default:hover {
  color: #fff;
  background-color: #8eb35a;
}
.block-spring-flower {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 270px 0 100px;
  position: relative;
}
.block-spring-flower img {
  margin: 0 auto;
}
.block-spring-flower h2 {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 0.3em;
  color: #696969;
  margin: 0 auto 35px;
}
.block-spring-flower h3 {
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #333;
  text-transform: uppercase;
  margin: 0 auto;
}
.block-spring-flower a {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.block-spring-flower .text {
  position: absolute;
  top: 180px;
  bottom: 34px;
  left: 0;
  right: 0;
}
.no-padding-right {
  padding-right: 0 !important;
}
.no-padding-left {
  padding-left: 0 !important;
}
.block-flower-about {
  width: 100%;
  text-align: center;
  max-width: 740px;
  margin: 0 auto;
}
.block-flower-about img {
  margin: 0 auto;
  max-width: 100%;
}
.block-flower-about h3 {
  font-size: 24px;
  font-style: italic;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #333;
  margin: 0 auto;
  margin-top: 28px;
}
.custom-promobanner .promobanner {
  margin-bottom: 0;
}
.custom-promobanner .promobanner img {
  width: 100%;
}
.promobanner .box-white {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #333;
  background-color: #fff;
  line-height: 1;
  padding: 35px 0;
  width: 212px;
  text-align: center;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.promobanner .box-white:hover {
  background-color: #8eb35a;
  color: #fff;
}
.promobanner .banner-fresh {
  padding: 46px 0;
  text-align: center;
}
.promobanner .banner-fresh .sub-title {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  margin-bottom: 120px;
  display: block;
}
.promobanner .banner-fresh h3 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.5em;
  color: #333;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 20px;
}
.promobanner .banner-fresh p {
  font-size: 24px;
  color: #333;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  margin-bottom: 100px;
  white-space: nowrap;
  margin-left: 10px;
}
.promobanner .banner-fresh a {
  font-size: 18px;
  letter-spacing: 0.2em;
  font-weight: 700;
}
.promobanner .banner-wedding {
  padding-right: 38px;
  padding-bottom: 25px;
}
.promobanner .banner-wedding h3 {
  font-size: 40px;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.15em;
  margin: 0;
  margin-bottom: 10px;
  line-height: 0.8;
  padding-left: 10px;
}
.promobanner .banner-wedding p {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  margin: 0;
  color: #696969;
}
.promobanner .banner-beautiful {
  padding-right: 37px;
}
.promobanner .banner-beautiful h3 {
  font-size: 40px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin: 0 0 10px;
  color: #333;
  padding-top: 5px;
  margin-right: -5px;
}
.promobanner .banner-beautiful .h4 {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 0.2em;
  padding-left: 10px;
  padding-right: 5px;
  line-height: 20px;
  min-height: 20px;
  background-color: #fff;
  margin: 0;
  color: #696969;
  float: right;
}
.block-amazing-services .block-content {
  display: inline-block;
  width: 100%;
  padding-top: 20px;
}
.block-amazing-services .block-content .col-md-4 .box-item-services:first-child {
  margin-top: 68px;
}
.block-amazing-services .block-content .box-item-services {
  display: inline-block;
  width: 100%;
  margin-bottom: 87px;
}
.block-amazing-services .block-content .box-item-services .icon-flower {
  display: inline-block;
  width: 70px;
  height: 70px;
  background-color: #fff;
  padding: 14px 0;
  text-align: center;
  margin-right: 30px;
  border-radius: 50%;
  float: left;
}
.block-amazing-services .block-content .box-item-services .icon-flower img {
  margin: 0 auto;
}
.block-amazing-services .block-content .box-item-services .text {
  display: inline-block;
  width: calc(100% - 100px);
}
.block-amazing-services .block-content .box-item-services .text h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}
.block-amazing-services .block-content .box-item-services .text p {
  line-height: 24px;
}
.block-amazing-services .block-content .box-item-services.icon-right .icon-flower {
  margin-left: 30px;
  float: right;
  margin-right: 0;
}
.block-amazing-services .block-content .icon-right {
  text-align: right;
  float: right;
}
.block-amazing-services .block-content .main-content {
  text-align: center;
  width: 100%;
  display: block;
}
.block-amazing-services .block-content .main-content img {
  margin: 0 auto;
}
.title-bottom62 .title-block {
  margin-bottom: 62px;
}
.title-bottom70 .title-block {
  margin-bottom: 70px;
}
.mgs-blog-lastest-posts .owl-carousel .owl-nav .owl-next {
  right: -16px;
}
.mgs-blog-lastest-posts .owl-carousel .owl-nav .owl-prev {
  left: -16px;
}
.no-margin .promobanner {
  margin: 0 !important;
}
.custom-banner .promobanner {
  display: flex;
  justify-content: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  width: 100%;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -moz-box-flex: 1;
  display: -webkit-flex;
}
.custom-banner .promobanner img {
  height: 100%;
  max-width: 1000px;
}
.onepage-slider .page {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.block-custom-product {
  display: flex;
  width: 100%;
  position: relative;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-direction: column;
  -moz-box-flex: 1;
  -webkit-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -moz-box-pack: center;
  text-align: center;
  display: -webkit-flex;
  height: 100%;
}
.block-custom-product img {
  max-width: 100%;
}
.block-custom-product .box-price {
  font-size: 18px;
  font-weight: 900;
  color: #696969;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  margin-bottom: 28px;
}
.block-custom-product h3 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #333;
  text-transform: capitalize;
  margin: 0 auto 15px;
}
.block-custom-product a {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  margin: 0 auto;
  display: table;
}
.block-custom-product a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #8eb35a;
  opacity: 0;
  transition: all 0.35s ease 0s;
  -webkit-transition: all 0.35s ease 0s;
  -moz-transition: all 0.35s ease 0s;
  -o-transition: all 0.35s ease 0s;
}
.block-custom-product a:hover:after {
  opacity: 1;
}
.home-content {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.onepage-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  padding: 0;
  -webkit-transform-style: preserve-3d;
}
.onepage-wrapper .section {
  width: 100%;
  height: 100%;
}
.onepage-pagination {
  position: absolute;
  right: 40px;
  top: 50%;
  z-index: 5;
  list-style: none;
  margin: 0;
  padding: 0;
}
.onepage-pagination li {
  padding: 0;
  text-align: center;
}
.onepage-pagination li a {
  padding: 15px;
  width: 8px;
  height: 8px;
  display: block;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}
.onepage-pagination li a:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #ababab;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.onepage-pagination li a.active:before {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #333;
  margin-top: -4px;
  left: 13px;
}
.disabled-onepage-scroll,
.disabled-onepage-scroll .wrapper {
  overflow: auto;
}
.disabled-onepage-scroll .onepage-wrapper .section {
  position: relative !important;
  top: auto !important;
  left: auto !important;
}
.disabled-onepage-scroll .onepage-wrapper {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  transform: none !important;
  -ms-transform: none !important;
  min-height: 100%;
}
.disabled-onepage-scroll .onepage-pagination {
  display: none;
}
body.disabled-onepage-scroll,
.disabled-onepage-scroll .onepage-wrapper,
html {
  position: inherit;
}
@media (min-width: 769px) {
  .free-shipping-uk {
    visibility: hidden;
  }
}
@charset "UTF-8";/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/@font-face{font-family:"Ionicons";src:url("../../frontend/Mgs/imperialteas/en_GB/fonts/ionicons.eot?v=2.0.0");src:url("../../frontend/Mgs/imperialteas/en_GB/fonts/ionicons.eot?v=2.0.0#iefix") format("embedded-opentype"),url("../../frontend/Mgs/imperialteas/en_GB/fonts/ionicons.ttf?v=2.0.0") format("truetype"),url("../../frontend/Mgs/imperialteas/en_GB/fonts/ionicons.woff?v=2.0.0") format("woff"),url("../../frontend/Mgs/imperialteas/en_GB/fonts/ionicons.svg?v=2.0.0#Ionicons") format("svg");font-weight:normal;font-style:normal}.ion,.ionicons,.ion-alert:before,.ion-alert-circled:before,.ion-android-add:before,.ion-android-add-circle:before,.ion-android-alarm-clock:before,.ion-android-alert:before,.ion-android-apps:before,.ion-android-archive:before,.ion-android-arrow-back:before,.ion-android-arrow-down:before,.ion-android-arrow-dropdown:before,.ion-android-arrow-dropdown-circle:before,.ion-android-arrow-dropleft:before,.ion-android-arrow-dropleft-circle:before,.ion-android-arrow-dropright:before,.ion-android-arrow-dropright-circle:before,.ion-android-arrow-dropup:before,.ion-android-arrow-dropup-circle:before,.ion-android-arrow-forward:before,.ion-android-arrow-up:before,.ion-android-attach:before,.ion-android-bar:before,.ion-android-bicycle:before,.ion-android-boat:before,.ion-android-bookmark:before,.ion-android-bulb:before,.ion-android-bus:before,.ion-android-calendar:before,.ion-android-call:before,.ion-android-camera:before,.ion-android-cancel:before,.ion-android-car:before,.ion-android-cart:before,.ion-android-chat:before,.ion-android-checkbox:before,.ion-android-checkbox-blank:before,.ion-android-checkbox-outline:before,.ion-android-checkbox-outline-blank:before,.ion-android-checkmark-circle:before,.ion-android-clipboard:before,.ion-android-close:before,.ion-android-cloud:before,.ion-android-cloud-circle:before,.ion-android-cloud-done:before,.ion-android-cloud-outline:before,.ion-android-color-palette:before,.ion-android-compass:before,.ion-android-contact:before,.ion-android-contacts:before,.ion-android-contract:before,.ion-android-create:before,.ion-android-delete:before,.ion-android-desktop:before,.ion-android-document:before,.ion-android-done:before,.ion-android-done-all:before,.ion-android-download:before,.ion-android-drafts:before,.ion-android-exit:before,.ion-android-expand:before,.ion-android-favorite:before,.ion-android-favorite-outline:before,.ion-android-film:before,.ion-android-folder:before,.ion-android-folder-open:before,.ion-android-funnel:before,.ion-android-globe:before,.ion-android-hand:before,.ion-android-hangout:before,.ion-android-happy:before,.ion-android-home:before,.ion-android-image:before,.ion-android-laptop:before,.ion-android-list:before,.ion-android-locate:before,.ion-android-lock:before,.ion-android-mail:before,.ion-android-map:before,.ion-android-menu:before,.ion-android-microphone:before,.ion-android-microphone-off:before,.ion-android-more-horizontal:before,.ion-android-more-vertical:before,.ion-android-navigate:before,.ion-android-notifications:before,.ion-android-notifications-none:before,.ion-android-notifications-off:before,.ion-android-open:before,.ion-android-options:before,.ion-android-people:before,.ion-android-person:before,.ion-android-person-add:before,.ion-android-phone-landscape:before,.ion-android-phone-portrait:before,.ion-android-pin:before,.ion-android-plane:before,.ion-android-playstore:before,.ion-android-print:before,.ion-android-radio-button-off:before,.ion-android-radio-button-on:before,.ion-android-refresh:before,.ion-android-remove:before,.ion-android-remove-circle:before,.ion-android-restaurant:before,.ion-android-sad:before,.ion-android-search:before,.ion-android-send:before,.ion-android-settings:before,.ion-android-share:before,.ion-android-share-alt:before,.ion-android-star:before,.ion-android-star-half:before,.ion-android-star-outline:before,.ion-android-stopwatch:before,.ion-android-subway:before,.ion-android-sunny:before,.ion-android-sync:before,.ion-android-textsms:before,.ion-android-time:before,.ion-android-train:before,.ion-android-unlock:before,.ion-android-upload:before,.ion-android-volume-down:before,.ion-android-volume-mute:before,.ion-android-volume-off:before,.ion-android-volume-up:before,.ion-android-walk:before,.ion-android-warning:before,.ion-android-watch:before,.ion-android-wifi:before,.ion-aperture:before,.ion-archive:before,.ion-arrow-down-a:before,.ion-arrow-down-b:before,.ion-arrow-down-c:before,.ion-arrow-expand:before,.ion-arrow-graph-down-left:before,.ion-arrow-graph-down-right:before,.ion-arrow-graph-up-left:before,.ion-arrow-graph-up-right:before,.ion-arrow-left-a:before,.ion-arrow-left-b:before,.ion-arrow-left-c:before,.ion-arrow-move:before,.ion-arrow-resize:before,.ion-arrow-return-left:before,.ion-arrow-return-right:before,.ion-arrow-right-a:before,.ion-arrow-right-b:before,.ion-arrow-right-c:before,.ion-arrow-shrink:before,.ion-arrow-swap:before,.ion-arrow-up-a:before,.ion-arrow-up-b:before,.ion-arrow-up-c:before,.ion-asterisk:before,.ion-at:before,.ion-backspace:before,.ion-backspace-outline:before,.ion-bag:before,.ion-battery-charging:before,.ion-battery-empty:before,.ion-battery-full:before,.ion-battery-half:before,.ion-battery-low:before,.ion-beaker:before,.ion-beer:before,.ion-bluetooth:before,.ion-bonfire:before,.ion-bookmark:before,.ion-bowtie:before,.ion-briefcase:before,.ion-bug:before,.ion-calculator:before,.ion-calendar:before,.ion-camera:before,.ion-card:before,.ion-cash:before,.ion-chatbox:before,.ion-chatbox-working:before,.ion-chatboxes:before,.ion-chatbubble:before,.ion-chatbubble-working:before,.ion-chatbubbles:before,.ion-checkmark:before,.ion-checkmark-circled:before,.ion-checkmark-round:before,.ion-chevron-down:before,.ion-chevron-left:before,.ion-chevron-right:before,.ion-chevron-up:before,.ion-clipboard:before,.ion-clock:before,.ion-close:before,.ion-close-circled:before,.ion-close-round:before,.ion-closed-captioning:before,.ion-cloud:before,.ion-code:before,.ion-code-download:before,.ion-code-working:before,.ion-coffee:before,.ion-compass:before,.ion-compose:before,.ion-connection-bars:before,.ion-contrast:before,.ion-crop:before,.ion-cube:before,.ion-disc:before,.ion-document:before,.ion-document-text:before,.ion-drag:before,.ion-earth:before,.ion-easel:before,.ion-edit:before,.ion-egg:before,.ion-eject:before,.ion-email:before,.ion-email-unread:before,.ion-erlenmeyer-flask:before,.ion-erlenmeyer-flask-bubbles:before,.ion-eye:before,.ion-eye-disabled:before,.ion-female:before,.ion-filing:before,.ion-film-marker:before,.ion-fireball:before,.ion-flag:before,.ion-flame:before,.ion-flash:before,.ion-flash-off:before,.ion-folder:before,.ion-fork:before,.ion-fork-repo:before,.ion-forward:before,.ion-funnel:before,.ion-gear-a:before,.ion-gear-b:before,.ion-grid:before,.ion-hammer:before,.ion-happy:before,.ion-happy-outline:before,.ion-headphone:before,.ion-heart:before,.ion-heart-broken:before,.ion-help:before,.ion-help-buoy:before,.ion-help-circled:before,.ion-home:before,.ion-icecream:before,.ion-image:before,.ion-images:before,.ion-information:before,.ion-information-circled:before,.ion-ionic:before,.ion-ios-alarm:before,.ion-ios-alarm-outline:before,.ion-ios-albums:before,.ion-ios-albums-outline:before,.ion-ios-americanfootball:before,.ion-ios-americanfootball-outline:before,.ion-ios-analytics:before,.ion-ios-analytics-outline:before,.ion-ios-arrow-back:before,.ion-ios-arrow-down:before,.ion-ios-arrow-forward:before,.ion-ios-arrow-left:before,.ion-ios-arrow-right:before,.ion-ios-arrow-thin-down:before,.ion-ios-arrow-thin-left:before,.ion-ios-arrow-thin-right:before,.ion-ios-arrow-thin-up:before,.ion-ios-arrow-up:before,.ion-ios-at:before,.ion-ios-at-outline:before,.ion-ios-barcode:before,.ion-ios-barcode-outline:before,.ion-ios-baseball:before,.ion-ios-baseball-outline:before,.ion-ios-basketball:before,.ion-ios-basketball-outline:before,.ion-ios-bell:before,.ion-ios-bell-outline:before,.ion-ios-body:before,.ion-ios-body-outline:before,.ion-ios-bolt:before,.ion-ios-bolt-outline:before,.ion-ios-book:before,.ion-ios-book-outline:before,.ion-ios-bookmarks:before,.ion-ios-bookmarks-outline:before,.ion-ios-box:before,.ion-ios-box-outline:before,.ion-ios-briefcase:before,.ion-ios-briefcase-outline:before,.ion-ios-browsers:before,.ion-ios-browsers-outline:before,.ion-ios-calculator:before,.ion-ios-calculator-outline:before,.ion-ios-calendar:before,.ion-ios-calendar-outline:before,.ion-ios-camera:before,.ion-ios-camera-outline:before,.ion-ios-cart:before,.ion-ios-cart-outline:before,.ion-ios-chatboxes:before,.ion-ios-chatboxes-outline:before,.ion-ios-chatbubble:before,.ion-ios-chatbubble-outline:before,.ion-ios-checkmark:before,.ion-ios-checkmark-empty:before,.ion-ios-checkmark-outline:before,.ion-ios-circle-filled:before,.ion-ios-circle-outline:before,.ion-ios-clock:before,.ion-ios-clock-outline:before,.ion-ios-close:before,.ion-ios-close-empty:before,.ion-ios-close-outline:before,.ion-ios-cloud:before,.ion-ios-cloud-download:before,.ion-ios-cloud-download-outline:before,.ion-ios-cloud-outline:before,.ion-ios-cloud-upload:before,.ion-ios-cloud-upload-outline:before,.ion-ios-cloudy:before,.ion-ios-cloudy-night:before,.ion-ios-cloudy-night-outline:before,.ion-ios-cloudy-outline:before,.ion-ios-cog:before,.ion-ios-cog-outline:before,.ion-ios-color-filter:before,.ion-ios-color-filter-outline:before,.ion-ios-color-wand:before,.ion-ios-color-wand-outline:before,.ion-ios-compose:before,.ion-ios-compose-outline:before,.ion-ios-contact:before,.ion-ios-contact-outline:before,.ion-ios-copy:before,.ion-ios-copy-outline:before,.ion-ios-crop:before,.ion-ios-crop-strong:before,.ion-ios-download:before,.ion-ios-download-outline:before,.ion-ios-drag:before,.ion-ios-email:before,.ion-ios-email-outline:before,.ion-ios-eye:before,.ion-ios-eye-outline:before,.ion-ios-fastforward:before,.ion-ios-fastforward-outline:before,.ion-ios-filing:before,.ion-ios-filing-outline:before,.ion-ios-film:before,.ion-ios-film-outline:before,.ion-ios-flag:before,.ion-ios-flag-outline:before,.ion-ios-flame:before,.ion-ios-flame-outline:before,.ion-ios-flask:before,.ion-ios-flask-outline:before,.ion-ios-flower:before,.ion-ios-flower-outline:before,.ion-ios-folder:before,.ion-ios-folder-outline:before,.ion-ios-football:before,.ion-ios-football-outline:before,.ion-ios-game-controller-a:before,.ion-ios-game-controller-a-outline:before,.ion-ios-game-controller-b:before,.ion-ios-game-controller-b-outline:before,.ion-ios-gear:before,.ion-ios-gear-outline:before,.ion-ios-glasses:before,.ion-ios-glasses-outline:before,.ion-ios-grid-view:before,.ion-ios-grid-view-outline:before,.ion-ios-heart:before,.ion-ios-heart-outline:before,.ion-ios-help:before,.ion-ios-help-empty:before,.ion-ios-help-outline:before,.ion-ios-home:before,.ion-ios-home-outline:before,.ion-ios-infinite:before,.ion-ios-infinite-outline:before,.ion-ios-information:before,.ion-ios-information-empty:before,.ion-ios-information-outline:before,.ion-ios-ionic-outline:before,.ion-ios-keypad:before,.ion-ios-keypad-outline:before,.ion-ios-lightbulb:before,.ion-ios-lightbulb-outline:before,.ion-ios-list:before,.ion-ios-list-outline:before,.ion-ios-location:before,.ion-ios-location-outline:before,.ion-ios-locked:before,.ion-ios-locked-outline:before,.ion-ios-loop:before,.ion-ios-loop-strong:before,.ion-ios-medical:before,.ion-ios-medical-outline:before,.ion-ios-medkit:before,.ion-ios-medkit-outline:before,.ion-ios-mic:before,.ion-ios-mic-off:before,.ion-ios-mic-outline:before,.ion-ios-minus:before,.ion-ios-minus-empty:before,.ion-ios-minus-outline:before,.ion-ios-monitor:before,.ion-ios-monitor-outline:before,.ion-ios-moon:before,.ion-ios-moon-outline:before,.ion-ios-more:before,.ion-ios-more-outline:before,.ion-ios-musical-note:before,.ion-ios-musical-notes:before,.ion-ios-navigate:before,.ion-ios-navigate-outline:before,.ion-ios-nutrition:before,.ion-ios-nutrition-outline:before,.ion-ios-paper:before,.ion-ios-paper-outline:before,.ion-ios-paperplane:before,.ion-ios-paperplane-outline:before,.ion-ios-partlysunny:before,.ion-ios-partlysunny-outline:before,.ion-ios-pause:before,.ion-ios-pause-outline:before,.ion-ios-paw:before,.ion-ios-paw-outline:before,.ion-ios-people:before,.ion-ios-people-outline:before,.ion-ios-person:before,.ion-ios-person-outline:before,.ion-ios-personadd:before,.ion-ios-personadd-outline:before,.ion-ios-photos:before,.ion-ios-photos-outline:before,.ion-ios-pie:before,.ion-ios-pie-outline:before,.ion-ios-pint:before,.ion-ios-pint-outline:before,.ion-ios-play:before,.ion-ios-play-outline:before,.ion-ios-plus:before,.ion-ios-plus-empty:before,.ion-ios-plus-outline:before,.ion-ios-pricetag:before,.ion-ios-pricetag-outline:before,.ion-ios-pricetags:before,.ion-ios-pricetags-outline:before,.ion-ios-printer:before,.ion-ios-printer-outline:before,.ion-ios-pulse:before,.ion-ios-pulse-strong:before,.ion-ios-rainy:before,.ion-ios-rainy-outline:before,.ion-ios-recording:before,.ion-ios-recording-outline:before,.ion-ios-redo:before,.ion-ios-redo-outline:before,.ion-ios-refresh:before,.ion-ios-refresh-empty:before,.ion-ios-refresh-outline:before,.ion-ios-reload:before,.ion-ios-reverse-camera:before,.ion-ios-reverse-camera-outline:before,.ion-ios-rewind:before,.ion-ios-rewind-outline:before,.ion-ios-rose:before,.ion-ios-rose-outline:before,.ion-ios-search:before,.ion-ios-search-strong:before,.ion-ios-settings:before,.ion-ios-settings-strong:before,.ion-ios-shuffle:before,.ion-ios-shuffle-strong:before,.ion-ios-skipbackward:before,.ion-ios-skipbackward-outline:before,.ion-ios-skipforward:before,.ion-ios-skipforward-outline:before,.ion-ios-snowy:before,.ion-ios-speedometer:before,.ion-ios-speedometer-outline:before,.ion-ios-star:before,.ion-ios-star-half:before,.ion-ios-star-outline:before,.ion-ios-stopwatch:before,.ion-ios-stopwatch-outline:before,.ion-ios-sunny:before,.ion-ios-sunny-outline:before,.ion-ios-telephone:before,.ion-ios-telephone-outline:before,.ion-ios-tennisball:before,.ion-ios-tennisball-outline:before,.ion-ios-thunderstorm:before,.ion-ios-thunderstorm-outline:before,.ion-ios-time:before,.ion-ios-time-outline:before,.ion-ios-timer:before,.ion-ios-timer-outline:before,.ion-ios-toggle:before,.ion-ios-toggle-outline:before,.ion-ios-trash:before,.ion-ios-trash-outline:before,.ion-ios-undo:before,.ion-ios-undo-outline:before,.ion-ios-unlocked:before,.ion-ios-unlocked-outline:before,.ion-ios-upload:before,.ion-ios-upload-outline:before,.ion-ios-videocam:before,.ion-ios-videocam-outline:before,.ion-ios-volume-high:before,.ion-ios-volume-low:before,.ion-ios-wineglass:before,.ion-ios-wineglass-outline:before,.ion-ios-world:before,.ion-ios-world-outline:before,.ion-ipad:before,.ion-iphone:before,.ion-ipod:before,.ion-jet:before,.ion-key:before,.ion-knife:before,.ion-laptop:before,.ion-leaf:before,.ion-levels:before,.ion-lightbulb:before,.ion-link:before,.ion-load-a:before,.ion-load-b:before,.ion-load-c:before,.ion-load-d:before,.ion-location:before,.ion-lock-combination:before,.ion-locked:before,.ion-log-in:before,.ion-log-out:before,.ion-loop:before,.ion-magnet:before,.ion-male:before,.ion-man:before,.ion-map:before,.ion-medkit:before,.ion-merge:before,.ion-mic-a:before,.ion-mic-b:before,.ion-mic-c:before,.ion-minus:before,.ion-minus-circled:before,.ion-minus-round:before,.ion-model-s:before,.ion-monitor:before,.ion-more:before,.ion-mouse:before,.ion-music-note:before,.ion-navicon:before,.ion-navicon-round:before,.ion-navigate:before,.ion-network:before,.ion-no-smoking:before,.ion-nuclear:before,.ion-outlet:before,.ion-paintbrush:before,.ion-paintbucket:before,.ion-paper-airplane:before,.ion-paperclip:before,.ion-pause:before,.ion-person:before,.ion-person-add:before,.ion-person-stalker:before,.ion-pie-graph:before,.ion-pin:before,.ion-pinpoint:before,.ion-pizza:before,.ion-plane:before,.ion-planet:before,.ion-play:before,.ion-playstation:before,.ion-plus:before,.ion-plus-circled:before,.ion-plus-round:before,.ion-podium:before,.ion-pound:before,.ion-power:before,.ion-pricetag:before,.ion-pricetags:before,.ion-printer:before,.ion-pull-request:before,.ion-qr-scanner:before,.ion-quote:before,.ion-radio-waves:before,.ion-record:before,.ion-refresh:before,.ion-reply:before,.ion-reply-all:before,.ion-ribbon-a:before,.ion-ribbon-b:before,.ion-sad:before,.ion-sad-outline:before,.ion-scissors:before,.ion-search:before,.ion-settings:before,.ion-share:before,.ion-shuffle:before,.ion-skip-backward:before,.ion-skip-forward:before,.ion-social-android:before,.ion-social-android-outline:before,.ion-social-angular:before,.ion-social-angular-outline:before,.ion-social-apple:before,.ion-social-apple-outline:before,.ion-social-bitcoin:before,.ion-social-bitcoin-outline:before,.ion-social-buffer:before,.ion-social-buffer-outline:before,.ion-social-chrome:before,.ion-social-chrome-outline:before,.ion-social-codepen:before,.ion-social-codepen-outline:before,.ion-social-css3:before,.ion-social-css3-outline:before,.ion-social-designernews:before,.ion-social-designernews-outline:before,.ion-social-dribbble:before,.ion-social-dribbble-outline:before,.ion-social-dropbox:before,.ion-social-dropbox-outline:before,.ion-social-euro:before,.ion-social-euro-outline:before,.ion-social-facebook:before,.ion-social-facebook-outline:before,.ion-social-foursquare:before,.ion-social-foursquare-outline:before,.ion-social-freebsd-devil:before,.ion-social-github:before,.ion-social-github-outline:before,.ion-social-google:before,.ion-social-google-outline:before,.ion-social-googleplus:before,.ion-social-googleplus-outline:before,.ion-social-hackernews:before,.ion-social-hackernews-outline:before,.ion-social-html5:before,.ion-social-html5-outline:before,.ion-social-instagram:before,.ion-social-instagram-outline:before,.ion-social-javascript:before,.ion-social-javascript-outline:before,.ion-social-linkedin:before,.ion-social-linkedin-outline:before,.ion-social-markdown:before,.ion-social-nodejs:before,.ion-social-octocat:before,.ion-social-pinterest:before,.ion-social-pinterest-outline:before,.ion-social-python:before,.ion-social-reddit:before,.ion-social-reddit-outline:before,.ion-social-rss:before,.ion-social-rss-outline:before,.ion-social-sass:before,.ion-social-skype:before,.ion-social-skype-outline:before,.ion-social-snapchat:before,.ion-social-snapchat-outline:before,.ion-social-tumblr:before,.ion-social-tumblr-outline:before,.ion-social-tux:before,.ion-social-twitch:before,.ion-social-twitch-outline:before,.ion-social-twitter:before,.ion-social-twitter-outline:before,.ion-social-usd:before,.ion-social-usd-outline:before,.ion-social-vimeo:before,.ion-social-vimeo-outline:before,.ion-social-whatsapp:before,.ion-social-whatsapp-outline:before,.ion-social-windows:before,.ion-social-windows-outline:before,.ion-social-wordpress:before,.ion-social-wordpress-outline:before,.ion-social-yahoo:before,.ion-social-yahoo-outline:before,.ion-social-yen:before,.ion-social-yen-outline:before,.ion-social-youtube:before,.ion-social-youtube-outline:before,.ion-soup-can:before,.ion-soup-can-outline:before,.ion-speakerphone:before,.ion-speedometer:before,.ion-spoon:before,.ion-star:before,.ion-stats-bars:before,.ion-steam:before,.ion-stop:before,.ion-thermometer:before,.ion-thumbsdown:before,.ion-thumbsup:before,.ion-toggle:before,.ion-toggle-filled:before,.ion-transgender:before,.ion-trash-a:before,.ion-trash-b:before,.ion-trophy:before,.ion-tshirt:before,.ion-tshirt-outline:before,.ion-umbrella:before,.ion-university:before,.ion-unlocked:before,.ion-upload:before,.ion-usb:before,.ion-videocamera:before,.ion-volume-high:before,.ion-volume-low:before,.ion-volume-medium:before,.ion-volume-mute:before,.ion-wand:before,.ion-waterdrop:before,.ion-wifi:before,.ion-wineglass:before,.ion-woman:before,.ion-wrench:before,.ion-xbox:before{display:inline-block;font-family:"Ionicons";speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ion-alert:before{content:"\f101"}.ion-alert-circled:before{content:"\f100"}.ion-android-add:before{content:"\f2c7"}.ion-android-add-circle:before{content:"\f359"}.ion-android-alarm-clock:before{content:"\f35a"}.ion-android-alert:before{content:"\f35b"}.ion-android-apps:before{content:"\f35c"}.ion-android-archive:before{content:"\f2c9"}.ion-android-arrow-back:before{content:"\f2ca"}.ion-android-arrow-down:before{content:"\f35d"}.ion-android-arrow-dropdown:before{content:"\f35f"}.ion-android-arrow-dropdown-circle:before{content:"\f35e"}.ion-android-arrow-dropleft:before{content:"\f361"}.ion-android-arrow-dropleft-circle:before{content:"\f360"}.ion-android-arrow-dropright:before{content:"\f363"}.ion-android-arrow-dropright-circle:before{content:"\f362"}.ion-android-arrow-dropup:before{content:"\f365"}.ion-android-arrow-dropup-circle:before{content:"\f364"}.ion-android-arrow-forward:before{content:"\f30f"}.ion-android-arrow-up:before{content:"\f366"}.ion-android-attach:before{content:"\f367"}.ion-android-bar:before{content:"\f368"}.ion-android-bicycle:before{content:"\f369"}.ion-android-boat:before{content:"\f36a"}.ion-android-bookmark:before{content:"\f36b"}.ion-android-bulb:before{content:"\f36c"}.ion-android-bus:before{content:"\f36d"}.ion-android-calendar:before{content:"\f2d1"}.ion-android-call:before{content:"\f2d2"}.ion-android-camera:before{content:"\f2d3"}.ion-android-cancel:before{content:"\f36e"}.ion-android-car:before{content:"\f36f"}.ion-android-cart:before{content:"\f370"}.ion-android-chat:before{content:"\f2d4"}.ion-android-checkbox:before{content:"\f374"}.ion-android-checkbox-blank:before{content:"\f371"}.ion-android-checkbox-outline:before{content:"\f373"}.ion-android-checkbox-outline-blank:before{content:"\f372"}.ion-android-checkmark-circle:before{content:"\f375"}.ion-android-clipboard:before{content:"\f376"}.ion-android-close:before{content:"\f2d7"}.ion-android-cloud:before{content:"\f37a"}.ion-android-cloud-circle:before{content:"\f377"}.ion-android-cloud-done:before{content:"\f378"}.ion-android-cloud-outline:before{content:"\f379"}.ion-android-color-palette:before{content:"\f37b"}.ion-android-compass:before{content:"\f37c"}.ion-android-contact:before{content:"\f2d8"}.ion-android-contacts:before{content:"\f2d9"}.ion-android-contract:before{content:"\f37d"}.ion-android-create:before{content:"\f37e"}.ion-android-delete:before{content:"\f37f"}.ion-android-desktop:before{content:"\f380"}.ion-android-document:before{content:"\f381"}.ion-android-done:before{content:"\f383"}.ion-android-done-all:before{content:"\f382"}.ion-android-download:before{content:"\f2dd"}.ion-android-drafts:before{content:"\f384"}.ion-android-exit:before{content:"\f385"}.ion-android-expand:before{content:"\f386"}.ion-android-favorite:before{content:"\f388"}.ion-android-favorite-outline:before{content:"\f387"}.ion-android-film:before{content:"\f389"}.ion-android-folder:before{content:"\f2e0"}.ion-android-folder-open:before{content:"\f38a"}.ion-android-funnel:before{content:"\f38b"}.ion-android-globe:before{content:"\f38c"}.ion-android-hand:before{content:"\f2e3"}.ion-android-hangout:before{content:"\f38d"}.ion-android-happy:before{content:"\f38e"}.ion-android-home:before{content:"\f38f"}.ion-android-image:before{content:"\f2e4"}.ion-android-laptop:before{content:"\f390"}.ion-android-list:before{content:"\f391"}.ion-android-locate:before{content:"\f2e9"}.ion-android-lock:before{content:"\f392"}.ion-android-mail:before{content:"\f2eb"}.ion-android-map:before{content:"\f393"}.ion-android-menu:before{content:"\f394"}.ion-android-microphone:before{content:"\f2ec"}.ion-android-microphone-off:before{content:"\f395"}.ion-android-more-horizontal:before{content:"\f396"}.ion-android-more-vertical:before{content:"\f397"}.ion-android-navigate:before{content:"\f398"}.ion-android-notifications:before{content:"\f39b"}.ion-android-notifications-none:before{content:"\f399"}.ion-android-notifications-off:before{content:"\f39a"}.ion-android-open:before{content:"\f39c"}.ion-android-options:before{content:"\f39d"}.ion-android-people:before{content:"\f39e"}.ion-android-person:before{content:"\f3a0"}.ion-android-person-add:before{content:"\f39f"}.ion-android-phone-landscape:before{content:"\f3a1"}.ion-android-phone-portrait:before{content:"\f3a2"}.ion-android-pin:before{content:"\f3a3"}.ion-android-plane:before{content:"\f3a4"}.ion-android-playstore:before{content:"\f2f0"}.ion-android-print:before{content:"\f3a5"}.ion-android-radio-button-off:before{content:"\f3a6"}.ion-android-radio-button-on:before{content:"\f3a7"}.ion-android-refresh:before{content:"\f3a8"}.ion-android-remove:before{content:"\f2f4"}.ion-android-remove-circle:before{content:"\f3a9"}.ion-android-restaurant:before{content:"\f3aa"}.ion-android-sad:before{content:"\f3ab"}.ion-android-search:before{content:"\f2f5"}.ion-android-send:before{content:"\f2f6"}.ion-android-settings:before{content:"\f2f7"}.ion-android-share:before{content:"\f2f8"}.ion-android-share-alt:before{content:"\f3ac"}.ion-android-star:before{content:"\f2fc"}.ion-android-star-half:before{content:"\f3ad"}.ion-android-star-outline:before{content:"\f3ae"}.ion-android-stopwatch:before{content:"\f2fd"}.ion-android-subway:before{content:"\f3af"}.ion-android-sunny:before{content:"\f3b0"}.ion-android-sync:before{content:"\f3b1"}.ion-android-textsms:before{content:"\f3b2"}.ion-android-time:before{content:"\f3b3"}.ion-android-train:before{content:"\f3b4"}.ion-android-unlock:before{content:"\f3b5"}.ion-android-upload:before{content:"\f3b6"}.ion-android-volume-down:before{content:"\f3b7"}.ion-android-volume-mute:before{content:"\f3b8"}.ion-android-volume-off:before{content:"\f3b9"}.ion-android-volume-up:before{content:"\f3ba"}.ion-android-walk:before{content:"\f3bb"}.ion-android-warning:before{content:"\f3bc"}.ion-android-watch:before{content:"\f3bd"}.ion-android-wifi:before{content:"\f305"}.ion-aperture:before{content:"\f313"}.ion-archive:before{content:"\f102"}.ion-arrow-down-a:before{content:"\f103"}.ion-arrow-down-b:before{content:"\f104"}.ion-arrow-down-c:before{content:"\f105"}.ion-arrow-expand:before{content:"\f25e"}.ion-arrow-graph-down-left:before{content:"\f25f"}.ion-arrow-graph-down-right:before{content:"\f260"}.ion-arrow-graph-up-left:before{content:"\f261"}.ion-arrow-graph-up-right:before{content:"\f262"}.ion-arrow-left-a:before{content:"\f106"}.ion-arrow-left-b:before{content:"\f107"}.ion-arrow-left-c:before{content:"\f108"}.ion-arrow-move:before{content:"\f263"}.ion-arrow-resize:before{content:"\f264"}.ion-arrow-return-left:before{content:"\f265"}.ion-arrow-return-right:before{content:"\f266"}.ion-arrow-right-a:before{content:"\f109"}.ion-arrow-right-b:before{content:"\f10a"}.ion-arrow-right-c:before{content:"\f10b"}.ion-arrow-shrink:before{content:"\f267"}.ion-arrow-swap:before{content:"\f268"}.ion-arrow-up-a:before{content:"\f10c"}.ion-arrow-up-b:before{content:"\f10d"}.ion-arrow-up-c:before{content:"\f10e"}.ion-asterisk:before{content:"\f314"}.ion-at:before{content:"\f10f"}.ion-backspace:before{content:"\f3bf"}.ion-backspace-outline:before{content:"\f3be"}.ion-bag:before{content:"\f110"}.ion-battery-charging:before{content:"\f111"}.ion-battery-empty:before{content:"\f112"}.ion-battery-full:before{content:"\f113"}.ion-battery-half:before{content:"\f114"}.ion-battery-low:before{content:"\f115"}.ion-beaker:before{content:"\f269"}.ion-beer:before{content:"\f26a"}.ion-bluetooth:before{content:"\f116"}.ion-bonfire:before{content:"\f315"}.ion-bookmark:before{content:"\f26b"}.ion-bowtie:before{content:"\f3c0"}.ion-briefcase:before{content:"\f26c"}.ion-bug:before{content:"\f2be"}.ion-calculator:before{content:"\f26d"}.ion-calendar:before{content:"\f117"}.ion-camera:before{content:"\f118"}.ion-card:before{content:"\f119"}.ion-cash:before{content:"\f316"}.ion-chatbox:before{content:"\f11b"}.ion-chatbox-working:before{content:"\f11a"}.ion-chatboxes:before{content:"\f11c"}.ion-chatbubble:before{content:"\f11e"}.ion-chatbubble-working:before{content:"\f11d"}.ion-chatbubbles:before{content:"\f11f"}.ion-checkmark:before{content:"\f122"}.ion-checkmark-circled:before{content:"\f120"}.ion-checkmark-round:before{content:"\f121"}.ion-chevron-down:before{content:"\f123"}.ion-chevron-left:before{content:"\f124"}.ion-chevron-right:before{content:"\f125"}.ion-chevron-up:before{content:"\f126"}.ion-clipboard:before{content:"\f127"}.ion-clock:before{content:"\f26e"}.ion-close:before{content:"\f12a"}.ion-close-circled:before{content:"\f128"}.ion-close-round:before{content:"\f129"}.ion-closed-captioning:before{content:"\f317"}.ion-cloud:before{content:"\f12b"}.ion-code:before{content:"\f271"}.ion-code-download:before{content:"\f26f"}.ion-code-working:before{content:"\f270"}.ion-coffee:before{content:"\f272"}.ion-compass:before{content:"\f273"}.ion-compose:before{content:"\f12c"}.ion-connection-bars:before{content:"\f274"}.ion-contrast:before{content:"\f275"}.ion-crop:before{content:"\f3c1"}.ion-cube:before{content:"\f318"}.ion-disc:before{content:"\f12d"}.ion-document:before{content:"\f12f"}.ion-document-text:before{content:"\f12e"}.ion-drag:before{content:"\f130"}.ion-earth:before{content:"\f276"}.ion-easel:before{content:"\f3c2"}.ion-edit:before{content:"\f2bf"}.ion-egg:before{content:"\f277"}.ion-eject:before{content:"\f131"}.ion-email:before{content:"\f132"}.ion-email-unread:before{content:"\f3c3"}.ion-erlenmeyer-flask:before{content:"\f3c5"}.ion-erlenmeyer-flask-bubbles:before{content:"\f3c4"}.ion-eye:before{content:"\f133"}.ion-eye-disabled:before{content:"\f306"}.ion-female:before{content:"\f278"}.ion-filing:before{content:"\f134"}.ion-film-marker:before{content:"\f135"}.ion-fireball:before{content:"\f319"}.ion-flag:before{content:"\f279"}.ion-flame:before{content:"\f31a"}.ion-flash:before{content:"\f137"}.ion-flash-off:before{content:"\f136"}.ion-folder:before{content:"\f139"}.ion-fork:before{content:"\f27a"}.ion-fork-repo:before{content:"\f2c0"}.ion-forward:before{content:"\f13a"}.ion-funnel:before{content:"\f31b"}.ion-gear-a:before{content:"\f13d"}.ion-gear-b:before{content:"\f13e"}.ion-grid:before{content:"\f13f"}.ion-hammer:before{content:"\f27b"}.ion-happy:before{content:"\f31c"}.ion-happy-outline:before{content:"\f3c6"}.ion-headphone:before{content:"\f140"}.ion-heart:before{content:"\f141"}.ion-heart-broken:before{content:"\f31d"}.ion-help:before{content:"\f143"}.ion-help-buoy:before{content:"\f27c"}.ion-help-circled:before{content:"\f142"}.ion-home:before{content:"\f144"}.ion-icecream:before{content:"\f27d"}.ion-image:before{content:"\f147"}.ion-images:before{content:"\f148"}.ion-information:before{content:"\f14a"}.ion-information-circled:before{content:"\f149"}.ion-ionic:before{content:"\f14b"}.ion-ios-alarm:before{content:"\f3c8"}.ion-ios-alarm-outline:before{content:"\f3c7"}.ion-ios-albums:before{content:"\f3ca"}.ion-ios-albums-outline:before{content:"\f3c9"}.ion-ios-americanfootball:before{content:"\f3cc"}.ion-ios-americanfootball-outline:before{content:"\f3cb"}.ion-ios-analytics:before{content:"\f3ce"}.ion-ios-analytics-outline:before{content:"\f3cd"}.ion-ios-arrow-back:before{content:"\f3cf"}.ion-ios-arrow-down:before{content:"\f3d0"}.ion-ios-arrow-forward:before{content:"\f3d1"}.ion-ios-arrow-left:before{content:"\f3d2"}.ion-ios-arrow-right:before{content:"\f3d3"}.ion-ios-arrow-thin-down:before{content:"\f3d4"}.ion-ios-arrow-thin-left:before{content:"\f3d5"}.ion-ios-arrow-thin-right:before{content:"\f3d6"}.ion-ios-arrow-thin-up:before{content:"\f3d7"}.ion-ios-arrow-up:before{content:"\f3d8"}.ion-ios-at:before{content:"\f3da"}.ion-ios-at-outline:before{content:"\f3d9"}.ion-ios-barcode:before{content:"\f3dc"}.ion-ios-barcode-outline:before{content:"\f3db"}.ion-ios-baseball:before{content:"\f3de"}.ion-ios-baseball-outline:before{content:"\f3dd"}.ion-ios-basketball:before{content:"\f3e0"}.ion-ios-basketball-outline:before{content:"\f3df"}.ion-ios-bell:before{content:"\f3e2"}.ion-ios-bell-outline:before{content:"\f3e1"}.ion-ios-body:before{content:"\f3e4"}.ion-ios-body-outline:before{content:"\f3e3"}.ion-ios-bolt:before{content:"\f3e6"}.ion-ios-bolt-outline:before{content:"\f3e5"}.ion-ios-book:before{content:"\f3e8"}.ion-ios-book-outline:before{content:"\f3e7"}.ion-ios-bookmarks:before{content:"\f3ea"}.ion-ios-bookmarks-outline:before{content:"\f3e9"}.ion-ios-box:before{content:"\f3ec"}.ion-ios-box-outline:before{content:"\f3eb"}.ion-ios-briefcase:before{content:"\f3ee"}.ion-ios-briefcase-outline:before{content:"\f3ed"}.ion-ios-browsers:before{content:"\f3f0"}.ion-ios-browsers-outline:before{content:"\f3ef"}.ion-ios-calculator:before{content:"\f3f2"}.ion-ios-calculator-outline:before{content:"\f3f1"}.ion-ios-calendar:before{content:"\f3f4"}.ion-ios-calendar-outline:before{content:"\f3f3"}.ion-ios-camera:before{content:"\f3f6"}.ion-ios-camera-outline:before{content:"\f3f5"}.ion-ios-cart:before{content:"\f3f8"}.ion-ios-cart-outline:before{content:"\f3f7"}.ion-ios-chatboxes:before{content:"\f3fa"}.ion-ios-chatboxes-outline:before{content:"\f3f9"}.ion-ios-chatbubble:before{content:"\f3fc"}.ion-ios-chatbubble-outline:before{content:"\f3fb"}.ion-ios-checkmark:before{content:"\f3ff"}.ion-ios-checkmark-empty:before{content:"\f3fd"}.ion-ios-checkmark-outline:before{content:"\f3fe"}.ion-ios-circle-filled:before{content:"\f400"}.ion-ios-circle-outline:before{content:"\f401"}.ion-ios-clock:before{content:"\f403"}.ion-ios-clock-outline:before{content:"\f402"}.ion-ios-close:before{content:"\f406"}.ion-ios-close-empty:before{content:"\f404"}.ion-ios-close-outline:before{content:"\f405"}.ion-ios-cloud:before{content:"\f40c"}.ion-ios-cloud-download:before{content:"\f408"}.ion-ios-cloud-download-outline:before{content:"\f407"}.ion-ios-cloud-outline:before{content:"\f409"}.ion-ios-cloud-upload:before{content:"\f40b"}.ion-ios-cloud-upload-outline:before{content:"\f40a"}.ion-ios-cloudy:before{content:"\f410"}.ion-ios-cloudy-night:before{content:"\f40e"}.ion-ios-cloudy-night-outline:before{content:"\f40d"}.ion-ios-cloudy-outline:before{content:"\f40f"}.ion-ios-cog:before{content:"\f412"}.ion-ios-cog-outline:before{content:"\f411"}.ion-ios-color-filter:before{content:"\f414"}.ion-ios-color-filter-outline:before{content:"\f413"}.ion-ios-color-wand:before{content:"\f416"}.ion-ios-color-wand-outline:before{content:"\f415"}.ion-ios-compose:before{content:"\f418"}.ion-ios-compose-outline:before{content:"\f417"}.ion-ios-contact:before{content:"\f41a"}.ion-ios-contact-outline:before{content:"\f419"}.ion-ios-copy:before{content:"\f41c"}.ion-ios-copy-outline:before{content:"\f41b"}.ion-ios-crop:before{content:"\f41e"}.ion-ios-crop-strong:before{content:"\f41d"}.ion-ios-download:before{content:"\f420"}.ion-ios-download-outline:before{content:"\f41f"}.ion-ios-drag:before{content:"\f421"}.ion-ios-email:before{content:"\f423"}.ion-ios-email-outline:before{content:"\f422"}.ion-ios-eye:before{content:"\f425"}.ion-ios-eye-outline:before{content:"\f424"}.ion-ios-fastforward:before{content:"\f427"}.ion-ios-fastforward-outline:before{content:"\f426"}.ion-ios-filing:before{content:"\f429"}.ion-ios-filing-outline:before{content:"\f428"}.ion-ios-film:before{content:"\f42b"}.ion-ios-film-outline:before{content:"\f42a"}.ion-ios-flag:before{content:"\f42d"}.ion-ios-flag-outline:before{content:"\f42c"}.ion-ios-flame:before{content:"\f42f"}.ion-ios-flame-outline:before{content:"\f42e"}.ion-ios-flask:before{content:"\f431"}.ion-ios-flask-outline:before{content:"\f430"}.ion-ios-flower:before{content:"\f433"}.ion-ios-flower-outline:before{content:"\f432"}.ion-ios-folder:before{content:"\f435"}.ion-ios-folder-outline:before{content:"\f434"}.ion-ios-football:before{content:"\f437"}.ion-ios-football-outline:before{content:"\f436"}.ion-ios-game-controller-a:before{content:"\f439"}.ion-ios-game-controller-a-outline:before{content:"\f438"}.ion-ios-game-controller-b:before{content:"\f43b"}.ion-ios-game-controller-b-outline:before{content:"\f43a"}.ion-ios-gear:before{content:"\f43d"}.ion-ios-gear-outline:before{content:"\f43c"}.ion-ios-glasses:before{content:"\f43f"}.ion-ios-glasses-outline:before{content:"\f43e"}.ion-ios-grid-view:before{content:"\f441"}.ion-ios-grid-view-outline:before{content:"\f440"}.ion-ios-heart:before{content:"\f443"}.ion-ios-heart-outline:before{content:"\f442"}.ion-ios-help:before{content:"\f446"}.ion-ios-help-empty:before{content:"\f444"}.ion-ios-help-outline:before{content:"\f445"}.ion-ios-home:before{content:"\f448"}.ion-ios-home-outline:before{content:"\f447"}.ion-ios-infinite:before{content:"\f44a"}.ion-ios-infinite-outline:before{content:"\f449"}.ion-ios-information:before{content:"\f44d"}.ion-ios-information-empty:before{content:"\f44b"}.ion-ios-information-outline:before{content:"\f44c"}.ion-ios-ionic-outline:before{content:"\f44e"}.ion-ios-keypad:before{content:"\f450"}.ion-ios-keypad-outline:before{content:"\f44f"}.ion-ios-lightbulb:before{content:"\f452"}.ion-ios-lightbulb-outline:before{content:"\f451"}.ion-ios-list:before{content:"\f454"}.ion-ios-list-outline:before{content:"\f453"}.ion-ios-location:before{content:"\f456"}.ion-ios-location-outline:before{content:"\f455"}.ion-ios-locked:before{content:"\f458"}.ion-ios-locked-outline:before{content:"\f457"}.ion-ios-loop:before{content:"\f45a"}.ion-ios-loop-strong:before{content:"\f459"}.ion-ios-medical:before{content:"\f45c"}.ion-ios-medical-outline:before{content:"\f45b"}.ion-ios-medkit:before{content:"\f45e"}.ion-ios-medkit-outline:before{content:"\f45d"}.ion-ios-mic:before{content:"\f461"}.ion-ios-mic-off:before{content:"\f45f"}.ion-ios-mic-outline:before{content:"\f460"}.ion-ios-minus:before{content:"\f464"}.ion-ios-minus-empty:before{content:"\f462"}.ion-ios-minus-outline:before{content:"\f463"}.ion-ios-monitor:before{content:"\f466"}.ion-ios-monitor-outline:before{content:"\f465"}.ion-ios-moon:before{content:"\f468"}.ion-ios-moon-outline:before{content:"\f467"}.ion-ios-more:before{content:"\f46a"}.ion-ios-more-outline:before{content:"\f469"}.ion-ios-musical-note:before{content:"\f46b"}.ion-ios-musical-notes:before{content:"\f46c"}.ion-ios-navigate:before{content:"\f46e"}.ion-ios-navigate-outline:before{content:"\f46d"}.ion-ios-nutrition:before{content:"\f470"}.ion-ios-nutrition-outline:before{content:"\f46f"}.ion-ios-paper:before{content:"\f472"}.ion-ios-paper-outline:before{content:"\f471"}.ion-ios-paperplane:before{content:"\f474"}.ion-ios-paperplane-outline:before{content:"\f473"}.ion-ios-partlysunny:before{content:"\f476"}.ion-ios-partlysunny-outline:before{content:"\f475"}.ion-ios-pause:before{content:"\f478"}.ion-ios-pause-outline:before{content:"\f477"}.ion-ios-paw:before{content:"\f47a"}.ion-ios-paw-outline:before{content:"\f479"}.ion-ios-people:before{content:"\f47c"}.ion-ios-people-outline:before{content:"\f47b"}.ion-ios-person:before{content:"\f47e"}.ion-ios-person-outline:before{content:"\f47d"}.ion-ios-personadd:before{content:"\f480"}.ion-ios-personadd-outline:before{content:"\f47f"}.ion-ios-photos:before{content:"\f482"}.ion-ios-photos-outline:before{content:"\f481"}.ion-ios-pie:before{content:"\f484"}.ion-ios-pie-outline:before{content:"\f483"}.ion-ios-pint:before{content:"\f486"}.ion-ios-pint-outline:before{content:"\f485"}.ion-ios-play:before{content:"\f488"}.ion-ios-play-outline:before{content:"\f487"}.ion-ios-plus:before{content:"\f48b"}.ion-ios-plus-empty:before{content:"\f489"}.ion-ios-plus-outline:before{content:"\f48a"}.ion-ios-pricetag:before{content:"\f48d"}.ion-ios-pricetag-outline:before{content:"\f48c"}.ion-ios-pricetags:before{content:"\f48f"}.ion-ios-pricetags-outline:before{content:"\f48e"}.ion-ios-printer:before{content:"\f491"}.ion-ios-printer-outline:before{content:"\f490"}.ion-ios-pulse:before{content:"\f493"}.ion-ios-pulse-strong:before{content:"\f492"}.ion-ios-rainy:before{content:"\f495"}.ion-ios-rainy-outline:before{content:"\f494"}.ion-ios-recording:before{content:"\f497"}.ion-ios-recording-outline:before{content:"\f496"}.ion-ios-redo:before{content:"\f499"}.ion-ios-redo-outline:before{content:"\f498"}.ion-ios-refresh:before{content:"\f49c"}.ion-ios-refresh-empty:before{content:"\f49a"}.ion-ios-refresh-outline:before{content:"\f49b"}.ion-ios-reload:before{content:"\f49d"}.ion-ios-reverse-camera:before{content:"\f49f"}.ion-ios-reverse-camera-outline:before{content:"\f49e"}.ion-ios-rewind:before{content:"\f4a1"}.ion-ios-rewind-outline:before{content:"\f4a0"}.ion-ios-rose:before{content:"\f4a3"}.ion-ios-rose-outline:before{content:"\f4a2"}.ion-ios-search:before{content:"\f4a5"}.ion-ios-search-strong:before{content:"\f4a4"}.ion-ios-settings:before{content:"\f4a7"}.ion-ios-settings-strong:before{content:"\f4a6"}.ion-ios-shuffle:before{content:"\f4a9"}.ion-ios-shuffle-strong:before{content:"\f4a8"}.ion-ios-skipbackward:before{content:"\f4ab"}.ion-ios-skipbackward-outline:before{content:"\f4aa"}.ion-ios-skipforward:before{content:"\f4ad"}.ion-ios-skipforward-outline:before{content:"\f4ac"}.ion-ios-snowy:before{content:"\f4ae"}.ion-ios-speedometer:before{content:"\f4b0"}.ion-ios-speedometer-outline:before{content:"\f4af"}.ion-ios-star:before{content:"\f4b3"}.ion-ios-star-half:before{content:"\f4b1"}.ion-ios-star-outline:before{content:"\f4b2"}.ion-ios-stopwatch:before{content:"\f4b5"}.ion-ios-stopwatch-outline:before{content:"\f4b4"}.ion-ios-sunny:before{content:"\f4b7"}.ion-ios-sunny-outline:before{content:"\f4b6"}.ion-ios-telephone:before{content:"\f4b9"}.ion-ios-telephone-outline:before{content:"\f4b8"}.ion-ios-tennisball:before{content:"\f4bb"}.ion-ios-tennisball-outline:before{content:"\f4ba"}.ion-ios-thunderstorm:before{content:"\f4bd"}.ion-ios-thunderstorm-outline:before{content:"\f4bc"}.ion-ios-time:before{content:"\f4bf"}.ion-ios-time-outline:before{content:"\f4be"}.ion-ios-timer:before{content:"\f4c1"}.ion-ios-timer-outline:before{content:"\f4c0"}.ion-ios-toggle:before{content:"\f4c3"}.ion-ios-toggle-outline:before{content:"\f4c2"}.ion-ios-trash:before{content:"\f4c5"}.ion-ios-trash-outline:before{content:"\f4c4"}.ion-ios-undo:before{content:"\f4c7"}.ion-ios-undo-outline:before{content:"\f4c6"}.ion-ios-unlocked:before{content:"\f4c9"}.ion-ios-unlocked-outline:before{content:"\f4c8"}.ion-ios-upload:before{content:"\f4cb"}.ion-ios-upload-outline:before{content:"\f4ca"}.ion-ios-videocam:before{content:"\f4cd"}.ion-ios-videocam-outline:before{content:"\f4cc"}.ion-ios-volume-high:before{content:"\f4ce"}.ion-ios-volume-low:before{content:"\f4cf"}.ion-ios-wineglass:before{content:"\f4d1"}.ion-ios-wineglass-outline:before{content:"\f4d0"}.ion-ios-world:before{content:"\f4d3"}.ion-ios-world-outline:before{content:"\f4d2"}.ion-ipad:before{content:"\f1f9"}.ion-iphone:before{content:"\f1fa"}.ion-ipod:before{content:"\f1fb"}.ion-jet:before{content:"\f295"}.ion-key:before{content:"\f296"}.ion-knife:before{content:"\f297"}.ion-laptop:before{content:"\f1fc"}.ion-leaf:before{content:"\f1fd"}.ion-levels:before{content:"\f298"}.ion-lightbulb:before{content:"\f299"}.ion-link:before{content:"\f1fe"}.ion-load-a:before{content:"\f29a"}.ion-load-b:before{content:"\f29b"}.ion-load-c:before{content:"\f29c"}.ion-load-d:before{content:"\f29d"}.ion-location:before{content:"\f1ff"}.ion-lock-combination:before{content:"\f4d4"}.ion-locked:before{content:"\f200"}.ion-log-in:before{content:"\f29e"}.ion-log-out:before{content:"\f29f"}.ion-loop:before{content:"\f201"}.ion-magnet:before{content:"\f2a0"}.ion-male:before{content:"\f2a1"}.ion-man:before{content:"\f202"}.ion-map:before{content:"\f203"}.ion-medkit:before{content:"\f2a2"}.ion-merge:before{content:"\f33f"}.ion-mic-a:before{content:"\f204"}.ion-mic-b:before{content:"\f205"}.ion-mic-c:before{content:"\f206"}.ion-minus:before{content:"\f209"}.ion-minus-circled:before{content:"\f207"}.ion-minus-round:before{content:"\f208"}.ion-model-s:before{content:"\f2c1"}.ion-monitor:before{content:"\f20a"}.ion-more:before{content:"\f20b"}.ion-mouse:before{content:"\f340"}.ion-music-note:before{content:"\f20c"}.ion-navicon:before{content:"\f20e"}.ion-navicon-round:before{content:"\f20d"}.ion-navigate:before{content:"\f2a3"}.ion-network:before{content:"\f341"}.ion-no-smoking:before{content:"\f2c2"}.ion-nuclear:before{content:"\f2a4"}.ion-outlet:before{content:"\f342"}.ion-paintbrush:before{content:"\f4d5"}.ion-paintbucket:before{content:"\f4d6"}.ion-paper-airplane:before{content:"\f2c3"}.ion-paperclip:before{content:"\f20f"}.ion-pause:before{content:"\f210"}.ion-person:before{content:"\f213"}.ion-person-add:before{content:"\f211"}.ion-person-stalker:before{content:"\f212"}.ion-pie-graph:before{content:"\f2a5"}.ion-pin:before{content:"\f2a6"}.ion-pinpoint:before{content:"\f2a7"}.ion-pizza:before{content:"\f2a8"}.ion-plane:before{content:"\f214"}.ion-planet:before{content:"\f343"}.ion-play:before{content:"\f215"}.ion-playstation:before{content:"\f30a"}.ion-plus:before{content:"\f218"}.ion-plus-circled:before{content:"\f216"}.ion-plus-round:before{content:"\f217"}.ion-podium:before{content:"\f344"}.ion-pound:before{content:"\f219"}.ion-power:before{content:"\f2a9"}.ion-pricetag:before{content:"\f2aa"}.ion-pricetags:before{content:"\f2ab"}.ion-printer:before{content:"\f21a"}.ion-pull-request:before{content:"\f345"}.ion-qr-scanner:before{content:"\f346"}.ion-quote:before{content:"\f347"}.ion-radio-waves:before{content:"\f2ac"}.ion-record:before{content:"\f21b"}.ion-refresh:before{content:"\f21c"}.ion-reply:before{content:"\f21e"}.ion-reply-all:before{content:"\f21d"}.ion-ribbon-a:before{content:"\f348"}.ion-ribbon-b:before{content:"\f349"}.ion-sad:before{content:"\f34a"}.ion-sad-outline:before{content:"\f4d7"}.ion-scissors:before{content:"\f34b"}.ion-search:before{content:"\f21f"}.ion-settings:before{content:"\f2ad"}.ion-share:before{content:"\f220"}.ion-shuffle:before{content:"\f221"}.ion-skip-backward:before{content:"\f222"}.ion-skip-forward:before{content:"\f223"}.ion-social-android:before{content:"\f225"}.ion-social-android-outline:before{content:"\f224"}.ion-social-angular:before{content:"\f4d9"}.ion-social-angular-outline:before{content:"\f4d8"}.ion-social-apple:before{content:"\f227"}.ion-social-apple-outline:before{content:"\f226"}.ion-social-bitcoin:before{content:"\f2af"}.ion-social-bitcoin-outline:before{content:"\f2ae"}.ion-social-buffer:before{content:"\f229"}.ion-social-buffer-outline:before{content:"\f228"}.ion-social-chrome:before{content:"\f4db"}.ion-social-chrome-outline:before{content:"\f4da"}.ion-social-codepen:before{content:"\f4dd"}.ion-social-codepen-outline:before{content:"\f4dc"}.ion-social-css3:before{content:"\f4df"}.ion-social-css3-outline:before{content:"\f4de"}.ion-social-designernews:before{content:"\f22b"}.ion-social-designernews-outline:before{content:"\f22a"}.ion-social-dribbble:before{content:"\f22d"}.ion-social-dribbble-outline:before{content:"\f22c"}.ion-social-dropbox:before{content:"\f22f"}.ion-social-dropbox-outline:before{content:"\f22e"}.ion-social-euro:before{content:"\f4e1"}.ion-social-euro-outline:before{content:"\f4e0"}.ion-social-facebook:before{content:"\f231"}.ion-social-facebook-outline:before{content:"\f230"}.ion-social-foursquare:before{content:"\f34d"}.ion-social-foursquare-outline:before{content:"\f34c"}.ion-social-freebsd-devil:before{content:"\f2c4"}.ion-social-github:before{content:"\f233"}.ion-social-github-outline:before{content:"\f232"}.ion-social-google:before{content:"\f34f"}.ion-social-google-outline:before{content:"\f34e"}.ion-social-googleplus:before{content:"\f235"}.ion-social-googleplus-outline:before{content:"\f234"}.ion-social-hackernews:before{content:"\f237"}.ion-social-hackernews-outline:before{content:"\f236"}.ion-social-html5:before{content:"\f4e3"}.ion-social-html5-outline:before{content:"\f4e2"}.ion-social-instagram:before{content:"\f351"}.ion-social-instagram-outline:before{content:"\f350"}.ion-social-javascript:before{content:"\f4e5"}.ion-social-javascript-outline:before{content:"\f4e4"}.ion-social-linkedin:before{content:"\f239"}.ion-social-linkedin-outline:before{content:"\f238"}.ion-social-markdown:before{content:"\f4e6"}.ion-social-nodejs:before{content:"\f4e7"}.ion-social-octocat:before{content:"\f4e8"}.ion-social-pinterest:before{content:"\f2b1"}.ion-social-pinterest-outline:before{content:"\f2b0"}.ion-social-python:before{content:"\f4e9"}.ion-social-reddit:before{content:"\f23b"}.ion-social-reddit-outline:before{content:"\f23a"}.ion-social-rss:before{content:"\f23d"}.ion-social-rss-outline:before{content:"\f23c"}.ion-social-sass:before{content:"\f4ea"}.ion-social-skype:before{content:"\f23f"}.ion-social-skype-outline:before{content:"\f23e"}.ion-social-snapchat:before{content:"\f4ec"}.ion-social-snapchat-outline:before{content:"\f4eb"}.ion-social-tumblr:before{content:"\f241"}.ion-social-tumblr-outline:before{content:"\f240"}.ion-social-tux:before{content:"\f2c5"}.ion-social-twitch:before{content:"\f4ee"}.ion-social-twitch-outline:before{content:"\f4ed"}.ion-social-twitter:before{content:"\f243"}.ion-social-twitter-outline:before{content:"\f242"}.ion-social-usd:before{content:"\f353"}.ion-social-usd-outline:before{content:"\f352"}.ion-social-vimeo:before{content:"\f245"}.ion-social-vimeo-outline:before{content:"\f244"}.ion-social-whatsapp:before{content:"\f4f0"}.ion-social-whatsapp-outline:before{content:"\f4ef"}.ion-social-windows:before{content:"\f247"}.ion-social-windows-outline:before{content:"\f246"}.ion-social-wordpress:before{content:"\f249"}.ion-social-wordpress-outline:before{content:"\f248"}.ion-social-yahoo:before{content:"\f24b"}.ion-social-yahoo-outline:before{content:"\f24a"}.ion-social-yen:before{content:"\f4f2"}.ion-social-yen-outline:before{content:"\f4f1"}.ion-social-youtube:before{content:"\f24d"}.ion-social-youtube-outline:before{content:"\f24c"}.ion-soup-can:before{content:"\f4f4"}.ion-soup-can-outline:before{content:"\f4f3"}.ion-speakerphone:before{content:"\f2b2"}.ion-speedometer:before{content:"\f2b3"}.ion-spoon:before{content:"\f2b4"}.ion-star:before{content:"\f24e"}.ion-stats-bars:before{content:"\f2b5"}.ion-steam:before{content:"\f30b"}.ion-stop:before{content:"\f24f"}.ion-thermometer:before{content:"\f2b6"}.ion-thumbsdown:before{content:"\f250"}.ion-thumbsup:before{content:"\f251"}.ion-toggle:before{content:"\f355"}.ion-toggle-filled:before{content:"\f354"}.ion-transgender:before{content:"\f4f5"}.ion-trash-a:before{content:"\f252"}.ion-trash-b:before{content:"\f253"}.ion-trophy:before{content:"\f356"}.ion-tshirt:before{content:"\f4f7"}.ion-tshirt-outline:before{content:"\f4f6"}.ion-umbrella:before{content:"\f2b7"}.ion-university:before{content:"\f357"}.ion-unlocked:before{content:"\f254"}.ion-upload:before{content:"\f255"}.ion-usb:before{content:"\f2b8"}.ion-videocamera:before{content:"\f256"}.ion-volume-high:before{content:"\f257"}.ion-volume-low:before{content:"\f258"}.ion-volume-medium:before{content:"\f259"}.ion-volume-mute:before{content:"\f25a"}.ion-wand:before{content:"\f358"}.ion-waterdrop:before{content:"\f25b"}.ion-wifi:before{content:"\f25c"}.ion-wineglass:before{content:"\f2b9"}.ion-woman:before{content:"\f25d"}.ion-wrench:before{content:"\f2ba"}.ion-xbox:before{content:"\f30c"}
.breadcrumbs{background-size:cover;text-align:center;position:relative;padding:156px 0 160px;background-repeat:no-repeat;margin-bottom:20px}.breadcrumbs h1{text-transform:uppercase;font-weight:800;color:#333;letter-spacing:0.1em;margin:0;margin-bottom:14px;font-size:40px}.breadcrumbs .breadcrumb{background:none;margin:0;padding:0}.breadcrumbs .breadcrumb li:last-child{color:#8eb35a}.farm_services_brands .owl-carousel .owl-item img{margin:0 auto;max-width:100%;width:unset;opacity:0.7}.farm_services_brands .owl-carousel .owl-item img:hover{opacity:1}.cms-about-us .page-main{margin-bottom:30px;width:100% !important;padding:0}.cms-about-us .img-responsive{margin:0 auto}.cms-about-us section{clear:both}.cms-about-us .title_section{text-align:center;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png) scroll no-repeat center center;padding:15px}.cms-about-us .title_section h2{font-size:40px;font-weight:800;color:#333;letter-spacing:0.1em;text-transform:uppercase;text-indent:0.1em}.cms-about-us p.h4{line-height:15px;letter-spacing:0.235em;color:#8eb35a;font-size:16px}.cms-about-us .page-title-wrapper{display:none}.cms-about-us .about_us_1 .about_us_stores{background:url('../../frontend/Mgs/imperialteas/en_GB/images/bg-about-store.png') no-repeat;margin-top:30px;padding-bottom:140px;background-size:cover}.cms-about-us .about_us_1 .about_us_stores .title_about{text-align:center}.cms-about-us .about_us_1 .about_us_stores .title_about p{font-size:25px;letter-spacing:0.085em;margin-top:60px;margin-bottom:105px;line-height:49px}.cms-about-us .about_us_1 .about_us_stores .title_about p span{font-weight:600;color:#333}.cms-about-us .about_us_1 .about_us_stores .store_content{clear:both}.cms-about-us .about_us_1 .about_us_stores .left .item_4{background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-beautiful.png) no-repeat scroll center 25%;background-size:100%}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic{float:right;text-align:center;max-width:100%;width:100%;padding:inherit;padding-top:110px}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic h2{font-size:36px;text-transform:uppercase;font-weight:800;letter-spacing:0.06em;color:#333}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic p{line-height:18px}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .image_4{padding-top:20px}.cms-about-us .about_us_1 .about_us_stores .left .image_1{margin-bottom:30px;float:right}.cms-about-us .about_us_1 .about_us_stores .left .image_3{float:right;padding:0;max-width:100%}.cms-about-us .about_us_1 .about_us_stores .right{padding-top:169px}.cms-about-us .about_us_1 .about_us_stores .right .image_2{margin-bottom:30px;float:left}.cms-about-us .about_us_1 .about_us_stores .right .col-xs-12 .image_2{float:unset}.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic{float:left;width:100%;background:#fff;padding:30px;max-width:100%;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-symbol.png) no-repeat 38% 36%;background-color:#fff}.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic p{letter-spacing:0.06em;line-height:27px;font-size:18px}.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic p:before{content:"";background:url(../../frontend/Mgs/imperialteas/en_GB/images/symbol.png) no-repeat;width:20px;height:20px;display:block;margin-bottom:20px;margin-left:-6px}.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic h2{font-size:14px;color:#333;font-weight:768;text-transform:uppercase;letter-spacing:0.08em}.cms-about-us .about_us_1 .about_us_stores .right .short_desc_organic em.h5{font-size:14px;letter-spacing:0.07em}.cms-about-us .about_us_1 .about_us_steps{clear:both;padding-top:100px;padding-bottom:50px}.cms-about-us .about_us_1 .about_us_steps .step_center{position:relative}.cms-about-us .about_us_1 .about_us_steps .step_center .text_center{position:absolute;top:50%;transform:translateY(-65%);-webkit-transform:translateY(-65%);-moz-transform:translateY(-65%);-o-transform:translateY(-65%);left:0;right:0;margin:0 auto}.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border{background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-border.png) no-repeat scroll center center;max-width:266px;max-height:260px;margin:0 auto}.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border .title_section{width:266px;height:260px;margin:0 auto;padding-top:95px}.cms-about-us .about_us_1 .about_us_steps .step_center .text_center .bg_border .title_section h2{letter-spacing:0.06em;margin-top:5px}.cms-about-us .about_us_1 .about_us_steps .step_right .farm{float:right}.cms-about-us .about_us_1 .about_us_steps .step_right .step_text{margin-right:100px;text-align:right}.cms-about-us .about_us_1 .about_us_steps .step_left .farm{float:left}.cms-about-us .about_us_1 .about_us_steps .step_left .step_text{margin-left:100px}.cms-about-us .about_us_1 .about_us_steps .step_item{padding-top:44px;padding-left:7px;clear:both}.cms-about-us .about_us_1 .about_us_steps .step_item:hover .farm{background-color:#8eb35a;color:#fff}.cms-about-us .about_us_1 .about_us_steps .step_item .farm{text-align:center;border-radius:50%;width:70px;height:70px;line-height:70px;font-size:30px;color:#8eb35a;background-color:#f8f7f7;display:inline-block;margin-top:23px;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}.cms-about-us .about_us_1 .about_us_steps .step_item .icon-carrot{font-size:38px}.cms-about-us .about_us_1 .about_us_steps .step_item p{line-height:25px}.cms-about-us .about_us_1 .about_us_steps .step_item h3{font-size:21px}.cms-about-us .about_us_1 .about_us_farm_services{background:#f8f7f7;padding-top:100px;clear:both}.cms-about-us .about_us_1 .about_us_farm_services .title_farm_services{text-align:center;background:url('../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png') no-repeat center;padding:15px}.cms-about-us .about_us_1 .about_us_farm_services .title_farm_services h2{font-size:42px;font-weight:800;color:#333;letter-spacing:0.07em}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_image{padding-top:74px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items{clear:both}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item{text-align:center}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item:hover .farm{background-color:#8eb35a;color:#fff}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item:hover h3:after{width:40px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item .farm{text-align:center;border-radius:50%;width:70px;height:70px;line-height:70px;font-size:30px;color:#8eb35a;background-color:#fff;display:inline-block;margin-top:35px;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item .icon-carrot{font-size:38px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item h3{font-size:19px;font-weight:700;color:#333;margin-top:25px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item h3:after{content:"";width:32px;height:1px;background-color:#e7e5e4;display:block;margin:17px auto 0;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item p{line-height:24px;margin-top:32px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item a{font-weight:768;letter-spacing:0.1em;font-size:14px;color:#888;text-decoration:underline}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_items .farm_services_item a:hover{color:#8eb35a}.cms-about-us .about_us_1 .about_us_farmers{padding-top:106px}.cms-about-us .about_us_1 .about_us_farmers .farmer_items{clear:both;padding-top:65px}.cms-about-us .about_us_1 .about_us_farmers .farmer_items .farmer_item{text-align:center}.cms-about-us .about_us_1 .about_us_farmers .farmer_items .farmer_item h2{text-transform:uppercase;font-size:19px;font-weight:768;color:#333}.cms-about-us .about_us_1 .about_us_farmers .farmer_items .farmer_item h2:after{content:"";width:32px;height:1px;background-color:#e7e5e4;display:block;margin:17px auto 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s}.cms-about-us .about_us_1 .about_us_farmers .farmer_items .farmer_item p{font-weight:768;letter-spacing:0.1em;font-size:14px;color:#888}.farm_services_brands{background:#e8f0de;padding-top:8px}.farm_services_brands .owl-carousel .owl-item{height:164px}.farm_services_brands .owl-carousel .owl-item .owl-stage::after{display:none}.farm_services_brands .owl-carousel .owl-item img{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.farm_services_brands .title-block{display:none}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item{position:relative}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .content{padding:20px 0}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .content p.h5{background:#fff;padding:30px;min-height:190px;margin-bottom:46px;position:relative;line-height:32px;padding-top:40px;text-align:left}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .content p.h5:before{content:"";background:url(../../frontend/Mgs/imperialteas/en_GB/images/symbol_2.png) no-repeat;width:35px;height:30px;display:block;position:absolute;top:-18px;left:30px}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .content p.h5:after{content:"";display:block;width:0px;height:0px;border-left:0px solid transparent;border-right:30px solid transparent;border-top:30px solid #fff;position:absolute;bottom:-30px;left:45px}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .img-author{position:absolute;bottom:14px;left:0;margin:0}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .author{text-align:left;padding-left:80px}.cms-about-us-2 .testimonial-block .owl-carousel .testimonial-item .author strong{display:block}.testimonial-block .text-center{margin-bottom:80px}.testimonial-block .text-center h3{color:#333;font-weight:600;font-size:34px}.testimonial-block .item.testimonial-author{padding-top:20px}.testimonial-block .testimonial-content{background:#fff;padding:30px;line-height:25px;letter-spacing:0.05em;font-size:18px;margin:0;min-height:190px;padding-top:40px}.testimonial-block .testimonial-content:after{content:"";background:url(../../frontend/Mgs/imperialteas/en_GB/images/symbol_2.png) no-repeat;width:35px;height:30px;display:block;position:absolute;top:0;left:30px}.testimonial-block .arrow_down{width:0px;height:0px;border-left:0px solid transparent;border-right:30px solid transparent;border-top:30px solid #fff;margin-left:50px}.testimonial-block .client .img-thumbnail{background:none;border:0;padding:0}.testimonial-block .client .img-thumbnail img{max-width:65px}.testimonial-block .client h2{text-transform:uppercase;color:#333;font-size:14px;margin-top:10px;padding-top:10px;font-weight:768;letter-spacing:0.08em}.testimonial-block .client p.h5{letter-spacing:0.07em;color:#696969;font-size:14px}.cms-about-us-2 .page-main{margin-bottom:26px;width:100% !important;padding:0}.cms-about-us-2 .page-main .main{margin-top:20px}.cms-about-us-2 .title_section{text-align:center;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png) scroll no-repeat center center;padding:15px}.cms-about-us-2 .title_section h2{font-size:40px;font-weight:800;color:#333;letter-spacing:0.07em;text-transform:uppercase}.cms-about-us-2 p.h4{line-height:15px;letter-spacing:0.235em;color:#8eb35a}.cms-about-us-2 .about_us_2 .set_bg{position:relative}.cms-about-us-2 .about_us_2 .set_bg .bg-about-2,.cms-about-us-2 .about_us_2 .set_bg .bg-about-1{position:absolute;bottom:120px;width:12%;z-index:1}.cms-about-us-2 .about_us_2 .set_bg .bg-about-2{right:0}.cms-about-us-2 .about_us_2 .about_us_story{padding-bottom:210px;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-story.png) no-repeat;background-size:cover}.cms-about-us-2 .about_us_2 .about_us_story .center{margin:70px -85px;padding-left:85px;padding-right:85px;z-index:10;box-sizing:content-box;box-shadow:-5px -5px 50px #f0f0f0;background:#fff}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner{margin:15px -70px;border:1px solid #f0f0f0;padding:60px 48px;box-sizing:border-box}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .title_section p{line-height:15px;letter-spacing:0.235em;color:#8eb35a;font-size:16px;font-style:italic}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story{padding-top:5px}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story h2{text-transform:uppercase;color:#333;font-size:14px;font-weight:768;letter-spacing:0.08em;margin-top:68px;margin-bottom:5px}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p{margin:16px 0;line-height:26px;letter-spacing:0.05em}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p span{color:#8eb35a}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story p.h5{font-size:14px;letter-spacing:0.07em;margin-bottom:10px;margin-top:0}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner .content_story .img-responsive{padding:0;margin-right:25px;max-width:108px;margin-top:25px}.cms-about-us-2 .about_us_2 .about_us_story .left{padding-top:0px}.cms-about-us-2 .about_us_2 .about_us_story .left .bg_1{margin-right:-275px;float:right;margin-top:-30px;max-width:609px;margin-bottom:45px}.cms-about-us-2 .about_us_2 .about_us_story .right{padding-left:4%}.cms-about-us-2 .about_us_2 .about_us_story .right .bg_2{max-width:546px;margin-left:-270px;margin-top:-165px;z-index:-100;position:absolute}.cms-about-us-2 .about_us_2 .about_us_clients{padding-top:100px;padding-bottom:100px;background:#f8f7f7}.cms-about-us-2 .about_us_2 .about_us_clients:before{content:"";width:1px;height:80px;background-color:#333;display:block;margin:17px auto 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s;margin-top:-140px;margin-bottom:70px}.cms-about-us-2 .about_us_2 .about_us_clients .title-block{background:none;padding:0}.cms-about-us-2 .about_us_2 .about_us_clients .title-block h2{font-size:34px;text-transform:unset;font-weight:600;letter-spacing:0.07em;padding-bottom:30px}.cms-about-us-2 .about_us_2 .about_us_farmers{padding-top:110px}.cms-about-us-2 .about_us_2 .about_us_farmers .img-responsive{margin:0 auto}.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items{clear:both;padding-top:68px}.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items .farmer_item{text-align:center}.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items .farmer_item h2{text-transform:uppercase;font-size:19px;font-weight:700;color:#333;margin-top:27px}.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items .farmer_item h2:after{content:"";width:32px;height:1px;background-color:#e7e5e4;display:block;margin:17px auto 0;transition:all .5s ease 0s;-webkit-transition:all .5s ease 0s;-moz-transition:all .5s ease 0s;-o-transition:all .5s ease 0s}.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items .farmer_item p{font-weight:768;letter-spacing:0.1em;font-size:14px;color:#888;margin-top:17px}.contact-index-index ::-webkit-input-placeholder,.cms-organie-contact2 ::-webkit-input-placeholder{color:#aaa}.contact-index-index ::-moz-placeholder,.cms-organie-contact2 ::-moz-placeholder{color:#aaa}.contact-index-index :-ms-input-placeholder,.cms-organie-contact2 :-ms-input-placeholder{color:#aaa}.contact-index-index :-moz-placeholder,.cms-organie-contact2 :-moz-placeholder{color:#aaa}.contact-index-index textarea,.cms-organie-contact2 textarea{resize:none}.contact-index-index .form-group,.cms-organie-contact2 .form-group{padding:0;padding-right:20px}.contact-index-index .form-control,.cms-organie-contact2 .form-control{color:#333;font-size:15px}.contact-index-index .form-control{border:1px solid #f4f1e2;box-shadow:none}.contact-index-index .form-control:focus{border-color:#8eb35a;outline:0;-webkit-box-shadow:none;box-shadow:none}.contact-index-index h3{color:#333;font-weight:600;font-size:18px}.contact-index-index .title_form{margin-bottom:30px;margin-top:23px}.contact-index-index .main{margin:-20px 0 10px 0}.contact-index-index .main .map-container{padding-top:85px}.contact-index-index .item_contact{border-bottom:1px solid #f0f0f0;margin-right:80px;margin-top:20px;padding-bottom:20px}.contact-index-index .item_contact h3{font-size:14px;line-height:30px}.contact-index-index .item_contact p{margin:0;color:#696969}.contact-index-index .block-social{border-bottom:0}.contact-index-index .block-social h3{display:initial}.contact-index-index .block-social ul{display:initial;margin-left:20px}.contact-index-index .actions-toolbar .btn{margin-top:20px;letter-spacing:0.08em}.cms-organie-contact2 .page-main{width:100% !important;padding:0}.cms-organie-contact2 .title_section{background:url('../../frontend/Mgs/imperialteas/en_GB/images/bg-title-farm.png') no-repeat;padding:25px 15px;background-position:20% top;margin-bottom:20px}.cms-organie-contact2 .title_section h2{color:#333;font-weight:800;letter-spacing:0.07em;font-size:40px}.cms-organie-contact2 .title_section em{letter-spacing:0.15em}.cms-organie-contact2 .map{margin:140px 0 100px}.cms-organie-contact2 .form_contact{background-position:center top}.cms-organie-contact2 .form_contact .actions-toolbar{text-align:center;padding-top:25px;letter-spacing:0.08em}.cms-organie-contact2 .form_contact .title_section{background-position:center top;margin-bottom:40px}.cms-organie-contact2 .form_contact .form-groups{margin-right:-20px}.cms-organie-contact2 .store-information{letter-spacing:0.05em;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-contact.png) scroll no-repeat center center;background-size:100%}.cms-organie-contact2 .store-information .image{padding-right:100px}.cms-organie-contact2 .store-information .image img{box-shadow:40px 30px 0px -6px #fff,40px 30px 0px 0px #f4f1e3;width:100%}.cms-organie-contact2 .store-information .info{padding:0}.cms-organie-contact2 .store-information .info p.h5{font-size:18px;margin:15px;line-height:30px;margin-bottom:75px}.cms-organie-contact2 .store-information .info h3{font-size:18px;color:#333;font-weight:600}.btn-tag{border-radius:5px;text-transform:lowercase;background:#FBFAF8;border:1px solid #f0f0f0;color:#aaa;padding:3px 15px;display:inline-block;margin:3px;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}.btn-tag:hover,.btn-tag:active,.btn-tag:focus{background-color:#8eb35a;color:#fff;border-color:#8eb35a}.blog-post-list .page-main{margin-top:100px}.blog-post-list .page-main a.btn{letter-spacing:0.06em}.blog-post-list .page-main .pages .pagination .item a{background:none;color:#333;border:1px solid #ddd;border-radius:50%}.blog-post-list .page-main .pages .pagination .item.pages-item-next a,.blog-post-list .page-main .pages .pagination .item.pages-item-previous a{border:none}.blog-post-list .page-main .pages .pagination .item.pages-item-next a:hover,.blog-post-list .page-main .pages .pagination .item.pages-item-previous a:hover{background:none;color:#8eb35a}.blog-post-list .page-main .pages .pagination .item.current a{background:#8eb35a;color:#fff}.blog-post-list .page-main .pages .pagination .item a:hover{background-color:#8eb35a;color:#fff}.blog-post-list .page-main select{border-radius:20px}.blog-post-list .page-main ::-webkit-input-placeholder{color:#aaa}.blog-post-list .page-main ::-moz-placeholder{color:#aaa}.blog-post-list .page-main :-ms-input-placeholder{color:#aaa}.blog-post-list .page-main :-moz-placeholder{color:#aaa}.blog-post-list .page-main .sharethis-inline-share-buttons{background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-share.png) no-repeat;float:right}.blog-post-list .page-main .sharethis-inline-share-buttons span.sharethis{background:none;text-decoration:underline;color:#aaa;font-size:15px;font-family:"Playfair Display";font-weight:600;letter-spacing:0.05em;padding-left:55px;height:40px;padding-top:7px;font-style:italic}.blog-post-list .page-main .sharethis-inline-share-buttons span.sharethis:hover{opacity:1;color:#8eb35a}.blog-post-list .page-main .date_time{color:#aaa;font-size:14px;letter-spacing:0.05em}.blog-post-list .page-main h3,.blog-post-list .page-main .h3{font-size:24px;font-weight:600;color:#333;letter-spacing:0.05em}.blog-post-list .page-main .post-title{margin-top:0;margin-bottom:25px}.blog-post-list .page-main .post-title a:hover{color:#8eb35a}.blog-post-list .page-main .post-info .published-by{margin:30px 0 10px}.blog-post-list .page-main .post-info .published-by a{text-decoration:underline;text-transform:capitalize;color:#555}.blog-post-list .page-main .post-info .published-by a:hover{color:#8eb35a}.blog-post-list .page-main .blog-load-more-post{text-align:center}.blog-post-list .page-main .blog-post-masonry-toolbar{display:none}.blog-post-list .page-main .blog-masonry{overflow:auto}.blog-post-list .page-main .blog-masonry .grid-item{padding-bottom:50px}.blog-post-list .page-main .blog-masonry .grid-item .post-link{margin-top:20px}.blog-post-list .page-main .blog-masonry .grid-item .post-link a{color:#696969;text-transform:uppercase;letter-spacing:0.1em;font-weight:600;font-size:15px}.blog-post-list .page-main .blog-masonry .grid-item .post-link a:hover{color:#8eb35a}.blog-post-list .page-main .blog-masonry .grid-item .post-title a{font-size:20px}.blog-post-list .page-main .blog-list .blog-post{padding-bottom:40px;border-bottom:1px solid #f4f4f4;padding-top:40px;margin-right:30px}.blog-post-list .page-main .blog-list .blog-post:first-child{padding-top:0}.blog-post-list .page-main .blog-list .blog-post:first-child img{box-shadow:30px -20px 0px -5px #fff,30px -20px 0px 0px #f0f0f0}.blog-post-list .page-main .blog-list .blog-post .post-content .post-link{margin-top:28px}.blog-post-list .page-main .blog-list .blog-post .post-content .post-link a{letter-spacing:0.06em}.blog-post-list .page-main .blog-list .blog-post .post-thumbnail img{width:100%}.blog-post-list .page-main .blog-post-list-toolbar{margin-top:50px}.blog-post-list .page-main .blog-post-list-toolbar .toolbar-amount{display:none}.blog-post-list .page-main .blog-post-list-toolbar .pages{display:initial}.blog-post-list .page-main .blog-post-list-toolbar .limiter{display:none;margin:0 auto;float:right}.blog-post-list .page-main .blog-post-list-toolbar .limiter select{width:50%}.blog-post-list .page-main .blog-post-list-toolbar .limiter .limiter-label{display:none}.blog-post-list .page-main .sidebar .block{margin-bottom:40px}.blog-post-list .page-main .sidebar .block h3{margin-bottom:35px}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item{margin-bottom:10px}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item .category-info a{color:#696969;font-weight:500;line-height:25px;position:relative;display:block}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item .category-info a:hover{color:#8eb35a}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item .category-info a .title{background:#fff;padding-right:10px}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item .category-info a .count{background:#fff;position:absolute;right:0;top:0;padding-left:10px}.blog-post-list .page-main .sidebar .block-blog-categories .block-content .category-list .item .category-info a:after{content:"";display:inline-block;width:100%;height:1px;background-color:#f4f4f4;position:absolute;bottom:7px;left:0;z-index:-1}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item{margin-bottom:20px}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item .post-name{padding-left:25px}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item .post-name a{color:#444;font-weight:600;line-height:25px;letter-spacing:0.04em}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item .post-name a:hover{color:#8eb35a}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item .post-name a p{font-weight:600}.blog-post-list .page-main .sidebar .block-blog-posts .block-content .post-list .item .post-img img{width:95%;margin-top:7px}.blog-post-list .page-main .sidebar .block-blog-ads{position:relative;max-width:270px;margin:0 auto;margin-bottom:50px;color:white}.blog-post-list .page-main .sidebar .block-blog-ads .top{position:absolute;top:0;width:100%;text-align:center}.blog-post-list .page-main .sidebar .block-blog-ads .top h2{font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:0.3em;padding-left:1.5%}.blog-post-list .page-main .sidebar .block-blog-ads .bottom{position:absolute;width:100%;text-align:center;bottom:20px}.blog-post-list .page-main .sidebar .block-blog-ads .bottom h2{text-transform:uppercase;font-weight:800;letter-spacing:.5em;font-size:40px;margin-top:0;padding-left:1.5%}.blog-post-list .page-main .sidebar .block-blog-ads .bottom span{font-size:20px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase}.blog-post-list .page-main .sidebar .block-blog-ads .bottom p{margin:0;letter-spacing:0.1em}.blog-post-list .page-main .sidebar .block-blog-ads .bottom:before{content:"";display:block;margin-left:20px;width:25px;height:25px;background:linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(44%), #fff 50%, rgba(0,0,0,0) calc(56%), rgba(0,0,0,0) 100%)}.blog-post-list .page-main .sidebar .block-blog-ads .bottom:after{content:"";display:block;float:right;margin-right:20px;width:25px;height:25px;background:linear-gradient(to bottom right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(44%), #fff 50%, rgba(0,0,0,0) calc(56%), rgba(0,0,0,0) 100%)}.blog-post-list .page-main .sidebar .block-blog-tags .block-content{margin-left:-3px}.video-responsive{position:relative;padding-bottom:56.25%;padding-top:30px;height:0;overflow:hidden}.video-responsive iframe,.video-responsive object,.video-responsive embed{position:absolute;top:0;left:0;width:100%;height:100%}.blog-post-view ::-webkit-input-placeholder{color:#aaa}.blog-post-view ::-moz-placeholder{color:#aaa}.blog-post-view :-ms-input-placeholder{color:#aaa}.blog-post-view :-moz-placeholder{color:#aaa}.blog-post-view .date_time{color:#aaa;font-size:14px;letter-spacing:0.08em}.blog-post-view .blog-post-comment-list-toolbar{display:none}.blog-post-view .blog-post .sharethis-inline-share-buttons{float:right}.blog-post-view .blog-post .sharethis-inline-share-buttons span.sharethis{background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-share.png) no-repeat;text-decoration:underline;color:#aaa;font-size:15px;font-family:"Playfair Display";font-weight:600;letter-spacing:0.05em;padding-left:55px;height:40px;padding-top:7px;font-style:italic}.blog-post-view .blog-post .sharethis-inline-share-buttons span.sharethis:hover{opacity:1;color:#8eb35a}.blog-post-view .blog-post h3,.blog-post-view .blog-post .h3{font-size:24px;font-weight:600;color:#333;letter-spacing:0.06em}.blog-post-view .blog-post .blog-content{margin-right:30px;border-bottom:1px solid #f0f0f0;padding-bottom:25px}.blog-post-view .blog-post .post-title{font-size:34px;margin-top:15px}.blog-post-view .blog-post .post-actions{padding:30px;background:#f7f7f7;margin-top:35px}.blog-post-view .blog-post .post-actions .action a{color:#333;font-size:18px;font-weight:600;letter-spacing:0.05em;text-decoration:none}.blog-post-view .blog-post .post-actions .action a .fa{color:#8eb35a}.blog-post-view .blog-post .post-actions .action a:hover{color:#aaa}.blog-post-view .blog-post .post-actions .action a:hover .fa{color:#aaa}.blog-post-view .blog-post .post-actions .next-action.action{text-align:right}.blog-post-view .blog-post .post-info .post-thumbnail img{width:100%}.blog-post-view .blog-post .post-info .published-by{margin:30px 0 10px}.blog-post-view .blog-post .post-info .published-by a{text-decoration:underline;text-transform:capitalize;color:#555}.blog-post-view .blog-post .post-info .published-by a:hover{color:#8eb35a}.blog-post-view .blog-post .post-content{margin-bottom:40px}.blog-post-view .blog-post .post-content p{margin:0 0 15px}.blog-post-view .blog-post .post-content blockquote{line-height:30px;letter-spacing:0.1em;font-size:18px;color:#696969;border-color:#C6D9AB;margin:55px 70px 45px;border-width:2px;font-style:italic;padding-left:30px}.blog-post-view .blog-post .post-content strong{font-size:18px;font-weight:600;letter-spacing:0.05em;color:#333;line-height:60px}.blog-post-view .blog-post .post-content .image-content{margin-bottom:20px;margin-top:50px}.blog-post-view .blog-post .post-content .image-content .image{margin-bottom:10px;padding-left:0;padding-right:70px;text-align:center}.blog-post-view .blog-post .post-content .image-content .image img{max-width:100%;margin-bottom:12px;height:auto;width:100%}.blog-post-view .blog-post .post-content .image-content .image span{font-style:italic;color:#aaa;font-size:15px;letter-spacing:0.03em}.blog-post-view .blog-post .post-content .image-content .text{padding-right:40px;margin-left:-30px;padding-left:30px}.blog-post-view .blog-post .post-tags{padding-right:60px}.blog-post-view .blog-post .post-tags a:not(:last-child):after{content:' ,'}.blog-post-view .blog-post .post-tags a{font-size:15px;letter-spacing:0.05em}.blog-post-view .blog-post .post-tags .fa{color:#aaa;margin-right:15px}.blog-post-view .blog-post .post-comments{padding-bottom:20px}.blog-post-view .blog-post .post-comments .comment-count{margin:75px 0 0 0;font-size:18px}.blog-post-view .blog-post .post-comments .comment-count .count{color:#8eb35a}.blog-post-view .blog-post .post-comments .comment-list{margin-top:25px;border-bottom:2px solid #f0f0f0;margin-right:30px}.blog-post-view .blog-post .post-comments .comment-list .blog-load-more-comment{text-align:center}.blog-post-view .blog-post .post-comments .comment-list .blog-load-more-comment a{text-transform:uppercase;font-size:12px;letter-spacing:0.1em;color:#888}.blog-post-view .blog-post .post-comments .comment-list .item{margin-bottom:30px}.blog-post-view .blog-post .post-comments .comment-list .item .content{margin:5px 0}.blog-post-view .blog-post .post-comments .comment-list .item .name{display:initial;color:#333;font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:0.05em}.blog-post-view .blog-post .post-comments .comment-list .item .posted-on{display:initial;font-size:14px;letter-spacing:0.05em}.blog-post-view .blog-post .post-comments .comment-list .item .posted-on:before{color:#aaa;content:"\f111";font-size:5px;font-family:"Fontawesome";margin-right:15px;margin-left:20px}.blog-post-view .blog-post .post-comments .comment-list .item .fa{margin-right:10px;font-size:12px}.blog-post-view .blog-post .post-comments .comment-list .item em{font-size:15px;letter-spacing:0.06em}.blog-post-view .blog-post .post-comments .post-comment{padding-top:55px}.blog-post-view .blog-post .post-comments .post-comment .legend{border:none;font-size:18px}.blog-post-view .blog-post .post-comments .post-comment .fieldset{margin-bottom:25px;margin-right:-30px}.blog-post-view .blog-post .post-comments .post-comment .fieldset .comment{clear:both}.blog-post-view .blog-post .post-comments .post-comment .fieldset .field{padding:0;padding-right:30px;padding-top:20px}.blog-post-view .blog-post .post-comments .post-comment .fieldset .field textarea{resize:none;width:100%;padding:10px 20px}.blog-post-view .blog-post .post-comments .post-comment .fieldset .field .label{display:none}.blog-post-view .blog-post .post-comments .post-comment .fieldset .field .input-text{color:#333;font-size:15px;border:1px solid #f4f1e2;box-shadow:none}.blog-post-view .blog-post .post-comments .post-comment .fieldset .field .input-text:focus{border-color:#8eb35a;box-shadow:0px 0px 15px #ecffd1}.blog-post-view .blog-post .post-comments .post-comment .actions-toolbar button{letter-spacing:0.06em}.blog-post-view .sidebar .block{margin-bottom:40px}.blog-post-view .sidebar .block h3{margin-bottom:35px}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item{margin-bottom:10px}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item .category-info a{color:#696969;font-weight:500;line-height:25px;position:relative;display:block}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item .category-info a:hover{color:#8eb35a}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item .category-info a .title{background:#fff;padding-right:10px}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item .category-info a .count{background:#fff;position:absolute;right:0;top:0;padding-left:10px}.blog-post-view .sidebar .block-blog-categories .block-content .category-list .item .category-info a:after{content:"";display:inline-block;width:100%;height:1px;background-color:#f4f4f4;position:absolute;bottom:7px;left:0;z-index:-1}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item{margin-bottom:20px}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name{padding-left:25px}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name a{color:#444;font-weight:600;line-height:25px;letter-spacing:0.04em}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name a:hover{color:#8eb35a}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name a p{font-weight:600}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-img img{width:90%;margin-top:7px}.blog-post-view .sidebar .block-blog-ads{position:relative;max-width:270px;margin:0 auto;margin-bottom:50px;color:white}.blog-post-view .sidebar .block-blog-ads .top{position:absolute;top:0;width:100%;text-align:center}.blog-post-view .sidebar .block-blog-ads .top h2{font-size:13px;text-transform:uppercase;font-weight:800;letter-spacing:0.3em;padding-left:1.5%;text-indent:0.3em}.blog-post-view .sidebar .block-blog-ads .bottom{position:absolute;width:100%;text-align:center;bottom:20px}.blog-post-view .sidebar .block-blog-ads .bottom h2{text-transform:uppercase;font-weight:800;letter-spacing:.5em;font-size:40px;margin-top:0;text-indent:0.5em}.blog-post-view .sidebar .block-blog-ads .bottom span{font-size:20px;font-weight:800;letter-spacing:0.1em;text-transform:uppercase;text-indent:0.1em}.blog-post-view .sidebar .block-blog-ads .bottom p{margin:0;letter-spacing:0.1em;text-indent:0.1em}.blog-post-view .sidebar .block-blog-ads .bottom:before{content:"";display:block;margin-left:20px;width:25px;height:25px;background:linear-gradient(to top left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(44%), #fff 50%, rgba(0,0,0,0) calc(56%), rgba(0,0,0,0) 100%)}.blog-post-view .sidebar .block-blog-ads .bottom:after{content:"";display:block;float:right;margin-right:20px;width:25px;height:25px;background:linear-gradient(to bottom right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) calc(44%), #fff 50%, rgba(0,0,0,0) calc(56%), rgba(0,0,0,0) 100%)}.blog-post-view .sidebar .block-blog-tags .block-content{margin-left:-3px}.page-with-filter.page-products.categorypath-all.category-all.catalog-category-view .modes a{opacity:0.7}.page-with-filter.page-products.categorypath-all.category-all.catalog-category-view .sidebar .filter .filter-options .filter-option .filter-body .items li.item a{color:#696969}.cms-no-route .page-main{width:100% !important;background:url(../../frontend/Mgs/imperialteas/en_GB/images/bg-404.png) no-repeat center bottom;background-size:100%;padding:60px 0 140px;margin-top:60px}.cms-no-route .center{text-align:center}.cms-no-route .center .img{background:url(../../frontend/Mgs/imperialteas/en_GB/images/center-404.png) no-repeat center center;background-size:100%;padding:70px 0}.cms-no-route .center .img img{width:397px;margin:0 auto}.cms-no-route .center h3{font-size:56px;color:#333;font-weight:600;letter-spacing:0.05em;margin-bottom:30px}.cms-no-route .center span,.cms-no-route .center a{text-transform:uppercase;font-size:14px;letter-spacing:0.1em}.cms-no-route .center a{font-weight:600;text-decoration:underline}#show-all-store button{margin-top:20px}#store-list-map{height:663px}.locator-index-index ::-webkit-input-placeholder{color:#aaa}.locator-index-index ::-moz-placeholder{color:#aaa;opacity:1}.locator-index-index :-ms-input-placeholder{color:#aaa}.locator-index-index :-moz-placeholder{color:#aaa;opacity:1}.locator-index-index select{padding:10px 20px;height:40px}.locator-index-index .btn-sm{padding:9px 15px;font-size:12px;letter-spacing:0.05em}.locator-index-index .btn-primary{letter-spacing:0.05em}.locator-index-index .input-text{font-size:15px}.locator-index-index .store-list-container .search-form{border-color:#f4f1e3;padding:0}.locator-index-index .store-list-container .search-form button{margin-bottom:5px}.locator-index-index .store-list-container select{color:#333}.locator-index-index .store-list-container h3{font-size:28px;font-weight:600;color:#333;margin:15px}.locator-index-index .store-list-container .store-list{border-color:#f4f1e3;padding:0}.locator-index-index .store-list-container .store-list .stores li{border-color:#f4f1e3;border-left:0;border-right:0;border-bottom:0}.locator-index-index .store-list-container .store-list h3{border-bottom:0;margin-left:15px}.locator-index-index .store-list-container .store-list h4{font-weight:600;letter-spacing:0.05em}.locator-index-index .pager{margin:0}.locator-index-index .pager .pages .pagination .item a{background:none;color:#333;border:none;border-radius:50%}.locator-index-index .pager .pages .pagination .item.pages-item-next a:hover,.locator-index-index .pager .pages .pagination .item.pages-item-previous a:hover{background:none;color:#8eb35a}.locator-index-index .pager .pages .pagination .item.current a{background:#8eb35a;color:#fff}.locator-index-index .pager .pages .pagination .item a:hover{background-color:#8eb35a;color:#fff}.locator-index-view table td{border:1px solid #ddd}.locator-index-view .btn{letter-spacing:0.05em}.locator-index-view .storelocator-details{color:#888}.locator-index-view .storelocator-details .store-info-detail{margin:30px -15px 15px -15px}.locator-index-view .storelocator-details .store-info-detail .box-store-content img{margin:0 auto}.locator-index-view .storelocator-details .store-info-detail .store-opening-hours table td{border:1px solid #ddd}.locator-index-view .storelocator-details .store-info-detail h3{color:#333;font-weight:600;font-size:24px;margin-bottom:25px;letter-spacing:0.05em}.portfolio-category-view .menu-portfolio{margin-bottom:60px}.portfolio-category-view .menu-portfolio ul.tab-menu li{display:inline-block;margin:4px}.portfolio-category-view .menu-portfolio ul.tab-menu li .btn{border:1px solid #f0f0f0;background:#fff;color:#696969;padding:7px 20px;letter-spacing:0.05em}.portfolio-category-view .menu-portfolio ul.tab-menu li .btn:hover,.portfolio-category-view .menu-portfolio ul.tab-menu li .btn:focus,.portfolio-category-view .menu-portfolio ul.tab-menu li .btn:active{background:#8eb35a;border-color:#8eb35a;color:#fff}.portfolio-category-view .menu-portfolio ul.tab-menu li .btn.is-checked{background:#8eb35a;border-color:#8eb35a;color:#fff}.portfolio-category-view .tabs_categories_porfolio_content .item{margin:0 0 30px}.portfolio-category-view .tabs_categories_porfolio_content .item .item_inner{border:1px solid #fff;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-category-view .tabs_categories_porfolio_content .item img{width:100%}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);width:100%;text-align:center;letter-spacing:0.05em;padding:10px}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link{font-size:14px;font-weight:600;-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link a{color:#686868}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content .category-link a:hover{color:#8eb35a}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content h5{color:#333;font-weight:600;font-size:18px;-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-category-view .tabs_categories_porfolio_content .item .portfolio-bottom-content h5:after{content:"";width:32px;height:1px;background-color:#E8E4E3;display:block;margin:17px auto 20px}.portfolio-category-view .tabs_categories_porfolio_content .item:hover .item_inner{border-color:#8eb35a;box-shadow:0px 1px 20px #dff6bf}.portfolio-category-view .tabs_categories_porfolio_content .item:hover .portfolio-top-content{opacity:0.15;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease}.portfolio-category-view .tabs_categories_porfolio_content .item:hover .portfolio-bottom-content .category-link,.portfolio-category-view .tabs_categories_porfolio_content .item:hover .portfolio-bottom-content h5{transform:scale(1, 1);-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1)}.portfolio-index-view h3{color:#333;font-size:24px;font-weight:600;letter-spacing:0.05em;margin-bottom:20px}.portfolio-index-view .portfolio-details{margin-top:-60px;width:100%;padding:0}.portfolio-index-view .portfolio-details .portfolio-image{padding-bottom:15px}.portfolio-index-view .portfolio-details .portfolio-image img{width:100%}.portfolio-index-view .portfolio-details .no-full h3{font-size:40px;margin-bottom:35px}.portfolio-index-view .portfolio-details .no-full .description{letter-spacing:0.03em}.portfolio-index-view .portfolio-details .no-full .portfolio-details-list{padding-top:33px;letter-spacing:0.05em}.portfolio-index-view .portfolio-details .no-full .portfolio-details-list li{padding-bottom:20px}.portfolio-index-view .portfolio-details .no-full .portfolio-details-list li label{color:#333}.portfolio-index-view .portfolio-details .no-full .portfolio-details-list li em{font-size:15px}.portfolio-index-view .portfolio-details .no-full .portfolio-details-list li .portfolio-link-cate{margin:0}.portfolio-index-view .portfolio-details .container-fluid{padding:0}.portfolio-index-view .portfolio-details .related-project .owl-carousel.owl-theme:hover .owl-controls .owl-nav [class*="owl-"]{margin:0 15px}.portfolio-index-view .portfolio-details .related-project .owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]{position:static;opacity:1}.portfolio-index-view .portfolio-details .related-project .owl-carousel.owl-theme .owl-controls .owl-prev:before{font-family:"Ionicons";content:"\f3d5"}.portfolio-index-view .portfolio-details .related-project .owl-carousel.owl-theme .owl-controls .owl-next:before{font-family:"Ionicons";content:"\f3d6"}.portfolio-index-view .portfolio-details .related-project .item{margin:0 0 30px}.portfolio-index-view .portfolio-details .related-project .item .item_inner{border:1px solid #fff;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-index-view .portfolio-details .related-project .item img{width:100%}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content{position:absolute;left:50%;top:45%;transform:translateX(-50%) translateY(-50%);width:100%;text-align:center;letter-spacing:0.05em;padding:10px}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content .category-link{font-size:14px;font-weight:600;transform:scale(0, 0);-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content .category-link a{color:#686868}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content .category-link a:hover{color:#8eb35a}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content h5{transform:scale(0, 0);-webkit-transform:scale(0, 0);-moz-transform:scale(0, 0);-o-transform:scale(0, 0);transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;color:#333;font-weight:600;font-size:18px}.portfolio-index-view .portfolio-details .related-project .item .portfolio-bottom-content h5:after{content:"";width:32px;height:1px;background-color:#E8E4E3;display:block;margin:15px auto}.portfolio-index-view .portfolio-details .related-project .item:hover .item_inner{border-color:#8eb35a;box-shadow:0px 1px 20px #dff6bf}.portfolio-index-view .portfolio-details .related-project .item:hover .portfolio-top-content{transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s;opacity:0.3}.portfolio-index-view .portfolio-details .related-project .item:hover .portfolio-bottom-content{transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.portfolio-index-view .portfolio-details .related-project .item:hover .portfolio-bottom-content .category-link,.portfolio-index-view .portfolio-details .related-project .item:hover .portfolio-bottom-content h5{transform:scale(1, 1);-webkit-transform:scale(1, 1);-moz-transform:scale(1, 1);-o-transform:scale(1, 1)}.comparison{width:100%;overflow-x:auto}.catalog-product-compare-index table.headings{display:none}.catalog-product-compare-index{letter-spacing:0.05em}.catalog-product-compare-index .breadcrumbs{margin-bottom:50px}.catalog-product-compare-index .title_table{font-size:24px;font-weight:600;color:#333}.catalog-product-compare-index .product-image-wrapper{padding:0 !important}.catalog-product-compare-index .btn-primary{margin:10px 0}.catalog-product-compare-index .btn-primary:hover,.catalog-product-compare-index .btn-primary:focus{background-color:#fff;border-color:#8eb35a;color:#8eb35a}.catalog-product-compare-index .table-wrapper .product-image-photo:hover{border-color:#8eb35a}.catalog-product-compare-index .table-wrapper table{border:1px solid #ddd}.catalog-product-compare-index .table-wrapper table .btn{padding:8px 16px;letter-spacing:0;font-size:13px}.catalog-product-compare-index .table-wrapper table th{color:#333;font-weight:600}.catalog-product-compare-index .table-wrapper table td,.catalog-product-compare-index .table-wrapper table th{border:1px solid #ddd}.catalog-product-compare-index .table-wrapper table .product-item-name a{font-size:18px}.catalog-product-compare-index .table-wrapper table .info_product{margin-top:15px}.catalog-product-compare-index .table-wrapper table .info_product .price-box{margin-top:5px}.catalog-product-compare-index .table-wrapper table td{min-width:250px}.account .table td,.account .table th,.account .table{border:1px solid #f4f4f4}.account.wishlist-index-index span.product-image-wrapper{padding-bottom:0 !important}.account.wishlist-index-index .products-grid .product-item{margin-bottom:30px}.account.wishlist-index-index .products-grid .product-item .product-item-info{margin-bottom:0}.account.wishlist-index-index .products-grid .product-item .product-item-inner{margin:0 -1px;left:0;right:0}.account.wishlist-index-index .products-grid .product-item .product-item-inner .box-tocart .fieldset .qty .input-text.qty{width:60px;padding:10px}.sidebar .block-brand .view-all{margin-top:15px}.sidebar .block-brand h3{margin-bottom:20px}.sidebar .block-brand .brand-list li.item{margin-bottom:0}.sidebar .block-brand .brand-list li.item a{color:#696969}.sidebar .block-brand .brand-list li.item a:hover .brand-image{border-color:#8eb35a}.sidebar .block-brand .brand-list li.item a:hover span{color:#8eb35a}.sidebar .block-brand .brand-list li.item a:after{top:28px;left:34%}.sidebar .block-brand .brand-list li.item .title{padding-right:10px;background-color:#fff}.sidebar .block-brand .brand-list li.item .brand-image{border:1px solid #ddd;position:relative;overflow:hidden;height:66px;background:#e8f0de;box-shadow:inset 0 0 0px 2px #fff;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.sidebar .block-brand .brand-list li.item .brand-image img{padding:10px;height:auto !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%)}.sidebar .block-brand .brand-list li.item .brand-title{padding-left:25px;margin-top:10px}.sidebar .block-brand .brand-list li.item .brand-title span{font-size:15px}.brand-index-index .title h3{color:#333;font-weight:600;font-size:24px;margin-bottom:20px}.brand-index-index .characters{padding-bottom:20px}.brand-index-index .characters ul.characters-filter li.active a{color:#fff;background:#8eb35a;border:1px solid #8eb35a}.brand-index-index .characters ul.characters-filter li{float:left}.brand-index-index .characters ul.characters-filter li a{margin-right:8px;margin-bottom:8px;border:1px solid #8eb35a;background:none;color:#8eb35a;width:30px;height:30px;border-radius:3px;display:block;text-align:center}.brand-index-index .characters ul.characters-filter li a:hover{color:#fff;background:#8eb35a;border:1px solid #8eb35a}.brand-index-index .characters .view-all{float:left;padding:0 5px;border:1px solid #8eb35a;padding:1px 10px;border-radius:3px}.brand-index-index .characters .view-all a{color:#8eb35a}.brand-index-index .characters .view-all:hover{background:#8eb35a}.brand-index-index .characters .view-all:hover a{color:#fff}.brand-index-index .shop-by-brand .brand-list .item{width:100%}.brand-index-index .shop-by-brand .brand-list img{height:auto !important;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);padding:3px;width:unset}.brand-index-index .shop-by-brand .brand-list .brand-title{font-size:16px;font-weight:600}.brand-index-index .shop-by-brand .brand-list .brand-title .count{color:#8eb35a}.brand-index-index .shop-by-brand .brand-list .brand-content{border:none;box-shadow:none;margin:0;margin-right:10px}.brand-index-index .shop-by-brand .brand-list .brand-content .brand-image{border:1px solid #ddd;position:relative;overflow:hidden;height:120px;background:#e8f0de;box-shadow:inset 0 0 0px 2px #fff;transition:all .3s ease 0s;-webkit-transition:all .3s ease 0s;-moz-transition:all .3s ease 0s;-o-transition:all .3s ease 0s}.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content{border:none;box-shadow:none}.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content a{color:#8eb35a}.brand-index-index .shop-by-brand .brand-list .item:hover .brand-content .brand-image{border-color:#8eb35a}.brand-index-index .description{background:#F6F6FA;padding:20px 30px 30px;line-height:25px;letter-spacing:0.03em}.brand-index-index .description:before{content:"";background:url(../../frontend/Mgs/imperialteas/en_GB/images/symbol.png) no-repeat;width:20px;height:20px;display:block;margin-bottom:10px;margin-left:-10px}.brand-index-index .featured-brands,.brand-index-index .all-brands{margin-right:-10px}.brand-index-index .search .actions{padding-left:30px}.brand-index-index .search .actions .action{margin-bottom:18px}.brand-index-index .search .input-text{font-size:15px}.brand-brand-view .brand-description{background:#F6F6FA;padding:20px 30px 30px;line-height:25px;letter-spacing:0.03em;margin-top:50px;margin-bottom:0}.brand-brand-view .brand-description:before{content:"";background:url(../../frontend/Mgs/imperialteas/en_GB/images/symbol.png) no-repeat;width:20px;height:20px;display:block;margin-bottom:10px;margin-left:-10px}.brand-brand-view .brand-info .brand-image img{height:auto}.column.main.col-lg-6 .products-grid .product-item .product-item-info .product-top .product-item-inner .btn-addto{margin:1px}.navigation .nav-main li.dropdown .dropdown-menu li{position:relative}@media (max-width:1800px){.cms-no-route .page-main{padding:60px 0 30px}}@media (max-width:1500px){.cms-no-route .page-main{padding:60px 0 0}}@media (max-width:1200px){.breadcrumbs{padding:120px 0;margin-bottom:80px}.cms-about-us-2 .about_us_2 .about_us_story{padding-bottom:100px}.blog-post-view .blog-post .post-content blockquote{padding:0 20px 0;margin:30px 0}.cms-no-route .center .img{padding:70px 0 0}.cms-no-route .page-main{padding:0}}@media (max-width:991px){.mega-menu .nav-main li.dropdown .dropdown-menu{min-width:unset}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu{padding-left:20px}.navigation .nav-main li.dropdown .dropdown-menu li ul li .toggle-menu a{margin-right:-2px}#mobile-menu-3-1 .toggle-menu a{margin-right:0}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu{display:none}.navigation.show{margin-right:-17px}.column.main.col-lg-6 .page-products .products-grid .product-item{width:50%}.sidebar .block-brand .brand-list li.item a::after{left:0}.sidebar .block-brand .brand-list li.item .brand-title{margin-top:0}.sidebar .block-brand .brand-list li.item a:after{bottom:9px;top:unset}.sidebar .block-brand .brand-list li.item .brand-title{padding-left:15px}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name{padding-left:15px}.catalog-product-compare-index .breadcrumbs{margin-bottom:30px}#map-detail{height:480px}.contact-index-index .form-group,.cms-organie-contact2 .form-group{padding-right:0}.cms-organie-contact2 .store-information .info p.h5{margin-bottom:10px}.cms-organie-contact2 .map{margin:50px 0}.locator-index-view .column.main{margin-top:-60px}.blog-post-view .blog-post .post-content .image-content .text{padding:0;margin:0}.blog-post-view .blog-post .post-content .image-content .image{padding-right:0}.blog-post-view .blog-post .blog-content{margin-right:0}.blog-post-view .sidebar .block-blog-ads .bottom{bottom:10px}.blog-post-view .sidebar .block-blog-ads .bottom h2{margin-bottom:0;letter-spacing:0.2em;text-indent:0.2em}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic{padding-top:40px}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner{padding:40px 20px}.locator-index-index .input-text{padding:6px}.cms-about-us .about_us_1 .about_us_stores{margin-top:0;padding-bottom:50px}.cms-about-us .about_us_1 .about_us_stores .title_about p{margin-bottom:50px;margin-top:30px}.cms-about-us .about_us_1 .about_us_steps{padding-top:50px}.cms-about-us .about_us_1 .about_us_steps .step_item{padding-top:10px}.cms-about-us .about_us_1 .about_us_farm_services{padding-top:50px}.cms-about-us .about_us_1 .about_us_farm_services .farm_services_image{padding-top:10px}.cms-about-us .about_us_1 .about_us_farmers,.cms-about-us .about_us_2 .about_us_farmers{padding-top:50px}.cms-about-us .about_us_1 .about_us_farmers .farmer_items,.cms-about-us .about_us_2 .about_us_farmers .farmer_items{padding-top:40px}.cms-about-us .about_us_1 .farm_services_brands .owl-carousel .owl-item,.cms-about-us .about_us_2 .farm_services_brands .owl-carousel .owl-item{height:120px}}@media (max-width:767px){.locator-index-index .input-text{padding:10px 15px}.blog-post-list .page-main .sharethis-inline-share-buttons span.sharethis{opacity:0;width:0}.blog-post-list .page-main .sharethis-inline-share-buttons span.sharethis:hover{opacity:0}.brand-index-index .search .actions{padding-left:15px}.sidebar .block-brand .brand-list li.item .brand-title{margin-top:10px}.sidebar .block-brand .brand-list li.item a::after{top:28px;left:34%}.sidebar .block-brand .brand-list li.item .brand-title{padding-left:25px}.sidebar .block-brand .brand-list li.item .brand-image{height:95px}.blog-post-view .sidebar .block-blog-ads .bottom{bottom:20px}.blog-post-view .sidebar .block-blog-ads .bottom h2{margin-bottom:10px}.blog-post-view .sidebar .block-blog-posts .block-content .post-list .item .post-name{padding-left:25px}#map-detail{height:400px}#store-list-map{height:400px;margin-top:20px}.brand-index-index .description{padding:10px 20px 20px}.cms-organie-contact2 .store-information .info{padding-top:50px}.cms-organie-contact2 .store-information .image{padding-right:55px}.cms-organie-contact2 .title_section{margin-bottom:0}.portfolio-index-view .portfolio-details{margin-top:-35px}.locator-index-view .column.main{margin-top:-35px}.breadcrumbs{padding:55px 0;margin-bottom:50px}.breadcrumbs h1{font-size:36px}.blog-post-view .blog-post .blog-content{margin-right:0}.blog-post-view .blog-post .sharethis-inline-share-buttons{float:unset;margin-top:15px}.blog-post-view .blog-post .post-tags{padding-right:0}.blog-post-view .blog-post .post-content blockquote{padding:0 10px 0}.blog-post-view .sidebar .block-blog-ads .bottom h2{letter-spacing:0.5em;text-indent:0.5em}.cms-about-us .about_us_1 .farm_services_brands .owl-carousel .owl-item,.cms-about-us-2 .about_us_2 .farm_services_brands .owl-carousel .owl-item{height:100px}.cms-about-us .about_us_1 .about_us_farmers,.cms-about-us-2 .about_us_2 .about_us_farmers{padding-top:40px}.cms-about-us .about_us_1 .about_us_farmers .farmer_items,.cms-about-us-2 .about_us_2 .about_us_farmers .farmer_items{padding-top:25px}.cms-about-us .about_us_1 .about_us_stores .right{padding-top:30px}.cms-about-us .about_us_1 .about_us_stores .right .image_2{float:unset;margin-bottom:0}.cms-about-us .about_us_1 .about_us_stores .left .image_1{width:100%}.cms-about-us .about_us_1 .about_us_stores .left .item_4 .title_organic{padding-top:70px}.cms-about-us-2 .about_us_2 .about_us_story{padding-bottom:40px}.cms-about-us-2 .about_us_2 .about_us_story .center .center_inner{padding:10px}.cms-about-us-2 .about_us_2 .about_us_clients{padding-bottom:50px}.cms-about-us-2 .about_us_2 .about_us_clients .content-heading h2{margin-bottom:50px}.cms-about-us-2 .about_us_2 .about_us_clients:before{margin-bottom:40px}.cms-about-us-2 .about_us_2 .about_us_clients .title-block h2{padding-bottom:0}.blog-post-list .page-main .blog-list .blog-post{margin-right:0}}@media (max-width:480px){.sidebar .block-brand .brand-list li.item .brand-image{height:80px}}@media (max-width:328px){.brand-index-index .search .actions .action{top:47px}}@media (max-width:1024px){.products-grid .product-item .product-item-info:after{content:"";display:block;z-index:100;background:transparent}}@media (min-width:1800px){.custom-block-slider .slider_mgs_carousel.owl-carousel.owl-theme .owl-item{padding:0 100px}}@media (min-width:992px){.first-row-item{clear:left}.no-padding-left{padding-left:0}.no-padding-right{padding-right:0}body.cms-home .header6{position:absolute;top:0;left:0;right:0;z-index:1002}body.cms-home .header6 .middle-header-container{background-color:transparent}}@media (max-width:991px) and (min-width:768px){.row-sm-first,.clear-sm{clear:left}}@media (max-width:767px){.row-xs-first{clear:left}}@media (max-width:767px){.pd-xs-bottom10{padding-bottom:10px !important}.pd-xs-top10{padding-top:10px !important}.pd-xs-top50{padding-top:50px !important}.pd-xs-bottom50{padding-bottom:50px !important}.pd-xs-bottom80{padding-bottom:80px !important}.pd-xs-top80{padding-top:80px !important}}@media (max-width:1700px){.block-spring-flower{padding-top:100px;padding-bottom:110px}.block-spring-flower .text{top:15px}.promobanner .banner-fresh .sub-title,.promobanner .banner-fresh p{margin-bottom:50px}}@media (max-width:1600px) and (min-width:1366px){.block-layer-abs .layer-left{top:-370px}.block-layer-abs .layer-left img{width:240px}.block-layer-abs .layer-right{top:-200px}.block-layer-abs .layer-right img{width:200px}}@media (max-width:1600px){.block-fresh-spring .box-text .box-bg-white{width:88.6%}}@media (max-width:1470px) and (min-width:1341px){.block-deal-flower .box-text h2{font-size:20px}.block-deal-flower .box-text .sale{font-size:66px}.block-deal-flower .box-text .box-abs{padding-top:30px;padding-bottom:40px}.block-deal-flower .box-text .box-abs a{bottom:40px}.block-deal-flower .box-text .box-abs:after{bottom:15px;left:15px;right:15px;top:15px}}@media (max-width:1340px) and (min-width:992px){.custom-col-flower .col-md-5{width:33.333%}.custom-col-flower .col-md-7{width:66.667%}.block-deal-flower{padding-left:35px}.block-deal-flower .box-text .box-abs{padding-top:30px;padding-bottom:30px}.block-deal-flower .box-text .box-abs a{bottom:30px}.block-deal-flower .box-text h2{font-size:18px;margin-bottom:20px}.block-deal-flower .box-text .sale{font-size:50px}.custom-title-top .title-flower2,.custom-trending.custom-title-top .title-flower2{top:30px}.custom-title-top .title-flower2 .title h3,.custom-trending.custom-title-top .title-flower2 .title h3{margin-bottom:20px}.custom-box-product-bg .content-block{padding-top:70px;padding-bottom:0}.block-fresh-spring{padding-right:30px;padding-top:40px}.block-fresh-spring .box-text .box-bg-white{padding-top:20px;padding-bottom:20px}.block-fresh-spring .box-text .box-bg-white img{max-width:180px}.block-fresh-spring .box-text .box-bg-white h4{font-size:24px}.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer{margin-left:20px}}@media (max-width:1199px) and (min-width:992px){.custom-col-flower .col-md-5{width:45%}.custom-col-flower .col-md-7{width:55%}.block-flower-collection .box-img-1 span:after{max-width:325px}.header5 .box-topbar .nav-toggle{margin-left:30px}.block-img-deal h3{font-size:40px;margin-left:auto}.promobanner .banner-fresh .sub-title,.promobanner .banner-fresh p{margin-bottom:20px}}@media (min-width:1366px){.blog-grid-list-block .mgs-blog-lastest-posts .block-content>.col-md-6:first-child{padding-right:70px}.blog-grid-list-block .mgs-blog-lastest-posts .block-content>.col-md-6:last-child{padding-left:30px}}@media (max-width:1285px) and (min-width:1215px){.header1 .navigation .nav-main>li>a{padding-left:13px !important;padding-right:13px !important}}@media (max-width:1215px) and (min-width:992px){.header1 .middle-header-container .container-fluid{padding-left:45px;padding-right:45px}.header1 .navigation .nav-main>li>a{padding-left:18px;padding-right:18px}.products-grid .row-col-lg-custom-5 .product-item .product-item-info .product-top .product-item-inner{left:auto;right:10px;top:0;transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none}.products-grid .row-col-lg-custom-7 .product-item .product-top .product-item-inner .btn-addto,.products-grid .row-col-lg-custom-8 .product-item .product-top .product-item-inner .btn-addto{width:35px;height:35px;line-height:35px;font-size:16px;z-index:100}.products-grid .row-col-lg-custom-7 .product-item .product-item-info .product-item-name h4,.products-grid .row-col-lg-custom-8 .product-item .product-item-info .product-item-name h4{font-size:15px}}@media (min-width:992px){header .currency .dropdown-menu,header .language .dropdown-menu,header .block-cart-header .dropdown-menu,header.header2 .account-dropdown .dropdown-menu,header.header4 .account-dropdown .dropdown-menu,header.header2 .block-search .dropdown-menu,header.header3 .block-search .dropdown-menu,header.header4 .block-search .dropdown-menu,header.header5 .account-dropdown .dropdown-menu{display:block !important;opacity:0;visibility:hidden;transform:translateY(-10px);-webkit-transform:translateY(-10px);-moz-transform:translateY(-10px);-o-transform:translateY(-10px);transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}header .currency:hover .dropdown-menu,header .language:hover .dropdown-menu,header .block-cart-header:hover .dropdown-menu,header.header2 .account-dropdown:hover .dropdown-menu,header.header4 .account-dropdown:hover .dropdown-menu,header.header2 .block-search:hover .dropdown-menu,header.header3 .block-search:hover .dropdown-menu,header.header4 .block-search:hover .dropdown-menu,header.header5 .account-dropdown:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0);-webkit-transform:translateY(0);-moz-transform:translateY(0);-o-transform:translateY(0);transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}.navigation .nav-toggle-close{display:none}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{max-width:900px}.navigation .nav-main li.dropdown .dropdown-menu li ul li a:before{content:"";width:7px;display:inline-block;background-color:#696969;opacity:0;height:1px;visibility:hidden;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;position:absolute;left:0;top:50%;margin-left:10px}.navigation .nav-main li.dropdown .dropdown-menu li ul li a:hover{padding-left:30px}.navigation .nav-main li.dropdown .dropdown-menu li ul li a:hover:before{opacity:1;visibility:visible}.navigation .nav-main li.dropdown .dropdown-menu li ul li.dropdown-submenu>a:after{content:"\f125";font-family:"Ionicons";display:inline-block;font-weight:400;position:absolute;right:10px;top:15px;font-size:10px}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu a:before{margin:0}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu .sub-menu a:hover{padding-left:20px}.btn-responsive-nav{display:none}}@media (max-width:1400px){.block-delivery-process .layer-left{bottom:-130px}.block-delivery-process .layer-left img{max-width:200px}.block-delivery-process .layer-right{top:-55px}.block-delivery-process .layer-right img{max-width:200px}.block-plant-about-2 .box-layer-left img,.block-plant-about-2 .block-layer-right img{max-width:280px}}@media (min-width:1200px){.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{max-width:1200px}.product-info-main{padding-left:35px}.single-deal-grid .product-item .box-deal-label{margin:0;margin-top:25px;left:-15px}.single-deal-grid .product-item .product-item-details{padding-left:5px}.single-deal-grid .owl-carousel .product-item .box-deal-label{left:0}.single-deal-grid .product-item .product-photo img{height:610px}.custom-deal-layout2 .single-deal-grid .product-item .product-photo img{height:480px;width:370px}.header3 .block-cart-header{margin-right:42px}.header3 .mobile-phone{padding-left:0}.block-organie-app .col-md-6 img{margin-top:-18px}}@media (max-width:1199px){.promobanner.border-zoom:before{transform:scale(1.5);-webkit-transform:scale(1.5);-moz-transform:scale(1.5);-o-transform:scale(1.5)}.promobanner .banner-organie{margin-top:10px}.promobanner .banner-organie h3{font-size:80px;margin-bottom:5px}.promobanner .banner-organie .h4{font-size:20px}.promobanner .banner-summer h3{font-size:75px}.promobanner .banner-summer .h4{font-size:25px}.block-why-choose-organie .box-left-abs img{max-width:180px}.block-why-choose-organie .box-right-abs{top:-230px}.block-why-choose-organie .box-right-abs img{max-width:190px}.custom-block-product-slider{padding-left:15px;padding-right:15px}.block-welcome-organie .block-content{padding-left:0;padding-right:0}.header5 .box-topbar .block-cart-header{margin-left:0}}@media (max-width:1600px) and (min-width:1320px){.header.header6 .middle-header-container .container-fluid{padding-left:15px;padding-right:15px}.header.header6 .navigation .nav-main>li a{padding-left:18px;padding-right:18px}.header.header6 .main-menu-left.navigation .nav-main>li:first-child>a{padding-right:18px}.header.header6 .main-menu-right.navigation .nav-main>li:first-child>a{padding-left:18px}.header.header6.header-sticky-menu .navigation .nav-main>li>a{padding-left:18px;padding-right:18px}}@media (max-width:1319px) and (min-width:992px){.header.header6 .middle-header-container .container-fluid{padding-left:15px;padding-right:15px}.header.header6 .middle-header-container .header-left{display:none}.header.header6 .middle-header-container .header-center{width:83.3333%;position:static}.header.header6 .middle-header-container .header-center .col-md-5:first-child{display:none}.header.header6 .middle-header-container .header-center .col-md-2{width:25%}.header.header6 .middle-header-container .header-center .col-md-5{width:75%}.header.header6 .middle-header-container .header-center .logo{text-align:left}.header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main>li{float:none}.header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main>li>a{padding-left:26px !important;padding-right:26px !important}.header.header6 .middle-header-container .header-center .main-menu-right.navigation .nav-main>li.hidden-md{display:inline-block !important}}@media (max-width:1199px) and (min-width:992px){.promo-birthday-flowers p{font-size:13px}.header2 .language .toggle [class*="ion-"],.header2 .currency .toggle [class*="ion-"]{display:none}.list-products ul li .product-item-details .meta-box .product-box-label .product-label{position:relative;margin-top:5px}.header2 .navigation .nav-main>li>a{padding-left:20px;padding-right:20px}.block-layer-abs .layer-left{top:-245px}.block-layer-abs .layer-left img{width:150px}.block-layer-abs .layer-right img{width:150px}.block-layer-abs .layer-center .layer-img2{padding-right:5px}.block-layer-abs .layer-center .about-text{padding-top:200px}.toolbar-products .limiter{margin-right:0;margin-top:15px}.bundle-options-container .bundle-options-wrapper{width:40%}.bundle-options-container .block-bundle-summary{width:60%}.products-related.list-products .products-items .product-item .product-top{width:100%;max-width:120px;margin:0 auto;margin-bottom:20px;text-align:center}.products-related.list-products .products-items .product-item .product-top img{margin:0 auto}.products-related.list-products .products-items .product-item .product-item-details{width:100%}.header .navigation .nav-main>li>a{padding-left:12px !important;padding-right:12px !important}.block-plant-about-2 .box-layer-right img,.block-plant-about-2 .box-layer-left img{max-width:200px}}@media (max-width:1390px) and (min-width:992px){.header1 .navigation .nav-main>li>a,.header5 .navigation .nav-main>li>a{padding-left:20px;padding-right:20px}.header1.header-sticky-menu .middle-header-container .navigation .nav-main>li>a,.header5.header-sticky-menu .middle-header-container .navigation .nav-main>li>a{padding-left:20px;padding-right:20px}}@media (max-width:991px){body .top-panel{display:none !important}.pd-sm-top30{padding-top:30px !important}.pd-sm-bottom30{padding-bottom:30px !important}.pd-sm-top80{padding-top:80px !important}.pd-sm-bottom80{padding-bottom:80px !important}.pd-sm-bottom100{padding-bottom:100px !important}.pd-sm-top50{padding-top:50px !important}.pd-sm-bottom50{padding-bottom:50px !important}.header1 .middle-header-container .container-fluid,.header5 .middle-header-container .container-fluid,.header6 .middle-header-container .container-fluid{width:750px;padding-left:15px;padding-right:15px;margin:0 auto}.header1 .navigation .nav-main>li>a,.header5 .navigation .nav-main>li>a,.header6 .navigation .nav-main>li>a{padding:5px}.top-bar-abs{padding:20px 20px 40px}.top-bar-abs .nav-toggle-close{line-height:1}.top-bar-abs .welcome{margin-bottom:40px}.top-bar-abs .language-current .language .toggle{padding:0 10px 10px}.top-bar-abs .language-current .account-dropdown{display:inline-block;position:relative}.top-bar-abs .language-current .account-dropdown .top-links-trigger{color:#ababab;font-size:11px;text-transform:uppercase;padding:0 10px 10px;display:block}.top-bar-abs .language-current .account-dropdown .top-links-trigger .fa{margin-right:5px}.top-bar-abs .language-current .account-dropdown .top-links-trigger:hover{color:#8eb35a}.top-bar-abs .language-current .account-dropdown .dropdown-menu{border-top:1px solid #8eb35a;right:0;left:auto;padding:10px 15px}.top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links{text-align:left}.top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links li a{padding:5px 0;text-transform:none;color:#696969;font-weight:400;display:block;width:100%}.top-bar-abs .language-current .account-dropdown .dropdown-menu .top-links li a:hover{color:#8eb35a}.top-bar-abs .language-current .account-dropdown.active .account-dropdown .top-links-trigger{color:#8eb35a}.top-bar-abs .navigation{display:block}.navigation{padding:0}.navigation .nav-main{text-align:left}.navigation .nav-main>li{float:left;width:100%;position:relative}.navigation .nav-main>li a{padding:5px !important;position:relative}.navigation .nav-main>li>a:before{content:"";display:inline-block;width:5px;height:1px;vertical-align:middle;margin-right:10px;background-color:#333}.navigation .nav-main>li>a:hover:before{background-color:#8eb35a}.navigation .nav-main li.dropdown .dropdown-menu{position:relative;opacity:1;visibility:visible;display:none;border-top:none;box-shadow:none;transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transition-property:none;-webkit-transition-property:none;-moz-transition-property:none;-ms-transition-property:none;padding-left:20px;min-width:100%}.navigation .nav-main li.dropdown .dropdown-menu:hover{transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none}.navigation .nav-main li.dropdown .dropdown-menu li ul li a{padding:5px 0;border:none}.navigation .nav-main li.dropdown .dropdown-menu li ul li .dropdown-menu{position:relative;left:0;display:none;top:0;transform:none;-webkit-transform:none;-moz-transform:none;-o-transform:none;transition-property:none}.navigation .nav-main li.dropdown .dropdown-menu li ul li .toggle-menu a{font-size:14px;color:#333;padding:2px !important;width:40px;height:35px;line-height:30px;text-align:center}.navigation .nav-main li.mega-menu-fullwidth{position:relative}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu img{max-width:100%}.navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content .sub-menu li.level1>a{font-size:13px;font-weight:600}.navigation .nav-main .toggle-menu{position:absolute;right:0;top:0}.navigation .nav-main .toggle-menu a{width:40px;height:35px;padding:0 !important;text-align:center;display:inline-block;line-height:30px}.navigation .nav-main .toggle-menu a .fa-minus{display:none}.navigation .nav-main .toggle-menu a.active .fa-minus{display:inline-block}.navigation .nav-main .toggle-menu a.active .fa-plus{display:none}.header4 .navigation .nav-main>li>a{color:#333}.btn-responsive-nav{display:inline-block;font-size:23px;background:none;padding-left:15px;padding-right:15px;position:relative;padding-top:0;padding-bottom:0}.btn-responsive-nav:before{content:"";display:inline-block;width:1px;height:22px;background-color:#eeeff0;position:absolute;top:50%;left:0;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.btn-responsive-nav:hover{color:#8eb35a}.header2 .middle-header-container{padding-top:20px;padding-bottom:5px;border:none}.header2 .navigation,.header3 .navigation,.header4 .navigation{position:fixed;right:0;max-width:300px;width:300px;top:0;background:#fff;z-index:1001;height:100%;padding:40px 20px 40px 10px;overflow:auto;transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%)}.header2 .navigation .nav-main>li>a,.header3 .navigation .nav-main>li>a,.header4 .navigation .nav-main>li>a{padding:10px 5px}.header2 .navigation .nav-main .toggle-menu a,.header3 .navigation .nav-main .toggle-menu a,.header4 .navigation .nav-main .toggle-menu a{height:35px;line-height:35px}.header2 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content,.header3 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content,.header4 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{padding:0}.header2 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a,.header3 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a,.header4 .navigation .nav-main li a ul.dropdown-menu .toggle-menu a{height:37px;line-height:37px}.header2 .navigation.show,.header3 .navigation.show,.header4 .navigation.show{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0)}.header2 .navigation .nav-toggle-close,.header3 .navigation .nav-toggle-close,.header4 .navigation .nav-toggle-close{display:block;font-size:30px;text-align:center;line-height:1;margin-bottom:20px;width:100%;background:none;padding:0}.header.header6 .navigation .nav-main>li>a{color:#333}.header.header6 .navigation .nav-main>li>a:hover{color:#8eb35a}.header2 .block-cart-header,.header2 .account-dropdown,.header2 .language,.header2 .currency{position:static}.header2 .block-cart-header .dropdown-menu,.header2 .account-dropdown .dropdown-menu,.header2 .language .dropdown-menu,.header2 .currency .dropdown-menu{left:0;right:0;margin:0 auto}.header2 .block-cart-header:before,.header2 .account-dropdown:before,.header2 .language:before,.header2 .currency:before{left:inherit}.header2 .block-cart-header .dropdown-menu{width:290px}.header2 .account-dropdown .dropdown-menu,.header2 .language .dropdown-menu,.header2 .currency .dropdown-menu{width:160px}.header2 .block-search,.header3 .block-search,.header4 .block-search{position:static}.header2 .block-search .dropdown-menu,.header3 .block-search .dropdown-menu,.header4 .block-search .dropdown-menu{width:360px;left:0;right:0;margin:0 auto}.header3 .top-bar .container-fluid{padding-left:30px;padding-right:30px}.header3 .block-search .btn-open-search{line-height:58px;font-size:16px;width:auto;padding:0 9px}.header4 .nav-header-container .nav-header-content{background-color:#fff}.header4 .block-search .btn-open-search{color:#696969}.header4 .account-dropdown .top-links-trigger{color:#696969}.header4 .btn-responsive-nav:before{display:none}.header5 .top-bar-abs{padding:20px 15px 40px}.footer1 .middle-footer{padding-top:40px;padding-bottom:40px}.footer1 [class*="col-sm-12"]{margin-bottom:25px}.block-newsletter-ft .box-text h4{margin-bottom:20px;margin-top:0}.blog-grid-list-block .mgs-blog-lastest-posts .item-first{margin-bottom:30px}.block-newsletter-2{margin:0 -15px;overflow:hidden}.block-newsletter-2 img{width:auto;max-width:auto}.block-newsletter-2 .box-text{padding:0 15px}.block-newsletter-2 .box-text h4{margin-bottom:25px}.block-newsletter-2 .box-text input.form-control{margin-bottom:15px}.block-layer-abs .layer-center .layer-img2{top:-180px}.block-layer-abs .layer-center .about-text{padding-top:100px;padding-bottom:35px;line-height:1.7}.block-layer-abs .layer-left{top:-200px}.block-layer-abs .layer-left img{max-width:150px}.block-layer-abs .layer-right{top:-150px}.block-layer-abs .layer-right img{max-width:150px}.main.col-sm-9 .toolbar-products .modes{width:100%;text-align:right;margin-bottom:15px}.account .field.captcha .nested .captcha-reload{margin-top:10px}.top-toolbar{margin-bottom:30px}.bundle-options-container .bundle-options-wrapper{width:50%}.bundle-options-container .block-bundle-summary{width:50%}.bundle-options-container .block-bundle-summary .bundle-info{display:inline-block}.bundle-options-container .block-bundle-summary .bundle-info .product-image-container{width:100%;margin-bottom:30px;display:block;margin-right:0}.cart-container{padding-bottom:50px}.block.crosssell{margin-top:50px}.checkout-container .opc-wrapper .shipping-address-item{width:50%}.organie3-block-life{padding-top:20px}.organie3-block-life .item-block{margin-bottom:30px}.header4 .middle-header-container{padding-bottom:0}.block-abs-top30{margin-top:0}.promo-birthday-flowers{padding:0}.promo-birthday-flowers p{margin-left:0;font-size:13px}.promo-flowers-party{padding-top:0}.promo-gift-flowers{margin-top:90px}.promo-flowers-wedding h6{margin-bottom:10px}.promo-flowers-wedding span{font-size:20px}.promo-flowers-valentine{padding:16px;min-width:190px}.flower-block-about .subtitle{margin-bottom:80px}.testimonial-block .owl-carousel .testimonial-item{max-width:650px}.custom-deal-single .title-block{top:65px}.custom-deal-single .title-block h2{font-size:35px}.single-deal-grid .product-item .product-item-name{margin-top:110px;margin-bottom:25px}.custom-deal-layout1 .single-deal-grid .product-item .product-item-details{padding-right:0}.custom-deal-layout1 .single-deal-grid .product-item .deal-timer{margin-bottom:12px}.custom-deal-single{min-height:auto}.block-delivery-process .layer-left,.block-delivery-process .layer-right{display:none}.block-about .box-item.box-item3 img,.block-about .box-item.box-item2 img{margin-left:auto}.block-delivery-process .block-content .step-content [class*="step-"] .box-icon:after{background-size:90px auto}.block-welcome-organie .tool-tip{margin-bottom:70px}.custom-block-why-choose{max-height:100%}.block-why-choose-organie .block-content .box-left{padding-top:0}.block-why-choose-organie .block-content .box-right{padding-top:45px}.block-why-choose-organie .block-content [class*='box-item-']{display:block;max-width:270px;margin:0 auto 70px;float:none}.margin-bottom-blog .blog-block .title-block{margin-bottom:45px}.block-story .block-content .container{position:relative}.block-story .block-content .col-xs-12{position:absolute;left:0;right:0;margin:0 auto;top:70px}.block-story .block-content .box-left img{max-width:100%}.block-story .block-content .box-left .img-left-1{margin-left:-60px;float:left;margin-right:0}.block-story .block-content .box-right img{max-width:100%}.block-story .block-content .box-right .img-right-1{text-align:right}.block-story .block-content .box-right .img-right-2{right:0;left:auto;margin-top:0}.block-story .block-content .box-center{left:0;right:0;margin:0 auto;width:100%;max-width:570px}.custom-deal-layout2 .title-block{top:130px}.custom-deal-layout2 .title-block h2{font-size:34px}.custom-deal-layout2 .deal-product-cat-block{margin-top:-100px;padding-top:70px}.custom-deal-layout2 .single-deal-grid .product-item .product-photo{padding-left:15px;padding-right:15px}.custom-deal-layout2 .single-deal-grid .product-item .product-item-details{padding-right:0}.block-testimonial-bg .box-left,.block-testimonial-bg .box-right{display:none}.header5{position:relative}.header5 .logo{padding-top:10px;padding-bottom:10px}.header5 .box-topbar .nav-toggle,.header5 .box-topbar .block-cart-header .showcart{padding-top:25px;padding-bottom:25px}.block-organie-app .title h2{font-size:35px}.header.header6 .middle-header-container .container-fluid{padding-left:15px;padding-right:15px}.header.header6 .middle-header-container .logo,.header.header6 .middle-header-container .header-left{display:none}.header.header6 .middle-header-container .logo-sticky{display:block;padding-top:20px;padding-bottom:20px}.header.header6 .box-topbar .block-cart-header .showcart{padding-top:35px;padding-bottom:35px}.header.header6 .box-topbar .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"]{color:#333}.header.header6 .box-topbar .nav-toggle{padding-top:35px;padding-bottom:35px}.header.header6 .box-topbar .nav-toggle [class*="ion"]{color:#333}.block-plant-about-2 .box-layer-left img,.block-plant-about-2 .block-layer-right img{max-width:200px}.block-plant-about-2 .block-content .section-2{padding-top:80px;padding-bottom:60px}.footer1 .col-xs-12{margin-bottom:30px}.custom-testimonial-layout1 .testimonial-block .mgs-testimonial{padding-left:30px;padding-right:30px}.block-plant-about-2 .box-layer-left img,.block-plant-about-2 .box-layer-right img{max-width:150px}.block-plant-about-2 .box-layer-right{top:300px}.header.header6 .navigation .nav-main li.mega-menu-fullwidth .dropdown-menu .mega-menu-content{padding:0}.custom-col-flower .col-md-5{width:100%}.custom-col-flower .col-md-7{width:100%}.block-deal-flower{padding:0 15px}.block-deal-flower .box-content>img{margin:0 auto}.box-text-flower{padding:0}.box-text-flower img{max-width:100%}.block-fresh-spring{padding:0 15px}.block-fresh-spring .box-content>img{margin:0 auto}.block-flower-collection{padding-top:80px}.block-flower-collection .box-text-spring{padding-bottom:80px}.block-flower-collection .box-img-1 img{left:0}.block-flower-collection .box-img-1 span:after{display:none}.block-flower-collection .box-text-organie{padding-top:80px}.block-flower-collection .box-text-organie h2{font-size:55px}.custom-title-top .title-flower2{top:62px;left:0;right:0;margin:0 auto;text-align:center}.custom-title-top .title-flower2 .title h3{margin-bottom:50px}.custom-box-product-bg .content-block{padding-top:80px;padding-bottom:0}.block-about-flower3 .title{margin-top:0;margin-bottom:60px}.block-about-flower3 .title img{margin-left:auto}.block-about-flower3 .title h5{margin-top:-120px}.block-about-flower3 .box-img-main .img-1:after,.block-about-flower3 .box-img-main .img-1:before{display:none}.block-about-flower3 .box-img-main .img-2{top:60%;right:40px}.custom-deal-layout3{text-align:center}.custom-deal-layout3 .deal-product-cat-block{float:none;margin:0 auto}.custom-title-top-deal .title-flower2{margin:0 auto;float:none}.custom-promo-button .promobanner{margin-bottom:40px}.custom-title-top-center .title-flower2 .title h3{margin-bottom:80px}.block-amazing-services .block-content .col-md-4 .box-item-services{margin-bottom:40px}.block-amazing-services .block-content .col-md-4 .box-item-services:first-child{margin-top:0}.block-spring-flower{padding-bottom:40px}.block-spring-flower .text{bottom:0}}@media (max-width:991px) and (min-width:768px){.pd-sm-top0{padding-top:0 !important}.pd-sm-bottom0{padding-bottom:0 !important}section .col-sm-4 .list-products .product-items .product-item .product-top{width:90px;margin-right:20px}section .col-sm-4 .list-products .product-items .product-item .product-item-details .meta-box .product-box-label .product-label{position:realtive;margin-top:5px}.promobanner .banner-strawberry,.promobanner .banner-nature{margin-top:-20px}.header3 .top-bar .col-sm-7{padding-left:0}.sidebar.col-sm-3 .block-compare .actions-toolbar{display:inline-block}.sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info{display:block}.sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-photo{margin-bottom:20px}.sidebar.col-sm-3 .block-wishlist .block-content .product-items .product-item .product-item-info .product-item-details{margin-left:0;margin-top:10px;position:relative}#shopping-cart-table tbody tr td .actions-toolbar .gift-options-cart-item .action-gift{font-size:11px}.block-spring-flower{padding-top:80px;padding-bottom:40px}.promobanner .box-white{padding:20px 10px;width:130px;line-height:1.2}.promobanner .banner-fresh{padding:0}.promobanner .banner-fresh h3{font-size:25px;margin:0 auto 10px}.promobanner .banner-fresh p{font-size:15px;margin-left:0}.promobanner .banner-fresh a{font-size:14px}}@media (min-width:768px){.opc-estimated-wrapper{display:none}}@media (max-width:767px){.pd-xs-top100{padding-top:100px !important}.pd-xs-bottom100{padding-bottom:100px !important}.pd-xs-top25{padding-top:25px !important}.pd-xs-bottom25{padding-bottom:25px !important}.pd-xs-top20{padding-top:20px !important}.pd-xs-bottom20{padding-bottom:20px !important}.pd-xs-top50{padding-top:50px !important}.pd-xs-bottom50{padding-bottom:50px !important}.pd-xs-top15{padding-top:15px !important}.pd-xs-bottom15{padding-bottom:15px !important}.pd-xs-top30{padding-top:30px !important}.pd-xs-bottom30{padding-bottom:30px !important}.opc-progress-bar{display:none}.organie3-block-life{padding-top:0}.organie3-block-life .item-block{margin-bottom:40px}.header1 .middle-header-container .container-fluid,.header5 .middle-header-container .container-fluid,.header6 .middle-header-container .container-fluid{width:100%}.header1 .box-topbar,.header5 .box-topbar,.header6 .box-topbar{position:relative}.header1 .box-topbar .nav-toggle,.header5 .box-topbar .nav-toggle,.header6 .box-topbar .nav-toggle{margin-left:30px}.header1 .box-topbar .block-cart-header,.header5 .box-topbar .block-cart-header,.header6 .box-topbar .block-cart-header{margin-left:0}.block-newsletter-ft .box-text .subscribe .field{width:calc(100% - 95px)}.block-newsletter-ft .box-text .subscribe .actions{width:auto}.block-newsletter-ft .box-text .subscribe .actions .subscribe{padding-left:25px;padding-right:25px}.header3 .middle-header-container{padding:20px 0}.header3 .top-bar{text-align:center}.header3 .top-bar .language,.header3 .top-bar .currency{float:none}.header3 .top-bar .language .toggle:before{content:"";display:inline-block;margin-right:12px;width:3px;height:3px;border-radius:50%;background-color:#ccc;margin-bottom:2px}.header3 .top-bar .top-links{float:none}.header3 .top-bar .top-links:before{display:none}.header3 .top-bar .top-links li{float:none}.header3 .top-bar .top-links li a.my-account:after{display:inline-block}.header3 .top-bar .top-links li:last-child a:after{display:none}.header3 .top-bar .top-links:after{content:"";display:none;width:1px;height:20px;background-color:#696969;position:absolute;left:0;top:50%;transform:translateY(-50%);-webkit-transform:translateY(-50%);-moz-transform:translateY(-50%);-o-transform:translateY(-50%)}.header4 .account-dropdown,.header2 .account-dropdown,.header4 .language,.header2 .language,.header4 .currency,.header2 .currency,.header4 .block-search,.header2 .block-search{position:static}.header4 .account-dropdown .dropdown-menu,.header2 .account-dropdown .dropdown-menu,.header4 .language .dropdown-menu,.header2 .language .dropdown-menu,.header4 .currency .dropdown-menu,.header2 .currency .dropdown-menu,.header4 .block-search .dropdown-menu,.header2 .block-search .dropdown-menu{left:0;right:0;margin:0 auto;width:160px}.header4 .block-search .dropdown-menu,.header2 .block-search .dropdown-menu{width:360px}.header4 .block-cart-header,.header2 .block-cart-header{position:static}.header4 .block-cart-header .dropdown-menu,.header2 .block-cart-header .dropdown-menu{left:0;right:0;margin:0 auto;width:290px}.header4 .middle-header-container{padding-top:30px;padding-bottom:0}.header4 .block-cart-header .dropdown-menu{right:15px;left:auto}.footer2 .middle-footer .block-newsletter-flower{padding-bottom:40px}.footer2 .bottom-footer{text-align:center}.footer2 .bottom-footer .block-social ul{float:none;margin-top:20px}.block-layer-abs .layer-center{padding-top:50px;padding-bottom:100px}.block-layer-abs .layer-left{top:-118px}.block-layer-abs .layer-left img{width:100px}.block-layer-abs .layer-right{top:-85px}.block-layer-abs .layer-right img{width:80px}.block-layer-abs .layer-bottom{top:-85px}.block-layer-abs .layer-bottom img{width:100px}.block-layer-abs .layer-center .layer-img1{margin-top:0;margin-bottom:60px}.block-layer-abs .layer-center .layer-img2{position:relative;padding-right:0;top:0}.block-layer-abs .layer-center .about-text{padding-top:0;padding-bottom:0}.block-layer-abs .layer-center .about-text .layer-img3{left:0;right:0;text-align:center;margin:0 auto}.block-shop-by-cate{text-align:center}.block-shop-by-cate img{margin:0 auto}.block-cake-banner{padding-left:100px;padding-right:100px}.bottom-ft-container{text-align:center}.bottom-ft-container .footer-links{float:none;margin-top:10px}.list-products ul li .product-item-details .meta-box .product-box-label .product-label{position:relative}.block-shop-by-cate .title-block{top:-125px}.block-shop-by-cate .title-block h3{font-size:35px;line-height:1.2}.block-layer-abs .layer-center .about-text .layer-img3{display:none}.products-list .product-item .product-item-details .product-reviews-summary .rating-summary{text-align:left;margin-top:10px;margin-bottom:10px}.account .block-new-customer{margin-bottom:40px}.account.wishlist-index-index .actions-toolbar button.action{width:100%}.product-details-view .product.media{margin-bottom:40px}.product.info.detailed .items>.item.title{width:100%;float:none;margin:0;text-align:left;line-height:1;padding-bottom:0;position:relative;padding-top:10px}.product.info.detailed .items>.item.title:after{content:"\f0dd";font-family:'FontAwesome';font-size:15px;display:inline-block;text-align:right}.product.info.detailed .items>.item.content{margin:0;padding-top:30px}.product.info.detailed .items>.item.active>.title:after{content:"\f0de";font-family:'FontAwesome'}.brand-related-products .block-title h3{padding-right:90px}.block.related .block-actions{padding-right:70px}.breadcrumbs{margin-bottom:50px;padding:50px 0}.sidebar-additional .block:last-child{margin-bottom:0}.bundle-options-container .bundle-options-wrapper{width:100%;padding:0;margin-bottom:10px}.bundle-options-container .block-bundle-summary{width:100%;padding:0}.product-details-view{margin-bottom:40px}body.page-layout-1column .upsell .block-title h3,body.page-layout-1column .brand-related-products .block-title h3{text-align:left}#shopping-cart-table thead tr th{display:none}#shopping-cart-table tbody{display:block;position:relative;border-bottom:1px solid #f4f4f4}#shopping-cart-table tbody tr td{width:33%;display:block;float:left;padding:10px 0;border:none;text-align:left}#shopping-cart-table tbody tr td.item{width:100%;padding:20px 0 10px}#shopping-cart-table tbody tr td:not(.item):before{content:attr(data-th);display:block;font-weight:700;padding-bottom:10px;text-transform:uppercase;color:#333}#shopping-cart-table tbody tr td.actions{width:100%;padding:10px 0 20px}#shopping-cart-table tbody tr td.actions .actions-toolbar{text-align:left;position:relative}#shopping-cart-table tbody tr td.actions .actions-toolbar .action-delete{margin:0;position:absolute;top:0;right:0}#shopping-cart-table tbody tr td.actions:before{display:none}.cart-container .cart.actions{display:inline-block;text-align:center}.cart-container .cart.actions .btn.update{width:100%}.checkout-container .opc-estimated-wrapper{padding:15px;background-color:#f4f4f4;margin:0 -15px;margin-bottom:40px}.checkout-container .opc-estimated-wrapper .estimated-block{display:inline-block;width:60%}.checkout-container .opc-estimated-wrapper .estimated-block .estimated-label{font-size:16px;color:#333;font-weight:700;text-transform:capitalize;letter-spacing:0.05em;margin-right:10px}.checkout-container .opc-estimated-wrapper .estimated-block .estimated-price{font-size:18px;color:#8eb35a;font-style:italic}.checkout-container .opc-estimated-wrapper .minicart-wrapper{display:inline-block;width:40%;float:right;text-align:right;padding-right:10px}.checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart{padding:0;margin:0;background:none;border:none;position:relative}.checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart:before{content:"\f3f8";display:inline-block;font-size:36px;color:#333;font-family:"Ionicons"}.checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart .counter{position:absolute;top:-5px;right:-10px;font-size:12px;padding:3px;line-height:1;text-align:center;background-color:#8eb35a;color:#fff;border-radius:50%}.checkout-container .opc-estimated-wrapper .minicart-wrapper button.showcart:hover:before{color:#8eb35a}.checkout-container .opc-wrapper{width:100%;padding-right:0}.checkout-container .opc-sidebar{position:fixed;left:auto;right:0;top:0;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);opacity:1;visibility:hidden;transition:all .3s ease-in-out 0s;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;-o-transition:all .3s ease-in-out 0s;width:80%;max-width:470px;height:auto;min-height:100%;overflow-y:auto;background-color:#f8f7f7;min-width:290px;z-index:99 !important}.checkout-container .opc-sidebar .modal-header{display:block;border:none}.checkout-container .opc-sidebar .modal-header .action-close{background:none;border:none;box-shadow:none;padding:0;margin:25px;font-weight:400;display:inline-block;position:absolute;right:0;top:0;z-index:1}.checkout-container .opc-sidebar .modal-header .action-close:before{content:"\f129";display:inline-block;font-family:"Ionicons";font-size:16px;margin:0;vertical-align:top;overflow:hidden;text-align:center}.checkout-container .opc-sidebar .modal-header .action-close:hover,.checkout-container .opc-sidebar .modal-header .action-close:active,.checkout-container .opc-sidebar .modal-header .action-close:focus{color:#696969}.checkout-container .opc-sidebar .modal-header .action-close>span{border:0;clip:rect(0, 0, 0, 0);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px;padding:0}.checkout-container .opc-sidebar .opc-block-summary>.title{font-size:20px;padding-bottom:20px}.checkout-container .opc-sidebar .modal-content{width:100%;height:100%;padding:20px}.checkout-container .opc-sidebar._show{opacity:1;visibility:visible;transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0)}[class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .primary{display:inline-block;width:100%}[class*="multishipping-checkout-"] .page-main .multicheckout.address .actions-toolbar .secondary .action{width:100%;display:inline-block;margin-bottom:10px}[class*="multishipping-checkout-"] .page-main .multicheckout.shipping .block-shipping .block-content .box{width:100%}.checkout-container .opc-wrapper .shipping-address-item{width:100%}.checkout-index-index .authentication-wrapper{margin-top:-40px}.checkout-index-index .authentication-wrapper .authentication-dropdown{position:fixed;right:0;top:0;bottom:0;left:auto;width:90%;max-width:470px;transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-o-transform:translateX(100%);transition:all .4s ease 0s;-webkit-transition:all .4s ease 0s;-moz-transition:all .4s ease 0s;-o-transition:all .4s ease 0s}.checkout-index-index .authentication-wrapper .authentication-dropdown._show{transform:translateX(0);-webkit-transform:translateX(0);-moz-transform:translateX(0);-o-transform:translateX(0)}.margin-xs-bottom30 .promobanner{margin-bottom:30px}.margin-xs-top30 .promobanner{margin-top:30px}.flower-block-about .subtitle{margin-top:40px;margin-bottom:40px}.flower-block-about .box-item{margin-bottom:20px}.testimonial-block .owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]{opacity:0;visibility:hidden}.testimonial-block .owl-carousel.owl-theme:hover .owl-controls .owl-nav [class*="owl-"]{opacity:1;visibility:visible}.instagram-block .block-content{float:left}.instagram-block .block-content ul{display:inline-block;float:left}.instagram-block .block-content ul li{width:50%;text-align:center;float:left}.instagram-block .block-content ul li img{margin:0 auto;width:100%}.custom-promo-mobile .promobanner .bottom-left{left:50%;bottom:50%;transform:translate(-50%, 50%);-webkit-transform:translate(-50%, 50%);-moz-transform:translate(-50%, 50%);-o-transform:translate(-50%, 50%)}.custom-promo-mobile .promobanner .promo-birthday-flowers{min-width:185px}.hidden-bg-image{background:none !important}.custom-deal-single .title-block{position:relative;left:0;right:0;margin:0 auto;margin-bottom:30px;text-align:center;width:100%;top:0}.single-deal-grid .product-item .product-photo,.single-deal-grid .product-item .product-item-details{width:100%}.single-deal-grid .product-item .product-photo{margin-bottom:40px}.single-deal-grid .product-item .product-item-name{margin-top:0}.custom-deal-layout1 .single-deal-grid .product-item .product-photo:after{display:none}.custom-deal-layout1 .single-deal-grid .product-item .deal-timer{padding-right:20%}.custom-deal-layout1 .single-deal-grid .product-item .deal-timer .countdown{margin-left:0}.block-about .block-title-about .h3{margin-bottom:60px}.block-delivery-process .block-content .step-content [class*='step-']{margin:0 0 20px !important;text-align:center;width:50%}.block-delivery-process .block-content .step-content [class*='step-'] .box-content{margin:0 !important}.block-delivery-process .block-content .step-content [class*='step-'] .box-icon:after{display:none !important}.block-delivery-process .block-content .step-content .setting-img{display:block;margin:0 auto}.block-welcome-organie .tool-tip{margin-bottom:50px}.block-why-choose-organie .box-left-abs{bottom:-70px}.custom-deal-layout2 .title-block{top:0;left:0;right:0;position:relative;padding-bottom:45px;margin:0 auto;width:100%;text-align:center}.custom-deal-layout2 .single-deal-grid .product-item .product-photo .product-item-photo{max-width:400px;margin:0 auto}.custom-deal-layout2 .single-deal-grid .product-item .deal-timer{max-width:470px}.custom-deal-layout2 .single-deal-grid .product-item .product-item-name{margin-bottom:28px}.block-story{padding-top:80px;padding-bottom:80px}.block-story .block-content .col-xs-12{position:relative;top:0}.block-story .block-content .box-center{position:relative;height:auto}.block-testimonial-bg{padding-top:20px;padding-bottom:0}.custom-title-bottom80 .title-block{margin-bottom:40px}.block-plant-about img{max-width:100%;margin:0 auto !important}.block-plant-about .col-1 .content-box{padding-top:50px}.block-plant-about .title-about{padding-left:0;text-align:center;margin:50px auto}.block-plant-about .title-about h4{text-align:center}.block-plant-about .box-img-2{padding-left:0;text-align:center}.block-plant-about .box-img-2:before{display:none}.block-organie-video h3{font-size:60px}.block-plant-about-2 .box-layer-left,.block-plant-about-2 .box-layer-right{display:none}.custom-testimonial-layout1 .testimonial-block .mgs-testimonial{padding-left:15px;padding-right:15px}.title-no-bg .title-block{padding-top:0}.block-flower-collection{padding-top:50px}.block-flower-collection .box-img-1{margin-bottom:20px}.block-flower-collection .box-img-2 img{margin-left:auto;margin-right:auto}.block-flower-collection .box-text-spring{padding-bottom:50px}.block-flower-collection .box-text-organie{padding-top:50px}.block-about-flower3 .box-img-main .img-2{top:0;right:0}.block-about-flower3 .box-text{text-align:center}.block-about-flower3 .item-about{text-align:center;margin:0 auto 30px}.block-about-flower3 .title{margin-top:80px;text-align:center}.box-text-flower h3{font-size:70px}.block-deal-flower .box-text h2{font-size:20px}.block-custom-product{padding:50px 0}}@media (max-width:600px){.slider_mgs_carousel.owl-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]{display:none !important}.header4 .block-phone{margin-left:0}.block-layer-abs .layer-center .about-text .text{font-size:20px}.block-counter .counter-number{width:50%}.block-counter .counter-number.number-3{border:none}.block-plant-about-2 .block-content .title-about h3{font-size:80px}.block-plant-about-2 .block-content .title-about h3 span{margin-left:auto;font-size:70px}.block-plant-about-2 .block-content .desc{margin-top:50px}.box-text-flower h3{font-size:50px;margin:0 auto}.box-text-flower .sub-title{font-size:20px}.box-text-flower p{font-size:16px;letter-spacing:0.5em}.deal-desc-hidden .deal-product-cat-block .single-deal-grid .product-item .deal-timer{margin-left:auto;margin-right:auto}}@media (max-width:550px){.header3 .mobile-phone,.header4 .mobile-phone{display:none}.header3 .mobile-cart,.header4 .mobile-cart,.header3 .mobile-logo,.header4 .mobile-logo{width:50%}.header3 .mobile-logo,.header4 .mobile-logo{text-align:left}.list-products ul li .product-item-details .meta-box .product-box-label .product-label{position:realtive;margin-top:5px}.toolbar-products .modes{float:left;width:100%;margin:0;margin-bottom:15px}.toolbar-products .sorter{width:100%;margin-bottom:15px}.toolbar-products .limiter{width:100%;float:left}.block-img-deal h3{font-size:40px}}@media (max-width:520px){.block-tab-products .nav-tabs li{width:100%;margin-left:0;margin-right:0;margin-bottom:5px}.block-tab-products .nav-tabs li:last-child{margin-bottom:0}.block-tab-products .nav-tabs li a{width:100%}.blog-grid-list-block .mgs-blog-lastest-posts .item .post-left{margin-right:0;width:100%}.blog-grid-list-block .mgs-blog-lastest-posts .item .post-right{width:100%;padding-top:24px}.block-cake-banner{padding-left:15px;padding-right:15px}.block-cake-banner{padding-top:45px}.block-cake-banner h3{font-size:35px}.header1 .top-bar-abs,.header5 .top-bar-abs,.header6 .top-bar-abs{width:300px}.instagram-block .block-content ul li{width:100%}.custom-deal-layout1 .single-deal-grid .product-item .deal-timer{padding-right:0}.block-organie-video h3{font-size:45px}.slider_mgs_carousel .owl-carousel .owl-nav .owl-next,.slider_mgs_carousel .owl-carousel .owl-nav .olw-prev{display:none !important}.block-flower-collection:before{display:none}}@media (max-width:460px){.promobanner.border-zoom:before{top:15px;bottom:15px;right:15px;left:15px}.promobanner .banner-summer{padding-left:5px;padding-bottom:5px}.promobanner .banner-summer .h4{font-size:17px}.promobanner .banner-summer h3{font-size:35px}.promobanner .banner-summer .sale-code{font-size:10px}.promobanner .banner-organie{margin-top:5px;margin-bottom:5px}.promobanner .banner-organie h3{font-size:35px}.promobanner .banner-organie .h4{font-size:15px}.promobanner .banner-organie .sale-code{margin-right:0;text-align:center;font-size:10px}.block-why-choose-organie .box-right-abs,.block-why-choose-organie .box-left-abs{display:none}.block-welcome-organie .box-cate-item .box-top img{max-width:100%}.block-story .block-content .box-center{padding:30px}.block-deal-flower .box-text .box-abs{padding-top:30px;padding-bottom:20px}.block-deal-flower .box-text .box-abs:after{right:10px;left:10px;bottom:10px;top:10px}.block-deal-flower .box-text .box-abs a{bottom:20px}.block-deal-flower .box-text h2{font-size:13px;margin-bottom:10px}.block-deal-flower .box-text .sale{margin-bottom:20px;font-size:50px}.block-deal-flower .box-text p{font-size:12px}.block-deal-flower .box-text a{font-size:12px;padding-left:5px;padding-right:5px;max-width:100px}.box-text-flower h3{font-size:32px}.box-text-flower .sub-title{margin-bottom:20px}.box-text-flower p{letter-spacing:0.1em;margin-top:10px}.block-fresh-spring .box-text .box-bg-white{padding-top:10px;padding-bottom:10px}.block-fresh-spring .box-text .box-bg-white img{max-width:180px}.block-fresh-spring .box-text .box-bg-white h4{font-size:24px}.blog-grid-block .mgs-blog-lastest-posts .item.col-xs-6{width:100%;margin-bottom:20px}.block-img-deal h3{font-size:34px}.block-about-flower3 .title{margin-top:50px}.block-about-flower3 .box-img-main .img-2{display:none}.custom-deal-layout-3 .single-deal-grid .product-item .box-content{padding:65px 20px 50px}.block-custom-product h3{font-size:35px}}@media (max-width:420px){.header1 .box-topbar .block-cart-header,.header6 .box-topbar .block-cart-header,.header5 .box-topbar .block-cart-header{position:static}.header1 .box-topbar .block-cart-header .dropdown-menu,.header6 .box-topbar .block-cart-header .dropdown-menu,.header5 .box-topbar .block-cart-header .dropdown-menu{min-width:290px;padding:20px 10px}.header2 .block-search .minisearch .search-select{min-width:100%;border-bottom:1px solid #d8d5d5;float:left}.header2 .block-search .minisearch .input-text{width:calc(100% - 30px)}.header2 .language .toggle [class*="ion-"],.header2 .currency .toggle [class*="ion-"]{display:none}.header2 .language .dropdown-menu,.header2 .currency .dropdown-menu{left:auto;right:0}.header2 .block-cart-header .dropdown-menu{padding:20px 10px}.header2 .block-cart-header .minicart-items-wrapper .minicart-items .product-item .action{right:10px}.header3 .block-cart-header .showcart .box-shopbag .icon-cart{margin-right:10px}.header3 .block-cart-header .showcart .box-shopbag .icon-cart [class*="ion"]{font-size:30px}.header3 .top-bar .container-fluid{padding-left:15px;padding-right:15px}.header3 .top-bar .top-links{display:none}.header3 .top-bar .language .toggle:before,.header3 .top-bar .currency .toggle:before{display:none}.header3 .top-bar .account-dropdown{display:inline-block !important;position:relative}.header3 .top-bar .account-dropdown a.toggle{color:#ababab;padding-left:15px;padding-right:15px;display:block;padding-bottom:14px}.header3 .top-bar .account-dropdown a.toggle:hover{color:#8eb35a}.header3 .top-bar .account-dropdown .dropdown-menu{left:0;right:0;margin:0 auto;width:160px}.header3 .top-bar .account-dropdown .top-links{display:block;border-top:1px solid #8eb35a;padding:10px;margin:0}.header3 .top-bar .account-dropdown .top-links li{width:100%}.header3 .top-bar .account-dropdown .top-links li a{color:#696969;padding:5px}.header3 .top-bar .account-dropdown .top-links li a:after{display:none}.header3 .top-bar .account-dropdown .top-links li a:hover{color:#8eb35a}.header3 .top-bar .account-dropdown.active a.toggle{color:#8eb35a}.header3 .language .dropdown-menu{right:0;left:auto}.header2 .block-search .dropdown-menu,.header3 .block-search .dropdown-menu,.header4 .block-search .dropdown-menu{width:290px}.header2 .block-search .dropdown-menu .minisearch,.header3 .block-search .dropdown-menu .minisearch,.header4 .block-search .dropdown-menu .minisearch{width:100%}.header4 .block-search .dropdown-menu{width:290px}.header4 .block-search .dropdown-menu .minisearch{width:100%}.block-cart-header .dropdown-menu{min-width:290px}.header4 .block-cart-header .actions .btn{padding-left:15px;padding-right:15px}.footer2 .block-follow-instagram p{line-height:1.3}.promobanner .banner-strawberry,.promobanner .banner-nature{margin-top:-30px}.promobanner .banner-strawberry{margin-right:0}.block-layer-abs .layer-left{top:-98px}.block-layer-abs .layer-left img{width:70px}.block-layer-abs .layer-bottom{top:-42px}.block-layer-abs .layer-bottom img{width:60px}.one-column-filter .filter-content{margin-bottom:0}.header4 .currency .dropdown-menu{right:0;left:auto}.block-layer-abs .layer-center .about-text .text{font-size:18px}.title-cake .title-block h3{font-size:35px}.block-shop-by-cate .title-block{max-width:290px}.single-deal-grid .product-item .deal-timer .countdown span{font-size:32px}.single-deal-grid .product-item .deal-timer .countdown span:not(.timer):after{font-size:14px;top:12px}.slider_mgs_carousel.owl-carousel .owl-controls .owl-nav [class*="owl-"]{display:none !important}.slider_mgs_carousel.owl-carousel:hover .owl-controls .owl-nav [class*="owl-"]{display:none !important}.deal-timer .countdown span .timer{font-size:14px}.block-story .layer-top{top:0}.block-story .layer-top img{max-width:100px}.block-organie-video h3{font-size:36px}.block-organie-app .title{text-align:center}.block-counter .counter-number{width:100%;border:none}.block-newsletter-ft .box-text .content{padding-top:20px}.border-title .title-flower2 .title h3:after{margin-left:20px}.border-title .title-flower2 .title h3:before{margin-right:20px}}@media (max-width:375px){.block-custom-product h3{font-size:35px}.block-delivery-process .block-content .step-content [class*="step-"]{width:100%}.custom-testimonial-layout1 .testimonial-block .title-block .title{font-size:35px}.block-newsletter-ft .box-text .subscribe .field #newsletter-error{bottom:-10px}.block-flower-collection .box-text-organie h2{font-size:48px;padding-left:0}}@media (max-width:360px){.block-custom-product h3{font-size:28px}.page-product-grouped .product-details-view table.grouped>tbody>tr>td.qty .input-text{padding:0;line-height:40px;text-align:center}.review-list .review-items .review-item .review-right .meta-box time{margin-left:0}.review-list .review-items .review-item .review-right .meta-box .review-ratings{float:left;width:100%}.products-grid .product-items .product-item.col-xs-6{width:100%}.block-shop-by-cate::after{display:none}.block-cake-banner h3{font-size:30px}.promobanner .banner-wedding{padding:0;padding-right:20px}.promobanner .banner-wedding h3{font-size:35px}.promobanner .banner-beautiful{padding-right:20px;margin-top:-20px}.promobanner .banner-beautiful h3{font-size:35px}}@media (max-width:340px){.header4 .block-cart-header .showcart .box-shopbag .icon-cart{margin-right:10px}.checkout-index-index .block-authentication .actions-toolbar>.primary{float:left;margin-bottom:5px}}@media (max-width:990px){.col-sm-6{width:100%}}@media (min-width:1220px){.col-md-3.att-item{width:14%}}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/Mgs/imperialteas/en_GB/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}._block-content-loading .fotorama__arr{opacity:0}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}@media all and (min-width:768px){.fotorama__stage__frame .fotorama__img{top:49.5%}}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/Mgs/imperialteas/en_GB/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}