/***************************************
TABLE OF CONTENTS
	1. COLOURS
	2. TYPOGRAPHY
	3. BORDER RADIUS & WIDTH
	4. DEFAULT BROWSER OVERRIDES
	5. HELPERS
	6. MIXINS
	7. ANIMATIONS
***************************************/
/***************************************
1. COLOURS
***************************************/
/***************************************
2. TYPOGRAPHY
***************************************/
/***************************************
3. BORDER RADIUS & WIDTH
***************************************/
/***************************************
4. DEFAULT BROWSER OVERRIDES
***************************************/
input:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  color: #000000;
}
textarea:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  color: #000000;
}
select:-webkit-autofill {
  background-color: rgba(255, 255, 255, 0);
  background-image: none;
  color: #000000;
}
:focus {
  outline: none;
}
/***************************************
5. HELPERS
***************************************/
.no-padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.addBottom-xs {
  margin-bottom: 3px;
}
.addBottom-sm {
  margin-bottom: 5px;
}
.addBottom-md {
  margin-bottom: 10px;
}
.addBottom-lg {
  margin-bottom: 15px;
}
.addBottom-xl {
  margin-bottom: 20px;
}
.addBottom-xxl {
  margin-bottom: 25px;
}
.addBottom-xxxl {
  margin-bottom: 30px;
}
.addTop-xs {
  margin-top: 3px;
}
.addTop-sm {
  margin-top: 5px;
}
.addTop-md {
  margin-top: 10px;
}
.addTop-lg {
  margin-top: 15px;
}
.addTop-xl {
  margin-top: 20px;
}
.addTop-xxl {
  margin-top: 25px;
}
.addTop-xxxl {
  margin-top: 30px;
}
.padTop-xs {
  padding-top: 3px;
}
.padTop-sm {
  padding-top: 5px;
}
.padTop-md {
  padding-top: 10px;
}
.padTop-lg {
  padding-top: 15px;
}
.padTop-xl {
  padding-top: 20px;
}
.padTop-xxl {
  padding-top: 25px;
}
.padTop-xxxl {
  padding-top: 30px;
}
.padBottom-xs {
  padding-bottom: 3px;
}
.padBottom-sm {
  padding-bottom: 5px;
}
.padBottom-md {
  padding-bottom: 10px;
}
.padBottom-lg {
  padding-bottom: 15px;
}
.padBottom-xl {
  padding-bottom: 20px;
}
.padBottom-xxl {
  padding-bottom: 25px;
}
.padBottom-xxxl {
  padding-bottom: 30px;
}
.res-addBottom-xs {
  margin-bottom: 3px;
}
.res-addBottom-sm {
  margin-bottom: 5px;
}
.res-addBottom-md {
  margin-bottom: 10px;
}
.res-addBottom-lg {
  margin-bottom: 15px;
}
.res-addBottom-xl {
  margin-bottom: 20px;
}
.res-addBottom-xxl {
  margin-bottom: 25px;
}
.res-addBottom-xxxl {
  margin-bottom: 30px;
}
.res-addTop-xs {
  margin-top: 3px;
}
.res-addTop-sm {
  margin-top: 5px;
}
.res-addTop-md {
  margin-top: 10px;
}
.res-addTop-lg {
  margin-top: 15px;
}
.res-addTop-xl {
  margin-top: 50px;
}
.res-addTop-xxl {
  margin-top: 25px;
}
.res-addTop-xxxl {
  margin-top: 30px;
}
.res-padTop-xs {
  padding-top: 3px;
}
.res-padTop-sm {
  padding-top: 5px;
}
.res-padTop-md {
  padding-top: 10px;
}
.res-padTop-lg {
  padding-top: 15px;
}
.res-padTop-xl {
  padding-top: 20px;
}
.res-padTop-xxl {
  padding-top: 25px;
}
.res-padTop-xxxl {
  padding-top: 30px;
}
.res-padBottom-xs {
  padding-bottom: 3px;
}
.res-padBottom-sm {
  padding-bottom: 5px;
}
.res-padBottom-md {
  padding-bottom: 10px;
}
.res-padBottom-lg {
  padding-bottom: 15px;
}
.res-padBottom-xl {
  padding-bottom: 20px;
}
.res-padBottom-xxl {
  padding-bottom: 25px;
}
.res-padBottom-xxxl {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .res-addBottom-xs {
    margin-bottom: 3px;
  }
  .res-addBottom-sm {
    margin-bottom: 5px;
  }
  .res-addBottom-md {
    margin-bottom: 10px;
  }
  .res-addBottom-lg {
    margin-bottom: 15px;
  }
  .res-addBottom-xl {
    margin-bottom: 20px;
  }
  .res-addBottom-xxl {
    margin-bottom: 25px;
  }
  .res-addBottom-xxxl {
    margin-bottom: 30px;
  }
  .res-addTop-xs {
    margin-top: calc(3px);
  }
  .res-addTop-sm {
    margin-top: calc(6px);
  }
  .res-addTop-md {
    margin-top: calc(9px);
  }
  .res-addTop-lg {
    margin-top: calc(12px);
  }
  .res-addTop-xl {
    margin-top: calc(15px);
  }
  .res-addTop-xxl {
    margin-top: calc(18px);
  }
  .res-addTop-xxxl {
    margin-top: calc(21px);
  }
  .res-padTop-xs {
    padding-top: 3px;
  }
  .res-padTop-sm {
    padding-top: 5px;
  }
  .res-padTop-md {
    padding-top: 10px;
  }
  .res-padTop-lg {
    padding-top: 15px;
  }
  .res-padTop-xl {
    padding-top: 20px;
  }
  .res-padTop-xxl {
    padding-top: 25px;
  }
  .res-padTop-xxxl {
    padding-top: 30px;
  }
  .res-padBottom-xs {
    padding-bottom: 3px;
  }
  .res-padBottom-sm {
    padding-bottom: 5px;
  }
  .res-padBottom-md {
    padding-bottom: 10px;
  }
  .res-padBottom-lg {
    padding-bottom: 15px;
  }
  .res-padBottom-xl {
    padding-bottom: 20px;
  }
  .res-padBottom-xxl {
    padding-bottom: 25px;
  }
  .res-padBottom-xxxl {
    padding-bottom: 30px;
  }
}
@media (min-width: 992px) {
  .res-addBottom-xs {
    margin-bottom: 5px;
  }
  .res-addBottom-sm {
    margin-bottom: 10px;
  }
  .res-addBottom-md {
    margin-bottom: 15px;
  }
  .res-addBottom-lg {
    margin-bottom: 20px;
  }
  .res-addBottom-xl {
    margin-bottom: 25px;
  }
  .res-addBottom-xxl {
    margin-bottom: 30px;
  }
  .res-addBottom-xxxl {
    margin-bottom: 50px;
  }
  .res-addTop-xs {
    margin-top: 3px;
  }
  .res-addTop-sm {
    margin-top: 5px;
  }
  .res-addTop-md {
    margin-top: 10px;
  }
  .res-addTop-lg {
    margin-top: 15px;
  }
  .res-addTop-xl {
    margin-top: 50px;
  }
  .res-addTop-xxl {
    margin-top: 25px;
  }
  .res-addTop-xxxl {
    margin-top: 30px;
  }
  .res-padTop-xs {
    padding-top: 3px;
  }
  .res-padTop-sm {
    padding-top: 5px;
  }
  .res-padTop-md {
    padding-top: 10px;
  }
  .res-padTop-lg {
    padding-top: 15px;
  }
  .res-padTop-xl {
    padding-top: 20px;
  }
  .res-padTop-xxl {
    padding-top: 25px;
  }
  .res-padTop-xxxl {
    padding-top: 30px;
  }
  .res-padBottom-xs {
    padding-bottom: 3px;
  }
  .res-padBottom-sm {
    padding-bottom: 5px;
  }
  .res-padBottom-md {
    padding-bottom: 10px;
  }
  .res-padBottom-lg {
    padding-bottom: 15px;
  }
  .res-padBottom-xl {
    padding-bottom: 20px;
  }
  .res-padBottom-xxl {
    padding-bottom: 25px;
  }
  .res-padBottom-xxxl {
    padding-bottom: 30px;
  }
}
@media (min-width: 1200px) {
  .res-addBottom-xs {
    margin-bottom: 10px;
  }
  .res-addBottom-sm {
    margin-bottom: 20px;
  }
  .res-addBottom-md {
    margin-bottom: 30px;
  }
  .res-addBottom-lg {
    margin-bottom: 40px;
  }
  .res-addBottom-xl {
    margin-bottom: 50px;
  }
  .res-addBottom-xxl {
    margin-bottom: 80px;
  }
  .res-addBottom-xxxl {
    margin-bottom: 120px;
  }
  .res-addTop-xs {
    margin-top: calc(10px);
  }
  .res-addTop-sm {
    margin-top: calc(20px);
  }
  .res-addTop-md {
    margin-top: calc(30px);
  }
  .res-addTop-lg {
    margin-top: calc(40px);
  }
  .res-addTop-xl {
    margin-top: calc(50px);
  }
  .res-addTop-xxl {
    margin-top: calc(60px);
  }
  .res-addTop-xxxl {
    margin-top: calc(70px);
  }
  .res-padTop-xs {
    padding-top: 10px;
  }
  .res-padTop-sm {
    padding-top: 20px;
  }
  .res-padTop-md {
    padding-top: 30px;
  }
  .res-padTop-lg {
    padding-top: 40px;
  }
  .res-padTop-xl {
    padding-top: 50px;
  }
  .res-padTop-xxl {
    padding-top: 80px;
  }
  .res-padTop-xxxl {
    padding-top: 120px;
  }
  .res-padBottom-xs {
    padding-bottom: 10px;
  }
  .res-padBottom-sm {
    padding-bottom: 20px;
  }
  .res-padBottom-md {
    padding-bottom: 30px;
  }
  .res-padBottom-lg {
    padding-bottom: 40px;
  }
  .res-padBottom-xl {
    padding-bottom: 50px;
  }
  .res-padBottom-xxl {
    padding-bottom: 80px;
  }
  .res-padBottom-xxxl {
    padding-bottom: 120px;
  }
}
a.a-reset,
a.a-clear:visited,
a.a-clear:active {
  color: #000;
  text-decoration: none;
}
a.a-reset:hover {
  color: #000;
  text-decoration: none;
}
a.a-clear:link,
a.a-clear:visited,
a.a-clear:active {
  color: #000;
  text-decoration: none;
}
a.a-clear:hover {
  color: #b69f67;
  text-decoration: none;
}
a.link-white {
  color: #fff;
}
.text-reset {
  all: unset;
}
.text-inline {
  display: inline-block;
}
.text-base {
  color: #b69f67;
}
.text-base-color {
  color: #b69f67;
}
.text-white {
  color: #fff;
}
.text-black {
  color: #000;
}
.text-caps {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-i {
  font-style: italic;
}
.text-b {
  font-weight: bold;
}
.text-lh-05 {
  line-height: 0.5em;
}
.text-lh-1 {
  line-height: 1em;
}
.text-lh-15 {
  line-height: 1.5em;
}
.text-lh-2 {
  line-height: 2em;
}
.text-lh-25 {
  line-height: 2.5em;
}
.text-lh-3 {
  line-height: 3em;
}
.text-size-04 {
  fonts-size: 0.4em;
}
.text-size-05 {
  fonts-size: 0.5em;
}
.text-size-06 {
  fonts-size: 0.6em;
}
.text-size-07 {
  fonts-size: 0.7em;
}
.text-size-08 {
  fonts-size: 0.8em;
}
.text-size-09 {
  fonts-size: 0.9em;
}
.text-size-10 {
  fonts-size: 1em;
}
.text-size-11 {
  fonts-size: 1.1em;
}
.text-size-12 {
  fonts-size: 1.2em;
}
.text-size-13 {
  fonts-size: 1.3em;
}
.text-size-14 {
  fonts-size: 1.4em;
}
.text-size-15 {
  fonts-size: 1.5em;
}
.text-size-16 {
  fonts-size: 1.6em;
}
.text-size-17 {
  fonts-size: 1.7em;
}
.text-size-18 {
  fonts-size: 1.8em;
}
.text-size-19 {
  fonts-size: 1.9em;
}
.text-size-20 {
  fonts-size: 2em;
}
.text-size-22 {
  fonts-size: 2.2em;
}
.text-size-24 {
  fonts-size: 2.4em;
}
.text-size-26 {
  fonts-size: 2.6em;
}
.text-size-28 {
  fonts-size: 2.8em;
}
.text-size-3 {
  fonts-size: 3em;
}
.text-size-9px {
  fonts-size: 9px;
}
.text-size-10px {
  fonts-size: 10px;
}
.text-size-11px {
  fonts-size: 11px;
}
.text-size-12px {
  fonts-size: 12px;
}
.text-size-13px {
  fonts-size: 13px;
}
.text-size-14px {
  fonts-size: 14px;
}
.text-size-15px {
  fonts-size: 15px;
}
.text-size-16px {
  fonts-size: 16px;
}
.text-size-18px {
  fonts-size: 18px;
}
.text-size-20px {
  fonts-size: 20px;
}
.text-size-22px {
  fonts-size: 22px;
}
.text-size-24px {
  fonts-size: 24px;
}
.text-size-26px {
  fonts-size: 26px;
}
.text-size-28px {
  fonts-size: 28px;
}
.text-size-32px {
  fonts-size: 32px;
}
.text-shadow {
  -webkit-text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 1px 3px 0 rgba(0, 0, 0, 0.5);
}
.text-shadow-flat {
  -webkit-text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
  -moz-text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.5);
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
/***************************************
MIXINS
***************************************/
/***************************************
7. ANIMATIONS
***************************************/
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.play-animation {
  animation-name: wechat-add-to-cart;
  animation-duration: 0.4s;
}
@-webkit-keyframes wechat-add-to-cart {
  from {
    opacity: 1;
    -webkit-transform: scale(2, 2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1, 1);
  }
}
@keyframes wechat-add-to-cart {
  from {
    opacity: 1;
    -webkit-transform: scale(2, 2);
    transform: scale(2, 2);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.play-animation-qty {
  animation-name: wechat-qty;
  animation-duration: 500ms;
  animation-iteration-count: 1;
}
@-webkit-keyframes wechat-qty {
  0% {
    background-color: #fff;
    box-shadow: none;
  }
  20% {
    background-color: #ccc;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: #fff;
    box-shadow: none;
  }
}
@keyframes wechat-qty {
  0% {
    background-color: #fff;
    box-shadow: none;
  }
  20% {
    background-color: #ccc;
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2);
  }
  100% {
    background-color: #fff;
    box-shadow: none;
  }
}
.play-animation-close {
  animation-name: wechat-close;
  animation-duration: 200ms;
  animation-iteration-count: 1;
}
@-webkit-keyframes wechat-close {
  0% {
    background: transparent;
    box-shadow: none;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  }
}
@keyframes wechat-close {
  0% {
    background: transparent;
    box-shadow: none;
  }
  100% {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.2);
  }
}
.play-animation-filter-open {
  animation-name: wechat-filter-open;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes wechat-filter-open {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120%);
  }
}
@keyframes wechat-filter-open {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(120%);
  }
}
.play-animation-filter-close {
  animation-name: wechat-filter-close;
  animation-duration: 400ms;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}
@-webkit-keyframes wechat-filter-close {
  0% {
    transform: translateX(120%);
  }
  20% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes wechat-filter-close {
  0% {
    transform: translateX(120%);
  }
  20% {
    transform: translateX(120%);
  }
  100% {
    transform: translateX(0);
  }
}
.clickani {
  transition: color 0.7s;
  position: relative;
}
.clickani.clickani-click,
.clickani:focus {
  outline: none;
  color: #3c8ddc;
}
.clickani_icon {
  display: block;
}
.clickani_text {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.clickani::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  z-index: 999999;
}
.catalog-product-view .clickani#modal-popup-close::after {
  width: 42px;
  height: 42px;
  margin-top: -8px;
  margin-left: -6px;
}
.clickani-type1::after {
  box-shadow: inset 0 0 0 35px rgba(111, 148, 182, 0);
}
.clickani-type1.clickani-click::after {
  -webkit-animation: anim-effect-type1 0.5s ease-out forwards;
  animation: anim-effect-type1 0.5s ease-out forwards;
}
@-webkit-keyframes anim-effect-type1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  80% {
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0.1;
  }
  100% {
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-effect-type1 {
  0% {
    opacity: 1;
    -webkit-transform: scale3d(0.4, 0.4, 1);
    transform: scale3d(0.4, 0.4, 1);
  }
  80% {
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0.1;
  }
  100% {
    box-shadow: inset 0 0 0 2px rgba(111, 148, 182, 0.8);
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
.clickani-type2::after {
  background: rgba(111, 148, 182, 0.5);
}
.clickani-type2.clickani-click::after {
  -webkit-animation: anim-effect-type2 0.3s forwards;
  animation: anim-effect-type2 0.3s forwards;
}
@-webkit-keyframes anim-effect-type2 {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
@keyframes anim-effect-type2 {
  0% {
    -webkit-transform: scale3d(0.3, 0.3, 1);
    transform: scale3d(0.3, 0.3, 1);
  }
  25%,
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1);
  }
}
.products-grid .owl-carousel .owl-item {
  padding: 0 12px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 0;
}
.validation-advice {
  color: #e8142b;
}
fieldset {
  border: 0;
}
legend {
  display: none;
}
.label-form {
  vertical-align: middle;
  font-weight: 700;
  color: #262626;
  font-size: 15px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
select[multiple] {
  padding: 0;
}
select[multiple] > option {
  padding: 7px 0px 7px 15px;
}
textarea {
  min-height: 130px;
  background-color: #ffffff;
  max-width: 100%;
}
.form-control {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.form-group {
  margin-bottom: 15px;
}
.sidebar .service-inline {
  margin-bottom: 20px;
}
.sidebar .service-inline .title {
  color: #4d4d4d;
}
.sidebar h3 {
  margin-bottom: 0;
}
.swatch-option {
  height: auto !important;
}
.swatch-option.color {
  height: 20px !important;
}
.no-display {
  display: none;
}
.clearer {
  clear: both;
  height: 0;
}
/* Header */
.nav-toggle {
  display: none;
}
.switcher-language .dropdown span,
.switcher-currency .dropdown span {
  color: #4d4d4d;
}
.switcher-language .dropdown span:hover,
.switcher-currency .dropdown span:hover {
  color: #a9c240;
}
.switcher-language .switcher-label,
.switcher-currency .switcher-label,
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  display: inline-block;
  vertical-align: middle;
  color: #262626;
}
.switcher-language .switcher-options,
.switcher-currency .switcher-options {
  cursor: pointer;
}
.switcher-language .switcher-options .switcher-trigger,
.switcher-currency .switcher-options .switcher-trigger {
  padding: 0;
  line-height: 50px;
  position: relative;
  color: #666;
}
.switcher-language .switcher-options > .ui-widget-content,
.switcher-currency .switcher-options > .ui-widget-content {
  width: 100%;
  position: absolute;
  background-color: #fff !important;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 5px 0;
  z-index: 99;
  top: 100%;
  min-width: 160px;
  text-align: left;
  margin-top: -1px;
}
.switcher-language .switcher-options > .ui-widget-content ul.switcher-dropdown,
.switcher-currency .switcher-options > .ui-widget-content ul.switcher-dropdown {
  list-style: none;
  margin-bottom: 0;
}
.switcher-language .switcher-options > .ui-widget-content ul.switcher-dropdown li a,
.switcher-currency .switcher-options > .ui-widget-content ul.switcher-dropdown li a {
  clear: both;
  float: left;
  color: #262626;
  padding: 3px 20px;
}
.switcher-language .switcher-options > .ui-widget-content ul.switcher-dropdown li a:hover,
.switcher-currency .switcher-options > .ui-widget-content ul.switcher-dropdown li a:hover {
  color: #a9c240;
}
.title-inline .heading {
  color: #444444;
  font-weight: 700;
}
.title-inline .heading span {
  padding-right: 20px;
}
.title-inline .heading span::after {
  left: 100%;
}
.title-inline .heading.full {
  width: 100% !important;
}
.title-inline .heading,
.title-inline .text-desc {
  display: inline-block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  width: 50%;
}
.title-inline .heading span,
.title-inline .text-desc span {
  display: inline-block;
  position: relative;
}
.title-inline .heading span:after,
.title-inline .text-desc span:after {
  border-top: 1px solid #e0e0e0;
  content: "";
  position: absolute;
  top: 10px;
  width: 1200px;
}
.title-inline .text-desc {
  text-align: right;
  font-style: italic;
  font-size: 13px;
  color: #666666;
  float: right;
}
.title-inline .text-desc span {
  padding-left: 20px;
}
.title-inline .text-desc span:after {
  left: -1200px;
}
.category-tabs {
  overflow: hidden;
  margin-top: 36px;
  text-align: left;
}
.category-tabs .item.content {
  float: right;
  margin-top: 39px;
  width: 100%;
  text-align: left;
}
.category-tabs .item.content .product-item {
  display: inline-block;
}
.category-tabs .item.title {
  display: inline-block;
  text-align: center;
  margin: 0 -4px 0 0;
}
.category-tabs .item.title a {
  color: #444444;
  font-weight: 700;
  padding: 1px 29px;
  text-transform: uppercase;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.category-tabs .item.title a:hover {
  color: #a9c240;
}
.category-tabs .item.title.active a {
  color: #a9c240;
}
.owl-carousel .owl-item {
  padding: 0 12px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
  font-size: 24px;
  width: 60px;
  height: 60px;
  line-height: 55px;
  background: #fff;
  color: #444444;
  top: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  opacity: 1;
  visibility: visible;
  background: none;
  color: #444;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
#maincontent {
  clear: both;
}
.cms-index-index .column.main {
  padding-right: 0;
  padding-left: 0;
}
.attr {
  margin-top: 57px;
}
.title-block {
  overflow: hidden;
  margin-bottom: 37px;
}
.title-block .title {
  margin: 0;
}
.title-block span {
  color: #202020;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  padding-right: 20px;
}
.title-block span:after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #eeeeee;
  left: 100%;
  width: 990px;
  top: 10px;
}
.product-content .top-desc {
  position: relative;
  padding-top: 18px;
  padding-bottom: 7px;
}
.product-content .top-desc .cate-name {
  font-size: 13px;
  font-style: italic;
  color: #666666;
  padding-right: 56px;
}
.product-content .top-desc .cate-name.no-cp {
  padding-right: 28px;
}
.product-content .top-desc .cate-name .text {
  overflow: hidden;
}
.product-content .top-desc .cate-name .text span {
  position: relative;
  padding-right: 10px;
}
.product-content .top-desc .cate-name .text span:after {
  position: absolute;
  left: 100%;
  right: 100%;
  width: 1000px;
  height: 1px;
  background-color: #eeeeee;
  top: 9px;
  content: "";
}
.product-content .top-desc .icon-links {
  top: 16px;
  position: absolute;
  right: 0;
}
.product-content .top-desc .icon-links li {
  display: inline-block;
}
.product-list .top-desc .icon-links {
  top: -4px;
  position: absolute;
  right: 0;
}
.price {
  color: #e8142b;
  font-size: 20px;
  font-weight: normal;
}
.price-box .special-price .price-container .price-label {
  display: none;
}
.price-box .old-price .price-container .price-label {
  display: none;
}
.price-box .old-price .price {
  color: #b3b3b3;
  font-size: 16px;
  font-weight: normal;
  text-decoration: line-through;
  padding-left: 6px;
}
.price-box .minimal-price-link {
  display: none;
}
.rating-box {
  font-size: 0;
  height: 15px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 75px;
  position: relative;
}
.product-list-block .product-content {
  position: relative;
  padding-left: 100px;
  margin-bottom: 20px;
}
.product-list-block .product-content .product-top {
  position: absolute;
  left: 0;
  top: 0;
}
.product-list-block .product-content .product-details .top-desc {
  padding-top: 0;
}
.product-list-block .product-content .product-name {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}
.product-list-block .product-content .price-box {
  margin-bottom: 12px;
}
.product-image-photo.swatch-option-loading {
  position: relative;
  content: none !important;
  opacity: .5;
}
.product-image-photo.swatch-option-loading:after {
  content: url("../images/loader-2.gif");
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.toolbar-products select {
  width: auto;
  display: inline;
}
.sidebar .empty {
  padding: 15px;
}
.fotorama__stage__frame .fotorama__img {
  max-height: none !important;
}
.qty-product-buy {
  background-color: #eeeeee;
  margin-right: 10px;
  position: relative;
  width: 110px;
}
.qty-product-buy .control {
  text-align: center;
}
.qty-product-buy .input-text.qty {
  width: 50px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.qty-product-buy .edit-qty {
  cursor: pointer;
  display: block;
  height: 100%;
  line-height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}
.qty-product-buy .edit-qty.minus {
  left: 0;
}
.qty-product-buy .edit-qty.plus {
  right: 0;
}
.choice {
  position: relative;
  padding-left: 20px;
}
.choice .checkbox {
  left: 0;
  margin-top: 3px;
  position: absolute;
}
.page.messages {
  position: relative;
  z-index: 990;
}
.catalog-product-view .page.messages .message {
  margin-bottom: 30px;
}
.my-account-main .block-title {
  color: #202020;
  margin-bottom: 10px;
  font-weight: 700;
}
.my-account-main .box-actions a {
  margin-right: 15px;
}
.account .action.back {
  display: none;
}
.sidebar .block-compare .counter {
  display: none;
}
.sidebar .block-compare .actions-toolbar .secondary {
  float: right;
}
.pager li > a,
.pager li > span {
  border-radius: 4px;
  -o-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.width1024 .container {
  width: 994px;
}
.width1366 .container {
  width: 1336px;
}
.fullwidth .container {
  width: 100%;
}
.header-sticky-menu .middle-header-content.navbar-collapse {
  z-index: 799;
}
.header-sticky-menu .logo-container .logo {
  position: fixed;
  z-index: 1001;
  float: left;
  display: block;
  top: 0;
  margin: 7px 0 0;
  width: auto;
}
.header-sticky-menu .top-bar-right .minicart-wrapper.switcher {
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 5%;
  height: 60px;
  padding: 5px 15px;
  color: #222;
  border: none;
}
.header-sticky-menu .top-bar-right .minicart-wrapper.switcher > .fa {
  font-size: 1;
}
.header-sticky-menu .top-bar-right .minicart-wrapper.switcher .showcart .counter {
  margin-top: -15px;
}
.cms-index-index .modal-popup._inner-scroll .modal-content {
  height: auto;
  overflow-y: visible;
  padding-left: 0;
  padding-right: 0;
}
.cms-index-index .modal-popup .modal-header {
  position: absolute;
  right: 0;
  top: 0;
}
.cms-index-index .modal-popup .modal-header .modal-title {
  display: none;
}
.cms-index-index .modal-popup p {
  margin: 0;
}
.cms-index-index .modal-popup.newsletter-popup .modal-inner-wrap {
  width: 756px;
}
.newsletter-popup .newsletter-popup {
  height: 100%;
  padding-top: 25px;
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
}
.newsletter-popup .newsletter-popup img {
  height: 46px;
  margin-left: 20px;
  margin-top: 20px;
}
.newsletter-popup .newsletter-popup h3 {
  color: #111;
  padding-left: 20px;
  margin-top: 20px;
}
.newsletter-popup .newsletter-popup .desc-popup {
  color: #111;
  line-height: 24px;
  padding-left: 20px;
  width: 363px;
  margin-bottom: 15px !important;
}
.newsletter-popup .newsletter-popup .block-subscribe {
  padding-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.newsletter-popup .newsletter-popup .block-subscribe input,
.newsletter-popup .newsletter-popup .block-subscribe button {
  display: inline-block;
  vertical-align: middle;
}
.newsletter-popup .newsletter-popup .block-subscribe button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  left: 260px;
  margin-left: 0;
  position: absolute;
  top: 7px;
  border: none;
}
.newsletter-popup .newsletter-popup .checkbox,
.newsletter-popup .newsletter-popup form {
  display: block;
  width: 100% !important;
}
.newsletter-popup .newsletter-popup form input {
  border: 1px solid #9d9d9c;
  border-radius: 0;
  margin: 0;
  width: 280px;
}
.newsletter-popup .newsletter-popup .checkbox {
  bottom: 0;
  padding-left: 20px;
  text-align: left;
  top: auto;
}
.newsletter-popup .newsletter-popup .checkbox input {
  margin-top: 7px;
}
.modal-popup.newsletter-popup .modal-inner-wrap {
  padding: 0;
}
.modals-overlay {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.category-products-list .item {
  margin-bottom: 30px;
}
.category-products-list .item .product-name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-top: 9px;
}
.category-products-list .item .product-images-box {
  padding-top: 12px;
  position: relative;
}
.category-products-list .item .product-images-box .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background: none;
}
.category-products-list .item .product-name {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 8px;
  padding-top: 3px;
}
.category-products-list .item .rating-summary {
  margin: 12px 0 14px;
}
.category-products-list .item .rating-summary .label {
  display: none;
}
.category-products-list .item .product-item-description {
  margin-bottom: 27px;
}
.category-products-list .item .controls .icon-links li {
  display: inline-block;
}
.category-products-list .item .controls .icon-links li.add-cart-item button {
  color: #fff;
  background-color: #a9c240;
  border: medium none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  text-transform: uppercase;
}
.category-products-list .item .controls .icon-links li a.action {
  border: medium none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 15px;
  text-transform: uppercase;
  color: rbg(135, 135, 135);
}
.category-products-list .item .controls .icon-links li a.action:hover {
  color: #a9c240;
}
.category-products-list .item .controls .icon-links li a.action .fa {
  font-size: 16px;
  margin-right: 13px;
}
#maincontent .page-title-wrapper {
  display: none;
}
.sidebar .block {
  margin-bottom: 60px;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -o-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.sidebar .block.closed {
  margin-bottom: 30px;
}
.sidebar .block .block-title {
  margin-bottom: 27px;
  overflow: hidden;
  background: none;
  border: none;
  padding: 0;
}
.sidebar .block .block-title.closed {
  margin-bottom: 0px;
}
.sidebar .block .block-title .title {
  position: relative;
  margin: 0;
}
.sidebar .block .block-title .title span {
  color: #202020;
  font-weight: 700;
  padding-right: 20px;
  position: relative;
  text-transform: uppercase;
}
.sidebar .block .block-title .title span:after {
  background-color: #eeeeee;
  content: "";
  height: 1px;
  left: 100%;
  position: absolute;
  top: 10px;
  width: 990px;
}
.sidebar .block .panel-body {
  padding: 0;
}
.sidebar .block .panel-body .product-items .product-item {
  margin-bottom: 20px;
}
.sidebar .block .panel-body .product-items .product-item .product-item-info .product-item-photo {
  display: inline-block;
  vertical-align: top;
}
.sidebar .block .panel-body .product-items .product-item .product-item-details {
  display: inline-block;
  width: calc(100% - 80px);
  padding-left: 13px;
}
.sidebar .block .panel-body .product-items .product-item .product-item-details .actions-primary button {
  margin: 6px 0;
}
.sidebar .block .panel-body .subtitle {
  color: #222;
  margin-bottom: 15px;
  display: block;
}
.fotorama__stage::before,
.fotorama__nav::before,
.fotorama__stage::after,
.fotorama__nav::after {
  content: none !important;
}
.list-menu {
  margin: 0;
}
.list-menu li {
  border-bottom: 1px solid #eeeeee;
  float: none;
  position: relative;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: block;
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.list-menu li > a {
  display: inline-block;
  padding: 12px 5px 17px 22px;
  text-transform: uppercase;
}
.share-this-block {
  margin-top: 20px;
}
.share-this-block .label-share {
  color: #444444;
  font-size: 12px;
  font-weight: 700;
  padding-right: 30px;
  margin-top: 8px;
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
}
.share-this-block > span .stButton .stLarge {
  background-image: none !important;
  position: relative;
  width: 50px;
  height: 50px;
  border: 1px solid #eeeeee;
  margin: 0;
  float: left;
  display: block;
}
.share-this-block > span .stButton .stLarge:after {
  right: 0;
  bottom: 0;
  position: absolute;
  content: "";
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  left: 0;
  top: 0;
}
.share-this-block > span .stButton .stLarge:before {
  font-size: 14px;
  color: #b8b8b8;
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  z-index: 1;
  text-align: center;
  transform: translateY(-50%);
  top: 50%;
  right: 0px;
}
.share-this-block .st_sharethis_large .stButton .stLarge:before {
  content: "\f1e0";
}
.share-this-block .st_facebook_large .stButton .stLarge:before {
  content: "\f09a";
}
.share-this-block .st_twitter_large .stButton .stLarge:before {
  content: "\f099";
}
.share-this-block .st_linkedin_large .stButton .stLarge:before {
  content: "\f0e1";
}
.share-this-block .st_pinterest_large .stButton .stLarge:before {
  content: "\f231";
}
.share-this-block .st_email_large .stButton .stLarge:before {
  content: "\f003";
}
.share-this-block > span .stButton {
  margin: 0 !important;
}
.product-custom-static {
  margin-top: 30px;
}
.filter-options-block .panel-heading .title:after {
  background: #fff none repeat scroll 0 0;
  color: #222;
  content: "\f106";
  cursor: pointer;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  width: 13px;
}
.filter-options-block .panel-heading.closed .title:after {
  content: "\f107";
}
.filter-current .panel-body li.item {
  padding: 10px 0 10px 22px;
  border-bottom: 1px solid #eeeeee;
}
.filter-current .panel-body li.item > span {
  color: #222;
  font-weight: 700;
}
.tab-menu.tab-products.tabs-categories-portfolio {
  margin-bottom: 50px;
}
.tab-menu.tab-products.tabs-categories-portfolio li a.is-checked {
  color: #a9c240;
}
.tab-center .tab-products {
  text-align: center;
}
.tab-center .tab-products li {
  display: inline-block;
  float: none;
}
.tab-menu.tab-products {
  border-bottom: none;
}
.tab-menu.tab-products li a {
  color: #444;
  border-right: 1px solid #ddd;
  font-weight: 700;
  padding: 1px 29px;
  text-transform: uppercase;
}
.tab-menu.tab-products li:last-child a {
  border-right: none;
}
.portfolio-content .portfolio-top-content {
  position: relative;
}
.portfolio-content .portfolio-top-content .portfolio-image:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleY(0);
  -o-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform-origin: 50% 100% 0;
  -moz-transform-origin: 50% 100% 0;
  -webkit-transform-origin: 50% 100% 0;
  -ms-transform-origin: 50% 100% 0;
  transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  visibility: hidden;
}
.portfolio-content .portfolio-top-content a.view {
  display: block;
  font-size: 25px;
  height: 30px;
  left: 50%;
  line-height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 30px;
  transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  -webkit-transform: scale(0);
  transition: all 300ms ease-in-out 0s;
  -o-transition: all 300ms ease-in-out 0s;
  -moz-transition: all 300ms ease-in-out 0s;
  -webkit-transition: all 300ms ease-in-out 0s;
}
.portfolio-content .portfolio-bottom-content {
  padding-bottom: 32px;
  padding-top: 16px;
}
.portfolio-content .portfolio-bottom-content .portfolio-name {
  font-weight: 700;
}
.portfolio-content .portfolio-bottom-content .category-link {
  font-size: 13px;
  font-style: italic;
  height: 22px;
  overflow: hidden;
}
.portfolio-content:hover .portfolio-image:after {
  opacity: 0.5;
  transform: scaleY(1);
  -o-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  visibility: visible;
}
.portfolio-content:hover a.view {
  transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  visibility: visible;
}
.portfolio-details .title-portfolio {
  color: #202020;
  margin-bottom: 20px;
  margin-top: 47px;
  text-transform: uppercase;
}
.portfolio-details .portfolio-category {
  font-size: 16px;
  margin-bottom: 15px;
}
.portfolio-details .portfolio-container {
  margin-top: 60px;
}
.portfolio-details .portfolio-table tr td {
  border-bottom: 1px solid #eeeeee;
  border-top: medium none;
  font-size: 12px;
  padding: 19px 15px;
}
.portfolio-details .portfolio-table tr td:first-child {
  color: #202020;
  font-size: 12px;
  font-weight: 700;
  padding-left: 0;
  text-transform: uppercase;
}
.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-next {
  background-color: #fff;
  color: #444;
  font-size: 24px;
  height: 60px;
  line-height: 60px;
  opacity: 0;
  text-align: center;
  top: 50%;
  transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -webkit-transform: translate(0px, -50%);
  visibility: hidden;
  width: 60px;
}
.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-prev {
  left: 15px;
}
.owl-carousel .owl-controls .owl-buttons .owl-nav .owl-next {
  right: 15px;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-next {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-prev {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.owl-carousel:hover .owl-controls .owl-buttons .owl-nav .owl-next {
  transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
}
.owl-theme .owl-controls {
  margin: 0 !important;
}
.page-layout-1column .block.filter {
  display: none;
}
.modal-popup .modal-footer.action-accept .action-primary {
  color: #fff;
}
.header .switcher.top-links > div,
.header .currency.switcher-currency .switcher-options > div,
.header .switcher-language .switcher-options > div:last-child {
  display: none;
}
.brand-related-products {
  margin-top: 60px;
}
.brand-related-products .title-inline {
  margin-bottom: 17px;
}
.block-blog-categories .category-list .item {
  border-bottom: 1px solid #eeeeee;
  float: none;
  height: auto;
  position: relative;
}
.block-blog-categories .category-list .item:first-child {
  border-top: 1px solid #ddd;
}
.block-blog-categories .category-list .item a {
  border: medium none;
  display: block;
  float: none;
  padding-bottom: 17px;
  padding-left: 22px;
  padding-top: 12px;
  text-transform: uppercase;
}
.blog-post .post-content {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
body:not(.cms-index-index) .page.messages .messages .message {
  margin-bottom: 30px;
}
.block-blog-posts .post-list .item {
  border-top: 1px solid #ddd;
  padding: 15px 0;
}
.block-blog-posts .post-list .item:last-child {
  border-bottom: 1px solid #ddd;
}
.block-blog-posts .post-list .item .lastes-content {
  display: table;
  width: 100%;
}
.block-blog-posts .post-list .item .lastes-content .post-img {
  display: table-cell;
  vertical-align: top;
}
.block-blog-posts .post-list .item .lastes-content .post-img a {
  display: block;
  width: 70px;
}
.block-blog-posts .post-list .item .lastes-content .post-desc {
  display: table-cell;
  vertical-align: top;
  padding-left: 20px;
}
/* -------------- Blog Details ----------- */
.post-detail .social-icons {
  padding-top: 27px;
  padding-bottom: 11px;
}
.comment-blog {
  padding-top: 50px;
}
.comment-blog .title-inline {
  margin-bottom: 20px;
}
.comment-blog .comment-box {
  padding-bottom: 16px;
}
.comment-blog .comment-box .commentWrapper {
  border-bottom: 1px solid #222222;
  float: left;
  width: 100%;
  padding-bottom: 7px;
  margin-bottom: 30px;
}
.comment-blog .comment-box .commentWrapper .commentDetails {
  float: left;
  width: 100%;
  padding-top: 13px;
}
.comment-blog .comment-box .commentWrapper .commentContent {
  border: 1px solid #eeeeee;
  position: relative;
  padding: 12px 25px 14px;
}
.comment-blog .comment-box .commentWrapper .commentContent:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: -14px;
  left: 20px;
  border-top: 7px solid #dddddd;
  border-left: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 7px solid transparent;
}
.comment-blog .comment-box .commentWrapper .commentDetails .pull-left {
  font-size: 15px;
  color: #212121;
  font-weight: 700;
}
.comment-blog .comment-box .commentWrapper .commentDetails .pull-right {
  font-size: 13px;
}
.comment-blog .comment-box .toolbar-bottom .pager {
  margin-top: 0;
  margin-bottom: 23px;
}
.toolbar-bottom.blog-toolbar .toolbar-amount,
.toolbar-bottom.blog-toolbar .limiter {
  display: none;
}
.toolbar-bottom.blog-toolbar .pagination {
  margin: 0;
}
.toolbar-bottom.blog-toolbar .pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 2px solid #6cb029;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  height: 51px;
  margin: 0 5px;
  border-radius: 0;
  padding: 14px 0 0;
  text-align: center;
  width: 51px;
}
.toolbar-bottom.blog-toolbar .pagination li.current a,
.toolbar-bottom.blog-toolbar .pagination li a:hover {
  background-color: #6cb029;
  border: 2px solid #6cb029;
  color: #fff;
}
.toolbar-bottom.blog-toolbar .pager .next > a,
.toolbar-bottom.blog-toolbar .pager .next > span,
.toolbar-bottom.blog-toolbar .pager .previous > a,
.toolbar-bottom.blog-toolbar .pager .previous > span {
  float: none;
  font-size: 20px;
  padding: 0;
  line-height: 1;
}
.logo-fixed-bar {
  postion: absolute;
  left: 0;
  top: 0;
  width: 20%;
  height: auto;
}
